Access_New/toefl.php
2024-09-13 13:34:09 +05:45

88 lines
5.9 KiB
PHP

<?php include('header.php')?>
<!--Page Hero Section-->
<section class="top-space-margin page-title-big-typography cover-background magic-cursor round-cursor" style="background-image: url(images/access-image/toefl-bg.jpg); margin-top: 141px;">
<div class="background-position-center-bottom background-size-100 background-no-repeat position-absolute bottom-0 left-0px w-100 h-250px z-index-1" style="background-image: url('images/demo-seo-agency-about-bottom-bg.png');"></div>
<div class="container">
<div class="row extra-very-small-screen align-items-center">
<div class="col-lg-5 col-sm-8 position-relative page-title-extra-small appear anime-child anime-complete" data-anime="{ &quot;el&quot;: &quot;childs&quot;, &quot;opacity&quot;: [0, 1], &quot;translateX&quot;: [-30, 0], &quot;duration&quot;: 800, &quot;delay&quot;: 0, &quot;staggervalue&quot;: 300, &quot;easing&quot;: &quot;easeOutQuad&quot; }">
<h1 class="mb-20px text-white text-shadow-medium" style=""><span class="w-30px h-2px bg-yellow d-inline-block align-middle position-relative top-minus-2px me-10px"></span>Access Education Network</h1>
<h2 class="text-white text-shadow-medium fw-500 ls-minus-2px mb-0" style="">TOEFL</h2>
</div>
</div>
</div>
</section>
<!--Page Hero section End-->
<!--Content Section-->
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="row">
<div class="offset-lg-1 col-md-10 last-paragraph-no-margin text-center text-md-start">
<h3 class="alt-font fw-600 text-dark-gray">TOEFL Preprations</h3>
<p>The official term for the test is TOEFL, which stands for Test of English as a Foreign Language. In terms of reading, speaking, listening, and writing, TOEFL assesses the ability to speak and understand English.</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center pt-5 pb-5">
<div class="col-12"><img src="images/access-image/toefl1.jpg" class="w-100" alt></div>
</div>
</div>
</section>
<!--Content Section End-->
<!--Additional INformation Blog-->
<section class="bg-very-light-gray position-relative">
<div class="position-absolute left-minus-200px top-25 skrollable skrollable-between" data-bottom-top="transform: translateY(-80px)" data-top-bottom="transform: translateY(80px)" style="transform: translateY(78.6502px);"> <img src="images/demo-elearning-bg-04.png" alt="" data-no-retina=""> </div>
<div class="container position-relative">
<div class="row justify-content-center pb-3">
<div class="col-lg-7 text-center">
<h3 class="fw-600 text-dark-gray ls-minus-1px">Additional information</h3>
</div>
</div>
<div class="row g-5">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <a href="#"> <img src="images/access-image/blog7.jpg" alt="" data-no-retina=""> </a> </div>
<div class="bg-white position-relative">
<div class="p-8 xl-ps-25px xl-pe-25px border-bottom border-color-transparent-dark-very-light">
<h3 class="card-title text-dark-gray pb-4">Why TOEFL ?</h3>
<p class="pt-0 mb-0">TOEFL (Test of English as a Foreign Language) is widely recognized and accepted by educational institutions worldwide for English language</p>
</div>
<div class="border-top border-color-extra-medium-gray p-6"> <a href="class-details.php" class="btn btn-link btn-hover-animation-switch btn-large text-dark-gray"> <span> <span class="btn-text">Explore more</span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> </span> </a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <a href="#"> <img src="images/access-image/blog7.jpg" alt="" data-no-retina=""> </a> </div>
<div class="bg-white position-relative">
<div class="p-8 xl-ps-25px xl-pe-25px border-bottom border-color-transparent-dark-very-light">
<h3 class="card-title text-dark-gray pb-4">The Component of TOEFL</h3>
<p class="pt-0 mb-0">The TOEFL iBT ® test has 4 sections: Reading, Listening, Speaking, and Writing. The total test takes just under</p>
</div>
<div class="border-top border-color-extra-medium-gray p-6"> <a href="class-details.php" class="btn btn-link btn-hover-animation-switch btn-large text-dark-gray"> <span> <span class="btn-text">Explore more</span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> </span> </a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <a href="#"> <img src="images/access-image/blog7.jpg" alt="" data-no-retina=""> </a> </div>
<div class="bg-white position-relative">
<div class="p-8 xl-ps-25px xl-pe-25px border-bottom border-color-transparent-dark-very-light">
<h3 class="card-title text-dark-gray pb-4">TOEFL Scores</h3>
<p class="pt-0 mb-0">iBT: 0 to 30 (in 1 point increments) on each of the 4 sections. So total of 0 to 120.</p>
</div>
<div class="border-top border-color-extra-medium-gray p-6"> <a href="class-details.php" class="btn btn-link btn-hover-animation-switch btn-large text-dark-gray"> <span> <span class="btn-text">Explore more</span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> <span class="btn-icon"><i class="fa-solid fa-arrow-right"></i></span> </span> </a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Additional INformation Blog End-->
<?php include('footer.php')?>