@import url('https://db.onlinewebfonts.com/c/2eccf178aa2ce410df13a179ba3b3761?family=Nexa-Book');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Dancing+Script:wght@400..700&display=swap');
@font-face {
font-family: "KimberleyBl-Regular";
src: url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.eot");
src: url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/4c1a257545afb665b0920d10f4b524c8.svg#KimberleyBl-Regular")format("svg");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
.section-padding{
    padding: 70px 0px 0px !important;
}
a{
    display: inline-block;
    text-decoration: none;
}
p{
    margin-bottom: 0px !important;
}
.heading{
    text-align: center;
       margin-bottom: 50px !important;
}
.heading h2{
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-family: "KimberleyBl-Regular";
}
/* =============top nav============ */
.top-nav{
    background-color: #090c9f;
    padding: 15px 0px;
}
.top-back .row{
    display: flex; 
    align-items: center;
}
.top-left{
 display: flex;   
 justify-content: space-between;
 align-items: center;
}
.top-right-icon{
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.top-left-icon{
    display: flex;
align-items: center;
gap: 7px;
}
.top-left-icon i{
background-color:#ffffff;
width: 36px;
height: 36px;
border-radius: 50%;
color: #090c9f;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s;
}
.top-left-icon i:hover{
    color: #000;
}
.top-call a{
   font-weight: 400;
    font-size: 17px;
    font-family:"Nexa-Book";
    color: #ffffff;   
}
.top-side-btn a{
    background-color: #ffffff;
    border: 0px !important;
    color:  #090c9f;
    padding: 6px 2px !important;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Nexa';
    letter-spacing: 1px;
    transition: 0.3s;
    text-align: center;
}
.top-side-btn a:hover{
    color:  #000;
}
.top-side-btn{
    display: flex;
    justify-content: flex-end;
}
/* ============nav============== */
.navbar{
    padding: 0px !important;
}
.nav-section{
    background-color: #ffffff;
    padding: 15px 0px;
}
.logo img{
max-width: 200px;
height: auto;
}
ul{
    margin-bottom: 0px !important;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
   margin-bottom: 0px !important;
}
.nav-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-menu ul li{
    list-style: none;
    display:block;
    padding-top: 2px;
}
.nav-menu ul li a{
    margin-left: 50px;
    font-size: 16px;
    color: #000;
    font-family: "Nexa-Book";
 font-weight: 600;
  font-style: normal;
  transition: 0.5s;
  text-decoration: none;
}
.nav-menu ul li a:hover{
    color: #000000;
    text-shadow: 0px 1px 2px #ffffff;
}

.btn{
      margin-left: 50px;
    font-size: 16px;
    color: #000;
    font-family: "Nexa-Book";
 font-weight: 600;
  font-style: normal;  
  box-shadow: none;
    transition: 0.5s;
   box-shadow: none !important;
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.btn:hover{
    color: #000000;
  text-shadow: 0px 1px 2px #ffffff;
}
.dropdown-menu{
    width: 250px;
   background-color: #ffffff;
    border-radius: 0px !important;
    padding-top: 25px;
    padding-bottom: 15px;
}
.dropdown-menu li{
    display: block;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 1.130rem;
}
.dropdown-menu li a{
    color: #000;
    font-size: 16px;
   font-family: "Nexa-Book";
    font-weight: 500;
    font-style: normal; 
    transition: 0.5s;
    display: block;
}
.nav-menu li .dropdown-menu li a{
    margin-left: 20px;
    font-size: 18px;
    display: block;
  margin-bottom: 8px;
   font-family: "Nexa-Book";
}

.bar{
    display: none;
}
/* 
==================banner=================== */
.carousel-item{
    position: relative;
}
.banner-title{
    position: absolute;
    width: 80%;
    top: 150px;
    left:10%;
    text-align: center;
}
.banner-title h1{
    font-size: 62px;
    color: #ffffff;
font-family: "KimberleyBl-Regular";
    text-transform: uppercase;
}
.banner-title h6{
    font-size: 30px;
    color: #ffffff;
    font-family: "Nexa-Book";
    margin-top: 10px;
}
.carousel-item{
    width: 100%;
}
/* ===============about-img================= */
.about-img img{
    width: 100%;
}
.about-text h3{
  font-size: 21px;
  margin-bottom: 14px !important;
  font-family: "Nexa-Book";
  font-weight: 700;
}
.about-text p{
  font-size: 18px;
    font-family: "Nexa-Book";
    line-height:33px;
}
.about-btn{
    background-color: #b90000;
    display: inline-block;
    margin-top: 20px;
}
.about-btn a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
  font-family: "Nexa-Book";
  padding: 5px 25px;
  display: inline-block;
}
/* 
===================gallery-section===================== */
.gallery-section{
    width: 100%;
}
#gallery-section{
    margin-bottom: 60px;
}
.gallery-picturs{
    background-image: url('../images/gallery_back.png');
    height: 100%;
    background-position:center ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.gallery-picturs .row{
    padding: 40px 0px !important;
}
.gallery-img img{
width: 100%;
    padding: 10px 0px;
}
#gallery-last{
    display: none;
}
  .gallery-img {
      cursor: pointer;
      transition: 0.3s;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }
    #gallery_id{
        max-width: 200px;
        margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
    }
