
.navigation {
    position: fixed;
    background-color: #E8E8E8;
    color: #000;
    width: 100%;
    z-index: 9999;
    padding: 0;
    display: flex;
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
    -webkit-transition: 100ms;
    transition: 100ms;
}

.navigation-top {
    height: 60px;
}

.menu-menu-container {
    display: block;
    float: left;
}

.navbar_wrapper {
    width: 100%;
    z-index: 999;
    padding: 0;
    height: 100%;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #2B5ECF;
    border-radius: 2px;
    margin: 3px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navigation-scroll .bar1, .navigation-scroll .bar2, .navigation-scroll .bar3 {
    background-color: #fff;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

.navbar_links_d {
    display: none;
}

.navbar_links_m {
    width: 100vw;
    z-index: 998;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
}

.navbar_open {
    margin-top: 0;
    -webkit-transition: margin 500ms;
    transition: margin 500ms;
}

.navbar_closed {
    margin-top: -100vh;
    -webkit-transition: margin 500ms;
    transition: margin 500ms;
}

.nav-logo {
    width: 114px;
    height: 30px;
    margin-left: 15px;
}

.navbar_links_m .nav-link {
    text-align: center;
    width: 100%;
}

.navbar_links_m hr {
    height: 1px;
    margin: 0;
    background-color: #fff;
}

.navigation-top .nav-logo {
    background: center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-image: url('../images/BuzBiz-h-bg-v2.png');
}

.navigation-scroll .nav-logo {
    background: url('../images/BuzBiz-h-bg-v2.png') center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

/*.nav-logo:hover:before {
    content: "";
    z-index: 9999999;
    position: absolute;
    height: 100%;
    width: 200%;
    background: linear-gradient(transparent 0%, rgba(227, 196, 104, 0.2) 45%, rgba(227, 196, 104, 0.5) 50%, rgba(227, 196, 104, 0.2) 55%, transparent 100%);
    transition: all 2s;
    transform: rotate(-45deg);
    animation: shine 6s infinite forwards;
  }

@keyframes shine {
    0% {
        top: -120%;
        left: -120%;
    }
    20% {
        left: 100%;
        top: 100%;
    }
    40% {
        left: 100%;
        top: 100%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}*/

.navbar-nav {
    margin-top: 3px;
    margin-right: 25px;
}

.navbar-toggle {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
    border: none;
}

.navbar-toggle:hover {
    background-color: transparent;
}

.nav-link {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.navigation-top .nav-link {
    color: #222;
}

.navbar_links_m .nav-link {
    color: #000;
    text-align: left;
    padding: 11px 5vw;
    line-height: 1em;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

.navigation-scroll .nav-link {
    color: #222;
}

a.button-get-started:hover {
    cursor: pointer;
    box-shadow: inset 0px 0px 15px #00000045;
}

a.button-get-started:link, a.button-get-started:visited {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    text-decoration: none;
}

.navigation-top .button-get-started {
    background: #006BA6;
    color: #fff;
    -webkit-transition: height 1s;
    transition: height 1s;
}

.navigation-scroll .button-get-started {
    background: #006BA6;
    color: #fff;
    margin-top: 4px;
}

.sub-menu {
    display: block;
    z-index: 99999;
    list-style-type: none;
    padding-left: 20px;
}

.sub-menu-f {
    list-style-type: none;
    padding-left: 20px;
}

.sub-menu .nav-link {
    font-size: 16px;
    line-height: 1em;
}

.button-get-started {
    font-family: 'Roboto';
    color: #1a1c19;
    border-radius: 5px;
    text-align: center;
    padding: 5px 20px;
}

.mobile-apply {
    display: block;
    font-family: 'Roboto';
    color: #1a1c19;
    border-radius: 30px;
    width: 80%;
    margin: 15px auto;
    text-align: center;
    padding: 2px 20px;
    background-color: rgba(255, 255, 255, 0.64);
    border: 2px solid #fff;
}

.apply-now-mobile {
    border-radius: 5px;
    right: 60px;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}

a.mobile-apply:link, a.mobile-apply:visited {
    color: #1a1c19;
}

a.drk-b:link, a.drk-b:visited {
    color: #fff;
}

.drk-b {
    background-color: #2395ff;
    color: #fff;
    border: none;
}

.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.phone-nav {
    color: #222 !important;
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    float: right;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #FFbb00;
}

.phone-nav:hover {
    text-decoration: none;
}


.navigation-scroll .phone-nav {
    color: #222 !important;
}

@media only screen and (min-width: 525px) {
    .nav-logo {
        width: 152px;
        height: 40px;
    }
}

@media only screen and (min-width: 575px) {
    .apply-now-mobile {
        right: 105px;
    }
}


@media only screen and (min-width: 630px) {
    .apply-now-mobile {
        right: 145px;
    }
}

@media only screen and (min-width: 675px) {
    .apply-now-mobile {
        right: 175px;
    }
}

@media only screen and (min-width: 699px) {
    .nav-logo {
        width: 190px;
        height: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-expand-lg {
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    .navigation {
        padding: 0 40px;
        box-shadow: unset;
    }
    .navigation-top {
        height: 80px;
    }
    .navigation-scroll {
        background-color: #E8E8E8;
        height: 54px;
    }
    .navbar_wrapper {
        background: transparent;
    }
    @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
        .navigation-scroll {
            background-color: #E8E8E8eeed5;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
    }
    @media only screen and (max-width: 1294px) {
        .nav-link {
            font-size: 18px;
        }
    }
    .nav-logo {
        width: 171px;
        height: 45px;
        margin-left: 0;
        margin-right: 0;
        -webkit-transition: 100ms;
        transition: 100ms all;
    }
    .navigation-scroll .nav-logo {
        height: 40px;
        width: 153px;
    }
    .navbar_links_d {
        border-radius: 10px;
        display: block;
    }
    .menu-main-menu-container {
        float: right;
    }
    .navigation-top .button-get-started {
        margin-top: 4px;
    }
    .button-get-started {
        float: right;
    }
    .navigation-scroll .button-get-started {
        margin-top: 4px;
    }
    .navbar-nav {
        margin-right: 10px;
    }
    .navbar_links_m {
        display: none;
    }
    .navbar-toggle {
        display: none;
    }
    .sub-menu {
        display: none;
        position: absolute;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        padding: 15px 0;
        margin: unset;
    }
    .sub-menu:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 15px;
        margin-top: -25px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    .sub-menu li {
        padding: 0 15px;
    }
    .sub-menu .nav-link {
        font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    }
    .menu-item:hover .sub-menu {
        display: block;
    }
    .navigation-top .sub-menu {
        background-color: #2B5ECF;
    }
    .navigation-top .sub-menu:before {
        border-bottom: 10px solid #2B5ECF;
    }
    .navigation-top .sub-menu .nav-link {
        color: #fff;
    }
    .navigation-top .sub-menu li:hover {
        background-color: rgba(34, 34, 34, 0.69);;
    }
    .navigation-scroll .sub-menu {
        background-color: #fff;
    }
    .navigation-scroll .sub-menu .nav-link {
        color: rgb(32, 41, 47);
    }
    .navigation-scroll .sub-menu:before {
        border-bottom: 10px solid #fff;
    }
    .navigation-scroll .sub-menu li:hover {
        background-color: #E8E8E8;
    }
    @media only screen and (max-width: 1186px) {
        .navbar-nav {
            margin-left: 3px;
            font-size: 16px;
        }
    }
    .phone-nav {
        color: #222 !important;
        margin: 5px 18px 0px 0px;
        width: unset;
        background-color: unset;
        box-shadow: unset;
        text-align: unset;
        padding: unset;
    }
    .navbar_m_apply {
        display: none;
    }
}