<!-- 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">Orient <br> We’re Trusted Consultant Agency
        </h1>
        <p class="mb-4">Orient Consultancy is a leading educational services provider dedicated to guiding and
          supporting individuals in achieving their academic and professional aspirations. Specializing in test
          preparation, language training, and study abroad consultancy, we offer comprehensive programs tailored to meet
          the diverse needs of students worldwide. Our experienced team of educators and consultants delivers
          personalized coaching for exams such as IELTS, TOEFL, PTE, SAT, GRE, and GMAT, ensuring students are
          well-prepared for their academic journeys. Additionally, we provide structured language classes in Japanese
          and Korean, enhancing cultural understanding and language proficiency. Our consultancy services include expert
          guidance on university admissions, visa applications, and career counseling, empowering students to navigate
          the complexities of studying abroad with confidence and success.</p>
        <a class="btn btn-primary rounded-pill py-3 px-5" href="">Read More</a>
      </div>
    </div>
  </div>
</div>
<!-- About End -->