@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: #278061;
  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;
}
.bgcolor{
  background-color: #F26522;
}
.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;
}
/* navbar */
.navbar-main{
  background-color: #ffffff;
  margin: 0px auto;
  position: sticky;
  top: 0px;
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.logo-box{
  width: 50%;
}
.box-nav{
  background-color: #F26522;
  color: #ffffff !important;
  border-radius: 5px;
  margin:10px;
  padding-left:20px ;
  
}
.navbar-nav li a{
  color: #278061;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-nav li a:hover{
  color: #278061;
}
.navbar-toggler{
 border: none;
}
.navbar-toggler:focus{
  box-shadow: none;
  outline: none !important;
}
.navbar-toggler i{
  font-size: 25px;
  color: #F26522;
}
.AboutMenu ,.AboutMenu1{
  position: relative;
}
.submenu{
  position: absolute;
  background-color: #ffffff;
  width: 15rem;
  padding: 10px 0px;
  transform: translateY(-30px);
  transition: all .4s;
  display: none;
}
.submenu1{
  position: relative;
  background-color: #ffffff;
  width: 15rem;
  padding: 10px 0px;
  transform: translateY(-30px);
  transition: all .4s;
  display: none;
  left: 0%;
}
.AboutMenu:hover .submenu ,.AboutMenu1:hover .submenu1 {
  opacity: 1;
  display: block;
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 4;
}
.submenu li a ,.submenu li a{
  transition: all 1s;
  padding: 10px 10px;
  display: block;
  transition: all .5s;
}


.submenu li a:hover ,.submenu1 li a:hover{
  color: #ffffff;
 background-color: #F26522;
}

.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;
}
/* 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: #278061;
}
/* 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: #f26522;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
}
/* home page contact section */
.bgcolor-contact-section{
 background-color: #278061;
 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: #F26522;
  color: #ffffff;
}
.call-heading{
  color: #fff;
  font-weight: bolder;
}
/* form button */
.form-btn a{
  background-color: #F26522;
  border-radius: 12px ;
  padding:10px  12px ;
  font-size: 13px;
  font-weight: 500;
  color: #278061;
}
.form-btn a i{
  background-color: #278061;
  color: #F26522;
  font-size: 13px;
  padding: 7px;
  border-radius: 8px;
  margin-left: 10px;
}
/* about section */
.heading-text{
  font-size: 30px;
  font-weight: 500;
  color: #828282;
  border-bottom:  1px solid #828282;
  display: inline;
}
.heading-text span{
  font-size: 30px;
  color: #278061;
  font-weight: bold;
}
.heading-text1{
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  border-bottom:  1px solid #f0f0f0;
  display: inline;
}
.heading-text1 span{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.textpara{
  font-size: 17px;
  text-align: justify;
  font-weight: 500;
}
.Read-More a{
  background-color: #F26522;
  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: #278061;
  color: #ffffff;
}

.Read-More a i{
  background-color: #278061;
  color: #ffffff;
  font-size: 13px;
  padding: 7px;
  border-radius: 8px;
  margin-left: 10px;
  transition: all .5s;
}
.Read-More:hover a i{
  background-color: #F26522;
  color: #ffffff;
}
.icon-box{
  width: 50%;
  margin: 0px auto;
}
.heding-icon{
  font-weight: bold;
  color: #278061;
  text-align: center;
}



/* ACHIEVEMENTS */
.Achivment-bg-images{
  background-image: url(../images/Statistics-BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

}
.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;
}
/* RANKERS section */
.renk-img{
  width: 50%;
  margin: 0px auto;
}
.rank-text{
  font-size: 18px;
  font-weight: 600;
}
.text-color{
  font-size: 18px;
  font-weight: bold;
  color: #278061;
}
/* our courses */
.download-box {
  border: 1px solid #828282;
  display: block;
  border-radius: 10px;
  text-align: center;

  transition: all .5s;
}

.download-text{
 font-size: 20px;
 font-weight: 600;
 color: #444444;
 border-bottom: 1px solid #2780618e;
 padding-bottom: 10px;
 margin: 0px;
}
.class-link{
  background-color: #F26522;
  color: #ffffff;
  padding:4px 20px;
  border-radius: 30px;
  font-size: 14px;
}
.class-link:hover{
  color: #ffffff;
}
.images-change{
padding: 10px;
}
.icon-name-images{
    width: 4%;
}
/* testimonial section */
.slider-box{
  border: 1px solid #828282;
  padding: 70px 10px 10px 10px;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
}
.round-box{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0rem;
  left: 30%;
  background-color: #278061;
  border: 2px solid #F26522;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.round-box h3{
   font-size: 40px;
   font-weight: bold;
   color: #ffffff;
}
/* Branches section */

.bgcolor-BRANCHES{
  background-color: #efefef;
}
.Branches-box{
  box-shadow: rgba(99, 99, 99, 0.373) 0px 2px 8px 0px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: all .5s;
  background-color: #ffffff;

}
.Branches-box:hover{
  transform: scale(1.1);
}
.Branches-box::before{
  content: "";
  position: absolute;
  width: 20%;
  height: 10vh;
  background-color: #7da78d;
  right: 0px;
  top: 0px;
  border-radius: 0px 20px 0px 0px;
  clip-path: circle(90% at 88% 0);
}
.Branches-box div i{
  font-size: 20px;
  color: #FF3D00;
  padding-right: 10px;
}
.Branches-box div h4{
  font-weight: 600;
  color: #22683E;
  font-size: 20px;
}
.textpara1{
  font-size: 15px;
  color: #1a1a1a;
}
.banch-mob span{
  color: #000000;
  font-size: 14px;
}
.banch-mob a{
  font-weight: 600;
  color: #22683E;
  font-size: 14px;
}
.branch-map a{
  font-weight: 500;
  color: #22683E;
}
/* footer section */
.footerbgcolor{
  background-color: #0e2a19;
}
.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: #2a7e4a;
}
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;
}
.footerlink li a {
     color: #c1c1c1;
     line-height: 2rem;
}
.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: #ffffff;
  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: #ffffff;
  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: #278061;
  font-size: 40px;
}
.bg-contact-form{
  background-color: #F6F7F5;
  padding: 20px;
}
.form-heading{
  color: #278061;
  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 #278061;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all .5s;

}
.BookNow:hover{
  background-color: #278061;
  color: #ffffff;
}
.text-color1{
  font-weight: bold;
  color: #278061;
  text-align: end;
  text-decoration: underline;
}
/* sub pages */
.images-about{
  width: 70%;
  margin:0px auto;
}
.heding-blog{
  font-size: 18px;
  font-weight: 600;
  color: #278061;
  border-bottom:1px solid #bcbcbc ;
  padding-bottom: 15px;
  position: relative;
}
.heding-blog::after{
  content: "";
  background-color: #ED8A28;
  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%, #2a7e4a 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 20px 30px;;
    display: block;
    margin: 20px 0px;
    color: #278061;
    font-weight: 700;
  }
  .activeServices{
  background-color: #2a7e4a !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;
   }
   .images-classes{
    width: 70%;
    margin: 0px auto;
   }
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }
  .logo-box{
    width: 30%;
  }
  .renk-img{
    width: 70%;
  
  }
  /* testimonial section */
.slider-box{
  padding: 30px 30px 30px 70px;
  width: 90%;
}
.round-box{

  top: 3.5rem;
  left: 1rem;

}
.submenu1{
  position: absolute;
  left: 100%;
  top: 0px;
}
.images-box-courses{
  width: 60%;
 }
 .challange-img-box{
  width: 80%;
  margin: 0px auto;
}
}
@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
  .logo-box{
    width: 15%;
  }
  .banner-text-wrapper{
    min-height: 100vh;
    padding-left: 20rem;
    align-items: start;
 }
 .heading-banner{
  font-size: 64px;
}
.heading-text, .heading-text span{
  font-size: 38.4px;
}
.heading-text1, .heading-text1 span{
  font-size: 38.4px;
}
.counter-box span {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
/* testimonial section */
.slider-box{
  width: 95%;
}
.round-box{
  top: 2rem;
  left: 1rem;
}
.call-heading{
  font-size: 40px;
}
/* Why Choose E-Tech */

.challange-img-box{
  width: 100%;
  margin: 0px;
  margin-left: auto;
}
}