@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;
}
.bgcolor{
  background-color: #EE3138;
}
.icon-nav {
 display: flex;
 align-items: center;
}
.icon-nav i , .icon-nav a{
  color: #ffffff;
  font-size: 14px;
}
.icon-nav a{
  font-weight: 700;
}
.icon-nav a:hover{
  color: #ffffff;
}
/*Top navbar  */
.navbgcolor-top{
  background-color:#EE3138;
}
.navbgcolor-top div ul li a {
  color: #ffffff;
  transition: all .5s;
}
.navbgcolor-top div ul li a:hover {
  color: #2A2A4E;
}
/* navbar */
.navbar-main{
  background-color: #ffffff;
  margin: 0px auto;
  position: sticky;
  top: 0px;
  z-index: 9999;
}
.logo-box{
  width: 18%;
}
.box-nav{
  background-color: #EE3138;
  color: #ffffff !important;
  border-radius: 5px;
  margin:10px;
  padding-left:20px ;
  
}
.navbar-nav li a{
  color: #2A2A4E;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-nav li a:hover{
  color: #2A2A4E;
}
.navbar-toggler{
 border: none;
}
.navbar-toggler:focus{
  box-shadow: none;
  outline: none !important;
}
.navbar-toggler i{
  font-size: 25px;
  color: #EE3138;
}
.AboutMenu ,.AboutMenu1{
  position: relative;
}
.submenu{
  position: absolute;
  background-color: #ffffff;
  width: 15rem;
  padding: 10px 0px;
  transform: translateY(-30px);
  transition: all .4s;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.AboutMenu:hover .submenu {
  opacity: 1;
  display: block;
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 4;
}
.submenu1{
   position: absolute;
  background-color: #ffffff;
  width: 15rem;
  padding: 10px 0px;
  transform: translateY(-30px);
  transition: all .4s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: none;
  z-index: 2;
}
.AboutMenu1:hover .submenu1{
   opacity: 1;
  display: block;
  transform: translateY(0px);
   
}
.submenu li a ,.submenu li a{
  transition: all 1s;
  padding: 10px 10px;
  display: block;
  transition: all .5s;
}


.submenu li a:hover {
  color: #ffffff;
 background-color: #EE3138;
}

.banner-backgraund-img{
  background-image: url(../images/home-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.heading-banner{
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.banner-text-wrapper{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   min-height: 60vh;
}
.text-banner{
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.text-banner span{
  font-weight: bold;
}


.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;
}
/* home page contact section */
.bgcolor-contact-section{
 background-color: #2A2A4E;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;

}
.contactbtn{
  background-color: #fff;
  padding: 15px 20px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all .5s;
}
.contactbtn:hover{
  background-color: #EE3138;
  color: #ffffff;
}
.call-heading{
  color: #fff;
  font-weight: bolder;
}
/* form button */
.form-btn a{
  background-color: #EE3138;
  border-radius: 12px ;
  padding:10px  12px ;
  font-size: 13px;
  font-weight: 500;
  color: #2A2A4E;
}
.form-btn a i{
  background-color: #2A2A4E;
  color: #EE3138;
  font-size: 13px;
  padding: 7px;
  border-radius: 8px;
  margin-left: 10px;
}
/* about section */
.about-us-img{
  height: 100%;
}
.about-us-img img{
  object-fit: cover;
  border-radius: 20px;
}
.heading-text{
  font-weight: 600;
  color: #272727;
}
.heading-text span{
  font-size: inherit;
  color: #2A2A4E;
  font-weight: bold;
}
.heading-text1{
  font-weight: 600;
  color: #ffffff;

  display: inline;
}
.heading-text1 span{
  font-size: inherit;
  color: #ffffff;
  font-weight: bold;
}
.textpara{
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
}
.Read-More a{
  background-color: #EE3138;
  border-radius: 12px ;
  padding:10px  12px ;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  transition: all .5s;
}
.Read-More{
  display: inline;
}
.Read-More:hover a{
  background-color: #2A2A4E;
  color: #ffffff;
}

.Read-More a i{
  background-color: #2A2A4E;
  color: #ffffff;
  font-size: 13px;
  padding: 7px;
  border-radius: 8px;
  margin-left: 10px;
  transition: all .5s;
}
.Read-More:hover a i{
  background-color: #EE3138;
  color: #ffffff;
}
.icon-box{
  width: 50%;
  margin: 0px auto;
}
.heding-icon{
  font-weight: bold;
  color: #2A2A4E;
  text-align: center;
}

/* contact page */
/* contact form */
.top-heding-all{
  color: #092E40;
  font-weight: bold;
}
.main-heding1{
  color: #092E40;
}
.main-heding1 span{
  color: #EE3138;
  font-size: inherit;

}
.contact-box1{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 12px;
  padding: 20px;
}
.submit-btn{
  border: none;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  background-color: #092E40;
  width: 100%;
  transition: all .5s;
}
.submit-btn:hover{
  background-color: #8F241D;
}
label{
  color: #0e2a19 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-box::placeholder{
  color: #000000;
}
.list-facilities,.list-facilities1{
  line-height: 3rem;
}
.list-facilities1{
  line-height: 2.5rem;
}
.list-facilities i, .list-facilities1 i{
  background-color: #EE3138;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px 8px;
  font-size: 15px;
    text-shadow: 2px 2px 5px #000000;
    margin-right: 15px;
}
.sublist li i{
   background-color: #2A2A4E;
  color: #ffffff;
  border-radius: 50%;
  padding: 7px 8px;
  font-size: 15px;
    text-shadow: 2px 2px 5px #000000;
    margin-right: 15px;
}
.list-facilities li{
  font-weight: bold;
  color: #2A2A4E;
  font-size: 18px;
}
.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%;
}
.top-heding{
  color: #EE3138;
  font-weight: 500;
}

/* 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;
}
/* RANKERS section */

.rank-text{
  font-size: 18px;
  font-weight: 600;
}
.text-color{
  font-size: 18px;
  font-weight: bold;
  color: #2A2A4E;
}
.text-color span{
  font-size: inherit;
  color: #EE3138;
}
.rank-main{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.renk-img img{
    transition: all 1s;
  
}
.rank-main:hover .renk-img img{
  transform: scale(1.1);
}
/* 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;
}
.class-link:hover{
  color: #ffffff;
}
.images-change{
padding: 10px;
height: 35vh;
}
.images-change img{
  border-radius: 20px;
  object-fit: cover;
}
.icon-name-images{
    width: 4%;
}
.why-choosbg-img{
  background-color: #dfdfdf;
}
/* footer section */
.footerbgcolor{
  background-color: #2A2A4E;
}
.socilIcon{
  display: flex;
  column-gap: 15px;
  padding-bottom: 30px;
}
.logo-box-footer{
  width: 80%;
}
.icon1{
   border: 1px solid #ffffff;
   border-radius: 50%;
   color: #ffffff;
   padding: 10px 15px; 
   transition: all .5s;
}
.icon2{
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  padding: 10px 12px; 
  transition: all .5s;
}
.icon1:hover ,.icon2:hover{
  color: #ffffff;
  background-color: #0c56be;
}
li{
  list-style: none;
}
.socilIcon li a i{
  font-size: 20px;
}

.footerHeading{
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.textpara3{
  font-size: 17px;
  color: #ffffff;
}
.textpara3 a{
color: #ffffff;
}
.footerlink li a {
     color: #ffffff;
     line-height: 2rem;
     transition: all .5s;
}
.footerlink li a:hover{
  color: #EE3138;
}
.copyline{
  color: #c1c1c1;
  text-align: center;
  padding: 20px 0px;
}
.copyline a{
  color: #1CBA9F;
}
/* contact pages */
.titlebarimg{
  background-image: url(../images/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}
.titlebar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  height: 40vh;
}
.titlebar div a {
  color: #ff0000;
  transition: all .5s;
}
.titlebar div a:hover{
  color: #ED8A28;
}
.icon-color{
  color: #ED8A28;
  font-size: 20px;
  padding-right: 10px;
}
.textcolor-title{
  color: #ED8A28;
  font-weight: 500;
}
.titleheding{
  font-weight: 700;
  color: #000000;
  letter-spacing: 1px;
}
.contact-box{
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-bottom:  1px solid #6c6c6c5c;
}
.heding-address{
  font-weight: 600;
  font-size: 21px;
}
.contact-box i{
  color: #2A2A4E;
  font-size: 40px;
}
.bg-contact-form{
  background-color: #F6F7F5;
  padding: 20px;
}
.form-heading{
  color: #2A2A4E;
  text-align: center;
}
label{
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 500;
}
.inputbox{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
}
.inputbox:focus{
  outline: 1px solid #ED8A28;
}
.BookNow{
  border: none;
  width: 100%;
  border: 1px solid #2A2A4E;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all .5s;

}
.BookNow:hover{
  background-color: #2A2A4E;
  color: #ffffff;
}
.text-color1{
  font-weight: bold;
  color: #2A2A4E;
  text-align: end;
  text-decoration: underline;
}

  
   /* director page */
   .tagline-box{
    background-color: #36368f;
    color: #ffffff;
    padding: 40px;
    border-radius: 30px;
    text-align: center;

   }
   /* vision mission section */
   .bg-color{
    background-color: #e8e8e8;
   }

.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: #df0000;
 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;
}
/* features section */
.Features-list{
  padding: 20px 0px;
}
.Features-list li{
  background-color: #df0000;
  border-radius: 20px;
  padding: 10px 30px;
  color: #ffffff;
  margin: 10px 0px;
  font-weight: bold;
}
.Features-img{
  height: 100%;
}

.Features-list li i{
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
  margin-right: 10px;
}
/* modal box */
  .modal-contact-page{
  top: 20%;
}
.modal-box-continere{
  text-align: center;
}
.namste-gif{
  width: 20%;
  margin: 0px auto;
}
/* teachar section */
.faculty-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center  ;
}
.name-teachar{
  font-weight: bold;
  color: #36368f;
  text-align: center;
}
.teacher-img-box{
 height: 40vh;
}
.teacher-img-box img{
  object-fit: cover;
}
/* sub pages */
.images-classes{
    width: 90%;
    margin: 0px auto;
    border-radius: 30px;
    overflow: hidden;
   }
.heding-blog{
  font-weight: bold;
  color: #df0000;
  border-bottom:1px solid #bcbcbc ;
  padding-bottom: 15px;
  position: relative;
}
.heding-blog::after{
  content: "";
  background-color: #ed2828;
  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%, #df0000 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: #df0000 !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;
   }
  /* news section */
  .news-bg{
    background-color: #ff110043;
  }
  .news-images{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     height: 30vh;
     object-fit:cover;
     object-position: top;
     
  }
  /* table css */
  .result-card{
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 20px;
}
.result-title{
  background: linear-gradient(45deg,#ff9800,#ff5722);
  color:#fff;
  padding:12px;
  border-radius:10px;
  font-weight:600;
}
.result-title-1{
  color: #000000;
  font-size: inherit;
  font-weight: bold;
}
.table thead{
  background:#212529;
  color:#fff;
}
.table tbody tr:hover{
  background:#fff3e0;
  transition:0.3s;
}
.topper{
  background: linear-gradient(45deg,#fff8e1,#ffe082);
  font-weight:600;
}
.percent-badge{
  background:#EE3138;
  padding:5px 10px;
  border-radius:20px;
  color:#fff;
}
/* video css */
.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.video-thumb img {
  width: 100%;
  transition: transform 0.4s;
}

.video-thumb:hover img {
  transform: scale(1.06);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 8px 18px;
}
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }
  .logo-box{
    width: 30%;
  }

    .top-social-icon li{
    border-right: 2px solid #ffffff;
  }
  .top-social-icon li:first-child{
    border-left: 2px solid #ffffff;
  }
 
.images-box-courses{
  width: 60%;
 }
 .challange-img-box{
  width: 80%;
  margin: 0px auto;
}
  .googlelogo{
    width: 20%;
  }
}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
  .logo-box{
    width: 5%;
  }
  .banner-text-wrapper{
    min-height: 100vh;
    padding-left: 20rem;
    align-items: start;
 }
 .heading-banner{
  font-size: 64px;
}

.counter-box span {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
  .googlelogo{
    width: 10%;
  }
/* Why Choose E-Tech */

.challange-img-box{
  width: 100%;
  margin: 0px;
  margin-left: auto;
}
.submenu1{
  left: 100%;
  top: 0%;
}
/* vision */
.vision-main-box{
  width: 70%;
  margin: 0px auto;
}
.vision-box::after{
  width: 30%;
  height: 37%;
  top: -50px;
 right: -50px;
  border-radius: 30px;
}
/* Faculties */
.Faculties{
   width: 80%;
  margin: 0px auto;
}
}