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

<!-- about-area -->
<section class="about-area about-p pt-120 pb-200 p-relative fix" style="background-image: url(<?php echo esc_url($main_img['url'])?>); background-size: cover;">
    <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="about-content2 pr-30 s-about-content  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>
            </div>
            <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($icon_image['url'])?>" alt="<?php echo esc_attr($icon_image['url'])?>">
                </div>

            </div>

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