Orient_Website/personalized-counseling.php
2024-07-02 15:30:47 +05:45

32 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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">Services</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">Personalized Counseling</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-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<img src="img/counseling.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Counseling</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">Personalized counseling is at the heart of our educational consultancy services, where we dedicate ourselves to understanding and guiding each student through their academic journey. Our approach begins with a comprehensive assessment of the students academic background, career goals, and personal interests. Through individualized sessions, our experienced counselors provide tailored advice on educational planning, helping students map out their academic pathways and choose courses that align with their aspirations.</p>
<p class="">We assist in navigating the complexities of college and program selection, offering insights into institutions that best fit their needs. Additionally, we provide strategic support in crafting compelling application materials, including personal statements and resumes, and offer guidance on preparing for standardized tests essential for admissions. Our counselors also help students explore financial aid options and scholarships, ensuring they have access to resources that make their educational goals achievable. </p>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>