Orient_Website/home/about.php
2024-07-01 17:55:55 +05:45

23 lines
1.6 KiB
PHP

<!-- About Start -->
<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/about-2.png" class="img-fluid w-100"
style="margin-bottom: -100px; height: 350px; object-fit: cover;" alt="Image">
<img src="img/about-3.jpg" class="img-fluid w-100 border-bottom border-5 border-primary"
style="border-top-right-radius: 300px; border-top-left-radius: 300px;" alt="Image">
</div>
</div>
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">About the company</h5>
<h1 class="display-5 mb-4">Your Consultancy <br> For Abroad Studies
</h1>
<p class="mb-4">At Orient International for Abroad Studies, we are dedicated to transforming your dreams of studying abroad into reality. With over a decade of experience in international education, our expert team offers personalized counseling, comprehensive support, and top-notch preparation services. Whether you aim to study in the USA, UK, Australia, New Zealand, Japan, or South Korea, we guide you every step of the way. Our centrally located office at New Baneshwor ensures easy access to our services. Join us on this exciting journey and let us help you achieve your academic and career aspirations.</p>
<a class="btn btn-primary rounded-pill py-3 px-5" href="aboutus.php">Read More</a>
</div>
</div>
</div>
</div>
<!-- About End -->