Rohini_New/about.php

90 lines
4.4 KiB
PHP
Raw Normal View History

2024-10-07 10:10:28 +00:00
<?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 -->
2024-10-17 11:13:38 +00:00
<section class="about-one section-pd">
2024-10-07 10:10:28 +00:00
<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">
2024-10-17 11:13:38 +00:00
<div class="section-title__tagline-box"> <span class="section-title__tagline">About Company</span> </div>
2024-10-07 10:10:28 +00:00
<h2 class="section-title__title">Maximizing efficiency <BR>
and productivity</h2>
</div>
2024-10-17 11:13:38 +00:00
<P class="about-one__text">At Rohini International Education, we are committed to helping students achieve their dreams of pursuing higher education abroad. Established with a vision to provide exceptional guidance and support, we have grown into a leading education consultancy known for our expertise, personalized approach, and dedication to student success.</P>
<p class="about-one__text pt-4">With years of experience in the international education sector, our team of skilled counselors and consultants is dedicated to providing comprehensive services tailored to meet the unique needs of each student. Whether you're planning to study in the UK, USA, Canada, Australia, or any other top destination, we are here to guide you every step of the way. </p>
2024-10-07 10:10:28 +00:00
</div>
</div>
</div>
</div>
</section>
<!--About One End -->
2024-10-17 11:13:38 +00:00
<!--Background Image-->
<section class="section-background"> </section>
<!--Background Image End-->
2024-10-07 10:10:28 +00:00
2024-10-17 11:13:38 +00:00
<!--Mission-->
<section class="services-two">
<div class="services-two__bg" style="background-image: url('assets/images/backgrounds/services-two-bg.jpg');"> </div>
2024-10-07 10:10:28 +00:00
<div class="container">
<div class="row">
2024-10-17 11:13:38 +00:00
<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>
2024-10-07 10:10:28 +00:00
</div>
</div>
2024-10-17 11:13:38 +00:00
<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">Rohini International Education Services is dedicated to providing personalized support and expert advice, ensuring students access the best educational opportunities in New Zealand for a successful future.</p>
<h2 class="small-title">Creating a World of Opportunities<br>
through Global Education</h2>
<p class="pt-3 w-75">At Rohini International Education Services, we are committed to opening doors to global opportunities by providing expert guidance and support, helping students achieve their dreams of studying in New Zealand and beyond.</p>
2024-10-07 10:10:28 +00:00
</div>
</div>
</div>
</div>
</div>
</section>
2024-10-17 11:13:38 +00:00
<!--Mission End-->
2024-10-07 10:10:28 +00:00
<?php include('footer.php')?>