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

<!-- about-area -->
<section class="about-area about-p pt-120 pb-120 p-relative fix">
    <div class="container">
        <div class="row justify-content-center align-items-center">
             <div class="col-lg-6 col-md-12 col-sm-12">
                <div class="s-about-img p-relative  wow fadeInLeft animated" data-animation="fadeInLeft" data-delay=".4s">
                     <img src="<?php echo esc_url($main_img['url'])?>" alt="<?php echo esc_attr($main_img['url'])?>">  
                   <div class="about-text second-about">
                       <?php echo html_entity_decode($exp)?>                        
                    </div>
                </div>

            </div>

        <div class="col-lg-6 col-md-12 col-sm-12">
                <div class="about-content s-about-content pl-30 wow fadeInRight  animated" data-animation="fadeInRight" data-delay=".4s">
                    <div class="about-title second-title pb-25">  
                        <h2><?php echo html_entity_decode($text_heading)?></h2>                      
                    </div>
                      <?php echo html_entity_decode($desc_title)?>
                      <?php echo html_entity_decode($desc_title1)?> 
                     <div class="slider-btn mt-20">                                          
                       <a href="<?php echo esc_url($button_link['url'])?>" class="btn ss-btn"><?php echo html_entity_decode($button_text)?></a>						
                    </div>
                </div>
            </div>

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