/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
body {
  font-family: 'Montserrat', sans-serif; }

.logo-area {
    position: absolute;
    top: 0;
    left: 50px;
    padding: 15px 0;
    z-index: 99;
}

.logo-img {
  width: 60% }

.banner-area {
  background: url(../img/banner-bg.png) no-repeat;
  background-size: 100% 100%;
  position:relative;
    
}
.animation3d{
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.animation3d h2{
    font-size: clamp(1rem, -1.5rem + 8vw, 1.9rem);
    font-family: "Russo One", sans-serif;
    margin-bottom:0;
}
.animation3d2{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.animation3d2 h2{
  font-size: clamp(1rem, -1.5rem + 8vw, 3.5rem);
  font-family: "Russo One", sans-serif;
  margin-bottom:0;
}
.top-form {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(10px, -50%);
    z-index: 99;
    max-width: 95%;
    width: 440px;
}
@media (min-width:1200px) and (max-width:1439px){
  .animation3d2 {
    top: 50%;
    left: 23%;
    transform: translate(-50%, -27%);
  }
  .animation3d2 h2 {
    font-size: clamp(1rem, -1.5rem + 8vw, 3rem);
  }
  .top-form {
    top: 50%;
    right: 0%;
    translate: 0% -50%;
    transform: scale(.9);
  }
}
@media (min-width:992px) and (max-width:1199px){
  .animation3d {
    top: 50%;
    left: 23%;
    transform: translate(-50%, -27%);
  }
  .animation3d2 h2 {
    font-size: clamp(1rem, -1.5rem + 8vw, 2.5rem);
  }
  .animation3d h2 {
    font-size: clamp(1rem, -1.5rem + 8vw, 1.6rem);
  }
  .top-form {
    top: 50%;
    right: 0%;
    translate: 0% -50%;
    transform: scale(.8);
  }
}
@media (min-width:0px) and (max-width:991px){
    .logo-img {
        width: 28%;
    }
    .logo-area {
        position: absolute;
        top: 0;
        left: 0px;
        padding: 15px 0;
        z-index: 99;
    }
  .top-form {
    position: relative;
    top: 0%;
    right: -3%;
    transform: translate(0%, -0%);
    z-index: 99;
    max-width: 95%;
    width: 100%;
  }
  .animation3d {
    position: absolute;
    top: 77%;
    left: 20px;
    transform: translate(0%, -50%);
    z-index: 99;
    width: 100%;
  }
  .animation3d2 {
    position: absolute;
    top: 75%;
    left: 20px;
    transform: translate(-0%, -50%);
    z-index: 99;
    width: 100%;
  }
  .animation3d2 h2 {
    font-size: clamp(1.3rem, 0rem + 8vw, 1.9rem);
    font-family: "Russo One", sans-serif;
    margin-bottom: 0;
  }
  .animation3d h2 {
    font-size: clamp(1.29rem, -1rem + 8vw, 1.9rem);
    font-family: "Russo One", sans-serif;
    margin-bottom: 0;
    }
  .form-widget{
    margin-top: 20px;
  }
  .fs-5{
      font-size:1rem!important;
  }
}
.form-widget {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px;
 }

.form-widget h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 50px; }

.form-widget h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #36c6f4;
  position: absolute;
  bottom: 25px;
  left: 50%;
/*  transform: translateX(-50%); */
}

.form-widget .form-control {
  border-radius: 100px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-right: 10px; }

.form-widget .btn-send {
  all: unset;
  background-color: #420085;
  color: #fff;
  border-radius: 100px;
  padding: 10px 35px;
  font-size: 14px;
  cursor: pointer;
  transition: all .4s; }

.form-widget .btn-send:hover {
  background-color: #36c6f4; }

.form-widget .btn-send i {
  transition: all .4s; }

.form-widget .btn-send:hover i {
  margin-left: 5px; }

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  background: url(../img/2985150.png) no-repeat 95% center;
  background-size: 16px; }

.banner-image-widget {
  position: relative; }

.banner-content {
  width: 70%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  position: absolute;
  right: -30px;
  bottom: 0;
  border-bottom: 2px solid #420085; }

.banner-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0; }

