﻿!!!!!!!!!!!
ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+...383-7(-.+
<?php get_header(); ?>

	
		<?php get_template_part( 'template-parts/content', 'before' );	?>

		<!-- HERO-15
		============================================= -->	
		<div id="hero-15" class="division mb-30">
			<div class="container">	
				<div class="row">

					<?php
					$title = appset_get_option( '404_title', 'Oops! It looks like you are lost ...!');
					$content = appset_get_option( '404_content', '');
					$button_text = appset_get_option( 'button_text', 'Go Back To Home');
					?>
					<!-- HERO TEXT -->
					<div class="col-md-10 offset-md-1">
						<div class="hero-txt text-center">
								
							<!-- Image -->
							<img class="img-fluid mb-30" src="<?php echo APPSET_URI; ?>/images/404-error.jpg" alt="<?php echo esc_attr($title) ?>">

							<!-- Text -->
							<h4 class="h4-xl mb-30"><?php echo esc_attr($title); ?></h4>
							<?php if(!empty($content)){
								echo do_shortcode($content);
							} ?>
							<!-- Button -->
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-preset btn-lg btn-arrow">
								<span><?php echo esc_attr($button_text); ?> <i class="fas fa-angle-double-right"></i></span>
							</a>
							
						</div>
					</div>	<!-- END HERO TEXT -->
					

				</div>	  <!-- End row -->
			</div>	   <!-- End container --> 	
		</div>	<!-- END H