<?php include('header.php')?>
  <!--Page Header Start-->
  <section class="page-header">
    <div class="page-header__bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg');"> </div>
    <div class="container">
      <div class="page-header__inner">
        <div class="thm-breadcrumb__box">
          <ul class="thm-breadcrumb list-unstyled">
            <li><a href="index.php">Home</a></li>
            <li><span>-</span></li>
            <li>About us</li>
          </ul>
        </div>
        <h2>About Us</h2>
      </div>
    </div>
  </section>
  <!--Page Header End--> 
  
  <!--About One Start -->
  <section class="about-one section-pd">
    <div class="container">
      <div class="row">
        <div class="col-xl-6">
          <div class="about-one__left wow slideInLeft" data-wow-delay="100ms" data-wow-duration="2500ms">
            <div class="row">
              <div class="col-xl-6 col-lg-6 col-md-6">
                <div class="about-one__img-box">
                  <div class="about-one__img-1"> <img src="assets/images/resources/about-one-img-1.jpg" alt=""> </div>
                  <div class="about-one__img-2"> <img src="assets/images/resources/about-one-img-2.jpg" alt=""> </div>
                </div>
              </div>
              <div class="col-xl-6 col-lg-6 col-md-6">
                <div class="about-one__img-box-two">
                  <div class="about-one__img-3"> <img src="assets/images/resources/about-one-img-3.jpg" alt=""> </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-xl-6">
          <div class="about-one__right">
            <div class="section-title text-left">
              <div class="section-title__tagline-box"> <span class="section-title__tagline">About Company</span> </div>
              <h2 class="section-title__title">Your Gateway to <br> New Zealand: Rohini 
                </h2>
            </div>
            <P class="about-one__text">At Rohini Abroad Study, we don’t just guide students—we shape futures. Based in Nepal, we are a specialized education consultancy dedicated exclusively to New Zealand, carving a niche as the nation’s foremost expert in New Zealand education. With a deep understanding of the Kiwi education system, we offer unparalleled guidance tailored to each student's aspirations.</P>
            <p class="about-one__text pt-4">Join the ranks of ambitious students who trust Rohini for their New Zealand dreams. With us, you don’t just study abroad—you thrive abroad. Let’s make your future in New Zealand a reality!</p>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!--About One End --> 
  
  <!--Background Image-->
  <section class="section-background"> </section>
  <!--Background Image End--> 
  
  <!--Mission-->
  <section class="services-two">
    <div class="services-two__bg" style="background-image: url('assets/images/backgrounds/services-two-bg.jpg');"> </div>
    <div class="container">
      <div class="row">
        <div class="col-xl-8">
          <div class="services-two__left">
            <div class="services-two__left-top">
              <div class="section-title-two text-left">
                <div class="section-title-two__tagline-box">
                  <p class="section-title__tagline">Mission and Vission</p>
                </div>
              </div>
            </div>
            <div class="row">
              <h2 class="small-title">Guiding You Toward a Bright Future<br>
                through Quality Education</h2>
              <p class="pt-3 pb-5 w-75">Our mission is simple: to make your journey to New Zealand seamless and successful. From selecting the right course and university to navigating visa processes and pre-departure briefings, we ensure that every step is as smooth as possible. With Rohini, you’re not just another applicant; you’re part of a success story that spans thousands of students who now thrive in one of the world’s most sought-after educational destinations.</p>
              <h2 class="small-title">Creating a World of Opportunities<br>
                through Global Education</h2>
              <p class="pt-3 w-75">Why New Zealand? Why Rohini? Because we understand the value of a world-class education and the unique opportunities New Zealand offers. Our expertise goes beyond consultancy; we provide personalized career advice, ensuring that your investment in education yields lifelong returns.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <!--Mission End-->
  
  <?php include('footer.php')?>