#header {
    /* background-color: #07bcd5; */
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-image: linear-gradient( 
180deg
 ,#253a7b 0,#006ab5 100%)!important;
    background-origin: border-box!important;
}

.themeton-menu > li:hover > a, .themeton-menu > li.current-menu-item > a, .themeton-menu > li.current_page_item > a, .themeton-menu > li.current-menu-ancestor > a {
    background: #192c3a !important;
    border-right-color: #009eb3 !important;
    color: #fff;
}