@media screen and (max-width:1000px){

header,
.header-inner{
    width:100% !important;
    max-width:100vw !important;
    overflow:hidden !important;
    padding:0 5px !important;
}

.header-bg-slash{
    display:block !important;
    width:25% !important;
    clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%) !important;
    background:#001b3d !important;
    z-index:0 !important;
}

}