$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1
}
}
});<!--<h1 class="text-center mt-2 mb-4">Owl Craousel Demo</h1>-->
<div class="owl-carousel owl-theme">
<div class="item">
<img src="https://www.apartmentguide.com/blog/wp-content/uploads/2009/09/How-To-Walk-A-Dog-In-Your-Apartment-Community-Take-Advantage-of-Nearby-Green-Spaces.jpg">
<div class="owl-text left">
<h4>Amazing Banner</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#" class="btn btn-info mr-2">Know More</a><a href="#" class="btn btn-success">Contact Us</a>
</div>
</div>
<div class="item">
<img src="https://www.petmd.com/sites/default/files/senior-golden-retriever-with-ball-picture-id488657289.jpg">
<div class="owl-text left">
<h4>Amazing Banner</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#" class="btn btn-info mr-2">Know More</a><a href="#" class="btn btn-success">Contact Us</a>
</div>
</div>
<div class="item">
<img src="https://r.hswstatic.com/w_907/gif/animal-stereotype-1.jpg">
<div class="owl-text center">
<h4>Amazing Banner</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#" class="btn btn-info mr-2">Know More</a><a href="#" class="btn btn-success">Contact Us</a>
</div>
</div>
<div class="item">
<img src="https://static.boredpanda.com/blog/wp-content/uploads/2017/01/funny-animal-selfies-fb.png">
<div class="owl-text right">
<h4>Amazing Banner</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#" class="btn btn-info mr-2">Know More</a><a href="#" class="btn btn-success">Contact Us</a>
</div>
</div>
</div>