Orient_Website/toefl.php
2024-06-10 17:33:07 +05:45

86 lines
3.2 KiB
PHP

<?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">TOEFL</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="testprep.php" class="text-white">Test Preparation</a></li>
<li class="breadcrumb-item"><a href="#" class="text-white">TOEFL</a></li>
</ol>
</div>
</div>
<div class="container-fluid py-5 bg-light">
<div class="container py-5">
<div class="row g-5">
<div class="col-xl-3 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<div class="">
<div class="card p-3">
<div class=" aos-init aos-animate" data-aos="fade-up">
<h4 class="sidebar__title">Other Classes</h4>
<ul class="">
<li>
<div class="">
<h6>
<a href="ielts.php">IELTS</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="pte.php">PTE</a>
</h6>
</div>
</li>
<li>
<div class="">
<h6>
<a href="language.php">Language Class</a>
</h6>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-9 wow fadeInRight" data-wow-delay="0.3s">
<h2 class=" mb-4">Why TOEFL?
</h2>
<p class="mb-4">At Orient Consultancy, our primary objectives regarding TOEFL (Test of English as a Foreign
Language) preparation are to empower students with the necessary skills and strategies to achieve high scores.
We provide individualized coaching that caters to each student's unique proficiency level, employing
up-to-date materials and proven techniques to strengthen their English language capabilities. Our experienced
instructors offer thorough guidance on all sections of the TOEFL, including reading, listening, speaking, and
writing, ensuring comprehensive preparation for every aspect of the test. By creating a supportive and
interactive learning environment, coupled with regular feedback and practice tests, we aim to build students'
confidence and proficiency. Our goal is to help students reach their target TOEFL scores, thereby meeting the
language requirements of their chosen universities and enhancing their opportunities for international
education. Through our dedicated approach, we strive to facilitate a seamless and successful pathway for
students to achieve their academic aspirations abroad.</p>
</div>
</div>
</div>
</div>
<?php include ('footer.php'); ?>