This commit is contained in:
2026-01-14 13:39:44 +05:45
parent c7feb86413
commit 0131d21c42
16 changed files with 1493 additions and 809 deletions

33
.htaccess Normal file
View File

@@ -0,0 +1,33 @@
# RewriteEngine On
# # Remove .php extension from URLs (e.g., /contactt -> contact.php)
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{REQUEST_FILENAME}\.php -f
# RewriteRule ^(.*)$ $1.php [L]
# # Redirect direct access to .php files to clean URLs (optional)
# RewriteCond %{THE_REQUEST} \s/+(.*?)\.php[\s?] [NC]
# RewriteRule ^ /%1 [R=301,L,NE]
<Files "mailBooking.php">
RewriteEngine Off
</Files>
<Files "mailContact.php">
RewriteEngine Off
</Files>
RewriteEngine On
DirectoryIndex index.php
# 1. Redirect any index.php request to its directory URL
RewriteCond %{THE_REQUEST} \s/(.*)index\.php[\s?] [NC]
RewriteRule ^(.*)index\.php$ /%1 [R=301,L]
# 2. Remove .php extension from URLs (e.g., /contactt -> contact.php)
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [L]
# 3. Redirect direct access to .php files to clean URLs (optional)
RewriteCond %{THE_REQUEST} \s/+(.*?)\.php[\s?] [NC]
RewriteRule ^ /%1 [R=301,L,NE]

View File

