body,
h1,
h2,
h3,
h4,
h5,
h6,
.section-title h3 {
    color: #3e424e;
}

.preloader,
.background-withcolor,
.menue-header.sticky,
.menue-header .dropdown-menu .dropdown-item:hover,
.menue-header .dropdown-menu .dropdown-item.active,
nav .pagination .page-item.active .page-link {
    background: #ff5a5a;
}

@media (max-width: 992px) {
    .menue-header {
        background: #ff5a5a;
    }
}

a,
.btn-white,
.lnr,
.section-title h3 span {
    color: #ff5a5a;
}