@import url('https://fonts.googleapis.com/css2?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;
}
#button {
  display: inline-block;
  background-color: #2A2A4E;
  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: #df0000;
}
.google-btn::after{
  content: "";
  background-image: url(../images/language.png);
  background-size: contain;
  position: absolute;
  background-color: #e4010b;
  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:#0B3380;
  position: relative;
  z-index: 1;
}
.navbgcolor-top::after{
  content: "";
  position: absolute;
  background-color: #2386d7;
  width: 30%;
  height: 100%;
  top: 0px;
  right: 0px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 2% 100%);
  z-index: -1;
}
.navbgcolor-top div ul li a {
  color: #ffffff;
  transition: all .5s;
}
.navbgcolor-top div ul li a:hover {
  color: #ffffff;
}
.navbar-toggler i{
  color: #ffffff;
  font-size: 25px;
}
.navbar-toggler{
  border: none !important;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}


/* main navbar */
.main-navbar{
  background-color: #e4010b;
  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: #ffffff;
   transition: all .5s;
   position: relative;
}
.navbar-nav li .nav-link:hover{
  color: #FEF300;
}
.navbar-nav li .nav-link::after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: #FEF300;
  transition: all .5s;
}
.navbar-nav li .nav-link:hover:after{
  width: 100%;
}
.navbar-nav li .active-nav{
  position: relative;
  color: #FEF300;
}
.navbar-nav li .active-nav::after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #FEF300;
  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;
  background-color: #e4010b;
  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: #FEF300;
}
.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: #FEF300;
  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-courses:hover img{
  transition: all .7s;
}
.images-box-courses:hover img{
    transform: rotateY(360deg);
}
.images-box-courses:hover{
  background-color: #2A2A4E;
}
.heding-icon{
  font-weight: bold;
  color: #2A2A4E;
  text-align: center;
}
/* our courses */
.download-box {
  border: 1px solid #828282;
  display: block;
  border-radius: 10px;
  text-align: center;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all .5s;
}

.download-text{
 font-size: 20px;
 font-weight: 600;
 color: #444444;
 border-bottom: 1px solid #2A2A4E8e;
 padding-bottom: 10px;
 margin: 0px;
}
.class-link{
  background-color: #EE3138;
  color: #ffffff;
  padding:4px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .5s;
}
.class-link:hover{
  background-color: #FEF300;
  color: #000000;
}
.images-change{
padding: 10px;

}
.images-change img{
  border-radius: 20px;
}
.icon-name-images{
    width: 4%;
}
.why-choosbg-img{
  background-color: #dfdfdf;
}
.line-box{
  width: 50%;
  height: 2px;
  background-color: #2A2A4E;
  position: relative;

}
.line-box::after{
  position: absolute;
  content: "";
  background-color: #EE3138;
  width: 20%;
  height: 4px;
  bottom: -1px;
}
.line-box1{
  width: 20%;
  height: 2px;
  background-color: #2A2A4E;
  position: relative;
  margin: 0px auto;

}
.line-box1::after{
  position: absolute;
  content: "";
  background-color: #EE3138;
  width: 20%;
  height: 4px;
  bottom: -1px;
  left: 35%;
}
.sub-heading-text{
  color: #000000;
  text-align: center;
  line-height: 1.5rem;
}
.sub-heading-text span{
  color: #e4010b;
}
/* about us */
.heading-text{
  font-weight: bolder;
  color: #272727;
  text-transform: uppercase;
}
.heading-text span{
  font-size: inherit;
  color: #e4010b;
  font-weight: bold;
}
.textpara{
  text-align: justify;
}
.Read-More a{
  background-color: #e4010b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.Read-More a i{
  background-color: #FEF300;
  color: #000000;
  border-radius: 50%;
  padding: 4px 5px;
  transition: all .5s;
}
.Read-More a:hover{
  background-color: #FEF300;
  color: #000000;
   transition: all .5s;
}
.Read-More a:hover i{
  background-color: #e4010b;
  color: #fff;
}
/* why-choose-list */
.why-choose-list li{
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #00000033;
  list-style: "➩  " ;
  list-style-position: inside;
}
li::marker {
  color: red;
  font-size: 30px;
  
}
.why-box img{
  object-fit: cover;
}
.why-box{
  height: 100%;
  border-radius: 0px 100px 0px 100px;
  overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.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);
}
/* ACHIEVEMENTS */
.Achivment-bg-images{
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.Achivment-bg-images::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #252546c8;
  position: absolute;
  z-index: -1;
  top: 0px;
}
.Achievement-box{
  width: 40%;
  margin: 0px auto;
}

.counter-box span {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}
.counter-box p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
/* 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;
}
 /* footer section */
