Orient_Website/comprehensive-support.php

32 lines
2.0 KiB
PHP
Raw Normal View History

2024-07-02 06:45:56 +00:00
<?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">Comprehensive Support</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/comprehensive.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>
2024-07-02 09:45:47 +00:00
<p class="">Comprehensive support lies at the core of our educational consultancy, where we prioritize individualized care and guidance for every student. From the outset, we engage deeply with each student to understand their unique aspirations, academic background, and personal challenges. This personalized approach allows us to offer a holistic range of services tailored to meet their specific needs and goals.</p>
<p class="">We assist in developing personalized educational plans that align with career ambitions and academic strengths. Our expert counselors provide meticulous guidance in selecting the right colleges and programs that best suit their interests and aspirations. We offer hands-on support throughout the application process, ensuring that each student presents themselves effectively through compelling personal statements, resumes, and recommendation letters.</p>
2024-07-02 06:45:56 +00:00
</div>
</div>
</div>
</div>
<?php include('footer.php');?>