:root{
	--swiper-theme-color: #95c1ce;
	--swiper-navigation-size: 25px;
}

.swiper-button-next, .swiper-button-prev {
	padding:25px;
	background:#fff;
	opacity:.8;
	border-radius:50%;
}

.swiper-pagination-bullet-active{
	background:#000;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper{
	list-style:none;
	padding:0;
	margin:0;
}

	
