/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 22:40:31 */
.sport-testimonials .testimonial-pagination a {
	display: block;
    max-width: 105px;
	width: 25%;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease;
    flex-shrink: 0;
    border-radius: 5px;
	
}


.meeting-testimonials .testimonial-pagination a {
	display: block;
    width: 105px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease;
    flex-shrink: 0;
    border-radius: 5px;
}

.sport-testimonials .testimonial-pagination a.activeSlide {
    background: linear-gradient(90deg, #2EC086 0%, #00A256 100%);
}

.meeting-testimonials .testimonial-pagination a.activeSlide {
	background: linear-gradient(90deg, rgba(248, 136, 42, 1) 0%, rgba(244, 85, 167, 1) 100%);
}

.left-align .author {
	text-align:left!important;
	padding: 1.25em 1.5em;
}