.banner-content h3 span {
  font-weight: 700;
  color: #ff6666; }

.why_us {
  padding: 50px 0; }

.main-title {
  font-size: 36px;
  font-family: "Russo One", sans-serif;
  margin-bottom: 30px; }

.why-item {
  padding: 20px; }

.why-item img {
  margin-bottom: 15px;
  height: 90px; }

.why-item h3 {
  font-family: "Russo One", sans-serif;
  font-size: 20px;
  color: #333333; }

.why-item p {
  color: #333333;
  font-size: 15px; }

.courses {
  background-color: #f2f2f2;
  padding: 50px 0; }
  .courses .title {
    font-size: 36px;
    font-family: "Russo One", sans-serif;
    margin: 0 0 50px 0; }
    .courses .title span {
      color: #ff6666; }

.courses-item {
  margin-bottom: 45px;
  transition: all .4s; }
  .courses-item img {
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .courses-item .courses-name {
    background-color: #fff;
    padding: 5px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 300px;
    min-height: 85px;
    margin-top: -50px;
    position: relative;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s; }
    .courses-item .courses-name h3 {
      font-size: 17px;
      font-weight: 600;
      color: #333333;
      margin: 0 0 2px 0; }
    .courses-item .courses-name span {
      font-size: 15px;
      font-weight: 600;
      color: #420085; }
  .courses-item:hover {
    transform: scale(1.02); }

.recruters-area {
  padding: 50px 0; }
  .recruters-area .title {
    font-size: 36px;
    font-family: "Russo One", sans-serif;
    margin: 0 0 50px 0; }
    .recruters-area .title span {
      color: #ff6666; }
  .recruters-area .recruter-widget {
    min-height: 200px;
    position: relative; }
    .recruters-area .recruter-widget::after {
      content: "";
      width: 40px;
      height: 40px;
      background-color: #f7931e;
      position: absolute;
      right: 0;
      bottom: 0;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .recruters-area .recruter-widget h3 {
      font-size: 36px;
      color: #333333;
      font-family: "Russo One", sans-serif; }

.recruter-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
     

  .testimonials-sec .title span {
    color: #ff6666 !important;
}
.testimonials-sec .title {
    font-size: 36px;
    font-family: "Russo One", sans-serif;
    margin: 0 0 50px 0;
}
.sticky{

}   
.recruter-item ul li {
  width: calc(100%/3);
  height: 100px;
  border-bottom: #d7d7d7 1px solid;
  border-right: #d7d7d7 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  box-sizing: border-box; }

.recruter-item ul li:nth-child(3), .recruter-item ul li:nth-child(6), .recruter-item ul li:nth-child(9) {
  border-right: 0; }

.recruter-item ul li:nth-child(7), .recruter-item ul li:nth-child(8), .recruter-item ul li:nth-child(9) {
  border-bottom: 0; }

.recruter-item ul li img {
  max-width: 100%;
  height: 90px;
  object-fit: contain; }

.copyright {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center; 
}
  .icons a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 26px;
    text-align: center;
}
.whatsapp {
    background-color: #00ccff;
    color: #fff;
}
.icons{
  
  position: fixed;
  top: 50%;
  right: 0%;
  width: 60px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}
.call {
    background-color: #420085;
    color: #fff;
}
.send {
    background-color: #ff6666;
    color: #fff;
}
.icon{
  position: fixed;
    top: 65%;
    left: -69px;
    width: 180px;
    z-index: 999;
    transform: rotate(90deg);
}
.icon a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 18px 22px;
  font-size: 16px;
  text-align: right;
  font-weight: 700;
}
.icon a i{
  margin-left: 10px;
}
.icons a:hover{
      color: #fff;
}
.icon a:hover{
      color: #fff;
}

    .socialTop{
        display: none;
    }
    .testimonials-wrap span{
        display: block;
        text-align: center;
    }
    .testi-text-wrap{
        height: 200px;
    }
    .testi-text-wrap:before{
        bottom: 20px;
    }
    .testi-text-wrap:after{
        left: 0px;
    }
    .testi-text-wrap{
        height: 280px;
    }
  .testi-text-wrap:after{
        left: 0px;
        top: -50px;
    }
    .testimonials-wrap {
    width: 95%;
    padding: 30px 40px;
    height: 400px;
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(66, 0, 133);
}

/* =========== Responsive CSS =========== */
@media (max-width: 990px) {
  .banner-image-widget {
    margin-bottom: 50px; }

  .why_us, .courses, .recruters-area {
    text-align: center; }

  .why-item {
    border-bottom: 1px solid #ebebeb; }

  .recruter-widget {
    margin-top: 50px; } }
@media (max-width: 768px) {
  .banner-image-widget img {
    transform: scale(0.8); } }
@media (max-width: 600px) {
  .banner-content {
    right: 50%;
    transform: translateX(50%);
    padding: 15px;
    text-align: center; }

  .main-title, .recruters-area .recruter-widget h3 {
    font-size: 26px; }

  .courses .title, .recruters-area .title {
    font-size: 30px; }

  .recruters-area .recruter-widget {
    min-height: 150px; } }
@media (max-width: 500px) {
  .banner-content {
    position: static;
    transform: translateX(0);
    margin: -80px auto 0 auto;
    width: 90%; }

  .banner-image-widget {
    padding-top: 50px; } }
@media (max-width: 450px) {
  .recruter-item ul li {
    width: calc(100%/2); }
    .recruter-item ul li:nth-child(even) {
      border-right: 0; }
    .recruter-item ul li:nth-child(odd) {
      border-right: 1px solid #d7d7d7 !important; }
    .recruter-item ul li:last-child {
      border-right: 0 !important; }

      .icon{
    display: none;
   }
   .icons{
    display: none;
   }
       }
@media (max-width: 340px) {
  .recruter-item ul li {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #d7d7d7 !important; }
    .recruter-item ul li:last-child {
      border-bottom: 0 !important; }
      .icon{
    display: none;
   }
  .recruter-item ul li:nth-child(odd) {
    border-right: 0 !important; } }
@media (max-width: 380px) {
  .banner-content h3 {
    font-size: 18px;
    line-height: 22px; }
   .icon{
    display: none;
   }
  .form-widget {
    padding-left: 15px;
    padding-right: 15px; } }

/*# sourceMappingURL=style.css.map */



 
 
 /*------------------------- Sticky Bottom Button  --------------------------*/

 .bottom-button{
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: 999;
 }

 .phone-btn, .whatsapp-btn, .apply-btn{
  border: none;
  color: white;
 }

 .phone-btn{
  background: #420085;
  font-size: 25px;
 } 
 .whatsapp-btn{
  background: #00ccff;
  font-size: 25px;
 } 
 .apply-btn{
  background: #ff6666;
  font-size: 15px;
 }

@media only screen and (max-width:280px){
  .bottom-button{
    display: flex;
  }
  .phone-btn, .whatsapp-btn, .apply-btn{
      padding: 5px 0px;
      width: 93px;
  }

  .Window__Component-sc-1wwhwms-0, .kjxaQJ{
    bottom: 130px !important;
  }
  .copyright{
    padding: 15px 0 60px;
  }
  #overlay{
    display: none;
    position: fixed;
    top: 20%;
    left: 5% !important;
    width: 90% !important;
    z-index: 999;
}
 }

@media only screen and (min-width:281px) and (max-width:360px){
  .bottom-button{
    display: flex;
  }
  .phone-btn, .whatsapp-btn, .apply-btn{
      padding: 6px 0px;
      width: 120px;
  }

  .Window__Component-sc-1wwhwms-0, .kjxaQJ{
    bottom: 130px !important;
  }

  .copyright{
    padding: 15px 0 60px;
  }
  #overlay{
    display: none;
    position: fixed;
    top: 20%;
    left: 5% !important;
    width: 90% !important;
    z-index: 999;
}
 }


@media only screen and (min-width:361px) and (max-width:450px){
  .bottom-button{
    display: flex;
  }
  .phone-btn, .whatsapp-btn, .apply-btn{
      padding: 6px 0px;
      width: 140px;
  }

  .Window__Component-sc-1wwhwms-0, .kjxaQJ{
    bottom: 130px !important;
  }

  .copyright{
    padding: 15px 0 60px;
  }
  #overlay{
    display: none;
    position: fixed;
    top: 20%;
    left: 5% !important;
    width: 90% !important;
    z-index: 999;
}
 }

 /* ----------------------------------- End --------------------------------- */



/*---------------------------------------------------
##Career Apply popup 
-----------------------------------------------------*/
 
.popup .overlay1{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}

.popup .content{
  position:fixed ;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) 
  scale(0);
  transition:200ms ease-in-out;
  border-radius:5px;
  width:800px;
  max-width:100%;
  z-index:99;
  background:transparent;
  padding: 60px 20px 20px;
}

.popup .close-btn{
  position: absolute;
  right: 40px;
  top: 70px;
  width: 30px;
  height: 30px;
  background: #222;
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
#overlay{
    display: none;
    position: fixed;
    top: 20%;
    left: 30%;
    width: 30%;
    z-index: 999;
}
.popup-close-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #222;
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}


.popup.active .overlay1{
  display: block;
}

.popup.active .content{
  transition: all 300ms ease-in-out;
  transform: translate(-50%,-50%) scale(1);
}

.career-frm-txt{
   
  background-color: #420085;
  padding: 30px;
}
.career-frm-txt2{

  background-color:#ff9e2b;
  padding:20px;
  color: #fff;
  margin-bottom: 15px;
}
.career-frm-txt h4{
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.career-frm-txt a{
  display: inline-block;
  color: #fff;
  margin-bottom: 25px;
}
.career-frm-txt p{
  color: #fff;
}
.career-frm-com-wrap{

  background-color: #fff;
  padding: 30px;
  border: 1px solid rgb(129, 118, 118);
  box-shadow: 5px 5px 5px #eee;
}
.career-frm-com-wrap2{

  background-color: #e5e4e4;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 5px 5px 5px #eee; 
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 15px;
  cursor: text;
  top: 25px;
  font-weight: 600;
}