body.window_scrolled .mob-dot-toggle {
    color: #fff !important;
}

@media only screen and (max-width: 1023px) { 
    .sub-menu-toggle:before {
        color: #c40909 !important;
    }
}   

@media only screen and (max-width: 480px) { 
    .services-section .service-item .service-icon {
        border: 2px dotted #c40909 !important;
    }
} 