Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/inc/sections/contact-info.php

<?php
	$data = indobi_el()->merge_options([
        
      'service_section_var' => [],					
      'text_heading' => [],			
      'shortcode' => [],	
   ], $data);
?>


<!-- contact-area -->
<section id="contact" class="contact-area after-none contact-bg pt-120 pb-120 p-relative fix">
    <div class="container">

        <div class="row justify-content-center align-items-center">

             <div class="col-lg-4 order-1">

                <div class="contact-info">
                     <?php $i = 0; ?>
                        <?php foreach ((array) $data['service_section_var'] as $service_var): $i++; ?>
                      <div class="single-cta pb-30 mb-30 wow fadeInUp animated" data-animation="fadeInDown animated" data-delay=".2s">
                            <div class="f-cta-icon">
                               <i class="<?php echo esc_html($service_var['icon'])?>"></i>
                            </div>
                             <h5><?php echo html_entity_decode($service_var['text'])?></h5>
                                 <?php echo html_entity_decode($service_var['content'])?>
                        </div>
                      <?php endforeach ?> 
                    
                    </div>							
            </div>
            <div class="col-lg-8 order-2">
                <div class="contact-bg02">
                    <div class="section-title center-align">
                        <h2>
                          <?php echo html_entity_decode ($data['text_heading']) ?>
                        </h2>
                    </div>  
                    <div class="contact-form mt-30">
                        <?php echo html_entity_decode ($data['shortcode']) ?>     
                    </div>
                </div>    

            </div>
        </div>

    </div>

</section>
<!-- contact-area-end -->
Back to Directory File Manager