/* ====================footer-section==================== */
.footer-section{
      background-image: url('../images/footer-back.png');
    height: 100%;
    background-position:center ;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    padding: 80px 0px;
    border-top: 1px solid #e9e9e9;
}
.foot-logo{
    margin-bottom: 20px;
    margin-top: 10px;
}
.foot-logo a img{
    max-width: 250px;
}
.foot-col p{
 font-size: 16px;
color: #000;
font-weight: 500;
font-family: 'Nexa';   
}
.f-link{
    display: flex;
   align-items: center;
    gap: 10px;
    margin-top: 10px !important;
}
.f-link i{
font-size: 23px;
color: #090c9f;
}
.f-link a{
font-size: 16px;
color: #000;
font-weight: 400;
font-family: 'Nexa';
}
.foot-heading h5{
font-size: 26px;
color: #000; 
margin-bottom: 8px !important;
font-family: 'Nexa';
}
.f-side-icon a{
 font-size: 16px;
color: #000;   
  font-family: "Nexa-Book";
}
.f-side-icon i{
font-size: 19px;
color: #090c9f;
font-weight: 900;
margin-right: 7px;
margin-top: 4px;
}
.foot-icon{
   display: flex;
    align-items: center;
 gap: 10px;
 margin-top: 10px;
}
.foot-icon i{
    width: 30px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #090c9f;
}

/* ===================sub footer================ */
.sub-footer-section{
    background-color: #090c9f;
}
.sub-title{
    text-align: center;
}
.sub-title p{
    margin-bottom: 0px !important;
    padding: 12px 0px;
    color: #ffffff;
    font-size: 18px;
      font-family: 'Nexa';
  font-style: italic;
}
/* ================top button================== */

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  display: none;
  background-color: #a67512;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  padding: 0px 15px;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#scrollToTopBtn:hover {
  background-color: #a67512;
}

/* =======================inner page============================== */
.inner-services{
    padding-bottom: 70px;
}
.banner-heading h1{
     padding: 100px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    color: #ffffff;
font-family: "KimberleyBl-Regular";
    text-transform: uppercase;
}
.services-title h3{
      font-size: 22px;
      font-weight: 600;
    color: #000;
    font-family: "Nexa-Book";
    text-transform: uppercase;  
    margin-bottom: 20px !important;
}
.services-title p{
      font-size: 16px;
    color: #000;
    font-family: "Nexa-Book";
}
.services-images img{
    width: 100%;
}
/* ====================contact page========================= */
.banner-heading .centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 65px;
    font-family: "KimberleyBl-Regular";
}
.form-group{
    padding-top: 50px !important;
}
.contact-text{
    font-size: 16px;
    font-family: "Nexa-Book";
    text-align: center;
    padding-bottom: 20px;
}
.contact-item h2,h4{
    padding: 10px 0;
    font-family: "KimberleyBl-Regular";
    text-transform: uppercase;
}
.con{
     font-size: 20px;
    font-family: "Nexa";
    font-weight: 700; 
}
.contact-item label{
    color: #090c9f;
    color: #000;
    padding-bottom: 1px !important;
    font-size: 17px;
    font-family: "Nexa-Book";
    font-weight: 600;
margin-top: 20px !important;
}
.cont_btn{
    background-color: #090c9f;
    color: #fff;
    width: 100%;
    margin-left: 0px;
    margin: 25px 0;
}
 
.contact-item btn{
    margin-left: 0px!important;
}
.form-control{
    border: 1px solid #090c9f;
    border: 1px solid #000;
    border-radius: 0px;
}
 
.cont-link{
    text-align: center;
    align-items: center;
    gap: 10px;
    i{
    font-size: 30px;
    color: #090c9f;
    }
    a{
    font-size: 22px;
    color: #000;
    font-weight: 500;
    font-family: 'Nexa-book';
    }
 
}
.contact-section h2{
    padding: 50px 0 20px;
    font-family: "KimberleyBl-Regular";
    text-transform: uppercase;
}
.middle-col{
    margin-top: 20px;
}
.middle-col .row .col-sm-4{
    padding: 20px ;
}
.c-btn{
padding: 8px 0px;    
  border: 0px !important;
  margin-top: 40px;
}
/* ==============map section============== */
.map-section{
    width: 100%;
}
.map-section .heading h2{
  font-size: 32px;
  margin-top: 15px;
}
#map-heading h2 {
 margin-bottom: 50px !important;
    font-family: "KimberleyBl-Regular";
    text-transform: uppercase;
}
.map iframe{
    height: 300px;
    width: 100%;
}
/* ======================light box=========================== */
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

  .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ============== gallery part ================= */
 
