<?php $__env->startSection('banner'); ?>
<div id="banner-sm">
	<div class="container">
		<div class="col-md-6">
			<h3><?php echo e($content->page_title); ?></h3>
			<p><?php echo e($content->description); ?></p>
		</div>
	</div>
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('main-content'); ?>
	<div id="page-content">
		<div class="container">
			<div class="content-outer">
				<?php echo $content->content; ?>

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

	<?php echo $__env->make('sections.services-list', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>