#header.header-transparent2 {
    background: rgb(65 136 1);
}
#header.header-scrolled{
  background: rgb(65 136 1);
}
#hero:before{
  background: rgb(70 161 2 / 91%);
}
.contact .php-email-form2 {
  width: 100%;
  background: #fff;
}

.contact .php-email-form2 .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form2 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form2 .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form2 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form2 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .info i {color: #75d121;}

.contact .php-email-form2 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form2 input,
.contact .php-email-form2 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form2 input {
  height: 44px;
}

.contact .php-email-form2 textarea {
  padding: 10px 12px;
}

.contact .php-email-form2 button[type=submit] {
  background: #418801;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form2 button[type=submit]:hover {
  background: #6ebb29;
}
.about .video-box2 {
  background: url("/upload/landingpage/baner/baner_youtube.png") center center no-repeat;
  background-size: contain;
  min-height: 300px;
}
#footer { background: #418801;}
#footer .footer-top .footer-info {background: #1a5e1f;border-top: 4px solid #c9c41d;}
#footer .copyright {border-top: 1px solid #f9f9f924;font-size: 11px;
}
#footer .copyright a {color: var(--bs-body-bg);}
.back-to-top {
  
    background: #75d121;
}
.section-title p {

    color: #5eb90d;
}
.details .content h3 {
   
    color: #5eb90d;
}
.about .icon-boxes h3 {color: #5eb90d;}
.about .play-btn {background: radial-gradient(#1acc8d 50%, rgba(63, 253, 217, 0.4) 52%);}
.about .play-btn::before {
  
  border: 5px solid rgb(26, 204, 141);
  
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;
}
.pagination .active > .page-link, .page-link.active {
  background-color: #1a5e1f;
  border-color: #75d121;
}