.navbar{
/*    background: #ffffff59;*/
    background: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: 0.3s;
    top: 0;
}
.wbg{
    background: #fff;
}
.enso-logo{
    width: 270px;
    margin: 10px 20px;
    display: block;
}
.ensonav .nav-link{
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #20475b;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0 20px;
    font-weight: 700;
}
.ensonav .active .nav-link{
    color:#ff7605;
}
.nav-link:hover{
    transition: 0.3s;
    color:#ff7605;
}
.flr{
    float: right;
}
/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
@media only screen and (max-width: 1120px) {
    .enso-logo {
        width: 160px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .mx-auto{
        width: 100%;
        position: absolute!important;
        top: 0;
    }
    .flr{
        margin-top: 40px!important;
    }
    .navbar-nav{
        width: 100%;
        margin: 0;
    }
    .navbar-toggler{
        position: absolute;
        right: 50px;
        top: 4px;
        outline: none!important;
    }
    .navbar-toggler span img{
        width: 40px;
    }
    .enso-logo {
        width: 90px;
        margin: 6px 20px;
    }
    .navbar{
        background: #fff;
    }
    
}
