<!-- Header Section -->
<div class="header_section" >
<div class="container" >
<!-- Logo & Contact Info -->
<div class="row ">
<div class="col-md-8 col-sm-12 wl_rtl" >
<div claSS="logo">
<a href="<?php echo esc_url(home_url( '/' )); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<?php if($wl_theme_options['upload_image_logo']){ ?>
<img class="img-responsive" src="<?php echo $wl_theme_options['upload_image_logo']; ?>" style="height:<?php if($wl_theme_options['height']!='') { echo $wl_theme_options['height']; } else { "80"; } ?>px; width:<?php if($wl_theme_options['width']!='') { echo $wl_theme_options['width']; } else { "200"; } ?>px;" />
<?php } else {
echo get_bloginfo('name');
} ?>
</a>
<p><?php bloginfo( 'description' ); ?></p>
</div>
</div>
<?php if($wl_theme_options['header_social_media_in_enabled']=='1') { ?>
<div class="col-md-4 col-sm-12">
<?php if($wl_theme_options['email_id'] || $wl_theme_options['phone_no'] !='') { ?>
<ul class="head-contact-info">
<?php if($wl_theme_options['email_id'] !='') { ?><li><?php echo esc_attr($wl_theme_options['email_id']); ?></li><?php } ?><br/>
</ul>
<ul class="abc">
<?php if($wl_theme_options['phone_no'] !='') { ?><li><?php echo esc_attr($wl_theme_options['phone_no']); ?></li><?php } ?>
</ul>
<?php } ?>
</div>
<?php } ?>
</div>
<!-- /Logo & Contact Info -->
</div>
</div>
<!-- /Header Section -->
<!-- Navigation menus -->
<div class="navigation_menu " data-spy="affix" data-offset-top="95" id="enigma_nav_top">
<span id="header_shadow"></span>
<div class="container navbar-container" >
<nav class="navbar navbar-default " role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">