$(document).ready(function(){
$('.owl-carousel').owlCarousel({
loop:true,
autoplay:true,
smartSpeed:1000,
autoplayTimeout:8000,
nav:true,
tauchDrag:true,
items:1,
dots:false,
navtext:false
});
});