.nav-link{
    color:black !important;
}

/* .nav-link::after{
    display: none;
} */

.custom-logo-link{
    width: 15%;
}

.nav-item-search{
    width: 300px;
    margin-right:15px
}

.nav-item-search input{
    border: 1px solid black;
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
    padding-left: 15px;
}

.nav-item-search button{
    border: 1px solid black;
    border-left: 0;
    border-radius: 0px 10px 10px 0px;
}

footer .nav-item a{
    font-family: 'Roboto Light';
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    line-height: 0.3em;
}

footer .nav-item{
    margin: 0 !important;
}

footer .copyright{
    font-family: 'Roboto Light';
    font-size: 0.9rem
}

.nav-mob-lang{
    display: flex;
}

.nav-mob{
    display: none;
}

.nav-desk{
    display: flex;
}

@media(max-width: 991px){
    .custom-logo-link{
        width: 45%;
    }

    .nav-mob{
        display: block;
    }
    
    .nav-desk{
        display: none;
    }

    .nav-mob a{
        font-family: 'Roboto Light';
        font-size: 0.9rem
    }

    .nav-mob-lang{
        display: flex;
    }

}

/* properties recents */
.explore {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 40px;
}
.explore .explore-boxes {
    background: #f4f4f4;
    box-shadow: 0 0 12px -3px rgba(0,0,0,.3);
    /* padding: 0 0 24px; */
    margin-bottom: 40px;
    flex: 1;
    overflow: hidden;
}
ul.post-categories {
    margin: 0 !important;
    padding: 5px;
    position: absolute;
    z-index: 1000;
    background: #bb2121;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
}
.explore.su-posts .explore-boxes a.img-link {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.explore.su-posts .explore-boxes a {
    padding: 0;
    margin: 0;
    background: 0 0;
    border-radius: unset;
}
.explore .explore-boxes a {
    color: #bb2121;
    text-decoration: none;
    background: #e3e3e3;
    padding: 10px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    transition: background-color .5s ease;
    font-weight: 600;
}
.explore.su-posts .explore-boxes a img {
    border-radius: unset;
    object-fit: cover;
    height: 225px;
    width: 100%;
}
.explore-content {
    padding: 0 20px;
    text-align: left;
    min-height: 80px;
}
.explore.su-posts .explore-boxes h3 {
    margin: 20px 0;
}
.explore .explore-boxes h3 {
    font-weight: 500;
    font-size: 20px !important;
}
hr.solid {
    margin: 20px 0;
}
ul.text-left.list-inline {
    text-align: left;
    text-transform: capitalize;
}
ul.text-right {
    text-align: right;
    text-transform: capitalize;
    /* margin: 0px; */
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.text-primary {
    color: #bb2121 !important;
}