/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
  }
  
  img,
  table {
    max-width: 100%;
    margin: 0 auto;
  }
  
  table {
    width: 90%;
    margin: 0 auto;
  }
  
  table th,
  table td {
    box-sizing: border-box;
    padding: 5px;
  }
  
  table p {
    margin: 0;
    text-indent: 0 !important;
  }
  
  .btn {
    font-weight: 700;
    transition: .5s;
  }
  
  .btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
  }
  
  .btn-primary {
    color: #FFFFFF;
  }
  
  .btn-square {
    width: 36px;
    height: 36px;
  }
  
  .btn-sm-square {
    width: 28px;
    height: 28px;
  }
  
  .btn-lg-square {
    width: 46px;
    height: 46px;
  }
  
  .btn-square,
  .btn-sm-square,
  .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  
  .back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
  }
  
  .navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
  }
  
  @media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 5px;
      bottom: 0;
      left: 50%;
      background: var(--primary);
      transition: .5s;
    }
  
    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
      width: 100%;
      left: 0;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
      margin-left: 0;
      padding: 10px 0;
    }
  }
  
  .hero-header {
    position: relative;
  }
  
  .banBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 85%;
    box-sizing: border-box;
    padding: 0 5%;
  }
  
  .py-5.banner {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .contBack {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .contBack iframe {
    display: block;
    transform: scale(2.5);
  }
  
  .service-item {
    position: relative;
    /* height: 350px; */
    padding: 30px;
    transition: .5s;
  }
  
  .col-lg-4.Partners {
    width: 25%;
  }
  
  .service-item .service-icon {
    /* width: 150px; */
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--primary); */
    border-radius: 50%;
    /* transform: rotate(-14deg); */
    margin: 0 !important;
  }
  
  .service-item .service-icon i {
    transform: rotate(15deg);
  }
  
  .service-item .service-icon img {
    display: block;
    max-width: 100px;
    width: 90%;
  }
  
  .service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
  }
  
  .service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
  }
  
  .price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
  }
  
  .price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .price-carousel .owl-nav .owl-prev,
  .price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
  }
  
  .price-carousel .owl-nav .owl-prev:hover,
  .price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
  }
  
  .team-item .row .col-sm-7 {
    width: 40% !important;
    justify-content: center;
  }
  
  .team-item .row .col-sm-5 {
    width: 60%;
  }
  
  @media (min-width: 576px) {
    .team-item .row {
      height: 350px;
    }
  }
  
  .team-carousel .owl-nav {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
  }
  
  .team-carousel .owl-nav .owl-prev,
  .team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
  }
  
  .team-carousel .owl-nav .owl-prev:hover,
  .team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
  }
  
  .testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
  }
  
  .testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
  }
  
  .testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
  }
  
  .navbar-brand {
    display: block;
    width: 120px;
  }
  
  .navbar-brand img {
    display: block;
    width: 100%;
  }
  
  .position-absolute.w-100.h-100.rounded {
    height: auto !important;
    width: 100% !important;
    position: static !important;
  }
  
  .col-lg-7 p {
    line-height: 30px;
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    width: 90%;
    display: block;
    margin: 40px auto 0;
  }
  
  .button-primary-right-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #13C5DD;
    color: #fff;
    text-align: center;
    letter-spacing: -.02em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px 10px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all .5s cubic-bezier(.6, .6, 0, 1);
    display: flex;
  }
  
  .button-primary-right-icon:hover {
    background: #183e43;
  }
  
  .mt-auto {
    margin-top: 0 !important;
  }
  
  .Partners .flex-column {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
  }
  
  .contMg.d-flex {
    width: 120px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
  }
  
  .contMg.d-flex img {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
  }
  
  .filters-drop-down-wrap img {
    display: block;
    transition: .4s;
  }
  
  .active .filters-drop-down-wrap img {
    transform: rotate(180deg);
  }
  
  .faq-content {
    display: none;
  }
  
  .esitBox {
    overflow: hidden;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-indent: 2em;
    font-size: 20px;
  }
  
  .text-center ,
  .text-zero{
    margin-bottom: 0 !important;
  }
  
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 3.5rem;
    }
  
    .display-4 {
      font-size: 2.5rem;
      margin: 2rem 0;
    }
  
  }
  
  .text-primary {
    margin: 0 0 .8rem;
  }
  
  .text-center.mx-auto.mb-5 h1.display-4 {
    color: #13C5DD;
  }
  
  .toHome::after {
    display: none;
  }
  
  * {
    font-family: Times New Roman !important;
  }
  
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
  
  .row.g-5 {
    justify-content: space-between;
  }
  
  .col-lg-3.fot {
    width: auto;
  }
  
  /* start */
  
  * {
    margin: 0;
    padding: 0;
    color: #000;
  }
  
  a {
    color: #0000FF;
  }
  
  .htmlTlt {
    text-align: center;
    font-size: 2.5rem;
    color: #13C5DD;
    margin: 0 0 2rem;
  }
  
  /* .substance h3 {
    font-size: 24px;
    margin: 0 0 1rem;
  } */
  
  .substance p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 1rem;
    color: #000;
  
  }
  
  .substance h5 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 1rem;
    color: #000;
  }
  
  .substance h6 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin: 0 0 1rem;
    color: #000;
  }
  
  .substance img {
    max-width: 90%;
    display: block;
    margin: 1rem auto;
  }
  
  .substance a {
    text-decoration: none;
    color: #0000FF;
  }
  
  .col-lg-7 p {
    font-size: 20px;
  }
  
  .bi-arrow-right::before,
  .bi-arrow-left::before,
  .button-primary-right-icon div svg {
    color: #fff;
  }
  
  
  /* end */