absint( $our_services ), 'post_status' => 'publish', 'posts_per_page' => absint( $theme_options['our_service_number'] ), ); $services_query = new WP_Query( $services_args ); if ( $services_query->have_posts() ) : $services_count= 1; while ( $services_query->have_posts() ) : $services_query->the_post(); ?>

absint( $why_us ), 'post_status' => 'publish' ); $why_query = new WP_Query( $why_args ); if ( $why_query->have_posts() ) : while ( $why_query->have_posts() ) : $why_query->the_post(); ?>

absint( $about ), 'post_status' => 'publish' ); $about_query = new WP_Query( $about_args ); if ( $about_query->have_posts() ) : while ( $about_query->have_posts() ) : $about_query->the_post(); ?>

absint( $our_works ), 'post_status' => 'publish', 'posts_per_page' => -1 ); $work_query = new WP_Query( $work_args ); if ( $work_query->have_posts() ) : ?>
have_posts() ) : $work_query->the_post(); ?>

absint( $our_blogs ), 'post_status' => 'publish', 'posts_per_page' => 4 ); $blog_query = new WP_Query( $blog_args ); if ( $blog_query->have_posts() ) : while ( $blog_query->have_posts() ) : $blog_query->the_post(); ?>