.section-slider {
    padding: 60px 0;
    background: #1a4475;
    background: linear-gradient(130deg, #011329, #1162a752, #0c356a, #112842, #1162a79c), linear-gradient(30deg, #1162a7, #06367c, #2274ba, #000000);
    background: #dfe6ef;

}
@media (max-width:1180px) {
    .section-slider {
        padding: 0;
    }
}

.content-slider {
    width: 100%;
    max-width: 1180px;
    position: relative;
    justify-self: center;
}

.content-slider .img-placeholder {
    min-height: 100%;
}

.content-slider .swiper-services-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
    z-index: 10;
    height: 8px;
}
.content-slider .swiper-services-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
    /* background: #1a4475; */
    background: #1a6fb5;
    background: #607D8B;
    background: #1a4475;
}

.content-slider .swiper-button-prev,
.content-slider .swiper-button-next {
    background: #000000c7;
    background: #607D8B;
    padding: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: white;
}