.gallery-banner .centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 56px;
    font-family: "KimberleyBl-Regular";
}




/* =====================1024px======================= */
 @media screen and (max-width: 1024px) {

 }

 /* =====================992px======================= */
 @media screen and (max-width: 992px) {
    .top-side-btn{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
.logo img{
max-width: 140px;
height: auto;
}
.btn{
 font-size: 14px;
  margin-left: 20px;
}
   .bar {
      display: block;
      font-size: 22px;
      color: #fff;
      background: #000;
      padding: 0px 10px;
    }
    .nav-menu {
      display: none;
      position: absolute;
     top: 55px;
      right: -15px;
      left: -15px;
      background-color: #ffffff;
      z-index: 11;
      border-bottom: 1px solid #000 !important;
      /*padding-bottom: 30px;*/
    }
    .nav-menu ul {
      padding-left: 0px !important;
      padding: 0px 0px 0px;
    }
    .nav-menu ul li{
        display: inline;
        padding-top: 0px;
    }
    .nav-menu li .dropdown-menu li a {
    font-size: 15px;
}
    .nav-menu ul li a{
     color: #000;
     display:block;
     font-size: 14px;
     padding-top: 10px;
    margin-left: 20px;
    }
    #treatment {
    margin-left: 50px;
    font-size: 14px;
 margin-top: 15px;
}
.dropdown-menu{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 0px solid #e8ae34;
    border-bottom: 0px !important;
}
.nav-menu ul{
    padding: 10px 0px;
}
    .show{
display: block!important;
    }
    .dropdown-menu[data-bs-popper] {
    margin-top: 0px !important;
}

.section-padding{
    padding: 40px 0px 0px !important;
}
.heading h2{
    font-size: 17px;
    font-weight: 600;
}
.heading{
margin-bottom: 30px !important;
}
.carousel-control-prev-icon{
    width: 1rem;
}
.carousel-control-next-icon{
width: 1rem;
}
.banner-title {
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0%;
}
.banner-title h1{
    font-size: 18px;
}
.banner-title h6{
    font-size: 10px;
    margin-top: 4px;
}
.about-img img{
   margin-bottom: 30px;
}
.about-text h3{
  font-size: 16px;
}
.about-text p{
  font-size: 14px;
}
.about-btn a{
    font-size: 14px;
    padding-bottom: 7px !important;
}
.ser-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#down-ser{
    margin-top: 0px !important;
}
.gallery-img{
  display: flex;
    justify-content: center !important;
    align-items: center !important;  
    padding: 15px 15px 0px;
}
.gallery-img img{
    width: 100%;
}
.gallery-picturs .row {
    padding: 0px 0px !important;
}
.gallery-picturs{
    padding: 20px 0px !important;
}
.footer-section{
    padding: 30px 0px;
}
#middle-foot{
padding-left: 12px !important;
margin: 30px 0px;
}
#middle-foot .row{
 padding-left: 0px !important;   
}
.foot-heading h5 {
    font-size: 22px;
    margin-bottom: 10px !important;
}
.inner-services{
    padding-bottom: 20px !important;
}
.services-images{
    margin-bottom: 30px;
}
.banner-heading h1{
    padding: 60px 0px;
    font-size: 25px;
}
.services-title h3{
      font-size: 16px;
    margin-bottom: 15px !important;
}
.services-title p{
      font-size: 14px;
}

.f-link a {
    font-size: 14px;
}
.foot-icon {
    margin-top: 20px;
}
.f-side-icon a {
    font-size: 14px;
}
.foot-logo a img {
    max-width: 120px;
}

.banner-heading .centered{
    font-size: 15px;
}
.contact-text {
    font-size: 14px;
    padding-bottom: 0px;
}
.contact-section h2{
    padding: 30px 0 10px !important;
font-size: 17px;
}
.form-group {
    padding-top: 25px !important;
}
.contact-item label{
    font-size: 15px;
}
.con{
    font-size: 18px;
}
.middle-col .col-sm-4{
    border: none !important;
}
.cont-link a{
    font-size: 17px;
}

#map-heading h2 {
   font-size: 17px;
margin-bottom: 30px !important;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.sub-title p {
font-size: 12px;
    padding: 12px 0px;

}
.map-section .heading h2{
  font-size: 20px;
  margin-top: 5px;
}
.gallery-banner .centered{
    font-size: 15px!important;
}
#gallery-section {
    margin-bottom: 30px;
}
.about-btn{
    margin-top: 25px;
}
 }























































