html,
a {
    text-decoration: none;
    color: inherit;
    border: none
}



.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    display: none
}

a#toggle {
    position: fixed;
    top: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #f26c6c;
    opacity: .81;
    text-align: center;
    color: #fff;
    display: none;
    transition: all ease-out .3s;
    border-radius: 5px;
    padding: 0;
}

a#toggle i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 5px 15px;
    border-radius: 0px;
    border: 1px solid #e5e5e5
}

.red-link {
    color: #D02526;
    font-weight: bold;
}

/* header {
    width: 100%;
    height: 132px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
    /** add this **/
-moz-box-sizing: border-box;
/** add this **/
-webkit-box-sizing: border-box;
/** add this **/
-ms-box-sizing: border-box;
/** add this **/
}

*/ .header-wrapper {
    width: 95%;
}

.main-logo {
    width: 125px;
}


.header-pattern {
    position: absolute;
    top: 0;
    left: 0;
}

.header-pattern img {
    width: 120px;
}

.banway-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.menu ul {
    list-style: none;
    padding: 0;
    z-index: 1050;
    margin: 0;
    -webkit-transition: padding .6s;
    -moz-transition: padding .6s;
    -ms-transition: padding .6s;
    -o-transition: padding .6s;
    transition: padding .6s;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end
}


.menu ul li>a {
    display: inline-block;
    margin: 0 10px;
    outline: 0;
    font-size: 16px;
    color: #414042;
    transition: 0.15s;
}


.menu ul li>a:hover {
    color: #f26c6c;
}

.menu ul li:last-child>a {
    padding: 0;
}

.menu a {
    transition: 0.15s;
}


.login-wrapper a {
    font-size: 14px;
}

.login-wrapper i {
    font-size: 16px;
}

.nav-item.main-btn>.nav-link {
    padding: 0px !important;
    margin: 0;
    color: #fff;
}

.nav-item.dropdown .fa-angle-down {
    margin-left: 5px;
}

.nav-item.main-btn {
    margin-left: 20px;
}



header .nav-item:hover>.dropdown-menu {
    display: block;
    top: 85%;
    padding: 0;
}

header .nav-item:hover>.dropdown-menu .drop-item {
    padding: 15px 10px;
}

header .nav-item:hover>.dropdown-menu .dropdown-item:hover {
    background-color: #f26c6c;
    color: #fff;
}





@media only screen and (min-width:480px) {
    a#toggle {
        width: 40px;
        height: 40px
    }

    .logo-mobile {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .menu ul li>a {
        margin: 0;
    }
}


@media screen and (max-width:991px) {
    .banway-nav {
        display: block;
    }

    header .nav-item:hover>.dropdown-menu {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }

    .nav-item.main-btn {
        margin: 0;
    }


    .login-wrapper {
        margin: 25px 0;
    }

    .mobile-logo {
        margin: 15px 0px;
        width: 125px;
    }

    .menu {
        text-align: center;
    }

    .main-logo {
        margin-bottom: 25px;
    }

    .menu ul {
        flex-direction: column;
        justify-content: center;
    }

    .menu ul li>a {
        display: block;
        padding: 10px !important;
    }

    a#toggle {
        display: block
    }

    main#navigation-content {
        margin-top: 65px;
        transition: all ease-out .3s
    }

    .menu {
        position: fixed;
        transition: all ease-out .3s;
        width: 250px !important;
        height: 100%;
        top: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        border-bottom: 0;
        transform: translateX(250px);
        background-image: none
    }

    html.open-menu {
        overflow: hidden
    }

    html.open-menu div#overlay {
        visibility: visible;
        opacity: 1;
        width: calc(-150%);
        left: 250px
    }

    html.open-menu a#toggle,
    html.open-menu main#navigation-content {
        transform: translateX(-250px)
    }

    html.open-menu div.menu {
        z-index: 1040;
        transform: translateX(0)
    }

    .nav-item.main-btn {
        margin-left: auto;
        margin-top: 15px;
        width: 50%;
        margin-right: auto;
    }


}


.header-navigation-wrapper {
    width: 95%;
    transition: transform 0.3s;
}


@media (min-width: 991px) {
    /* .header-navigation-wrapper.absolute {
        position: absolute;
    } */

    .header-navigation-wrapper.fixed {
        position: fixed;
    }
}


.fixed-navi {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #e5e5e5;
}