/* Custom Slider CSS */
.custom-slider {
    padding: 0px;
}

.custom-slider img {
    height: 500px;
    object-fit: cover !important;
    width: 100%;
    object-position: center 30%;
}

.custom-slider .gac-section-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

.custom-slider .swiper {
    margin-bottom: 0px;
}

.custom-slider h3 {
    background-color: #0058A4;
    background-position: 260px 117px;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 20px;
    width: auto;
    position: absolute;
    top: 0px;
    color: White !important;
}

.custom-slider h3:after {
    display: none;
}

.custom-slider .swiper-button-prev {
    color: #ffffff;
    background-color: #0058A4;
    padding: 40px 20px;  
}

.custom-slider  .swiper-button-next {
    color: #ffffff;
    background-color: #0058A4;
    padding: 40px 20px;  
}

/* .custom-slider .swiper-slide:nth-child(1) img{
  object-position: center 60% !important;
}

.custom-slider .swiper-slide:nth-child(2) img{
  object-position: center 50% !important;
}

.custom-slider .swiper-slide:nth-child(3) img{
  object-position: center 40% !important;
} */