<?php
/**
 * Template Name: apply
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */
?>
<?php
get_header();
?>
   <main class="main-content">
            
            <!-- Start Applying-g -->
            <section class="applying-in body-in">
                <div class="container">
                <div class="col-md-6 col-xs-12">
                    <div class="title">
    				    <h1><?php the_title(); ?> </h1>
    				</div>
    			</div>
    			<div class="req-form col-md-6 col-xs-12">
                	 <?php echo do_shortcode('[contact-form-7 id="107" title="apply"]');?>
    			</div>	

                    
                </div>
            </section>
            <!-- End Applying-g -->
        </main>
<?php
get_footer();
?>