@@ -14424,6 +14424,10 @@ Primary style
} }
} }
.section {
padding: 0px !important
}
.tmp-btn::after, .tmp-btn::after,
.btn-default::after { .btn-default::after {
position: absolute; position: absolute;
@@ -16097,15 +16101,42 @@ img.mfp-img {
} }
} }
.tmp-single-wized .wized-header { .tmp-single-wized .wized-header .title {
margin-bottom: 10px; margin-bottom: 10px;
color: #fff; color: white;
background-color: var(--color-primary);
padding: 12px;
border-radius: 5px;
} }
.tmp-single-wized .wized-body { .tmp-single-wized .wized-body {
margin-top: 30px; margin-top: 30px;
} }
li {
list-style: none;
}
.tmp-single-wized .wized-body ul li a {
background: rgba(231, 231, 231, 0.32);
display: block;
padding: 9px 15px;
font-size: 16px;
border-radius: 5px;
transition: 0.3s;
list-style: none;
}
.tmp-single-wized .wized-body ul li a img {
margin-right: 5px;
}
.tmp-single-wized .wized-body ul li a:hover {
transform: translateY(-3px);
background: var(--color-btn);
color: #fff;
}
.tmp-single-wized .wized-body .single-categories { .tmp-single-wized .wized-body .single-categories {
margin-bottom: 15px; margin-bottom: 15px;
padding: 0; padding: 0;
@@ -18441,6 +18472,26 @@ main.business-coatch .thumbnail-banner-business-coatch img {
height: 350px; height: 350px;
} }
.single-modern-case-studies {
position: relative;
}
.single-modern-case-studies .country-logo {
position: absolute;
top: 10px;
left: 10px;
width: 50px;
/* adjust as needed */
height: 50px;
/* keep square */
border-radius: 50%;
/* optional: make it round */
border: 2px solid #fff;
/* optional border */
z-index: 10;
object-fit: cover;
}
.single-modern-case-studies .thumbnail { .single-modern-case-studies .thumbnail {
display: block; display: block;
height: 100%; height: 100%;
@@ -18614,6 +18665,7 @@ main.business-coatch .thumbnail-banner-business-coatch img {
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
} }
.feature-lists li i { .feature-lists li i {
margin-right: 5px; margin-right: 5px;
} }
@@ -21398,6 +21450,7 @@ Timeline Area
background-color: #e3e3e3; background-color: #e3e3e3;
padding: 12px; padding: 12px;
} }
.pricing-table-items .pricing-table .pricing-table-header .top h4 { .pricing-table-items .pricing-table .pricing-table-header .top h4 {
color: var(--color-btn) !important; color: var(--color-btn) !important;
font-weight: 700; font-weight: 700;
@@ -21838,6 +21891,7 @@ Timeline Area
margin-top: 78px; margin-top: 78px;
/* height: 100%; */ /* height: 100%; */
} }
.job-form { .job-form {
margin-top: 0px !important; margin-top: 0px !important;
} }
@@ -23414,6 +23468,10 @@ iframe {
.country12 { .country12 {
height: auto !important; height: auto !important;
} }
.single-modern-case-studies {
height: auto !important;
}
} }
.why-choose-feature .single { .why-choose-feature .single {
@@ -34826,6 +34884,7 @@ body.tmp-body-star::before {
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
} }
.active-light-mode .team-wrapper5 { .active-light-mode .team-wrapper5 {
box-shadow: none; box-shadow: none;
} }
@@ -36902,10 +36961,12 @@ body.tmp-body-star::before {
.tmp-time-table-area .content121 { .tmp-time-table-area .content121 {
display: flex; display: flex;
background-color: var(--color-card); background-color: var(--color-card);
border-radius: 12px;
} }
.content121 { .content121 {
display: flex; display: flex;
justify-content: center;
} }
.country-image1 { .country-image1 {
@@ -37020,6 +37081,35 @@ body.tmp-body-star::before {
} }
/* Table Styling */ /* Table Styling */
.expenses-table {
width: 100%;
border-collapse: separate;
/* IMPORTANT */
border-spacing: 0;
border-radius: 12px;
overflow: hidden;
/* IMPORTANT */
border: 1px solid #ddd;
}
/* Optional: cell borders */
.expenses-table th,
.expenses-table td {
padding: 12px 16px;
border-bottom: 1px solid #e5e5e5;
}
/* Header styling */
.expenses-table thead th {
background: var(--color-primary);
font-weight: 600;
}
/* Remove bottom border from last row */
.expenses-table tbody tr:last-child td {
border-bottom: none;
}
.expenses-table { .expenses-table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
@@ -37046,7 +37136,7 @@ body.tmp-body-star::before {
/* Responsive: stack cells on mobile */ /* Responsive: stack cells on mobile */
@media (max-width: 576px) { @media (max-width: 576px) {
.expenses-table thead { .expenses-table thead {
display: none; /* display: none; */
/* hide header */ /* hide header */
} }
@@ -37210,6 +37300,7 @@ section {
.ielts-overview-grid .ielts-image img { .ielts-overview-grid .ielts-image img {
border-radius: 5px; border-radius: 5px;
} }
.why-ielts-grid, .why-ielts-grid,
.band-grid { .band-grid {
display: grid; display: grid;
@@ -37288,6 +37379,8 @@ section {
margin-bottom: 15px; margin-bottom: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
transition: transform .3s; transition: transform .3s;
width: 350px;
margin-right: 12px;
} }
.band-card:hover { .band-card:hover {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -221,9 +221,9 @@
<p>Understand what each IELTS band score represents</p> <p>Understand what each IELTS band score represents</p>
</div> </div>
<div class="band-wrapper"> <div class="col-lg-12 band-wrapper">
<div class="row">
<div class="band-card expert"> <div class=" col-lg-6 band-card expert">
<span class="band-score counter" data-score="9">0</span> <span class="band-score counter" data-score="9">0</span>
<div class="band-info"> <div class="band-info">
<h4>Expert User</h4> <h4>Expert User</h4>
@@ -233,7 +233,7 @@
</div> </div>
</div> </div>
<div class="band-card very-good"> <div class="col-lg-6 band-card very-good">
<span class="band-score counter" data-score="8">0</span> <span class="band-score counter" data-score="8">0</span>
<div class="band-info"> <div class="band-info">
<h4>Very Good User</h4> <h4>Very Good User</h4>
@@ -242,8 +242,10 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="band-card good"> <div class="row">
<div class="col-lg-6 band-card good">
<span class="band-score counter" data-score="7">0</span> <span class="band-score counter" data-score="7">0</span>
<div class="band-info"> <div class="band-info">
<h4>Good User</h4> <h4>Good User</h4>
@@ -253,7 +255,7 @@
</div> </div>
</div> </div>
<div class="band-card good"> <div class="col-lg-6 band-card good">
<span class="band-score counter" data-score="7">0</span> <span class="band-score counter" data-score="7">0</span>
<div class="band-info"> <div class="band-info">
<h4>Good User</h4> <h4>Good User</h4>
@@ -262,7 +264,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="band-card competent"> </div>
<div class="row">
<div class="col-lg-6 band-card competent">
<span class="band-score counter" data-score="6">0</span> <span class="band-score counter" data-score="6">0</span>
<div class="band-info"> <div class="band-info">
<h4>Competent User</h4> <h4>Competent User</h4>
@@ -271,7 +276,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="band-card modest"> <div class="col-lg-6 band-card modest">
<span class="band-score counter" data-score="5">0</span> <span class="band-score counter" data-score="5">0</span>
<div class="band-info"> <div class="band-info">
<h4>Modest User</h4> <h4>Modest User</h4>
@@ -280,7 +285,9 @@
</div> </div>
</div> </div>
</div> </div>
<div class="band-card limited"> </div>
<div class="row">
<div class="col-lg-6 band-card limited">
<span class="band-score counter" data-score="4">0</span> <span class="band-score counter" data-score="4">0</span>
<div class="band-info"> <div class="band-info">
<h4>Limited User</h4> <h4>Limited User</h4>
@@ -291,6 +298,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</section> </section>
<section class="who-should-join"> <section class="who-should-join">

View File

@@ -1,26 +1,20 @@
<?php include("header.php") ?> <?php include("header.php") ?>
<section class="page-title" style="background-image: url(./assets/images/photos/usa-banner.png);"> <section class="page-title" style="background-image: url(./assets/images/about/destination1.jpg);">
<div class="auto-container"> <div class="auto-container">
<div class="pres-line-separator-wrapper text-start mb--10"> <h1>Explore Quality Education provider</h1>
<div class="tmp-section-title-border text-start">
<div class="pres-line-separator-wrapper text-start mb--10">
<div class="line-separator line-left"></div>
<span class="subtitle">
<span class="subtitle-text">Country Detail Page</span>
</span>
<div class="line-separator line-right"></div>
</div>
</div>
</div>
<h1>Explore Your Dream Land</h1>
<div class="text"> <div class="text">
<a href="index.php">Home</a> <a href="index.php">Home</a>
/Country Detail /About
</div> </div>
</div> </div>
</section> </section>
<!-- Start Elements Area -->
<div class="tmp-service-details-area pt--60">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="tmp-service-details">
<div class="row g-5 mt_md--20 mt_sm--20">
<div class="latest-service-area pt--60"> <div class="latest-service-area pt--60">
<div class="container"> <div class="container">
<div class="row g-5 service-wrapper"> <div class="row g-5 service-wrapper">
@@ -180,130 +174,71 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-8">
<h2 class="title">Introducing the USA: Your Study Abroad Destination</h2>
<div class="thumbnail thumbnail-large-details h-auto mb--30">
<img class="radius-10 w-100 jarallax-img" src="assets/images/photos/usa-feature1.png" alt="Service Details">
</div>
<p class="discription mt--30">
Study in USA from Nepal and experience world-class education, globally recognized degrees, and access to cutting-edge research opportunities. With a diverse cultural environment and flexible academic programs, the USA offers a unique platform for personal and professional growth. Students can benefit from numerous part-time job opportunities, internships, and career prospects. Learn about the student visa requirements, top universities, scholarships, and cost of living in the USA. Embark on your journey towards academic excellence and a successful career with expert guidance and the many opportunities the USA offers for a brighter future. </p>
<div class="blog-details-content pt--60 tmp-section-gapBottom"> <ul class="listing-style-solid">
<li>Comprehensive Strategic Business Planning & Effective Execution</li>
<div class="container"> <li>In-Depth Market Research & Detailed Competitive Analysis</li>
<div class="row g-5"> <li>Expert Financial Advisory & Advanced Risk Management Solutions</li>
<div class="col-lg-4 order-lg-1 order-2"> <li>Operational Efficiency Optimization & Process Improvement Strategies</li>
<li>Business Growth Consulting & Long-Term Sustainability Planning</li>
<div class="left-sidebar sticky-top top-120"> <li>Leadership Training Programs & Team Performance Enhancement</li>
<div class="single-wrapper-details-right-p similar-post bg-card tmponhover">
<h4>Key Information</h4>
<ul class="submenu submenu1">
<li>Aplication Process</li>
<li>Living Expenses</li>
<li>Admission Criteria</li>
<li>College & Universities</li>
<li>FAQ</li>
</ul> </ul>
</div> <h2 class="title">Why Study in USA from Nepal?</h2>
<div class="single-wrapper-details-right-p similar-post bg-card tmponhover"> <p class="discription mt--30">
<h4>Other Country</h4> Continually myocardiFor Nepalese students, study in USA provides a chance to gain international exposure and experience a high-quality education system. With numerous scholarships, part-time work opportunities, and strong Nepalese student communities, studying in the USA becomes a rewarding and enriching journey.So, if you are planning to study in USA from Nepal or explore opportunities to study in America from Nepal, earning a degree from a prestigious U.S. university significantly boosts career prospects and personal growth, and job sectors across the world recognize American degrees due to their emphasis on practical skills, critical thinking, and research-based learning and leadership skills.
<ul class="submenu"> nate holistic mindshare with client-based web services. Assertively e-enable catalysts for change before tested markets. Phosfluorescently maintain wireless scenarios after intermandated applications. Conveniently predominate revolutionary quality vectors through future-proof manufactured products. Enthusiastically transform distinctive collaboration.
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900235163USA.png" alt="" data-no-retina="">USA</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712553290751AUS.png" alt="" data-no-retina="">Australia</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900572965New-Zealand-Flag-icon.png" alt="" data-no-retina="">NewZeland</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712901291364canada_flags_flag_16983.png" alt="" data-no-retina="">Canada</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_17129002663UK.png" alt="" data-no-retina="">UK</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1724416115592ireland.webp" alt="" data-no-retina="">Ireland</a></li>
</ul>
</div>
<div class="single-wrapper-details-right-p similar-post bg-card tmponhover">
<h4>Test Preparation Classes</h4>
<ul class="submenu">
<li><a href="./class-detail.php"><i class="feather-headphones"></i>IELTS Class</a></li>
<li><a href="./class-detail.php"><i class="feather-monitor"></i>
PTE Class</a></li>
<li><a href="./class-detail.php"><i class="feather-file-text"></i>
TOFEL Class</a></li>
</ul>
</div>
<div class="single-wrapper-details-right-p similar-post bg-card tmponhover query11">
<h4>Do You Have Any Query?</h4>
<p>We are here to assist you.</p>
<ul>
<li>
<a class="tmp-btn hover-icon-reverse" href="./contact.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">Message Now</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-8 order-lg-2 order-1">
<div class="post-page-banner">
<div class="content">
<div class="tmp-section-title-border">
<h2 class="title w-700 tmp-title">Introducing the USA: Your Study Abroad Destination</h2>
</div>
<div class="about-2-thumbnail-left-wrapper">
<div class="single-thumbnail invers-anime country12">
<img loading="lazy" src="assets/images/photos/usa-feature.png" alt="about">
</div>
<div class="single-thumbnail invers-anime country12 mt--80">
<img loading="lazy" src="assets/images/photos/usa-feature1.png" alt="about">
</div>
</div>
</div>
</div>
<div class="content mt--20">
<p>Study in USA from Nepal and experience world-class education, globally recognized degrees, and access to cutting-edge research opportunities. With a diverse cultural environment and flexible academic programs, the USA offers a unique platform for personal and professional growth. Students can benefit from numerous part-time job opportunities, internships, and career prospects. Learn about the student visa requirements, top universities, scholarships, and cost of living in the USA. Embark on your journey towards academic excellence and a successful career with expert guidance and the many opportunities the USA offers for a brighter future.</p>
<h4>Why Study in USA from Nepal?</h4>
<p>Study in USA is a dream for many students seeking world-class education, cutting-edge research opportunities, and a globally recognized degree. With top-ranked universities, flexible academic programs, and a diverse cultural environment, the USA offers a perfect platform for personal and professional growth. Students can benefit from state-of-the-art facilities, scalable networking opportunities, and access to various career prospects.</p>
<p>For Nepalese students, study in USA provides a chance to gain international exposure and experience a high-quality education system. With numerous scholarships, part-time work opportunities, and strong Nepalese student communities, studying in the USA becomes a rewarding and enriching journey.So, if you are planning to study in USA from Nepal or explore opportunities to study in America from Nepal, earning a degree from a prestigious U.S. university significantly boosts career prospects and personal growth, and job sectors across the world recognize American degrees due to their emphasis on practical skills, critical thinking, and research-based learning and leadership skills.
</p> </p>
<ul class="feature-list-service row mt--0 g-5">
<li class="col-lg-6 col-md-6">
<div class="icon">
<i class="feather-check"></i>
</div> </div>
<div class="title-wrapper">
<h4 class="title">24/7 Support</h4>
<p class="text">Lorem ipsum dolor consectetur adipiscing.</p>
</div> </div>
</li>
<li class="col-lg-6 col-md-6">
<div class="icon">
<i class="feather-check"></i>
</div> </div>
<div class="time-table-area-wrapper tab-content12"> <div class="title-wrapper">
<div class="inner-container"> <h4 class="title">Secure Payments</h4>
<div class="table-outer"> <p class="text">Do eiusmod tempor incididunt labore.</p>
<div class="table-inner table-inner12"> </div>
<!-- Timetable Tabs--> </li>
<li class="col-lg-6 col-md-6">
<div class="timetable-tabs tabs-box"> <div class="icon">
<!--Tab Btns--> <i class="feather-check"></i>
<hr> </div>
<ul class="tab-btns tab-buttons clearfix"> <div class="title-wrapper">
<h4 class="title">Daily Updates</h4>
<li data-tab="#usa" class="tab-btn tab-btn11 active-btn">Application Process</li> <p class="text">Daily Updates tempor incididunt labore.</p>
</div>
<li data-tab="#uk" class="tab-btn tab-btn11">Living Expenses</li> </li>
<li class="col-lg-6 col-md-6">
<li data-tab="#canada" class="tab-btn tab-btn11">Admission Criteria</li> <div class="icon">
<i class="feather-check"></i>
<li data-tab="#australia" class="tab-btn tab-btn11">Universities/Colleges</li> </div>
<li data-tab="#newzeland" class="tab-btn tab-btn11">FAQ</li> <div class="title-wrapper">
<h4 class="title">Market Research</h4>
<p class="text">Market Research tempor incididunt labore.</p>
</div>
</li>
</ul> </ul>
<hr>
<!--Tabs Container-->
<div class="tabs-content"> <div class="tabs-content">
<!--Tab / Active Tab--> <!--Tab / Active Tab-->
<div class="tab active-tab" id="usa"> <div class="tab active-tab" id="Aplication-Process">
<section class="usa-application-process"> <section class="usa-application-process">
<div class="container"> <div class="container">
<!-- Section Header --> <!-- Section Header -->
@@ -392,7 +327,7 @@
</div> </div>
<div class="tab" id="uk"> <div class="tab" id="Living-Expenses">
<section class="living-expenses "> <section class="living-expenses ">
<div class="container"> <div class="container">
@@ -466,7 +401,7 @@
</div> </div>
<div class="tab" id="canada"> <div class="tab" id="Admission-Criteria">
<section class="usa-admission-criteria"> <section class="usa-admission-criteria">
<div class="container"> <div class="container">
@@ -581,142 +516,68 @@
</div> </div>
<div class="tab" id="australia"> <div class="tab" id="College-Universities">
<!-- Section Header -->
<div class="section-header mb-5">
<h2>Top Universities in the USA (QS Rankings)</h2>
<p>Explore leading US universities ranked globally by QS World University Rankings.</p>
</div>
<!-- Responsive Table -->
<div class="content content121"> <div class="content content121">
<div class=" col-lg-8 clearfix">
<div class="table-responsive">
<table class="expenses-table">
<thead>
<tr>
<th>University</th>
<th>QS Ranking</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tuition Fees</td>
<td>$20,000</td>
</tr>
<tr>
<td>Accommodation (On-Campus)</td>
<td>$8,000</td>
<!-- Time Box --> </tr>
<tr>
<td>Accommodation (Off-Campus)</td>
<td>$6,000</td>
<div class="time-box tmponhover"> </tr>
<tr>
<td>Food and Groceries</td>
<td>$3,000</td>
<div class="box-inner"> </tr>
<a href="#"> <tr>
<div class="col-lg-3 uni"> <td>Books and Supplies</td>
<img decoding="async" src="https://www.bangor.ac.uk/themes/custom/bangor/images/logo-black.svg" alt=""> <td>$1,000</td>
</tr>
</tbody>
</table>
</div> </div>
<div class="col-lg-9 time">Western university</div>
</a>
</div> </div>
</div> </div>
<div class="tab" id="faq">
<!-- Time Box -->
<div class="time-box tmponhover">
<div class="box-inner">
<a href="#">
<div class="col-lg-3 uni">
<img src="https://www.datocms-assets.com/106045/1760697616-logo-white.svg" alt="BPP, home page" class="max-h-[48px] h-full w-full">
</div>
<div class="col-lg-9 time">Western university</div>
</a>
</div>
</div>
<!-- Time Box -->
<div class="time-box tmponhover">
<div class="box-inner">
<a href="#">
<div class="col-lg-3 uni">
<img decoding="async" src="https://www.bangor.ac.uk/themes/custom/bangor/images/logo-black.svg" alt="">
</div>
<div class="col-lg-9 time">Western university</div>
</a>
</div>
</div>
<!-- Time Box -->
<div class="time-box tmponhover">
<div class="box-inner">
<a href="#">
<div class="col-lg-3 uni">
<img decoding="async" src="https://www.bangor.ac.uk/themes/custom/bangor/images/logo-black.svg" alt="">
</div>
<div class="col-lg-9 time">Western university</div>
</a>
</div>
</div>
<!-- Time Box -->
<div class="time-box tmponhover">
<div class="box-inner">
<a href="#">
<div class="col-lg-3 uni">
<img decoding="async" src="https://www.bangor.ac.uk/themes/custom/bangor/images/logo-black.svg" alt="">
</div>
<div class="col-lg-9 time">Western university</div>
</a>
</div>
</div>
<!-- Time Box -->
<div class="time-box tmponhover">
<div class="box-inner">
<a href="#">
<div class="col-lg-3 uni">
<img decoding="async" src="https://www.bangor.ac.uk/themes/custom/bangor/images/logo-black.svg" alt="">
</div>
<div class="col-lg-9 time">Western university</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4 image-section">
<div class="thumbnail country-image1">
<img class="w-100" src="./assets/images/photos/usa copy.png" alt="">
</div>
</div>
</div>
</div>
<div class="tab" id="newzeland">
<!-- tmp faq area start --> <!-- tmp faq area start -->
<div class="tmp-faq-area "> <div class="tmp-faq-area pt--90 ">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<!-- Section Header -->
<div class="section-header mb-5">
<h2>Frequently Asked Questions</h2>
<p>Find clear answers to the most common questions about studying in the USA from Nepal.</p>
</div>
<div class="col-lg-12"> <div class="col-lg-12">
<div class="tmp-accordion-style accordion" data-sal="slide-up" data-sal-duration="800"> <div class="tmp-accordion-style accordion" data-sal="slide-up" data-sal-duration="800">
@@ -784,18 +645,109 @@
</div> </div>
</div>
<div class="col-lg-4 mt_md--30 mt_sm--30">
<div class="sticky-top-service">
<div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="wized-header">
<h5 class="title">
Key Information
</h5>
</div>
<div class="wized-body">
<!-- single categories -->
<ul>
<li>
<a href="#Aplication-Process">Aplication Process</a>
</li>
<li>
<a href="#Living-Expenses">Living Expenses</a>
</li>
<li>
<a href="#Admission-Criteria">Admission Criteria</a>
</li>
<li>
<a href="#College-Universities">College & Universities</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul>
<!-- single categories End -->
</div>
</div>
<div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="wized-header">
<h5 class="title">
Other Country
</h5>
</div>
<div class="wized-body">
<!-- single categories -->
<ul class="submenu">
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900235163USA.png" alt="" data-no-retina="">USA</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712553290751AUS.png" alt="" data-no-retina="">Australia</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900572965New-Zealand-Flag-icon.png" alt="" data-no-retina="">NewZeland</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712901291364canada_flags_flag_16983.png" alt="" data-no-retina="">Canada</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_17129002663UK.png" alt="" data-no-retina="">UK</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1724416115592ireland.webp" alt="" data-no-retina="">Ireland</a></li>
</ul>
<!-- single categories End -->
</div>
</div>
<div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="wized-header">
<h5 class="title">
Test Preparation Classes
</h5>
</div>
<div class="wized-body">
<!-- single categories -->
<ul class="submenu">
<li><a href="./class-detail.php"><i class="feather-headphones"></i>IELTS Class</a></li>
<li><a href="./class-detail.php"><i class="feather-monitor"></i>
PTE Class</a></li>
<li><a href="./class-detail.php"><i class="feather-file-text"></i>
TOFEL Class</a></li>
</ul>
<!-- single categories End -->
</div>
</div>
<div class="tmp-single-wized single-wrapper-details-right-p similar-post bg-card tmponhover query11">
<div class="wized-header">
<h5 class="title">
Do You Have Any Query?
</h5>
</div>
<p>We are here to assist you.</p>
<ul>
<li>
<a class="tmp-btn hover-icon-reverse" href="./contact.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">Message Now</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
</span>
</a>
</li>
</ul>
</div> </div>
</div> </div>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> <!-- End Elements Area -->
<!-- End Advance Pricing Area -->
<!-- End Advance Pricing Area -->
<?php include("footer.php") ?> <?php include("footer.php") ?>

View File

@@ -256,6 +256,8 @@ document.addEventListener("DOMContentLoaded", () => {
}); });
</script> </script>
<!-- Fancybox JS -->
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.umd.js"></script>
<script src="assets/js/vendor/jquery.min.js" defer></script> <script src="assets/js/vendor/jquery.min.js" defer></script>
<script src="assets/js/vendor/bootstrap.min.js" defer></script> <script src="assets/js/vendor/bootstrap.min.js" defer></script>

View File

@@ -35,6 +35,11 @@
<link href="assets/css/plugins/lightbox.css" rel="stylesheet"> <link href="assets/css/plugins/lightbox.css" rel="stylesheet">
<link href="assets/css/plugins/odometer.css" rel="stylesheet"> <link href="assets/css/plugins/odometer.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style16eb.css?v=4.3.1"> <link rel="stylesheet" href="assets/css/style16eb.css?v=4.3.1">
<!-- Fancybox CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css" />
</head> </head>
<div id="xb-loadding"> <div id="xb-loadding">

View File

@@ -1,7 +1,5 @@
<!-- Start Blog Area --> <!-- Start Blog Area -->
<div class="blog-area tmp-section-gap"> <div class="blog-area">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">

View File

@@ -1,4 +1,4 @@
<div class="tmp-time-table-area ptb--90"> <div class="tmp-time-table-area pb--90">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
@@ -11,7 +11,7 @@
</span> </span>
<div class="line-separator line-right"></div> <div class="line-separator line-right"></div>
</div> </div>
<h2 class="title w-700">Select a country to view its universities and colleges.</h2> <h2 class="title w-700">Browse Top Universities and Colleges All in One Place!.</h2>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -12,6 +12,8 @@
<div class="row g-5 mt--10"> <div class="row g-5 mt--10">
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/usa.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="assets/images/photos/usa-feature1.png" alt="case-studies"> <img src="assets/images/photos/usa-feature1.png" alt="case-studies">
</a> </a>
@@ -38,6 +40,7 @@
</div> </div>
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/canada-logo.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="./assets/images/photos/canada.png" alt="case-studies"> <img src="./assets/images/photos/canada.png" alt="case-studies">
</a> </a>
@@ -64,6 +67,7 @@
</div> </div>
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/uk-logo.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="./assets/images/photos/uk1.png" alt="case-studies"> <img src="./assets/images/photos/uk1.png" alt="case-studies">
</a> </a>
@@ -90,6 +94,7 @@
</div> </div>
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/australia-logo.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="./assets/images/photos/australia.png" alt="newzeland"> <img src="./assets/images/photos/australia.png" alt="newzeland">
</a> </a>
@@ -117,6 +122,7 @@
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/newzeland-logo.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="./assets/images/photos/newzeland.png" alt="case-studies"> <img src="./assets/images/photos/newzeland.png" alt="case-studies">
</a> </a>
@@ -144,6 +150,7 @@
<div class="col-lg-4 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<div class="single-modern-case-studies"> <div class="single-modern-case-studies">
<img src="assets/images/photos/ireland-logo.png" alt="USA Logo" class="country-logo">
<a href="./country-detail.php" class="thumbnail invers-anime"> <a href="./country-detail.php" class="thumbnail invers-anime">
<img src="./assets/images/photos/ireland.png" alt="ireland"> <img src="./assets/images/photos/ireland.png" alt="ireland">
</a> </a>

View File

@@ -15,34 +15,163 @@
<div class="col-lg-12"> <div class="col-lg-12">
<div class="tmp-service-details"> <div class="tmp-service-details">
<div class="row g-5 mt_md--20 mt_sm--20"> <div class="row g-5 mt_md--20 mt_sm--20">
<div class="post-page-banner "> <div class="latest-service-area pt--60">
<div class="container"> <div class="container">
<div class="row"> <div class="row g-5 service-wrapper">
<div class="col-lg-12">
<!-- USA Universities -->
<div class="col-lg-3 col-md-4 col-sm-6 col-12" data-sal="slide-up" data-sal-duration="700" data-sal-delay="200">
<div class="service-feature-main-wrapper-splash">
<div class="inner">
<div class="front-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="icon">
<img src="assets/images/photos/top-three.png" alt="Corporate Images">
</div>
<div class="content"> <div class="content">
<div class="tmp-section-title-border"> <h4 class="title w-600">
<a href="#">Top-Ranked Universities</a>
<h2 class="title w-700 tmp-title">End-to-End Education Services <br> </h4>
Designed for Global Success</h2> <p class="description mb--0">
Study at Ivy League and globally recognized public universities in the USA.
</p>
</div>
<div class="shape-service-1">
<img src="assets/images/services/shape/01.png" alt="service">
</div>
</div>
</div>
<div class="back-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="content">
<h4 class="title w-600">
<a href="#">Top-Ranked Universities</a>
</h4>
<p class="description mb--0">
The USA is home to world-leading universities known for academic excellence, strong global rankings, and internationally respected degrees.
</p>
</div>
</div>
</div>
</div>
</div> </div>
<ul class="tmp-meta-list">
<li>
<i class="feather-clock"></i>
<a href="#">10:30 AM</a>
</li>
<li>
<i class="feather-calendar"></i>
10 Dec 2025
</li>
</ul>
<div class="thumbnail thumbnail11 position-relative blog-details-thumbnail-large mt--60">
<img class="w-100 radius" src="assets/images/blog/blog-01.jpg" alt="Blog Images">
</div> </div>
<!-- Flexible Academics -->
<div class="col-lg-3 col-md-4 col-sm-6 col-12" data-sal="slide-up" data-sal-duration="700" data-sal-delay="400">
<div class="service-feature-main-wrapper-splash">
<div class="inner">
<div class="front-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="icon">
<img src="assets/images/photos/energy-system.png" alt="Corporate Images">
</div>
<div class="content">
<h4 class="title w-600">
<a href="#">Flexible Academic System</a>
</h4>
<p class="description mb--0">
Choose majors freely with options to change or combine fields of study.
</p>
</div>
<div class="shape-service-1">
<img src="assets/images/services/shape/01.png" alt="service">
</div>
</div>
</div>
<div class="back-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="content">
<h4 class="title w-600">
<a href="#">Flexible Academic System</a>
</h4>
<p class="description mb--0">
The US education system encourages interdisciplinary learning, major changes, electives, and customized academic pathways.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Cutting-Edge Research -->
<div class="col-lg-3 col-md-4 col-sm-6 col-12" data-sal="slide-up" data-sal-duration="700" data-sal-delay="600">
<div class="service-feature-main-wrapper-splash">
<div class="inner">
<div class="front-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="icon">
<img src="assets/images/photos/analytics.png" alt="Corporate Images">
</div>
<div class="content">
<h4 class="title w-600">
<a href="#">Cutting-Edge Research</a>
</h4>
<p class="description mb--0">
Learn in innovation-driven environments with advanced labs and facilities.
</p>
</div>
<div class="shape-service-1">
<img src="assets/images/services/shape/01.png" alt="service">
</div> </div>
</div> </div>
</div> </div>
<div class="back-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="content">
<h4 class="title w-600">
<a href="#">Cutting-Edge Research</a>
</h4>
<p class="description mb--0">
US universities provide state-of-the-art research labs, innovation hubs, and strong industry partnerships.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- OPT & CPT -->
<div class="col-lg-3 col-md-4 col-sm-6 col-12" data-sal="slide-up" data-sal-duration="700" data-sal-delay="600">
<div class="service-feature-main-wrapper-splash">
<div class="inner">
<div class="front-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="icon">
<img src="assets/images/photos/pathways.png" alt="Corporate Images">
</div>
<div class="content">
<h4 class="title w-600">
<a href="#">OPT & CPT Pathways</a>
</h4>
<p class="description mb--0">
Gain paid work experience during and after your studies in the USA.
</p>
</div>
<div class="shape-service-1">
<img src="assets/images/services/shape/01.png" alt="service">
</div>
</div>
</div>
<div class="back-service-feature">
<div class="service-small-default service service__style--1 bg-color-card radius text-center tmponhover">
<div class="content">
<h4 class="title w-600">
<a href="#">OPT & CPT Pathways</a>
</h4>
<p class="description mb--0">
International students can access CPT during studies and up to three years of OPT after graduation, especially for STEM programs.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> </div>
</div> </div>
<div class="col-lg-4 mt_md--30 mt_sm--30"> <div class="col-lg-4 mt_md--30 mt_sm--30">
@@ -50,31 +179,87 @@
<div class="tmp-single-wized categorys mb--30 tmponhover"> <div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="wized-header"> <div class="wized-header">
<h5 class="title"> <h5 class="title">
Categories Key Information
</h5> </h5>
</div> </div>
<div class="wized-body"> <div class="wized-body">
<!-- single categories --> <!-- single categories -->
<ul class="single-categories"> <ul>
<li class="tmponhover"><a href="#">Strategic Planning <i class="far fa-long-arrow-right"></i></a></li> <li>
<li class="tmponhover"><a href="#">Financial Advisory <i class="far fa-long-arrow-right"></i></a></li> <a href="#Aplication-Process">Aplication Process</a>
<li class="tmponhover"><a href="#">Risk Management <i class="far fa-long-arrow-right"></i></a></li> </li>
<li class="tmponhover"><a href="#">Operational Improvement <i class="far fa-long-arrow-right"></i></a></li> <li>
<li class="tmponhover"><a href="#">Market Analysis <i class="far fa-long-arrow-right"></i></a></li> <a href="#Living-Expenses">Living Expenses</a>
</li>
<li>
<a href="#Admission-Criteria">Admission Criteria</a>
</li>
<li>
<a href="#College-Universities">College & Universities</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
</ul> </ul>
<!-- single categories End --> <!-- single categories End -->
</div> </div>
</div> </div>
<div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="tmp-single-wized contact-with-us-service mb--0 tmponhover"> <div class="wized-header">
<h5 class="title">
<div class="addd-contact"> Other Country
<div class="contact-icon"> <i class="feather-phone"></i></div> </h5>
<h2 class="title ">Have any Questions? <br> Call us Today!</h2> </div>
<div class="contact"> <div class="wized-body">
<a href="tel:123222-8888">(+88) 333-213456</a> <!-- single categories -->
<ul class="submenu">
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900235163USA.png" alt="" data-no-retina="">USA</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712553290751AUS.png" alt="" data-no-retina="">Australia</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712900572965New-Zealand-Flag-icon.png" alt="" data-no-retina="">NewZeland</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1712901291364canada_flags_flag_16983.png" alt="" data-no-retina="">Canada</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_17129002663UK.png" alt="" data-no-retina="">UK</a></li>
<li><a href="./country-detail.php"><img src="https://www.pathfinders.com.np/upload/StudyAbroad/Flag_1724416115592ireland.webp" alt="" data-no-retina="">Ireland</a></li>
</ul>
<!-- single categories End -->
</div> </div>
</div> </div>
<div class="tmp-single-wized categorys mb--30 tmponhover">
<div class="wized-header">
<h5 class="title">
Test Preparation Classes
</h5>
</div>
<div class="wized-body">
<!-- single categories -->
<ul class="submenu">
<li><a href="./class-detail.php"><i class="feather-headphones"></i>IELTS Class</a></li>
<li><a href="./class-detail.php"><i class="feather-monitor"></i>
PTE Class</a></li>
<li><a href="./class-detail.php"><i class="feather-file-text"></i>
TOFEL Class</a></li>
</ul>
<!-- single categories End -->
</div>
</div>
<div class="tmp-single-wized single-wrapper-details-right-p similar-post bg-card tmponhover query11">
<div class="wized-header">
<h5 class="title">
Do You Have Any Query?
</h5>
</div>
<p>We are here to assist you.</p>
<ul>
<li>
<a class="tmp-btn hover-icon-reverse" href="./contact.php">
<span class="icon-reverse-wrapper">
<span class="btn-text">Message Now</span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
<span class="btn-icon"><i class="feather-arrow-right"></i></span>
</span>
</a>
</li>
</ul>
</div> </div>
@@ -83,15 +268,13 @@
</div> </div>
<div class="col-lg-8"> <div class="col-lg-8">
<h2 class="title">Introducing the USA: Your Study Abroad Destination</h2>
<div class="thumbnail thumbnail-large-details h-auto mb--30"> <div class="thumbnail thumbnail-large-details h-auto mb--30">
<img class="radius-10 w-100 jarallax-img" src="assets/images/services/service-details.jpg" alt="Service Details"> <img class="radius-10 w-100 jarallax-img" src="assets/images/photos/usa-feature1.png" alt="Service Details">
</div> </div>
<h2 class="title">We Ensure Best Service</h2>
<p class="discription mt--30"> <p class="discription mt--30">
Continually myocardinate holistic mindshare with client-based web services. Assertively e-enable catalysts for change before tested markets. Phosfluorescently maintain wireless scenarios after intermandated applications. Conveniently predominate revolutionary quality vectors through future-proof manufactured products. Enthusiastically transform distinctive collaboration. Study in USA from Nepal and experience world-class education, globally recognized degrees, and access to cutting-edge research opportunities. With a diverse cultural environment and flexible academic programs, the USA offers a unique platform for personal and professional growth. Students can benefit from numerous part-time job opportunities, internships, and career prospects. Learn about the student visa requirements, top universities, scholarships, and cost of living in the USA. Embark on your journey towards academic excellence and a successful career with expert guidance and the many opportunities the USA offers for a brighter future. </p>
</p>
<ul class="listing-style-solid"> <ul class="listing-style-solid">
<li>Comprehensive Strategic Business Planning & Effective Execution</li> <li>Comprehensive Strategic Business Planning & Effective Execution</li>
<li>In-Depth Market Research & Detailed Competitive Analysis</li> <li>In-Depth Market Research & Detailed Competitive Analysis</li>
@@ -100,9 +283,10 @@
<li>Business Growth Consulting & Long-Term Sustainability Planning</li> <li>Business Growth Consulting & Long-Term Sustainability Planning</li>
<li>Leadership Training Programs & Team Performance Enhancement</li> <li>Leadership Training Programs & Team Performance Enhancement</li>
</ul> </ul>
<h2 class="title">Why Study in USA from Nepal?</h2>
<p class="discription mt--30"> <p class="discription mt--30">
Continually myocardinate holistic mindshare with client-based web services. Assertively e-enable catalysts for change before tested markets. Phosfluorescently maintain wireless scenarios after intermandated applications. Conveniently predominate revolutionary quality vectors through future-proof manufactured products. Enthusiastically transform distinctive collaboration. Continually myocardiFor Nepalese students, study in USA provides a chance to gain international exposure and experience a high-quality education system. With numerous scholarships, part-time work opportunities, and strong Nepalese student communities, studying in the USA becomes a rewarding and enriching journey.So, if you are planning to study in USA from Nepal or explore opportunities to study in America from Nepal, earning a degree from a prestigious U.S. university significantly boosts career prospects and personal growth, and job sectors across the world recognize American degrees due to their emphasis on practical skills, critical thinking, and research-based learning and leadership skills.
nate holistic mindshare with client-based web services. Assertively e-enable catalysts for change before tested markets. Phosfluorescently maintain wireless scenarios after intermandated applications. Conveniently predominate revolutionary quality vectors through future-proof manufactured products. Enthusiastically transform distinctive collaboration.
</p> </p>
@@ -144,29 +328,417 @@
</div> </div>
</li> </li>
</ul> </ul>
<div class="tabs-content">
<!--Tab / Active Tab-->
<div class="row g-5 mb--30"> <div class="tab active-tab" id="Aplication-Process">
<div class="col-lg-6 col-md-6 col-sm-12"> <section class="usa-application-process">
<div class="thumbnail-service-details-small-2"> <div class="container">
<img class="bdru-4" src="assets/images/services/08.webp" alt="business_consulting"> <!-- Section Header -->
<div class="section-header mb-5">
<h2>Application Process to Apply for USA Universities from Nepal</h2>
<p>Follow these steps to successfully apply to your dream universities in the USA.</p>
</div>
<div class="row g-4">
<!-- Step 1 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">1</div>
<h4>Research and Choose Universities</h4>
<p>Explore various universities offering programs that align with your academic and career goals, considering factors like location and reputation.</p>
</div> </div>
</div> </div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="thumbnail-service-details-small-2"> <!-- Step 2 -->
<img class="bdru-4" src="assets/images/services/09.webp" alt="business_consulting"> <div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">2</div>
<h4>Prepare for Standardized Tests</h4>
<p>Take required tests like the SAT, ACT, or GRE to meet university requirements and showcase academic ability.</p>
</div>
</div>
<!-- Step 3 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">3</div>
<h4>Complete Application Forms</h4>
<p>Fill out online applications for universities, providing your personal and academic details as requested.</p>
</div>
</div>
<!-- Step 4 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">4</div>
<h4>Submit Documents</h4>
<p>Upload or mail necessary documents such as transcripts, recommendation letters, and test scores to complete your application.</p>
</div>
</div>
<!-- Step 5 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">5</div>
<h4>Pay Application Fees</h4>
<p>Pay the required non-refundable application fee to process your application to the university.</p>
</div>
</div>
<!-- Step 6 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">6</div>
<h4>Wait for the Admission Decision</h4>
<p>Wait for the university to review your application and notify you of the admission outcome.</p>
</div>
</div>
<!-- Step 7 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">7</div>
<h4>Accept the Offer</h4>
<p>After receiving an acceptance letter, confirm your place by paying any required deposit and signing the enrollment agreement.</p>
</div>
</div>
<!-- Step 8 -->
<div class="col-lg-6 col-md-12">
<div class="process-card">
<div class="step-number">8</div>
<h4>Apply for a Visa</h4>
<p>Once admitted, apply for an F-1 student visa using your I-20 form provided by the university to study in the USA.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="tab" id="Living-Expenses">
<section class="living-expenses ">
<div class="container">
<!-- Section Header -->
<div class="section-header mb-4">
<h2>Cost of Living Expenses for Nepalese Students</h2>
<p>Heres an estimate of the cost of living expenses combined with tuition fees for Nepali students studying in the USA. Figures are approximate and may vary based on the university and city.</p>
</div>
<!-- Responsive Table -->
<div class="table-responsive">
<table class="expenses-table">
<thead>
<tr>
<th>Cost Category</th>
<th>Low Range</th>
<th>High Range</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tuition Fees</td>
<td>$20,000</td>
<td>$60,000</td>
</tr>
<tr>
<td>Accommodation (On-Campus)</td>
<td>$8,000</td>
<td>$15,000</td>
</tr>
<tr>
<td>Accommodation (Off-Campus)</td>
<td>$6,000</td>
<td>$12,000</td>
</tr>
<tr>
<td>Food and Groceries</td>
<td>$3,000</td>
<td>$5,000</td>
</tr>
<tr>
<td>Books and Supplies</td>
<td>$1,000</td>
<td>$1,500</td>
</tr>
<tr>
<td>Health Insurance</td>
<td>$1,000</td>
<td>$2,000</td>
</tr>
<tr>
<td>Transportation</td>
<td>$1,000</td>
<td>$2,000</td>
</tr>
<tr>
<td>Personal Expenses</td>
<td>$1,500</td>
<td>$3,000</td>
</tr>
<tr>
<td>Visa Application and SEVIS Fees</td>
<td>$350</td>
<td>$500</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</div>
<div class="tab" id="Admission-Criteria">
<section class="usa-admission-criteria">
<div class="container">
<!-- Section Header -->
<div class="section-header mb-5">
<h2>Admission Criteria to Study in USA from Nepal</h2>
<p>Here are the common admission requirements for most universities in the USA.</p>
</div>
<div class="row g-4">
<!-- Academic Qualifications -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-book"></i></div>
<h4>Academic Qualifications</h4>
<ul>
<li><strong>Undergraduate:</strong> High school diploma or equivalent with strong academic records.</li>
<li><strong>Graduate:</strong> Bachelors degree from an accredited institution with competitive GPA.</li>
</ul>
</div>
</div>
<!-- Standardized Tests -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-edit-3"></i></div>
<h4>Standardized Test Scores</h4>
<ul>
<li><strong>Undergraduate:</strong> SAT or ACT (may be optional at some universities).</li>
<li><strong>Graduate:</strong> GRE, GMAT, or program-specific tests.</li>
</ul>
</div>
</div>
<!-- English Proficiency -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-globe"></i></div>
<h4>English Language Proficiency</h4>
<p>International students must demonstrate English proficiency through tests like TOEFL, IELTS, or other accepted exams.</p>
</div>
</div>
<!-- Recommendation Letters -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-users"></i></div>
<h4>Letters of Recommendation</h4>
<p>Typically 23 recommendation letters from teachers, professors, or employers highlighting academic and personal strengths.</p>
</div>
</div>
<!-- SOP -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-file-text"></i></div>
<h4>Statement of Purpose (SOP)</h4>
<p>A personal essay explaining your study goals, career plans, and reasons for choosing the university and program.</p>
</div>
</div>
<!-- CV -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-briefcase"></i></div>
<h4>Resume / CV</h4>
<p>Especially for graduate programs, showcasing academic achievements, work experience, and skills.</p>
</div>
</div>
<!-- Transcripts -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-award"></i></div>
<h4>Academic Transcripts</h4>
<p>Official transcripts from all previously attended institutions showing academic performance.</p>
</div>
</div>
<!-- Application Fee -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-credit-card"></i></div>
<h4>Application Fee</h4>
<p>Most universities charge a non-refundable application fee ranging from USD 50 to USD 100 or more.</p>
</div>
</div>
<!-- Portfolio -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-image"></i></div>
<h4>Portfolio (If Required)</h4>
<p>Programs like architecture, design, or fine arts may require a portfolio of creative work.</p>
</div>
</div>
<!-- Interview -->
<div class="col-lg-6 col-md-12">
<div class="criteria-card">
<div class="icon"><i class="feather-mic"></i></div>
<h4>Interview (If Applicable)</h4>
<p>Some competitive or graduate programs may conduct interviews as part of the selection process.</p>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="tab" id="College-Universities">
<!-- Section Header -->
<div class="section-header mb-5">
<h2>Top Universities in the USA (QS Rankings)</h2>
<p>Explore leading US universities ranked globally by QS World University Rankings.</p>
</div>
<!-- Responsive Table -->
<div class="content content121">
<div class="table-responsive">
<table class="expenses-table">
<thead>
<tr>
<th>University</th>
<th>QS Ranking</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tuition Fees</td>
<td>$20,000</td>
</tr>
<tr>
<td>Accommodation (On-Campus)</td>
<td>$8,000</td>
</tr>
<tr>
<td>Accommodation (Off-Campus)</td>
<td>$6,000</td>
</tr>
<tr>
<td>Food and Groceries</td>
<td>$3,000</td>
</tr>
<tr>
<td>Books and Supplies</td>
<td>$1,000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="tab" id="faq">
<!-- tmp faq area start -->
<div class="tmp-faq-area pt--90 ">
<div class="container">
<div class="row">
<!-- Section Header -->
<div class="section-header mb-5">
<h2>Frequently Asked Questions</h2>
<p>Find clear answers to the most common questions about studying in the USA from Nepal.</p>
</div>
<div class="col-lg-12">
<div class="tmp-accordion-style accordion" data-sal="slide-up" data-sal-duration="800">
<div class="accordion" id="accordionExamplea">
<div class="accordion-item card tmponhover">
<h2 class="accordion-header card-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Why should I choose Pathfinder International Education?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExamplea">
<div class="accordion-body card-body">
Pathfinder offers trusted, ethical, and personalized education counseling backed by experienced advisors, a strong global network, and a high visa success rate.
</div> </div>
</div> </div>
</div> </div>
<p class="discription mb--25"> <div class="accordion-item card tmponhover">
Manually maintain wireless scenarios after intermandated applications. Conveniently unique predominate revolutionary quality vectors through future-proof manufactured products. Objectively envisioneer high solution convergence through collaborative networks. Interactively generate B2C e-tailers for business data restore fully researched relationships through resource maximizing results. <h2 class="accordion-header card-header" id="headingTwo">
</p> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<p class="discription mb--0"> Which countries can I study in through Pathfinder?
Conveniently unique predominate revolutionary quality vectors through future-proof manufactured products. Objectively envisioneer high solution convergence through collaborative networks. Interactively generate B2C e-tailers for business data restore fully researched relationships through resource maximizing results. </button>
</p> </h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExamplea">
<div class="accordion-body card-body">
We assist students in securing admissions in top institutions across Australia, the UK, USA, Canada, New Zealand, Denmark, and Ireland.
</div>
</div>
</div>
<div class="accordion-item card tmponhover">
<h2 class="accordion-header card-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Does Pathfinder help with visas and documentation?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExamplea">
<div class="accordion-body card-body">
Yes, we provide complete visa documentation support and interview preparation to maximize approval chances.
</div>
</div>
</div>
<div class="accordion-item card tmponhover">
<h2 class="accordion-header card-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Do you offer support after students reach their destination?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExamplea">
<div class="accordion-body card-body">
Absolutely. Our post-arrival support ensures students receive continued guidance even after reaching their study destination.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- tmp faq area end -->
</div>
</div> </div>
</div>
</div> </div>

View File

@@ -1,6 +1,15 @@
<?php include("header.php") ?> <?php include("header.php") ?>
<section class="page-title" style="background-image: url(./assets/images/about/destination1.jpg);">
<div class="auto-container">
<h1>Our Visa Success Storiesr</h1>
<div class="text">
<a href="index.php">Home</a>
/ Company Profile/ Visa Success Story
</div>
</div>
</section>
<!-- Start Testimonial Style Two --> <!-- Start Testimonial Style Two -->
<div class="tmp-testimonial-area tmp-section-gapTop"> <div class="tmp-testimonial-area pt--70">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
@@ -20,53 +29,57 @@
</div> </div>
<div class="tmp-slick-dot tmp-slick-arrow testimonial-activation-2 slick-gutter-15 mt--30 mb--60"> <div class="tmp-slick-dot tmp-slick-arrow testimonial-activation-2 slick-gutter-15 mt--30 mb--60">
<!-- Start Single card --> <!-- Start Single card -->
<a href="./assets/images/photos/success.png" data-sal="slide-up" data-sal-duration="700" > <a href="./assets/images/photos/success.png" data-fancybox="visa-gallery" data-caption="Visa Success Story 1" data-sal="slide-up" data-sal-duration="700">
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover"> <div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner"> <div class="inner">
<div class="content"> <div class="content">
<img src="./assets/images/photos/success.png" alt=""> <img src="./assets/images/photos/success.png" alt="Success Story 3">
</div>
</div>
</div>
</a>
<!-- End Single card -->
<!-- Start Single card -->
<a href="./assets/images/photos/success.png" data-sal="slide-up" data-sal-duration="700" >
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner">
<div class="content">
<img src="./assets/images/photos/success.png" alt="">
</div> </div>
</div> </div>
</div> </div>
</a> </a>
<!-- End Single card --> <!-- End Single card -->
<!-- Start Single card --> <a href="./assets/images/photos/success.png" data-fancybox="visa-gallery" data-caption="Visa Success Story 2" data-sal="slide-up" data-sal-duration="700">
<a href="./assets/images/photos/success.png" data-sal="slide-up" data-sal-duration="700" >
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover"> <div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner"> <div class="inner">
<div class="content"> <div class="content">
<img src="./assets/images/photos/success.png" alt=""> <img src="./assets/images/photos/success.png" alt="Success Story 3">
</div> </div>
</div> </div>
</div> </div>
</a> </a>
<a href="./assets/images/photos/success.png" data-fancybox="visa-gallery" data-caption="Visa Success Story 4" data-sal="slide-up" data-sal-duration="700">
<!-- End Single card -->
<!-- Start Single card -->
<a href="./assets/images/photos/success.png" data-sal="slide-up" data-sal-duration="700" ></a>
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover"> <div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner"> <div class="inner">
<div class="content"> <div class="content">
<img src="./assets/images/photos/success.png" alt=""> <img src="./assets/images/photos/success.png" alt="Success Story 3">
</div>
</div>
</div>
</a>
<a href="./assets/images/photos/success.png" data-fancybox="visa-gallery" data-caption="Visa Success Story 5" data-sal="slide-up" data-sal-duration="700">
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner">
<div class="content">
<img src="./assets/images/photos/success.png" alt="Success Story 3">
</div>
</div>
</div>
</a>
<a href="./assets/images/photos/success.png" data-fancybox="visa-gallery" data-caption="Visa Success Story 6" data-sal="slide-up" data-sal-duration="700">
<div class="tmp-box-card card-style-default testimonial-style-one variation-2 tmponhover">
<div class="inner">
<div class="content">
<img src="./assets/images/photos/success.png" alt="Success Story 3">
</div> </div>
</div> </div>
</div> </div>
</a> </a>
<!-- End Single card -->
</div> </div>
</div> </div>