(function($) { $(document).ready(function () { $('.service-slider').owlCarousel({ loop: true, margin: 25, dots: false, autoplay: true, responsive: { 0: { items: 1 }, 640: { items: 2 }, 1280: { items: 3 }, 1400: { items: 4 } } }); $('.portfolio-slider').owlCarousel({ loop: true, dots: false, autoplay: true, responsive: { 0: { items: 1 }, 568: { items: 1 }, 767: { items: 2 }, 990: { items: 3 }, 1280: { items: 3, margin: 20 }, 1400: { items: 4, margin: 50 } } }); $('.blog-slider').owlCarousel({ loop: true, margin: 30, autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 640: { items: 1 }, 990: { items: 2 }, 1140: { items: 2 } } }); $('.testimonials-slider').owlCarousel({ loop: true, margin: 35, autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 640: { items: 1 }, 990: { items: 1 }, 1140: { items: 2 } } }); $('.blog-slider-2').owlCarousel({ loop: true, margin: 50, autoplay: true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 640: { items: 2 }, 990: { items: 3 }, 1140: { items: 3 }, 1400: { items: 4 } } }); $('.client').owlCarousel({ loop: true, margin: 50, dots: false, autoplay: true, responsive: { 0: { items: 2 }, 480: { items: 2 }, 640: { items: 3 }, 990: { items: 4 }, 1140: { items: 5 }, 1400: { items: 6 } } }); $('.owl-main').owlCarousel({ loop: true, margin: 0, animateOut: 'fadeOut', animateIn: 'fadeIn', autoplay: true, autoplayTimeout: 7000, autoplayHoverPause: false, responsive: { 320: { items: 1 }, 1920: { items: 1 } } }); }); })( jQuery );