*{
  padding: 0;
  margin: 0;
}

body{
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

header {
  background-color: #669137;
  position: relative;
  height: 70px;
}
.navbar {
  background-color: #fff;
  position: absolute;
  top: 39px;
  left: 8%;
  right: 8%;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}




.header-contact{
  display: flex;
  gap: 30px;
 
}
.main-top-header{
  display: flex;
  justify-content: space-between;
 
}

.call-header p a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.mail-header p a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", serif;
}
p a i{
  color: #fca10f;
}

.header-location-div p a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.call-header p{
  margin-bottom: 0px;
}


.mail-header p{
  margin-bottom: 0px;
}

.header-location-div p{
  margin-bottom: 0px;
}

.top-nav{
  padding-top: 5px;
  padding-bottom: 10px;
  
}

.navbar{
  background-color: #ecde97;
}

.social-icons ul{
 list-style: none;
 padding-left: 0px;
 display: flex;
 gap: 15px;
 margin-bottom: 0px;
 align-items: center ;
}

.social-icons ul li a{
  color: #fff;
  
}

.nav-item .nav-link{
 text-transform: uppercase;
 font-size: 15px;
font-weight: 500;
 font-family: "Poppins", serif;
 color: #000000!important;
 
}

#navbarNavDropdown{
  margin-left: auto;
}

.navbar-nav{
  gap: 20px;
  align-items: center;
}

.btn-talk{
  background-color: #fca10f;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 30px;
}

.navbar-brand h2{
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 0px;

}

.navbar-brand h2 span{
  background-color: #fca10f;
}

.carousel-control-prev-icon {
  
  background-color: #fca10f;
  padding: 30px;
  background-size: 30px;
  border-radius: 50%;
}


.carousel-control-next-icon {
  background-color: #fca10f;
  padding: 30px;
  background-size: 30px;
  border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 0.8;
}

.banner{
  position: relative;
}

