.owl-carousel .owl-item img {
     height: 260px;
    object-fit: cover;
}

/* Clients carousel: keep all logos fully visible */
.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 1 !important;
}

/* Breadcrumb links on page header */
#new-breadcrumb .breadcrumb a {
    color: #ffffff;
}


#footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
    color: #000000;
}

.breadcrumb > li + li:before{
    content: "\f104";
}



ul.nav-list-arrows li a:after {
     top: 11px;
}


.thumb-info img {
     object-fit: cover;
    height: 400px;
}

.thumb-info-content{
    min-height: 250px;
}

.page-header{
    background-image: url(/img/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
}

@media (max-width: 991px) {
   #header .header-logo img {
        z-index: 1;
        width: 180px;
        height: 52px;
    }
}

@media (max-width: 767px) {
    
    .slider-desc{
        font-size: 1em !important;
    }

    .mh-750px {
        min-height: 380px;
    }
}

