#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 .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("../img/about-2.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 #b5d30f;
    
}
.back-to-top {
  
    background: #75d121;
}
.section-title p {

    color: #5eb90d;
}
.details .content h3 {
   
    color: #5eb90d;
}
.about .icon-boxes h3 {
    
    color: #5eb90d;
   
}