/* ========================================================================================= */
/* ======================================= COLOR : #8cc152 =================================== */
/* ========================================================================================= */
.load-circle {
  border-top: 2px solid #8cc63f;
}
.s-header .header-overlay {
  background: -webkit-linear-gradient(to right, rgba(140, 193, 82, 0.7), rgba(86, 171, 47, 0.7));
  background: -moz-linear-gradient(to right, rgba(140, 193, 82, 0.7), rgba(86, 171, 47, 0.7));
  background: -o-linear-gradient(to right, rgba(140, 193, 82, 0.7), rgba(86, 171, 47, 0.7));
  background: -ms-linear-gradient(to right, rgba(140, 193, 82, 0.7), rgba(86, 171, 47, 0.7));
  background: linear-gradient(to right, rgba(140, 193, 82, 0.7), rgba(86, 171, 47, 0.7));
}
.fixed .navbar-nav .active a {
  color: #8cc63f;
}
.fixed .navbar-nav .active:hover a {
  color: #8cc63f;
}
.services .serv-item .serv-icon i,
.services .serv-item .serv-icon .icon {
  color: #8cc63f;
}
.about .ab-cont .features .icon,
.about .ab-cont .features i {
  color: #8cc63f;
}
.skills li .progress-bar::before {
  background: #8cc63f;
}
.skills li .progress-bar span {
  border: 2px solid #8cc63f;
}
.work .filter-work a {
  border: 1px solid #8cc63f;
}
.work .filter-work .is-checked {
  background-color: #8cc63f;
}
.work .filter-work a:hover {
  background-color: #8cc63f;
}
.work .work-caption .overlay {
  background: -webkit-linear-gradient(to right, rgba(140, 193, 82, 0.8), rgba(86, 171, 47, 0.8));
  background: -moz-linear-gradient(to right, rgba(140, 193, 82, 0.8), rgba(86, 171, 47, 0.8));
  background: -o-linear-gradient(to right, rgba(140, 193, 82, 0.8), rgba(86, 171, 47, 0.8));
  background: -ms-linear-gradient(to right, rgba(140, 193, 82, 0.8), rgba(86, 171, 47, 0.8));
  background: linear-gradient(to right, rgba(140, 193, 82, 0.8), rgba(86, 171, 47, 0.8));
}
.facts .facts-c .count {
  color: #8cc63f;
}
.prices .price-title .price-tabs .active a {
  background-color: #8cc63f;
  border-color: #8cc63f;
}
.pric-tables .item .mount h3 {
  color: #8cc63f;
}
.testimonial-box h3 {
  color: #8cc63f;
}
.owl-theme .owl-dots .active span {
  border: 2px solid #8cc63f !important;
  background: #8cc63f !important;
}
.blog-item .post-meta ul li i {
  color: #8cc63f;
}
.contact .cont-title .info li .icon,
.contact .cont-title .info li i {
  color: #8cc63f;
}
.contact .contact-form .button {
  background: #8cc63f;
}
.contact-item input:focus,
.contact-item textarea:focus {
  border-color: #8cc63f;
}
.footer .sc-icon a:hover span {
  border-color: #8cc63f;
  background-color: #8cc63f;
}