*,::before,::after{margin: 0; box-sizing: border-box;}
a{text-decoration: none;}
label{ display: block;}
img{ vertical-align: bottom;}
button{ cursor: pointer; padding: 0; }
:disabled, input[type="text"]:read-only{ cursor: not-allowed;}
input:focus, textarea:focus{ outline: 1px dashed;}
iframe{ border: none;}
ul{ list-style: none; padding: 0;}
p{font-size: 1.125rem;}


body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

    .navbar {
      padding: 0.5rem 1rem;
    }
    .banner img {
      height:100%;
      width: 100%;
      object-fit: cover;
    }
    .form-section {
      padding: 1rem;
    }


    
    .small, small {
        font-size: 0.6em !important;
        
    }




    /* knoow about  */
   
    .spacing {
        margin-bottom: 20px;
    }
    .portate-img {
        width: 100%;
        height: auto;
    }
.knowmore {
    position: relative;
    background-image: url('../image/bggg.jpg');
    background-size: cover;
    background-position: center;
}
    .overlay {
        background: rgba(255, 255, 255, 0.8); /* White color with 50% opacity */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .content {
        position: relative;
        z-index: 1;
    }

   

  
    .box {
      text-align: center;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #f9f9f9;
    }

    .box i {
      font-size: 36px;
      color: #007bff;
      margin-bottom: 10px;
    }

    .box p {
      font-size: 14px;
      margin: 0;
    }

    .slick-slide {
      padding: 10px;
    }

    .carousel {
      /* margin: 20px auto; */
    }

.bg-light {
  background-color: #ffffff !important;
  overflow: hidden;
}


/* top courses */
.card-img-overlay {
  position: absolute;
  top: 124px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.mt-minus{margin-top:-5%}




.fee-section {
    background: url('../image/uu/fee_section_bg.jpeg') no-repeat center center;
    background-size: cover;
    padding: 24px 15px;
    text-align: center;
}

.fee-section h2 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.fee-buttons .btn {
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: 100%;
}

/* .fee-buttons .btn:hover {
     background-color: #d62b2b;
     color: #fff;
     border-color: #d62b2b;
 } */

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: -2px;
}

.fee-images img {
  width: 100%;
  max-width: 300px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.fee-images img:hover {
  transform: scale(1.05);
}

.unlock-button .btn {
  background-color: #d62b2b;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.unlock-button .btn:hover {
  background-color: #b42323;
}

.img-height {
  height: 52vh;
  width: 100%;
}

 .testimonials-section {
   padding: 50px 0;
   background-color: #f9f9f9;
 }

 .testimonials-section h2 {
   text-align: center;
   margin-bottom: 30px;
   color: #e74c3c;
   font-weight: bold;
 }

 .testimonial-item {
   padding: 20px;
   border: 1px solid #ddd;
   border-radius: 10px;
   background: #fff;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   height: 100%;
 }

 .testimonial-item h4 {
   font-size: 1.25rem;
   font-weight: bold;
   color: #e74c3c;
 }

 .testimonial-item .title {
   font-size: 0.95rem;
   color: #888;
 }

 .testimonial-item .description {
   color: #555;
   font-size: 0.9rem;
   margin-top: 10px;
 }

.footer {
  background-color: #000;
  color: #fff;
  padding: 0px 0;
  position: relative;
}

.footer .address {
  text-align: center;
padding-top: 20px;
}

    .footer .copyright {
        text-align: center;
        background-color: #333;
        padding: 10px 0;
        margin-top: 20px;
        color: #ffffff;
    }

.footer .floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.footer .floating-icons a {
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer .floating-icons a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer .floating-icons a:hover {
  background-color: #1da851;
}

.partner-bg-img{
  background-repeat: no-repeat;
    background-position: 82% 100%;
    background-attachment: fixed;
    background-size: cover;
}


/* testimonial video css */
 .testimonial-card {
   text-align: center;
   padding: 20px;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
 }

 .testimonial-video {
   position: relative;
   display: inline-block;
 }

 .testimonial-video img {
   width: 100%;
   border-radius: 10px;
 }

 .testimonial-video .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: rgba(0, 0, 0, 0.6);
   color: white;
   border-radius: 50%;
   padding: 10px 15px;
   font-size: 24px;
   cursor: pointer;
 }
/* end testimonial video css */



/* testimonials-section css */

 .testimonial-item {
   padding: 20px;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   /* margin: 15px; */
 }

 .carousel-control-prev,
 .carousel-control-next {
   width: auto;
 }

 .cirlce-img-cr01 img {
   width: 40px;
   height: 40px;
 }



.testimonials-section-section {
    background: url('../image/testimonial.png') no-repeat center center;
    background-size: cover;
    padding: 24px 15px;
    text-align: center;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255,
        255, 255, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255,
        255,
        255, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255,
          255, 255, .0001)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255,
        255, 255, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255,
        255,
        255, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255,
          255, 255, .0001)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.testimonials-section {
  padding: 20px 15px;
  background-color: #f8f8f8;
}

.testimonials-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #d62b2b;
  text-align: center;
}

