#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #23285C;
    padding: 10px 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
}
#nav .middle{
    display: flex;
    align-items: center;
}
#nav .left img {
    height: 40px;
}

#nav .right {
    display: flex;
    align-items: center;
}

#nav .left{
    display: flex;
    align-items: center;
}

#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 100px;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#nav .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#nav .menu-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    color: #fff !important;
    background: transparent !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    letter-spacing: 1.22px !important;
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
    color: #83BF42!important
}

/* MEGA MENU ITEMS */
#nav .mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
    padding: 10px !important;
}

/* MOBILE NAV */
#nav .mega-menu-toggle {
    background: transparent !important;
    border-radius: 0;
}

/* HAMBURGER ICON */
#nav .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
}

/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: #23285C !important;
}

.mega-sub-menu{
    width: 300px!important;
    padding: 10px 0!important;
    background: #23285C!important;
}



@media(max-width: 1200px){

    #nav .mega-menu-wrap{
        margin-left: auto;
        display: block;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1{
        padding-top: 50px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        width: fit-content;
        margin: 0 auto;
    }
}


@media(max-width: 991px){
    #nav{
        padding: 10px 20px;
    }
    #nav .right{
        display: none;
    }
}

@media(max-width:576px){
    #nav .middle{
        display: none;
    }
    #nav .left{
        margin: 0 auto;
    }
}
@media(max-width: 500px){
    #nav .left img{
        width: 100%;
        height: auto;
        display: block;
        margin: 5px 0;
    }
}