﻿<!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">
    <!-- 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'); ?>">

<!-- Visitor Chat -->
<script type="text/javascript">
    function loadVC() {
      var vcjs = document.createElement('script'); vcjs.type = 'text/javascript'; 
      vcjs.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'budgetresortsmaldives.com/chat/chat'; 
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vcjs, s);
    };
    if (window.addEventListener) window.addEventListener('load', loadVC, false); 
    else if (window.attachEvent) window.attachEvent('onload', loadVC);
</script>
<!-- Visitor Chat -->  



<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-53151896-7', '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>