File: /var/www/html/qcr24/wp-content/themes/syscentric/single-service.php
<?php
get_header();
?>
<?php
// Start the loop.
while ( have_posts() ) : the_post();
?>
<section class="space-pb">
<div class="container">
<div class="row d-lg-flex align-items-center justify-content-center pb-4 pb-md-5 mt-4">
<div class="col-12 mb-5">
<!--<h2 class="mb-3">expertise across various technologies</h2>-->
<h5><?php echo get_field('service_title'); ?></h5>
</div>
</div>
<div class="row">
<?php if( have_rows('feature_list') ): ?>
<?php while( have_rows('feature_list') ): the_row();
$feature_image = get_sub_field('feature_image');
$feature_title = get_sub_field('feature_title');
$feature_content_first_paragraph = get_sub_field('feature_content_first_paragraph');
$feature_content_second_paragraph = get_sub_field('feature_content_second_paragraph');
?>
<div class="<?php echo get_field('feature_colomn_class'); ?> mb-4 mb-lg-0">
<div class="feature-info feature-info-style-07">
<div class="feature-info-img">
<img class="img-fluid" src="<?php echo $feature_image; ?>" alt="">
</div>
<div class="feature-info-content">
<h4 class="feature-info-title"><?php echo $feature_title; ?></h4>
<p><?php echo $feature_content_first_paragraph; ?></p>
<p><?php echo $feature_content_second_paragraph; ?></p>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</section>
<!--=================================
Technologies -->
<section class="space-ptb bg-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center">
<h2 class="text-white"><span class="text-primary">Our Expertise -</span> <?php echo get_field('expertise_section_title'); ?></h2>
<p class="text-white"><?php echo get_field('expertise_section_content'); ?></p>
</div>
</div>
</div>
<div class="row justify-content-center">
<?php if( have_rows('expertise_list') ): ?>
<?php while( have_rows('expertise_list') ): the_row();
$expertise_image = get_sub_field('expertise_image');
$expertise_title = get_sub_field('expertise_title');
?>
<div class="col-lg-3 col-md-6 text-center mb-4">
<div class="p-2 d-inline-block border-radius bg-overlay-white-10 p-3 pt-5 h-100">
<img class="img-fluid center-block mx-auto w-25" src="<?php echo $expertise_image; ?>" alt="">
<h5 class="mb-4 mt-3 text-white"><?php echo $expertise_title; ?></h5>
<ul class="list-inline mb-0">
<?php
// Loop over sub repeater rows.
if( have_rows('expertise_list_points') ):
while( have_rows('expertise_list_points') ) : the_row();
// Get sub value.
$expertise_points = get_sub_field('expertise_points');
?>
<li class="list-inline-item text-white"> - <?php echo $expertise_points; ?></li>
<?php
endwhile;
endif;
?>
</ul>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</section>
<!--=================================
Technologies -->
<section class="space-pb">
<div class="container">
<div class="row justify-content-center mt-4">
<div class="col-lg-9">
<div class="section-title text-center">
<h2><?php echo get_field('hiring_process_section_title'); ?></h2>
<p><?php echo get_field('hiring_process_section_content'); ?></p>
</div>
</div>
</div>
<div class="row">
<?php if( have_rows('hiring_process_list') ): ?>
<?php while( have_rows('hiring_process_list') ): the_row();
$hiring_process_list_icon = get_sub_field('hiring_process_list_icon');
$hiring_process_list_title = get_sub_field('hiring_process_list_title');
$hiring_process_list_content = get_sub_field('hiring_process_list_content');
?>
<div class="col-md-3 mb-4 mb-md-0">
<div class="feature-info feature-info-style-05 text-center">
<div class="feature-info-icon">
<?php echo $hiring_process_list_icon; ?>
</div>
<div class="feature-info-content">
<h5 class="mb-3 feature-info-title"><?php echo $hiring_process_list_title; ?></h5>
<p class="mb-0"><?php echo $hiring_process_list_content; ?></p>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
<div class="row mt-2 mt-md-5">
<div class="col-12 d-md-flex justify-content-center align-items-center text-center">
<p class="mb-3 mb-md-0 mx-0 mx-md-3">Our Managed IT services will help you succeed.</p>
<a href="pricing.html" class="btn btn-primary-round btn-round mx-0 mx-md-3">Let’s Get Started<i class="fas fa-arrow-right pl-3"></i></a>
</div>
</div>
</div>
</section>
<!--=================================
Counter -->
<section class="py-4 bg-transparant border">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="counter counter-02">
<div class="counter-icon align-self-center">
<?php echo get_field('happy_clients_imoji', 15); ?>
</div>
<div class="counter-content align-self-center">
<span class="timer" data-to="<?php echo get_field('happy_clients_count', 15); ?>" data-speed="10000"><?php echo get_field('happy_clients_count', 15); ?></span>
<label><?php echo get_field('happy_clients_title', 15); ?></label>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="counter counter-02">
<div class="counter-icon">
<?php echo get_field('skilled_experts_imoji', 15); ?>
</div>
<div class="counter-content">
<span class="timer" data-to="<?php echo get_field('skilled_experts_count', 15); ?>" data-speed="10000"><?php echo get_field('skilled_experts_count', 15); ?></span>
<label><?php echo get_field('skilled_experts_title', 15); ?></label>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="counter counter-02">
<div class="counter-icon">
<?php echo get_field('finished_projects_imoji', 15); ?>
</div>
<div class="counter-content">
<span class="timer" data-to="<?php echo get_field('finished_projects_count', 15); ?>" data-speed="10000"><?php echo get_field('finished_projects_count', 15); ?></span>
<label><?php echo get_field('finished_projects_title', 15); ?></label>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="counter counter-02">
<div class="counter-icon">
<?php echo get_field('repeat_customers_imoji', 15); ?>
</div>
<div class="counter-content">
<div class="d-flex"><span class="timer" data-to="<?php echo get_field('repeat_customers_count', 15); ?>" data-speed="10000"><?php echo get_field('repeat_customers_count', 15); ?></span> <span class="h2 ml-2 mb-0 text-white">%</span></div>
<label><?php echo get_field('repeat_customers_title', 15); ?></label>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================================
Counter -->
<?php
// End of the loop.
endwhile;
?>
<?php
get_footer();
?>