</footer>
<!-- End of Footer Section -->
<!-- Footer Copyrights -->
<footer class="mt-copyright-area">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="site-info">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'bagility' ) ); ?>">
<?php
/* translators: placeholder replaced with string */
printf( esc_html__( 'Proudly powered by %s', 'bagility' ), 'WordPress' );
?>
</a>
<span class="sep"> | </span>
<?php
/* translators: placeholder replaced with string */
printf( esc_html__( 'Theme: %1$s by %2$s.', 'bagility' ), 'Bagility', '<a href="' . esc_url( __( 'https://themeansar.com/', 'bagility' ) ) . '" rel="designer">Themeansar</a>' );
?>
</div>
</div>
</div>
</div>
</footer>
<!-- /Footer Copyrights -->
</div>
<!-- /wrapper -->
<div class="clearfix"></div>
<!-- Scroll To Top -->
<a href="#" class="page-scroll-up"><i class="fa fa-angle-up"></i></a>
<!-- /Scroll To Top -->
<?php wp_footer(); ?>
</body>
</html>