<!DOCTYPE html>



<html>



<head>



	<meta charset="utf-8">



	<title><?php echo $__env->yieldContent('title'); ?></title>



	<meta name="keywords" content="<?php echo $__env->yieldContent('keywords'); ?>"/>



	<meta name="description" content="<?php echo $__env->yieldContent('description'); ?>"/>



	<meta property="og:url" content="<?php echo $__env->yieldContent('url'); ?>" />



	<meta property="og:title" content="<?php echo $__env->yieldContent('title'); ?>" />



	<meta property="og:type" content="website" />



	<meta property="og:description" content="<?php echo $__env->yieldContent('description'); ?>" />



	<meta property="og:image" content="" />



	<link rel="icon" href="<?php echo e(url($site_option->favicon)); ?>">



	<meta name="viewport" content="width=device-width, initial-scale=1">



	<!-- Latest compiled and minified CSS -->



  <link rel="stylesheet" href="<?php echo e(url('public/project')); ?>/css/style.css">



  <link rel="stylesheet" href="<?php echo e(url('public/project')); ?>/css/custom.css">



  <script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/jquery-1.11.2.min.js"></script>



  <script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/jwplayer.js" ></script>



</head>



<body>



	<div class="alert-success" style="position: fixed; bottom: 0; font-size: 24px; text-align: center; width: 100%; max-width: 100%;z-index: 999"><?php echo $__env->make('errors.note', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></div> 







	<?php echo $__env->make('frontend.header.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>



	<?php echo $__env->yieldContent('content'); ?>



	<?php echo $__env->make('frontend.footer.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>



	<?php echo $site_option->remarketing; ?>







</body>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/bootstrap.min.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/owl.carousel.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/jquery.hoverIntent.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/bootstrap-datetimepicker.min.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/jquery.fancybox.pack.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/jquery.tinyscrollbar.min.js"></script>



<script type="text/javascript" src="<?php echo e(url('public/project')); ?>/js/plugin.js"></script>



</html>