XylotrechusZ
<?php if ( !empty( dustrial_get_option( 'header_address' ) ) ) { ?>
<div class="h1-single-top-block text-center">
<?php if( !empty( dustrial_get_option( 'address_icon' ) ) ) { ?>
<i class="<?php echo esc_attr( dustrial_get_option( 'address_icon' ) ); ?>" aria-hidden="true"></i>
<?php } ?>
<?php if( !empty( dustrial_get_option( 'header_addtess_title' ) ) ) { ?>
<strong><?php echo esc_html( dustrial_get_option( 'header_addtess_title' ) ); ?></strong>
<?php } ?>
<span> <?php echo esc_html( dustrial_get_option( 'header_address' ) ); ?></span>
</div>
<?php } ?>