// Home 1 Testimonial
jQuery(document).ready(function() {
  var owl = jQuery('.testimonial-con .owl-carousel');
  owl.owlCarousel({
      margin: 30,
      nav: true,
      loop: true,
      dots: false,
      autoplay: false,
      autoplayTimeout: 4500,
      responsive: {
          0: {
              items: 1
          },
          576: {
              items: 1
          },
          992: {
              items: 1
          }
      }
  })
})
// Home 1 Case Studies
jQuery(document).ready(function () {
  var owl = jQuery('.article-con .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: false,
        loop: true,
        dots: true,
        autoplay: false,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1,
                dotsEach:1
            },
            576: {
                items: 2,
                dotsEach:1
            },
            992: {
                items: 3,
                dotsEach:1
            }
        }
    })
})

// Home 2 Testimonial
jQuery(document).ready(function() {
  var owl = jQuery('.case-con .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: false,
        loop: true,
        dots: true,
        autoplay: false,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1,
                dotsEach:1
            },
            576: {
                items: 2,
                dotsEach:1
            },
            992: {
                items: 4,
                dotsEach:1
            },
            1200: {
                items: 5,
                dotsEach:1
            }
        }
    })
})

// Home 3 Testimonial
jQuery(document).ready(function() {
  var owl = jQuery('.banner-con .banner_content .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: false,
        loop: true,
        dots: true,
        autoplay: true,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1
            },
            576: {
                items: 1
            },
            992: {
                items: 1
            }
        }
    })
})
jQuery(document).ready(function () {
    var owl = jQuery('.legal_situation_portfolio .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: false,
        loop: true,
        dots: true,
        autoplay: false,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1
            },
            576: {
                items: 2
            },
            992: {
                items: 3
            }
        }
    })
})
jQuery(document).ready(function($){
    var owl = jQuery('.expertise-con .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: false,
        loop: true,
        dots: true,
        autoplay: false,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1
            },
            576: {
                items: 2
            },
            992: {
                items: 3
            }
        }
    })
});
jQuery(document).ready(function($){
    var owl = jQuery('.faq_testimonial-con .owl-carousel');
    owl.owlCarousel({
        margin: 30,
        nav: true,
        loop: true,
        dots: false,
        autoplay: true,
        autoplayTimeout: 4500,
        responsive: {
            0: {
                items: 1
            },
            576: {
                items: 1
            },
            992: {
                items: 1
            }
        }
    })
});