<html>
<?php
	$data = luxia_el()->merge_options([
			'service_section_var' => [],			
			'text-paroller2' => [],			
			'line_image' => [],			
			'title' => [],			
			'sub_title' => [],			
			'des' => [],			
			'main_image' => [],			
			
	
		], $data);
?>





<!-- features-area -->
            <section id="graph" class="features-area pt-90 pb-70">
                <div class="container">
          
                    <div class="row align-items-center">
                        <div class="col-lg-6 col-md-6">
                            <div class="section-title cta-title  mb-20">   
                                 <h5><span class="line"> <img src="<?php echo esc_url( $data['line_image']['url'] ) ?>" alt="<?php echo esc_url( $data['line_image']['url'] ) ?>"></span>  <?php echo html_entity_decode( $data['title'] ) ?></h5>           
                                <h2><?php echo html_entity_decode( $data['sub_title'] ) ?></h2>
                            </div>
                            <?php echo html_entity_decode( $data['des'] ) ?>
                            
                           
                        </div>
                        <div class="col-lg-6 col-md-6">
                           <img src="<?php echo esc_url( $data['main_image']['url'] ) ?>" alt="<?php echo esc_url( $data['main_image']['url'] ) ?>">
                        </div>
                        
                       
						
                    </div>
                    
                </div>
            </section>
            <!-- features-area-end -->
