<?php get_header(); ?>
<div id="content">
<div class="container">
<div class="not-found py-5">
<h1><?php echo esc_html(get_theme_mod('transport_solutions_404_page_title',__('404 Not Found','transport-solutions')));?></h1>
<p class="text-404"><?php echo esc_html(get_theme_mod('transport_solutions_404_page_content',__('Sorry, no posts matched your criteria.','transport-solutions')));?></p>
<?php get_search_form(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>