<?php include('header.php'); ?>

<section class="container-fluid reset">
<img src="<?php echo $site_img;?>" alt="inner-slide" class="img-responsive">
</section>

<section class="container-fluid reset">
<div class="container box-padding">
<div class="row">
<!-- <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<p class="bread-crumb"><a href="#">Home</a> / <a href="#" class="current">Contact us</a></p>
</div> -->

<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1 class="title text-center">Contact us</h1><br>
</div>


<div class="col-lg-3 col-md-3 col-md-offset-3 col-sm-3 col-sm-offset-3 col-xs-6">
<div class="contact-box">
<img src="<?php echo $menu_url;?>images/office.png" class="contact-icon01" alt="contact-icon01">
<h4>OFFICE LOCATOR</h4>
<a href="<?php echo $menu_url;?>office" class="explore">EXPLORE <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>


<div class="col-lg-3 col-md-3 col-sm-3 col-xs-6">
<div class="contact-box">
<img src="<?php echo $menu_url;?>images/enquiry.png" class="contact-icon01" alt="contact-icon01">
<h4>ENQUIRY</h4>
<a href="<?php echo $menu_url;?>enquiry" class="explore">EXPLORE <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>


</div><!--end of row -->
</div><!--end of container -->
</section><!--end of container-fluid -->
 
    
<?php include('footer.php'); ?>