Orient_Website/home/about.php
2024-07-10 18:23:40 +05:45

22 lines
1.5 KiB
PHP
Raw Permalink 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.

<!-- 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/office.png" class="img-fluid w-100"
style=" height: 320px; 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">Orient International</h5>
<h1 class="display-5 mb-4"> Were Trusted Consultant Agency</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 -->