header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 70px;
    background: #ffffff !important;
    z-index: 1000;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}
.nav-wrapper>.nav-item a {
    display: block;
    padding: 0 10px;
    color: #0561b6 !important;
    font-size: 16px;
    transition: all 0.3s;
    width: 100% !important;
    text-align: center;
}