<?php include ('header.php'); ?> <div class="container-fluid bg-breadcrumb"> <div class="container text-center py-5" style="max-width: 900px;"> <h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Test Preparation</h1> <ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s"> <li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li> <li class="breadcrumb-item"><a href="#" class="text-white">Test Preparation</a></li> </ol> </div> </div> <div class="container-fluid training overflow-hidden bg-light py-5"> <div class="container py-5"> <div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s"> <div class="sub-style"> <h5 class="sub-title text-primary px-3">Test Preparation Classes</h5> </div> <h1 class="display-5 mb-4">Get the Best Test Preparation Service from Our Orient</h1> </div> <div class="row g-4"> <div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s"> <div class="training-item"> <div class="training-inner"> <img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image"> <div class="training-title-name"> <a href="#" class="h4 text-white mb-0">IELTS</a> <a href="#" class="h4 text-white mb-0">Coaching</a> </div> </div> <div class="training-content rounded-bottom p-4" style="background-color: #f1592a;"> <a href="ielts.php"> <h4 class="text-white">IELTS Coaching</h4> </a> <p class="text-white-50">Orient International provides expert IELTS coaching for achieving top scores.</p> <a class="btn btn-secondary rounded-pill text-white p-0" href="ielts.php">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s"> <div class="training-item"> <div class="training-inner"> <img src="img/toefl.png" class="img-fluid w-100 rounded" alt="Image"> <div class="training-title-name"> <a href="#" class="h4 text-white mb-0">TOEFL</a> <a href="#" class="h4 text-white mb-0">Coaching</a> </div> </div> <div class="training-content rounded-bottom p-4" style="background-color: #f1592a;"> <a href="toefl.php"> <h4 class="text-white">TOEFL Coaching</h4> </a> <p class="text-white-50">Orient International provides tailored TOEFL coaching to maximize your test performance.</p> <a class="btn btn-secondary rounded-pill text-white p-0" href="toefl.php">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s"> <div class="training-item"> <div class="training-inner"> <img src="img/pte_coaching.png" class="img-fluid w-100 rounded" alt="Image"> <div class="training-title-name"> <a href="#" class="h4 text-white mb-0">PTE</a> <a href="#" class="h4 text-white mb-0">Coaching</a> </div> </div> <div class="training-content rounded-bottom p-4" style="background-color: #f1592a;"> <a href="pte.php"> <h4 class="text-white">PTE Coaching</h4> </a> <p class="text-white-50">Orient International delivers specialized PTE coaching for optimal test results. </p> <a class="btn btn-secondary rounded-pill text-white p-0" href="pte.php">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> <div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s"> <div class="training-item"> <div class="training-inner"> <img src="img/langclass.jpg" class="img-fluid w-100 rounded" alt="Image"> <div class="training-title-name"> <a href="#" class="h4 text-white mb-0">Language</a> <a href="#" class="h4 text-white mb-0">Classes</a> </div> </div> <div class="training-content rounded-bottom p-4" style="background-color: #f1592a;"> <a href="language.php"> <h4 class="text-white">Language Classes</h4> </a> <p class="text-white-50">Orient International offers engaging language classes in Japanese and Korean.</p> <a class="btn btn-secondary rounded-pill text-white p-0" href="language.php">Read More <i class="fa fa-arrow-right"></i></a> </div> </div> </div> </div> </div> </div> <?php include ('footer.php'); ?>