@font-face {
    /* font-family: "Matter"; */
    /* src: url("./assets/fonts/font/NiveauGroteskRegular.ttf"); */
    font-family: Niveau Grotesk;
  }
  
  * {
    margin: 0;
    padding: 0;
    /* color: #003458; */
    /* color: #fff; */
    /* font-family: "Matter" !important; */
    font-family: Niveau Grotesk;
  }
  
  :root {
    --bs-primary: #003458 !important;
    --bs-secondary: #36b09a !important;
  }
  
  .transButton {
    background-color: transparent;
    border: none;
  }
  
  .collapseButton {
    color: #fff;
    font-size: 30px;
  }
  
  .get-started-button {
    background-color: #36b09a !important;
    width: 350px !important;
    color: #fff !important;
    /* margin: 20px; */
  }
  
  #hero {
    width: 100%;
    /* height: 100vh; */
    /* background-image: url('./assets/img/section.jpeg'); */
    /* background-image: linear-gradient(0deg, rgba(0, 52, 88, 0.8),
      rgba(0, 28, 48, 1)), url('./assets/img/section.jpeg'); */
    /* opacity: 0.8; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
  }
  
  @media (max-width: 760px) {
    #hero {
      height: fit-content !important;
    }
    .navbar-expand-lg {
      background: #003458 !important;
    }
  }
  /* @media (min-width: 1440px) {
    #hero {
      height: fit-content !important;
    }
  } */
  
  #hero > .hero_inner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(
      180deg,
      rgba(0, 52, 88, 0.9) -0.32%,
      rgba(0, 52, 88, 0) 99.68%
    );
    opacity: 0.9;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
  }
  
  #hero .hero_scrollDown {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin: 0 auto;
  }
  .textColorWhite {
    color: #fff !important;
  }
  .textColorGreen {
    color: #21c8aa;
  }
  
  .textColorBlack {
    color: #000 !important;
  }
  
  #opportunities,
  #assessments {
    color: #003458 !important;
  }
  
  a {
    /* color: #36b09a !important; */
    font-weight: 400 !important;
  }
  
  #join,
  #footer {
    background-color: #fafafa;
  }
  
  #clients img {
    mix-blend-mode: luminosity;
  }
  .cmplogo {
    color: #003458 !important;
    line-height: 38px !important;
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
  }
  
  .case-study_card {
    background-color: #f4f6f6;
    color: #36b09a;
  }
  
  .case-study_card .card-text {
    color: rgba(0, 52, 88, 0.6);
  }
  
  .case-study_list > li {
    position: relative;
    color: #003458;
    background-color: #f4f6f6;
    padding: 10px 5px;
    margin: 32px 0;
    border-radius: 6px;
    list-style: none;
  }
  
  .case-study_list li:after {
    /* bullets */
    content: url("./assets/img/Ellipse\ 20.svg");
    color: #36b09a;
    position: absolute;
    left: -24px; /*adjust manually*/
    top: 40%;
  }
  
  .case-study_list li:before {
    /* lines */
    content: "";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 1px solid #36b09a;
    height: 180%;
    width: 1px;
    top: 45%;
  }
  
  .case-study_list li:nth-child(6):before {
    /* first li's line */
    /* top: -20%; */
    height: 125%;
    /* moves the line down so that it disappears under the bullet. Adjust manually */
  }
  .case-study_list li:last-child:before {
    /* first li's line */
    /* top: -20%; */
    height: 0;
    /* moves the line down so that it disappears under the bullet. Adjust manually */
  }
  
  .navli {
    color: #003458 !important;
  }
  
  .drop {
    color: #003458 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 4px;
  }
  
  .subdrop {
    font-size: 12px !important;
    font-weight: 500 !important;
    border: none !important;
  }
  
  .kailashdrop {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
  }
  .down {
    background: #ffffff !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25) !important;
    border-radius: 4px !important;
  }
  .modelsss {
    height: 400px !important;
  }
  
  .subtext {
    opacity: 0.9 !important;
    line-height: 30px !important;
    color: #003458;
    letter-spacing: 00.02em !important;
  }
  .signup {
    /* background:#36b09a !important;  */
    color: white !important;
    width: auto !important;
    background: #21c8aa !important;
    /* background: linear-gradient(180deg, #25e0be 0%, #1ca88f 100%); */
    /* box-shadow: 0px 10.2667px 20.5333px rgba(7, 40, 34, 0.25),
      inset 0px -3.42222px 3.42222px #1aa088,
      inset 0px 3.42222px 3.42222px #26e8c5; */
    border-radius: 4px;
    letter-spacing: 2px !important;
  }
  
  .login {
    background: transparent !important;
    color: #003458 !important;
    width: auto !important;
    border: 2px solid !important;
    letter-spacing: 2px !important;
  }
  
  .comparespan {
    color: red;
  }
  .comparespan2 {
    color: #36b09a;
  }
  
  .compare {
    display: flex;
  }
  
  .space {
    padding-left: 15px;
  }
  .withqrata {
    background: #052d49;
  }
  
  .withoutqrata {
    background: #003458;
  }
  .woq {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 75vh;
  }
  .wq {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 75vh;
  }
  
  .shadowss {
    box-shadow: 0px -1px 17px rgba(0, 0, 0, 0.25) !important;
  }
  
  .boatbox {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px;
  }
  
  .frm {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #003458 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .cardhd {
    background: #003458 !important;
    /* background: #FFFFFF; */
    border-radius: 8px 8px 0px 0px !important;
    font-size: 20px;
    font-weight: 600;
  }
  .card-bodyss {
    line-height: 50px !important;
  }
  
  .cardss {
    box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.17) !important;
    border-radius: 8px !important;
    border: none !important;
  }
  
  .pe {
    padding-right: 10rem;
  }
  
  .headfamily {
    /* font-family: Palatino !important; */
    font-family: proxima-nova, sans-serif;
  }
  
  /* Slider */
  .sliders {
    position: relative;
    width: 200px;
    height: 100px;
    /* background: white;
    border: 1px solid rgba(0, 0, 0, 0.3); */
  }
  
  .slick-slide {
    margin: 0px 20px;
    padding-left: 50px;
  }
  
  .logo-carousel {
    overflow: inherit;
    /* border-top: 1px solid #353535;
    border-bottom: 1px solid #353535; */
  }
  
  .slick-slide img {
    /* width: 100%; */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /* padding: 20px; */
  }
  
  .slick-track::before,
  .slick-track::after {
    display: table;
    content: "";
  }
  
  .slick-track::after {
    clear: both;
  }
  
  .slick-track {
    padding: 1rem 0;
    padding-top: 1rem;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true)
      center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg)
      brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
  }
  
  .slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
  }
  
  .slick-arrow.slick-prev {
    left: -40px;
  }
  
  .why-qrata {
    /* background: #003458 !important; */
    border-radius: 20px !important;
    height: 100% !important;
    padding: 2em !important;
  }
  
  .carousel-card {
    display: inline-block !important;
    position: relative !important;
    padding: 54px 15px 10px !important;
    /* max-width: 700px; */
    width: 60% !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%),
      0 5px 15px 0 rgb(37 44 97 / 15%) !important;
    background-color: white !important;
    /* right: 2%; */
    left: 20% !important;
  }
  
  .readmor {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 20px !important;
    text-decoration: underline;
  }
  
  .carousel-caption {
    bottom: unset !important;
    text-align: left !important;
    right: 10% !important;
    left: 5% !important;
  }
  
  @media (min-width: 1640px) {
    .then-vs-now {
      height: 100%;
      width: 50% !important ;
    }
  }
  
  @media (max-width: 1440px) {
    .then-vs-now {
      height: 100%;
      width: 100% !important ;
    }
  }
  /* Media Queries */
  
  @media (max-width: 768px) {
    .slick-arrow {
      width: 1rem;
      height: 1rem;
    }
  }
  
  body {
    background-color: #010101;
  }
  
  /* .row {
    overflow: hidden;
  } */
  
  /* JsFiddle Example only/don't use */
  .logo-carousel {
    margin-top: 32px;
  }
  
  .lightcol {
    color: rgba(0, 52, 88, 0.6);
  }
  
  .typewriter h1 {
    color: #fff;
    /* font-family: monospace; */
    font-family: proxima-nova, sans-serif;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 0.15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: 0.15em; /* Adjust as needed */
    animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from,
    to {
      border-color: transparent;
    }
    50% {
      border-color: orange;
    }
  }
  
  @keyframes animated-cursor {
    from {
      border-right-color: rgba(0, 255, 0, 0.75);
    }
    to {
      border-right-color: transparent;
    }
  }
  
  .typ {
    width: 100%;
  }
  
  .spac {
    word-spacing: 50px;
  }
  
  .mrauto {
    margin: auto !important;
    line-height: 0.5;
  }
 
  .bottombordr {
    border-bottom: 1px solid #003458;
  }
  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#003458;
    color: white;
  }
  .vertically-center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    /* display: inline-block;
  vertical-align: middle;
  line-height: normal; */
  }
  
  .dropz {
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
  }
  
  .careerbtn {
    /* background: linear-gradient(180deg, #24dcbb 0%, #1dad93 100%);
    box-shadow: 1.08177e-15px 17.6667px 35.3333px rgba(7, 40, 34, 0.1945),
      inset -3.053e-16px -4.98593px 4.98593px #1ba78e,
      inset 3.053e-16px 4.98593px 4.98593px #25e3c1;
    border-radius: 7px; */
    background: #21c8aa !important;
    border-radius: 4px !important;
  }
  
  /* --carosel testimonial  */
  
  .card {
    box-shadow: 0px 4px 8px 0px #bdbdbd;
  }
  
  .profile-pic {
    width: 100px !important;
    height: 100px;
    /* box-shadow: 0px 4px 8px 0px #bdbdbd; */
  }
  
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1e88e5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
  }
  
  .owl-carousel .owl-nav button.owl-next:hover,
  .owl-carousel .owl-nav button.owl-prev:hover {
    color: #0d47a1 !important;
    background-color: transparent !important;
  }
  
  .owl-dots {
    display: none;
  }
  
  button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
  }
  
  .item {
    display: none;
  }
  
  .next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.9;
    /* background: white !important; */
  }
  
  .prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.9;
  }
  
  .item.show {
    display: block;
    transition-duration: 0.4s;
    /* padding-left: 55px !important;
    padding-right: 55px !important; */
  }
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    /* background-color: DodgerBlue; */
  }
  
  .flex-container > div {
    /* background-color: #f1f1f1; */
    /* width: 100px; */
    margin: 10px;
    text-align: center;
    /* line-height: 75px; */
    /* font-size: 30px; */
  }
  
  @media screen and (max-width: 999px) {
    .next,
    .prev {
      transform: scale(1);
      opacity: 1;
    }
  
    .item {
      display: block !important;
    }
    .job-card-img{
     display:none;
    }
  }
  
  .testmon {
    /* background: #ffffff !important;
    border: 2px solid #21c8aa !important;
    box-sizing: border-box !important;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25) !important;
    border-radius: 13px !important; */
    background: white !important;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 25%),
      inset 19.9px -19.9px 19.9px rgb(194 194 194 / 10%),
      inset -19.9px 19.9px 19.9px rgb(255 255 255 / 10%) !important;
    backdrop-filter: blur(39.8px) !important;
    border-radius: 14px !important;
    /* padding-left: 55px !important; */
    /* padding-right: 55px !important; */
    width: 90% !important;
  }
  
  .content {
    text-align: left;
    color: #003458;
  
    opacity: 0.8;
  }
  
  .nameplate {
    margin: 0%;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #21c8aa !important;
    background: white !important;
    /* font-size: 18px !important; */
  }
  
  .roles {
    color: rgba(0, 52, 88, 0.8) !important;
  
    opacity: 0.9;
    font-size: 24px;
    font-weight: 600;
    /* display: flex !important; */
  }
  
  .listss {
    /* padding-right: 65px; */
    width: 33%;
  }
  
  .careerbanner {
    background: url(./assets/img/career/bannerimg.jpeg);
    height: 100vh;
  }
  
  @media (min-width: 1800px) {
    .careerbanner {
      background: url(./assets/img/career/bannerimg.jpeg);
      height: fit-content !important;
    }
  }
  
  .kailashbaner {
    background: linear-gradient(
      to top,
      #f3f4f3 0%,
      #f3f3f3 35%,
      #003458 35%,
      #003458 100%
    );
  }
  
  @media (max-width: 760px) {
    .kailashbaner {
      background: linear-gradient(
        to top,
        #f3f4f3 0%,
        #f3f3f3 54%,
        #003458 40%,
        #003458 100%
      );
    }
  }
  
  /* testimon */
  
  .numbers {
    font-size: 48px;
    font-weight: 600 !important;
  }
  
  .storys {
    background: #ffffff !important;
    border: 3px solid #003458 !important;
    border-radius: 15px !important;
  }
  
  .smartteam {
    background: linear-gradient(180deg, #003458 0%, #001c2f 100%);
    border-radius: 7px !important;
  }
  
  /* progress bAR */
  .circle {
    width: 200px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
  }
  
  .circle canvas {
    vertical-align: top;
    width: 200px !important;
  }
  
  .circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: black;
  }
  
  .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
  }
  
  .circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
  }
  
  .mr-auto {
    margin: auto !important;
  }
  
  .circless {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px 8px;
    background: #21c8aa;
    /* border: 3px solid #000; */
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  
  .about-card {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 192px;
  }
  
  .intro-paragraph {
    line-height: 37px !important;
  }
  
  .abtus {
  }
  
  .black {
    position: fixed;
    top: 0;
    background: transparent;
    width: 100%;
  }
  
  .blue {
    position: fixed;
    top: 0;
    background: #003458;
    width: 100%;
  }
  
  .table-bordered td,
  .table-bordered th {
    border: 2px solid #003458 !important;
  }
  
  .table th {
    /* padding: 53px 0px !important;   */
    background: #00b9ff !important;
    vertical-align: middle !important;
    border: 2px solid #003458;
    text-align: center;
    /* width: 152px; */
    /* height: px !important; */
    color: white;
    font-size: 18px !important;
  }
  
  .rs {
    font-size: 18px !important;
    width: 152px !important;
    height: 70px !important;
    background: #00b9ff !important;
    color: white;
    text-align: center;
    font-weight: 600;
    /* padding: 22px !important; */
  }
  
  .green {
    background: #21c8aa !important;
    color: white !important;
    font-size: x-large;
    text-align: center;
    vertical-align: middle !important;
  }
  .red {
    background: #fa6e6e !important;
    vertical-align: middle !important;
    color: white !important;
    font-size: x-large;
    text-align: center;
  }
  .yellow {
    background: rgba(245, 225, 119, 0.81) !important;
    vertical-align: middle !important;
    color: white !important;
    font-size: x-large;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .stack-up {
      display: none;
    }
    .matrix {
      height: 100vh;
    }
  }
  
  .btmborder {
    border-bottom: 1px solid #21c8aa !important;
  }
  
  .companyname {
    font-size: 13px !important;
  }
  
  .btmborder2 {
    border-bottom: 1px solid #003458 !important;
  }
  
  .contact-validation-active .error-handling-messages {
    margin-top: 15px;
  }
  
  .contact-validation-active label.error {
    color: red;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
  }
  
  .contact-validation-active #loader {
    display: none !important;
    margin-top: 10px;
  }
  
  .contact-validation-active #loader i {
    font-size: 30px;
    font-size: 2rem;
    color: #d23a00;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
  }
  
  .contact-validation-active #success,
  .contact-validation-active #error {
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
  }
  
  .cmplg {
    max-width: 100% !important;
    /* height: 100% !important; */
    max-height: 100% !important;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    /* width: 50%; */
    /* padding: 70px 0; */
  }
  
  .child {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  
  .search-card {
    height: 150px;
  }
  /* .smart-header {
    background: linear-gradient(
      to top,
      #fff 0%,
      #fff 35%,
      #003458 35%,
      #003458 100%
    );
  } */
  .smart-header {
    background: #003458;
  }
  
  .smart-head-img {
    border-radius: 25px !important;
    height: 650px;
    margin: 6%;
  }
  
  .playicon {
    position: absolute !important;
    /* background: aqua; */
    /* bottom: 0; */
    left: 42% !important;
    top: 25% !important;
    /* margin: auto; */
    font-size: 70px !important;
    bottom: 50% !important;
  }
  
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: initial !important;
  }
  
  @media (max-width: 2560) {
    .smart-head-img {
      border-radius: 25px !important;
      height: 650px;
    }
  }
  
  /* @media (min-width: 1500px) {
    .smart-header {
      background: linear-gradient(
        to top,
        #fff 0%,
        #fff 35%,
        #003458 35%,
        #003458 100%
      );
    }
  } */
  
  @media (min-width: 1400px) {
    .smart-img {
      height: 104% !important;
      margin-left: -13px !important;
      margin-top: -13px !important;
      width: 104% !important;
      padding: 10% !important;
    }
  }
  
  @media (max-width: 1440px) {
    .smart-img {
      height: 105% !important;
      margin-left: -10px !important;
      /* margin-top: -16px !important; */
      width: 104% !important;
      bottom: -14px;
      position: absolute;
    }
  }
  
  @media (max-width: 760px) {
    .old-man {
      height: 100%;
      width: 100%;
    }
    .index-head-img {
      display: none !important;
    }
  }
  
  /* .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    background: #21c8aa;
    border-radius: 50%;
    position: relative;
  }
  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
  } */
  
  .dropdown-item:active,
  .dropdown-item:hover {
    background-color: #21c8aa !important;
    color: #fff !important;
  }
  
  #Footer .footer_copy .one {
    margin-bottom: 0px;
    padding-top: 18px;
    height: 80px;
  }
  
  #back_to_top {
    float: right;
    margin: -17px 0 0;
    font-size: 24px;
  }
  .bootom-footer .three-fourth-ft {
    width: 70%;
    float: left;
  }
  .terms {
    display: flex;
    margin-left: 0px !important;
  }
  .bootom-footer .one-fourth-ft {
    width: 30%;
    float: left;
  }
  .terms p {
    padding: 16px 20px 0px 0px;
    text-transform: uppercase;
  }
  .terms p a {
    color: #003458 !important;
    font-size: 15px !important;
    text-decoration: none;
  }
  .all {
    font-size: 12px;
    font-weight: 600;
    padding-left: 60px;
    position: relative;
    /* bottom: 18px; */
    color: #d7dcdc;
    text-align: center;
  }
  .footer_copy {
    border-top-color: rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .footer_copy .one {
    margin-bottom: 0px;
    padding-top: 18px;
    height: 80px;
  }
  
  .foooterp {
    font-size: 15px;
  }
  .foooterp a:hover {
    color: #21c8aa !important;
  }
  
  a.left {
    position: relative;
    text-decoration: none !important;
    color: #003458 !important;
  }
  
  a.left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  a.left:hover:before {
    visibility: visible;
    width: 100%;
  }
  
  .topnav a {
    /* float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px; */
    border-bottom: 3px solid transparent;
  }
  
  /* .topnav a:hover {
    color: #21c8aa !important;
  } */
  
  .topnav a.active {
    color: #21c8aa !important;
  }
  
  .bg-light {
    border: 1px solid #21c8aa;
  }
  
  .accordion-button:not(.collapsed) {
    color: #21c8aa !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  
  .businessmodel-card {
    background: #ffffff !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%) !important;
    border-radius: 3px !important;
  }
  
  .successstory-card {
    background: #ffffff !important;
    border: 3px solid #003458 !important;
    border-radius: 15px !important;
  }
  
  /* media Queries */
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (max-width: 760px) {
    .revrse {
      display: flex;
      flex-direction: column-reverse;
    }
    .mbresh1 {
      font-size: 28px !important;
    }
    .mbresh2 {
      font-size: 24px !important;
    }
    .mbresh4 {
      font-size: 16px !important;
    }
    .mbresh5 {
      font-size: 20px !important;
    }
    .lis {
      font-size: 12px !important;
    }
    .numbers {
      font-size: 37px !important;
    }
    .singin-btn {
      width: 100% !important;
    }
    .index-head-img {
      display: none;
    }
  }
  
  /* header */
  @media (max-width: 760px) {
    .black {
      position: fixed;
      top: 0;
      background: transparent;
      width: 100%;
      /* height: 50px; */
    }
  
    .blue {
      position: fixed;
      top: 0;
      background: #21c8aa !important;
      width: 100%;
      /* height: 50px; */
    }
    .about-card {
      box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
      border-radius: 3px;
      height: 350px !important;
    }
  }
  
  @media (max-width: 760px) {
    .bigss,
    .opp1,
    .carouselget {
      display: none;
    }
    .mobiless {
      display: block;
    }
  }
  
  @media (min-width: 760px) {
    .mobiless {
      display: none;
    }
  }
  
  .grow {
    padding-left: 8em;
  }
  @media (max-width: 760px) {
    .grow {
      padding: 4% !important;
      margin: 0% !important;
      overflow-x: hidden !important;
    }
  }
  
  /* footer media  */
  @media (max-width: 760px) {
    .footer_copy .one {
      margin-bottom: 0px;
      padding-top: 14px;
      height: 240px;
    }
    .terms p {
      padding: 8px 10px 0px 0px !important;
      text-transform: uppercase;
    }
    .terms p a {
      color: #003458 !important;
      font-size: 13px !important;
      text-decoration: none;
    }
    .terms {
      display: contents;
      margin-left: 0px !important;
    }
    .all {
      font-size: 12px;
      font-weight: 600;
      padding-left: 0px;
      position: relative;
      bottom: 10px;
      color: #d7dcdc;
      text-align: left;
    }
    .bootom-footer .one-fourth-ft {
      width: 100%;
    }
  }
  
  /* @media (min-width: 760px) {
    .newindxhead {
      bottom: 0 !important;
      position: absolute !important;
      right: 1% !important;
    }
  } */
  
  @media (min-width: 1999px) {
    .newindxhead {
      bottom: 0 !important;
      position: absolute !important;
      right: 28% !important;
    }
  }
  