(function ($) { "use strict"; /*---------------------------- toogle search ------------------------------ */ // handle click on toggle search button $('.header-search').click(function() { $('.search').toggleclass('open'); return false; }); // handle click on search submit button $('#search-form input[type=submit]').click(function() { $('.search').toggleclass('open'); return true; }); // clicking outside the search form closes it $(document).click(function(event) { var target = $(event.target); if (!target.is('.header-search') && !target.closest('.search').size()) { $('.search').removeclass('open'); } }); /*---------------------------- sidebar toggle menu ------------------------------ */ $('.show-submenu').on('click', function() { $(this).parent().find('.submenu').toggleclass('submenu-active'); $(this).toggleclass('submenu-active'); return false; }); $('.show-submenu-dropdown').on('click', function() { $(this).parent().find('.submenu-dropdown').toggleclass('submenu-dropdown-active'); $(this).toggleclass('submenu-dropdown-active'); return false; }); /*---------------------------- jquery meanmenu ------------------------------ */ jquery('nav#dropdown').meanmenu(); /*---------------------------- wow js active ------------------------------ */ new wow().init(); /*---------------------------- client owl active ------------------------------ */ $(".client-owl").owlcarousel({ autoplay: false, slidespeed:2000, pagination:false, navigation:false, items : 6, /* transitionstyle : "fade", */ /* [this code for animation ] */ navigationtext:["prev","next"], itemsdesktop : [1199,5], itemsdesktopsmall : [980,4], itemstablet: [768,2], itemsmobile : [479,1], }); /*---------------------------- team owl active ------------------------------ */ $(".team-owl").owlcarousel({ autoplay: false, slidespeed:2000, pagination:false, navigation:false, items : 4, /* transitionstyle : "fade", */ /* [this code for animation ] */ navigationtext:["prev","next"], itemsdesktop : [1199,4], itemsdesktopsmall : [980,3], itemstablet: [768,2], itemsmobile : [479,1], }); /*---------------------------- testimonial owl active ------------------------------ */ $(".testimonial-owl").owlcarousel({ autoplay: false, slidespeed:2000, pagination:true, navigation:false, items : 1, /* transitionstyle : "fade", */ /* [this code for animation ] */ navigationtext:false, itemsdesktop : [1199,1], itemsdesktopsmall : [980,1], itemstablet: [768,1], itemsmobile : [479,1], }); /*---------------------------- testimonial owl active ------------------------------ */ $(".testimonial-owl-two").owlcarousel({ autoplay: false, slidespeed:2000, pagination:true, navigation:false, items : 1, navigationtext:false, itemsdesktop : [1199,1], itemsdesktopsmall : [980,1], itemstablet: [768,1], itemsmobile : [479,1], }); /*---------------------------- testimonial owl five active ------------------------------ */ $(".testimonial-owl-five").owlcarousel({ autoplay: false, slidespeed:2000, pagination:false, navigation:false, items : 1, /* transitionstyle : "fade", */ /* [this code for animation ] */ navigationtext:false, itemsdesktop : [1199,1], itemsdesktopsmall : [980,1], itemstablet: [768,1], itemsmobile : [479,1], }); /*---------------------------- blog five owl active ------------------------------ */ $(".blog-five-owl").owlcarousel({ autoplay: false, slidespeed:2000, pagination:false, navigation:false, items : 2, /* transitionstyle : "fade", */ /* [this code for animation ] */ navigationtext:false, itemsdesktop : [1199,2], itemsdesktopsmall : [980,2], itemstablet: [768,1], itemsmobile : [479,1], }); /*-------------------------- countdown ---------------------------- */ $('[data-countdown]').each(function() { var $this = $(this), finaldate = $(this).data('countdown'); $this.countdown(finaldate, function(event) { $this.html(event.strftime('