<html>
<?php
	$data = luxia_el()->merge_options([
        
    'service_section_var' => [],
    'text_heading' => [],
    'symbol_img' => [],
    'main_img' => [],
    'mov_img' => [],
    'box_img' => [],
    'num' => [],
    'text' => [],
    'num1' => [],
    'text1' => [],
        
        
       ], $data);
?>




<!-- client-area -->


<section id="client" class="about-area about-p pt-120 pb-120 p-relative">
<div class="container">
<div class="row align-items-center">                                                
<div class="col-lg-6 col-md-12 col-sm-12">
        <div class="about-content s-about-content">
            <div class="about-title second-atitle pb-40">    
                <h2><?php echo html_entity_decode ( $data['text_heading'])?></h2>
                 <span class="line"> <img src="<?php echo esc_url( $data ['symbol_img']['url'] ) ?>" alt="<?php echo esc_url( $data ['symbol_img']['url'] ) ?>"></span>
                <?php echo html_entity_decode( $data['desc'])?>
            </div>                    
            <div class="row ab-coutner text-center">
                <div class="col-lg-6 col-md-6">
                    <div class="single-counter" style="background-image: url(<?php echo esc_url ( $data ['box_img']['url'])?>); background-repeat: no-repeat;background-position: center bottom;">	
                        <div class="counter p-relative">
                            <span class="count"><?php echo html_entity_decode ($data['num'])?></span><small>+</small>                                   
                        </div>
                        <p><?php echo html_entity_decode ( $data ['text'])?></p>                                
                    </div>
                </div>
                <div class="col-lg-6 col-md-6">
                <div class="single-counter mt-30" style="background-image: url(<?php echo esc_url ( $data ['box_img']['url'])?>); background-repeat: no-repeat;background-position: center bottom;">	
                        <div class="counter p-relative">
                            <span class="count"><?php echo html_entity_decode ($data['num1'])?></span><small>+</small>                                   
                        </div>
                        <p><?php echo html_entity_decode ($data['text1'])?></p>
                    </div>
                </div>
            </div>                      
        </div>
    </div>
     <div class="col-lg-6 col-md-12 col-sm-12 pr-30">
        <div class="s-about-img p-relative">
              <img src="<?php echo esc_url( $data ['main_img']['url'] ) ?>" alt="<?php echo esc_url( $data ['main_img']['url'] ) ?>">   
            <div class="clinet-abimg"><img src="<?php echo esc_url( $data ['mov_img']['url'] ) ?>" alt="<?php echo esc_url( $data ['mov_img']['url'] ) ?>">  </div>
        </div>

    </div>

</div>
</div>
</section>



<!-- client-area-end -->
