'; echo '
'; echo '
'; echo '
'; echo '

'; echo esc_html( $pixova_lite_section_title ); echo '

'; echo '
'.esc_html( $pixova_lite_section_sub_title ).'
'; echo '
'; echo '
'; echo '
'; if(isset($pixova_lite_section_text_block) && !empty($pixova_lite_section_text_block)) { echo '

'; echo wp_kses( $pixova_lite_section_text_block, array( 'a' => array( 'href' => array(), 'title' => array() ), 'img' => array( 'alt' => array(), 'title' => array(), 'src' => array(), 'class' => array(), 'id' => array() ), 'br' => array(), 'em' => array(), 'strong' => array(), ) ); echo '

'; } if( isset( $pixova_lite_section_text_blockquote ) && !empty( $pixova_lite_section_text_blockquote) ) { echo '
'; echo '

'; echo wp_kses( $pixova_lite_section_text_blockquote, array( 'a' => array( 'href' => array(), 'title' => array() ), 'img' => array( 'alt' => array(), 'title' => array(), 'src' => array(), 'class' => array(), 'id' => array() ), 'br' => array(), 'em' => array(), 'strong' => array(), ) ); echo '

'; echo '
'; } echo '
'; if(isset($pixova_lite_section_1_chart_percentage) && is_numeric( $pixova_lite_section_1_chart_percentage) ) { echo '
'; echo '
'; echo'
'; echo esc_html( $pixova_lite_section_1_chart_percentage ).'%'; echo'
'; echo '
'; if( isset( $pixova_lite_section_1_chart_heading ) ) { echo '

'; echo esc_html( $pixova_lite_section_1_chart_heading ); echo '

'; } echo '
'; } if(isset($pixova_lite_section_2_chart_percentage) && is_numeric( $pixova_lite_section_2_chart_percentage) ) { echo '
'; echo '
'; echo'
'; echo esc_html( $pixova_lite_section_2_chart_percentage ).'%'; echo'
'; echo '
'; if( isset( $pixova_lite_section_2_chart_heading ) ) { echo '

'; echo esc_html( $pixova_lite_section_2_chart_heading ); echo '

'; } echo '
'; } if(isset($pixova_lite_section_3_chart_percentage) && is_numeric( $pixova_lite_section_3_chart_percentage) ) { echo '
'; echo '
'; echo'
'; echo esc_html( $pixova_lite_section_3_chart_percentage ).'%'; echo'
'; echo '
'; if( isset( $pixova_lite_section_3_chart_heading ) ) { echo '

'; echo esc_html( $pixova_lite_section_3_chart_heading ); echo '

'; } echo '
'; } if(isset($pixova_lite_section_4_chart_percentage) && is_numeric( $pixova_lite_section_4_chart_percentage) ) { echo '
'; echo '
'; echo'
'; echo esc_html( $pixova_lite_section_4_chart_percentage ).'%'; echo'
'; echo '
'; if( isset( $pixova_lite_section_4_chart_heading ) ) { echo '

'; echo esc_html( $pixova_lite_section_4_chart_heading ); echo '

'; } echo '
'; } echo '
'; echo '
'; echo '
'; echo '
'; echo '';