@import url('https://fonts.googleapis.com/css2?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');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
#button {
  display: inline-block;
  background-color: #0B3380;
  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);
  border: 3px solid #ffffff;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 35px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  transform: translateX(-0px);
  opacity: 1;
  visibility: visible;
}
/* call icon and whatsapp icon*/
.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;animation: scale-up-center 1s ease-in-out infinite alternate both;
}
@keyframes scale-up-center {
  0% {
    
    transform: scale(0.9);
  }
  100% {
     transform: scale(1);
  }
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
ul{
  padding: 0px;
}
/* google button */
.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;
}
/*Top navbar  */
.navbgcolor-top{
  background-color:#E43423;
}
.navbgcolor-top div ul li a {
  color: #ffffff;
  transition: all .5s;
}
.navbgcolor-top div ul li a:hover {
  color: #0f0f0f;
}

/* main navbar */
.main-navbar{
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  top: 0px;
  z-index: 999;
}
.navbar-nav li a{
   font-size: 18px;
   font-weight: 500;
   color: #0f0f0f;
   transition: all .5s;
}
.navbar-nav li a:hover{
  color: #E43423;
}
.active-nav{
  color: #E43423 !important;
}
.main-manu,.main-manu{
  position: relative;
}
.sub-manu{
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 16rem;
  padding: 10px 0px;
  display: none; 

}
.sub-manu1{
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 16rem;
  padding: 10px 0px;
  display: none; 
}

.main-manu1:hover .sub-manu ,.main-manu:hover .sub-manu1{
  display: block;
}
.main-manu:hover .text-color-nav{
  color: #E43423;
}
.sub-manu li a ,.sub-manu1 li a{
  display: block;
  padding: 8px 20px;
  font-size: 16px; 
  border-bottom: 1px solid #cacaca;

}
.active-sub{
  background-color: #E43423;
  color: #ffffff !important;
}
.sub-manu li a:hover ,.sub-manu1 li a:hover{
  background-color: #E43423;
  color: #ffffff;
}
.logo-box{
   width: 55%;
}

.Allheading{
  color: #E43423;
  font-weight: bold;
}
.textpara{
  text-align: justify;
}
.read-btn{ 
  background-color: #E43423;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 10px 15px 30px;
  color: #ffffff;
  font-size: 17px;
  transition: all .5s;
  text-transform: uppercase;
}
.read-btn:hover{
 background-color: #3C746B;
  color: #ffffff;
}
.read-btn i{
  background-color: #3C746B;
  color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  text-align: end;
  transition: all .5s;
}
.read-btn:hover i{
  background-color: #E43423;
  
}
.bgUnique{
  background-color: #eaeaea;
}
.Unique-list li{
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 1.1rem;
}
.Unique-list li i{
  background-color: #d28900;
  color: #ffffff;
  padding: 6px;
  border-radius: 50%;
  margin-right:10px ;
}

