Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/service_box/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/framework/shortcodes/service_box/tpl1.php

<div class="jw-service <?php echo esc_attr($icon_position);?> clearfix">

	<?php echo wp_get_attachment_image( $background, 'full' ); ?>

	<div class="jw-overlay">
        <div class="jws-icon-service">
            <?php if($icon) echo '<i class="'.esc_attr($icon).'"></i>';?>
        </div>
        <div class="jws-content-service">
    		<?php 
    
    			if($title) echo '<h6 class="jw-title">'.esc_html($title).'</h6>';
    
    			if($desc) echo '<p>'.esc_html($desc).'</p>';
    
    		?>
            <?php if($btn_label){?>
    		  <a class="jw-btn-link" href="<?php echo esc_url($btn_link); ?>"><?php echo esc_html($btn_label); ?></a>
            <?php }?>
        </div>
	</div>

</div>