Our Achievements

Without Animation Effect

<div class="full text-center box">
<div>
<h2 class="theme-color">224+</h2>
<p>Satisfied Clients</p>
</div>
<div>
<h2 class="theme-color">620+</h2>
<p>Completed Projects</p>
</div>
<div>
<h2 class="theme-color">15</h2>
<p>Branches world wide</p>
</div>
</div>

With Animation Effect

<div class="full text-center box animate-fadeInUp">
<div>
<h2 class="theme-color">224+</h2>
<p>Satisfied Clients</p>
</div>
<div>
<h2 class="theme-color">620+</h2>
<p>Completed Projects</p>
</div>
<div>
<h2 class="theme-color">15</h2>
<p>Branches world wide</p>
</div>
</div>