Rohini_New/parts/choose.php
2024-10-08 13:29:49 +05:45

60 lines
2.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--Free Estimate Start -->
<!--
<section class="free-estimate">
<div class="container">
<div class="free-estimate__inner">
<div class="free-estimate__bg" style="background-image: url('assets/images/backgrounds/free-estimate-bg.jpg');"></div>
<div class="free-estimate__img"> <img src="assets/images/resources/free-estimate-img.jpg" alt=""> </div>
<div class="free-estimate__title-box">
<h3 class="free-estimate__title">Free Estimate</h3>
<p class="free-estimate__text">Have any project feel free contact with us</p>
</div>
<div class="free-estimate__form-box">
<form action="assets/inc/sendemail.php" class="free-estimate__form contact-form-validated" novalidate="novalidate">
<div class="free-estimate__input-box">
<input type="text" placeholder="Full Name" name="name">
</div>
<div class="free-estimate__input-box free-estimate__input-box-2">
<input type="email" placeholder="Email Here" name="email">
</div>
<div class="free-estimate__btn-box">
<button type="submit" class="thm-btn free-estimate__btn"><span class="icon-right-arrow"></span>Get Estimate</button>
</div>
</form>
<div class="result"></div>
</div>
</div>
</div>
</section>
-->
<!--Free Estimate End -->
<!--Why Choose One Start -->
<section class="why-choose-one section-bg section-pd">
<div class="container">
<div class="row">
<div class="col-xl-6 col-xl-6">
<div class="why-choose-one__left">
<div class="section-title text-left">
<div class="section-title__tagline-box"> <span class="section-title__tagline">Why Choose us</span> </div>
<h2 class="section-title__title">Land of Endless Opportunities</h2>
</div>
<p class="why-choose-one__text pb-3">New Zealand is rapidly becoming a top choice for international students due to its unique combination of academic excellence, innovative teaching methods, and unparalleled natural beauty. Heres why studying in New Zealand is the perfect choice for your educational journey</p>
<ul>
<li>Globally Recognized Qualifications</li>
<li>Innovative Teaching and Research</li>
<li>Post-Study Work Opportunities</li>
<li>Safe and Inclusive Environment</li>
<li>Beautiful Landscapes and Outdoor Lifestyle</li>
</ul>
</div>
</div>
<div class="col-xl-6 col-xl-6">
<div class="why-choose-one__right">
<div class="why-choose-one__img wow slideInRight" data-wow-delay="100ms" data-wow-duration="2500ms"> <img src="assets/images/rohini/newzealand.jpg" alt=""> </div>
</div>
</div>
</div>
</div>
</section>
<!--Why Choose One End -->