// lazyload default JS // //window.addEventListener("load", function(event) { //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')); }); } /* For Swiper JS */ var swiper_carousel = $('[data-swiper-carousel]'); if (swiper_carousel.length) { swiper_carousel.each(function(index, el) { new Swiper($(this), $(this).data('swiper-carousel') ); }); } }); /*---------------testimonials--------*/ /*jQuery('.fs-testimonial-carousal').owlCarousel({ loop:true, margin:0, nav:false, autoplay: true, autoplayTimeout: 3000, autoplayHoverPause: true, checkVisible: false, animateOut: 'fadeOut', animateIn: 'fadeIn', responsive:{ 0:{ items:1 }, 600:{ items:2 }, 1000:{ items:2 } } })*/ /*-----------------------------------*/ //Responsive menu js jQuery(document).ready(function(){jQuery("#top-menu").aceResponsiveMenu({resizeWidth:"991",animationSpeed:"slow",accoridonExpAll:!1})});