@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,600;1,200;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300&display=swap");
.ng-cloak {
  display: none !important;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
}

.blue-text {
  color: #155263 !important;
}

a.blue-text.underline {
  text-decoration: underline;
}
a.blue-text:hover {
  opacity: 0.8;
}

p {
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
p.black {
  color: #000;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 22px;
}

.fs-15 {
  font-size: 15px !important;
  line-height: 22px;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-17 {
  font-size: 17px !important;
  line-height: 24px;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 24px;
}

.fs-28 {
  font-size: 28px !important;
}

.section {
  padding: 70px 0px;
}

.page-title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}
.page-title.max-font {
  font-size: 45px;
  line-height: 1.35;
  font-weight: 500;
}

.section-title {
  font-size: 23px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
}
.section-title.regi-style-title {
  font-weight: 400 !important;
  font-size: 36px;
  line-height: 35px;
}

.style-title {
  font-weight: 400;
}

.cookies-section {
  position: fixed;
  width: 100%;
  padding: 30px 0px;
  bottom: 0;
  background-color: #EFF6F8;
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3019607843);
  z-index: 99;
}
.cookies-section .title-div {
  width: 100%;
}
.cookies-section .title-div h4 {
  font-weight: 700;
}
.cookies-section .accept-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.cookies-section .accept-div .para-div {
  max-width: 75%;
}
.cookies-section .accept-div .para-div p {
  margin-bottom: 0;
}
.cookies-section .accept-div .btn-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-section .accept-div .btn-div button:not(:first-child) {
  margin-left: 10px;
}
.cookies-section.hide-cookies-sec {
  display: none;
}

.font-awesome-style {
  position: relative;
  margin-bottom: 16px;
}
.font-awesome-style span {
  position: absolute;
  left: 10px;
  top: 10px;
}
.font-awesome-style span .fa {
  font-size: 15px;
  color: #717171;
}

.border {
  border: 1px solid #808080;
  position: relative;
  top: 29px;
}
.border .styled-title {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  display: inline-block;
  background: #fff;
  padding: 0px 20px;
}
.border .styled-title .section-title {
  font-weight: 400;
  color: #155263;
}

.underline-border {
  background-color: #ffc93c;
  width: 25px;
  height: 2px;
  text-align: center;
  margin: 10px 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
}

.grey-border {
  background-color: rgba(204, 204, 204, 0.2705882353);
  margin: 40px 0px 0;
  width: 67px;
  height: 2px;
  text-align: center;
  display: inline-block;
}

.sub-title {
  font-weight: normal;
  font-size: 16px;
  color: #155263;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Fira Sans", sans-serif;
}

.table-div {
  width: 100%;
  display: table;
}
.table-div.wid-auto {
  width: auto;
}

.table-div div {
  display: table-cell;
  vertical-align: middle;
}

.logo a {
  font-size: 36px;
  color: inherit;
}
.logo a img {
  height: 56px;
  width: auto;
}
.logo a:hover {
  opacity: 0.7;
}

a.read-more, button {
  padding: 7px 20px;
  text-align: center;
  width: auto;
  display: inline-block;
  font-size: 13px;
  transition: 0.3s ease;
  border-radius: 2px;
  background: #155263;
  color: #fff !important;
  transition: 0.3s;
  outline: none;
  border: none;
}
a.read-more.radious, button.radious {
  border-radius: 50px !important;
}
a.read-more.max-p, button.max-p {
  padding: 8px 35px !important;
}

.theme-btn {
  background: #ffc93c;
  color: #000 !important;
  padding: 7px 30px;
  font-size: 15px;
  margin-right: 2px;
  letter-spacing: 0.5px;
  font-weight: 600;
  outline: none;
  border: none;
}
.theme-btn.radious {
  border-radius: 50px !important;
}
.theme-btn.get-strt {
  padding: 7px 22px;
  letter-spacing: 0;
}
.theme-btn.blue-back {
  background-color: #094758;
  /*box-shadow: 0px 1px 2px #000;*/
  color: #ffc93c !important;
  display: inline-block;
}
.theme-btn.blue-back:hover {
  color: #ffc93c;
}
.theme-btn:hover {
  color: #000;
}
.theme-btn .yellow {
  color: #ffc93c;
}

