#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 20px;
}

#nav .left img {
    height: 46px;
}

#nav .right {
    display: flex;
    align-items: center;
}

#nav .menu-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
    color: #000 !important;
    padding-right: 0;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    color: #000 !important;
    background: transparent !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 0 20px !important;
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
/*     background: #bababa !important; */
    color: #D12E2E !important;
}

/* MEGA MENU */
#nav .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #eee !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;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #D12E2E !important;
}
/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: #fff !important;
}

@media(max-width: 767px){
    /* MOBILE MENU COLOR */
    #nav .mega-menu {
        background: #fff !important;
    }
}

#nav .social-wrap {
    display: flex;
}

#nav .socials {
    display: flex;
    align-items: center;
}
#nav .socials .social i {
    font-size: 20px;
    color: #324758;
}

#nav .details a {
    color: #D12E2E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-right: 20px;
    font-size: 18px;
}
#nav .details a:hover {
    color: #000;
}
#nav .details a i {
    margin-right: 8px;
}


@media(max-width:1200px) {
    #nav .social-wrap {
        display: none;
    }
    #nav .socials {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    #nav .socials .social i {
        color: #fff;
    }
        #nav .details a {
        color: #fff;
        margin-right: 0;
        font-size: 16px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #nav .details a i {
        display: none;
    }
}



#nav.scrolled {
    position: fixed;
}
.scrolled {
    -webkit-box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    transition: background-color 0.3s ease;
}