// Sticky Menu Js // jQuery(window).on("scroll", function(a) { 100 < jQuery(window).scrollTop() ? jQuery("#fs-main-navbar").addClass("affix") : jQuery("#fs-main-navbar").removeClass("affix") }); // Slideshow Carousel JS jQuery('.fs-slideshow-carousel').owlCarousel({ loop:true, items:1, dots:true, nav:true, smartSpeed: 1000, }) //testimonail carousel jQuery('.fs-testimonail-carousel').owlCarousel({ loop:true, margin:10, items:1, thumbs:true, autoplay: true, nav:false, dots:true, thumbsPrerendered: true, smartSpeed: 1000 }) // Brand Carousel JS jQuery('.fs-brand-carousel').owlCarousel({ loop:true, items:4, margin:30, autoplay: true, dots:false, nav:false, smartSpeed: 1000, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:4 } } }) // Counter js // function startCounter(){var e,t,r;0e+t-r&&(jQuery(window).off("scroll",startCounter),jQuery(".counter-number").each(function(){var e=jQuery(this);jQuery({Counter:0}).animate({Counter:e.text()},{duration:6e3,easing:"swing",step:function(){e.text(Math.ceil(this.Counter)+"")}})})))}jQuery(window).scroll(startCounter); // Wow js jQuery(document).ready(function($){wow = new WOW({boxClass:'wow', animateClass: 'animated',offset: 0, mobile: true,live:true});wow.init();}); // Scroll top js var scrollTrigger,backToTop;jQuery("#scroll-to-top").length&&(scrollTrigger=100,(backToTop=function(){var o=jQuery(window).scrollTop();scrollTrigger