@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600&display=swap");
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  color: #fff; }
  a:hover {
    text-decoration: none; }

p {
  font-weight: 400; }

.btn-link:focus, .btn-link:hover {
  text-decoration: none; }

body {
  font: 100% "Poppins", sans-serif;
  color: #000000;
  font-size: 16px; }

#particles-js {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 90%;
  left: 0;
  top: 0;
  background-color: #F7F7F7; }
  @media (min-width: 768px) {
    #particles-js {
      height: 70%; } }
  @media (min-width: 992px) {
    #particles-js {
      height: 100vh; } }

header {
  position: relative; }
  header .navbar {
    transition: background-color 0.3s ease; }
    header .navbar .navbar-toggler {
      padding: 0.1rem;
      font-size: 1rem;
      line-height: 1;
      background-color: transparent;
      border: 0 !important;
      color: #005659;
      border-color: rgba(0, 0, 0, 0);
      transition: box-shadow .15s ease-in-out; }
      header .navbar .navbar-toggler:focus {
        text-decoration: none !important;
        outline: 0;
        box-shadow: none !important; }
      header .navbar .navbar-toggler :hover {
        background-color: transparent; }
      header .navbar .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #005659; }
      header .navbar .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
      header .navbar .navbar-toggler span .icon-bar {
        transition: all 0.15s; }
      header .navbar .navbar-toggler span:nth-child(2) {
        transform: rotate(45deg);
        transform-origin: 10% 10%; }
      header .navbar .navbar-toggler span:nth-child(3) {
        opacity: 0; }
      header .navbar .navbar-toggler span:nth-child(4) {
        transform: rotate(-45deg);
        transform-origin: 10% 90%; }
      header .navbar .navbar-toggler.collapsed span:nth-child(2), header .navbar .navbar-toggler.collapsed span:nth-child(4) {
        transform: rotate(0); }
      header .navbar .navbar-toggler.collapsed span:nth-child(3) {
        opacity: 1; }
    header .navbar .navbar-brand img {
      max-width: 80%; }
      @media (min-width: 768px) {
        header .navbar .navbar-brand img {
          max-width: 100%; } }
    header .navbar .nav-item {
      font-size: 16px;
      padding: 10px;
      font-weight: 500; }
      @media (min-width: 990px) {
        header .navbar .nav-item {
          font-size: 13px; } }
      @media (min-width: 1200px) {
        header .navbar .nav-item {
          font-size: 16px; } }
      header .navbar .nav-item a {
        color: #005659;
        position: relative; }
        header .navbar .nav-item a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          content: '.';
          color: transparent;
          background: #005659;
          height: 2px;
          transition: all .5s; }
        header .navbar .nav-item a:hover::after {
          width: 100%; }
        header .navbar .nav-item a.active {
          color: #005659; }
          header .navbar .nav-item a.active::after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 100%;
            content: '.';
            color: transparent;
            background: #005659;
            height: 2px;
            transition: all .5s; }
      header .navbar .nav-item:last-child a {
        color: #ffffff;
        background-color: #005659;
        border-radius: 30px;
        padding: 10px 20px;
        transition: .3s ease; }
        header .navbar .nav-item:last-child a:hover {
          background-color: #1cbbbb; }
          header .navbar .nav-item:last-child a:hover::after {
            width: 0%; }
        header .navbar .nav-item:last-child a.active {
          background-color: #1cbbbb; }
          header .navbar .nav-item:last-child a.active::after {
            width: 0%; }

.main-container {
  min-height: 100%;
  width: 100%;
  padding: 50px 0px; }
  @media (min-width: 992px) {
    .main-container {
      padding: 80px 0;
      min-height: 100vh; } }

.spaces {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .spaces {
      padding: 0 0px; } }

ol, ul {
  padding-left: 1rem; }

.first-container {
  min-height: 100vh;
  width: 100%;
  padding: 50px 10px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .first-container {
      min-height: 70vh; } }
  @media (min-width: 992px) {
    .first-container {
      text-align: left;
      min-height: 100vh; } }

.stickyheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 3px 14px -2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 3px 14px -2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 3px 14px -2px rgba(0, 0, 0, 0.26);
  transition: background-color 0.3s ease; }

.top-bannerbx .banner-txt {
  color: #1cbbbb;
  margin-bottom: 150PX; }
  @media (min-width: 768px) {
    .top-bannerbx .banner-txt {
      margin-bottom: 0; } }
  .top-bannerbx .banner-txt h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px; }
    @media (min-width: 992px) {
      .top-bannerbx .banner-txt h3 {
        font-size: 2.25rem;
        line-height: 50px; } }
  .top-bannerbx .banner-txt .knowmore {
    background-color: #005659;
    border-radius: 30px;
    padding: 10px 30px;
    transition: .3s ease;
    border: 0;
    margin-top: 30px; }
    .top-bannerbx .banner-txt .knowmore:hover {
      background-color: #1cbbbb; }
.top-bannerbx .banner-image {
  position: relative; }
.top-bannerbx .banner-circle {
  position: absolute;
  bottom: 25%;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px; }
  .top-bannerbx .banner-circle img {
    max-width: 100px; }
    @media (min-width: 992px) {
      .top-bannerbx .banner-circle img {
        max-width: 100%; } }

@keyframes bounce {
  50% {
    transform: translateY(-15px); } }
#about-us {
  background-image: url(../images/hero-shape-2.png), url(../images/home-demo-shape.png), url(../images/Vector-4.png);
  background-position: 3% top, 97% top, right center;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box; }
  #about-us .about-bx {
    padding-bottom: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      #about-us .about-bx {
        text-align: left; } }
    #about-us .about-bx .about-title {
      padding: 50px 0; }
      #about-us .about-bx .about-title h3 {
        font-size: 1.5rem;
        text-align: center;
        color: #005659;
        font-weight: 600;
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          #about-us .about-bx .about-title h3 {
            font-size: 2.25rem; } }
        #about-us .about-bx .about-title h3 span {
          width: 50px;
          height: 3px;
          background: #1cbbbb;
          margin-top: 0.5rem;
          margin-bottom: 0.5rem; }
          #about-us .about-bx .about-title h3 span::after {
            content: ""; }
    #about-us .about-bx .about_txt {
      font-size: 1rem;
      padding: 0px;
      font-weight: 500;
      padding-top: 40px; }
      @media (min-width: 768px) {
        #about-us .about-bx .about_txt {
          padding: 0px 40px; } }
  #about-us .vision-bx {
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #about-us .vision-bx {
        text-align: right; } }
    #about-us .vision-bx h4 {
      color: #005659;
      font-size: 1.5rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        #about-us .vision-bx h4 {
          font-size: 2rem; } }
    #about-us .vision-bx p {
      color: black;
      font-size: 1.1rem;
      font-weight: 400;
      margin: 20px 0; }
      @media (min-width: 768px) {
        #about-us .vision-bx p {
          font-size: 1.2rem; } }
  #about-us .mission-bx {
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #about-us .mission-bx {
        text-align: right; } }
    #about-us .mission-bx .img_mission_div {
      text-align: center; }
      @media (min-width: 768px) {
        #about-us .mission-bx .img_mission_div {
          text-align: left; } }
    #about-us .mission-bx h4 {
      color: #005659;
      font-size: 1.8rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        #about-us .mission-bx h4 {
          font-size: 2rem; } }
    #about-us .mission-bx p {
      color: black;
      font-size: 1.1rem;
      font-weight: 400; }
      @media (min-width: 768px) {
        #about-us .mission-bx p {
          font-size: 1.1rem; } }

