rohini/about.php
2024-10-02 13:34:09 +05:45

56 lines
2.8 KiB
PHP

<?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">
<h2>About</h2>
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.html">Home</a></li>
<li><span>-</span></li>
<li class="active">Company Profile</li>
</ul>
</div>
</div>
</section>
<!--Page Header End-->
<!--About Section-->
<section class="section-pd">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto">
<p>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>
</div>
<div class="row pt-5 pb-5">
<div class="col-lg-9 mx-auto"> <img src="assets/images/rohini/rohini-bg.jpg" class="img-fluid"></div>
</div>
<div class="col-lg-7 mx-auto">
<p>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>
</div>
</div>
</div>
</section>
<!--About Section End-->
<!--Mission and Vision-->
<section class="video-one section-pd">
<div class="video-one__bg" data-jarallax data-speed="0.2" data-imgPosition="50% 0%" style="background-image: url('assets/images/backgrounds/video-one-bg.jpg');"></div>
<div class="container">
<div class="row align-items-center">
<div class="d-flex justify-content-end">
<div class="col-lg-6">
<div class="video-one__left">
<h2 class="section-title__title pt-3 pb-3">Mission</h2>
<p>To empower students by offering expert guidance and support, helping them make informed decisions and succeed in their academic and career pursuits across the globe. </p>
<h2 class="section-title__title pt-3 pb-3">Vision</h2>
<p>To be a global leader in international education consultancy, recognized for our integrity, professionalism, and commitment to shaping the futures of aspiring students. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Mission and Vision End-->
<?php include('footer.php')?>