.navbar {
    background: transparent;
}

nav .nav-link,
nav a {
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    font-family: "Montserrat", sans-serif;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

nav .nav-link:hover {
    color: #f2561b !important;
    border-bottom: 2px solid white;
}

nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
}

nav .nav-item:last-child {
    margin-right: 0px;
}

nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

nav .navbar-brand-sm {
    display: none;
}


.top-header .contact-info div a {
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.top-header .contact-info div i {
    margin-right: 5px;
}

.top-header .contact-info div:nth-child(2) {
    margin-left: 20px;
}

.top-header .contact-info div:nth-child(2) i {
    transform: rotate(90deg);
}

.top-header .social-lang {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 18px;
}

.top-header .header-links span a {
    font-size: 13.5px;
    font-weight: 600;
    color: white;
    margin-left: 15px;
}

.top-header .header-links span i {
    margin-right: 5px;
}

@media only screen and (max-width:786px) {
    .top-header {
        display: none;
    }

    .navbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar .navbar-brand-sm {
        display: block;
    }

    nav .nav-link,
    nav a {
        transition: 0.3s;
        border-bottom: 2px solid transparent;
        font-family: "Montserrat", sans-serif;
        color: #FFF !important;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .navbar-collapse {
        background: #222;
        z-index: 999;
        top: 0;
        position: fixed;
        left: 0;
        padding: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}
