.header {
    width: 100%;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #bababae0;
}

.header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-topbar {
    width: 100%;
    min-height: 40px;
    background-color: #003042;
}

.header-topbar ul {
    display: flex;
    flex-wrap: wrap;
}

.header-topbar ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.header-topbar ul li {
    position: relative;
    line-height: 18px;
    padding: 0px 25px;

}

.header-topbar ul li::after {
    content: "";
    height: 18px;
    width: 1px;
    position: absolute;
    background: rgba(186, 186, 186, 0.8);
    right: 0;
    top: 0;
}

.header-topbar ul li:last-child::after {
    display: none;
}

.header-topbar ul li:last-child {
    padding-right: 0;
}

.header-topbar ul {
    margin-left: auto;
}

.header-topbar .flex {
    align-items: center;
    min-height: 40px;
}

.header-topbar ul li a {
    color: #fff;
}

.header-topbar ul li a:hover {
    color: #fff;
}

/* ------------------------------------------------------------ */

.menu-ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-ul li {
    position: relative;
}

.menu-ul a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 100px;
    color: #000000;
}



.menu-ul li+li {
    margin-left: 30px;
}

.menu-ul a:hover,
.current_page_item>a,
.current-menu-item>a,
.current-menu-parent>a {
    color: #006b76;
}

.mob-menu-icn {
    width: 14px;
    height: 8px;
    background: url(../images/menu-arrow-down.png) no-repeat;
    background-size: cover;
    margin-left: 5px;
    transition: transform .35s ease-in-out;
}

.sub-menu ul li {
    position: relative;
}

.sub-menu li::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/sub-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ------------------------------------------------------------ */

.sub-menu {
    width: 510px;
    background: #191C40;
    padding: 30px 35px;
    transform: translateY(20px);
    transition: opacity .35s ease-out, visibility.35s ease-out, top .35s ease-out, transform .35s ease-in-out;
}

.sub-menu li {
    border-bottom: 1px solid #fff;
}

.sub-menu li+li {
    margin: 10px 0 0 0;

}

.sub-menu li a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    white-space: nowrap;
}

.header li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



.contact-btn {
    padding: 0px 28px;
    height: 48px;
    font-size: 13px;
    display: inline-block;
    align-content: center;
    text-transform: uppercase;
    color: #000;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-btn span {
    position: relative;
    z-index: 2;
}

.contact-btn::after {
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background-color: #191C40;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-btn:hover::after {
    width: 100%;
}

/* ------------------------------------------------------------ */

.menu-icon {
    width: 40px;
    height: 24px;
    z-index: 9;
    position: relative;
    top: 5px;
    cursor: pointer;
    display: none;
    margin-left: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #006b76;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all var(--transition-time) ease-in-out;
    transition: all var(--transition-time) ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 10px;
}

.menu-icon span:nth-child(4) {
    top: 20px;
}

.menu-icon.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span {
    background: #006b76;
}

@media (max-width: 767px) {
    .menu-icon {
        display: block;
    }

    .nav-bar {
        position: fixed;
        width: 100%;
        z-index: 8;
        background: #fff;
        top: 0;
        height: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        -webkit-transition: all var(--transition-time) ease-in-out;
        transition: all var(--transition-time) ease-in-out;
    }

    .header .slow {
        height: 100%;
    }

    .menu-ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        flex-direction: column;
    }

    .menu-ul li {
        --space: 4%;
        padding: 0;
        margin: 0 var(--space);
        text-align: center;
    }



    .menu-ul li+li {
        margin-top: 20px;
        margin-left: var(--space);
    }




    .menu-ul a {
        font-size: 23px;
        font-weight: 500;
        color: #006b76;
        text-align: center;
    }

    .menu-ul li+li{
          margin-top: 25px;
    }

    .header {
        padding: 10px 0;
    }

    .sub-menu {
        width: 100%;
        padding: 0;
        display: none;
        border: none;
        margin-bottom: 0px;
    }

    .sub-menu li {
        margin: 0;
    }

    .sub-menu li a {
        font-size: 14px;
    }

    .sub-menu li+li {
        margin: 10px 0 0 0;
    }

    .mob-menu-icn {
        position: absolute;
        right: 0;
        top: 2px;
        width: 30px;
        height: 20px;
        background-size: 14px;
        background-position: center;
        z-index: 99;
    }

    body.open .site-logo {
        position: fixed;
        z-index: 99;
        top: 20px;
    }

    .header li .mob-menu-icn.active {
        transform: scaleY(-1);
    }


    .contact-btn {
        display: none;
    }



}