.read-more:hover {
  opacity: 0.7;
}

.header {
  padding: 8px 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.header .logo {
  display: none;
}
.header .logo-white {
  display: block;
}
.header .logo-white img {
  width: 260px;
  height: auto;
}
.header .top-menu ul {
  text-align: right;
}
.header .top-menu ul li {
  display: inline-block;
}
.header .top-menu ul li a {
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  padding: 19px 16px;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.header .top-menu ul li a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.header .top-menu ul li a.read-more {
  padding: 10px 16px;
}
.header .toggle-menu-cont {
  position: absolute;
  right: 20px;
  top: -5px;
}
.header .toggle-menu-cont .toggle-menu {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 14px;
}
.header .toggle-menu-cont .toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  width: 22px;
  left: 10px;
  transition: all 0.3s;
}
.header .toggle-menu-cont .toggle-menu i:nth-child(1) {
  top: 8px;
}
.header .toggle-menu-cont .toggle-menu i:nth-child(2) {
  top: 16px;
}
.header .toggle-menu-cont .toggle-menu i:nth-child(3) {
  top: 24px;
}
.header .toggle-menu-cont .toggle-menu.black i {
  background-color: #000;
}
.header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
  top: 20px;
  transform: rotateZ(45deg);
}
.header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
  background: transparent !important;
}
.header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
  top: 20px;
  transform: rotateZ(-45deg);
}
.header.menu-with-back, .header.oth {
  background: #fff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
}
.header.menu-with-back .top-menu ul li a, .header.oth .top-menu ul li a {
  color: black !important;
}
.header.menu-with-back .top-menu ul li a.read-more, .header.oth .top-menu ul li a.read-more {
  color: white !important;
}
.header.menu-with-back .logo, .header.oth .logo {
  display: block;
}
.header.menu-with-back .logo-white, .header.oth .logo-white {
  display: none;
}