.title {
  padding: 50px 0; }
  .title h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #005659;
    font-weight: 600;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .title h3 {
        font-size: 2.25rem; } }
    .title h3 span {
      width: 50px;
      height: 3px;
      background: #1cbbbb;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .title h3 span::after {
        content: ""; }

.titleinner {
  padding: 50px 0; }
  .titleinner h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #806DAB;
    font-weight: 600;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .titleinner h3 {
        font-size: 2rem; } }

#offerings {
  background-image: url(../images/Vector-6.png), url(../images/Vector-5.png);
  background-position: 0% 30%, 97% top;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-color: #F6F6FE; }
  #offerings .offercontainer {
    border-bottom: 2px solid #806DAB; }
  #offerings .bottom-space {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      #offerings .bottom-space {
        margin-bottom: 100px; } }
  #offerings .offertitlehead1 {
    margin-bottom: 50px; }
  #offerings .offering-bx {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 38px;
    padding: 30px;
    margin-bottom: 150px; }
    @media (min-width: 768px) {
      #offerings .offering-bx {
        padding: 25px;
        margin-bottom: 50px;
        padding-top: 60px; } }
    #offerings .offering-bx .offerimg {
      position: absolute;
      top: -83px; }
    #offerings .offering-bx .offering-inner {
      padding: 15px; }
      #offerings .offering-bx .offering-inner h5 {
        margin: 20px 0;
        color: #806DAB;
        font-weight: 600;
        font-size: 1rem; }
  #offerings .lab-incoutter {
    text-align: center;
    padding: 25px;
    margin-bottom: 25px; }
    #offerings .lab-incoutter h5 {
      color: #806DAB;
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 16px; }
    #offerings .lab-incoutter p {
      text-transform: lowercase; }
  #offerings .labsetup-bx {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center; }
    #offerings .labsetup-bx figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      background: #3085a3;
      text-align: center;
      cursor: pointer; }
      #offerings .labsetup-bx figure.effect-honey {
        background: #4a3753; }
        #offerings .labsetup-bx figure.effect-honey h2 {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 1em 1.5em;
          width: 100%;
          text-align: center;
          -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
          -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
          font-size: 1rem; }
        #offerings .labsetup-bx figure.effect-honey img {
          opacity: 0.6;
          -webkit-transition: opacity 0.35s;
          transition: opacity 0.35s; }
        #offerings .labsetup-bx figure.effect-honey figcaption {
          color: #fff;
          text-transform: uppercase;
          font-size: 1rem;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          #offerings .labsetup-bx figure.effect-honey figcaption::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 10px;
            background: #806DAB;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            opacity: 0; }
          #offerings .labsetup-bx figure.effect-honey figcaption a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      #offerings .labsetup-bx figure:hover img {
        opacity: 0.3; }
      #offerings .labsetup-bx figure:hover h2 {
        opacity: 1;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0); }
      #offerings .labsetup-bx figure:hover figcaption::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0; }

