a:hover h5 {
	color: #FA5151;
}

.section-header::after {
	background-color: #FA5151;
}

.site-footer-line {
	border-top: 2px solid #FA5151 !important;
}

.site-banner::after {
	background-color: rgba(250, 81, 81, 0.8) !important;
}

.c-nav-item-vertical.isActive a {
	background-color: rgba(250, 81, 81, 1) !important;
}

.site-header-nav {
	background-color: rgba(250, 81, 81, 1) !important;
}

.c-nav-item-vertical:hover h2 {
	color: #FA5151 !important;
	font-weight: 600;
}
.news-sign{
	background-color: rgba(250, 81, 81, 1) !important;
}
.news-style2-item .more {
    color: #FA5151;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px dashed #ddd;
    transition: all 0.3s ease;
}
.news-style2-item:hover .more{
    background-color: #FA5151;
    border: 1px solid #FA5151;
    color: #ffffff;
}
