/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 06:08:23 */
.swiper-pagination-bullet {
	transition: 0.5s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #F35522;
	width: 40px;
	border-radius: 40px;
}

@media (max-width:425px) {
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 30px;
	}
}