.clients-list-swiper-list-wrapper {
	position: relative;
}

.clients-list-swiper-list-wrapper::before,
.clients-list-swiper-list-wrapper::after {
	content: '';
	background: #fffffffc;
	position: absolute;
	top: -20%;
	bottom: 0;
	width: 100px;
	z-index: 2;
	height: 140%;
	filter: blur(10px);
}

.clients-list-swiper-list-wrapper::before {
	left: -30px;
}

.clients-list-swiper-list-wrapper::after {
	right: -30px;
}

.clients-list-swiper-list-wrapper .item-content img {
	max-width: 80%;
	margin: 0 auto;
	filter: grayscale(100%);
}

/*09. Media Query start*/
@media screen and (min-width: 992px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1199px) {}

/*Tablet*/
@media screen and (max-width: 991px) {}

/*Small Device*/
@media screen and (max-width: 767px) {}

/*Mobile Device*/
@media screen and (max-width: 640px) {}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

/*09. Media Query end*/