@import url('https://fonts.googleapis.com/css2?family=Alice&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
/*  font-family: "Alice", serif;  heading */
#button {
  display: inline-block;
  background-color: #0592D9;
  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;
}
/* google language */
.google-btn{
  position: fixed;
  top: 40%;
  right: 0%;
  z-index: 3;
  border: 2px solid #ffffff;
  background-color: #0592D9;
}
.google-btn::after{
  content: "";
  background-image: url(../images/language.png);
  background-size: contain;
  position: absolute;
  background-color: #0592D9;
  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{
  overflow-x: hidden;
  top: 0px !important;
}

/* 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;
}
/*Top navbar  */
.navbgcolor-top{
    background-color: #0592D9;

}

.navbgcolor-top div ul li a {
  color: #ffffff;
  transition: all .5s;
}
.navbgcolor-top div ul li a:hover {
  color: #ffffff;
}
.navbar-toggler i{
  color: #000000;
  font-size: 25px;
}
.navbar-toggler{
  border: none !important;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}


/* main navbar */
.main-navbar{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #ffffff;
}
.navbar-nav li a{
   font-size: 18px;
   font-weight: 500;
   color: #000000;
   transition: all .5s;
   position: relative;
}
.navbar-nav li .nav-link:hover{
  color: #F7811D;
}
.navbar-nav li .nav-link::after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #F7811D;
  transition: all .5s;
}
.navbar-nav li .nav-link:hover:after{
  width: 100%;
}
.navbar-nav li .active-nav{
  position: relative;
  color: #F7811D;
}
.navbar-nav li .active-nav::after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #F7811D;
  transition: all .5s;
}

.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: 20px 0px;
  display: none; 
 

}
.sub-manu1 ,.sub-manu2{
  position: relative;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 16rem;
  padding: 20px 0px;
  display: none; 
}
body{
  overflow-x: hidden;
}
.main-manu1:hover .sub-manu ,.main-manu:hover .sub-manu1 ,.main-manu1:hover .sub-manu2{
  display: block;
}
.main-manu:hover .text-color-nav{
  color: #F7811D;
}
.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: #0B3380;
  color: #ffffff !important;
}
.sub-manu li a:hover ,.sub-manu1 li a:hover, .sub-manu2 li a:hover{
  background-color: #F7811D;
  color: #000000;
}
.logo-box{
   width: 50%;
}
.text-color-nav i{
   font-size: 10px;
}
/* Courses slider */
.Courses-bg-img{
  background-image: url(../images/category-1600x600-1.jpg);
  min-height: 40vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;

}

.images-box-courses{
 width: 40%;
 background-color: #e0e0e0;
 border-radius: 50%;
 padding: 30px;
 margin: 0px auto;
 transition: all .5s;
}
.images-box-courses1{
  background-color: #f6c193;
}
.images-box-courses2{
  background-color: #eafda5;
}
.images-box-courses3{
  background-color: #f2c0c0;
}
.images-box-courses4{
  background-color: #c0c3f2;
}
.images-box-courses5{
  background-color: #c0f2ee;
}
.images-box-courses6{
  background-color: #ecb0f2;
}
.images-box-courses:hover img{
  transition: all .7s;
}
.images-box-courses:hover img{
    transform: rotateY(360deg);
}
.images-box-courses:hover{
  background-color: #0592D9;
}
.heding-icon{
  font-weight: bold;
  color: #0592D9;
  text-align: center;
}
/* about us */
.about-image-mainbox{
  position: relative;
}
.image-box-about{
  position: absolute;
  bottom: -15%;
  width: 60%;
  left: 40%;
  border: 5px solid #F7811D;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.image-box-about1{
  width: 90%;
  border: 5px solid #F7811D;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.heading-main{
  font-family: "Alice", serif;
  font-weight: bold;
}
.heading-main span{
  font-family: "Alice", serif;
  font-size: inherit;
  color: #F7811D;
}
.icon-line{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.icon-line1{
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}
.icon-line1 .left-line ,.icon-line1 .right-line{
   background-color: #F7811D;
   width: 10%;
   height: 3px;
}
.left-line ,.right-line{
   background-color: #F7811D;
   width: 20%;
   height: 3px;
}
.textpara{
  text-align: justify;
}
.Quote-btn{
  background: linear-gradient(to left, #F7811D 50%, #0592D9 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  color: #ffffff !important;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 18px;
  transition: all .5s;
}

 .Quote-btn:hover{
  background-position: left bottom;
  color: #ffffff;
 }
 .director-img{
   border-radius: 20px;
   overflow: hidden;
   animation: shadow-drop-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
 }
 @keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 #0592d99a;
  }
  100% {
    box-shadow: 0 0 20px 0px #0592d9fe;
  }
}
/* courses section design  */
.courses-main-box{
  position: relative;
  transition: all .5s;
}
.courses-main-box:hover{
  transform: translateY(-10px);
}
.courses-img{
  position: relative;
}
.courses-img::after{
  content: "";
  position: absolute;
  background: linear-gradient(180deg,rgba(36, 88, 110, 0) 20%, rgba(0, 0, 0, 1) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
}
.courses-text{
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  z-index: 2;
  width: 100%;
  text-align: center;
  height: 7.8vh;
  overflow: hidden;
  transition: all .5s;
}

.courses-main-box:hover .courses-text{
  height: 31vh;
}
.courses-text h2{
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.courses-text p{
      padding: 0px 10px;
}
/* counter section */
.counter-bg-img{
  background-image: url(../images/banner.jpg);
 background-position: center;
 background-size: cover;
 position: relative;

}
.counter-bg-img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c2b4c8b;
  top: 0px;
  left: 0px;
}
.counter-box{
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;


}
.counter-box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  filter: blur(8px);
  z-index: -2;
}

