{Theme} comes with easy to customize Counter
You can add it anywhere you want with simple HTML markup:
| 
					 1  | 
						<span class="ct-iconBox-counter ct-js-counter" data-ct-to="2135" data-ct-speed="5000">2 135</span>  | 
					
You can also relate the counter to IconBox with the following markup:
| 
					 1 2 3 4 5 6 7 8 9 10 11  | 
						<div class="ct-iconBox ct-iconBox--type2 ct-iconBox--primary">    <div class="ct-iconBox-icon">         <i class="fa fa-fw fa-camera"></i>     </div>      <div class="ct-iconBox-content">         <span class="ct-iconBox-counter ct-js-counter" data-ct-to="2135" data-ct-speed="5000">2 135</span>         <p class="ct-iconBox-description text-uppercase ct-fw-600">             taken pictures        </p>    </div> </div>  | 
					
                