/*
 * Selection color
 */
::-moz-selection {
  background-color: #FA6862;
}

::selection {
  background-color: #FA6862;
}

/* background color */
.btn-primary,
.loading-mask,
.section-title h3::after,
.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after,
.progress .bar,
.contact-social li:hover span {
  background-color: #FA6862;
}

.nicescroll-cursors {
  background: #FA6862 !important;
}

/* color */
.primary,
.link:hover,
.filter .active,
.works-item h4,
.msg-success {
  color: #FA6862;
}

/* border color */
.testimonials .owl-dot.active {
  border-color: #FA6862;
}

/* border top color */
.site-wrapper,
.contact-social li:hover span::after,
.contact-social-hex:hover::before {
  border-top-color: #FA6862;
}

/* border bottom color */
.filter .active,
.contact-social li:hover span::before,
.contact-social-hex:hover::after {
  border-bottom-color: #FA6862;
}

/* fill color */
.service-hex:hover .fill,
.service-hex:hover .st1 {
  fill: #FA6862;
}
