﻿<!DOCTYPE HTML>
<html lang="en">
<head>
    <title><?php echo $title; ?></title>
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
    <meta name="keywords" content="<?php echo $keywords; ?>" />
    <meta name="description" content="<?php echo $description; ?>">
    <meta name="author" content="Jaah">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <meta name="google-site-verification" content="qf8irx9Qzn0kqBn4CvebZWCMOeAcFIz51gCIFlchnGg" />
    <!-- GOOGLE FONTS -->
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600' rel='stylesheet' type='text/css'>
    <!-- /GOOGLE FONTS -->
    <link rel="stylesheet" href="<?php echo URL('css/bootstrap.css'); ?>">
    <link rel="stylesheet" href="<?php echo URL('css/font-awesome.min.css'); ?>">
    <link rel="stylesheet" href="<?php echo URL('css/icomoon.min.css'); ?>">
    <link rel="stylesheet" href="<?php echo URL('css/styles.css'); ?>">


<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 948480677;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/948480677/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>



<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?2rTEpHCU9tq3xh84pTkmsA87z0cWWMSa';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-63128391-1', 'auto');
  ga('send', 'pageview');

</script>

</head>
<body>

    <div class="global-wrap">
        <header id="main-header">
            <div class="header-top">
                <div class="container">
                    <div class="row">
                        <div class="col-md-3">
                            <a class="logo" href="<?php echo URL('/'); ?>">
                                <img src="<?php echo URL('img/logo-invert.png'); ?>" width="110px" height="40px"  alt="Travel Centre Maldives" title="Travel Centre Maldives" />
                            </a>
                        </div>
                        <div class="col-md-3">
                            <form class="main-header-search" action="<?php echo URL('search-holidays-in-maldives/search=travel'); ?>" method="get">
                                <div class="form-group form-group-icon-left">
                                    <i class="fa fa-search input-icon"></i>
                                    <input type="text" name="name" id="name" class="form-control">
                                </div>
                            </form>
                        </div>
                        <div class="col-md-6">

                            <div class="top-user-area clearfix">

                                <ul class="top-user-area-list list list-horizontal list-border">
            <div class="speak-travel-advisor">
            <div class="speak-phone"><i class="fa fa-phone-square"></i> + (960) <strong>999 3319</strong></div>
                </div>

                                   <li target="_blank">
                                   <i class="fa fa-plane" style="padding:5px; color: white;"></i>
                                   <a href="http://fis.com.mv/cgi-bin/webfids.pl" target="_blank">Flghts to Maldives</a>
                                    
                                    </li>
                                    <li>
                                    <i class="fa fa-exchange" style="padding:5px; color: white;" ></i>
                                    <a href="https://www.google.com/finance/converter?from=USD" target="_blank">Currency Converter</a>
                                    </li>
                                 
                                </ul>




                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="container">
                <?php echo $__env->make('menu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            </div>
        </header>