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

70 lines
4.1 KiB
PHP
Raw 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.

<?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>UK</h2>
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.html">Home</a></li>
<li><span>-</span></li>
<li class="active">UK</li>
</ul>
</div>
</div>
</section>
<!--Page Header End-->
<!--Intro-->
<section class="section-pd blog-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="section-title__tagline-box"> <span class="section-title__tagline">Countries of your choice</span> </div>
<h2 class="section-title__title">Explore Excellence, Elevate Your Future in the UK</h2>
<p class="pt-4">The United Kingdom is home to some of the worlds most prestigious universities and educational institutions, making it a top destination for international students. With its rich history, vibrant culture, and cutting-edge research facilities, the UK offers a unique and rewarding study experience that combines academic excellence with personal growth. </p>
</div>
</div>
<div class="row pt-5 pb-5">
<div class="col-lg-10 mx-auto"> <img src="assets/images/rohini/rohini-bg.jpg" class="img-fluid"> </div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto">
<p>At Rohini International Education, we are dedicated to guiding students through every step of their journey to studying in the UK. Whether you're aiming to pursue undergraduate, postgraduate, or research programs, our expert counselors provide personalized support in university selection, application processing, and visa assistance. </p>
<h3 class="pt-5 pb-4 section-title__title">Why Study in the UK? </h3>
<ul>
<li><strong>World-Class Institutions:</strong> Study at globally recognized universities like Oxford, Cambridge, Imperial College, and more.</li>
<li><strong>Diverse Programs:</strong> Choose from a wide range of courses and programs across various fields of study.</li>
<li><strong>Global Recognition:</strong> A UK degree is highly regarded by employers and institutions worldwide.</li>
<li><strong>Multicultural Environment:</strong> Experience a rich blend of cultures and perspectives while studying alongside students from around the world.</li>
<li><strong>Post-Study Opportunities:</strong> Take advantage of the UKs post-study work visa, allowing you to stay and work after completing your degree.</li>
</ul>
</div>
</div>
<div class="row pt-5 pb-5">
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-1.jpg" alt=""> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-2.jpg" alt=""> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-3.jpg" alt=""> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Intro End-->
<?php include('footer.php')?>