/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
body{
    color:#000;
}
.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 30px;
    height:30px;
}
.btn-lg-square i{
    font-size:14px;
    line-height:25px;
    padding:5px 0px !important;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background:#091E3E;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

/* .team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
} */

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-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: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.top-shape p a{
    color:#fff;
}
.top-bg{
    background:#091E3E;
}
#hdn{
    visibility: hidden;
}
.text-start a{
color:#000;
}
.cnt-fm h1{
    font-size:35px !important;
}
.sbt p{
    color:#000;
    text-align: justify;
}
.team-text .text-primary{
color:#000 !important;
}
.price-item span{
    color:#000;
    font-size:15px;
}
.section-trt .col-lg-6{
    margin:20px;
    width:46%;
}
.trt-srv{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding:10px;
}
.trt-srv .trt1 h2{
    font-size:30px;
}
.trt-srv .trt1 p{
color:#000;
}
.addres p a{
    color:#fff;
}
.text-white p{
    font-size:15px;

}
.cpy p{
    font-size:13px;

}
.cpy1{
    padding:10px 0px;
}
.team-item{
    transition: transform 0.2s;

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.team-item:hover{
        transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175) !important;
}
.team-item .position-relative img{
    width:35%;
    text-align: center;
    background-color: #F57E57;
    padding: 10px;
    border-radius: 50%;
}
.disorder{
    margin-bottom:20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding:10px;
    text-align: center;
}
.disorder img{
    width:100%;
}
.disorder h4{
    margin-top:15px;
}
.disorder ul li{
    text-align: left;
    margin-left:20px;
    color:#000;
    font-size:16px;
}
.trt-srv .col-lg-4 img{
width:100% !important;
}
/* Carousel Text */
.carousel-item img{
  position: relative;
}
.carousel-text{
position: absolute;
top:35%;
left:10%;
}
.carousel-text h1{
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 0px 1px black;
}

.carousel-text h2{
  color:#fff !important;
  font-weight:bold;
font-size:35px;
}
.carousel-text h3{
    color: #ffffff;
    font-weight: 700;

    margin-bottom: 10px;
    text-shadow: 1px 0px 1px black;
  font-weight:bold;
  font-size:25px;
}
.carousel-text h4{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}
.carousel-indicators [data-bs-target]{
    background-color:#ffffff !important;
}
.text-clr marquee{
  color:#fff;
}
.trt1 ul li{
    color:#000;
}

.cnt .display-5 {
  font-size: 37px;
}
@media only screen and (min-width:1200px) and (max-width:1600px){
  .carousel-text{
    left:6% !important;
  }
   .display-6 {
    font-size: 2rem !important;
  }
  .display-5{
      font-size:30px !important;
  }.trt-srv .trt1 h2 {
  font-size: 25px !important;
}
.cpy p{
        font-size:10px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:600px){
    .sbt p{
        text-align:left !important;
    }
    
    .text-white p{
        font-size:15px !important;
    }
    .section-title h3{
        font-size:15px !important;
    }
    .section-title h5::before {
        display:none;
    
}
   .section-title h5::after{
        display:none;
    
}
    .display-5{
        font-size:30px !important;
    }
    .trt-srv .trt1 h2{
        font-size:25px !important;
    }
    #hdn{
        display:none !important;
    }
    .navbar-light .navbar-brand{
        width:79% !important;
    }
    .navbar-light .navbar-brand img{
        width:100% !important;
    }
  .page-banner-wrap .page-heading h1{
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .page-banner-wrap .breadcrumb li{
    font-size:10px !important;
  }
  .page-banner-wrap .breadcrumb li a{
    font-size:10px !important;
  }
  .page-banner-wrap .breadcrumb{
    margin-bottom:0px;
  }
  .page-banner-wrap{
    padding:15px 0px;
  }
  .logo img{
    width:80%;
  }
  .hero-section h1{
    font-size:25px !important;
    line-height:1em;
  }
  .section-title{
    font-size:25px !important;
    margin-top: 5px !important;
  margin-bottom: 5px !important;
  }
  .carousel-text h1 {
    font-size: 15px !important;
    margin-top:10px;
    line-height:0px !important;
    font-weight: 500 !important;
  }

    .carousel-indicators [data-bs-target]{
        width:15px !important;
    }
    .carousel-indicators{
        margin-bottom:0px !important;
    }

  .carousel-text{
    top:20%;
    left:5%;
    }
    .carousel-text h2{
      font-size: 10px !important;
      margin-bottom: 4px;
    }
    .carousel-text h3{
      margin-bottom:5px;
      font-size:10px !important;
      line-height:12px !important;
    }
    .carousel-text h4{
      font-size:8px !important;
      margin-bottom:5px;
    }
nav.py-3{
    padding:10px !important;
}
.section-trt .col-lg-6{
    width:90% !important;
}
}


  
  .whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
   left: 20px;
    }
    
    .whats-app1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    background-color: #135de7;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right:20px;
    }
    
    .my-float {
    margin-top: 5px;
    }
    
    @media only screen and (min-width: 651px) {
    .down_enquiry.visible-xs.dontdisplaylg {
      display: none;
    }
    }
    
    @media only screen and (max-width: 650px) {
    .whats-app {
      position: fixed;
      width: 40px;
      height:40px;
      background-color: #25d366;
      color: #fff;
      border-radius: 50px;
      text-align: center;
      font-size: 20px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
      left: 20px;
      bottom:110px;
    }
    
    .whats-app1 {
      position: fixed;
      width: 40px;
      height: 40px;
      bottom: 60px;
      background-color: #135de7;
      color: #fff;
      border-radius: 50px;
      text-align: center;
      font-size: 20px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
      left:20px;
    }
    
    .down_enquiry {
      background: #ffa500 repeat scroll 0 0;
      bottom: 0;
      position: fixed;
      width: 100%;
      z-index: 9;
    }
    
    .down_enquiry ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    
    .down_enquiry ul li {
      float: left;
      text-align: center;
      width: 50%;
      border-right: 1px solid #000;
    }
    
    li#t1 {
      background: #25d366;
    }
    
    .down_enquiry ul li a {
      color: #fff;
      display: block;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold;
      padding: 10px 0;
    }
    }
    .fa-whatsapp:before{
      color:#fff !important;
    }
    
    .display-5{
        color:#091E3E !important;
    }
    .bg-appointment    .display-5{
        color:#ffffff !important;
    }
    .top-bg .bg-light{
        background-color:#091E3E !important;
    }
        .top-bg .bg-light small{
            color:#fff !important;
        }
            .display-5 {
        font-size: 45px;
        font-family: "Open Sans", sans-serif;
        padding-bottom: 10px !important;
    }
    .cnt-hd h5{
        font-size:25px;
    }
    .txt-wht a i{
        color:#fff;
    }
    .txt-wht small i{
        color:#fff;
    }
    .section-title h3{
        font-size:20px;
    }
    .navbar-brand img{
        width:85%;
    }
    .disorder .list-unstyled{
        list-style-type:disc;
    }
    @media only screen and (min-width:1200px) and (max-width:1600px){
          .navbar-brand img{
        width:100%;
    }
        .navbar-light .navbar-nav .nav-link{
            padding:43px 10px;
            font-size:18px;
        }
        .navbar-expand-lg .navbar-collapse{
            width:55%;
        }
        .navbar-light .navbar-brand{
            width:45%;
        }
    }