
:root {
    --primary: #06A3DA;
    --secondary: #5bb046;
    --light: #EEF9FF;
    --dark: #091E3E;
}
/* custom start */
.owl-carousel .owl-item img{
    width: auto!important;
}
.hide {
    display: none;
  }
  .twl{
    font-size: 12px;
  }
.bg-pcr {
    background: url(../img/pas.jpg) left top no-repeat;
    background-size: contain;
}
.darkblubg{
 background-color: var(--dark);
}
.darkblutxt{
    color: var(--dark);
   }
   .bblu{
    color:#1a54a3;
   }
.hh{
    width: 100%;
    text-align: center;
    background-color: #06A3DA;
    font-size: 1.5rem;
    font-weight: bold;
}
.bghc{
    width: 100px;
    height: 50px;
    position: relative;
    /* align-self: center; */
    /* background-color: var(--secondary); */
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.bghic{
    position: relative;

    width: 70px;
    height: 60px;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    /* border: 1px solid var(--secondary); */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
/* .bghc{
    width: 100px;
    height: 50px;
    position: relative;
    align-self: center;
    background-color: var(--secondary);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.bghic{
    position: absolute;
    top: -35px;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid var(--secondary);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.img{
    width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
    overflow: hidden;
}
.img img{
    object-fit: contain;

}
.bodrcolcir{
    width: 200px;
    height: 200px;
    border-right: 5px solid var(--primary);
    border-bottom: 5px solid var(--primary);
    border-left: 5px solid var(--primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    align-items: center;
    position: relative;
}
.bodrcolpos{
    position: absolute;
    top: -20px;
    color: var(--secondary);
    width: 70px;
    font-size: 1.5rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.bodrcolarow{
    position: absolute;
    top: 40%;
    right: -45%;
}
.bor1{
    text-align: center;
    border: 1px solid #f5f5f5;
}
.bor1 img:hover{
    filter: grayscale(100%);
}
.hegt5{
    min-height: 500px;
}
.hegt1{
    min-height:300px;
}
.hegt3{
    min-height:250px;
}
.hegt3ds{
    min-height:200px;
}
.hegt4{
    min-height:200px;
}
.hegt2{
    min-height:500px;
}
.hegt{
    min-height:150px ;
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "attr(placeholder) !important";
  }

  input[type="time"]:before {
    content: attr(placeholder) !important;
    color: #000;
    margin-right: 0.5em;
  }
  input[type="time"]:focus:before,
  input[type="time"]:valid:before {
    content: "";
  }
.droprytico{
    content: '>';
}
.dropdown-item{
    font-family: 'Jost', sans-serif;
}
.dropdown-header{
    font-size: 17px!important;
}
.mowid{
    width:auto;
}
.mdclo{
        position: absolute;
   top: 0;
   right: 0;
}
.fotwats{
    position: fixed;
    bottom: 90px;
    right: 5px;

    z-index: 99;
}
.fotcal{
    position: fixed;
    bottom: 30px;
    right: 5px;
    display: block;
    z-index: 99;
}
@media screen and (max-width: 768px)
{
    input[type="date"]:before{
        color:#000;
        content:attr(placeholder);
        }
        .hegt2{
            min-height: auto;
        }
        .hegt1{
            min-height: auto;
        }
        .hegt4{
            min-height:auto;
        }
        .hegt{
            min-height: auto;
        }
        input[type="date"].full:before {
        color:black;
        content:""!important;
        }

        input[type="time"]:before{
        color:#000;
        content:attr(placeholder);
        }

        input[type="time"].full:before {
        color:black;
        content:""!important;
        }
   .mowid{
       width:70%;
   }
   .fotwats{
    bottom: 60px;
}
   .fotcal{
    display: none!important;
}
}
.lteblu{
    background-color: #f2fbff !important;
}
.bgwite{
    background-color: #FFFFFF;
}
.darkblu{
    color: var(--dark) !important;
}
.bgdarkblu{
    background-color: var(--dark) !important;
}
.blue{
    background-color: #34aae0 !important
}
.green{
    background-color: #5bb046 !important;
}
.mmb30{
    margin-bottom:100px;
}
.fotbut{
    position: fixed;
    bottom: 0;
    z-index: 99;
}




.bgwite::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: .5s;
    background-color: #54aa47;
    height: 3px;
    width: 50%;
}
.bgwite::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: .5s;
    background-color: #1550a1;
    height: 3px;
    width: 50%;
}
.team-item:hover .team-text::after,
.service-item:hover .bgwite::after {
    opacity: 1;
}

.navbar {
    z-index: 999;
}
.navbar.nav-scroll {


    padding: 0;
    position: fixed !important;
    top: -100px !important;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    border-radius: 0 !important;
    margin: 0 !important;
}
.optext{
    font-size: 18px;
}
.text-justify{
    text-align: justify;
}
.w-90{
    width: 90% !important;
}






@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}
/* custom end */
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;
}

.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: 46px;
    height: 46px;
}

.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;
    left: 45px;
    bottom: 45px;
    z-index: 99;
}
.h5{

    font-size: 1.10rem;
}
.grybor{
    padding: 5px;
    border: 1px solid grey;
}
.bodrcol{
    border-left: 2px solid var(--primary);
    border-right:2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
    border-top: 2px solid var(--primary);
    padding: 5px;
}
.bodrcolw{
    border-left: 1px solid white;
    border-right:1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 5px;

}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    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, .35);*/
    /*z-index: 1;*/

    position: absolute;
    bottom: 30%;
    background: rgba(9, 30, 62, .35);
    z-index: 1;
}
.minhgt{
    min-height:350px ;
}
.ftwl{
    font-size: 14px;
}

.cnols{
    position: relative;
    font-size: 34px;
    font-weight: bold;
    color: lawngreen;
}
.cnol{
    position: relative;
    font-size: 34px;
    color: aqua;
    font-weight: bold;
}

.cnol::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 2px;
    background-color: red;
    top: 40%;
    left: 0;
    rotate: 10deg;
}
.cnol::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 2px;
    background-color: red;
    top: 40%;
    left: 0;
    rotate: -10deg;
}
@media (max-width: 576px) {
    .owl-carousel .owl-item img{
        width: 100%!important;
    }
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption{
        bottom: 0;
        top: 0;
        left:0;
        right:0;
    }
    h4{
        font-size: calc(1rem + .3vw);
    }
    .ftwl{
        font-size: 12px;
    }
    .hegt3ds{
        min-height:auto;
    }
    .carousel-caption h1 {
        font-size: 16px;
        font-weight: 600 !important;
    }
    .section-title h5::before {
        display: none;
    }
    .display-5{
        font-size: calc(1.25rem + 1.0vw);
    }
    .minhgt{
        min-height:280px ;
    }
    .minhgt2{
        min-height:150px ;
    }
    .minhgt3{
        min-height:250px ;
    }

    .section-title h5::after {

        display: none;

    }
    .eiten{
        font-size: 18px;
    }
    .hegt3{
        min-height: auto;
    }
}

.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;
}
.bg-why {
    background: url(../img/why.jpg) center top no-repeat;
    background-size: cover;
}

.bg-whyn {
    background: url(../img/wyc.jpg) center top 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: 1;
    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(30% - 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;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none; /* Hidden by default */
}

.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none; /* Hidden by default */
}

.popup-form h2 {
  margin-top: 0;
}

.popup-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-form button#close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}for