.slides4-img img {
    max-height: 420px;
    -webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,0.7));
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.7));
    transition: .5s;
}

.slides4-item:hover img {
    -webkit-filter: drop-shadow(0 0 12px rgba(255,255,255,0.4));
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.4));
    transition: .5s;
}

.slides4-img {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1260px) {
    .slides4-img img {
        max-height: 300px;
    }
    .slides4-img {
        height: 300px;
    }
}

.slides4-item {
    text-align: center;
    padding: 30px 25px;
    transition: .3s;
}

@media(max-width: 991px) {
    .slides4-item {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

.slides4-item h6 {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    transition: .3s;
}

@media(max-width: 1260px) {
    .slides4-item h6 {
        margin-top: 40px;
    }
}

.slides4-item:hover h6 {
    bottom: 10px;
    transition: .3s;
}

.slides4 .owl-item {
    padding: 0 3px;
}

.slides4 .slides4-item {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.slides4 .owl-stage > .owl-item.active .slides4-item  {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.slides4 .owl-stage  > .owl-item.active ~ .owl-item.active .slides4-item {
    border-left: 0;
}

.slides4 .owl-item.active.cloned .slides4-item {
    border-left: 0;
}

@media(max-width: 479px) {
    .slides4 .slides4-item {
        border: 0 !important;
    }
}

.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media(max-width: 767px) {
    .carousel-nav {
        justify-content: center;
    }
}
