<?php if( have_rows('imageblock') ): while( have_rows('imageblock') ): the_row();
$imageback= get_sub_field('imageback'); ?>
<div class="page-title" style="background-image: url(<?php echo $imageback['url']; ?>);">
<?php endwhile; endif; ?>
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 page-title-container">
<?php
if ( themesflat_choose_opt( 'breadcrumb_enabled' ) == 1 ):
themesflat_breadcrumb_trail( array(
'separator' => themesflat_choose_opt('breadcrumb_separator'),
'show_browse' => true,
'labels' => array(
'browse' => get_theme_mod( 'breadcrumb_prefix', esc_html__( '', 'fo' ) ),
'home' => esc_html__( 'Home', 'fo' )
)
) );
endif;
?>