#our-facilities {
  background-image: url(../images/hero-shape-2.png), url(../images/Vector-7.png), url(../images/home-demo-shape.png), url(../images/Vector-5.png), url(../images/Vector-8.png);
  background-position: 0% 1%, 100% 45%, 97% 60%, 3% 65%, 100% 80%;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-color: #efefef; }
  @media (min-width: 992px) {
    #our-facilities {
      background-position: 0% 10%, 100% 45%, 97% 60%, 3% 65%, 100% 80%; } }
  #our-facilities .border-bottom {
    border-bottom: 2px solid #806DAB !important; }
  #our-facilities .kbairmain {
    padding: 80px 0; }
    #our-facilities .kbairmain h3 {
      font-size: 1.5rem;
      color: #806DAB;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        #our-facilities .kbairmain h3 {
          font-size: 2rem; } }
    #our-facilities .kbairmain .kbair-bx {
      padding: 20px; }
      #our-facilities .kbairmain .kbair-bx img {
        width: 150px; }
      #our-facilities .kbairmain .kbair-bx h4 {
        font-size: 1rem;
        color: #806DAB;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          #our-facilities .kbairmain .kbair-bx h4 {
            font-size: 1.2rem; } }
  #our-facilities .ai-robot {
    padding-top: 80px; }
    #our-facilities .ai-robot h3 {
      font-size: 1.5rem;
      color: #806DAB;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        #our-facilities .ai-robot h3 {
          font-size: 2rem; } }
    #our-facilities .ai-robot .videobx {
      padding: 20px; }
  #our-facilities .ai-bx h3 {
    font-size: 1.5rem;
    color: #1cbbbb; }
    @media (min-width: 992px) {
      #our-facilities .ai-bx h3 {
        font-size: 2rem; } }
  #our-facilities .ai-bx ul {
    list-style-image: url(../images//star.png);
    margin-top: 20px; }
    #our-facilities .ai-bx ul li {
      padding: 10px;
      color: #005659;
      font-weight: 600;
      font-size: 1rem; }
  #our-facilities .aidesc {
    padding: 50px 0; }
    #our-facilities .aidesc h5 {
      font-size: 1.2rem;
      color: #1cbbbb;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 600; }
      @media (min-width: 992px) {
        #our-facilities .aidesc h5 {
          font-size: 1.5rem; } }
    #our-facilities .aidesc p {
      font-size: 1rem; }
      @media (min-width: 992px) {
        #our-facilities .aidesc p {
          font-size: 1.1rem; } }
  #our-facilities .imagebb {
    text-align: center;
    padding: 50px 0; }
    #our-facilities .imagebb p {
      font-size: 1rem; }
      @media (min-width: 992px) {
        #our-facilities .imagebb p {
          font-size: 1.0rem; } }

