Server Admin

Viewing: crentel.php

<?php

include 'styles.php';
include 'header.php';
include 'db.php';

?>
<section id="why-us" class="why-us">
    <div class="container">

      <div class="row " >
   <div class="swiper-container">
                <!-- Additional required wrapper -->
                <div class="swiper-wrapper">
                    <div class="swiper-slide">
        <div class="col-lg-6 d-flex align-items-stretch mb-5 mb-lg-2" data-aos="fade-up">
          <div class="box">
            <span>Financial Markets</span>
            <img src="https://matrixgraphic.com/fintrip/wp-content/uploads/2021/06/financial-market.jpg" alt="banner">
            <p>We offer domestic and international multi city bookings as per your choice of airlines, timings and preferred route at the most optimized fare. Our search experts deal with multiple agency’s to bring the hassle free booking experience. Our unmatched services on booking, cancellation and changes are well appreciated</p>
          <div class="text-center">
      
        <a class="cta-btn" href="#">Explore</a><a class="cta-btn" href="#">Call To Action</a>
      </div>
          </div>
        </div>
        
          <div class="col-lg-6 d-flex align-items-stretch mb-5 mb-lg-2" data-aos="fade-up">
          <div class="box">
            <span>Financial Markets</span>
            <img src="https://matrixgraphic.com/fintrip/wp-content/uploads/2021/06/financial-market.jpg" alt="banner">
            <p>We offer domestic and international multi city bookings as per your choice of airlines, timings and preferred route at the most optimized fare. Our search experts deal with multiple agency’s to bring the hassle free booking experience. Our unmatched services on booking, cancellation and changes are well appreciated</p>
          <div class="text-center">
      
        <a class="cta-btn" href="#">Explore</a><a class="cta-btn" href="#">Call To Action</a>
      </div>
          </div>
        </div>
          <div class="col-lg-6 d-flex align-items-stretch mb-5 mb-lg-2" data-aos="fade-up">
          <div class="box">
            <span>Financial Markets</span>
            <img src="https://matrixgraphic.com/fintrip/wp-content/uploads/2021/06/financial-market.jpg" alt="banner">
            <p>We offer domestic and international multi city bookings as per your choice of airlines, timings and preferred route at the most optimized fare. Our search experts deal with multiple agency’s to bring the hassle free booking experience. Our unmatched services on booking, cancellation and changes are well appreciated</p>
          <div class="text-center">
      
        <a class="cta-btn" href="#">Explore</a><a class="cta-btn" href="#">Call To Action</a>
      </div>
          </div>
        </div>
          <div class="col-lg-6 d-flex align-items-stretch mb-5 mb-lg-2" data-aos="fade-up">
          <div class="box">
            <span>Financial Markets</span>
            <img src="https://matrixgraphic.com/fintrip/wp-content/uploads/2021/06/financial-market.jpg" alt="banner">
            <p>We offer domestic and international multi city bookings as per your choice of airlines, timings and preferred route at the most optimized fare. Our search experts deal with multiple agency’s to bring the hassle free booking experience. Our unmatched services on booking, cancellation and changes are well appreciated</p>
          <div class="text-center">
      
        <a class="cta-btn" href="#">Explore</a><a class="cta-btn" href="#">Call To Action</a>
      </div>
          </div>
        </div>
         </div>
       </div>
      </div>
      
      

    </div>
  </section>
  <div class="swiper">
  <!-- Additional required wrapper -->
  <div class="swiper-wrapper">
    <!-- Slides -->
    <div class="swiper-slide">Slide 1</div>
    <div class="swiper-slide">Slide 2</div>
    <div class="swiper-slide">Slide 3</div>
    ...
  </div>
  <!-- If we need pagination -->
  <div class="swiper-pagination"></div>

  <!-- If we need navigation buttons -->
  <div class="swiper-button-prev"></div>
  <div class="swiper-button-next"></div>

  <!-- If we need scrollbar -->
  <div class="swiper-scrollbar"></div>
</div>



<?php include 'footer.php'; ?>
Back to File Manager