.carusel-content{
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.carousel-content .content-banner{
  max-width: 800px;
  text-align: center;
}
.carusel-content h2{
  color: #fca10f;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}

.carusel-content h4{
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.carusel-content a {
  justify-content: center;
  display: block;
  margin: auto;
  max-width: 150px;
  margin-top: 30px;
 
}

.carousel-item img{
  min-height: 400px!important;
  object-fit: cover;
}

.btn-talk:hover{
  background-color: #669137;
  color: #fff;
}

.about-text h2{
  font-weight: 700;
  font-size: 33px;
}

.total-program{
  background-color: #669137;
}

.total-img img{
  display: block;
  margin: auto;
  width: 80px;
}

.prog-count h2{
  font-size: 50px;
  font-weight: 700;
  color: #fca10f;
  text-align: center;

}

.prog-count h5{
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.total-program{
  width: 200px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
    
.about-img{
  position: relative;
}

.about-text p{
  font-size: 14px;
}

.program-head h2{
  font-size: 38px;
  font-weight: 700;
}

.program{
  background-color: #fffaf2;
}

.program-head h4{
 font-size: 22px;
 font-weight: 700;
 transition: all ease 0.3s;
}

.program-head  {
  padding: 10px;
}
.program-head p{
  font-size: 15px;
 
}

.program-box{
  border: 1px solid #d6d6d6;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.program-head .btn{
  display: block;
}

.program-box:hover .program-img img{
  transform: scale(1.1);
}
.program-img img{
  transition: all ease 0.3s;
}
.program-img{
  overflow: hidden;
}

.program-box:hover .program-head h4{
  color: #669137;
}

.specification{
  background: url(../img/bg-fixed.jpg);
  background-attachment: fixed;
}

        .call-btn {
          position: fixed;
          margin: 0;
          padding: 0;
          left: 0;
          bottom: 0px;
          background: #fff;
          background-color: transparent;
          cursor: pointer;
          font-size: 0;
          width: 110px;
          height: 110px;
          z-index: 1000;
        }
        
        .call-btn .tada {
          background: #ff5722;
          border-radius: 100px;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -20px;
          margin-left: -20px;
          animation-name: tada;
          animation-duration: 0.5s;
          animation-iteration-count: infinite;
          animation-direction: alternate;
        }
        
        .call-btn .tada a:before {
          font-family: FontAwesome;
          content: "\f095";
          font-size: 20px;
          text-decoration: none;
          color: #fff;
          margin-left: 10px;
          position: absolute;
          top: 15%;
          /* margin-top: -10px; */
        }
        
        
        @keyframes tada {
          from {
              transform: rotate(-20deg);
          }
          to {
              transform: rotate(20deg);
          }
        }
        
        .call-btn .pulse {
          width: 60px;
          height: 60px;
          background: rgba(255, 87, 34, 0.5);
          ;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -30px;
          margin-left: -30px;
          animation-name: pulse;
          animation-duration: 0.5s;
          animation-iteration-count: infinite;
          animation-direction: alternate;
          animation-timing-function: ease-in-out;
        }
        
        @keyframes pulse {
          from {
              width: 55px;
              height: 55px;
              margin-top: -27.5px;
              margin-left: -27.5px;
          }
          to {
              width: 60px;
              height: 60px;
              margin-top: -30px;
              margin-left: -30px;
          }
        }
        
        .call-btn .zoomIn {
          width: 80px;
          height: 80px;
          border: 2px solid #ff5722;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -40px;
          margin-left: -40px;
          animation-name: zoomIn;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-timing-function: ease-out;
        }
        
        @keyframes zoomIn {
          from {
              width: 40px;
              height: 40px;
              margin-top: -20px;
              margin-left: -20px;
          }
          to {
              width: 80px;
              height: 80px;
              margin-top: -40px;
              margin-left: -40px;
          }
        }
        
        @media screen and (max-width: 549px) {
          .call-btn {
              width: 80px;
              height: 80px;
          }
        }
        
        
        .whatsapp-btn {
          position: fixed;
          margin: 0;
          padding: 0;
          right: 0;
          bottom: 0px;
          background: #fff;
          background-color: transparent;
          cursor: pointer;
          font-size: 0;
          width: 110px;
          height: 110px;
          z-index: 1000;
        }
        
        .whatsapp-btn .tada {
          background: #45c153;
          border-radius: 100px;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -20px;
          margin-left: -20px;
          animation-name: tadaa;
          animation-duration: 0.5s;
          animation-iteration-count: infinite;
          animation-direction: alternate;
        }
        
        .whatsapp-btn .tada a:before {
          font-family: FontAwesome;
          content: "\f232";
          font-size: 25px;
          text-decoration: none;
          color: #fff;
          margin-left: 10px;
          position: absolute;
          top: 6%;
          /* margin-top: -10px; */
        }
        
        
        @keyframes tadaa {
          from {
              transform: rotate(-20deg);
          }
          to {
              transform: rotate(20deg);
          }
        }
        
        .whatsapp-btn .pulse {
          width: 60px;
          height: 60px;
          background: rgb(69, 193, 83, 0.5);
          ;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -30px;
          margin-left: -30px;
          animation-name: pulsee;
          animation-duration: 0.5s;
          animation-iteration-count: infinite;
          animation-direction: alternate;
          animation-timing-function: ease-in-out;
        }
        
        @keyframes pulsee {
          from {
              width: 55px;
              height: 55px;
              margin-top: -27.5px;
              margin-left: -27.5px;
          }
          to {
              width: 60px;
              height: 60px;
              margin-top: -30px;
              margin-left: -30px;
          }
        }
        
        .whatsapp-btn .zoomIn {
          width: 80px;
          height: 80px;
          border: 2px solid #45c153;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -40px;
          margin-left: -40px;
          animation-name: zoomIn;
          animation-duration: 1s;
          animation-iteration-count: infinite;
          animation-timing-function: ease-out;
        }
        
        @keyframes zoomIn {
          from {
              width: 40px;
              height: 40px;
              margin-top: -20px;
              margin-left: -20px;
          }
          to {
              width: 80px;
              height: 80px;
              margin-top: -40px;
              margin-left: -40px;
          }
        }
        
        @media screen and (max-width: 549px) {
          .whatsapp-btn {
              width: 80px;
              height: 80px;
          }
        }


        .spec-head h2{
          font-weight: 700;
          font-size: 40px;
          color: #fff;
          text-align: center;
        }
        
        .spec-text h4 {
          font-size: 20px;
          color: #fff;
        }

        .spec-text p{
          font-size: 15px;
          color: #fff;
        }

        .spec-box {
          display: flex;
          gap: 15px;
          align-items: center;
          padding: 10px;
          background-color: rgba(56, 92, 17, 0.7);
          margin-bottom: 40px;
        }

        .testimonial-head h2{
          text-align: center;
          font-size: 40px;
          font-weight: 700;
        }

        .user-text {
          padding: 10px;
          background-color: #dae8cd;
          max-width: 90%;
        }

        .user-text p{
          font-size: 20px;
          font-style: italic;
        }

        .user{
          display: flex;
          align-items: center;
          gap: 20px;
        }
        .user-img img{
          width: 70px!important;
          margin-top: 20px;
          border: 3px solid #669137;
          border-radius: 50%;

        }

        .user-name p {
          display: flex;
          gap: 5px;
        }

        .user-name {
          margin-top: 20px;
        }

        .owl-nav{
          position: absolute;
    top: -72px;
    right: 42px;
        }

        .owl-theme .owl-nav [class*=owl-]:hover{
          background-color: transparent!important;
        }

        .testimonials{
          background-color: #fffaf2;
        }

        .contact-sec{
          background-color: #fca10f;
        }
        .contact-form{
          padding: 20px;
          background-color: #fff;
        }

        .contact-head h3{
          font-weight: 700;

        }

        .contact-form form label{
          color: #669137;
          font-weight: 500;
        }

        .contact-form form input{
          height: 35px;
          border-radius: 2px;
        }

        .contact-form form textarea{
          border-radius: 2px;
        }

        .contact-form form label span{
          color: #ff5722;
        }

        .contact-form form button{
          display: block;
          width: 80%;
          font-size: 15px;
          border-radius: 0px;
          background-color: #669137;
          border-color: #669137;
          font-weight: 500;
          margin: auto;
        }

        .contact-form form button:hover{
          background-color: #fca10f;
          color: #000;
          border-color: #fca10f;
        }

        .form-control:focus {
          color: var(--bs-body-color);
          background-color: var(--bs-body-bg);
          border-color: #fca10f;
          outline: 0;
          box-shadow: 0 0 0 .25rem rgb(252 161 15 / 50%);
      }

      .contact-form{
        width: 100%;
        
      }

      .contact-img{
        height: 100%;
      }

      .contact-img img{
        height: 100%;
        object-fit: cover;
      }

      .contact-donation .row{
        background-color: #fff;
      }

      footer{
        background-color: #262626;
        padding-top: 50px;
        padding-bottom: 30px;
      }

      .about-footer p{
        color: #d0d1cf;
        font-size: 15px;
      }

      .quick-links-head h5 span{
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fca10f;
      }

      .quick-links ul{
        list-style: none;
        padding-left: 0px;

      }

      .quick-links ul li{
        padding-bottom: 6px;
      }
      .quick-links ul li a{
        color: #d0d1cf;
        text-decoration: none;
       
      }

      .quick-links ul li a:hover{
        color: #fca10f;
      }

      .quick-links ul li a span{
        margin-right: 5px;
        color: #fca10f;
        font-size: 20px;
      }

      .footer-bottom{
        background-color: #3e5a20;
      }

      .footer-bottom p{
        color: #fff;
        margin-bottom: 0px;
      }

      .footer-bottom p a{
        color: #fca10f;
        text-decoration: none;
      }

      .footer-bottom .container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }

      .banner-about {
        padding-top: 150px;
        padding-bottom: 80px;
        background: url(../img/about-banner.jpg);
      }

      .about-banner-txt{
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
      }
      .about-banner-txt h2{
        font-size: 40px;
        font-weight: 700;
        color: #fff;
      }

      .about-link h6{
        color: #fff;
        font-size: 20px;
        font-weight: 500;
      }

      .about-link h6 a{
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
      }

      .about-link h6 a.active{
        color: #fca10f;
        font-size: 20px;
        font-weight: 500;
      }

      .about-more-text p{
        text-align: justify;
        font-size: 15px;
      }

      .mission-box{
        position: relative;
      }
      .mission-text{
        width: 90%;
        display: block;
        margin: auto;
        position: absolute;
        padding: 15px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #fca10f;
        left: 0;
        right: 0;
        bottom: -120px;
        transition: all ease 0.3s;
      }

      .mission-text h4 span{
        font-weight: 700;
        color: #669137;
        border-bottom: 2px solid #fca10f;
      }

      .mission-text p{
        text-align: center;
        margin-top: 20px;
        font-size: 15px;
      }

      .mission{
        padding-top: 50px;
        padding-bottom: 150px;
      }

      .mission-box:hover .mission-text{
        bottom: -100px;
      }


      /* Custom styles for closing button */
    .lightbox .lb-close {
      font-size: 40px;
      color: white;
      top: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      padding: 5px;
    }

    .lb-data .lb-close{
      background: url(../img/icons/close.png)!important ;
      background-size: contain!important;
    }

    .lb-nav a.lb-next{
      width: 30px!important;
      height: 30px!important;
      background: url(../img/icons/next.png)!important;
      background-size: contain!important;
      top: 40%!important;
      position: absolute;
      right: 20px!important;
      opacity: 1!important;
      
    }

    .lb-nav a.lb-prev{
      width: 30px!important;
      height: 30px!important;
      background: url(../img/icons/pre.png)!important;
      background-size: contain!important;
      top: 40%!important;
      position: absolute;
      left: 20px!important;
      opacity: 1!important;

    }

    .contact-img {
      background: url(../img/contact.jpg);
      background-color: rgba(0, 0, 0, 0.7);
    }

    .contact-detail-head h5{
      color: #fff;
      font-size: 35px;
      font-family:auto;
      border-bottom: 1px solid #f8c36f;
      display: inline;
      padding-bottom: 5px;
    }
    
    .contact-details-icon span i{
      color: #ffffff;
      font-size: 20px;
    }
    
    .contact-details-icon span{
      width: 2rem;
      height: 2rem;
      
      background-color: #669137;
      padding: 12px;
    }
    
    .contact-number a{
      font-size: 18px;
      color: #f5f1ee;
      text-decoration: none;
    }
    
    .contact-details-item{
      display: flex;
      gap: 15px;
      align-items: center;
    }
    
    .contact-number h6{
      color: #e8aa47;
      font-size: 13px;
    }
    
    .socail-head h5{
      font-size: 25px;
      color: #fff;
      font-family: auto;
    }
    
    .social-box a span{
      background-color: #669137;
      width: 3rem;
      height: 3rem;
      padding: 15px 18px;
      display: flex;
      border-radius: 50%;
    }
    
    #insta a span{
      background-color: #669137;
      width: 3rem;
      height: 3rem;
      padding: 15px;
      display: flex;
      border-radius: 50%;
    }
    
    .social-box a{
      color: #ffffff;
      text-decoration: none;
    }
    
    .social-box a span i{
      font-size: 18px;
    }
    
    .contact-details-social-icons{
      display: flex;
      gap: 10px;
      margin-top: 10px;
    }
    