#testimonials .ac-carousel-indicators li.active button,
#testimonials .carousel-indicators .active{
  border-color: #44691c;
}

header #contact-icons .mail,
header #contact-icons .phone{
  color: #44691c !important;
}

.section-header,
a, a:hover, a:active, a:focus,
#testimonial-quote-icon,
.contact-link .glyphicon{
  color: #44691c;
}

.btn-acc-main{
  background: #44691c !important;
  color: #fff !important;
  border-bottom: 3px solid #2e4715;
}

#hero-section,
#page-header-section{
  background: #84c73e;
  background: -moz-linear-gradient(-45deg,  rgba(114,175,49,1) 0%, rgba(132,199,62,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(114,175,49,1) 0%,rgba(132,199,62,1) 100%);
  background: linear-gradient(135deg,  rgba(114,175,49,1) 0%,rgba(132,199,62,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72af31', endColorstr='#84c73e',GradientType=1 );
}