File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/nm_portfolio/page-get-in-touch.php
<?php get_header(); ?>
<section class="ftco-section ftco-bread">
<div class="container">
<div class="row no-gutters slider-text justify-content-center align-items-center">
<div class="col-md-8 ftco-animate">
<p class="breadcrumbs">
<span class="mr-2"><a href="<?php echo get_home_url() ?>">Home</a></span> <span>></span>
<span><?php the_title(); ?></span></p>
<h1 class="bread"><?php echo wp_title() ?></h1>
</div>
</div>
</div>
</section>
<section class="ftco-section-2 contact-section">
<div class="container">
<div class="row d-flex mb-5 contact-info">
<div class="w-100"></div>
<div class="row block-9">
<div class="col-md-6 d-flex">
<div class="bg-light contact-form">
<?php echo do_shortcode('[contact-form-7 id="5" title="Contact form 1"]', true ) ?>
</div>
</div>
<div class="col-md-6 d-flex">
<?php echo get_theme_mod('nm-portfolio-google-map') ?>
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14131.428516947946!2d85.3429673!3d27.6908103!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x857b4d5307df8061!2sFacts%20Research%20and%20Analytics!5e0!3m2!1sen!2snp!4v1603272244223!5m2!1sen!2snp" width="600" height="400" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> -->
</div>
</div>
</div>
</section>
<?php get_footer(); ?>