.logo-carousel-pagination {
	text-align: center;
	margin-top: 20px;
}

.logo-carousel-pagination .swiper-pagination-bullet {
	margin: 0 7px;
	width: 20px;
	height: 6px;
	border-radius: 5px;
}

.logo-carousel-pagination .swiper-pagination-bullet-active {
	background-color: #1c1c1c;
}

.athemes-addons-logo-carousel {
	overflow: hidden;
}
.athemes-addons-logo-carousel .swiper-wrapper {
	align-items: center;
}
.athemes-addons-logo-carousel-container .swiper-button-next,
.athemes-addons-logo-carousel-container .swiper-button-prev {
	background-image: none !important;
	margin-top: -26px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
}
.athemes-addons-logo-carousel-container .swiper-button-next:after,
.athemes-addons-logo-carousel-container .swiper-button-prev:after {
	display: none;
}
.athemes-addons-logo-carousel-container .swiper-button-prev {
    left: -70px;
}
.athemes-addons-logo-carousel-container .swiper-button-next {
    right: -70px;
}
@media (max-width: 767px) {
    .athemes-addons-logo-carousel-container .swiper-button-prev {
        left: 0;
    }
    .athemes-addons-logo-carousel-container .swiper-button-next {
        right: 0;
    }
}
.athemes-addons-logo-carousel-container i,
.athemes-addons-logo-carousel-container svg {
	fill: #000;
	opacity: 1;
	transition: fill 0.2s ease-in-out;
}
.athemes-addons-logo-carousel .slide-title {
	text-align: center;
	margin-top: 10px;
}
.athemes-addons-logo-carousel .slide-image,
.athemes-addons-logo-carousel .slide-image > a {
	text-align: center;
	display: flex;
	align-items: center;
}
.athemes-addons-logo-carousel .slide-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.athemes-addons-logo-carousel .hover-image {
	visibility: hidden;
	opacity: 0;
}
.athemes-addons-logo-carousel .swiper-slide:hover .hover-image {
	visibility: visible;
	opacity: 1;
}
.athemes-addons-logo-carousel .swiper-slide:hover .hover-image-yes .carousel-image {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -9999em;
}