/** * The template for displaying all pages. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ if(flatsome_option('pages_template') != 'default') { // Get default template from theme options. get_template_part('page', flatsome_option('pages_template')); return; } else { get_header(); do_action( 'flatsome_before_page' ); ?> class="content-area page-wrapper" role="main">

Donate Online

Please use the form below to submit your donations to the Roshni Helpline. After submitting the details, you will be redirected to a payment gateway for payment processing. 

do_action( 'flatsome_after_page' ); get_footer(); } ?>