<?php $count=1;  $index_query = new WP_Query(array( 'post_type' => 'our_services', 'posts_per_page' => -1,'order'=>'ASC' )); ?>
   <?php while ($index_query->have_posts()) : $index_query->the_post(); ?>