<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="carousel slide" id="carousel-554496">
<ol class="carousel-indicators">
<li data-slide-to="0" data-target="#carousel-554496"> </li>
<li data-slide-to="1" data-target="#carousel-554496"> </li>
<li data-slide-to="2" data-target="#carousel-554496" class="active"> </li>
</ol>
<div class="carousel-inner">
<div class="carousel-item"> <img class="d-block w-100" alt="Carousel Bootstrap First" src="https://res.cloudinary.com/dxfq3iotg/image/upload/v1566561994/rest.png" />
<div class="carousel-caption">
<h4> Restaurant View </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>
</div>
</div>
<div class="carousel-item"> <img class="d-block w-100" alt="Carousel Bootstrap Second" src="https://res.cloudinary.com/dxfq3iotg/image/upload/v1566562085/rest_1.png" />
<div class="carousel-caption">
<h4> printing and typesetting </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>
</div>
</div>
<div class="carousel-item active"> <img class="d-block w-100" alt="Carousel Bootstrap Third" src="https://res.cloudinary.com/dxfq3iotg/image/upload/v1566562162/rest_2.png" />
<div class="carousel-caption">
<h4> printer took </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>
</div>
</div>
</div> <a class="carousel-control-prev" href="#carousel-554496" data-slide="prev"><span class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a> <a class="carousel-control-next" href="#carousel-554496" data-slide="next"><span class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
</div>
</div>
</div>