Someone can tell me what the carousel fails to visualize well, but it does not change to the next slider in the indicator.
<!-- TESTIMONIALS -->
<section class="testimonial">
<div class="testimonial-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="carousel-testimonial" class="carousel slide" data-ride="carousel">
<!-- INDICADORES -->
<ol class="carousel-indicators">
<li data-target="#carousel-testimonial" data-slide-to="0" class="active"></li>
<li data-target="#carousel-testimonial" data-slide-to="1"></li>
<li data-target="#carousel-testimonial" data-slide-to="2"></li>
</ol>
<!--WRAPPER for SLIDES -->
<div class="carousel-inner">
<!-- ITEM 1 -->
<div class="item active text-center">
<img src="images/client-01.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Daniel</h2>
<h4><span>Sr. Software Engineer, </span>Blue Gyms</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>
<!-- ITEM 2 -->
<div class="item text-center">
<img src="images/client-02.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Raul Pole</h2>
<h4><span>Marketing Manager,</span> Risko</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>
<!-- ITEM 3 -->
<div class="item text-center">
<img src="images/client-03.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Jim So</h2>
<h4><span>Assistan Manager,</span> Gidfo</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>
</div>
</div>
</div>
</div>
</div>
</section>