/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2023 | 06:36:34 */
.ct-testimonial-slider .swiper-wrapper{
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}
.ct-testimonial-slider .elementor-carousel-image {
	border: 3px solid #7295fc;
	border-radius: 200px;
	background: #7295fc;
	background-size: cover!important;
}
@media only screen and (min-width: 1025px) {
	.ct-testimonial-slider:before {
		content: '';
		position: absolute;
		z-index: 2;
		width: 10%;
		height: 100%;
		display: flex;
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 80%) 30%, rgba(255,255,255,0) 100%)
	}
	.ct-testimonial-slider:after {
		content: '';
		position: absolute;
		z-index: 2;
		width: 10%;
		right: 0;
		height: 100%;
		top: 0;
		display: flex;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 80%) 70%, rgba(255,255,255,1) 100%);
	}
}