.testimonial-item {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 20px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  height: 100%;
}

.testimonial-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #E1AB20;
}

.carousel-indicators {
  display: none;
}

.testimonial-item p.title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.testimonial-item p.description {
  font-size: 14px;
  color: #4E4E4E;
  line-height: 1.5;
}

.testimonial-carousel .carousel-control {
  color: #FAA626 !important;
  font-size: 24px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #c72c3b !important;
}

.carousel-indicators li {
  background-color: #FAA626;
}

.carousel-indicators .active {
  background-color: #FAA626;
}

.carousel-control.right {
  margin: 0 auto;
}

.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  font-size: 24px;
  color: #FAA626 !important;
}

.carousel-control.left {
  left: 0px;
}

.carousel-control.right {
  right: 0px;
}

.navbar {
  margin-bottom: 0px !important;
}

.img-cet {
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  font-size: 14px;
}




/* for whatsApp desktop css*/
.whatsapp_float {
  position: fixed;
  width: 47px;
  height: 47px;
  bottom: 20px;
  right: 33px;
line-height: 45px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 0px;
}

/* for whatsApp mobile css*/
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 5px;
  }

  .whatsapp_float {
    width: 45px;
    height: 45px;
    height: 45px;
    bottom: 66px;
    font-size: 45px;
    line-height: 45px;
  }
#__eechatIcon {
  position: fixed;
  right: 9px !important;
  bottom: 77px !important;
  z-index: 214483646;
  cursor: pointer;
  width: 55px;
  height: 55px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background-color: #75b740;
}
.indicator {
  width: 220px;
  cursor: pointer;
  position: fixed;
  bottom: 58px !important;
  right: 68px !important;
  background-color: #fff;
  line-height: 1.6;
  padding: 15px;
  z-index: 2018;
  font-size: 14px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

}

.modal-body p {
  margin-top: -37px;
}



.whatsapp {
  position: fixed;
  width: 45px;
  height: 55px;
  bottom: 60px;
  right: 35px;
  background-color: #25d366;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.whatsapp img {
  width: 75%;
}



.custom-modal-bg {
  background: linear-gradient(to bottom, #fad0c4, #ffd1ff);
  /* height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; */
}

.explore-btn {
  background-color: #CF2027;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.explore-btn:hover {
  background-color: #c72c3b;
}



/* Custom width for modal dialog */
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 450px;
    margin: 30px auto;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px;
  }
.h5,
h5 {
  font-size: 0.9rem;
}

}

.popup {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
}

.popup .close-btn {
  position: absolute;
  top: -14px;
  right: 5px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  font-family: 'Montserrat';
}

.popup h3 {
  color: #CF2027;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.popup p {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}

.popup .form-control {
  border-radius: 5px;
  height: 40px;
}

.popup .btn {
  background-color: #CF2027;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 9px 20px;
  font-size: 16px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.popup .btn:hover {
  background-color: #c72c3b;
}

.popup ul {
  list-style: disc;
  margin: 20px 0 0;
  padding: 0 15px;
  color: #555;
  font-size: 14px;
}

.popup ul li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .popup h3 {
    font-size: 18px;
  }

  .popup p,
  .popup ul {
    font-size: 12px;
  }

  .popup ul li {
    margin-bottom: 8px;
  }
}

@media(max-width:600px) {
.form-check-label{font-size: 11px;}
.form-control{font-size: .9rem;}
.d-inline-flex {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: baseline;
}

}
@media(min-width:1920px){
.card-img-overlay {
    position: absolute;
    top: 201px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
}

.close-indicator svg{margin-top: -32px !important;}
.footer .floating-icons a{background: transparent !important; color: #000 !important;box-shadow: none !important;}
.indicator{color: #000 !important;}

.border {
  border: var(--bs-border-width) var(--bs-border-style) transparent !important;
}
.form-control{border: var(--bs-border-width) var(--bs-border-style) #cf2027 !important;}
label.form-check-label.text-black-50 {
  color: #000 !important;
  font-size: 0.8rem !important;
}
.form-select{border: 1px solid #cf2027 !important;}
.modal-header .btn-close{margin-top: -75px !important;
  margin-right: -26px !important;}