
@color: #ff0e2a; 
@color: #ff0e2a; 

 .slider-content span:before, .site-btn, .section-title:before, .swiper-pagination-bullet-active{
  background: @color;
}


.section-title span, .counter .title, .testimonials .item span, .anews .category, .article-comments .comment-content .reply, .news-article .category{
  color: @color;
}

.service:hover{
  background: @color !important;
}
.site-btn:hover{
  background: @color;
  opacity: 0.8;
}