/* slider btn */


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
 background-color: #E43423;
 color: #ffffff;
 transition: all .5s;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #3C746B;
  color: #ffffff;
}
.client img{
  padding: 10px;
}
/* why choose */
.whybox-main{
  background-color: #F2EBE4;
  border-radius: 10px;
  padding: 6px;
}
.text-color{
  text-transform: uppercase;
  color: #E43423;
  font-weight: bold;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button{
  color: #3C746B;
  font-size: 1.2rem;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  color: #E43423 !important;
}
.why-list li{
  font-weight: bold;
  font-size: 1.2rem;
  padding:10px 0px;
  border-bottom: 1px solid #8e8e8e;
}
.why-list li i{
  color: #E43423;
  font-size: 1.5rem;
  padding-right: 10px;
}
.bg-color-contact{
background: radial-gradient(circle, #2995E5 0%, rgba(0,71,194,1) 100%);
}
.contact-icon{
  text-align: center;
}
.contact-icon i{
  font-size: 2rem;
  color: #ffffff;
}
.number a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.read-btn1{
  padding: 15px  30px;
  background-color: #ffffff;
  color: #0f0f0f;
  font-weight: bold;
  border-radius: 10px;
  transition: all .5s;
}
.read-btn1:hover{
  color: #E43423;
}
/* footer section */
.footer-bg-img{
  background-image: url(../images/2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.footer-bg-img::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #0200420d;
  z-index: -1;

}
.logo-footer{
  width: 70%;
}
.footer-link{
  display: flex;
  column-gap: 10px;
}
.footer-link li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  border-radius: 50%;
  color: #717171;
}
.footer-link li a:hover{
  background-color: #E43423;
  color: #ffffff;
}
.footer-link li{
  border: 1px solid #b9b9b9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
 
}
.footer-heading{
  font-weight: bold;
}
.line-footer{
  width: 7px;
  height: 7px;
  background-color: #E43423;
  position: relative;
}
.line-footer::before{
   content: "";
   position: absolute;
   width: 50px;
   height: 1px;
   background-color: #aaaaaa;
   margin-left: 10px ;
   left: 0px;
   top: 40%;
}
.footer-link-main li{
  list-style: "☞  ";
  list-style-position: inside;
}
.footer-link-main li a{
 color: #252525;
 line-height: 2rem;
 transition: all .5s;
}
.footer-link-main li a:hover{
  color: #E43423;
}
.link-address{
  color: #525252;
}
.footer-icon i{
  font-size: 35px;
  color: #E43423;
}
.link-number{
  font-size: inherit;
  color: #1b1b1b;
  font-weight: bold;
  transition: all .5s;
}
.copy-line{
  text-align: center;

}
.copy-line a{
  color: #FE9D24;
}


  .img-box{
    position: relative;
     display: block;
     overflow: hidden;
  }
  .img-box::after{
    position: absolute;
    content: "";
    font-size: 40px;
    width: 80%;
    height: 80%;
    border: 2px solid #ffffff;
    color: #ffffff;
    top: 10%;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    opacity: 0;
  }
  .img-box:hover:after{
    opacity: 1;
  }
  .img-box::before{
    position: absolute;
    content: "";
    font-size: 40px;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    background-color: #00000090;
    top: 0%;
    left: 0%;
    transition: all .5s;
    opacity: 0;
  }
  .img-box:hover::before{
    opacity: 1;
  }
.gallery-img{
  transition: all 1s;
}
.img-box:hover .gallery-img{
  transform: scale(1.2);
}
.services-list li{
  list-style: disc;
}
.textpara1{
  text-align: justify;
}
/* new section */
.bgcolor-new-section{
  background-color: #FEAF02;
}
.new-text-heading{
  font-weight: bold;
  text-align: center;
}
.new-text-heading span{
  font-size: inherit;
  color: #ff0000;
  text-shadow: 1px 1px 3px #ffffff;
}
/* envent section */
.projectMainBox{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }
 .designbtn{
  position: absolute;
  top: 40%;
  left: 30%;
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 2;
  transition: all .5s;
  opacity: 0;
 }
  .projectMainBox:hover .designbtn{
  opacity: 1;
 }
  .designbtn:hover{
    background-color: #065ed9;
  }
 .images-project{
  position: relative;
  display: block;
  height: 30vh !important;
  object-fit: cover;
 }
  .projectMainBox::after{
 position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
  transition: all .5s;
  }

  .projectMainBox:hover:after{
   background-color: #041015cc;
  }
  .envent-text{
    background-color: #260E11;
    color: #ffffff;
    padding: 20px;
    text-align: center;
  }
  /* contact page */

.bg-bannerimg1{
  background-image: url(../images/contact-banner.png);
  height: 40vh;
  background-position: center;
  background-size: cover;
 background-repeat: no-repeat;
}

.bg-bannerimg2{
  background-image: url(../images/envent-banner.png);
}
.bg-bannerimg3{
  background-image: url(../images/Facilities-banner.png);
}
.bg-bannerimg4{
  background-image: url(../images/gallery-banner.png);
}
.bg-bannerimg5{
  background-image: url(../images/about-us-banner.png);
}
.bg-bannerimg6{
  background-image: url(../images/founder-message-banner.png);
}
.bg-bannerimg7{
  background-image: url(../images/our-team-banner.png);
}
.bg-bannerimg8{
  background-image: url(../images/vision-mission-banner.png);
}
.bg-bannerimg9{
  background-image: url(../images/video-banner.png);
}

.benner-main-box{
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.beener-heding{
  font-weight: bold;

}
.breadcrumb-item i{
  color: #e21e21;
}
/* appointment section*/
.form-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px 20px;
  border-radius: 20px;
}

.input-box{
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #4e4e4e;
}
.input-box:focus{
  outline: 2px solid #2E386F;
}
.book-btn{
  border: none;
  background-color: #e21e21;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  font-weight: bold;
  transition: all .5s;
}
.book-btn:hover{
  background-color: #f00000;
}

.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;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}

.heding-address{
  color: #E43423;
  font-weight:bold;
  font-size: 21px;
}
.contact-box i{
  color: #E43423;
  font-size: 40px;
}
/* modal box */
  .modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* Founder-box */
.textpara1{
  font-size: 17px;
  text-align: justify;
}
.founder-no{
  color: #e21e21;
  font-weight: bold;
}
.Founder-box{
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* team page */
.team-main-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
}
.teacher-name{
  font-weight: bold;
  text-align: center;
  color: #e21e21;

}
/* gallery page*/
.image-box {
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
  height: 35vh;
  
}
.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;
}
 /* video section */
     .video-thumb {
      cursor: pointer;
      transition: transform 0.5s;
      height: 100%;
    }
    .video-thumb:hover {
      transform: scale(1.05);
    }
.play-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;

}
.play-icon i{
  font-size: 50px;
  color: #EA0C0C;
  position: relative;
}
.play-icon i::after{
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 60%;
  height: 50%;
  left: 20%;
  top: 20%;
  z-index: -1;
}
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }

  .logo-box{
   
    width: 25%;
}
.box-color{
  padding-left: 20px;
}
.whybox-main{
  padding: 30px;
}

}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
 .sub-manu1{
    position: absolute;
  }
 .sub-manu {
    position: absolute;
    left: 100%;
    bottom: 0%;
  }
  .logo-box{
   
    width: 18%;
}

.whybox-main{
  padding: 50px;
}
.new-text-heading{
 width: 80%;
 margin: 0px auto;
 text-align: center;
}
.why-list li{
  line-height: 4rem;
  
  padding:0px;
}
}
@media (min-width:1440px){
  .navbar-nav{
     column-gap: 20px;
  }
 
}