I see. Because the contact page is not include title, instead, it display google map.
If you want to show the title, you need to change the page-contact.php file, insert the following codes into the right place where you want.
<?php if($hide_title=="No" || $hide_title==""):?>
<div class="van_headline <?php echo $SSR_VAN['heading_pattern'];?>">
<h2><?php if($page_title<>''){echo $page_title;}else{the_title();}?></h2>
<?php if($page_tagline<>''):?>
<p><?php echo do_shortcode($page_tagline);?></p>
<?php endif;?>
</div>
<?php endif;?>