
<?php /* Template Name: offer Page */ ?>

<?php get_header(); ?>

<div class="wrap">
    <div id="primary" class="content-area">
        <main id="main" class="site-main" role="main">
        
            <div id="education" class="fullCommon insideCom pad_tp_100 inside_sec01">
                <div class="container">
                  <div class="row">
                  <h2><span>Education</span> </h2>
                 
                    <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'education', 
                        'order' => 'ASC',
                        
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                        <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                            <div class="img_con">
                             <?php the_post_thumbnail(); ?>
                             <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                               
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                        <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                                   <h3><?php the_title(); ?></h3>
                                    <div class="content"><?php echo the_content(); ?>
                                 </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                          
                </div>             
               </div>
               
          
            
               
               
            </div> 
            
            <div id="skilling" class="fullCommon insideCom pad_tp_100 inside_sec01">
                <div class="container">
                  <div class="row">
                    <h2><span>Skilling</span> </h2>
                    <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'skilling', 
                        'order' => 'ASC',
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                       <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                           <div class="img_con">
                             <?php the_post_thumbnail(); ?>
                             <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                        <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                               <h3><?php the_title(); ?></h3>
                                <div class="content"><?php echo the_content(); ?>
                             </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                          
                </div>             
               </div>
            </div> 
            
            
            <div id="healthcare" class="fullCommon insideCom pad_tp_100 inside_sec01">
                <div class="container">
                  <div class="row">
                   <h2><span>Healthcare</span> </h2>
                    
                     <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'healthcare', 
                        'order' => 'ASC',
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                        <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                            <div class="img_con">
                                 <?php the_post_thumbnail(); ?>
                                 <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                         <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                               <h3><?php the_title(); ?></h3>
                                <div class="content"><?php echo the_content(); ?>
                             </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                         
                </div>             
               </div>
            </div> 
            
            <div id="technology" class="fullCommon insideCom pad_tp_100 inside_sec01">
                <div class="container">
                  <div class="row">
                  <h2><span>Technology</span> </h2>
                    
                    <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'technology', 
                        'order' => 'ASC',
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                        <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                            <div class="img_con">
                                 <?php the_post_thumbnail(); ?>
                                 <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                         <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                               <h3><?php the_title(); ?></h3>
                                <div class="content"><?php echo the_content(); ?>
                             </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                          
                </div>             
               </div>
            </div> 
            
            
            
            <div id="infrastructure" class="fullCommon insideCom pad_tp_100 inside_sec01">
                <div class="container">
                  <div class="row">
                    <h2><span>Infrastructure</span> </h2>
                    <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'infrastructure', 
                        'order' => 'ASC',
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                        <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                            <div class="img_con">
                                 <?php the_post_thumbnail(); ?>
                                 <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                         <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                               <h3><?php the_title(); ?></h3>
                                <div class="content"><?php echo the_content(); ?>
                             </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                          
                </div>             
               </div>
            </div> 
            
            
             
            <div id="consulting" class="fullCommon insideCom comPad_100 inside_sec01">
                <div class="container">
                  <div class="row">
                    <h2><span>Consulting</span> </h2>
                    <?php
                    $args = array (
                        'post_type' => 'offer',
                        'posts_per_page' => 5,
                        'category_name' => 'consulting', 
                        'order' => 'ASC',
                    );
                    $query = new WP_Query( $args );
                    ?>
                      <ul class="slider01">
                        <?php while($query->have_posts()) : $query->the_post(); ?>
                       <li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                        <div class="fullbox">
                            <div class="img_con">
                                 <?php the_post_thumbnail(); ?>
                                 <h4><?php the_title(); ?></h4>
                            </div>
                            <div class="content comBtn">
                                <span><?php the_excerpt(); ?></span>
                                <a>Read More</a>
                            </div>
                        </div>
                        
                        <div class="pageOverlay">
                            <div class="insideContent">
                                <i class="fa fa-window-close" aria-hidden="true"></i>
                               <h3><?php the_title(); ?></h3>
                                <div class="content"><?php echo the_content(); ?>
                             </div>
                            </div>
                         </div>
                        
                        </li>
                        <?php endwhile; ?> 
                        </ul>
                    <?php wp_reset_postdata(); ?>                                          
                </div>             
               </div>
            </div> 
            
            
        </main><!-- #main -->
    </div><!-- #primary -->
</div><!-- .wrap -->

<?php get_footer(); ?>

