@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Hind", sans-serif;
 
}
/* top scroll button */
#button {
  display: inline-block;
  background-color: #B51C21;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s ,transform .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: translateX(50px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  transform: translateX(-0px);
  opacity: 1;
  visibility: visible;
}
.google-btn{
  position: fixed;
  top: 56%;
  right: 0%;
  z-index: 3;
  border: 2px solid #ffffff;
  background-color: #092E40;
}

.google-btn::after{
  content: "";
  background-image: url(../images/language.png);
  background-size: contain;
  position: absolute;
  background-color: #065ed9;
  border: 2px solid #ffffff;
  padding: 22px;
  top: -1px;
  left: -46px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.goog-te-gadget-icon {
  display:none;
}
.goog-te-gadget-simple {
    background-color: #c0b59600 !important;
    border:none !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1 !important;
    padding: 10px 20px !important;
    border-radius: 10px;
}
#google_translate_element{
  display: none;
}
.google-btn:hover #google_translate_element{
  display: inline;
}
.goog-te-gadget-simple  span {
  color: #ffffff !important;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 14px;

}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
}

body {
  top: 0px !important;
  position: static !important;
}
/* buuton */
.whatsappimgbox{
  width: 12%;
  position: fixed;
  z-index: 99999;
  bottom: 30px;
  left: 30px;
}
.scale-up-center{
  animation: scale-up-center 1s ease-in-out infinite alternate both;
}
li{
  list-style: none;
}
@keyframes scale-up-center {
  0% {
    
    transform: scale(0.9);
  }
  100% {
     transform: scale(1);
  }
}

