update
This commit is contained in:
33
.htaccess
Normal file
33
.htaccess
Normal 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]
|
||||
@@ -14424,6 +14424,10 @@ Primary style
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
padding: 0px !important
|
||||
}
|
||||
|
||||
.tmp-btn::after,
|
||||
.btn-default::after {
|
||||
position: absolute;
|
||||
@@ -16097,15 +16101,42 @@ img.mfp-img {
|
||||
}
|
||||
}
|
||||
|
||||
.tmp-single-wized .wized-header {
|
||||
.tmp-single-wized .wized-header .title {
|
||||
margin-bottom: 10px;
|
||||
color: #fff;
|
||||
color: white;
|
||||
background-color: var(--color-primary);
|
||||
padding: 12px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.tmp-single-wized .wized-body {
|
||||
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 {
|
||||
margin-bottom: 15px;
|
||||
padding: 0;
|
||||
@@ -17653,9 +17684,9 @@ main.business-coatch .thumbnail-banner-business-coatch img {
|
||||
height: 334px;
|
||||
clip-path: polygon(0% 1.796%, 0% 1.796%, 0.025% 1.505%, 0.099% 1.229%, 0.217% 0.971%, 0.376% 0.735%, 0.571% 0.526%, 0.798% 0.347%, 1.053% 0.201%, 1.332% 0.092%, 1.632% 0.024%, 1.948% 0%, 98.052% 0%, 98.052% 0%, 98.368% 0.024%, 98.668% 0.092%, 98.947% 0.201%, 99.202% 0.347%, 99.429% 0.526%, 99.624% 0.735%, 99.783% 0.971%, 99.901% 1.229%, 99.975% 1.505%, 100% 1.796%, 100% 97.935%, 100% 97.935%, 99.97% 98.254%, 99.882% 98.554%, 99.742% 98.829%, 99.557% 99.076%, 99.331% 99.291%, 99.069% 99.468%, 98.778% 99.603%, 98.463% 99.692%, 98.129% 99.731%, 97.782% 99.715%, 1.679% 87.342%, 1.679% 87.342%, 1.398% 87.286%, 1.135% 87.195%, 0.892% 87.072%, 0.672% 86.92%, 0.478% 86.742%, 0.314% 86.54%, 0.181% 86.319%, 0.082% 86.08%, 0.021% 85.827%, 0% 85.563%, 0% 1.796%);
|
||||
} */
|
||||
.team-wrapper5 .image-area a {
|
||||
.team-wrapper5 .image-area a {
|
||||
height: 334px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.team-wrapper5 .image-area a {
|
||||
@@ -18441,6 +18472,26 @@ main.business-coatch .thumbnail-banner-business-coatch img {
|
||||
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 {
|
||||
display: block;
|
||||
height: 100%;
|
||||
@@ -18614,7 +18665,8 @@ main.business-coatch .thumbnail-banner-business-coatch img {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.feature-lists li i{
|
||||
|
||||
.feature-lists li i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@@ -21398,7 +21450,8 @@ Timeline Area
|
||||
background-color: #e3e3e3;
|
||||
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;
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -21838,7 +21891,8 @@ Timeline Area
|
||||
margin-top: 78px;
|
||||
/* height: 100%; */
|
||||
}
|
||||
.job-form{
|
||||
|
||||
.job-form {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
@@ -23414,6 +23468,10 @@ iframe {
|
||||
.country12 {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.single-modern-case-studies {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.why-choose-feature .single {
|
||||
@@ -34822,10 +34880,11 @@ body.tmp-body-star::before {
|
||||
|
||||
}
|
||||
|
||||
.active-light-mode .team-wrapper5 .image-area a img{
|
||||
.active-light-mode .team-wrapper5 .image-area a img {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
.active-light-mode .team-wrapper5 {
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -36902,10 +36961,12 @@ body.tmp-body-star::before {
|
||||
.tmp-time-table-area .content121 {
|
||||
display: flex;
|
||||
background-color: var(--color-card);
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.content121 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.country-image1 {
|
||||
@@ -37020,6 +37081,35 @@ body.tmp-body-star::before {
|
||||
}
|
||||
|
||||
/* 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 {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
@@ -37046,7 +37136,7 @@ body.tmp-body-star::before {
|
||||
/* Responsive: stack cells on mobile */
|
||||
@media (max-width: 576px) {
|
||||
.expenses-table thead {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
/* hide header */
|
||||
}
|
||||
|
||||
@@ -37207,9 +37297,10 @@ section {
|
||||
}
|
||||
|
||||
|
||||
.ielts-overview-grid .ielts-image img{
|
||||
.ielts-overview-grid .ielts-image img {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.why-ielts-grid,
|
||||
.band-grid {
|
||||
display: grid;
|
||||
@@ -37288,6 +37379,8 @@ section {
|
||||
margin-bottom: 15px;
|
||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
|
||||
transition: transform .3s;
|
||||
width: 350px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.band-card:hover {
|
||||
|
||||
BIN
assets/images/photos/australia-logo.png
Normal file
BIN
assets/images/photos/australia-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
BIN
assets/images/photos/canada-logo.png
Normal file
BIN
assets/images/photos/canada-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
assets/images/photos/ireland-logo.png
Normal file
BIN
assets/images/photos/ireland-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/images/photos/newzeland-logo.png
Normal file
BIN
assets/images/photos/newzeland-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/images/photos/uk-logo.png
Normal file
BIN
assets/images/photos/uk-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -221,9 +221,9 @@
|
||||
<p>Understand what each IELTS band score represents</p>
|
||||
</div>
|
||||
|
||||
<div class="band-wrapper">
|
||||
|
||||
<div class="band-card expert">
|
||||
<div class="col-lg-12 band-wrapper">
|
||||
<div class="row">
|
||||
<div class=" col-lg-6 band-card expert">
|
||||
<span class="band-score counter" data-score="9">0</span>
|
||||
<div class="band-info">
|
||||
<h4>Expert User</h4>
|
||||
@@ -233,7 +233,7 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Very Good User</h4>
|
||||
@@ -242,8 +242,10 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Good User</h4>
|
||||
@@ -253,7 +255,7 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Good User</h4>
|
||||
@@ -262,7 +264,10 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Competent User</h4>
|
||||
@@ -271,7 +276,7 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Modest User</h4>
|
||||
@@ -280,7 +285,9 @@
|
||||
</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>
|
||||
<div class="band-info">
|
||||
<h4>Limited User</h4>
|
||||
@@ -291,6 +298,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="who-should-join">
|
||||
|
||||
@@ -1,27 +1,21 @@
|
||||
<?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="pres-line-separator-wrapper text-start mb--10">
|
||||
<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>
|
||||
<h1>Explore Quality Education provider</h1>
|
||||
<div class="text">
|
||||
<a href="index.php">Home</a>
|
||||
/Country Detail
|
||||
/About
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="latest-service-area pt--60">
|
||||
<!-- 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="container">
|
||||
<div class="row g-5 service-wrapper">
|
||||
|
||||
@@ -179,131 +173,72 @@
|
||||
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
<div class="blog-details-content pt--60 tmp-section-gapBottom">
|
||||
|
||||
<div class="container">
|
||||
<div class="row g-5">
|
||||
<div class="col-lg-4 order-lg-1 order-2">
|
||||
|
||||
<div class="left-sidebar sticky-top top-120">
|
||||
<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>
|
||||
<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>
|
||||
<ul class="listing-style-solid">
|
||||
<li>Comprehensive Strategic Business Planning & Effective Execution</li>
|
||||
<li>In-Depth Market Research & Detailed Competitive Analysis</li>
|
||||
<li>Expert Financial Advisory & Advanced Risk Management Solutions</li>
|
||||
<li>Operational Efficiency Optimization & Process Improvement Strategies</li>
|
||||
<li>Business Growth Consulting & Long-Term Sustainability Planning</li>
|
||||
<li>Leadership Training Programs & Team Performance Enhancement</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="single-wrapper-details-right-p similar-post bg-card tmponhover">
|
||||
<h4>Other Country</h4>
|
||||
<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>
|
||||
</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.
|
||||
<h2 class="title">Why Study in USA from Nepal?</h2>
|
||||
<p class="discription mt--30">
|
||||
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>
|
||||
|
||||
|
||||
<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 class="title-wrapper">
|
||||
<h4 class="title">24/7 Support</h4>
|
||||
<p class="text">Lorem ipsum dolor consectetur adipiscing.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
<li class="col-lg-6 col-md-6">
|
||||
<div class="icon">
|
||||
<i class="feather-check"></i>
|
||||
</div>
|
||||
<div class="time-table-area-wrapper tab-content12">
|
||||
<div class="inner-container">
|
||||
<div class="table-outer">
|
||||
<div class="table-inner table-inner12">
|
||||
<!-- Timetable Tabs-->
|
||||
|
||||
<div class="timetable-tabs tabs-box">
|
||||
<!--Tab Btns-->
|
||||
<hr>
|
||||
<ul class="tab-btns tab-buttons clearfix">
|
||||
|
||||
<li data-tab="#usa" class="tab-btn tab-btn11 active-btn">Application Process</li>
|
||||
|
||||
<li data-tab="#uk" class="tab-btn tab-btn11">Living Expenses</li>
|
||||
|
||||
<li data-tab="#canada" class="tab-btn tab-btn11">Admission Criteria</li>
|
||||
|
||||
<li data-tab="#australia" class="tab-btn tab-btn11">Universities/Colleges</li>
|
||||
<li data-tab="#newzeland" class="tab-btn tab-btn11">FAQ</li>
|
||||
|
||||
|
||||
<div class="title-wrapper">
|
||||
<h4 class="title">Secure Payments</h4>
|
||||
<p class="text">Do eiusmod tempor incididunt labore.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li class="col-lg-6 col-md-6">
|
||||
<div class="icon">
|
||||
<i class="feather-check"></i>
|
||||
</div>
|
||||
<div class="title-wrapper">
|
||||
<h4 class="title">Daily Updates</h4>
|
||||
<p class="text">Daily Updates tempor incididunt labore.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li class="col-lg-6 col-md-6">
|
||||
<div class="icon">
|
||||
<i class="feather-check"></i>
|
||||
</div>
|
||||
<div class="title-wrapper">
|
||||
<h4 class="title">Market Research</h4>
|
||||
<p class="text">Market Research tempor incididunt labore.</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<!--Tabs Container-->
|
||||
|
||||
<div class="tabs-content">
|
||||
<!--Tab / Active Tab-->
|
||||
|
||||
<div class="tab active-tab" id="usa">
|
||||
<div class="tab active-tab" id="Aplication-Process">
|
||||
<section class="usa-application-process">
|
||||
<div class="container">
|
||||
<!-- Section Header -->
|
||||
@@ -392,7 +327,7 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div class="tab" id="uk">
|
||||
<div class="tab" id="Living-Expenses">
|
||||
|
||||
<section class="living-expenses ">
|
||||
<div class="container">
|
||||
@@ -466,7 +401,7 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div class="tab" id="canada">
|
||||
<div class="tab" id="Admission-Criteria">
|
||||
|
||||
<section class="usa-admission-criteria">
|
||||
<div class="container">
|
||||
@@ -581,142 +516,68 @@
|
||||
|
||||
|
||||
</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=" 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">
|
||||
<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="">
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Books and Supplies</td>
|
||||
<td>$1,000</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</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 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">
|
||||
<div class="tab" id="faq">
|
||||
|
||||
<!-- tmp faq area start -->
|
||||
<div class="tmp-faq-area ">
|
||||
<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">
|
||||
@@ -784,18 +645,109 @@
|
||||
|
||||
|
||||
</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>
|
||||
|
||||
<!-- End Advance Pricing Area -->
|
||||
|
||||
<!-- End Advance Pricing Area -->
|
||||
<!-- End Elements Area -->
|
||||
<?php include("footer.php") ?>
|
||||
10
footer.php
10
footer.php
@@ -220,8 +220,8 @@
|
||||
|
||||
<!-- JS
|
||||
============================================ -->
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
// Counter animation
|
||||
const counters = document.querySelectorAll(".counter");
|
||||
@@ -253,9 +253,11 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
});
|
||||
}, 300);
|
||||
|
||||
});
|
||||
</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/bootstrap.min.js" defer></script>
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
<link href="assets/css/plugins/lightbox.css" rel="stylesheet">
|
||||
<link href="assets/css/plugins/odometer.css" rel="stylesheet">
|
||||
<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>
|
||||
|
||||
<div id="xb-loadding">
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
|
||||
<!-- Start Blog Area -->
|
||||
<div class="blog-area tmp-section-gap">
|
||||
<!-- Start Blog Area -->
|
||||
<div class="blog-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
@@ -104,5 +102,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Blog Area -->
|
||||
</div>
|
||||
<!-- End Blog Area -->
|
||||
@@ -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="row">
|
||||
<div class="col-lg-12">
|
||||
@@ -11,7 +11,7 @@
|
||||
</span>
|
||||
<div class="line-separator line-right"></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>
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
<div class="row g-5 mt--10">
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="assets/images/photos/usa-feature1.png" alt="case-studies">
|
||||
</a>
|
||||
@@ -38,6 +40,7 @@
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="./assets/images/photos/canada.png" alt="case-studies">
|
||||
</a>
|
||||
@@ -64,6 +67,7 @@
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="./assets/images/photos/uk1.png" alt="case-studies">
|
||||
</a>
|
||||
@@ -90,6 +94,7 @@
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="./assets/images/photos/australia.png" alt="newzeland">
|
||||
</a>
|
||||
@@ -117,6 +122,7 @@
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="./assets/images/photos/newzeland.png" alt="case-studies">
|
||||
</a>
|
||||
@@ -144,6 +150,7 @@
|
||||
|
||||
<div class="col-lg-4 col-md-6 col-sm-12">
|
||||
<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">
|
||||
<img src="./assets/images/photos/ireland.png" alt="ireland">
|
||||
</a>
|
||||
|
||||
688
sample.php
688
sample.php
@@ -8,41 +8,170 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Start Elements Area -->
|
||||
<div class="tmp-service-details-area pt--60">
|
||||
<!-- 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="post-page-banner ">
|
||||
<div class="latest-service-area pt--60">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="row g-5 service-wrapper">
|
||||
|
||||
<!-- 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="tmp-section-title-border">
|
||||
|
||||
<h2 class="title w-700 tmp-title">End-to-End Education Services <br>
|
||||
Designed for Global Success</h2>
|
||||
<h4 class="title w-600">
|
||||
<a href="#">Top-Ranked Universities</a>
|
||||
</h4>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<!-- 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 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 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="wized-header">
|
||||
<h5 class="title">
|
||||
Categories
|
||||
Key Information
|
||||
</h5>
|
||||
</div>
|
||||
<div class="wized-body">
|
||||
<!-- single categories -->
|
||||
<ul class="single-categories">
|
||||
<li class="tmponhover"><a href="#">Strategic Planning <i class="far fa-long-arrow-right"></i></a></li>
|
||||
<li class="tmponhover"><a href="#">Financial Advisory <i class="far fa-long-arrow-right"></i></a></li>
|
||||
<li class="tmponhover"><a href="#">Risk Management <i class="far fa-long-arrow-right"></i></a></li>
|
||||
<li class="tmponhover"><a href="#">Operational Improvement <i class="far fa-long-arrow-right"></i></a></li>
|
||||
<li class="tmponhover"><a href="#">Market Analysis <i class="far fa-long-arrow-right"></i></a></li>
|
||||
<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 contact-with-us-service mb--0 tmponhover">
|
||||
|
||||
<div class="addd-contact">
|
||||
<div class="contact-icon"> <i class="feather-phone"></i></div>
|
||||
<h2 class="title ">Have any Questions? <br> Call us Today!</h2>
|
||||
<div class="contact">
|
||||
<a href="tel:123222-8888">(+88) 333-213456</a>
|
||||
<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>
|
||||
|
||||
@@ -83,15 +268,13 @@
|
||||
|
||||
</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/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>
|
||||
|
||||
<h2 class="title">We Ensure Best Service</h2>
|
||||
<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.
|
||||
</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>
|
||||
<ul class="listing-style-solid">
|
||||
<li>Comprehensive Strategic Business Planning & Effective Execution</li>
|
||||
<li>In-Depth Market Research & Detailed Competitive Analysis</li>
|
||||
@@ -100,9 +283,10 @@
|
||||
<li>Business Growth Consulting & Long-Term Sustainability Planning</li>
|
||||
<li>Leadership Training Programs & Team Performance Enhancement</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="title">Why Study in USA from Nepal?</h2>
|
||||
<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>
|
||||
|
||||
|
||||
@@ -144,29 +328,417 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="tabs-content">
|
||||
<!--Tab / Active Tab-->
|
||||
|
||||
<div class="row g-5 mb--30">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12">
|
||||
<div class="thumbnail-service-details-small-2">
|
||||
<img class="bdru-4" src="assets/images/services/08.webp" alt="business_consulting">
|
||||
<div class="tab active-tab" id="Aplication-Process">
|
||||
<section class="usa-application-process">
|
||||
<div class="container">
|
||||
<!-- 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 class="col-lg-6 col-md-6 col-sm-12">
|
||||
<div class="thumbnail-service-details-small-2">
|
||||
<img class="bdru-4" src="assets/images/services/09.webp" alt="business_consulting">
|
||||
|
||||
<!-- Step 2 -->
|
||||
<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>Here’s 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> Bachelor’s 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 2–3 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>
|
||||
|
||||
<p class="discription mb--25">
|
||||
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.
|
||||
</p>
|
||||
<p class="discription mb--0">
|
||||
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.
|
||||
</p>
|
||||
<div class="accordion-item card tmponhover">
|
||||
<h2 class="accordion-header card-header" id="headingTwo">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
||||
Which countries can I study in through Pathfinder?
|
||||
</button>
|
||||
</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>
|
||||
|
||||
@@ -175,6 +747,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Elements Area -->
|
||||
</div>
|
||||
<!-- End Elements Area -->
|
||||
<?php include("footer.php") ?>
|
||||
@@ -1,6 +1,15 @@
|
||||
<?php include("header.php") ?>
|
||||
<!-- Start Testimonial Style Two -->
|
||||
<div class="tmp-testimonial-area tmp-section-gapTop">
|
||||
<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 -->
|
||||
<div class="tmp-testimonial-area pt--70">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
@@ -20,56 +29,60 @@
|
||||
</div>
|
||||
<div class="tmp-slick-dot tmp-slick-arrow testimonial-activation-2 slick-gutter-15 mt--30 mb--60">
|
||||
<!-- 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="inner">
|
||||
<div class="content">
|
||||
<img src="./assets/images/photos/success.png" alt="">
|
||||
</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="">
|
||||
<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" >
|
||||
<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">
|
||||
<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="">
|
||||
<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 4" 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 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>
|
||||
</a>
|
||||
|
||||
<!-- 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="inner">
|
||||
<div class="content">
|
||||
<img src="./assets/images/photos/success.png" alt="">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<!-- End Single card -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Testimonial Style Two -->
|
||||
</div>
|
||||
<!-- End Testimonial Style Two -->
|
||||
<?php include("footer.php") ?>
|
||||
Reference in New Issue
Block a user