.navigation {
    height: 62px;
    /* background: #fff; */

}

.brand {
    position: absolute;
    /* padding-left: 30px; */
    float: left;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
    margin-left: 50px;
}

.brand img {
    width: 130px;

}

.brand a,
.brand a:visited {
    color: #022B69;
    text-decoration: none;
}

.header-container {
    /* max-width: 1300px; */
    margin: 0 auto;
}

.header-container .brand {
    margin-top: 10px;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin-right: 200px;
    padding: 0;
    /* opacity: .6; */

}

nav ul li {
    float: left;
}


nav ul li a {
    display: block;
    font-family: 'Montserrat',
        sans-serif;
    font-weight: 500;
    font-size: 0.80rem;
    background: transparent;
    color: #022b69a8;
    padding: 0 20px;
    line-height: 62px;
    text-decoration: none;
    /* text-transform: uppercase; */

}

nav a:hover {
    color: #022B69;
}


nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    /* content: ' \025BE'; */
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    /* padding: 15px; */
    line-height: 20px;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

.hireBtnnav {
    /* margin-bottom: 10px; */
    padding-top: 20px;

}

.hireTalentnav {}

.hireBtnnav a {
    font-family: 'Montserrat',
        sans-serif;
    padding-top: 10px;
    border: 1.7px solid #0066f5;
    box-shadow: 0 8px 12px -14px rgb(0, 59, 143);
    color: #0066f5;
    font-size: 0.80rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: ease .9s;
}

.hireTalentnav {
    padding: 13px 25px !important;
}

.hireBtnnav a:hover {
    /* background-color: #0047b3; */
    color: #0066f5;
    box-shadow: 0 0px 10px -14px #0066f579;

}

@media only screen and (max-width: 800px) {
    .menu-bg {
        /* background: rgb(0, 102, 245);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 1px;
    z-index: 9999;
    transition: all 0.5s ease-in-out 0s; */
    }

    .hireBtnnav {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 55px 0 15px;
        /* opacity: 0; */
    }

    .brand {
        margin-left: 30px;
        padding-top: 3px;

    }

    nav ul {
        padding-top: 20px;
        display: none;
        background: #0066f5;
        width: 100vw;
        height: 100vh;
    }

    nav ul li {
        padding-top: 30px;
        float: none;
        /* margin-left: 10px; */
        margin: auto;
        align-items: center;

    }

    nav ul li a {
        /* font-family: 'Noto Sans Jp', sans-serif; */
        font-size: 1.6rem;
        padding: 15px;
        text-align: center;
        font-weight: 600;
        line-height: 40px;
        color: #eff5fd;
        opacity: none;
    }

    nav ul li a:hover {
        color: #022B69;

    }


    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
        }
    }

    #navbar-toggle {
        position: absolute;
        left: 17px;
        top: 20px;
        cursor: pointer;
        padding: 10px 95px 16px 0px;
    }

    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 100px;
        height: 3px;
        width: 27px;
        background: #000;
        position: absolute;
        display: block;

        content: '';
        transition: all 300ms ease-in-out;
    }

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }

}