function init() { window.addEventListener("scroll", function(e) { var s; (window.pageYOffset || document.documentElement.scrollTop) > (shrinkOn = 5) ? $("header").addClass("shrink"): $("header").removeClass("shrink") }) } $(".menuIcon, .navbar-header-backdrop").click(function() { $(".navbar-header").toggleClass("navbar-header-opened"), $("body").toggleClass("nav-opened") }), window.onload = init(), $(".banner-slider").owlCarousel({ loop: true, autoplay:true, responsiveClass: !0, nav: !1, dots: !0, items: 1 }), $(".concepts-slider").owlCarousel({ loop: true, autoplay:true, responsiveClass: !0, nav: !1, dots: !1, autoHeight: !1, responsive: { 0: { items: 1 }, 767: { items: 2, margin: 10 }, 1e3: { items: 3, margin: 10 }, 1200: { items: 3, margin: 50 } } }), $(".testimonial-outer").owlCarousel({ loop: true, autoplay:true, responsiveClass: !0, nav: !1, dots: !0, autoHeight: !1, responsive: { 0: { items: 1, margin: 15 }, 767: { items: 2, margin: 15 }, 1e3: { items: 2, margin: 40 } } }), $(".blog-carousel").owlCarousel({ loop: true, autoplay:true, responsiveClass: !0, nav: !0, dots: !1, autoHeight: !1, responsive: { 0: { items: 1, margin: 15 }, 767: { items: 2, margin: 15 }, 1e3: { items: 3, margin: 40 } } }), $(".brand-slider").owlCarousel({ loop: true, autoplay:true, responsiveClass: !0, nav: !1, autoplay: !0, autoplayTimeout: 2e3, autoplayHoverPause: !0, dots: !1, margin: 40, autoHeight: !1, responsive: { 0: { items: 3 }, 767: { items: 4 }, 1e3: { items: 5 } } });