/* main nav */
.main-nav{
  position: relative;
}
.bg-scrolled {
    background-color: #B51C21 !important;
}
.bg-scrolled li .nav-link{
    color: #ffffff !important;/* Color after scroll */
}
.bg-default{
background-color: #ffffff;
}
  .logo-bg-color{
 background-color: #B51C21;
}
.nav-box{
  background-color: #ffffff;
  z-index: 99999;
  position: sticky;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sub-nav{
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  width: 16rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
  z-index: 5;
}
.main-nav:hover .sub-nav{
  opacity: 1;
  transform: translateY(0);
}
.navbar-nav li .nav-link{
  color: #ffffff;
  font-weight: 500;
  transition: all .5s ease-out;
  text-transform: uppercase;
}

.navbar-nav li .nav-link:hover ,.sub-nav li .sub-manu:hover{
    color: #B51C21;
}
.sub-nav li .sub-manu{
  line-height: 2rem;
  color: #1b1b1b;
  display: block;
  position: relative;
  transition: all .5s;
}
.nav-link{
  font-weight: 600 !important;
}
.sub-nav li .sub-manu::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #B51C21;
  transition: all .5s;
  transform:scaleX(0);
  transform-origin: left;
}
.sub-nav li .sub-manu:hover:after{
  transform:scaleX(1);
  transform-origin: left;
  border-bottom: 1px solid #B51C21;
}
.navcolor i{
  font-size: 10px;
  transition: all .5s;
   transform: rotate(0deg);
}
.main-nav:hover  .navcolor i{
  transform: rotate(180deg);
}
.logo-box{
  background-color: #B51C21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-box1{
  width: 40%;
}
.logo-box2{
  width: 45%;
  display: block;
  margin: 0px auto;
}
.top-nav{
  background-color: #EB2A68;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.top-icon-list{
  display: flex;
  column-gap: 20px;
  padding: 10px 30px;
  margin: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
.top-icon-list li a i ,.top-icon-list1 li a {
  color: #ffffff;

}
.top-icon-list1{
  display: flex;
  column-gap: 20px;
  padding: 10px 30px;
  align-items: center;
  margin: 0;
}
.top-icon-list1 li a i{
  color: #ffffff;
}

.All-navbar-box{
  z-index: 1000;
  position: sticky !important;
  top: 0px;
}
.navbar-nav li a{
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
}

.Quote-btn{
  background: linear-gradient(to left, #95C946 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  transition: all .5s;
}

 .Quote-btn:hover{
  background-position: left bottom;
  color: #ffffff;
 }
.navbar-toggler{
  border: none;
}
.navbar-toggler i{
  color: #ffffff !important;
  font-size: 22px;
}
  .active-color{
    color: #B51C21 !important;
  }
  /* second section */
.main-heading, .main-heading1{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #d1d1d1c7;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}
.main-heading2{
 font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.main-heading1{
  color: #EC2873;
}
.main-heading::after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 45%;
  background-color: #951B81;
  width: 7%;
  height: 4px;

}
.main-heading1::after{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  background-color: #951B81;
  width: 15%;
  height: 4px;

}

.top-heading{
  color: #B51C21;
  text-transform: uppercase;
  font-weight: bold;
}

.main-box-women{
  position: relative;
  transition: all 1s;
  overflow: hidden;
    border-radius: 30px;
}
.main-box-women img{
  border-radius: 30px;
border: 1px solid #909090;
 overflow: hidden;
 transition: all 1s;
}
.main-box-women:hover  img{
  transform: scale(1.1);
}
.text-box-effect{
  background-color: #ffffffcc;
   position: absolute;
   bottom: 0px;
  width: 100%;
  height: auto;
  padding: 20px;
  transition: all 1s;
  transform: translateY(80px);
}
.main-box-women:hover .text-box-effect{
  transform: translateY(0px);
}
.image-hover-text{
  text-align: center;
  font-weight: bold;
}


.view-more-btn{
  background-color: #0F70B7;
  font-size: 18px;
  padding: 16px 30px;
  color: #ffffff;
  border-radius: 30px;
  transition: all .5s;
}
.view-more-btn:hover{
  background-color: #951B81;
  color: #ffffff;
}
.textpara{
  text-align: justify;
}
/* video section */

.bg-color{
  background-color: #f2f2f2;
}
.video-box{
  width: 84%;
  margin: 0px auto;

}
.video-box-main{
  position: absolute;
  top: 0%;
  left:3%;
  bottom: 0px;
  width: 94%;
  height: 80%;
}
.why-choose-list li{
   list-style: "➩ ";
  
}
.why-choose-list li::marker{
  font-size: 30px;
  color: #B51C21;
}

.facilities-box{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
}
.facilities-list{
padding: 0px;
}
.facilities-list li{
  line-height: 2.5rem;
  font-weight: bold;
  
}
.facilities-list li i{
  background-color: #B51C21;
  color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  margin-right: 5px;
}
/* footer section */
.footer-bg{
background-color: #2E386F;
}


.footer-heading{
  color: #ffffff;
}
.line-footer{
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  position: relative;
}
.line-footer::before{
   content: "";
   position: absolute;
   width: 60px;
   height: 1px;
   background-color: #ffffff;
   margin-left: 10px ;
   left: 0px;
   top: 38%;
}
.text-footer{
  text-align: justify;
  color: #ffffff;
}
.footer-list{
  padding: 0px;
}
.footer-list li{
  line-height: 2rem;
  list-style: "✤  ";
  color: #ffffff;
  list-style-position: inside;
  transition: all .5s;
}
.footer-list li a{
     color: #ffffff;
}
.footer-list li:hover{
  color: #951B81;
}
.footer-address{
  display: flex;
  column-gap: 10px;
}
.footer-address div i{
  font-size: 20px;
  color: #ffffff;
}
.footer-address div a{
  color: #ffffff;
  transition: all .5s;
}
.footer-address div a:hover{
  color: #951B81;
}
.copyline{
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.copyline a{
  color: #ffffff;
  text-decoration: underline;
}
/* Appointment section */
.Appointment-img{
  background-image: url(../images/1-33.jpg);
  position: relative;
}
.Appointment-img::after{
  content: "";
  background-color: #ffffffad;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.box-appointment{
  position: relative;
  z-index: 1;
}
.get-btn a{
  background-color: #004cda;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 17px;
  transition: all .5s;
}
.get-btn a:hover{
  background-color: #1b1b1b;
}
.bgcolor-time{
  background-color: #1b1b1b;
  height: 100%;
}
.clock-icon{
  width: 18%;
}
.time-list{
  color: #ffffff;
}
.time-line{
  border-bottom: 1px dashed #ffffff;
  height: 2vh;
  width: 30%;
}
.time-list li{
  display: flex;
  column-gap: 20px;
}
/* contact page */

.bg-bannerimg1{
  background-image: url(../images/banner.webp);
  height: 30vh;
  background-position: center;
  background-size: cover;

}



.benner-main-box{
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benner-main-box1 ,.benner-main-box2{
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beener-heding{
  font-weight: bold;
  font-size: 30px;
}
.contact-box{
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}
.subHeading{
  color: #9e0000;
  font-weight: bold;

}
.subHeading span{
  color: #95C946;
  font-size: inherit;
}
.heding-address{
  color: #9e0000;
  font-weight:bold;
  font-size: 21px;
}
.contact-box i{
  color: #9e0000;
  font-size: 40px;
}
/* appointment section*/
.form-box{
  background-color: #2e386f9e;
  padding: 30px 20px;
}

.input-box{
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}
.input-box:focus{
  outline: 2px solid #2E386F;
}
.book-btn{
  border: none;
  background-color: #2E386F;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  transition: all .5s;
}
.book-btn:hover{
  background-color: #9e0000;
}

.select-box{
  appearance: none;
  background-image: url("../images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1.2rem top 50%;
  background-size: 0.65rem auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box::placeholder{
  color: #000000;
}
.Appointment-text-box{
  background-color: #2e386f9e;
  padding: 21px 10px;
}
.contact-box{
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.contact-box div i{
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f53c3;
  font-size: 22px;
}
.contact-box div h5{
  color: #fff;
  font-weight: bold;
}
.contact-box div a{
   color: #ffffff;
}
/* vision mission section */

.vision-box{
  padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    
    color: #000000;
}
.vision-box h3,.vision-box p{
transition: all .5s;
}
.vision-box:hover h3, .vision-box:hover p{
 color: #ffffff;
}
 

.vision-box::after{
  content: "";
  width: 40%;
  height: 37%;
  position: absolute;
  top: -50px;
  background-color: #EB2A68;
 right: -50px;
  border-radius: 30px;
  clip-path: circle(50% at 50% 50%);
  transition: all .5s;
}
.vision-box:hover:after{
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  clip-path: circle(100%);
  z-index: -1;
}
.vision-img{
  width: 25%;
  margin: 0px auto;
}
.about-us-img{
  height: 100%;
}
.about-us-img img{
  object-fit: cover;
}
/* gallery page*/
.image-box {
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
  height: 100%;
}
.image-box::after{
  transition: all 1s;
   content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.image-box:hover:after{
  background-color: #0000005a;
  
}
.image-box img{
   transition: all 1s;
   object-fit: cover;
   
}
.image-box:hover img{
   transform: scale(1.2);
}
/* modal box */
  .modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
  @media (min-width:768px) {
  .logo-box1{
    width: 30%;
  }
  .whatsappimgbox{
    width: 6%;
  }

  
}
@media (min-width:992px) {
  .logo-box1{
    width: 10%;
  }
   .whatsappimgbox{
    width: 3%;
  }
  .navbar-nav li a{
    color: #545454;
  }
  .sub-nav{
    position: absolute;
    visibility: hidden;
    display: block;
  }
  .main-nav:hover .sub-nav{
    opacity: 1;
   visibility: visible;
    transform: translateY(0);
  }

  .logo-bg-color{
 background-color: #ffffff;
}
.bg-default{
background-color: #ffffff;
}
.navbar-nav li .nav-link{
  color: #1b1b1b;
}
.clock-icon{
    width: 10%;
  }
  .form-box{
  padding: 60px 40px;
}
.vision-main-box{
  width: 70%;
  margin: 0px auto;
}
.vision-box::after{
  width: 30%;
  height: 41%;
  top: -50px;
 right: -50px;
  border-radius: 30px;
}
}
@media (min-width:1440px) {
  .navbar-nav{
    column-gap: 20px;
  }
}