Orient_Website/prime-location.php
2024-07-02 15:30:47 +05:45

33 lines
1.9 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">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">Prime Location</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/prime-location.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">Prime Location</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">Our consultancy is strategically situated in a prime location, providing convenient access and a conducive environment for students and families seeking expert educational guidance. Located [specify location if known], our office is easily accessible via [mention transportation options if applicable]. This prime location ensures that students from [city or region] and beyond can benefit from our comprehensive services without hassle.</p>
<p class="">Moreover, being situated in a prime location means we are well-connected to educational institutions, libraries, and other resources that enrich our consultancy's offerings. This proximity allows us to stay informed about the latest developments in education and admissions, ensuring that our advice remains current and relevant.</p>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>