/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 21:25:33 */
@media (max-width: 768px) {
  .animated,
  .fadeInLeft,
  .fadeInUp,
  .fadeInRight,
  .delay-100ms,
  .slower,
  .custom-delay-0,
  .custom-delay-1,
  .custom-delay-2,
  .custom-delay-3,
  .custom-delay-4,
  .custom-delay-5 {
    animation: none !important;
    animation-name: none !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    animation-fill-mode: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    will-change: auto !important;
  }
}
