File: /home/elrashedytravel/public_html/wp-content/themes/law-office-lite/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Law Office Lite
*/
get_header(); ?>
<div class="header-image-box text-center">
<div class="container">
<?php if ( get_theme_mod('law_office_lite_header_page_title' , true)) : ?>
<h1><?php echo esc_html(get_theme_mod('law_office_lite_page_not_found_title', __('404 Error!', 'law-office-lite'))); ?></h1>
<?php endif; ?>
<?php if ( get_theme_mod('law_office_lite_header_breadcrumb' , true)) : ?>
<div class="crumb-box mt-3">
<?php law_office_lite_the_breadcrumb(); ?>
</div>
<?php endif; ?>
</div>
</div>
<div id="content">
<div class="container">
<div class="py-5 text-center not-found-content">
<p><?php echo esc_html(get_theme_mod('law_office_lite_page_not_found_text', __('The page you are looking for may have been moved, deleted, or possibly never existed.', 'law-office-lite'))); ?></p>
<?php get_search_form(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>