(function ($) { "use strict"; /*---------------------------- jQuery MeanMenu ------------------------------ */ jQuery('nav#dropdown').meanmenu(); /*---------------------------- wow js active ------------------------------ */ new WOW().init(); /*---------------------------- Practice Area ------------------------------ */ $(".practice-section").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 5, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,5], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- Happy Client Area ------------------------------ */ $(".client-section").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,3], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- Our Attorney ------------------------------ */ $(".our-attorney").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:true, navigation:false, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,3], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- Partner Logo ------------------------------ */ $(".client-logo").owlCarousel({ autoPlay: true, slideSpeed:2000, pagination:false, navigation:false, items : 7, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,5], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- Service Section Area ------------------------------ */ $(".service-section").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 5, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,5], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1], }); /*---------------------------- Testimonial Section Area ------------------------------ */ $(".testimonial").owlCarousel({ autoPlay: true, slideSpeed:2000, pagination:true, navigation:false, items : 1, /* transitionStyle : "fade", */ /* [This code for animation ] */ navigationText:["",""], itemsDesktop : [1199,1], itemsDesktopSmall : [980,1], itemsTablet: [768,1], itemsMobile : [479,1], }); /*-------------------------- scrollUp ---------------------------- */ $('.scrollup').on("click",function() { $('html, body').animate({ scrollTop: 0 }, 'slow'); }); })(jQuery);