/*=========================================*/

/*.customNav {
    padding: 15px 0;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
}

.fixedNav {
    position: fixed !important;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f5f7fa !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px !important;
    z-index: 999;
    transition: all 0.5s ease-in;
    animation-name: blink;
    animation-duration: 1s;
}


    .customNav .navbar-brand .color-logo{
        display: none;
    }

.customNav .navbar-brand .white-logo {
    display: block;
}

    .customNav.fixedNav .navbar-brand .color-logo {
        display: block;
    }

    .customNav.fixedNav .navbar-brand .white-logo {
        display: none;
    }

.customNav ul li a {
    color: #fff!important;
    margin-left: 44px;
}

.customNav.fixedNav ul li a {
    color: #113BAA!important;
    margin-left: 44px;
}

@media (max-width: 991px){
    .customNav ul li a {
        color: var(--main-color) !important;
        margin-left: 44px;
    }

    .dropdown-menu li{
        display: block!important;
    }

    .navbar-toggler-icon i {
        font-size: 20px;
        color: #ffffff;
    }
}*/


