:root {
  --primary-color: #045e07;
  --second-color: #011324;
  --third-color: #035a06;
  --white-color: #fff;
  --icon-color: #109910;
  --primary-text-color: #fff;
  --second-text-color: #000000;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
background-color: #fff;
font-family: "Poppins", serif;
}
.page-wrapper{
  background-color: #fff !important;
}
h1,h2,h3,h4,h5,h6{
  color: #4a4949;
}
.title-color{
  color: #323232;
}

.title-color:hover{
  color: var(--primary-color);
}

.gm_font2{
  font-size: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-20 {
  margin-top: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}
/* ul li{
  list-style: none;
} */
.bg-color-2{
  background-color: #fafafa;
}
a{
  text-decoration: none;
  color: #323232;
}
/* Header */
.top-menu{
  background-color: var(--primary-color);
 

}
.top-menu a{
  color: var(--white-color);
  font-size: 18px;
}
.top-menu a:hover{
  color: #0be807;
}
.topmenu-contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 200;
}
.topmenu-contact a{
  text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.social-icon{
  display: flex;
  align-items: center;
  justify-content: end;
}
.social-icon i{
  font-size: 20px;
  cursor: pointer;
  padding-left: 10px;
}
.social-icon .bi-youtube{
  font-size: 25px;
}
header .navbar {
  background-color: var(--white-color);
  /* position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0; */
}

.navbar-nav .nav-link.active{
  color: var(--primary-color);
}
header .navbar a {
  color: var(--second-color) ;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", serif;

}

header .navbar a:hover {
  background-color: #fff;
  color: var(--primary-color) !important;
  border-radius: 2px;
}

header .navbar .dropdown-menu {
  background-color: var(--third-color);
}
header .container{
  padding-left: 0 !important;
}
.band-logo img {
  width: 280px;
  background-color: transparent;
  padding: 5px;
  border-radius: 2px;
}

.navbar-toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  color: var(--second-text-color);
  border-color: var(--second-text-color);
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Header End */

/* banner section */
.banner .banner-img img {
  height: 700px;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
}

.banner {
  position: relative;
}

.inquiry-form {
  position: absolute;
  top: 3%;
  left: 7%;
  width: 360px;
  padding: 10px 20px;
  background-color: #ffffffad;
  border-radius: 10px;
}
.inquiry-form-2{
  width: 420px;
  padding: 10px 20px;
  background-color: #1250010f;
  border-radius: 10px;
}
.inquiry-form-2 .contact-btn{
  padding: 5px 20px;
  border: none;
  background-color:#3c75cb;
  color: var(--primary-text-color);
  border-radius: 5px;
}

.inquiry-form-2 .contact-btn:hover{
  background-color:#275497;
  color: var(--primary-text-color);
}
.inquiry-form .contact-btn {
  padding: 5px 20px;
  border: none;
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  border-radius: 5px;
}
.contact-btn {
  padding: 5px 20px;
  border: none;
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  border-radius: 5px;
}

/* banner section  end*/

/* About Section start */
.about-video video {
  width: 100%;
}

.about-video {
  display: flex;
  justify-content: center;
}
.about-btn{
display: flex;
align-items: center;
}

.about-btn .about-certificate img{
width: 120px;
}
.about-btn .about-certificate{
  text-align: center;
  order: 2;
}
.knowmore-btn{
  order: 1;
}

.founder-section{
  padding: 0px 0;
}
.founder-ing img{
  width: 100%;
  border-radius: 3px;
}
/* what do section */

.single_box {
  text-align: center;
  padding: 20px 15px 10px 15px;
  border-radius: 3px;
  min-height: 170px;
  max-height: 260px;
  background-color: var(--white-color);
  color: var(--primary-color);
  /* border: 1px solid #c2c2c241; */
  position: relative;
}

.single_box .single-icon {
  line-height: 1;
  transition: all .5s;
  ;
  font-size: 45px;
  /* color: var(--icon-color); */
  /* border-color: var(--icon-color); */
}
.single_box .single-icon img{
width: 80px;
margin-bottom: 15px;
}

.box-title {
  margin-bottom: 0;
    color: #103c14;
    font-size: 15px;
    font-weight: 700;
}

.box-description {
  color: #f6be3b;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
}



/* Gallary section */
.filter-tabs {
  margin: 20px 0px 0px 0px;
  padding: 10px 0px;
}

.tab-btn {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.tab-btn:hover {
  background-color: #0056b3;
}

.tab-btn.active {
  background-color: #0056b3;
  font-weight: bold;
}

.content {
  padding: 10px;
}

.item img {
  width: 100%;
    height: 220px;
  object-fit: cover; /* Maintain aspect ratio, fill the space */
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.item iframe{
  width: 100%;
  height: 220px;
}
.item {
  margin-bottom: 15px;
}

#modal-img {
  width: 100%; /* Fixed width for modal image */
  height: Auto; /* Fixed height for modal image */
  object-fit: cover; /* Maintain aspect ratio */
  border-radius: 5px;
}
#imageModal .btn-close{
  top: 2% !important;
    position: absolute;
    right: 3%;
}

/* privacy policy */
.privacy .table td{
  padding-top: 15px;
  padding-bottom: 15px;
}

/* footer */
.footer-section ul{
  list-style: none;
}
.footer-section{
  background-color: #fbfbfb;
  /* color: var(--second-text-color); */
}
/* .footer-section .footer-title{
text-align: center;
} */
.footer-section .footer-box ul{
  padding-left: 5px;
}
.footer-section .footer-box ul li{
 padding-bottom: 10px;
}
.footer-section a{
  text-decoration: none;
  /* color: var(--white-color); */
}
.footer-section a:hover{
  color: var(--primary-color);
  font-weight: 600;
}
.copyright-section{
  background-color: var(--primary-color);
  color: var(--white-color);
}
.copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.copyright .footer-copyright-text{
  order: 1;
}
.copyright .footer-link {
  display: flex;
  justify-content: end; 
  order: 2;
}
.copyright .footer-link a{
  text-decoration: none;
  color: var(--white-color);
  padding-left: 15px;

}
.home_video_gallary_item{
  position: relative;
}
.home_video_gallary_item img{
  width: 100%;
  border-radius: 5px;
}

.home_video_gallary_item a{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.home_video_gallary_item a i{
padding: 15px;
  font-size: 30px;
  border-radius: 50%;
  color: #f5f5f5;
background-color: #da3175;
border: 1px solid #fff;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(18, 61, 193);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(58, 159, 218, 0);
  }
}

.testimonial-card {
      /* max-width: 600px; */
      margin: auto;
      background: #fff;
      /* border-radius: 10px; */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 20px;
      position: relative;
    }

    .testimonial-quote {
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 80px;
      background: #004d33; /* Dark green */
      color: #fff;
      border-bottom-left-radius: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .testimonial-quote i {
      font-size: 24px;
    }

    .testimonial-image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .testimonial-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .testimonial-text {
      font-size: 16px;
      color: #666;
    }

    /* Social Share Icon */
 .share-btn-container {
  background: var(--third-color);
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0px 5px 5px 0px;
  position: fixed;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 9999;
}
.share-btn-container a i {
  font-size: 25px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.share-btn-container a {

  transition: 500ms;
}
.share-btn-container a:hover {
  transform: scale(1.2);
}
.share-btn-container .fa-share-alt{
  color: #eeeeee;
}


/* webinar  */

.webinar-btn-container{
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    z-index: 99999999;
  }

  .webinar-btn-container .webReg a i {
    font-size: 20px;
    color: #fff;
    padding: 9px;
    background: var(--third-color);
    /* border-radius: 50%; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
  }
  .webinar-btn-container .webregToggoleBtn{
 cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding: 0px 9px;
    background: #222;
    border-radius: 5px 0 0 0;
  }
  .webinar-btn-container .webregMessageBtn{
    font-size: 20px;
    color: #fff;
    padding: 0px 9px;
    background: var(--third-color);
    border-radius: 0 0 0 5px;
  }
  .webinar-btn-container .webreg_toggoleBtn i{
    background-color: transparent !important;
    padding: 0;
    color: #fff;
  }
  .webinar-btn-container .btn1 {
    background: var(--third-color);
    cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px; 
  transform: translateY(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 14.5px;
  padding: 7px;
  opacity: 0;
  border-radius: 3px 0 0 3px;
  transition: right 0.4s ease, opacity 0.4s ease;
}
  .webinar-btn-container .btn2 {
    background: var(--third-color);
    cursor: pointer;
  position: absolute;
  top: 81%;
  right: 0px; 
  transform: translateY(-50%);
  white-space: nowrap;
  color: #fff !important;
  font-size: 14.5px;
  padding: 6px;
  opacity: 0;
  transition: right 0.4s ease, opacity 0.4s ease;
  border-radius: 3px 0 0 3px;
}
  .webinar-btn-container .webregMessageBtn i {
 
  color: #fff !important;

}

.webinar-btn-container .webReg:hover .btn1 {
  right: 100%; 
  opacity: 1;
  
}
.webinar-btn-container .webregMessageBtn:hover .btn2 {
  right: 100%; 
  opacity: 1;
  
}
.locationDetails{
  padding: 0 20px !important;
}
.sigle_location{
/* display: flex;
justify-content: center;
flex-direction: column; */
/* align-items: center; */
background-color: #eaeaea;
padding: 15px;
border-radius: 5px;
min-height: 420px;
text-align: center;

}
.sigle_location img{
  width: 250px !important;
}
.sigle_location .location_name{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.sigle_location .location_details{
  text-align: left;
}
.sigle_location .location_details i{
font-size: 18px;
background-color:var(--icon-color);
padding: 8px 10px;
color: #fff;
border-radius: 50px;
margin-right: 10px;
margin-bottom: 5px;

}
.sigle_location .location_details i:hover{
  background-color: #007bff;
}

.sigle_location .location_details .location{
  /* display: flex; */
}
.sigle_location .location_details a{
  font-size: 14px;
  font-weight: 600;
}
.sigle_location .location_details a:hover{
  color: var(--primary-color);
}
/* befor after  */

.image-compare-container {
  position: relative;
  width: 600px;
  max-width: 100%;
  height: 400px;
}

.image-compare {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.image-compare img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  display: block;
}

.image-compare .compare-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; /* Initial overlay width */
  overflow: hidden;
}

.image-compare .compare-overlay img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}

.image-compare .compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 2px solid #b8bcc1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  z-index: 10;
}

.image-compare .compare-handle::after {
  content: "⇆";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.error-icon {
  margin-top: 20px;
  font-size: 24px;
  color: red;
  cursor: pointer;
}

#inquiryForm input:focus, #inquiryForm textarea:focus{

  border-color: rgb(8, 153, 32);
  box-shadow:none;
}

.contact-address i{
  background: #135403;
  padding: 7px 10px;
  border-radius: 50%;
  border: 1px solid #135403;
  color: #ffffff;;
  margin-right: 10px;
}
.contact-address i:hover{
  background: #ffffff;
  color: #135403;;
 
}
.contact-address ul li{
  /* margin-top: 18px !important; */
  margin-bottom: 8px;
}


