/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2024 | 08:42:29 */
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-40px,0,0)}
	to{opacity:1;transform:none}}.
fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInRight{from{opacity:0;transform:translate3d(40px,0,0)}
	to{opacity:1;transform:none}}
.fadeInRight{animation-name:fadeInRight}