<!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, maximum-scale=1"/>



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



	<link href="<?php echo e(url()); ?>/public/frontend/plugin/fonts/transfonter/fonts.css" rel="stylesheet">



<link href="<?php echo e(url()); ?>/public/frontend/plugin/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/fonts/platicon/font/flaticon.css"  rel="stylesheet">



<link href="<?php echo e(url()); ?>/public/frontend/plugin/fonts/themify/themify-icons.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/bootstrap/css/bootstrap.min.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/animsition/css/animsition.min.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/lightbox/css/lightbox.min.css" rel="stylesheet" />



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



<link href="<?php echo e(url()); ?>/public/frontend/plugin/slick/slick.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/player/mediaelementplayer.css" rel="stylesheet" />



<link href="<?php echo e(url()); ?>/public/frontend/plugin/jquery-ui/jquery-ui.css" rel="stylesheet" />



<link href="http://vjs.zencdn.net/6.1.0/video-js.css" rel="stylesheet">



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



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



<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">



<script src="<?php echo e(url()); ?>/public/frontend/plugin/modernizr.js"></script>



<script src="http://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>



</head>



<body>



	<div class="animsition main-wrapper">



	<?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; ?>







</div>



	<!-- BEGIN: SCRIPT --> 



<script src="<?php echo e(url()); ?>/public/frontend/plugin/jquery/jquery-2.0.2.min.js"></script> 



<script src="http://vjs.zencdn.net/6.1.0/video.js"></script> 



<script src="<?php echo e(url()); ?>/public/frontend/plugin/plugin.min.js"></script> 



<script src="<?php echo e(url()); ?>/public/frontend/plugin/main.js"></script> 



<script src="<?php echo e(url()); ?>/public/frontend/plugin/custom.js"></script> 



<!-- END: SCRIPT -->



    



    



</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> 



</html>