.swiper-navBtn{
	color: #d8d8d8 !important;
/*	transition: color 0.3s ease;*/
}
.swiper-navBtn:hover{
	color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
	font-size: 20px;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0;
}
.swiper-pagination-bullet{
	background-color: #6E93f7;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #4070F4;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	transform: translate(-50%,-130%) !important;
	padding: 5px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,13px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,13px));
}
.swiper-pagination-bullet {
	background-color: #c3c3c3;
}
.swiper-pagination-bullet-active {
	background-color: #982801;
	border: 2px solid #fff;
	outline: 2px solid #982801;
}
.partner_logo {
	box-shadow: 0 0 40px 20px #f4f4f4 !important;
    border-radius: 50%;
    margin-bottom: 20px;
}
.slide-content-partner > .swiper-wrapper {
	height: 75% !important;
}
.slide-container-partner .swiper-button-next, .slide-container-partner .swiper-button-prev {
	top: 35% !important;
}