.footerbgcolor{
  background-image: url(../images/footer.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.footerbgcolor::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000e2;
  top: 0px;
  z-index: -1;
}
.hedingfooter{
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  padding-bottom: 10px;

}
.hedingfooter::after{
 content: "";
 position: absolute;
 width: 15%;
 border-bottom: 4px solid #df0000;
 left: 0px;
 bottom: -2px;
}
.footerlink li a{
font-size: 15px;
color: #ffffff;
transition: all .5s;
line-height: 2rem;
}
.footerlink li i{
  color: #ffffff;
  padding-right: 5px;
}
.map-size{
  width: 100%;
}
.bgcolorCopyright{
 background-color: #df0000;
}
.bgcolorCopyright p a{
  color: #FEF300;
}
.footerlink li a:hover{
  color: #FEF300;
  }
  .servicesIcon{
    width: 80%;
    border: 1px solid #505050;
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto;
  }
  .socialicon{
    display: flex;
    column-gap: 10px;
  }
  .socialicon1 li a i{
    color: #000000 !important;
  }
  .socialicon li a i{
    font-size: 20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 12px;
    color: #ffffff;
    transition: all .5s;
  }
  .socialicon li .color1:hover i{
    background-color: #004F94;
    color: #ffffff !important;
  }
  .socialicon li .color2:hover i{
    background-color: #0372d4;
    color: #ffffff !important;
  }
  .socialicon li .color3:hover i{
    background-color: #df0000;
    color: #ffffff !important;
  }
  .socialicon li .color4:hover i{
    background-color: #cc08e2;
    color: #ffffff !important;
  }
  /* contact page */
.bg-bannerimg{
  background-image: url(../images/Contact-Us.webp);
 height: 42vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-bannerimg{
  background-image: url(../images/Contact-Us.webp);
}
.bg-bannerimg1{
  background-image: url(../images/Gallery.webp);
}
.bg-bannerimg2{
  background-image: url(../images/About-Us.webp);
}
.bg-bannerimg3{
  background-image: url(../images/foundation.webp);
}
.bg-bannerimg4{
  background-image: url(../images/Our-Team.webp);
}
.bg-bannerimg5{
  background-image: url(../images/NEET.webp);
}
.bg-bannerimg6{
  background-image: url(../images/JEE.webp);
}
.bg-bannerimg7{
  background-image: url(../images/mht-cet.webp);
}
.bg-bannerimg8{
  background-image: url(../images/repeater.webp);
}
.bg-bannerimg9{
  background-image: url(../images/Academic-Results.webp);
}

.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;
}
/* services page */
.images-services-box{
  border-radius: 20px;
  border: 2px solid #000000;
  overflow: hidden;
}
.text-main{
 font-weight: 600;
}
/* 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-name{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #f00000;
}
.Appointment-main-box p{
  margin: 0;
}
.Appointment-main-box h2{
  padding: 10px 20px;
  margin: 0;
  color: #036fa6;
}
.Appointment-main-box h3 a{
  color: #036fa6;
  font-size: inherit;
}
.Appointment-main-heading::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0%;
  background-color: #f00000;
  width: 10%;
  height: 4px;

}

.Appointment-main-heading1{
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  border-bottom: 2px solid #a3a3a3da;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: #000000;
}
.Appointment-main-heading1::after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 45%;
  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;
}

.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: #df0000;
  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: #0A2244;
  font-weight:bold;
}
.contact-box{
  display: flex;
  column-gap: 20px;
}
.contact-box i{
  color: #0A2244;
  font-size: 40px;
}
 /* modal box */
.modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* director section */
.director-img-box img{
   border-radius: 30px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.top-heading{
  color: #df0000;
  text-transform: uppercase;
  font-weight: bold;
}
.director-text{
  font-weight: bold;
  color: #036fa6;
}
.director-text-box{
  background-image: url(../images/diagonal-lines-2.png);
  padding: 10px;
}
/* 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 */

.Memberships-list{
  padding-left: 20px;
 }
.Memberships-list li{
list-style:  disc;
  color: #EE3138;
  padding-bottom: 20px;
 
}

.Memberships-list li p{
  color: #2b2b2b;
  font-weight: 600;
  margin: 0;
}
.titleheding{
  font-weight: bold;
  color: #e4010b;
}
.bg-color-vision{
  background-color: #e8e8e8;
}
.top-text-heding{
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }
  .logo-box{
    width: 30%;
  }
.images-box-courses{
  width: 60%;
 }
  .googlelogo{
    width: 20%;
  }

}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
  .logo-box{
    width: 14%;
  }
   .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;
}
}
@media (min-width:1440px){

  .navbar-nav{
    column-gap: 30px;
 }
}