';
$welcomettl = get_theme_mod('wel-section-ttl',true);
if( $welcomettl != '' ){
echo '';
}
echo '
';
}
/**********
* Homepage Service boxees Section
**********/
$hidewelcome = get_theme_mod('hide_ser_section','1');
if( $hidewelcome == '' ){
echo ''.esc_html( get_theme_mod('wel-section-ttl',true )).'
';
for( $wel = 1; $wel<4; $wel++ ) {
if( get_theme_mod( 'wel-setting'.$wel,true ) !='' ){
$wel_query = new WP_Query(array('page_id' => get_theme_mod('wel-setting'.$wel)));
while( $wel_query->have_posts() ) : $wel_query->the_post();
echo '';
endwhile;
}
}
echo '
';
$servicettl = get_theme_mod('ser-section-ttl',true);
if( $servicettl != '' ){
echo '';
}
echo '
'.esc_html( get_theme_mod('ser-section-ttl',true )).'
';
for( $ser = 1; $ser<4; $ser++ ) {
if( get_theme_mod( 'ser-setting'.$ser,true ) !='' ){
$ser_query = new WP_Query(array('page_id' => get_theme_mod('ser-setting'.$ser)));
while( $ser_query->have_posts() ) : $ser_query->the_post();
echo '';
endwhile;
}
}
echo '