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

<!-- about-area -->
    <section id="about" class="about-area about-p pt-90 pb-120 p-relative" style="background: url(<?php echo esc_url($about_backgrund_images['url'])?>) no-repeat; background-position: left center;">
        <div class="container">
            <div class="row align-items-center">
                 <div class="col-lg-6 col-md-12 col-sm-12">
                   <ul class="progress-outer mt-30">
                       <?php echo html_entity_decode($desc_title)?>
                    </ul>
                </div>

            <div class="col-lg-6 col-md-12 col-sm-12">
                    <div class="about-content s-about-content pl-30">
                        <div class="about-title second-title pb-25">  
                            <h2><?php echo html_entity_decode($text_heading)?></h2>       
                        </div>
                        <?php echo html_entity_decode($desc_title1)?> 
                    </div>
                </div>

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