.counter-box:hover:after{
  right: -7%;
  bottom: -15%;
}
.counter-box h2 {
  font-weight: bold;
}
.counter-box h2 ,.counter-box h5{
  color: #F94603;
}
.icon-top{
  border: 4px solid #7c7c7c;
  border-radius: 50%;
  width: 35%;
}
/* rank */
.renk-box{
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   padding: 30px 0px;
   border-radius: 20px;
   background-color: #cfcfcf;
   overflow: hidden;
    transition: all .5s;
}
.renk-box:hover{
  background-color: #9a9a9a;
}
.renk-box img{
  transition: all 1s;
}
.renk-box:hover img{
  transform: scale(1.1);
}
/* why choose section */
/* Coaching Classes */
.bgcolor-coaching{
  background-color: #f2642215;
}
.Classes-icon-box{
  width: 40%;
  margin: 0px auto;
}
.Classes-icon-box1{
  width: 35%;
  margin: 0px auto;
}
.Classes-icon-box2{
  width: 45%;
  margin: 0px auto;
}

.why-choosbg-img{
  background-color: #ebebeb;
  
  }
.icon-box-choose i{
  background-color: #8E1331;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
}
/* footer section */
.footer-bg{
 background-image: url(../images/footer-img.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 z-index: 2;
}
.footer-bg::after{
  content:"";
  position: absolute;
  background-color: #0385c1db;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
 
}
.footer-heading{
  color: #ffffff;
}
.line-footer{
  width: 7px;
  height: 7px;
  background-color: #F7811D;
  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: #F88018;
}
.footer-address{
  display: flex;
  column-gap: 10px;
  
}
.footer-address div i{
  font-size: 20px;
  color: #F88018;
}
.footer-address div a{
  color: #ffffff;
  transition: all .5s;
}
.footer-address div a:hover{
  color: #F88018;
}
.copyline{
  text-align: center;
  color: #ffffff;
}
.copyline a{
  font-weight: 600;
  color: #F88018;
}
.footer-social{
  column-gap: 10px;
}
.footer-social li a{
 color: #ffffff;
 border: 2px solid #ffffff;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: all .5s;
}
.footer-social li a:hover{
  background-color: #F7811D;
}
/* testimonial */
.googlelogo{
  width: 40%;
}
.staricon{
  display: flex;
  column-gap: 5px;
  justify-content: center;
}
.staricon1{
  display: flex;
  column-gap: 5px;
  
}
.stariconbox{
  width: 20px;
}
.client{
  margin: 10px;
}
.mainsliderbgcolor{
  background-color: #ffffff;
  width: 100%;
  min-height: 34vh;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.silderimages{
  width: 20%;
}
.datetext{
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}
.googleGlogo{
  width: 10%;
  
}
.textbox{
  width: 100%;
  height: 15vh;
  overflow: auto;
}
.textbox p{
  color: #3d3d3d;
  font-weight: 400;
}
.owl-nav button.owl-next,
 .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 0 !important;
  opacity: 0;
  transition: all .5s;
  
}
.owl-nav button.owl-next{
  transform: translateX(10px);
}
 .owl-nav button.owl-prev{
  transform: translateX(-10px);
 }
.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
  transform: translateX(0px);
  opacity: 1;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
 .owl-theme .owl-nav [class*=owl-]{
  background-color: #EE373C !important;
  color: #ffffff !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #99627A50;
  color: #99627A;
}
/* Appointment-form */
.bgcolor{
  background-color: #eeeeee;
}
.Appointment-form{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px 30px;
  border-radius: 20px;
}
.Appointment-main-heading{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #d1d1d1c7;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: #000000;
}
.Appointment-main-box{
  background-color: #000000;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.Appointment-main-heading::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0%;
  background-color: #f00000;
  width: 10%;
  height: 4px;

}



.input-box{
  width: 100%;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 2px solid #00000057;
}
.input-box:focus{
  outline: 2px solid #cccccc65;
}
::placeholder{
  font-size: 16px;
  color: #373737;
}
/* number form */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box::placeholder{
  color: #000000;
}
.Arrowdown{
  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;
}
.clickbtn{
  background-color: #FF5316;
  font-size: 18px;
  padding: 16px 60px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.clickbtn:hover{
  color: #ffffff;
}
.subHeading{
  color: #0A2244;
  font-weight: bold;

}
.subHeading span{
  color: #FF5316;
  font-size: inherit;
}
.heding-address{
  color: #0592D9;
  font-weight:bold;
}
.contact-box{
  display: flex;
  column-gap: 20px;
}
.contact-box i{
  color: #0592D9;
  font-size: 40px;
}
 /* modal box */
.modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
  /* contact page */
.bg-bannerimg{
  background-image: url(../images/banner.png);
 height: 42vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.benner-main-box{
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beener-heding{
  font-weight: bold;
}
.breadcrumb li{
  font-weight: bold;
}
.breadcrumb li a{
   color: #0A2244;
   font-weight: bold;
}
/* gallery page */
.img-box{
  position: relative;
   display: block;
   overflow: hidden;
   height: 100%;
}
.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;
object-fit: cover;
}
.img-box:hover .gallery-img{
transform: scale(1.2);
}
/* vision mission section */
.bg-color{
  background-color: #dadada;
}
.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;
    height: 100%;
    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: #FF5316;
 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;
}
/* sub pages */
.images-classes{
    width: 90%;
    margin: 0px auto;
    border-radius: 30px;
    overflow: hidden;
   }
.heding-blog{
  font-weight: bold;
  color: #0592D9;
  border-bottom:1px solid #bcbcbc ;
  padding-bottom: 15px;
  position: relative;
}
.heding-blog::after{
  content: "";
  background-color: #F88018;
  width: 10%;
  position: absolute;
  height: 4px;
  left: 0px;
  bottom: -2.5px;
  
}
.blog-box-option{
  background-color: #F6F7F5;
  padding: 20px;
  border: 1px solid #c8c8c8;
  }
  .servicesbtn{
    background: linear-gradient(to left, #ffffff 50%, #F88018 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 20px 30px;;
    display: block;
    margin: 20px 0px;
    color: #2A2A4E;
    font-weight: 700;
  }
  .activeServices{
  background-color: #F88018 !important;
  padding: 20px 30px;;
  display: block;
  margin: 20px 0px;
  color: #ffffff;
  font-weight: 700;
  }
  .activeServices:hover{
    color: #ffffff;
  }
   .servicesbtn:hover{
    background-position: left bottom;
    color: #ffffff;
   }
     .courses-list{
      padding: 0px;
     }
  
     .courses-list li i{
      color: #F88018;
      padding-right: 10px;
     }
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }
  .logo-box{
    width: 30%;
  }
.images-box-courses{
  width: 60%;
 }
  .googlelogo{
    width: 20%;
  }
 .courses-list li{
    line-height: 2rem;
   }
}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
  .logo-box{
    width: 18%;
  }
   .sub-manu1{
    position: absolute;
  }
 .sub-manu {
    position: absolute;
    left: 100%;
    top: 0px;
  }
  .sub-manu2 {
    position: absolute;
    left: 100%;
    top: 24%;
  }
  .sub-heading-text{
  width: 70%;
  margin: 0px auto;
}
  .googlelogo{
    width: 10%;
  }
  .images-services-box{
  width: 90%;
}
.text-main{
 width: 60%;
 margin: 0px auto;
}
.director-text-box{
  padding: 30px;
}
.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: 30px;
 }
}