body.header_style_4 .header_top {
    background: #fff;
    padding: 10px 0 10px;
}

h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fd9b28;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0 0;
}
.current-menu-item a{
    color: #fd9b28 !important;
}

.header-box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 4px 5px;
    width: var(--con_header_wide, 1140px);
    z-index: 15;
}