// lazyload default JS // window.addEventListener("load", function(event) {//images lazyload var $jq = jQuery.noConflict(); $jq(".lazyload").lazyload(); }); jQuery(document).ready(function($){ /* For owl-carousel JS */ var carousel = $('[data-owl-carousel]'); if (carousel.length) { carousel.each(function(index, el) { $(this).owlCarousel($(this).data('owl-carousel')); }); } }); //Responsive menu js jQuery(document).ready(function(){jQuery("#top-menu").aceResponsiveMenu({resizeWidth:"991",animationSpeed:"slow",accoridonExpAll:!1})});