This commit is contained in:
Roshan476
2026-01-24 19:07:59 +05:45
parent ac64c883be
commit 00fe2f744d
12 changed files with 273 additions and 939 deletions

View File

@@ -37,7 +37,8 @@
<div class="inner">
<div class="tmp-section-title-border text-start hero__sub-title">
<div class="pres-line-separator-wrapper mb--10">
<span class="subtitle"><span class="number">01</span> <span class="subtitle-text">ABOUT PATHFINDER</span></span>
<span class="subtitle"><span class="number">01</span> <span class="subtitle-text">ABOUT
PATHFINDER</span></span>
<div class="line-separator"></div>
</div>
</div>
@@ -52,7 +53,8 @@
</div>
<div class="title-wrapper">
<h4 class="title">Trusted Expertise</h4>
<p class="text">Years of proven excellence in guiding students to top institutions worldwide.</p>
<p class="text">Years of proven excellence in guiding students to top institutions
worldwide.</p>
</div>
</li>
<li>
@@ -61,7 +63,8 @@
</div>
<div class="title-wrapper">
<h4 class="title">Personalized Counseling</h4>
<p class="text">One-on-one guidance tailored to each student's academic and career goals.</p>
<p class="text">One-on-one guidance tailored to each student's academic and career
goals.</p>
</div>
</li>
<li>
@@ -70,7 +73,8 @@
</div>
<div class="title-wrapper">
<h4 class="title">Global Network</h4>
<p class="text">Strong affiliations with reputed institutions in Australia, UK, USA, Canada, and more.</p>
<p class="text">Strong affiliations with reputed institutions in Australia, UK, USA,
Canada, and more.</p>
</div>
</li>
<li>
@@ -79,12 +83,19 @@
</div>
<div class="title-wrapper">
<h4 class="title">High Visa Success Rate</h4>
<p class="text">Proven strategies and support to maximize approval chances for international studies.</p>
<p class="text">Proven strategies and support to maximize approval chances for
international studies.</p>
</div>
</li>
</ul>
<div class="about-btn mt--30">
<a class="tmp-btn round text-center" href="./about.php">Learn More About Us</a>
<div class="read-more-btn">
<a class="tmp-btn btn-large round hover-icon-reverse" href="#">
<span class="icon-reverse-wrapper">
<span class="btn-text">About Us</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
</span>
</a>
</div>
</div>
</div>

View File

@@ -18,8 +18,10 @@
<a class="tmp-btn btn-large hover-icon-reverse" href="./blog-list.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">View More Blogs</span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
</span>
</a>
</div>

View File

@@ -11,8 +11,10 @@
<a class="tmp-btn btn-large hover-icon-reverse" href="./contact.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">Contact Us</span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
</span>
</a>
</div>

View File

@@ -1,6 +1,7 @@
<div class="banner-slider-area-one">
<!-- Start Slider Area -->
<div class=" hero-area slider-animation-2 slider-activation-2 slider-dot tmp-slick-dot tmp-slick-arrow tmp-slick-arrow-white">
<div
class=" hero-area slider-animation-2 slider-activation-2 slider-dot tmp-slick-dot tmp-slick-arrow tmp-slick-arrow-white">
<div class="slider-area slider-style-2 d-flex variation-2 height-850 bg_image bg_image--10">
<div class="container">
<div class="row">
@@ -19,8 +20,8 @@
<a class="tmp-btn btn-large round hover-icon-reverse" href="#">
<span class="icon-reverse-wrapper">
<span class="btn-text">Explore Our Services</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
</span>
</a>
</div>
@@ -71,8 +72,8 @@
<a class="tmp-btn btn-large round hover-icon-reverse" href="#">
<span class="icon-reverse-wrapper">
<span class="btn-text">Explore College/Uni.</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
</span>
</a>
</div>
@@ -123,8 +124,8 @@
<a class="tmp-btn btn-large round hover-icon-reverse" href="#">
<span class="icon-reverse-wrapper">
<span class="btn-text">Book Free Consultation</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
</span>
</a>
</div>

View File

@@ -19,8 +19,10 @@
<a class="tmp-btn btn-large hover-icon-reverse" href="./service.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">View More Services</span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i>
</span>
</span>
</a>
</div>

View File

@@ -53,12 +53,12 @@
<div class="col-lg-6 col-md-12 mt-4 mt-lg-0 text-lg-end">
<div class="cta-btn-group">
<div class="tmp-load-more d-flex justify-content-center">
<a class="tmp-btn btn-large hover-icon-reverse" href="./contact.php">
<div class="read-more-btn">
<a class="tmp-btn btn-large round hover-icon-reverse" href="#">
<span class="icon-reverse-wrapper">
<span class="btn-text">Contact Us</span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-loader"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-up-right"></i></span>
</span>
</a>
</div>