.banner {
  background: rgba(0, 0, 0, 0.04) url(../images/banner.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.banner .description {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .description .sign-up {
  margin-top: 20px;
  text-align: left;
}
.banner .banner-slider .item {
  height: 350px;
}
.banner .page-title {
  font-size: 40px;
  text-align: right;
  color: white;
}
.banner .counts {
  text-align: center;
  position: relative;
}
.banner .counts h2 {
  font-size: 160px;
  font-weight: 700;
  line-height: 0.8;
  color: white;
}
.banner .counts h2.cr1 {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
.banner .counts h2.cr1:after {
  content: "Cr";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 40px;
  font-weight: bold;
}
.banner .counts span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.banner .counts .cr {
  font-size: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0%;
}
.banner .button {
  text-align: right !important;
  margin-top: 40px;
}
.banner .button .theme-btn {
  padding: 10px 28px;
  font-weight: 700;
}
.banner .startup-img {
  bottom: 40px;
  width: 100%;
  position: absolute;
}
.banner .startup-img .banner-left-images {
  display: flex;
  justify-content: space-between;
}
.banner .startup-img .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.banner .startup-img .view {
  text-align: right;
  width: 200px;
  margin-left: auto;
}
.banner .startup-img .view .logo-link {
  color: white;
  width: 200px;
  font-weight: 600;
  text-align: right;
}
.banner .startup-img .view .logo-link img {
  background-color: red;
  border-radius: 50%;
  margin-left: 8px;
}
.banner .startup-img-new {
  bottom: 40px;
  width: 100%;
  position: absolute;
}
.banner .startup-img-new .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .startup-img-new .images .logo_new img {
  width: 80px;
}
.banner .startup-img-new .contact-div {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner .startup-img-new .contact-div .view {
  width: 150px;
  text-align: right;
}
.banner .startup-img-new .contact-div .view a {
  color: white;
}
.banner .startup-img-new .contact-div .view img {
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}
.banner .demo {
  position: absolute;
  right: 16px;
  width: 260px;
  border-left: 1px solid grey;
  padding-left: 20px;
  padding-top: 16px;
  top: 0;
}
.banner .demo span {
  color: white;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.banner .demo a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.mrgn-top {
  margin-top: 100px;
}

.who-should-use .head h2 {
  font-size: 48px;
  font-weight: bold;
  color: #155263;
}
.who-should-use .head p {
  margin-top: 20px;
  margin-bottom: 36px;
  color: #606060;
  font-size: 18px;
}
.who-should-use .video-div {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 82px;
  right: -60px;
  width: 100%;
  height: 270px;
  border-radius: 8px;
}
.who-should-use .content {
  height: 100%;
  align-items: center;
  position: relative;
  text-align: left;
  padding: 60px 77px 60px 80px;
  border-radius: 10px;
  background-color: #155263;
}
.who-should-use .content .mb-3 {
  padding-right: 20px;
}
.who-should-use .content .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 200 !important;
  text-align: justify;
  line-height: 1.4;
}
.who-should-use .content .get-started {
  margin-top: 30px;
}
.who-should-use .content .offers {
  margin-top: 48px;
}
.who-should-use .content .offers .offers-box {
  display: flex;
}
.who-should-use .content .offers .offers-box p {
  margin-left: 12px;
  line-height: 26px;
}
.who-should-use .content .offers .offers-box img {
  width: 24px;
}

.work-div .image img {
  width: 55px;
  height: auto;
}

.bg-blue {
  background-color: #EFF6F8;
}

.how-it-works1 h2 {
  font-size: 18px;
  font-weight: 600;
}
.how-it-works1 h3 {
  font-size: 42px;
  color: #155263;
}
.how-it-works1 .work-div {
  background-color: white;
  border-radius: 8px;
}
.how-it-works1 .work-div .pd-24 {
  padding: 0 24px;
}
.how-it-works1 .work-div .pd-24 h4 {
  margin-top: 30px;
  color: white;
  font-size: 18px;
}
.how-it-works1 .work-div .image {
  border-radius: 8px;
  padding: 36px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.how-it-works1 .work-div .info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  height: 180px;
}

.footer {
  background: rgba(0, 0, 0, 0.04) url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.footer .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e9ed;
  outline: none;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  height: 40px;
}
.footer .form-control:focus {
  background: #fff;
  box-shadow: none;
}

.bootom-footer {
  background-color: #104b5c;
  padding: 40px 0px;
  color: #fff;
}

span.error-msg {
  color: #f00;
  font-size: 14px;
  display: block;
  text-align: left;
  margin-left: 16px;
}

.error {
  font-size: 12px;
  margin-top: 5px;
  text-align: left !important;
  color: red;
  display: inherit;
}

/*Landing Page*/
.landing-page .landing-header {
  text-align: center;
}
.landing-page .show-up-content .tex-left {
  text-align: left !important;
}
.landing-page .show-up-content .tex-left hr {
  color: #000;
}
.landing-page .landing-signup .form-control {
  width: 100%;
  padding: 10px 35px;
  background-color: rgba(255, 72, 59, 0.0588235294);
  font-size: 14px;
  outline: 0;
  font-weight: 400;
  color: #717171;
  height: 45px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.landing-page .landing-signup .form-control:focus-within {
  background-color: rgba(255, 72, 59, 0.0588235294) !important;
}
.landing-page .landing-signup .form-control.custom-form-control {
  border-radius: 10px;
}
.landing-page .landing-signup .form-control:focus {
  box-shadow: none;
  background-color: rgba(255, 72, 59, 0.0588235294);
}
.landing-page .about-us {
  background-color: #fffcef;
}
.landing-page .about-us .image-div img {
  width: 100%;
  height: auto;
}
.landing-page .about-us .image-div .description {
  min-height: 200px;
}
.landing-page .about-us .image-div .description h3 {
  padding: 15px 0px;
}
.landing-page .about-us .image-div .description p {
  text-align: justify;
}
.landing-page .footer-div {
  background-color: #155263;
  text-align: center;
  padding: 30px 0px;
  color: #fff;
}
.landing-page .bottom-footer {
  background-color: #ddd8d8;
  padding: 15px 0px;
  align-items: center;
  display: flex;
}
.landing-page .bottom-footer .image {
  text-align: right;
}
.landing-page .bottom-footer .image img {
  height: 28px;
  width: auto;
}

.social-icons-list ul {
  margin: 0;
}
.social-icons-list ul li {
  display: inline-block;
}
.social-icons-list ul li:not(:first-child) {
  margin-left: 30px;
}
.social-icons-list ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color:#3b5998;*/
}
.social-icons-list ul li a.twitter {
  background-color: #1DA1F2;
}
.social-icons-list ul li a.insta {
  background-color: #db2479;
}
.social-icons-list ul li a.linkdin {
  background-color: #3b5998;
}
.social-icons-list ul li a.youtube {
  background-color: #FF0000;
}
.social-icons-list ul li a i {
  color: #fff;
  font-size: 20px;
}

/*login page*/
.login .login-back {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.login .login-back .form-info {
  color: #717171;
  text-align: center;
  width: 500px;
}

.sign-up .signup-back {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.form-info {
  width: 100%;
  color: #717171;
  text-align: center;
}
.form-info .sub-heading {
  text-align: center;
  font-size: 20px;
}

.register-now {
  background: rgba(0, 0, 0, 0.04) url(../images/register_now_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.register-now .image img {
  height: 56px;
  width: auto;
}
.register-now .overlay {
  position: absolute;
  background-color: #ffc93c;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0.9;
}
.register-now .stats-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.register-now .stats-items .item {
  text-align: center;
}
.register-now .stats-items .item h4 {
  font-size: 22px;
  font-weight: 600;
}
.register-now .stats-items .item span {
  font-size: 14px;
}
.register-now .stats-items .line {
  width: 2px;
  height: 46px;
  display: flex;
  background-color: #155263;
}
.register-now .have-account {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 500;
}

.form-control {
  outline: none;
  width: 100%;
  padding: 10px 25px;
  font-size: 17px;
  outline: 0;
  font-weight: 400;
  color: #717171;
  height: 45px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.form-control.custom-form-control {
  border-radius: 50px;
}
.form-control:focus {
  box-shadow: none;
}

.login .login-back {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 50px;
  width: 445px;
  min-height: 325px;
}
.login .form-control {
  width: 100%;
  padding: 10px 35px;
  background-color: rgba(255, 72, 59, 0.0588235294);
  font-size: 14px;
  outline: 0;
  font-weight: 400;
  color: #717171;
  height: 45px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.login .form-control:focus-within {
  background-color: rgba(255, 72, 59, 0.0588235294) !important;
}
.login .form-control.custom-form-control {
  border-radius: 10px;
}
.login .form-control:focus {
  box-shadow: none;
  background-color: rgba(255, 72, 59, 0.0588235294);
}

.login-theme-btn {
  height: 55px;
  color: #fff;
  padding: 16px 50px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 50px;
  background: #376bff;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
}

.forget-password {
  background: rgba(0, 0, 0, 0.04) url(../images/fp_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100vh;
  align-items: center;
  display: flex;
}
.forget-password .overlay {
  position: absolute;
  background-color: #ffc93c;
  width: 100%;
  height: 100%;
  top: 0px;
  opacity: 0.9;
}
.forget-password .fp-back {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
}
.forget-password .fp-back .form-info .image {
  text-align: center;
}
.forget-password .fp-back .form-info .image img {
  height: 56px;
  width: auto;
}
.forget-password .fp-back .form-control {
  padding: 10px 35px;
  background-color: rgba(255, 72, 59, 0.0588235294);
  font-size: 14px;
  outline: 0;
  font-weight: 400;
  color: #717171;
  height: 45px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.forget-password .fp-back .form-control:focus-within {
  background-color: rgba(255, 72, 59, 0.0588235294) !important;
}

.forgot-pswrd {
  font-size: 15px;
  text-align: left;
}
.forgot-pswrd a {
  color: #000;
  text-decoration: underline;
}
.forgot-pswrd .forget-div:hover {
  text-decoration: underline;
}

.login-bg {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/img-21.png);
  background-size: cover;
  top: 0;
  width: 100%;
  bottom: 0;
  min-height: 100vh;
  text-align: left;
  opacity: 1;
  border-radius: 100% 0 0 100%;
  position: relative;
  display: flex;
  padding: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-blend-mode: multiply;
}
.login-bg .information {
  text-align: left;
  margin: 0 20px 0 70px;
}
.login-bg .information .btn-section {
  margin: 20px 0px;
}

/*Social Links css*/
.social-list ul li {
  display: inline-block;
}
.social-list ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 2px;
  border-radius: 5%;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.facebook {
  color: #4867aa;
}
.facebook:hover {
  background: #4867aa;
  color: #fff;
}

.twitter {
  color: #33CCFF;
}
.twitter:hover {
  background: #33CCFF;
  color: #fff;
}

.instgram {
  color: #db4437;
}
.instgram:hover {
  background: #db4437;
  color: #fff;
}

.linkedin {
  color: #2392e0;
}
.linkedin:hover {
  background: #2392e0;
  color: #fff;
}

/*FOOTER SOCIAL CSS*/
.f-social .social-list ul li {
  margin-left: 10px;
}
.f-social .social-list ul li a {
  width: auto;
  height: auto;
  line-height: auto;
  text-align: center;
  font-size: 16px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff !important;
}
.f-social .social-list ul li:hover {
  background: transparent;
  color: #fff;
  opacity: 0.8;
}

.sign-up {
  text-align: center;
  align-items: center;
}

.with-back {
  background: #ccc;
}

.question {
  background-color: #eee;
  margin-bottom: 20px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none !important;
  text-align: left;
  outline: none !important;
  font-size: 15px;
  transition: 0.4s;
}

.form-control {
  border-radius: 0;
}

.d-min-hi {
  display: flex;
  align-items: center;
  height: 100%;
}

.faqs-back {
  background: rgba(0, 0, 0, 0.04) url(../images/faqs-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.faqs-back .faq {
  padding-bottom: 20px;
}
.faqs-back .faq .faq-ans {
  display: none;
  background: #fff;
  padding: 2px 9px;
  box-shadow: 0px 1px 3px rgba(170, 170, 170, 0.6666666667);
  border-radius: 0px 0px 6px 5px;
  font-size: 13px;
  margin-top: -3px;
}
.faqs-back .faq .faq-ans p {
  padding: 8px 0px;
  margin-bottom: 0px;
  line-height: 1.4;
}
.faqs-back .faq .faq-ques {
  padding-top: 10px;
  font-size: 13px;
  background-color: #ffd25d;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 7px 10px;
  /*box-shadow: 0px 2px 3px #aaaa;*/
  border-radius: 5px;
  font-family: "Playfair Display", serif;
}
.faqs-back .faq .faq-ques i {
  position: absolute;
  right: 14px;
  top: 11px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.faqs-back .image {
  position: absolute;
  top: 111px;
}
.faqs-back .image img {
  width: 653px;
  height: auto;
}

span.error {
  color: #f00;
  font-size: 14px;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.inves-logo {
  position: absolute;
  bottom: 40px;
  left: 200px;
  width: 100%;
}
.inves-logo img {
  height: 77px;
  width: auto;
}

#more {
  display: none;
}

.alert {
  padding: 10px;
  font-size: 13px;
}

.schedule-form-bg {
  background: url("../images/smile.png") no-repeat;
  background-size: cover;
  padding: 30px 30px;
}

.schedule-form-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.close-moodal {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.demo-video-content {
  padding-top: 125px;
}
.demo-video-content h3 {
  font-weight: 500;
}
.demo-video-content p {
  font-size: 18px;
  color: #808080;
}

.nav-slider .owl-nav .owl-prev, .nav-slider .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-slider .owl-nav .owl-prev {
  left: -60px;
  background-image: url("../images/left-sicon.svg");
}
.nav-slider .owl-nav .owl-next {
  right: -60px;
  background-image: url("../images/right-sicon.svg");
}

.owl-carousel .owl-item img {
  width: 200px;
}
.owl-carousel .owl-item img.logo100X {
  width: 145px;
}

.arrow .owl-nav.disabled {
  display: block !important;
}

.featured-on .featured-on-slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.featured-on .featured-on-slider .item a {
  display: block;
}
.featured-on h2 {
  margin-bottom: 40px;
}

.testimonials {
  position: relative;
}
.testimonials h2 {
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
.testimonials .testimonial {
  position: relative;
  padding: 32px;
  background: #eff6f8;
  border-radius: 18px;
}
.testimonials .testimonial .stars i {
  color: orange;
}
.testimonials .testimonial p {
  margin: 12px 0;
  font-size: 12px;
  font-weight: 500;
  height: 100px;
}
.testimonials .testimonial .user-info {
  display: flex;
  align-items: center;
}
.testimonials .testimonial .user-info .image {
  opacity: 1;
  overflow: hidden;
}
.testimonials .testimonial .user-info .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonials .testimonial .user-info .info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.testimonials .testimonial .img {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.1;
}
.testimonials .testimonial .img .image {
  width: 60px;
  height: auto;
}

.events {
  padding-bottom: 0;
}
.events .pd-150 {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
}
.events .pd-121 {
  padding: 112px;
}
.events h3 {
  font-size: 18px;
  font-weight: 700;
}
.events h2 {
  font-size: 30px;
  line-height: 1;
  color: #155263;
  padding-top: 12px;
  padding-bottom: 45px;
}
.events p {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.events .blue-color {
  background-color: #155263;
}
.events .image1 {
  background-image: url("../images/gallery/7N8A0201.jpg");
}
.events .grey {
  background-color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: relative;
}
.events .grey .arrow1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.events .grey .arrow1 img {
  width: 16px;
}
.events .image2 {
  background-image: url("../images/gallery/7N8A0532.jpg");
}
.events .image3 {
  background-image: url("../images/gallery/7N8A0489.jpg");
}
.events .image4 {
  background-image: url("../images/gallery/7N8A0516.jpg");
}
.events .yellow {
  background-color: #FFB800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: relative;
  height: 100%;
}
.events .yellow .arrow1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.events .yellow .arrow1 img {
  width: 16px;
}

.gallery {
  margin-top: 100px;
  margin-bottom: 70px;
}
.gallery .head h2 {
  font-size: 50px;
}
.gallery .head .item {
  margin: 20px 0;
}
.gallery .head .item ul li {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  padding: 4px 20px;
  font-weight: 500;
}
.gallery .head .item ul li.active {
  background: #155263;
}
.gallery .head .item ul li.active a {
  color: white !important;
}
.gallery .col-md-4 {
  padding: 8px;
}
.gallery .images {
  padding: 100px;
  background-size: cover;
  background-position: center;
}
.gallery .events-gallery {
  display: none;
}
.gallery .events-gallery.active {
  display: block;
}

.demo2 {
  display: none;
}

@media only screen and (max-width: 1770px) {
  .demo {
    display: none;
  }
  .banner .startup-img .demo2-div {
    display: flex;
    justify-content: space-between;
  }
  .banner .startup-img .demo2-div .views {
    align-items: auto !important;
  }
  .banner .startup-img .logos .startup1 {
    width: 150px;
  }
  .banner .startup-img .logos .x-logo {
    width: 130px;
  }
  .banner .counts {
    margin-bottom: 30px;
  }
  .banner .banner-slider .item {
    height: 300px;
  }
  .demo2 {
    display: block;
    width: 218px;
  }
  .demo2 span {
    color: white;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .demo2 a {
    color: white;
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .t-20 {
    top: 140px !important;
  }
  .header .top-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .top-menu ul {
    display: none;
  }
  .header .top-menu ul li {
    display: block;
    text-align: center;
    background-color: #682455 !important;
    border-bottom: 1px solid #fff;
  }
  .header .top-menu ul li a {
    color: white !important;
    display: block;
    text-align: center;
    padding: 16px 0;
  }
  .header .top-menu ul li a.read-more {
    padding: 16px 0;
    background-color: #682455 !important;
  }
  .header.menu-with-back .top-menu ul li a, .header.oth .top-menu ul li a {
    color: white !important;
  }
  .header.menu-with-back .top-menu ul li a.read-more, .header.oth .top-menu ul li a.read-more {
    color: white !important;
  }
  .header.oth .toggle-menu-cont .toggle-menu i {
    background-color: #000 !important;
  }
  .page-title {
    font-size: 26px !important;
  }
  .section-title {
    font-size: 20px !important;
  }
  .title {
    font-size: 21px !important;
  }
  .sub-title {
    font-size: 16px !important;
  }
  .section {
    padding: 30px 0px !important;
  }
  .btm-padding {
    padding-bottom: 50px !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .border .styled-title {
    padding: 0px 10px;
  }
  .border .styled-title .section-title {
    width: 220px;
  }
  .who-should-use .head h2 {
    font-size: 28px;
  }
  .who-should-use .head p {
    font-size: 14px;
    margin: 18px 0;
  }
  .who-should-use .video-div {
    text-align: center;
    width: 100%;
    position: static;
    height: 180px;
  }
  .who-should-use .content {
    margin-top: 50px;
    height: 500px;
    align-items: center;
    text-align: left;
    padding: 20px;
  }
  .who-should-use .mob-pdng {
    padding: 50px 0px;
  }
  .register-now {
    height: 100%;
    padding: 50px 0px;
    text-align: justify;
  }
  .register-now .section-title {
    font-size: 17px !important;
  }
  .register-now .image {
    text-align: center;
  }
  .register-now .content {
    padding-bottom: 50px;
  }
  .register-now .login .login-back {
    padding: 20px;
    width: 100%;
    min-height: 325px;
  }
  .forget-password {
    padding: 50px 0px;
  }
  .forget-password .fp-back {
    padding: 30px 20px;
  }
  .forget-password .fp-back .form-info h5 {
    font-size: 19px;
  }
  .how-it-works {
    padding: 0px !important;
  }
  .faqs-back .faq {
    padding-bottom: 20px;
  }
  .faqs-back .faq .faq-ans p {
    font-size: 13px !important;
  }
  .faqs-back .faq .faq-ques {
    font-size: 13px;
  }
  .use-hrx .image img {
    max-width: 80px !important;
    height: auto;
  }
  .landing-page .banner .description {
    margin-top: 30px;
  }
  .landing-page .banner .description .item .page-title {
    font-size: 20px !important;
  }
  .landing-page .banner .description .item p {
    font-size: 14px !important;
    margin: 15px 0px !important;
    text-align: justify;
  }
  .landing-page .mob-css {
    margin-left: 0px !important;
  }
  .landing-page .mob-signup-btn {
    margin: 10px 0px !important;
  }
  .landing-page .about-us {
    padding-bottom: 0px !important;
  }
  .landing-page .about-us .section {
    padding: 0px !important;
  }
  .landing-page .about-us p {
    font-size: 15px !important;
  }
  .landing-page .about-us .image-div .description {
    margin-bottom: 50px;
  }
  .landing-page .footer-div {
    background-color: #155263;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
  }
  .mb-p {
    padding: 10px 0px !important;
  }
  .work-div {
    margin-bottom: 20px !important;
  }
  .work-div .image img {
    width: 70px !important;
    height: auto;
  }
  .footer .section-title {
    font-size: 19px !important;
  }
  .footer .blue-back {
    margin-bottom: 20px;
  }
  .footer .grey-border {
    margin: 10px 0px;
  }
  .footer .logo-link {
    color: white;
  }
  .footer .logo-link img {
    margin-left: 8px;
    background-color: red;
    border-radius: 50%;
  }
  .mob-text-center {
    text-align: center !important;
  }
  .mb-center {
    text-align: center !important;
  }
  .featured-on h2 {
    margin-bottom: 10px !important;
  }
  .nav-slider .owl-nav .owl-prev, .nav-slider .owl-nav .owl-next {
    z-index: 99;
  }
  .nav-slider .owl-nav .owl-prev {
    left: 0;
  }
  .nav-slider .owl-nav .owl-next {
    right: 0;
  }
  .how-it-works1 h2 {
    font-size: 16px;
  }
  .how-it-works1 h3 {
    font-size: 28px;
  }
  .how-it-works1 .work-div .image {
    padding: 35px 0;
  }
  .how-it-works1 .work-div .image img {
    height: 60px;
  }
  .how-it-works1 .work-div .info {
    height: 160px;
  }
  .banner .page-title {
    text-align: left;
  }
  .banner .button {
    text-align: left !important;
  }
  .banner .banner-slider .item {
    height: 230px;
    margin-top: 0px;
  }
  .banner .startup-img-new .images {
    width: 100%;
    flex-wrap: wrap;
  }
  .banner .startup-img-new .images > div {
    width: 50%;
  }
  .banner .startup-img-new .images .logo_new img {
    width: 80px;
  }
  .banner .startup-img-new .images .logos {
    margin-bottom: 20px;
  }
  .banner .startup-img-new .images .logos.t-right {
    text-align: right;
  }
  .banner .startup-img-new .images .logos .startup1 {
    width: 150px;
  }
  .banner .startup-img-new .images .logos .x-logo {
    width: 120px;
  }
  .banner .startup-img-new .images .demo2 {
    display: none;
  }
  .banner .startup-img .logos.view {
    justify-content: left !important;
  }
  .banner .startup-img .demo2-div {
    margin-top: 40px;
  }
  .banner .counts h2 {
    font-size: 80px;
    margin-left: 0;
  }
  .banner .counts h2 span {
    font-size: 16px;
    left: 42%;
    line-height: 20px;
  }
  .banner .counts .cr {
    font-size: 28px;
    top: 30%;
    right: 14%;
  }
  .arrow .owl-nav .owl-prev {
    display: none;
    left: 0;
  }
  .arrow .owl-nav .owl-next {
    display: none;
    right: 0;
  }
  .testimonials h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .testimonials .testimonial p {
    height: 190px;
  }
  .events h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .gallery .head h2 {
    font-size: 36px;
  }
}
.event-video {
  position: relative;
  padding-bottom: 56.25%;
}
.event-video iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.otp-boxes {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}

/*.otp-box {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 45px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}*/
.otp-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 72, 59, 0.0588235294);
  font-size: 20px;
  outline: 0;
  font-weight: 600;
  color: #717171;
  height: 45px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

#otp-message {
  font-size: 12px; /* Set the font size to 12 pixels */
}

.sso-ats-layout {
  background: rgba(0, 0, 0, 0.04) url(../images/register_now_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}/*# sourceMappingURL=custom.css.map */