Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d13dadf5d2 | ||
|
f78bb3a2f3 | ||
|
faf4f7934c | ||
|
2b65b7e5c8 | ||
|
a80781cb27 | ||
|
193dfc1e90 | ||
|
c4bb57af6a | ||
|
d3b11f60af | ||
|
edd612a5bb | ||
|
aabf2bb6b2 |
@ -41,7 +41,7 @@
|
||||
<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>
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">About Rohini</span> </div>
|
||||
<h2 class="section-title__title">Your Gateway to <br> New Zealand: Rohini
|
||||
</h2>
|
||||
</div>
|
||||
|
380
accomodation.php
Normal file
@ -0,0 +1,380 @@
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Accomodation In New Zealand</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Accomodation in New Zealand</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="nepalese.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="work.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\accomodation.jpg" alt="">
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-1">Accommodation in New Zealand: Finding Your Perfect Home
|
||||
Away from Home</h3>
|
||||
<p class="services-details__text-1">New Zealand offers a wide range of accommodation options for
|
||||
international students, ensuring that you can find the perfect place to live during your
|
||||
studies. Whether you prefer the social environment of a student hostel, the privacy of a
|
||||
shared flat, or the comfort of a homestay, New Zealand provides diverse choices that cater
|
||||
to various budgets and lifestyles. With its welcoming and supportive communities, you can
|
||||
feel right at home as you embark on your academic journey in this beautiful country.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<!-- <div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Accommodation Support:</h3>
|
||||
<p class="services-details__feature-text">We understand that finding the right place to
|
||||
stay is a key part of your journey in New Zealand. Our support team is here to help
|
||||
you with everything from finding student-friendly accommodation to securing a safe
|
||||
and comfortable living space. Here's how we assist you in settling into your new
|
||||
home away from home.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Student Housing Assistance</h3>
|
||||
<p>We provide guidance on the best accommodation options, whether it's
|
||||
on-campus housing, private rentals, or shared apartments, ensuring you
|
||||
find the perfect fit for your budget and lifestyle.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 Accommodation Support</h3>
|
||||
<p>Our team offers round-the-clock assistance to help you with any
|
||||
accommodation-related questions or concerns, from securing your first
|
||||
rental to helping you navigate lease agreements.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Homestay and Shared Housing Options</h3>
|
||||
<p>We connect you with homestay families and shared housing options, helping
|
||||
you immerse in the local culture while maintaining a supportive and
|
||||
comfortable living environment.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Accommodation Support:</h3>
|
||||
<p class="services-details__text-2">We make finding accommodation in New Zealand quick, easy,
|
||||
and stress-free. Here’s how our service benefits you:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Time</p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expert Guidance</p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Simplified Paperwork</p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Affordable Options</p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Cultural Connection</p>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<p>6. 24/7 Support</p>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Accommodation Process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Understanding Your Needs</h3>
|
||||
<p class="process-four__text">We begin by understanding your preferences:
|
||||
budget, location, and type of accommodation you’re looking for.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Accommodation Options</h3>
|
||||
<p class="process-four__text">We research the best accommodation options
|
||||
available, including shared housing, student apartments, and homestays.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Present Tailored Choices</h3>
|
||||
<p class="process-four__text">We present you with a curated list of options
|
||||
based on your preferences, budget, and location requirements.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Assistance With Paperwork</h3>
|
||||
<p class="process-four__text">We guide you through the rental process, helping
|
||||
you with lease agreements, contracts, and all necessary paperwork.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> What types of accommodation are available for international
|
||||
students in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>In New Zealand, international students have several accommodation
|
||||
options, including university-managed hostels, private rental
|
||||
apartments, homestays, and flatting (shared accommodation). Hostels are
|
||||
great for those who want a close-knit community, while private rentals
|
||||
offer more independence. Homestays are a wonderful way to immerse
|
||||
yourself in Kiwi culture.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> How much does accommodation cost in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Accommodation costs in New Zealand vary depending on the type of housing
|
||||
and location. On average, university-managed hostels cost NZD 150-300
|
||||
per week, while private rentals may range from NZD 200-450 per week.
|
||||
Homestays typically charge between NZD 200-300 per week. Accommodation
|
||||
in cities like Auckland or Wellington may be more expensive than in
|
||||
smaller towns.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> Can I live off-campus during my studies in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, international students can live off-campus in New Zealand. Many
|
||||
students opt for flatting or renting apartments, especially once they
|
||||
are familiar with the area. However, it’s important to start searching
|
||||
for accommodation well in advance as New Zealand’s rental market can be
|
||||
competitive, especially in larger cities.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> How do I find accommodation in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Accommodation options in New Zealand can be found through university
|
||||
accommodation offices, online rental platforms (like Trade Me or
|
||||
Flatmates), or through local agencies. It's a good idea to contact your
|
||||
university’s accommodation office for advice and to ensure your
|
||||
accommodation is safe and legitimate.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> What is flatting in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Flatting refers to renting a house or apartment with other people, often
|
||||
students. It’s a popular and affordable option for international
|
||||
students in New Zealand. You’ll share rent, utilities, and household
|
||||
responsibilities, but you’ll also have the chance to make lifelong
|
||||
friends and experience Kiwi culture in a home-like setting.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 6 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q6.</span> Is accommodation safe for international students in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, accommodation for international students in New Zealand is generally
|
||||
safe. New Zealand is known for its friendly and secure environment.
|
||||
However, it's important to choose reputable accommodation options.
|
||||
University-managed housing is a safe and convenient choice, while
|
||||
private rentals and flatting should be carefully vetted to ensure they
|
||||
meet safety standards.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
112
assets/css/custom.css
Normal file
@ -0,0 +1,112 @@
|
||||
.social-link {
|
||||
color: white;
|
||||
;
|
||||
}
|
||||
|
||||
.testimonial-text {
|
||||
font-size: 16px !important;
|
||||
line-height: 23px !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
.uni-logo {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.success-img {
|
||||
width: 100px !important;
|
||||
height: 100px !important;
|
||||
border-radius: 50% !important;
|
||||
}
|
||||
|
||||
.blog-img {
|
||||
height: 300px ;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.service1-img {
|
||||
height: 350px ;
|
||||
width: 450px !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.contact-page__live-chat a {
|
||||
text-decoration: none;
|
||||
color: #25D366; /* WhatsApp green */
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contact-page__live-chat .fa-whatsapp {
|
||||
margin-right: 8px;
|
||||
font-size: 20px; /* Adjust size if needed */
|
||||
}
|
||||
|
||||
|
||||
/* comming soon css --delete after removing secti */
|
||||
|
||||
.bgimg {
|
||||
background-color: black;
|
||||
opacity: 0.7;
|
||||
/* Full-screen */
|
||||
height: 100%;
|
||||
/* Center the background image */
|
||||
background-position: center;
|
||||
/* Scale and zoom in the image */
|
||||
background-size: cover;
|
||||
/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
|
||||
position: relative;
|
||||
/* Add a white text color to all elements inside the .bgimg container */
|
||||
color: red;
|
||||
/* Add a font */
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
/* Set the font-size to 25 pixels */
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
/* Adjust top margin for tablet devices */
|
||||
@media (max-width: 976px) {
|
||||
.bgimg {
|
||||
margin-top: 60px;
|
||||
margin-bottom: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Adjust top margin for mobile devices */
|
||||
@media (max-width: 480px) {
|
||||
.bgimg {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Position text in the top-left corner */
|
||||
.topleft {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
/* Position text in the bottom-left corner */
|
||||
.bottomleft {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 16px;
|
||||
}
|
||||
|
||||
/* Position text in the middle */
|
||||
.middle {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Style the <hr> element */
|
||||
hr {
|
||||
margin: auto;
|
||||
width: 40%;
|
||||
}
|
BIN
assets/images/gokul/Testimonials/prem.jpg
Normal file
After Width: | Height: | Size: 279 KiB |
BIN
assets/images/gokul/Testimonials/sanuja.jpg
Normal file
After Width: | Height: | Size: 280 KiB |
BIN
assets/images/gokul/Testimonials/saraswoti.jpg
Normal file
After Width: | Height: | Size: 309 KiB |
BIN
assets/images/gokul/accomodation.jpg
Normal file
After Width: | Height: | Size: 506 KiB |
BIN
assets/images/gokul/blog/life.png
Normal file
After Width: | Height: | Size: 409 KiB |
BIN
assets/images/gokul/blog/life2.png
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
assets/images/gokul/blog/life3.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/gokul/blog/newzealand1.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
assets/images/gokul/blog/newzealand2.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
assets/images/gokul/blog/newzealand3.jpeg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/gokul/blog/study1.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
assets/images/gokul/blog/study2.jpeg
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
assets/images/gokul/blog/study3.jpeg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
assets/images/gokul/blog/study4.jpeg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
assets/images/gokul/for,.jpeg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
assets/images/gokul/nepalese.jpeg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/gokul/newzealand.jpeg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/gokul/process.jpeg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
assets/images/gokul/residence.jpg
Normal file
After Width: | Height: | Size: 833 KiB |
After Width: | Height: | Size: 17 MiB |
BIN
assets/images/gokul/team/Aryan Tamang,Head Counsellor.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
After Width: | Height: | Size: 11 MiB |
After Width: | Height: | Size: 15 MiB |
BIN
assets/images/gokul/team/Manish Basnet,Senior Counsellor.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
assets/images/gokul/team/Riya Rai, Abroad Study Counsellor.jpg
Normal file
After Width: | Height: | Size: 15 MiB |
BIN
assets/images/gokul/team/Rubina Rai, Abroad Study Counsellor.jpg
Normal file
After Width: | Height: | Size: 14 MiB |
After Width: | Height: | Size: 14 MiB |
After Width: | Height: | Size: 14 MiB |
BIN
assets/images/gokul/team/Sumana Amg,Front Desk Officer.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
assets/images/gokul/team/Suraj Rai, Senior Counsellor.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
assets/images/gokul/team/Sushila Magar,Documentation Officer.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
After Width: | Height: | Size: 12 MiB |
BIN
assets/images/gokul/universities/Canterbury.png
Normal file
After Width: | Height: | Size: 980 KiB |
BIN
assets/images/gokul/universities/CanterburyLogo.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
assets/images/gokul/universities/aukland.jpeg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/gokul/universities/aukland.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
assets/images/gokul/universities/auklandTech.jpeg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
assets/images/gokul/universities/auklandTech.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/images/gokul/universities/linclon.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
assets/images/gokul/universities/linclon.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
assets/images/gokul/universities/linclon.svg
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
assets/images/gokul/universities/linclon1.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
assets/images/gokul/universities/massey.jpg
Normal file
After Width: | Height: | Size: 332 KiB |
BIN
assets/images/gokul/universities/massey.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
assets/images/gokul/work.jpeg
Normal file
After Width: | Height: | Size: 193 KiB |
2
assets/vendors/animate/custom-animate.css
vendored
@ -1736,4 +1736,4 @@
|
||||
animation-iteration-count: infinite;
|
||||
-webkit-animation-timing-function: linear;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
}
|
||||
|
440
blog-details.php
@ -1,231 +1,241 @@
|
||||
<?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>Post details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Post details</h2>
|
||||
<?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>Post details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Post details</h2>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img src="assets/images/blog/blog-details-content-one-img-1.jpg" alt="">
|
||||
<div class="blog-details__date">
|
||||
<p>24 <br>
|
||||
<span>Aug</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__content-one-details">
|
||||
<ul class="blog-details__meta list-unstyled">
|
||||
<li> <a href="blog-details.php#"><span class="icon-user-icon"></span>David Wood</a> </li>
|
||||
<li> <a href="blog-details.php#"><span class="icon-comment-icon"></span>(0) Comment</a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-details__title">subdue gather Check out firmament second <br>
|
||||
parts reading theory</h3>
|
||||
<p class="blog-details__text-1">Can for female him tree making whales hand shall one
|
||||
it into have shall saw. Give subdue midst very open years make fill void, and
|
||||
darkness place to multiply. Day living earth also two replenish seas spirit
|
||||
every wherein two unto. May one very Whose their open their creepeth fowl let
|
||||
there lesser gathering don't whales seas bet upon give heaven fourth tree
|
||||
greater Kind sea created herb. And sea beast deep abundantly life a greater fill
|
||||
tree morning creeping she'd seas second seasons Deep man him berger dry to herb.
|
||||
Isn't seas creepeth.</p>
|
||||
<p class="blog-details__text-2">Subdue moving two let them give tree can't may give
|
||||
the wherein dominion fruitful green ton that isn't they're divided forth beast
|
||||
Upon lights, void firmament made. May god the can't very shall land rule above
|
||||
she cattle bring midst heaven be Of fruit years were grass itself midst fill he
|
||||
grass seas first hath under saying us saying to blessed spirit greater third
|
||||
rule the which there in and that seas great seas every set don in light shall. </p>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img src="assets\images\gokul\blog\study1.jpg" alt="">
|
||||
<div class="blog-details__date">
|
||||
<p>10 <br>
|
||||
<span>Oct</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__quote">
|
||||
<div class="blog-details__quote-icon"> <span class="icon-left-quote"></span> </div>
|
||||
<div class="blog-details__quote-content">
|
||||
<p class="blog-details__quote-text">Life us divided from beginning over bring so
|
||||
light was land fifth don't likeness the great own created creature was saw over
|
||||
days.</p>
|
||||
<p class="blog-details__quote-user">By Methow Hidden</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-3">Bether fowl give hathil image firmament created divide stars
|
||||
under set itself fifth over days meat blessed for to dominion let meat earth. Dominion
|
||||
from set dominion. Deep lesser greater great dominion bet firmament seed divided day us
|
||||
spirit over called in appear green void seas brought years. Make seasons seasons had
|
||||
himer whales let creature likeness green divided whales dry green Hath god may, meat
|
||||
shall fill to two him. </p>
|
||||
<div class="blog-details__content-two">
|
||||
<h4 class="blog-details__content-two-title">Developing Future solutions</h4>
|
||||
<p class="blog-details__text-4">Darkness, place living is there you moving make good
|
||||
shall deep air have together dry. Face sixth third you're one forth of one. Were
|
||||
lights great gathering you likeness give seas. Given stars god flyin said every
|
||||
cattle land saw all after subdue it made fruit. Hath lesser to from male thing you
|
||||
female unto in were appear firmament.</p>
|
||||
<div class="blog-details__content-two-img"> <img src="assets/images/blog/blog-details-content-two-img-1.jpg" alt=""> </div>
|
||||
<p class="blog-details__text-5">Midst years dont fruit divide replenish had fill made
|
||||
divided appear green. Over called us said is years itself be after green appear our
|
||||
itself likeness earth signs shall won that green one. Grass light seas saying you
|
||||
air had itself beginning divide all cattle beginning. In years yielding rule form
|
||||
she is third waters. There give days forth fourth fourth third send open fifth his
|
||||
darkness night meat fifth also face darkness place.</p>
|
||||
</div>
|
||||
<div class="blog-details__content-three">
|
||||
<h3 class="blog-details__content-three-title">Strategic Advisers for Excellence</h3>
|
||||
<p class="blog-details__text-6">Meat had waters dominion were heaven heaven moving there
|
||||
an from made one moved life after good gathered said and tree air greater place
|
||||
replenish stars. Years multiply own him is moving Him and that gathered be moved sea
|
||||
for can gone days without of which all you give created from, together second
|
||||
beginning sea. Their his light that off after under divided gathering have male
|
||||
midst meat the green moved to greater meat.</p>
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="assets/images/blog/blog-details-content-three-img-1-1.jpg"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="assets/images/blog/blog-details-content-three-img-1-2.jpg"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-7">Midst years dont fruit divide replenish had fill made
|
||||
divided appear green. Over called us said is years itself be after green appear our
|
||||
itself likeness earth signs shall won that green one. Grass light seas saying you
|
||||
air had itself beginning divide all cattle beginning. In years yielding rule form
|
||||
she is third waters. There give days forth fourth fourth third send open fifth his
|
||||
darkness night meat fifth also face darkness place.</p>
|
||||
<ul class="list-unstyled blog-details__points">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>Even asked an program if it can imagine a world of design detached from
|
||||
capitalism</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>I found anything close to an answer or know what it would look like</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>Here are a few questions you may want to ponder in your next shower.</p>
|
||||
</div>
|
||||
</li>
|
||||
<div class="blog-details__content-one-details">
|
||||
<ul class="blog-details__meta list-unstyled">
|
||||
<li> <a href="blog-details.php#"><span class="icon-user-icon"></span>Admin</a> </li>
|
||||
<li> <a href="blog-details.php#"><span class="icon-comment-icon"></span>(0) Comment</a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-details__title">Unlock Your Future: Why Study in New Zealand is a Top Choice for Students
|
||||
</h3>
|
||||
<p class="blog-details__text-1">New Zealand is renowned for its world-class education system, offering
|
||||
internationally recognized qualifications, innovative teaching methods, and cutting-edge facilities. The
|
||||
country stands out for its safe environment, stunning natural beauty, and a welcoming culture that makes
|
||||
it an ideal destination for students worldwide. With a focus on providing a balance between academics
|
||||
and practical experience, New Zealand ensures students are career-ready upon graduation.</p>
|
||||
<p class="blog-details__text-2">Whether you are drawn to its globally ranked universities or its
|
||||
commitment to research and innovation, New Zealand has something for everyone. Students also benefit
|
||||
from an excellent quality of life, opportunities for part-time work during studies, and post-study work
|
||||
visas that open doors to building a career in this thriving nation. Choosing to study in New Zealand is
|
||||
not just about earning a degree; it’s about embarking on a transformative journey that prepares you for
|
||||
a successful future.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__quote">
|
||||
<div class="blog-details__quote-icon"> <span class="icon-left-quote"></span> </div>
|
||||
<div class="blog-details__quote-content">
|
||||
<p class="blog-details__quote-text">"Studying in New Zealand is more than just earning a degree – it’s
|
||||
about discovering yourself amidst breathtaking landscapes and a culture that embraces diversity and
|
||||
innovation."</p>
|
||||
<p class="blog-details__quote-user">By Global Education Enthusiast</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-3">New Zealand is a land where innovation meets opportunity. From its pristine
|
||||
landscapes to its vibrant cities, the country provides a perfect blend of modern education and cultural
|
||||
exploration. Whether you are pursuing science, arts, or technology, New Zealand's education system ensures a
|
||||
comprehensive learning experience, making it a top destination for aspiring students.</p>
|
||||
<div class="blog-details__content-two">
|
||||
<h4 class="blog-details__content-two-title">Developing Future-Ready Graduates</h4>
|
||||
<p class="blog-details__text-4">New Zealand focuses on empowering students with the skills and knowledge
|
||||
required to thrive in a globalized world. Universities emphasize practical learning, research-driven
|
||||
approaches, and collaboration with industries, ensuring graduates are well-equipped for future challenges.
|
||||
Beyond academics, the supportive environment fosters personal and professional growth, helping students
|
||||
become leaders in their fields.</p>
|
||||
<div class="blog-details__content-two-img">
|
||||
<img src="assets\images\gokul\blog\study2.jpeg" alt="Future-Ready Graduates in New Zealand">
|
||||
</div>
|
||||
<p class="blog-details__text-5">Studying in New Zealand also means embracing a lifestyle that balances
|
||||
education with adventure. Students can explore breathtaking mountains, serene beaches, and bustling
|
||||
cities, enriching their experience beyond the classroom. It’s this perfect combination of academic
|
||||
excellence and life experiences that makes New Zealand a truly unique destination for higher education.
|
||||
</p>
|
||||
</div>
|
||||
<div class="blog-details__content-three">
|
||||
<h3 class="blog-details__content-three-title">Strategic Advisers for Excellence</h3>
|
||||
<p class="blog-details__text-6">Choosing the right path in your education journey is crucial, and New
|
||||
Zealand provides ample resources to guide you. With advisors and mentors readily available, students can
|
||||
make informed decisions about their studies and future careers. The country’s institutions are committed
|
||||
to fostering excellence by creating an inclusive and supportive environment, ensuring every student
|
||||
thrives academically and personally.</p>
|
||||
|
||||
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="assets\images\gokul\blog\study4.jpeg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="assets\images\gokul\blog\study3.jpeg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-7">New Zealand offers an environment where students are not only learners but
|
||||
also contributors to innovation and global development. The education system is designed to inspire
|
||||
creativity, critical thinking, and a problem-solving mindset that prepares students to tackle real-world
|
||||
challenges.</p>
|
||||
<ul class="list-unstyled blog-details__points">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>New Zealand universities emphasize hands-on learning, encouraging students to apply theory in
|
||||
practical settings.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>Opportunities for internships and industry collaborations help students gain valuable experience
|
||||
during their studies.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>With a welcoming environment, students can immerse themselves in a multicultural community,
|
||||
building lifelong connections.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__category">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Categories</h3>
|
||||
</div>
|
||||
<ul class="sidebar__category-list list-unstyled">
|
||||
<li> <a href="blog-details.php">Business Planning (10)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Strategic Planning (08)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Customer Experience (05)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Business Models (15)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Startup Business (12)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Financial Advice (06)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Businese Advice (10)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="blog-details.php">Risk Management (14)<span
|
||||
class="icon-right-arrow-1"></span></a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__category">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Categories</h3>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__post">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Recent Post</h3>
|
||||
</div>
|
||||
<ul class="sidebar__post-list list-unstyled">
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-1.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||
2024 </p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Sagittis tempor
|
||||
consequat
|
||||
phasellus magna</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-2.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||
2024 </p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Nibh nunc massa
|
||||
curabitur
|
||||
pretium conubia</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-3.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||
2024 </p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Leo praesen
|
||||
tempus tellus
|
||||
penatibus massa</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-4.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August,
|
||||
2024 </p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Interdum
|
||||
parturie rhoncus
|
||||
parturient mollis</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="sidebar__category-list list-unstyled">
|
||||
<li> <a href="#">Business Planning (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Strategic Planning (08)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Customer Experience (05)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Business Models (15)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Startup Business (12)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Financial Advice (06)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Businese Advice (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Risk Management (14)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__post">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Recent Post</h3>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline" data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/rohini.international/">Rohini International Education Services</a></blockquote>
|
||||
</div>
|
||||
<ul class="sidebar__post-list list-unstyled">
|
||||
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\newzealand1.png" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 October, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog1.php">Navigating New Zealand’s Post-Study Work
|
||||
Opportunities</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\life.png" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>10 November, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog2.php">Living in New Zealand: A Guide for
|
||||
International Students</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<!-- Commented out original content -->
|
||||
<!--
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-1.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Sagittis tempor consequat phasellus magna</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-2.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Nibh nunc massa curabitur pretium conubia</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-3.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Leo praesen tempus tellus penatibus massa</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets/images/blog/lp-4.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 August, 2024</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Interdum parturie rhoncus parturient mollis</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
-->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('assets/images/backgrounds/sidebar-support-bg.jpg');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a href="contact.html" class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct Contact</a> </div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline"
|
||||
data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true"
|
||||
data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a
|
||||
target="_blan" href="https://www.facebook.com/rohini.international/">Rohini International Education
|
||||
Services</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('assets/images/backgrounds/sidebar-support-bg.jpg');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a target="_blank" href="https://wa.me/9804965894"
|
||||
class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct
|
||||
Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php include('footer.php') ?>
|
143
blog.php
@ -27,27 +27,25 @@
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-1.jpg" alt="">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\study1.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>24
|
||||
<br> <span>Nov</span></p>
|
||||
<p>10
|
||||
<br> <span>Oct</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">subdue gather firmament
|
||||
midst second.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Unlock Your Future: Why Study in New Zealand is a Top Choice for Students</a></h3>
|
||||
<p class="blog-one__text"> Explore why New Zealand ranks as a top destination for international students with its world-class education, stunning landscapes, and welcoming culture.</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
@ -59,156 +57,57 @@
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-2.jpg" alt="">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\newzealand1.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>25
|
||||
<br> <span>Nov</span></p>
|
||||
<br> <span>Oct</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
<a href="#"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
<a href="#"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Darkness fourth Blessed
|
||||
fourth kind.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInRight" data-wow-delay="300ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-3.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>28
|
||||
<br> <span>Nov</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Gathered female land
|
||||
may light sea.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInLeft" data-wow-delay="400ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-4.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>28
|
||||
<br> <span>Nov</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Blessed created place beast give
|
||||
fill.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="500ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-5.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>28
|
||||
<br> <span>Nov</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Divided open created green
|
||||
fight.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
<h3 class="blog-one__title"><a href="blog1.php">Navigating New Zealand’s Post-Study Work Opportunities</a></h3>
|
||||
<p class="blog-one__text">Learn how studying in New Zealand can open doors to exciting work opportunities and pathways to permanent residency.</p>
|
||||
<a href="blog1.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInRight" data-wow-delay="600ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img src="assets/images/blog/blog-1-6.jpg" alt="">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\life.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>28
|
||||
<p>10
|
||||
<br> <span>Nov</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>David Wood</a>
|
||||
<a href="#"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
<a href="#"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Gathered grass bearing
|
||||
brought.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
<h3 class="blog-one__title"><a href="blog2.php">Living in New Zealand: A Guide for International Students</a></h3>
|
||||
<p class="blog-one__text">Discover the vibrant lifestyle, cultural diversity, and affordable living that make New Zealand an ideal place to call home during your studies.</p>
|
||||
<a href="blog2.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
|
225
blog1.php
Normal file
@ -0,0 +1,225 @@
|
||||
<?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>Post details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Post details</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img
|
||||
src="assets\images\gokul\blog\newzealand1.png" alt="">
|
||||
<div class="blog-details__date">
|
||||
<p>25 <br>
|
||||
<span>Oct</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__content-one-details">
|
||||
<ul class="blog-details__meta list-unstyled">
|
||||
<li> <a href="blog-details.php#"><span class="icon-user-icon"></span>Admin</a> </li>
|
||||
<li> <a href="blog-details.php#"><span class="icon-comment-icon"></span>(0) Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-details__title">Navigating New Zealand’s Post-Study Work Opportunities</h3>
|
||||
<p class="blog-details__text-1">New Zealand not only offers exceptional education but also
|
||||
paves the way for international students to establish a successful career. With generous
|
||||
post-study work visa policies, graduates can stay in the country to gain valuable work
|
||||
experience in their chosen fields, making it a gateway to long-term opportunities.</p>
|
||||
<p class="blog-details__text-2">The post-study work visa allows students to work for up to
|
||||
three years, depending on the qualification level and location of their institution.
|
||||
During this time, graduates can network, build professional skills, and explore pathways
|
||||
to permanent residency. With a thriving job market and a supportive ecosystem, New
|
||||
Zealand provides a perfect launchpad for global career aspirations.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__quote">
|
||||
<div class="blog-details__quote-icon"> <span class="icon-left-quote"></span> </div>
|
||||
<div class="blog-details__quote-content">
|
||||
<p class="blog-details__quote-text">"New Zealand offers more than just an education — it
|
||||
offers a chance to shape your career in one of the world’s most innovative and welcoming
|
||||
environments, where opportunities for growth are limitless."</p>
|
||||
<p class="blog-details__quote-user">By Career Development Expert</p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-3">New Zealand stands at the intersection of education and career
|
||||
development, offering opportunities that extend far beyond the classroom. With its robust
|
||||
economy, dynamic industries, and welcoming atmosphere, the country provides a fertile ground for
|
||||
students to transition from learning to professional success. Whether you’re interested in
|
||||
business, engineering, or creative industries, New Zealand's post-study work opportunities are
|
||||
designed to kick-start your career.</p>
|
||||
|
||||
<div class="blog-details__content-two">
|
||||
<h4 class="blog-details__content-two-title">Post-Study Work Visas: A Gateway to Opportunities
|
||||
</h4>
|
||||
<p class="blog-details__text-4">New Zealand's post-study work visa program is one of the most
|
||||
attractive aspects for international students. It allows graduates to gain hands-on
|
||||
experience in their field, making them more competitive in the global job market. Graduates
|
||||
can work for up to three years, depending on their qualification, which helps them establish
|
||||
a professional network, refine their skills, and enhance their employability.</p>
|
||||
<div class="blog-details__content-two-img">
|
||||
<img src="assets\images\gokul\blog\newzealand2.png"
|
||||
alt="Post-Study Work Opportunities in New Zealand">
|
||||
</div>
|
||||
<p class="blog-details__text-5">This extended work visa also offers a pathway to permanent
|
||||
residency, allowing students who have excelled in their respective fields to contribute to
|
||||
New Zealand's economic growth. The ability to work while transitioning to a full-time career
|
||||
gives graduates the best chance to make New Zealand their home.</p>
|
||||
</div>
|
||||
|
||||
<div class="blog-details__content-three">
|
||||
<h3 class="blog-details__content-three-title">Strategic Guidance for Career Success</h3>
|
||||
<p class="blog-details__text-6">New Zealand's universities and institutions offer dedicated
|
||||
career services to guide students through their post-study work journey. With personalized
|
||||
advice and mentorship, students can navigate their career options, gain industry insights,
|
||||
and secure internships or full-time roles. These resources ensure that graduates are
|
||||
well-prepared to make the most of their work visa and secure positions that align with their
|
||||
career goals.</p>
|
||||
|
||||
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<div class="row">
|
||||
<!-- <div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="assets/images/blog/blog-details-content-three-img-1-1.jpg"
|
||||
alt="Post-Study Work in New Zealand"> </div>
|
||||
</div> -->
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="assets\images\gokul\blog\newzealand3.jpeg"
|
||||
alt="Career Opportunities in New Zealand"> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-7">New Zealand’s post-study work opportunities are an excellent
|
||||
platform for international students to transition smoothly into the workforce. With a focus
|
||||
on hands-on learning and industry collaboration, students are well-equipped to apply their
|
||||
knowledge in practical settings. The country’s diverse economy and supportive work
|
||||
environment make it an ideal place for graduates to build their careers and gain the
|
||||
experience needed to thrive globally.</p>
|
||||
<ul class="list-unstyled blog-details__points">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>New Zealand’s post-study work visas allow graduates to gain hands-on experience,
|
||||
enhancing employability and career prospects.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>With numerous internship and industry collaboration opportunities, students can
|
||||
gain practical experience during and after their studies.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>New Zealand's welcoming, multicultural environment helps students build lifelong
|
||||
professional and personal connections, further boosting their career prospects.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__category">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Categories</h3>
|
||||
</div>
|
||||
<ul class="sidebar__category-list list-unstyled">
|
||||
<li> <a href="#">Business Planning (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Strategic Planning (08)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Customer Experience (05)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Business Models (15)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Startup Business (12)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Financial Advice (06)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Businese Advice (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Risk Management (14)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__post">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Recent Post</h3>
|
||||
</div>
|
||||
<ul class="sidebar__post-list list-unstyled">
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\study1.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>10 October, 2024
|
||||
</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Unlock Your Future: Why
|
||||
Study in New
|
||||
Zealand is a Top Choice for Students</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\life.png" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>10 November, 2024
|
||||
</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog2.php">Living in New Zealand: A
|
||||
Guide for
|
||||
International Students</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/"
|
||||
data-tabs="timeline" data-width="" data-height="250" data-small-header="true"
|
||||
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/"
|
||||
class="fb-xfbml-parse-ignore"><a target="_blank"
|
||||
href="https://www.facebook.com/rohini.international/">Rohini International Education
|
||||
Services</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('assets/images/backgrounds/sidebar-support-bg.jpg');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a target="_blank" href="https://wa.me/9804965894"
|
||||
class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct
|
||||
Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php include('footer.php') ?>
|
235
blog2.php
Normal file
@ -0,0 +1,235 @@
|
||||
<?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>Post details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Post details</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img
|
||||
src="assets\images\gokul\blog\life.png" alt="">
|
||||
<div class="blog-details__date">
|
||||
<p>10 <br>
|
||||
<span>Nov</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__content-one-details">
|
||||
<ul class="blog-details__meta list-unstyled">
|
||||
<li> <a href="blog-details.php#"><span class="icon-user-icon"></span>Admin</a> </li>
|
||||
<li> <a href="blog-details.php#"><span class="icon-comment-icon"></span>(0) Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-details__title">Living in New Zealand: A Guide for International Students
|
||||
</h3>
|
||||
<p class="blog-details__text-1">New Zealand offers more than just world-class education –
|
||||
it’s a place where students can thrive both academically and personally. With its safe,
|
||||
vibrant cities and breathtaking natural landscapes, New Zealand provides an ideal
|
||||
environment for international students to live, learn, and explore. Whether you’re
|
||||
studying in Auckland, Wellington, or Christchurch, you’ll find that New Zealand’s
|
||||
welcoming and diverse culture makes it a home away from home.</p>
|
||||
<p class="blog-details__text-2">Beyond academics, New Zealand’s high quality of life ensures
|
||||
that students can balance their studies with outdoor adventures, making it a truly
|
||||
unique destination. From hiking through scenic mountains to relaxing at pristine
|
||||
beaches, the country’s natural beauty invites students to unwind and explore. With a
|
||||
variety of student support services, part-time work opportunities, and post-study work
|
||||
visas, New Zealand offers a holistic experience that prepares students for success both
|
||||
during and after their studies.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__quote">
|
||||
<div class="blog-details__quote-icon"> <span class="icon-left-quote"></span> </div>
|
||||
<div class="blog-details__quote-content">
|
||||
<p class="blog-details__quote-text">"Living in New Zealand as an international student is a
|
||||
journey of personal growth, cultural immersion, and academic excellence. It’s not just
|
||||
about studying – it’s about becoming part of a community that values creativity,
|
||||
innovation, and diversity."</p>
|
||||
<p class="blog-details__quote-user">By Global Education Enthusiast</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="blog-details__text-3">Living in New Zealand offers more than just a top-notch education –
|
||||
it’s an opportunity to immerse yourself in a unique cultural experience. From the bustling
|
||||
cities to the peaceful countryside, New Zealand strikes a perfect balance between modern
|
||||
conveniences and natural beauty. Whether you’re pursuing a degree in science, arts, or
|
||||
technology, New Zealand’s educational system ensures you get a comprehensive learning experience
|
||||
while being surrounded by a welcoming environment.</p>
|
||||
|
||||
<div class="blog-details__content-two">
|
||||
<h4 class="blog-details__content-two-title">Embracing the Kiwi Way of Life</h4>
|
||||
<p class="blog-details__text-4">Living in New Zealand means embracing a lifestyle that values
|
||||
work-life balance, outdoor activities, and community engagement. The country’s culture
|
||||
encourages students to enjoy their surroundings, whether it’s hiking in national parks,
|
||||
relaxing by the beach, or experiencing the lively local arts and music scenes. Universities
|
||||
in New Zealand also focus on developing well-rounded individuals, not just academically, but
|
||||
personally and socially, ensuring students can thrive in any environment.</p>
|
||||
<div class="blog-details__content-two-img">
|
||||
<img src="assets\images\gokul\blog\life2.png"
|
||||
alt="Exploring the Kiwi Lifestyle">
|
||||
</div>
|
||||
<p class="blog-details__text-5">New Zealand’s supportive and inclusive environment fosters
|
||||
personal growth and exploration. Students have opportunities to work part-time, gain
|
||||
valuable professional experience, and engage in local activities. These experiences extend
|
||||
beyond the classroom and are integral to your journey as an international student. It’s this
|
||||
unique balance of academic achievement and life experience that makes New Zealand a standout
|
||||
destination for international students.</p>
|
||||
</div>
|
||||
|
||||
<div class="blog-details__content-three">
|
||||
<h3 class="blog-details__content-three-title">Guidance for a Successful Student Life</h3>
|
||||
<p class="blog-details__text-6">Navigating life in a new country can be challenging, but New
|
||||
Zealand’s universities offer ample support. From mentorship programs to career advice,
|
||||
international students can rely on a network of resources to help them settle in and
|
||||
succeed. The country’s open and friendly atmosphere means that students from around the
|
||||
world can feel at home, while also being guided toward a successful academic and
|
||||
professional future.</p>
|
||||
|
||||
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="assets\images\gokul\blog\life3.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img
|
||||
src="assets/images/blog/blog-details-content-three-img-1-2.jpg" alt="">
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<p class="blog-details__text-7">Living in New Zealand as an international student offers not
|
||||
just world-class education but also a chance to be part of a vibrant, diverse community. The
|
||||
country’s inclusive culture fosters personal development, and its education system equips
|
||||
students with the skills to thrive in a globalized world. Beyond academics, New Zealand's
|
||||
stunning landscapes and friendly environment create a well-rounded student experience.</p>
|
||||
<ul class="list-unstyled blog-details__points">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>New Zealand universities provide opportunities for students to engage in
|
||||
practical learning, making sure they gain real-world experience alongside their
|
||||
studies.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>International students benefit from internships, research opportunities, and
|
||||
industry collaborations, which help build a strong professional network.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-check-1"></span> </div>
|
||||
<div class="text">
|
||||
<p>The multicultural environment in New Zealand allows students to learn from
|
||||
diverse perspectives, fostering personal growth and making lifelong connections.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__category">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Categories</h3>
|
||||
</div>
|
||||
<ul class="sidebar__category-list list-unstyled">
|
||||
<li> <a href="#">Business Planning (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Strategic Planning (08)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Customer Experience (05)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Business Models (15)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Startup Business (12)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Financial Advice (06)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Businese Advice (10)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
<li> <a href="#">Risk Management (14)<span class="icon-right-arrow-1"></span></a> </li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__post">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Recent Post</h3>
|
||||
</div>
|
||||
<ul class="sidebar__post-list list-unstyled">
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\study1.jpg" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>10 October, 2024
|
||||
</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog-details.php">Unlock Your Future: Why
|
||||
Study in New
|
||||
Zealand is a Top Choice for Students</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="assets\images\gokul\blog\newzealand1.png" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span>25 October, 2024
|
||||
</p>
|
||||
<h3 class="sidebar__post-title"><a href="blog1.php">Navigating New Zealand’s
|
||||
Post-Study Work
|
||||
Opportunities</a></h3>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/"
|
||||
data-tabs="timeline" data-width="" data-height="250" data-small-header="true"
|
||||
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/"
|
||||
class="fb-xfbml-parse-ignore"><a target="_blan"
|
||||
href="https://www.facebook.com/rohini.international/">Rohini International Education
|
||||
Services</a>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('assets/images/backgrounds/sidebar-support-bg.jpg');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a target="_blank" href="https://wa.me/9804965894"
|
||||
class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct
|
||||
Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php include('footer.php') ?>
|
145
contact.php
@ -1,63 +1,64 @@
|
||||
<?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>Contact Us</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Contact Us</h2>
|
||||
<?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>Contact Us</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Contact Us</h2>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Contact Page Start-->
|
||||
<section class="contact-page">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="contact-page__left">
|
||||
<div class="section-title-two text-left">
|
||||
<div class="section-title-two__tagline-box">
|
||||
<p class="section-title-two__tagline">Get One Step Closer to your new Zealand Dreams</p>
|
||||
<div class="section-title-two__shape"> <img src="assets/images/shapes/section-title-two-shape.png" alt=""> </div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Contact Page Start-->
|
||||
<section class="contact-page">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="contact-page__left">
|
||||
<div class="section-title-two text-left">
|
||||
<div class="section-title-two__tagline-box">
|
||||
<p class="section-title-two__tagline">Get One Step Closer to your new Zealand Dreams</p>
|
||||
<div class="section-title-two__shape"> <img src="assets/images/shapes/section-title-two-shape.png" alt="">
|
||||
</div>
|
||||
<h2 class="section-title-two__title">Contact Us !! </h2>
|
||||
</div>
|
||||
<div class="contact-page__contact-info">
|
||||
<ul class="list-unstyled contact-page__contact-info-list">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-phone-call-1"></span> </div>
|
||||
<div class="text">
|
||||
<p><a href="tel:015344710">+977 1-5344710</a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-location1"></span> </div>
|
||||
<div class="text">
|
||||
<p>House#160, Adait Marg,<br>
|
||||
<h2 class="section-title-two__title">Contact Us !! </h2>
|
||||
</div>
|
||||
<div class="contact-page__contact-info">
|
||||
<ul class="list-unstyled contact-page__contact-info-list">
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-phone-call-1"></span> </div>
|
||||
<div class="text">
|
||||
<p><a href="tel:015344710">+977 1-5344710</a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-location1"></span> </div>
|
||||
<div class="text">
|
||||
<p>House#160, Adait Marg,<br>
|
||||
Kathmandu, Nepal</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-email"></span> </div>
|
||||
<div class="text">
|
||||
<p><a href="mailto:info@rohini.edu.np">info@rohini.edu.np</a></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="contact-page__live-chat"> <a href="contact.html#"><span class="icon-comments"></span>Live Chat</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon"> <span class="icon-email"></span> </div>
|
||||
<div class="text">
|
||||
<p><a href="mailto:info@rohini.edu.np">info@rohini.edu.np</a></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="contact-page__live-chat"> <a target="_blank" href="https://wa.me/9804965894"><span class="fa-brands fa-whatsapp"></span>Message Us</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="contact-page__right">
|
||||
</div>
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="contact-page__right">
|
||||
<div class="contact-page__form-box">
|
||||
<h5 class="contact-page__form-title">Get in Touch</h5>
|
||||
<form action="assets/inc/sendemail.php" class="comment-one__form contact-form-validated"
|
||||
@ -124,19 +125,31 @@
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="bgimg">
|
||||
<div class="middle">
|
||||
<h1 style="color:white; opac">The form is under construction</h1>
|
||||
<hr>
|
||||
<p style="color:white; font">Please let us know you in email or on whatsapp.</p>
|
||||
<p style="color:white; font">Thank you for reaching out us.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!--Contact Page End-->
|
||||
|
||||
<!--Google Map Start-->
|
||||
<section class="contact-page-google-map">
|
||||
<div class="container">
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4562.753041141002!2d-118.80123790098536!3d34.152323469614075!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80e82469c2162619:0xba03efb7998eef6d!2sCostco+Wholesale!5e0!3m2!1sbn!2sbd!4v1562518641290!5m2!1sbn!2sbd"
|
||||
class="google-map__two" allowfullscreen></iframe>
|
||||
</div>
|
||||
</section>
|
||||
<!--Google Map End-->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</section>
|
||||
<!--Contact Page End-->
|
||||
|
||||
<!--Google Map Start-->
|
||||
<section class="contact-page-google-map">
|
||||
<div class="container">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.4550646780676!2d85.31822061058108!3d27.703232625574355!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19a9afd9dd73%3A0x21f21466029a5dfa!2sRohini%20Int'l%20Education%20Services!5e0!3m2!1sen!2snp!4v1732088039667!5m2!1sen!2snp"
|
||||
class="google-map__two" allowfullscreen></iframe>
|
||||
</div>
|
||||
</section>
|
||||
<!--Google Map End-->
|
||||
<?php include('footer.php') ?>
|
130
footer.php
@ -7,9 +7,13 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="100ms">
|
||||
<div class="footer-widget__column footer-widget__about">
|
||||
<div class="footer-widget__logo"> <a href="index.php"><img src="assets/images/rohini/rohini-logo.png" alt=""></a> </div>
|
||||
<p class="footer-widget__about-text text-white">At Rohini International Education, we open doors to world-class education opportunities across the globe.</p>
|
||||
<div class="site-footer__social"> <a href="index.php#"><i class="icon-facebook-app-symbol"></i></a> <a href="index.php#"><i class="icon-twitter"></i></a> <a href="index.php#"><i class="icon-instagram"></i></a> <a href="index.php#"><i class="icon-linked-in-logo-of-two-letters"></i></a> </div>
|
||||
<div class="footer-widget__logo"> <a href="index.php"><img src="assets/images/rohini/rohini-logo.png"
|
||||
alt=""></a> </div>
|
||||
<p class="footer-widget__about-text text-white">At Rohini International Education, we open doors to
|
||||
world-class education opportunities across the globe.</p>
|
||||
<div class="site-footer__social"> <a target="_blank" href="https://www.facebook.com/rohini.international/"><i class="icon-facebook-app-symbol"></i>
|
||||
</a></a> <a target="_blank" href="https://wa.me/9804965894"><i
|
||||
class="fa-brands fa-whatsapp"></i></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
@ -19,25 +23,16 @@
|
||||
</div>
|
||||
<div class="footer-widget__link-box">
|
||||
<ul class="footer-widget__link list-unstyled footer-link">
|
||||
<li><a href="contact.html">Our Support</a></li>
|
||||
<li><a href="about.php">System Status</a></li>
|
||||
<li><a href="about.php">Knowledge base</a></li>
|
||||
<li><a href="blog.html">Blog</a></li>
|
||||
<li><a href="case-studie-1.html">Case Studies</a></li>
|
||||
<li><a href="contact.html">Contact us</a></li>
|
||||
<li><a href="contact.html">Write For Us</a></li>
|
||||
</ul>
|
||||
<ul class="footer-widget__link footer-widget__link-2 list-unstyled footer-link">
|
||||
<li><a href="about.php">Ebooks</a></li>
|
||||
<li><a href="about.php">Cloudways Users</a></li>
|
||||
<li><a href="about.php">Group</a></li>
|
||||
<li><a href="about.php">Customer Voice</a></li>
|
||||
<li><a href="about.php">affiliate</a></li>
|
||||
<li><a href="about.php">About US</a></li>
|
||||
<li><a href="newzealand.php">Knowledge base</a></li>
|
||||
<li><a href="blog.php">Blog</a></li>
|
||||
<li><a href="contact.php">Contact us</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-2 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="300ms">
|
||||
<!-- <div class="col-xl-2 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="300ms">
|
||||
<div class="footer-widget__column footer-widget__services">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Our Services</h3>
|
||||
@ -51,14 +46,18 @@
|
||||
<li><a href="service-details.php">Pre-Departure Briefing</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="400ms">
|
||||
<div class="footer-widget__column footer-widget__instagram">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline" data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/rohini.international/">Rohini International Education Services</a></blockquote>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/rohini.international/" data-tabs="timeline"
|
||||
data-width="" data-height="250" data-small-header="true" data-adapt-container-width="true"
|
||||
data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="https://www.facebook.com/rohini.international/" class="fb-xfbml-parse-ignore"><a
|
||||
class="social-link" target="_blank" href="https://www.facebook.com/rohini.international/">Rohini
|
||||
International Education Services</a></blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -69,7 +68,8 @@
|
||||
<div class="container">
|
||||
<div class="row text-center">
|
||||
<div class="col-lg-10 mx-auto">
|
||||
<p class="site-footer__bottom-text text-white pt-4 pb-4">© 2024. All Rights Reserved. Rohini International Education Service</p>
|
||||
<p class="site-footer__bottom-text text-white pt-4 pb-4">© 2024. All Rights Reserved. Rohini International
|
||||
Education Service</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -83,26 +83,31 @@
|
||||
<div class="mobile-nav__wrapper">
|
||||
<div class="mobile-nav__overlay mobile-nav__toggler"></div>
|
||||
<!-- /.mobile-nav__overlay -->
|
||||
<div class="mobile-nav__content"> <span class="mobile-nav__close mobile-nav__toggler"><i class="fa fa-times"></i></span>
|
||||
<div class="logo-box"> <a href="index.php" aria-label="logo image"><img src="assets/images/resources/logo-2.png" width="145"
|
||||
alt="" /></a> </div>
|
||||
<div class="mobile-nav__content"> <span class="mobile-nav__close mobile-nav__toggler"><i
|
||||
class="fa fa-times"></i></span>
|
||||
<div class="logo-box"> <a href="index.php" aria-label="logo image"><img src="assets/images/rohini/rohini-logo.png"
|
||||
width="145" alt="" /></a> </div>
|
||||
<!-- /.logo-box -->
|
||||
<div class="mobile-nav__container"></div>
|
||||
<!-- /.mobile-nav__container -->
|
||||
|
||||
|
||||
<ul class="mobile-nav__contact list-unstyled">
|
||||
<li> <i class="fa fa-envelope"></i> <a href="mailto:needhelp@packageName__.com">needhelp@bizgrow.com</a> </li>
|
||||
<li> <i class="fa fa-phone-alt"></i> <a href="tel:666-888-0000">666 888 0000</a> </li>
|
||||
<li> <i class="fa fa-envelope"></i> <a href="mailto:needhelp@packageName__.com">info@rohini.edu.np</a> </li>
|
||||
<li> <i class="fa fa-phone-alt"></i> <a href="tel:666-888-0000">01-5344710</a> </li>
|
||||
</ul>
|
||||
<!-- /.mobile-nav__contact -->
|
||||
<div class="mobile-nav__top">
|
||||
<div class="mobile-nav__social"> <a href="index.php#" class="fab fa-twitter"></a> <a href="index.php#" class="fab fa-facebook-square"></a> <a href="index.php#" class="fab fa-pinterest-p"></a> <a href="index.php#" class="fab fa-instagram"></a> </div>
|
||||
<!-- /.mobile-nav__social -->
|
||||
<div class="mobile-nav__social">
|
||||
|
||||
</a> <a target="_bland" href="https://www.facebook.com/rohini.international/"
|
||||
class="fab fa-facebook-square"></a>
|
||||
<a target="_blank" href="https://wa.me/9804965894" class="fa-brands fa-whatsapp"></a> </div>
|
||||
<!-- /.mobile-nav__social -->
|
||||
</div>
|
||||
<!-- /.mobile-nav__top -->
|
||||
|
||||
<!-- /.mobile-nav__top -->
|
||||
|
||||
</div>
|
||||
<!-- /.mobile-nav__content -->
|
||||
<!-- /.mobile-nav__content -->
|
||||
</div>
|
||||
<!-- /.mobile-nav__wrapper -->
|
||||
|
||||
@ -114,37 +119,40 @@
|
||||
<label for="search" class="sr-only">search here</label>
|
||||
<!-- /.sr-only -->
|
||||
<input type="text" id="search" placeholder="Search Here..." />
|
||||
<button type="submit" aria-label="search submit" class="thm-btn"> <i class="icon-search-interface-symbol"></i> </button>
|
||||
<button type="submit" aria-label="search submit" class="thm-btn"> <i class="icon-search-interface-symbol"></i>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
<!-- /.search-popup__content -->
|
||||
<!-- /.search-popup__content -->
|
||||
</div>
|
||||
<!-- /.search-popup -->
|
||||
<!-- /.search-popup -->
|
||||
|
||||
<a href="index.php#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
|
||||
<script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/vendors/jarallax/jarallax.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
|
||||
<script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
|
||||
<script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
|
||||
<script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
|
||||
<script src="assets/vendors/odometer/odometer.min.js"></script>
|
||||
<script src="assets/vendors/swiper/swiper.min.js"></script>
|
||||
<script src="assets/vendors/wnumb/wNumb.min.js"></script>
|
||||
<script src="assets/vendors/wow/wow.js"></script>
|
||||
<script src="assets/vendors/isotope/isotope.js"></script>
|
||||
<script src="assets/vendors/owl-carousel/owl.carousel.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="assets/vendors/timepicker/timePicker.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.circleType.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.lettering.min.js"></script>
|
||||
<script src="assets/vendors/ion.rangeSlider/js/ion.rangeSlider.min.js"></script>
|
||||
<script src="assets/vendors/sidebar-content/jquery-sidebar-content.js"></script>
|
||||
<script src="assets/vendors/marquee/marquee.min.js"></script>
|
||||
<a href="index.php#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
|
||||
<script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/vendors/jarallax/jarallax.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
|
||||
<script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
|
||||
<script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
|
||||
<script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
|
||||
<script src="assets/vendors/odometer/odometer.min.js"></script>
|
||||
<script src="assets/vendors/swiper/swiper.min.js"></script>
|
||||
<script src="assets/vendors/wnumb/wNumb.min.js"></script>
|
||||
<script src="assets/vendors/wow/wow.js"></script>
|
||||
<script src="assets/vendors/isotope/isotope.js"></script>
|
||||
<script src="assets/vendors/owl-carousel/owl.carousel.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="assets/vendors/timepicker/timePicker.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.circleType.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.lettering.min.js"></script>
|
||||
<script src="assets/vendors/ion.rangeSlider/js/ion.rangeSlider.min.js"></script>
|
||||
<script src="assets/vendors/sidebar-content/jquery-sidebar-content.js"></script>
|
||||
<script src="assets/vendors/marquee/marquee.min.js"></script>
|
||||
|
||||
<!-- template js -->
|
||||
<!-- template js -->
|
||||
<script src="assets/js/bizgrow.js"></script>
|
||||
</body></html>
|
||||
</body>
|
||||
|
||||
</html>
|
12
header.php
@ -14,6 +14,8 @@
|
||||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" />
|
||||
@ -31,6 +33,7 @@
|
||||
<link rel="stylesheet" href="assets/vendors/ion.rangeSlider/css/ion.rangeSlider.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/timepicker/timePicker.css" />
|
||||
<link rel="stylesheet" href="assets/css/custom.css" />
|
||||
|
||||
<!-- template styles -->
|
||||
<link rel="stylesheet" href="assets/css/bizgrow.css" />
|
||||
@ -122,7 +125,7 @@
|
||||
<div class="main-menu__top-time-icon"> <span class="icon-history"></span> </div>
|
||||
<p class="main-menu__top-text">Sun - Fri: 09:00 - 05:00</p>
|
||||
</div>
|
||||
<div class="main-menu__social"> <a href="index.php#"><i class="fab fa-twitter"></i></a> <a href="index.php#"><i class="fab fa-facebook"></i></a> <a href="index.php#"><i class="fab fa-pinterest-p"></i></a> <a href="index.php#"><i class="fab fa-instagram"></i></a> </div>
|
||||
<div class="main-menu__social"> <a href="index.php#"><i class="fab fa-twitter"></i></a> <a href="index.php#"><i class="fab fa-facebook"></i></a> <a href="index.php#"><i class="fab fa-pinterest-p"></i></a> <a target="_blank" href="https://wa.me/9804965894"><i class="fa-brands fa-whatsapp"></i></a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -147,8 +150,11 @@
|
||||
<ul>
|
||||
<li class="dropdown"><a href="">Know More</a>
|
||||
<ul>
|
||||
<li><a href="blog.php">Accomodation in NZ</a></li>
|
||||
<li><a href="blog-left.php">Application Process</a></li>
|
||||
<li><a href="accomodation.php">Accomodation in NZ</a></li>
|
||||
<li><a href="nepalese.php">Nepalese Student</a></li>
|
||||
<li><a href="process.php">Application Process</a></li>
|
||||
<li><a href="work.php">Work Prospects</a></li>
|
||||
<li><a href="residency.php">Residency Prospects</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
485
ielts.php
@ -1,298 +1,227 @@
|
||||
<?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');">
|
||||
<?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><a href="ielts.php">Class</Canvas></a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>IELTS Class</Canvas></li>
|
||||
</ul>
|
||||
</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><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
<h2>IELTS Class</Canvas></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="ielts.php">IELTS Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pte.php">PTE Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="toefl.php">Toefl Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">IELTS Preparation Classes</h3>
|
||||
<p class="services-details__text-1">Our IELTS preparation classes are designed to help you achieve
|
||||
your desired band score with personalized teaching methods and comprehensive practice. Whether
|
||||
you're aiming to study, work, or settle abroad, mastering the IELTS is a crucial step, and we
|
||||
are here to make that journey smooth and successful.</p>
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">We offer a structured and result-oriented IELTS
|
||||
training program with these standout features:</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Experienced Trainers</h3>
|
||||
<p>Learn from certified trainers with years of experience in IELTS coaching.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Comprehensive Study Material</h3>
|
||||
<p>Access exclusive materials, including mock tests and practice exercises.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<h3 class="services-details__title-2">Benefits With Our IELTS Classes:</h3>
|
||||
<p class="services-details__text-2">Enrolling in our IELTS preparation classes gives you the edge
|
||||
you need to succeed in the test. Here’s why students trust us:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Personalized Coaching for Every Module</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Flexible Class Schedules</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Real-Time Mock Tests and Feedback</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Expert Tips and Strategies</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. State-of-the-Art Learning Environment</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our IELTS Training Process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Initial Assessment</h3>
|
||||
<p class="process-four__text">Evaluate your current English proficiency level to
|
||||
craft a customized study plan.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Focused Training</h3>
|
||||
<p class="process-four__text">Develop skills in Listening, Reading, Writing, and
|
||||
Speaking with specialized sessions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Mock Tests</h3>
|
||||
<p class="process-four__text">Simulate real IELTS test conditions and analyze your
|
||||
performance.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Continuous Feedback</h3>
|
||||
<p class="process-four__text">Receive detailed feedback to strengthen your weak
|
||||
areas and improve scores.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What is the duration of the IELTS preparation course?</h4>
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The duration varies based on your current level. Most courses range from 4 to
|
||||
8 weeks, with flexible options available.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
<div class="accrodion ">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>Do you offer one-on-one coaching?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, we offer personalized coaching for students who prefer individual
|
||||
attention to boost their performance.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are practice tests included in the program?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Absolutely! Our program includes regular mock tests to evaluate your progress
|
||||
and prepare you for the actual test.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php') ?>
|
@ -9,7 +9,7 @@
|
||||
<?php include('parts/testimonial.php')?>
|
||||
<?php include('parts/project.php')?>
|
||||
<?php /*?><?php include('parts/work.php')?><?php */?>
|
||||
<?php include('parts/class.php')?>
|
||||
<?php /*?>include('parts/class.php')?>
|
||||
<?php /*?><?php include('parts/team.php')?><?php */?>
|
||||
<?php /*?><?php include('parts/pricing.php')?><?php */?>
|
||||
<?php include('parts/blog.php')?>
|
||||
|
340
nepalese.php
Normal file
@ -0,0 +1,340 @@
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Nepalese /li>Student</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Nepalese Student in New Zealand</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="nepalese.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="work.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\nepalese.jpeg" alt="">
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-1">Nepalese in New Zealand: A Destiny for Nepalese Students
|
||||
</h3>
|
||||
<p class="services-details__text-1">New Zealand is a popular destination for Nepalese students
|
||||
seeking quality education, and with its diverse accommodation options, it’s easy to find a
|
||||
place that suits your needs. Whether you're looking for a vibrant student hostel, a quiet
|
||||
shared flat, or the warmth of a homestay experience, New Zealand offers a variety of choices
|
||||
that accommodate all budgets and preferences. With a welcoming environment, many Nepalese
|
||||
students quickly feel at home in New Zealand, where the mix of modern amenities and natural
|
||||
beauty creates an ideal setting for both study and personal growth. No matter which
|
||||
accommodation you choose, you’ll find comfort, community, and a safe space to thrive during
|
||||
your studies in New Zealand.</p>
|
||||
|
||||
<div class="services-details__img-and-feature">
|
||||
<!-- <div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Living Support for Nepalese Students in
|
||||
New Zealand:</h3>
|
||||
<p class="services-details__feature-text">We understand that finding the right living
|
||||
situation is essential for a smooth transition to life in New Zealand. For Nepalese
|
||||
students, feeling at home is a top priority, and our team is here to assist with
|
||||
every step of your housing journey. Whether you're looking for a safe, affordable
|
||||
place to live or seeking cultural connection through homestays, we offer
|
||||
personalized support to help you settle into your new environment with confidence.
|
||||
</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Student Housing Assistance</h3>
|
||||
<p>We guide Nepalese students in finding the best living arrangements, from
|
||||
affordable on-campus housing to private rentals and shared apartments,
|
||||
ensuring your needs and budget are met.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 Living Support</h3>
|
||||
<p>Our team is available round-the-clock to assist Nepalese students with
|
||||
housing-related questions, from understanding rental agreements to
|
||||
troubleshooting any living issues you may face in your new environment.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Homestay and Shared Housing Options</h3>
|
||||
<p>We connect you with trusted homestay families and shared housing
|
||||
opportunities where you can experience New Zealand's culture firsthand,
|
||||
while maintaining a sense of community and support, just like home.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Living Support for Nepalese Students:
|
||||
</h3>
|
||||
<p class="services-details__text-2">We make settling into life in New Zealand easy and
|
||||
stress-free. Here’s how our support benefits you:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expert Guidance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Simplified Paperwork</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Affordable Options</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Cultural Connection</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. 24/7 Support</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions </h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> What types of accommodation are available for Nepalese
|
||||
students in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Nepalese students in New Zealand have several accommodation options to
|
||||
choose from, including university-managed hostels, private rental
|
||||
apartments, homestays, and flatting (shared accommodation). Hostels
|
||||
offer a close-knit environment, ideal for students who want to interact
|
||||
with others, while private rentals and flatting give more independence.
|
||||
Homestays offer a unique opportunity to immerse yourself in New
|
||||
Zealand's culture while being part of a Kiwi family.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> How much does accommodation cost for Nepalese students in
|
||||
New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Accommodation costs in New Zealand vary depending on the location and
|
||||
type of accommodation. University hostels typically cost NZD 150-300 per
|
||||
week, while private rentals can range from NZD 200-450 per week.
|
||||
Homestays generally cost between NZD 200-300 per week. Cities like
|
||||
Auckland and Wellington tend to be more expensive, so students living in
|
||||
smaller towns may find more affordable options.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> Can Nepalese students live off-campus during their studies
|
||||
in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, Nepalese students can live off-campus in New Zealand. Many students
|
||||
choose to live in private rentals or shared flats (flatting) once they
|
||||
are familiar with the area. It’s essential to start searching early, as
|
||||
the rental market, especially in larger cities, can be competitive.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> How do I find accommodation in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Accommodation in New Zealand can be found through university
|
||||
accommodation offices, online rental platforms like Trade Me or
|
||||
Flatmates, and local agencies. It’s advisable for Nepalese students to
|
||||
reach out to their university's accommodation office to ensure the place
|
||||
is safe and appropriate.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> What is flatting in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Flatting refers to renting a house or apartment with other people,
|
||||
typically students. It is a popular and affordable option for Nepalese
|
||||
students in New Zealand. Sharing rent and household responsibilities
|
||||
provides a more affordable lifestyle and also helps students build
|
||||
strong social connections while experiencing New Zealand's lifestyle.
|
||||
</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 6 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q6.</span> Is accommodation safe for Nepalese students in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, accommodation in New Zealand is generally safe for Nepalese
|
||||
students. The country is known for its peaceful and welcoming
|
||||
environment. However, students should be cautious when choosing private
|
||||
rentals or flatting options. Always ensure that the accommodation is
|
||||
from a reputable source, and consider university-managed accommodation
|
||||
as a safe and convenient option.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
612
newzealand.php
@ -1,328 +1,350 @@
|
||||
<?php include('header.php')?>
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Study In New Zealand</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Study in New Zealand</h2>
|
||||
<!--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><a href="services.php">Study In New Zealand</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Study in New Zealand</h2>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Sat: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Study in New Zealand: Your Gateway to a World-Class Future
|
||||
</h3>
|
||||
<p class="services-details__text-1">New Zealand, a land of breathtaking beauty and unparalleled opportunities, has become one of the
|
||||
most sought-after destinations for international students. From its stunning landscapes to its innovative education system,
|
||||
New Zealand offers the perfect blend of adventure and academic excellence. Here's why studying in New Zealand could be the best
|
||||
decision of your life.
|
||||
|
||||
</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
<a href="nepalese.php">Nepalese Students<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
<a href="work.php">Work Prospects<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\newzealand.jpeg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Study in New Zealand: Your Gateway to a World-Class Future
|
||||
</h3>
|
||||
<p class="services-details__text-1">New Zealand is renowned for its excellent education system,
|
||||
welcoming culture, and stunning natural landscapes. As one of the top choices for
|
||||
international students, New Zealand combines academic excellence with practical learning
|
||||
opportunities, making it an ideal destination to build your future. Discover why studying in
|
||||
New Zealand with our expert guidance is the right step for your academic journey.</p>
|
||||
|
||||
<div class="services-details__img-and-feature">
|
||||
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">We specialize in making your study abroad
|
||||
journey seamless, providing expert support at every step.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Tailored Study Plans</h3>
|
||||
<p>Receive personalized advice to align your academic goals with the best
|
||||
options in New Zealand.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Comprehensive Support</h3>
|
||||
<p>From application to arrival, we are here to ensure a smooth and
|
||||
stress-free experience.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Choosing us as your education consultancy ensures that you
|
||||
receive expert guidance tailored to your specific needs, allowing you to focus on your
|
||||
studies and future goals. Here are some of the benefits you’ll experience:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Time with Expert Guidance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Receive Personalized Solutions</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Access In-Depth Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Streamline Your Application Process</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Gain Scholarship Opportunities</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Achieve Your Study Abroad Goals</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="services-details__title-3">Our Study in New Zealand Process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Understand Your Goals</h3>
|
||||
<p class="process-four__text">We start by understanding your academic
|
||||
preferences, career ambitions, and personal goals to create a tailored plan.
|
||||
</p>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Study Options</h3>
|
||||
<p class="process-four__text">We research universities, courses, and funding
|
||||
opportunities in New Zealand that match your aspirations.</p>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Provide Personalized Recommendations</h3>
|
||||
<p class="process-four__text">We provide you with a shortlist of institutions
|
||||
and programs that best fit your profile and future plans.</p>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Assist With Application & Visa</h3>
|
||||
<p class="process-four__text">Our team ensures that your applications and visa
|
||||
processes are handled efficiently and accurately for a hassle-free
|
||||
experience.</p>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> What are the entry requirements for studying in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The entry requirements vary depending on the course and institution.
|
||||
Generally, students must have completed the equivalent of New Zealand's
|
||||
high school education and meet English language proficiency standards
|
||||
(IELTS, TOEFL, etc.). Additional requirements may include specific
|
||||
qualifications or work experience depending on the program.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> How much does it cost to study in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The cost of studying in New Zealand depends on the program and
|
||||
institution. On average, tuition fees for undergraduate programs range
|
||||
from NZD 22,000 to NZD 32,000 per year. For postgraduate programs, it
|
||||
may range from NZD 26,000 to NZD 40,000. Additionally, students must
|
||||
budget for living expenses, which can range from NZD 15,000 to NZD
|
||||
20,000 per year.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> Can I work while studying in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, international students in New Zealand are allowed to work part-time
|
||||
during their studies. You can work up to 20 hours per week during the
|
||||
semester and full-time during the holidays. However, you must hold a
|
||||
valid student visa that allows work rights.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> What are the visa requirements for studying in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>To study in New Zealand, international students must apply for a student
|
||||
visa. The requirements typically include proof of an offer from an
|
||||
accredited educational institution, proof of sufficient funds to cover
|
||||
tuition and living expenses, and proof of English language proficiency.
|
||||
Additionally, students may need to show a medical certificate and/or
|
||||
police clearance.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> Are there any scholarships available for international
|
||||
students?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, New Zealand offers various scholarships for international students,
|
||||
including government-funded scholarships like the New Zealand
|
||||
Development Scholarships (NZDS) and university-specific scholarships.
|
||||
It’s advisable to check with your chosen institution for available
|
||||
scholarship options and application processes.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 6 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q6.</span> What are the job prospects after studying in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>New Zealand has a strong job market, especially for graduates in fields
|
||||
such as information technology, engineering, healthcare, and education.
|
||||
After completing your studies, you may be eligible for a post-study work
|
||||
visa that allows you to gain work experience in New Zealand. The
|
||||
experience can lead to further work opportunities, either in New Zealand
|
||||
or internationally.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
142
parts/blog.php
@ -9,60 +9,94 @@
|
||||
<div class="row">
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInLeft" data-wow-delay="100ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img"> <img src="assets/images/blog/blog-1-1.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li> <a href="blog-details.php"><span class="icon-calendar"></span>24 Jan, 2024</a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">subdue gather firmament
|
||||
midst second.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img"> <img src="assets/images/blog/blog-1-2.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li> <a href="blog-details.php"><span class="icon-calendar"></span>05 Sep, 2024</a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Darkness fourth Blessed
|
||||
fourth kind.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInRight" data-wow-delay="300ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img"> <img src="assets/images/blog/blog-1-3.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li> <a href="blog-details.php"><span class="icon-calendar"></span>15 Jun, 2024</a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Gathered female land
|
||||
may light sea.</a></h3>
|
||||
<p class="blog-one__text">Dry tree heaven toward like male mone gathered creepiny upon
|
||||
third abundant country over the partson</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\study1.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>10
|
||||
<br> <span>Oct</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="blog-details.php"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog-details.php">Unlock Your Future: Why Study in New Zealand is a Top Choice for Students</a></h3>
|
||||
<p class="blog-one__text"> Explore why New Zealand ranks as a top destination for international students with its world-class education, stunning landscapes, and welcoming culture.</p>
|
||||
<a href="blog-details.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\newzealand1.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>25
|
||||
<br> <span>Oct</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="#"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog1.php">Navigating New Zealand’s Post-Study Work Opportunities</a></h3>
|
||||
<p class="blog-one__text">Learn how studying in New Zealand can open doors to exciting work opportunities and pathways to permanent residency.</p>
|
||||
<a href="blog1.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--BLog One Single End-->
|
||||
<!--BLog One Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInRight" data-wow-delay="600ms">
|
||||
<div class="blog-one__single">
|
||||
<div class="blog-one__img-box">
|
||||
<div class="blog-one__img">
|
||||
<img class="blog-img" src="assets\images\gokul\blog\life.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-one__content">
|
||||
<div class="blog-one__date">
|
||||
<p>10
|
||||
<br> <span>Nov</span></p>
|
||||
</div>
|
||||
<ul class="blog-one__meta list-unstyled">
|
||||
<li>
|
||||
<a href="#"><span class="icon-user-icon"></span>Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><span class="icon-comment-icon"></span>(0)
|
||||
Comment</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="blog-one__title"><a href="blog2.php">Living in New Zealand: A Guide for International Students</a></h3>
|
||||
<p class="blog-one__text">Discover the vibrant lifestyle, cultural diversity, and affordable living that make New Zealand an ideal place to call home during your studies.</p>
|
||||
<a href="blog2.php" class="blog-one__btn"><span
|
||||
class="icon-right-arrow"></span>Post Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--BLog One Single End-->
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<div class="icon"> <span class="icon-quality"></span> </div>
|
||||
<div class="content count-box">
|
||||
<h3 class="count-text">
|
||||
<span data-stop="500" data-speed="1500">200</span>+
|
||||
<span data-stop="500" data-speed="1500">5</span>+
|
||||
</h3>
|
||||
<p>Universities</p>
|
||||
</div>
|
||||
|
@ -7,8 +7,7 @@
|
||||
<h2 class="section-title__title">From Application to Arrival<br> We’re With You</h2>
|
||||
</div>
|
||||
<div class="services-one__inner">
|
||||
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel"
|
||||
data-owl-options='{"loop": false,
|
||||
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel" data-owl-options='{"loop": false,
|
||||
"nav": true,
|
||||
"autoWidth": true,
|
||||
"navText": ["<span class=\"icon-prev\"></span>","<span class=\"icon-next\"></span>"],
|
||||
@ -35,109 +34,70 @@
|
||||
"margin": 30,
|
||||
"items": 3
|
||||
}
|
||||
}}'>
|
||||
}}'>
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-1.jpg" alt=""> </div>
|
||||
<div class="services-one__img"> <img class="service1-img" src="assets\images\gokul\process.jpeg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php.php">Career Counseling</a></h3>
|
||||
<h3 class="services-one__title"><a href="Process.php">Application Process</a></h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">Career Counseling</a></h3>
|
||||
<p class="services-one__hover-text">Personalized guidance to help students choose the right course and university that align with their academic goals and career aspirations.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
<h3 class="services-one__hover-title"><a href="process.php">Application Process</a></h3>
|
||||
<p class="services-one__hover-text">The application process for you to study in
|
||||
New Zealand is straightforward and well-supported. It typically involves applying to a New
|
||||
Zealand .......</p>
|
||||
<a href="process.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-2.jpg" alt=""> </div>
|
||||
<div class="services-one__img"> <img class="service1-img" src="assets\images\gokul\accomodation.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php">University Selection</a> </h3>
|
||||
<h3 class="services-one__title"><a href="accomodation.php">Accomodation</a> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">University Selection</a></h3>
|
||||
<p class="services-one__hover-text">Assistance in selecting institutions that offer the best fit for students based on their academic background, interests, and financial situation.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
<h3 class="services-one__hover-title"><a href="accomodation.php">Accomodation</a></h3>
|
||||
<p class="services-one__hover-text">New Zealand offers a wide range of accommodation options for
|
||||
international students, ensuring that you can find the perfect place to live during your
|
||||
studies...........</p>
|
||||
<a href="accomodation.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-3.jpg" alt=""> </div>
|
||||
<div class="services-one__img"> <img class="service1-img" src="assets\images\gokul\work.jpeg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php">Application Assistance</a> </h3>
|
||||
<h3 class="services-one__title"><a href="work.php">Work Prospects</a> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">Application Assistance</a></h3>
|
||||
<p class="services-one__hover-text">Step-by-step guidance in preparing and submitting applications to ensure accuracy and timeliness.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
<h3 class="services-one__hover-title"><a href="work.php">Work Prospects</a></h3>
|
||||
<p class="services-one__hover-text">New Zealand offers a wide range of work prospects for
|
||||
international students, making it an ideal destination for those seeking to gain valuable
|
||||
work experience while studying..............</p>
|
||||
<a href="work.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-1.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php">Visa Processing</a></h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">Visa Processing</a></h3>
|
||||
<p class="services-one__hover-text">Expert advice and support in managing visa applications, ensuring all documentation is in order, and requirements are met.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-2.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php">Test Preparation</a> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">Test Preparation</a></h3>
|
||||
<p class="services-one__hover-text">Comprehensive coaching for IELTS, TOEFL, PTE, and other required tests, helping students achieve their desired scores.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-3.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||
<h3 class="services-one__title"><a href="service-details.php">Pre-Departure Briefing</a> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="service-details.php">Pre-Departure Briefing</a></h3>
|
||||
<p class="services-one__hover-text">Orientation on living abroad, including accommodation, cultural expectations, and safety tips, ensuring students are well-prepared for their new environment.</p>
|
||||
<a href="service-details.php" class="services-one__btn"><span class="icon-right-arrow-11"></span>Read More</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
|
||||
<!--Services One Single End-->
|
||||
</div>
|
||||
<div class="thm-owl__carousel--range__input">
|
||||
<input type="text" value="" name="range">
|
||||
@ -145,4 +105,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services One End -->
|
||||
<!--Services One End -->
|
@ -4,26 +4,32 @@
|
||||
<div class="testimonial-one__inner">
|
||||
<div class="testimonial-one__main-content">
|
||||
<div class="swiper-container" id="testimonial-one__carousel">
|
||||
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<div class="testimonial-one__main-content-inner">
|
||||
<div class="row">
|
||||
<div class="col-xl-5 col-lg-5">
|
||||
<div class="testimonial-one__left">
|
||||
<div class="testimonial-one__img"> <img src="assets/images/testimonial/testimonial-1-1.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img"> <img src="assets\images\gokul\Testimonials\saraswoti.jpg"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-7 col-lg-7">
|
||||
<div class="testimonial-one__right">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span> </div>
|
||||
<h2 class="section-title__title">Happy Client Feedback About Our Service</h2>
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Student
|
||||
Feedback</span> </div>
|
||||
<h2 class="section-title__title">Happy Student Feedback About Our Service</h2>
|
||||
</div>
|
||||
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||
ando divide subdue one herb light</p>
|
||||
<p class="testimonial-one__text testimonial-text">I am do glad that I got my visa for New Zealand and thanks for
|
||||
entire Rohini family for their guidance and support. If
|
||||
you are planning to study in New Zealand do not forget to visit Rohini. THINK NEW ZEALAND THINK
|
||||
ROHINI
|
||||
</p>
|
||||
<div class="testimonial-one__client-info">
|
||||
<h3>Alisha Martin</h3>
|
||||
<p>Senior Marketing Manager</p>
|
||||
<h3>Saraswoti Dhami</h3>
|
||||
<p>Mahendranagar Kanchanpur</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -36,22 +42,28 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-5 col-lg-5">
|
||||
<div class="testimonial-one__left">
|
||||
<div class="testimonial-one__img"> <img src="assets/images/testimonial/testimonial-1-2.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img"> <img src="assets\images\gokul\Testimonials\prem.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-7 col-lg-7">
|
||||
<div class="testimonial-one__right">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Student
|
||||
Feedback</span>
|
||||
</div>
|
||||
<h2 class="section-title__title">Happy Client Feedback
|
||||
<h2 class="section-title__title">Happy Student Feedback
|
||||
About Our Service</h2>
|
||||
</div>
|
||||
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||
ando divide subdue one herb light</p>
|
||||
<p class="testimonial-one__text testimonial-text" >Recently I got my E-Visa For New Zealand. I am so happy.
|
||||
Thankyou for Rohini International and their team members
|
||||
for guidance of academic support and on documentation. Specially thank you for Shyam sir and RN
|
||||
sir. If you are planning to study in
|
||||
New Zealand Rohini can be your idle. Think New Zealand Think Rohini.
|
||||
</p>
|
||||
<div class="testimonial-one__client-info">
|
||||
<h3>David Backum</h3>
|
||||
<p>Senior Marketing Manager</p>
|
||||
<h3>Prem Paneru</h3>
|
||||
<p>Dadheldhura Nepal</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,33 +76,38 @@
|
||||
<div class="row">
|
||||
<div class="col-xl-5 col-lg-5">
|
||||
<div class="testimonial-one__left">
|
||||
<div class="testimonial-one__img"> <img src="assets/images/testimonial/testimonial-1-3.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img"> <img src="assets\images\gokul\Testimonials\sanuja.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-7 col-lg-7">
|
||||
<div class="testimonial-one__right">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Client Feedback</span>
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Student
|
||||
Feedback</span>
|
||||
</div>
|
||||
<h2 class="section-title__title">Happy Client Feedback About Our Service</h2>
|
||||
<h2 class="section-title__title">Happy Student Feedback About Our Service</h2>
|
||||
</div>
|
||||
<p class="testimonial-one__text">Open gathering they are nights multiple brings living abundantly cent that may be wonor wasinton created shell first two beginning beast all airot you
|
||||
ando divide subdue one herb light</p>
|
||||
<p class="testimonial-one__text testimonial-text"></p>I reciently got my visa of New Zealand. I am so happy. Thank
|
||||
you for entire team of Rohini International Education services for their time and guidance. If you
|
||||
want to persue your higher education in New Zealand, Think New Zealand Think Rohini</p>
|
||||
<div class="testimonial-one__client-info">
|
||||
<h3>Adam Smith</h3>
|
||||
<p>Senior Marketing Manager</p>
|
||||
<h3>Sanuja Khatri</h3>
|
||||
<p>Beltar Udayapur</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.swiper-slide -->
|
||||
<!-- /.swiper-slide -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-one__nav">
|
||||
<div class="swiper-button-prev" id="testimonial-one__swiper-button-next"> <i class="icon-prev navigation"></i> </div>
|
||||
<div class="swiper-button-next" id="testimonial-one__swiper-button-prev"> <i class="icon-next navigation"></i> </div>
|
||||
<div class="swiper-button-prev" id="testimonial-one__swiper-button-next"> <i class="icon-prev navigation"></i>
|
||||
</div>
|
||||
<div class="swiper-button-next" id="testimonial-one__swiper-button-prev"> <i class="icon-next navigation"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-one__thumb-box">
|
||||
@ -98,26 +115,29 @@
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<div class="testimonial-one__img-holder-box">
|
||||
<div class="testimonial-one__img-holder"> <img src="assets/images/testimonial/testimonial-one-thamb-1-1.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img-holder"> <img src="assets\images\gokul\Testimonials\saraswoti.jpg"
|
||||
alt="Saraswoti Dhami"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.swiper-slide -->
|
||||
<div class="swiper-slide">
|
||||
<div class="testimonial-one__img-holder-box">
|
||||
<div class="testimonial-one__img-holder"> <img src="assets/images/testimonial/testimonial-one-thamb-1-2.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img-holder"> <img src="assets\images\gokul\Testimonials\prem.jpg"
|
||||
alt="Prem Paneru"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.swiper-slide -->
|
||||
<div class="swiper-slide">
|
||||
<div class="testimonial-one__img-holder-box">
|
||||
<div class="testimonial-one__img-holder"> <img src="assets/images/testimonial/testimonial-one-thamb-1-3.jpg" alt=""> </div>
|
||||
<div class="testimonial-one__img-holder"> <img src="assets\images\gokul\Testimonials\sanuja.jpg"
|
||||
alt="Sanuja Khatri"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.swiper-slide -->
|
||||
<!-- /.swiper-slide -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Testimonial One End -->
|
||||
<!-- Testimonial One End -->
|
@ -28,40 +28,40 @@
|
||||
<!--Brand One Single Start-->
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img src="assets/images/brand/brand-1-1.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img src="assets/images/brand/brand-hover-1-1.png" alt=""> </div>
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="assets\images\gokul\universities\aukland.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="assets\images\gokul\universities\aukland.png" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img src="assets/images/brand/brand-1-2.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img src="assets/images/brand/brand-hover-1-2.png" alt=""> </div>
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="assets\images\gokul\universities\auklandTech.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="assets\images\gokul\universities\auklandTech.png" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img src="assets/images/brand/brand-1-3.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img src="assets/images/brand/brand-hover-1-3.png" alt=""> </div>
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="assets\images\gokul\universities\CanterburyLogo.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img "> <img class="uni-logo" src="assets\images\gokul\universities\CanterburyLogo.png" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img src="assets/images/brand/brand-1-4.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img src="assets/images/brand/brand-hover-1-4.png" alt=""> </div>
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="assets\images\gokul\universities\linclon.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="assets\images\gokul\universities\linclon.png" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Brand One Single End-->
|
||||
<!--Brand One Single Start-->
|
||||
<div class="item">
|
||||
<div class="brand-one__single">
|
||||
<div class="brand-one__img"> <img src="assets/images/brand/brand-1-5.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img src="assets/images/brand/brand-hover-1-5.png" alt=""> </div>
|
||||
<div class="brand-one__img"> <img class="uni-logo" src="assets\images\gokul\universities\massey.png" alt=""> </div>
|
||||
<div class="brand-one__hover-img"> <img class="uni-logo" src="assets\images\gokul\universities\massey.png" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Brand One Single End-->
|
||||
|
381
process.php
Normal file
@ -0,0 +1,381 @@
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Application Process</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Application Process</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="nepalese.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="work.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\process.jpeg" alt="">
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-1">Application Process: Making easy to get your dream.</h3>
|
||||
<p class="services-details__text-1">The application process for you to study in
|
||||
New Zealand is straightforward and well-supported. It typically involves applying to a New
|
||||
Zealand institution, meeting the eligibility criteria, and securing the necessary visa.
|
||||
Additionally, students should ensure they meet English language requirements and have
|
||||
sufficient financial proof for their studies. Once admitted, students can start planning
|
||||
their accommodation and other essential aspects of life in New Zealand. Our team is here to
|
||||
guide you every step of the way, making the process seamless and stress-free.</p>
|
||||
|
||||
|
||||
<div class="services-details__img-and-feature">
|
||||
<!-- <div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Application Process Support</h3>
|
||||
<p class="services-details__feature-text">We know that the application process for
|
||||
studying abroad can be daunting, but we're here to guide you every
|
||||
step of the way. From selecting the right course and institution to preparing the
|
||||
necessary documents for your student visa application, we provide comprehensive
|
||||
support to ensure a smooth application journey. Our team offers personalized advice
|
||||
to make your transition to New Zealand as seamless as possible.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Course and Institution Selection Assistance</h3>
|
||||
<p>We help you identify the right course and institution that
|
||||
aligns with their academic and career goals, ensuring the best possible
|
||||
education in New Zealand.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Visa Application Guidance</h3>
|
||||
<p>Our team provides expert advice and assistance in completing your student
|
||||
visa application, ensuring that all necessary documents are submitted
|
||||
accurately and on time for a smooth approval process.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Financial Documentation Support</h3>
|
||||
<p>We assist with preparing the required financial documents to show proof
|
||||
of funds for your study and living expenses, ensuring you meet the visa
|
||||
and institutional requirements.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Application Process Support:</h3>
|
||||
<p class="services-details__text-2">We streamline the application process, making it easy and
|
||||
stress-free for you to pursue their studies in New Zealand. Here’s how our support benefits
|
||||
you:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expert Guidance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Streamlined Application</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Document Assistance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Clear Communication</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. 24/7 Support</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Application Process:</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!-- Process Step 1 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Understanding Your Academic Goals</h3>
|
||||
<p class="process-four__text">We start by discussing your academic interests,
|
||||
preferred universities, and program choices to align with your long-term
|
||||
goals.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 1 End -->
|
||||
|
||||
<!-- Process Step 2 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Researching University Options</h3>
|
||||
<p class="process-four__text">We assist in researching and identifying the best
|
||||
universities in New Zealand that match your program preferences and career
|
||||
goals.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 2 End -->
|
||||
|
||||
<!-- Process Step 3 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Providing Tailored Application Guidance</h3>
|
||||
<p class="process-four__text">We provide a step-by-step guide for completing
|
||||
your application, including choosing the right courses and meeting
|
||||
university requirements.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 3 End -->
|
||||
|
||||
<!-- Process Step 4 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Assistance with Visa and Documentation</h3>
|
||||
<p class="process-four__text">We support you through the visa application
|
||||
process and ensure all required documents are correctly prepared and
|
||||
submitted on time.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 4 End -->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> What documents do I need to apply for university in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>To apply for universities in New Zealand, you will need your academic
|
||||
transcripts, proof of English proficiency (e.g., IELTS or TOEFL scores),
|
||||
passport copy, a completed application form, and a statement of purpose.
|
||||
Some universities may also require letters of recommendation or a
|
||||
portfolio, depending on your course of interest.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> How long does the application process take for Nepalese
|
||||
students?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The application process for universities in New Zealand usually takes
|
||||
about 6-8 weeks. This includes time for your documents to be reviewed,
|
||||
your offer of place to be issued, and any additional steps such as visa
|
||||
processing. It’s important to apply well in advance, as certain courses
|
||||
have specific deadlines.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> Do I need to provide proof of financial support for my
|
||||
application?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, most universities in New Zealand require proof of financial support
|
||||
to ensure you can cover tuition fees, living expenses, and other costs.
|
||||
This proof can come in the form of bank statements, scholarship letters,
|
||||
or a financial guarantee from a sponsor.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> Can I apply for a student visa before receiving an offer of
|
||||
place?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>No, you must receive an official offer of place from a university before
|
||||
applying for a student visa. This offer indicates that you have been
|
||||
accepted into a program, which is required for visa processing.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> Is it possible to apply to multiple universities in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, you can apply to multiple universities in New Zealand. Many students
|
||||
apply to several institutions to increase their chances of admission.
|
||||
However, each university will have its own application process and fees,
|
||||
so make sure to check the requirements for each institution.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 6 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q6.</span> How do I check the status of my application?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>You can track the status of your application through the university’s
|
||||
application portal or by directly contacting the admissions office. Once
|
||||
your application is submitted, you should receive regular updates
|
||||
regarding your admission status, including the offer of place and any
|
||||
additional steps.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
483
pte.php
@ -1,298 +1,229 @@
|
||||
<?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');">
|
||||
<?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><a href="pte.php">Class</Canvas></a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE Class</Canvas></li>
|
||||
</ul>
|
||||
</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><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
<h2>PTE Class</Canvas></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="ielts.php">IELTS Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="pte.php">PTE Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="toefl.php">Toefl Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
<h3 class="services-details__title-1">PTE Preparation Classes</h3>
|
||||
<p class="services-details__text-1">Our PTE preparation classes are designed to help you achieve
|
||||
your desired score with cutting-edge teaching techniques and practice resources. Whether your
|
||||
goal is to study, work, or migrate abroad, our classes ensure you are well-prepared for every
|
||||
module of the PTE test.</p>
|
||||
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">We provide comprehensive PTE coaching with the
|
||||
following outstanding features:</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>AI-Based Practice Tests</h3>
|
||||
<p>Experience practice tests designed to mimic the real PTE exam, complete with
|
||||
AI scoring systems.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Flexible Learning Options</h3>
|
||||
<p>Choose from classroom, online, or hybrid learning to suit your schedule and
|
||||
preferences.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our PTE Classes:</h3>
|
||||
<p class="services-details__text-2">Our PTE training program is designed to provide the support and
|
||||
resources you need to succeed. Here are some benefits of joining our classes:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Real-Time Performance Tracking</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expert-Led Speaking Practice</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Tailored Study Plans</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Regular Mock Tests</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Instant Feedback on Writing and Speaking</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our PTE Training Process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Diagnostic Test</h3>
|
||||
<p class="process-four__text">Understand your strengths and weaknesses with a
|
||||
detailed initial assessment.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Skill Enhancement</h3>
|
||||
<p class="process-four__text">Improve your Reading, Writing, Speaking, and Listening
|
||||
skills through targeted training.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Simulated Tests</h3>
|
||||
<p class="process-four__text">Prepare with mock tests under real exam conditions and
|
||||
evaluate your progress.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Final Prep</h3>
|
||||
<p class="process-four__text">Get last-minute tips and focus on areas that need
|
||||
improvement before the test day.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What is the duration of the PTE preparation program?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The program typically lasts between 4 to 6 weeks, depending on your
|
||||
proficiency and availability.</p>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>Can I take classes online?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, we offer both online and in-person classes, ensuring flexibility for all
|
||||
our students.</p>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are PTE mock tests included?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, our program includes multiple full-length mock tests with detailed
|
||||
scoring and analysis.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php') ?>
|
389
residency.php
Normal file
@ -0,0 +1,389 @@
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Residency Prospects</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Residency Prospects</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="nepalese.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="work.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\residence.jpg" alt="">
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-1">Residency Prospects in New Zealand: A Pathway to Long-Term
|
||||
Opportunities</h3>
|
||||
<p class="services-details__text-1">New Zealand offers excellent residency prospects for
|
||||
international students, making it a popular choice for those looking to settle in a
|
||||
beautiful, thriving country. After completing your studies, you can apply for a Post-Study
|
||||
Work Visa, which allows you to stay and work in New Zealand for up to three years, depending
|
||||
on your qualification and the job you secure. This visa gives you the chance to gain work
|
||||
experience, further develop your skills, and contribute to the New Zealand economy.
|
||||
|
||||
Furthermore, New Zealand’s skilled migrant category offers a pathway for those who wish to
|
||||
stay permanently. If you can demonstrate your ability to fill a skilled role, have a job
|
||||
offer, and meet the necessary points criteria, you may be eligible to apply for permanent
|
||||
residency. Many students who begin their careers in New Zealand after graduation find that
|
||||
the country’s straightforward immigration policies make it possible to transition to
|
||||
permanent residency.
|
||||
|
||||
Whether you're planning to stay temporarily to gain professional experience or make New
|
||||
Zealand your long-term home, the country’s flexible visa options and strong labor market
|
||||
provide ample opportunities for international students to secure residency and build a
|
||||
future in New Zealand.</p>
|
||||
|
||||
|
||||
<div class="services-details__img-and-feature">
|
||||
<!-- <div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Residency Prospects Support</h3>
|
||||
<p class="services-details__feature-text">We understand that securing a long-term future
|
||||
in New Zealand is an important consideration for international students. That's why
|
||||
we provide dedicated support to help you navigate the residency process. From
|
||||
exploring post-study work opportunities to providing guidance on the skilled migrant
|
||||
category and permanent residency applications, our team is here to assist you in
|
||||
making a successful transition from student life to full-time professional status in
|
||||
New Zealand. We aim to make your path to residency as smooth as possible, supporting
|
||||
your career development and long-term goals.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Residency Pathway Guidance</h3>
|
||||
<p>We help you understand the pathways available to secure residency in New
|
||||
Zealand, from the Post-Study Work Visa to the Skilled Migrant Category.
|
||||
Our team provides clear, step-by-step advice on the residency process,
|
||||
including visa requirements and points criteria.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Skilled Migrant Application Assistance</h3>
|
||||
<p>Our experts assist you in preparing and submitting your Skilled Migrant
|
||||
visa application, ensuring you meet the necessary points for permanent
|
||||
residency and advising you on the documentation needed to secure your
|
||||
future in New Zealand.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Employer-Supported Residency Support</h3>
|
||||
<p>If you're aiming for residency through employment, we provide guidance on
|
||||
how to transition from a work visa to a residency application, including
|
||||
navigating employer-supported visa options and ensuring your job aligns
|
||||
with immigration requirements.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-2">Benefits of Our Residency Prospects Support:</h3>
|
||||
<p class="services-details__text-2">We offer dedicated support to help you navigate New
|
||||
Zealand's residency process, making it easier for you to plan your long-term future in
|
||||
the country. Here's how our support benefits you:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Clear Residency Pathway Advice</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expertise in Work Visa and Residency Applications</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Skilled Migrant Category Assistance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Employer-Supported Residency Transition</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Ongoing Immigration Guidance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Tailored Solutions for Permanent Residency</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="services-details__title-3">Our Residency Prospects Support Process:</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!-- Process Step 1 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Understanding Your Residency Goals</h3>
|
||||
<p class="process-four__text">We begin by discussing your long-term goals in
|
||||
New Zealand, including your desire for permanent residency, preferred
|
||||
industries, and how we can best assist in achieving your vision for a
|
||||
future in the country.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 1 End -->
|
||||
|
||||
<!-- Process Step 2 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Exploring Residency Pathways</h3>
|
||||
<p class="process-four__text">We guide you through various pathways to
|
||||
residency, whether it’s through the Post-Study Work Visa,
|
||||
Employer-Supported Visas, or the Skilled Migrant Category, helping you
|
||||
choose the best route for your situation.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 2 End -->
|
||||
|
||||
<!-- Process Step 3 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Documentation and Application Support</h3>
|
||||
<p class="process-four__text">We assist with gathering and preparing all
|
||||
necessary documentation, such as proof of employment or qualifications,
|
||||
and guide you through the application process for work visas and
|
||||
permanent residency applications.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 3 End -->
|
||||
|
||||
<!-- Process Step 4 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Navigating the Immigration Process</h3>
|
||||
<p class="process-four__text">We ensure that your application is complete
|
||||
and accurate, helping you through the immigration process to increase
|
||||
your chances of a successful application for residency in New Zealand.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 4 End -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> How can I apply for permanent residency in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>You can apply for permanent residency in New Zealand through the
|
||||
Skilled Migrant Category, which requires you to meet a points
|
||||
threshold based on factors like age, work experience, and
|
||||
qualifications. If you meet the criteria, you can submit an
|
||||
Expression of Interest (EOI) to Immigration New Zealand.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> Can I transition from a Post-Study Work Visa to a
|
||||
residency visa in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, after completing your studies and holding a Post-Study Work
|
||||
Visa, you may be eligible to apply for permanent residency through
|
||||
the Skilled Migrant Category or by securing an employer-supported
|
||||
work visa if you meet the necessary criteria.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> How long does the residency application process take?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>The residency application process can take several months, depending
|
||||
on your specific case and the type of visa you are applying for. It
|
||||
typically takes 6-12 months for most residency applications to be
|
||||
processed. It’s important to ensure all documentation is submitted
|
||||
correctly to avoid delays.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> What are the key factors for gaining residency in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Key factors for gaining residency include having a job offer in a
|
||||
skilled occupation, meeting the points threshold under the Skilled
|
||||
Migrant Category, and having the necessary qualifications and work
|
||||
experience. Additional factors, such as family connections or a
|
||||
long-term commitment to living in New Zealand, can also improve your
|
||||
chances.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> What support can I get for my residency application?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Our team offers full support through the residency application
|
||||
process, including helping you understand the requirements,
|
||||
preparing documentation, and ensuring your application meets all
|
||||
necessary criteria for a smooth submission.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
@ -220,7 +220,7 @@
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a href="contact.html" class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct Contact</a> </div>
|
||||
<div class="sidebar__support-btn-box"> <a href="contact.php" class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
122
success.php
@ -30,7 +30,7 @@
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-1.jpg" alt="">
|
||||
<img class="success-img" src="assets\images\gokul\Testimonials\saraswoti.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
@ -39,14 +39,15 @@
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Michael Angenla</a></h3>
|
||||
<p class="testimonial-two__sub-title">Project Manager</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.php">Saraswoti Dhami</a></h3>
|
||||
<p class="testimonial-two__sub-title">Mahendranagar Kanchanpur</p>
|
||||
<p class="testimonial-two__text">I am do glad that I got my visa for New Zealand and thanks for
|
||||
entire Rohini family for their guidance and support. If
|
||||
you are planning to study in New Zealand do not forget to visit Rohini. THINK NEW ZEALAND THINK
|
||||
ROHINI
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -55,7 +56,7 @@
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-2.jpg" alt="">
|
||||
<img class="success-img" src="assets\images\gokul\Testimonials\prem.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
@ -65,22 +66,24 @@
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Brenda Gregory</a></h3>
|
||||
<p class="testimonial-two__sub-title">CEO of Apple</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.php">Prem Paneru</a></h3>
|
||||
<p class="testimonial-two__sub-title">Dadheldhura Nepal/p>
|
||||
<p class="testimonial-two__text">Recently I got my E-Visa For New Zealand. I am so happy.
|
||||
Thankyou for Rohini International and their team members
|
||||
for guidance of academic support and on documentation. Specially thank you for Shyam sir and RN
|
||||
sir. If you are planning to study in
|
||||
New Zealand Rohini can be your idle. Think New Zealand Think Rohini.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-3.jpg" alt="">
|
||||
<img class="success-img" src="assets\images\gokul\Testimonials\sanuja.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
@ -89,89 +92,14 @@
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Edward Monroe</a></h3>
|
||||
<p class="testimonial-two__sub-title">Senior Designer</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-4.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Jessica Brown</a></h3>
|
||||
<p class="testimonial-two__sub-title">Project Manager</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-5.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Antony Gregory</a></h3>
|
||||
<p class="testimonial-two__sub-title">CEO of Apple</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Testimonial Two Single End-->
|
||||
<!--Testimonial Two Single Start-->
|
||||
<div class="col-xl-4 col-lg-6 col-md-6">
|
||||
<div class="testimonial-two__single">
|
||||
<div class="testimonial-two__img">
|
||||
<img src="assets/images/testimonial/testimonial-2-6.jpg" alt="">
|
||||
</div>
|
||||
<div class="testimonial-two__shape-1">
|
||||
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
|
||||
</div>
|
||||
<ul class="testimonial-two__ratting list-unstyled">
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-pointed-star"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
<li><span class="icon-customer-testimonial"></span></li>
|
||||
</ul>
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.html">Edward George</a></h3>
|
||||
<p class="testimonial-two__sub-title">Senior Designer</p>
|
||||
<p class="testimonial-two__text">Divide carefully fruitsome sixth form beginning
|
||||
replenis together midst lesser to airs there brought forth him she us one seas can
|
||||
was void can be awrare were nots multiply image female best project.
|
||||
<h3 class="testimonial-two__name"><a href="testimonials.php">Sanuja Khatri</a></h3>
|
||||
<p class="testimonial-two__sub-title">Beltar Udayapur</p>
|
||||
<p class="testimonial-two__text"></p>I reciently got my visa of New Zealand. I am so happy. Thank
|
||||
you for entire team of Rohini International Education services for their time and guidance. If you
|
||||
want to persue your higher education in New Zealand, Think New Zealand Think Rohini
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
868
team.php
@ -1,352 +1,532 @@
|
||||
<?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');">
|
||||
<?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>team member</li>
|
||||
</ul>
|
||||
</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>team member</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>team member</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
<h2>team member</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Team Page Start-->
|
||||
<section class="team-page">
|
||||
<div class="team-page__bg" style="background-image: url('assets/images/shapes/team-page-shape-1.png');"></div>
|
||||
<div class="container">
|
||||
<div class="section-title-two text-center">
|
||||
<div class="section-title-two__tagline-box">
|
||||
<p style="font-size:17px" class="section-title-two__tagline">__consulting team_ _</p>
|
||||
<div class="section-title-two__shape">
|
||||
<img src="assets/images/shapes/section-title-two-shape.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="section-title-two__title">dedicated expert team</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-1.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Nancy Patterson</a></h3>
|
||||
<p class="team-two__sub-title">Senior Consultant</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-2.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Ronaldo Bump</a></h3>
|
||||
<p class="team-two__sub-title">Executive Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-3.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Marie Ramirez</a></h3>
|
||||
<p class="team-two__sub-title">Project Manager</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-4.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Jameson Bowles</a></h3>
|
||||
<p class="team-two__sub-title">Executive Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-5.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Jameson Bowles</a></h3>
|
||||
<p class="team-two__sub-title">Executive Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-6.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Damon Jernigan</a></h3>
|
||||
<p class="team-two__sub-title">Senior Consultant</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-7.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Stacey Mendez</a></h3>
|
||||
<p class="team-two__sub-title">Project Manager</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets/images/team/team-2-8.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.html#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.html">Jennifer Aponte</a></h3>
|
||||
<p class="team-two__sub-title">Senior Consultant</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Page Start-->
|
||||
<section class="team-page">
|
||||
<div class="team-page__bg" style="background-image: url('assets/images/shapes/team-page-shape-1.png');"></div>
|
||||
<div class="container">
|
||||
<div class="section-title-two text-center">
|
||||
<div class="section-title-two__tagline-box">
|
||||
<p style="font-size:17px" class="section-title-two__tagline">__consulting team_ _</p>
|
||||
<div class="section-title-two__shape">
|
||||
<img src="assets/images/shapes/section-title-two-shape.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Team Page End-->
|
||||
|
||||
<!--Join Team One Start-->
|
||||
<!--Join Team One End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Get Newsletter</h3>
|
||||
<h2 class="section-title-two__title">dedicated expert team</h2>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Shyam Prasad Bhandari,M.D&Chief Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Shyam Prasad Bhandari</a></h3>
|
||||
<p class="team-two__sub-title">M.D&Chief Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php')?>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Daya Thapa,Director-Marketing & Sales.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Daya Thapa</a></h3>
|
||||
<p class="team-two__sub-title">Director-Marketing & Sales</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Samip Pokhrel, Buisness Development Officer.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Samip Pokhrel</a></h3>
|
||||
<p class="team-two__sub-title">Business Development Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Aryan Tamang,Head Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Aryan Tamang</a></h3>
|
||||
<p class="team-two__sub-title">Head Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Manish Basnet,Senior Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Manish Basnet</a></h3>
|
||||
<p class="team-two__sub-title">Senior Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Suraj Rai, Senior Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Suraj Rai</a></h3>
|
||||
<p class="team-two__sub-title">Senior Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Riya Rai, Abroad Study Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Riya Rai</a></h3>
|
||||
<p class="team-two__sub-title">Abroad Study Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Rubina Rai, Abroad Study Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Rubina Rai</a></h3>
|
||||
<p class="team-two__sub-title">Abroad Study Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Unisha Shrestha, Abroad Study Counsellor.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Unisha Shrestha</a></h3>
|
||||
<p class="team-two__sub-title">Abroad Study Counsellor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Ayusha Chaudhary, Front Desk Officer.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Ayusha Chaudhary</a></h3>
|
||||
<p class="team-two__sub-title">Front Desk Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Sumana Amg,Front Desk Officer.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Sumana Amg</a></h3>
|
||||
<p class="team-two__sub-title">Front Desk Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Aradhya Kunwar,Documentation Officer.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Aradhya Kunwar</a></h3>
|
||||
<p class="team-two__sub-title">Documentation Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
<!--Team Two Single Start-->
|
||||
<div class="col-xl-3 col-lg-6 col-md-6">
|
||||
<div class="team-two__single">
|
||||
<div class="team-two__img-box">
|
||||
<div class="team-two__img">
|
||||
<img src="assets\images\gokul\team\Sushila Magar,Documentation Officer.jpg" alt="">
|
||||
</div>
|
||||
<div class="team-two__social">
|
||||
<ul class="clearfix list-unstyled">
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-linked-in-logo-of-two-letters"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="team.php#">
|
||||
<i class="icon-facebook-app-symbol"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="icon-share"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-two__content">
|
||||
<h3 class="team-two__name"><a href="team-details.php">Sushila Magar</a></h3>
|
||||
<p class="team-two__sub-title">Documentation Officer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Team Two Single End-->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Team Page End-->
|
||||
|
||||
<!--Join Team One Start-->
|
||||
<!--Join Team One End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Get Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|
479
toefl.php
@ -1,291 +1,216 @@
|
||||
<?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');">
|
||||
<?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><a href="toefl.php">Class</Canvas></a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>Toefl Class</Canvas></li>
|
||||
</ul>
|
||||
</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><a href="service.php">Services</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>PTE</li>
|
||||
<h2>Toefl Class</Canvas></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="ielts.php">IELTS Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pte.php">PTE Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="toefl.php">Toefl Class<span class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>PTE</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li class="active">
|
||||
<a href="business-planning.html">Business Planning<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="human-resource.html">Human Resource<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="market-analysis.html">Market Analysis<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="startup-business.html">Startup Business<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="programe-manager.html">Programe manager<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="investment-policy.html">Investment Policy<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>915 Hill Street, USA</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:+13330000000">+1(333) 000-0000</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">example@email.com</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Mon - Sat: 9:00 AM - 5:00 PM
|
||||
<br> Sunday Close</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets/images/services/services-details-img-1.jpg" alt="">
|
||||
</div>
|
||||
<h3 class="services-details__title-1">Business Planning</h3>
|
||||
<p class="services-details__text-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
||||
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
|
||||
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa
|
||||
qui officia deserunt mollit anim id est laborum.</p>
|
||||
<div class="services-details__img-and-feature">
|
||||
<div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
<h3 class="services-details__title-1">TOEFL Preparation Classes</h3>
|
||||
<p class="services-details__text-1">Our TOEFL preparation classes are designed to help you achieve
|
||||
the score you need to succeed. Whether you are preparing for university admissions or visa
|
||||
purposes, our expert trainers will guide you through all four sections of the TOEFL exam:
|
||||
Reading, Listening, Speaking, and Writing.</p>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Our TOEFL coaching program is tailored to help you
|
||||
improve in all sections of the test:</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Targeted Speaking Practice</h3>
|
||||
<p>Focus on strategies to boost your speaking score with mock interviews and
|
||||
expert feedback.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Features:</h3>
|
||||
<p class="services-details__feature-text">Lorem ipsum dolor sit amet, consectetur
|
||||
adipiscing elit, sed do eiusmod tempor.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Best Business consulting</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>24/7 customer support</h3>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our Service:</h3>
|
||||
<p class="services-details__text-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
|
||||
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Save Valuable Time</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Offer an Outsider’s Perspective</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Fill in Gaps in Your Knowledge</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Save Money</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Achieve Goals</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Offer Expertise</p>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Comprehensive Listening Exercises</h3>
|
||||
<p>Enhance your listening skills through a variety of exercises that mirror
|
||||
TOEFL audio clips.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our Work process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Identifying Problems</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Research Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Solutions Your Problem</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Consultation With Experts</h3>
|
||||
<p class="process-four__text">Lorem Ipsum is simply dummy text of the
|
||||
printing and typesetting industry.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits With Our TOEFL Classes:</h3>
|
||||
<p class="services-details__text-2">Joining our TOEFL preparation classes will provide you with
|
||||
these advantages:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. In-Depth Test Strategies</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Regular Practice and Feedback</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Individualized Learning Plans</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Timed Practice Tests</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Targeted Vocabulary Building</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="services-details__title-3">Our TOEFL Training Process</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Initial Assessment</h3>
|
||||
<p class="process-four__text">We begin with an assessment to identify your strengths
|
||||
and areas for improvement.</p>
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently asked questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Skill Enhancement</h3>
|
||||
<p class="process-four__text">Work on improving your skills in Reading, Listening,
|
||||
Writing, and Speaking with targeted lessons.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Mock Tests</h3>
|
||||
<p class="process-four__text">Experience real TOEFL exam conditions with full-length
|
||||
mock tests, followed by detailed feedback.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
<!--Process Four Single Start-->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Final Review</h3>
|
||||
<p class="process-four__text">In the final phase, we focus on refining your
|
||||
performance and answering any lingering questions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--Process Four Single End-->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>How long is the TOEFL preparation course?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Our TOEFL preparation course typically runs for 4-8 weeks, depending on your
|
||||
current level and the pace of learning.</p>
|
||||
</div>
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>Can I take online TOEFL preparation classes?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, we offer both online and in-person TOEFL preparation classes for maximum
|
||||
flexibility.</p>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are mock TOEFL tests included in the course?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, we provide regular full-length TOEFL mock tests as part of our training
|
||||
program, along with personalized feedback.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -293,6 +218,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php')?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
<?php include('footer.php') ?>
|
397
work.php
Normal file
@ -0,0 +1,397 @@
|
||||
<?php include('header.php') ?>
|
||||
<div class="page-wrapper">
|
||||
<!--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><a href="services.php">Work Prospects</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Work Prospects</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Services Details Start-->
|
||||
<section class="services-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-3 col-lg-4">
|
||||
<div class="services-details__left">
|
||||
<div class="services-details__services-box">
|
||||
<ul class="services-details__services-list list-unstyled">
|
||||
<li>
|
||||
<a href="newzealand.php">Study in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="accomodation.php">Accomodation in New Zealand<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="nepalese.php">Nepalese Students<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="process.php">Application Process<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<a href="work.php">Work Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="residency.php">Residency Prospects<span
|
||||
class="icon-right-arrow-1"></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="services-details__contact">
|
||||
<h3 class="services-details__contact-title">Contact us</h3>
|
||||
<ul class="services-details__contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-location"></span>
|
||||
</div>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-phone-call"></span>
|
||||
</div>
|
||||
<p><a href="tel:01-5344710">01-5344710</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-envelope"></span>
|
||||
</div>
|
||||
<p><a href="mailto:example@email.com">info@rohini.edu.np</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-planning"></span>
|
||||
</div>
|
||||
<p>Sun - Fri: 10:00 AM - 5:00 PM
|
||||
<br> Saturday Close
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 col-lg-8">
|
||||
<div class="services-details__right">
|
||||
<div class="services-details__img">
|
||||
<img src="assets\images\gokul\work.jpeg" alt="">
|
||||
</div>
|
||||
|
||||
<h3 class="services-details__title-1">Work Prospects in New Zealand: Unlocking Opportunities for
|
||||
International Students</h3>
|
||||
<p class="services-details__text-1">New Zealand offers a wide range of work prospects for
|
||||
international students, making it an ideal destination for those seeking to gain valuable
|
||||
work experience while studying. As a student, you can work up to 20 hours per week during
|
||||
term time and full-time during the holidays, providing you with the chance to support
|
||||
yourself financially and develop skills in your field of study. Many students find part-time
|
||||
work in retail, hospitality, and other industries, while others seek internships or work
|
||||
placements related to their academic programs. Upon graduation, New Zealand also offers
|
||||
post-study work visas, allowing students to stay and work for up to three years, depending
|
||||
on the qualification. Whether you are looking to support your studies or gain professional
|
||||
experience, New Zealand provides ample opportunities for international students to thrive in
|
||||
the workforce.</p>
|
||||
|
||||
<div class="services-details__img-and-feature">
|
||||
<!-- <div class="services-details__feature-img">
|
||||
<img src="assets/images/services/services-details-feature-img-1.jpg" alt="">
|
||||
<div class="services-details__video-link">
|
||||
<a href="https://www.youtube.com/watch?v=Get7rqXYrbQ" class="video-popup">
|
||||
<div class="services-details__video-icon">
|
||||
<span class="fa fa-play"></span>
|
||||
<i class="ripple"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="services-details__feature">
|
||||
<h3 class="services-details__feature-title">Our Work Prospects Support</h3>
|
||||
<p class="services-details__feature-text">We understand that finding work while studying
|
||||
abroad is an important step in your journey. That's why we provide dedicated support
|
||||
to help you navigate the New Zealand job market. From identifying work opportunities
|
||||
that align with your studies to ensuring you meet the work visa requirements, our
|
||||
team is here to assist you in securing part-time jobs, internships, and post-study
|
||||
work opportunities. We aim to make your work experience in New Zealand smooth and
|
||||
rewarding, supporting both your financial needs and career development.</p>
|
||||
<ul class="services-details__feature-points list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Job Search Assistance</h3>
|
||||
<p>We help you find part-time jobs, internships, and work placements in New
|
||||
Zealand that match your field of study and personal interests, making it
|
||||
easier for you to gain work experience while studying.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-customer-support"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Work Visa Guidance</h3>
|
||||
<p>Our team provides expert advice on the requirements and application
|
||||
process for work visas, helping you navigate the rules around part-time
|
||||
work during your studies and post-study work opportunities.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-project-management"></span>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>Resume and Interview Support</h3>
|
||||
<p>We assist you in preparing a professional resume and cover letter
|
||||
tailored to the New Zealand job market, and offer interview coaching to
|
||||
ensure you're ready to secure a job and succeed in your role.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<h3 class="services-details__title-2">Benefits of Our Work Prospects Support:</h3>
|
||||
<p class="services-details__text-2">We provide dedicated support to help you navigate New
|
||||
Zealand's job market, making it easier for you to find work opportunities that align with
|
||||
your studies and career goals. Here's how our support benefits you:</p>
|
||||
<ul class="services-details__points list-unstyled">
|
||||
<li>
|
||||
<p>1. Job Search Efficiency</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>2. Expert Career Advice</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>3. Work Visa Assistance</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>4. Resume and Interview Support</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>5. Tailored Job Opportunities</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>6. Ongoing Career Guidance</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="services-details__title-3">Our Work Prospects Support Process:</h3>
|
||||
<div class="process-four">
|
||||
<div class="row">
|
||||
<!-- Process Step 1 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Understanding Your Career Goals</h3>
|
||||
<p class="process-four__text">We begin by discussing your career aspirations,
|
||||
preferred industries, and the type of work you are seeking to ensure we
|
||||
provide guidance tailored to your goals.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 1 End -->
|
||||
|
||||
<!-- Process Step 2 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Researching Job Opportunities</h3>
|
||||
<p class="process-four__text">We assist you in identifying job opportunities
|
||||
that align with your skills and studies, from part-time work to internships
|
||||
and graduate roles in New Zealand.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 2 End -->
|
||||
|
||||
<!-- Process Step 3 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__shape-1"></div>
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Providing Job Application Support</h3>
|
||||
<p class="process-four__text">We offer guidance on how to apply for jobs,
|
||||
including resume writing, cover letters, and preparing for interviews,
|
||||
ensuring you make a strong impression with employers.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 3 End -->
|
||||
|
||||
<!-- Process Step 4 Start -->
|
||||
<div class="col-xl-3">
|
||||
<div class="process-four__single">
|
||||
<div class="process-four__count"></div>
|
||||
<h3 class="process-four__title">Assistance with Work Visa and Documentation</h3>
|
||||
<p class="process-four__text">We help you navigate the process of applying for a
|
||||
work visa and ensure all necessary documentation, such as proof of
|
||||
employment, is correctly prepared and submitted on time.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Process Step 4 End -->
|
||||
</div>
|
||||
</div>
|
||||
<h3 class="services-details__title-4">Frequently Asked Questions</h3>
|
||||
<div class="services-details__faq">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<!-- Question 1 -->
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span> What are the types of work opportunities available for
|
||||
international students in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>International students in New Zealand can work part-time during their
|
||||
studies, typically up to 20 hours per week during the semester and
|
||||
full-time during holidays. Work opportunities include roles in
|
||||
hospitality, retail, administration, and internships related to their
|
||||
field of study. After graduation, students can apply for a Post-Study
|
||||
Work Visa to gain full-time work experience in New Zealand.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 2 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span> Do I need a work visa to work in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>If you're an international student, you can work part-time during your
|
||||
studies without needing a separate work visa, as long as your student
|
||||
visa allows it. However, if you wish to work after your studies, you’ll
|
||||
need to apply for a Post-Study Work Visa, which enables you to gain work
|
||||
experience in New Zealand for up to 3 years depending on your
|
||||
qualification.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 3 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span> How can I find part-time work while studying in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>There are several ways to find part-time work in New Zealand. Many
|
||||
universities have dedicated job boards and career services where
|
||||
students can find job listings. Additionally, students can look for job
|
||||
opportunities on online platforms like Seek, TradeMe Jobs, or contact
|
||||
local businesses directly. Networking and visiting businesses in person
|
||||
is also a great way to find work.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 4 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span> How do I apply for a Post-Study Work Visa in New Zealand?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>To apply for a Post-Study Work Visa, you must have completed a
|
||||
qualification that is recognized by New Zealand’s immigration
|
||||
authorities. The visa application requires proof of your qualification,
|
||||
evidence of your study completion, and may require a job offer related
|
||||
to your field of study. Applications can be completed online through
|
||||
Immigration New Zealand’s website.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 5 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span> Can I transition from a student visa to a work visa in New
|
||||
Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Yes, it is possible to transition from a student visa to a work visa in
|
||||
New Zealand. After completing your studies, you can apply for a
|
||||
Post-Study Work Visa to work in New Zealand full-time. If you secure a
|
||||
job related to your qualification, you may also be eligible for an
|
||||
employer-assisted work visa.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Question 6 -->
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q6.</span> Are there any restrictions on the type of work I can do as
|
||||
an international student in New Zealand?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>As an international student, you are generally restricted to part-time
|
||||
work during the academic semester. However, you can work full-time
|
||||
during official breaks or holidays. Your student visa will outline the
|
||||
specific number of hours you are allowed to work. Additionally, you are
|
||||
allowed to work in most industries, but some roles may require specific
|
||||
qualifications or licenses (such as healthcare or professional
|
||||
services).</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services Details End-->
|
||||
|
||||
<!--Newsletter One Start -->
|
||||
<section class="newsletter-one">
|
||||
<div class="container">
|
||||
<div class="newsletter-one__inner">
|
||||
<div class="newsletter-one__bg"
|
||||
style="background-image: url('assets/images/backgrounds/newsletter-one-bg.jpg');"></div>
|
||||
<div class="newsletter-one__title-box">
|
||||
<h3 class="newsletter-one__title">Our Newsletter</h3>
|
||||
</div>
|
||||
<div class="newsletter-one__form-box">
|
||||
<form action="assets/inc/sendemail.php" class="newsletter-one__form contact-form-validated"
|
||||
novalidate="novalidate">
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="text" placeholder="Full Name" name="name">
|
||||
</div>
|
||||
<div class="newsletter-one__input-box">
|
||||
<input type="email" placeholder="Email Here" name="email">
|
||||
</div>
|
||||
<div class="newsletter-one__btn-box">
|
||||
<button type="submit" class="thm-btn newsletter-one__btn"><span
|
||||
class="icon-right-arrow"></span>Subscribe Now</button>
|
||||
</div>
|
||||
</form>
|
||||
<div class="result"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Newsletter One End -->
|
||||
<?php include('footer.php') ?>
|