/* ========================================================================================= */
/* ======================================= COLOR : #cf9c63 =================================== */
/* ========================================================================================= */
.load-circle {
  border-top: 2px solid #cf9c63;
}
.s-header .header-overlay {
  background: -webkit-linear-gradient(to right, rgba(37, 0, 56, 0.85), rgba(44, 122, 17, 0.85));
  background: -moz-linear-gradient(to right, rgba(37, 0, 56, 0.85), rgba(44, 122, 17, 0.85));
  background: -o-linear-gradient(to right, rgba(37, 0, 56, 0.85), rgba(44, 122, 17, 0.85));
  background: -ms-linear-gradient(to right, rgba(37, 0, 56, 0.85), rgba(44, 122, 17, 0.85));
  background: linear-gradient(to right, rgba(37, 0, 56, 0.85), rgba(44, 122, 17, 0.85));
}
.fixed .navbar-nav .active a {
  color: #cf9c63;
}
.fixed .navbar-nav .active:hover a {
  color: #cf9c63;
}
.services .serv-item .serv-icon i,
.services .serv-item .serv-icon .icon {
  color: #cf9c63;
}
.about .ab-cont .features .icon,
.about .ab-cont .features i {
  color: #cf9c63;
}
.skills li .progress-bar::before {
  background: #cf9c63;
}
.skills li .progress-bar span {
  border: 2px solid #cf9c63;
}
.work .filter-work a {
  border: 1px solid #cf9c63;
}
.work .filter-work .is-checked {
  background-color: #cf9c63;
}
.work .filter-work a:hover {
  background-color: #cf9c63;
}
.work .work-caption .overlay {
  background: -webkit-linear-gradient(to right, rgba(96, 56, 19, 0.9), rgba(207, 156, 99, 0.9));
  background: -moz-linear-gradient(to right, rgba(96, 56, 19, 0.9), rgba(207, 156, 99, 0.9));
  background: -o-linear-gradient(to right, rgba(96, 56, 19, 0.9), rgba(207, 156, 99, 0.9));
  background: -ms-linear-gradient(to right, rgba(96, 56, 19, 0.9), rgba(207, 156, 99, 0.9));
  background: linear-gradient(to right, rgba(96, 56, 19, 0.9), rgba(207, 156, 99, 0.9));
}
.facts .facts-c .count {
  color: #cf9c63;
}
.prices .price-title .price-tabs .active a {
  background-color: #cf9c63;
  border-color: #cf9c63;
}
.pric-tables .item .mount h3 {
  color: #cf9c63;
}
.testimonial-box h3 {
  color: #cf9c63;
}
.owl-theme .owl-dots .active span {
  border: 2px solid #cf9c63 !important;
  background: #cf9c63 !important;
}
.blog-item .post-meta ul li i {
  color: #cf9c63;
}
.contact .cont-title .info li .icon,
.contact .cont-title .info li i {
  color: #cf9c63;
}
.contact .contact-form .button {
  background: #cf9c63;
}
.contact-item input:focus,
.contact-item textarea:focus {
  border-color: #cf9c63;
}
.footer .sc-icon a:hover span {
  border-color: #cf9c63;
  background-color: #cf9c63;
}