.swiper-pagination .swiper-pagination-bullet{
	background-color: $regular_accent_color_1;
}
.swiper-button-next, .swiper-button-prev{
	color: $regular_accent_color_5;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
	color: $regular_accent_color_1;
}

.footer-area .swiper-wrapper .post .inner{
	background-color: $regular_accent_color_2;
}