UPDATE:
Disable the effect addon and comment the JS code line 31-56 in this file: /templates/ja_seven/js/template.js
// DrawSVG
var t4SVG = jQuery('.t4-svg-effect svg').drawsvg({
duration: 2000
});
var t4AosSVG = jQuery('.t4-svg-aos-effect svg').drawsvg({
duration: 2000
});
jQuery('.t4-svg-effect svg').drawsvg('animate');
// AOS Effect
jQuery('.t4-section,.sticky-content > div').attr('data-aos','');
AOS.init({
duration: 1500,
once: true,
disable: function() {
var maxWidth = 992;
return window.innerWidth < maxWidth;
}
});
document.addEventListener('aos:in', ({ detail }) => {
t4AosSVG.drawsvg('animate');
});
I updated for your site and it's working now.