/* .swiper-wrapper{
    padding-bottom: 50px;
}
.carousel-slider .carousel-slider__item img{
    width: 100%;
    height: 360px!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
   
    background: #238ad5!important;
    padding: 10px 15px!important;
    font-size: 20px!important;
    font-weight: 600!important;
    color: #fff!important;
    border-radius: 7px!important;
}
/* .swiper-button-next{
    right: -60px!important;
}
.swiper-button-prev{
    left: -60px!important;
} 
.carousel-slider .carousel-slider__caption .title{
    margin: 0!important;
    padding: 15px!important;
    text-align: left!important;
    text-transform: uppercase!important;
    background: #ebebeb!important;
    color: #000!important;
    font-weight: 600!important;
}
.carousel-slider-outer.pagination-shape-square .swiper-pagination-bullet{
    width: 20px!important;
    height: 20px!important;
    margin: 0 2px!important;
}
.swiper-pagination-bullet-active{
    background: #238ad5!important;
} */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide .title{
    width: 100%;
    margin: 0!important;
    padding: 15px!important;
    text-align: left!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: 15px;
    display: flex;
}
.swiper-slide .title:hover{
    width: 100%;
    margin: 0!important;
    padding: 15px!important;
    text-align: left!important;
    text-transform: uppercase!important;
    color: #fff!important;
    font-weight: 700!important;
    font-size: 15px;
    display: flex;
}

.swiper-slide a {
	background-color: #ebebeb;
	transition: 0.5s;
}

.swiper-slide a:hover{
    background-color: #238ad5;
	color: #fff!important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.swiper-wrapper{
    margin-bottom: 50px;
}

.swiper-button-next{
    right: -50px!important;
    top: 45%!important;
}

.swiper-button-prev{
    left: -50px!important;
    top: 45%!important;
}
@media screen and (max-width: 1024px){
	.swiper-button-next, .swiper-button-prev{
		display: none!important;
	}
}
.swiper-button-next:after, .swiper-button-prev:after{
    background: #238ad5!important;
    padding: 10px 15px!important;
    font-size: 20px!important;
    font-weight: 600!important;
    color: #fff!important;
    border-radius: 7px!important;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
    width: 20px!important;
    height: 20px!important;
    margin: 0 2px!important;
    border-radius: 0px!important;
    background: #ebebeb!important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active{
    background: #238ad5!important;
}