$category,
'posts_per_page' => -1
);
$count_service = 0;
$query = new WP_Query( $args );
if ( $query->have_posts() ):
$i = 0;
while ( $query->have_posts() ): $query->the_post();
$i = $i + 0.25;
$count_service++;
$service_class = ($count_service % 2 == 0) ? "even wow fadeInRight" : "odd wow fadeInLeft";
?>