/* Custom Stylesheet for the public pages
** of JetEngine Listing Swiper Pro */

.swiper .swiper-slide{
	margin-top: 0 !important;
}

/* Arrow Navigation */
.swiper .swiper-arrownav{ 
	font-family: swiper-icons; 
	width: auto;
	height: auto;
	transition: all 0.3s ease;
}
.swiper .swiper-arrownav.swiper-button-prev{
	transform: rotate(180deg);
}
.swiper .swiper-arrownav:after{ content: ''; }

/* Dot Navigation */
.swiper .swiper-pagination-bullets .swiper-pagination-bullet{
	opacity: 1;
	transition: all 0.3s ease;
}
