
PK 
!(function (e) {
"use strict";
/*e(document).ready(function () {
function o() {
e(window).width() > 992
? e(".navbar .dropdown")
.on("mouseover", function () {
e(".dropdown-toggle", this).trigger("click");
})
.on("mouseout", function () {
e(".dropdown-toggle", this).trigger("click").blur();
})
: e(".navbar .dropdown").off("mouseover").off("mouseout");
}
o(), e(window).resize(o);
}),*/
e(window).scroll(function () {
e(this).scrollTop() > 100 ? e(".back-to-top").fadeIn("slow") : e(".back-to-top").fadeOut("slow");
}),
e(".back-to-top").click(function () {
return e("html, body").animate({ scrollTop: 0 }, 1500, "easeInOutExpo"), !1;
}),
e("#date").datetimepicker({ format: "L" }),
e("#time").datetimepicker({ format: "LT" }),
e(".service-carousel").owlCarousel({
autoplay: !0,
smartSpeed: 1500,
margin: 30,
dots: !1,
loop: !0,
nav: !0,
navText: ['<i class="fa fa-angle-left" aria-hidden="true"></i>', '<i class="fa fa-angle-right" aria-hidden="true"></i>'],
responsive: { 0: { items: 1 }, 576: { items: 1 }, 768: { items: 2 }, 992: { items: 3 } },
}),
e(".team-carousel").owlCarousel({
autoplay: !0,
smartSpeed: 1500,
margin: 30,
dots: !1,
loop: !0,
nav: !0,
navText: ['<i class="fa fa-angle-left" aria-hidden="true"></i>', '<i class="fa fa-angle-right" aria-hidden="true"></i>'],
responsive: { 0: { items: 1 }, 576: { items: 2 }, 768: { items: 3 }, 992: { items: 3 } },
}),
e(".testimonial-carousel").owlCarousel({ center: !0, autoplay: !0, smartSpeed: 1e3, margin: 30, dots: !0, loop: !0, responsive: { 0: { items: 1 }, 576: { items: 1 }, 768: { items: 2 }, 992: { items: 3 } } });
})(jQuery);


PK 99