rohini/uk.php

44 lines
2.4 KiB
PHP
Raw Normal View History

2024-10-01 07:29:23 +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">
<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-->
<section class="travel-one blog-bg">
<div class="travel-one__bg-two" style="background-image: url('assets/images/backgrounds/travel-one-bg-two.png');"> </div>
<div class="container">
<div class="section-title text-center">
<div class="section-title__tagline-box"> <span class="section-title__tagline">Countries of your choice</span>
<div class="section-title__border-box"></div>
</div>
<h2 class="section-title__title">Discover Excellence in Education,<br>
Culture, and Innovation in the UK.</h2>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6">
<div class="travel-one__left">
<div class="travel-one__img"> <img src="assets/images/resources/travel-one-img-1.jpg" alt=""> </div>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="travel-one__right">
<p class="travel-one__text-1 pb-3">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>
<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>
<div class="travel-one__btn-box"> <a href="contact.html" class="travel-one__btn thm-btn">Discover More</a> </div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php')?>