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/tpl3.php

<div class="jw-service clearfix">
	<div class="jw-overlay">
        <div class="jws-icon-service">
            <?php if($background) echo '<img src="'.wp_get_attachment_url($background).'" atl="img-sv">';?>
            <?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>';
                
  		?>
            
        <div class="sv-meta">
        	<?php 
    
    			if($raise) echo '<span class="raise">'.esc_html($raise).'</span>';
    
    			if($raise_money) echo '<sapn class="raise_money">'.esc_html($raise_money).'</sapn>';
                
    		?>
        </div>
        </div>
        <div class="overlay-inner">
            <?php if($btn_label){?>
            <div class="buton-inner">
    		  <a class="jw-btn-link" href="<?php echo esc_url($btn_link); ?>"><?php echo esc_html($btn_label); ?></a>
              </div>
            <?php }?>
        </div>
	</div>

</div>