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: 30px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #4f6d90;
    opacity: .81;
    text-align: center;
    color: #fff;
    transition: all ease-out .3s;
    border-radius: 5px;
    padding: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

/* 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 12px;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}



.header-top {
    background: rgb(2,0,36);
    background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 38%, rgba(0,212,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#00d4ff",GradientType=1);
    color: #fff;
}

.main-logo{
    width: 450px;
}


.main-nav {
    display: flex;
    justify-content: center;
    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;
}


/* .navbar {
    padding: 0;
} */


.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
    outline: 0;
    font-size: 1.125rem;
    color: #302B00;
    transition: 0.15s;
    font-weight: bold;
}


.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color:#1b679e;
}


.menu a {
    transition: 0.15s;
}


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


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;
}


.mobile-logo {
    width: 100px;
    margin-bottom: 0;
}

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

.fixed-menu {
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}


.fixed-menu .main-logo {
    width: 250px !important
}

.fixed-menu .main-wrapper {
    margin: 0 auto;
}



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

    .logo-mobile {
        display: none
    }
}


@media screen and (max-width:1199px) {
    .main-nav {
        justify-content: start;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 10px;
    }
}


@media screen and (max-width:991px) {

    a#toggle {
        display: flex;
    }


    .navbar-expand-lg.menu>div.row {
        width: unset !important;
        margin: 0;
    }

    .navbar {
        align-items: unset;
    }


    .menu {
        text-align: center;
    }

    .menu ul {
        flex-direction: column;
    }

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

    /* a#toggle { */
    /* display: none */
    /* } */

    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: #2C2C2C !important;
        border-bottom: 0;
        transform: translateX(250px);
        background-image: none;
        border: 0 !important;
        z-index: 1040;
    }

    .mobile-whatsapp {
        position: absolute;
        left: 30px;
        top: 15px;
        color: #fff;
        z-index: 10;
        font-size: 26px;
    }

    .mobile-login-wrapper {
        padding: 15px;
        color: #fff;
        margin-bottom: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: block;
        color: #fff;
        margin: 10px 0;
    }

    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); */
        /* color: white; */
        z-index: 1060;
        right: 275px;
        left: unset;
        color: #fff;
    }

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

    .menu .mobile-login-wrapper,
    .menu .fixed-menu-bar {
        text-align: left;
    }

    .menu .mobile-login-wrapper {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
}


/* .header-navigation-wrapper {
    width: 98%;
    transition: transform 0.3s;
} */





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

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

    .mobile-search-block {
        display: none;
    }
}