/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2024 | 17:55:02 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2024 | 08:57:11 */
.logo-section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.logo-animation {
    overflow: hidden;
    height: 150px; /* Adjust height based on your logo image size */
    position: relative;
	 
}

.logo-wrap {
    display: flex;
   	animation: slide-up 6s infinite linear;
    justify-content: space-between;
    padding: 20px 0;
}

@keyframes slide-up {
    0% {
        transform: translateY(1%);
    }
    100% {
        transform: translateY(-288%);
    }
}

.logo-img {
    margin: 10px 0; /* Adjust spacing between logos if needed */
}

.logo-img img {
    max-width: 100%; /* Ensure the image fits its container */
    display: block;
}
.help-section ul.eael-tab-inline-icon > li>span {
    max-width: 340px;
    margin: 0 auto;
    display: block;
    min-width: 210px;
}

.help-section ul.eael-tab-inline-icon {
    margin-bottom: 25px;
}
body.page .elementor-flip-box__layer.elementor-flip-box__front {
	box-shadow: 0px 4px 24px 0px #0000001A;

}
@media (max-width: 767px){
	.logo-section {
		padding: 20px 0;
	}
	.logo-animation {
    	height: 100px;
	}
	.logo-wrap {
    	padding: 10px 0;
	}
	.help-section ul.eael-tab-inline-icon > li>span {
		max-width: 100px;
		min-width: 90px;
		padding: 0px 0px;
		margin: 0 auto !important;
	}
	.elementor-testimonial__text:after ,
	.elementor-testimonial__text:before{
		width: 30px;
		height: 30px;
		background-size: 24px;
	}
	.swiper-slide .elementor-testimonial__title{
        margin-left: 10px;
	}
	.help-section ul.eael-tab-inline-icon {
		margin-bottom: 0;
	}
}