h4, .h4, 
.widget h4, .widget-title, 
.panel-title, h4.media-heading,
[class*="heading"] h4 {
    color: #de8511 !important;
}
h3, .h3, 
.widget h3, .widget-title-h3, 
.panel-title-h3, h3.media-heading {
    color: #2a3ba3 !important;
}
header, .header {
    background-color: #F8EFE5 !important;
}
footer, .footer, .site-footer {
    background-color: #F8EFE5 !important;
}
.dropdown-menu, 
.dropdown-menu a {
    background: #F8EFE5 !important;
    background-color: #F8EFE5 !important;
}

@media (max-width: 991px) {
    header .sf-menu .has-submenu.is-active>ul {
        background: #FEFEFE;
    }
}

