/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2025 | 13:56:30 */
/* About Us Logo Carousel */

.about_us_logo_carousel .pp-logos-wrapper {
    display: flex;
    animation: marquee 45s linear infinite;
    width: max-content !important;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.about_us_logo_carousel .logo-image-wrapper img {
	width: 100%;
	margin: 0;
}

/* About Us Logo Carousel */

.about_us_info_box .pp-description-wrap {
	padding-left: 20px;
	padding-right: 20px;
}