#contact-us {
  background-image: url(../images/Vector-11.png), url(../images/Vector-10.png);
  background-position: 0% 10%, 100% center;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-color: #283674; }
  #contact-us .title h3 {
    color: #ffffff; }
  #contact-us .title h2 {
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 1.5rem;
    color: #3CDCFE;
    text-transform: uppercase;
    font-weight: 700; }
    @media (min-width: 992px) {
      #contact-us .title h2 {
        font-size: 4rem; } }
  #contact-us .title h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1rem; }
    @media (min-width: 992px) {
      #contact-us .title h5 {
        font-size: 1.2rem; } }
  #contact-us .contact-inner {
    margin: 30px 15px;
    text-align: center; }
    @media (min-width: 768px) {
      #contact-us .contact-inner {
        text-align: left; } }
    #contact-us .contact-inner h4 {
      color: #3CDCFE;
      font-size: 1.3rem;
      margin-bottom: 2px;
      text-transform: uppercase;
      font-weight: 700; }
    #contact-us .contact-inner .c_nm {
      border-bottom: 2px solid white;
      padding-bottom: 6px;
      margin-bottom: 20px; }
    #contact-us .contact-inner p {
      color: #ffffff; }
      #contact-us .contact-inner p.address {
        text-transform: uppercase; }
      #contact-us .contact-inner p a {
        text-decoration: none; }
        #contact-us .contact-inner p a:hover {
          color: #3CDCFE; }
  #contact-us .socialbx {
    display: flex;
    margin-top: 50px; }
    #contact-us .socialbx .social_icons {
      text-align: center;
      width: 100%; }
      #contact-us .socialbx .social_icons a {
        padding: 15px;
        text-decoration: none; }
        #contact-us .socialbx .social_icons a i {
          font-size: 20px; }
        #contact-us .socialbx .social_icons a:hover {
          color: #1cbbbb; }

.imagebb {
  text-align: center; }

footer {
  background-color: #005659; }
  footer .container {
    padding-top: 1rem;
    border-top: 2px solid #ffffff; }
    footer .container p {
      color: #ffffff;
      text-align: center;
      font-size: 13px; }
      @media (min-width: 768px) {
        footer .container p {
          text-align: left; } }
      footer .container p a {
        text-decoration: none; }
        footer .container p a:hover {
          color: #3CDCFE; }
      footer .container p.bluish {
        text-align: center; }
        @media (min-width: 768px) {
          footer .container p.bluish {
            text-align: right; } }

#our_services h5 {
  color: #806DAB;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-button-next, .swiper-button-prev {
  color: white; }

.mySwiper .swiper-wrapper {
  transition-timing-function: linear; }

.mylabSwiper .swiper-wrapper {
  transition-timing-function: linear; }

.btn-gallery {
  color: #ffffff;
  background-color: #005659;
  border-radius: 30px;
  padding: 10px 20px;
  transition: .3s ease;
  border: 0; }
  .btn-gallery:hover {
    background-color: #1cbbbb;
    color: white;
    border: 0; }

#inner_pg_top {
  background-image: url(../images/Vector-6.png), url(../images/Vector-5.png);
  background-position: 0% 30%, 97% top;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-color: #F6F6FE; }
  #inner_pg_top .title h3 a {
    font-size: 1.5rem;
    text-align: center;
    color: #005659;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    text-decoration: none; }
    @media (min-width: 768px) {
      #inner_pg_top .title h3 a {
        font-size: 2.25rem; } }

#gallery h5 {
  color: #806DAB;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center; }
#gallery .imagebb {
  padding-bottom: 30px;
  position: relative; }
  #gallery .imagebb:hover h5 {
    color: #1cbbbb; }

#repl-for-schools {
  background-image: url(../images/Vector-6.png), url(../images/Vector-5.png);
  background-position: 0% 30%, 97% top;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  background-color: #F6F6FE; }
  #repl-for-schools img {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  #repl-for-schools .brd_btm {
    border-bottom: 2px solid #806DAB;
    margin-bottom: 80px;
    padding-bottom: 80px !important; }

#back-to-top {
  background: #005659;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 45px;
  opacity: 0;
  outline: medium none;
  position: fixed;
  right: 30px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 91;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 6px 6px 13px 0px #2a4371;
  -webkit-box-shadow: 6px 6px 13px 0px #2b447233;
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  border-radius: 30px; }
  @media (min-width: 992px) {
    #back-to-top {
      right: 45px; } }
  #back-to-top.show {
    opacity: 1;
    bottom: 65px; }

.hidden-sm {
  display: none; }
  @media (min-width: 992px) {
    .hidden-sm {
      display: inline-grid; } }

/*# sourceMappingURL=cstyle.css.map */
