/* Swiper Custom Styles */
.custom-swiper {
	width: 100%;
	position: relative;
}

.custom-swiper .swiper{
	height: 100%;
}

.custom-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	
}

.custom-swiper .swiper-pagination {
	bottom: 20px !important;
	left: 20px !important;
	width: auto !important;
	text-align: left !important;
}

.custom-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.custom-swiper .swiper-pagination-bullet-active {
	background: #FFFFFFC7;
}

.custom-swiper .swiper-button-next,
.custom-swiper .swiper-button-prev {
	color: #007cba;
}