Access_Website/faq.php
2024-09-04 16:28:07 +05:45

61 lines
3.2 KiB
PHP

<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="faq-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Internation Logistics</h2>
<h3>Faq</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start of wpo-faq-section -->
<section class="wpo-faq-section section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-12">
<div class="faq-left-content">
<div class="wpo-section-title">
<h3>Your Questions, Answered</h3>
<p class="para-width pb-4">"Find answers to your most common questions about studying abroad, our services, and how we can help you succeed." </p>
</div>
<img src="assets/images/access-images/faq.jpg" alt="faq"> </div>
</div>
<div class="col-lg-6 col-12">
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">Strong Global Network</button>
<div class="accordion-content">
<p>Studying in Australia opens doors to a global network of alumni and professional connections. Australian degrees are highly regarded, and graduates often find strong career opportunities both within Australia and internationally.</p>
</div>
</div>
<div class="accordion-item active">
<button class="accordion-header">Comprehensive Support at Every Step</button>
<div class="accordion-content">
<p>From choosing the right study destination to assisting with visa applications, AEN offers a full range of services to ensure a smooth and successful process. We are committed to helping you navigate every stage, making your study abroad experience stress-free and efficient. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Focus on Research and Innovation</button>
<div class="accordion-content">
<p>Australia invests heavily in research and development, making it an ideal destination for students interested in research-based programs. With state-of-the-art facilities and opportunities to collaborate on groundbreaking projects, students can contribute to cutting-edge advancements. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">About UK</button>
<div class="accordion-content">
<p>The UK is home to some of the oldest and most prestigious universities in the world. Known for its academic excellence, the UK offers a wide range of programs that are highly respected globally. A UK degree opens doors to countless opportunities and is recognized by employers and institutions around the world. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of wpo-faq-section -->
<?php include('footer.php');?>