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

				<div class="row">
					<div class="col-md-8">
						<div class="standard-content">
							<p>Principality IT is a Managed Services Provider offering 24*7 support &amp; specialising in ensuring that client’s IT systems enable their staff to achieve the highest levels of productivity.</p>

							<p>Expe­ri­ence our indus­try lead­ing and friendly cus­tomer ser­vice. No other solu­tions provider can match our super quick response time, extra­or­di­nary cus­tomer sup­port, or our abil­ity to deliver com­mon sense tech­nol­ogy solu­tions that work exactly how you expect them to.</p>

							<p>We guarantee that when a client contacts us we will respond with remote support within 15 minutes and where required on site support is provided within 60 minutes. All this is backed by our contractual service level agreements and should we fail to meet our SLA for whatever reason then you don’t pay for the cost of fixing your problem.</p>

							<p>Since 1996 our team of pro­fes­sion­als, all pos­sess­ing numer­ous cer­ti­fi­ca­tions and highly rec­og­niz­able accred­i­ta­tions, rou­tinely pro­vide sound tech­nol­ogy solu­tions and support to busi­nesses of all sizes.</p>

							<p>Our goal is to make your daily oper­a­tions more focused and effec­tive. We stream­line your sys­tems and processes to make them more effi­cient, elim­i­nate unnec­es­sary secu­rity risks and deploy proven meth­ods to help employ­ees become more productive.</p>

							<p>You won’t find a “one size fits all” approach to IT support and consultancy here. With industry specific solutions, our clients continue to gain a competitive advantage. With Principality IT, access to critical data is faster, more secure and more reliable than ever before.</p>
						</div>
					</div>
					<div class="col-md-4">
						<img src="<?php echo e(asset('/images/about-img-1.jpg')); ?>" alt="" class="thumbnail img-responsive">
						<em>Our business is a 24h 7 days a week business and we operate in both the UK and New Zealand.  We rely heavily on the round the clock support we get from Principality IT's helpdesk.  Their innovative remote access and remote support solutions mean that I can be sure that regardless of location my business is in safe hands.</em>
						<p><b>Peter L - Managing Director</b></p>
					</div>
				</div>
			</div>	
		</div>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>