country and class page changes

This commit is contained in:
sujan 2024-09-04 16:28:07 +05:45
parent 11064baefe
commit 0790470fdf
61 changed files with 808 additions and 2249 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -4790,7 +4790,7 @@ img {
.wpo-about-section .side-img, .wpo-about-section-s4 .side-img {
position: absolute;
right: 0;
bottom: 90px;
bottom: 2px;
z-index: -1;
}
@media (max-width: 767px) {
@ -6834,7 +6834,7 @@ img {
}
.team-card:hover .content .hover-icon {
transform: rotate(-45deg);
background: #0BA08A;
background: #b61b5c;
}
.team-card:hover .content .hover-icon::before {
background: #fff;
@ -14665,6 +14665,77 @@ img {
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/newzealand-bg.jpg") no-repeat center top / cover;
}
.canada-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/canada-bg.jpg") no-repeat center top / cover;
}
.uk-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/uk-bg.jpg") no-repeat center top / cover;
}
.usa-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/usa-bg.jpg") no-repeat center top / cover;
}
.ielts-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/ielts-bg.jpg") no-repeat center top / cover;
}
.pte-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/pte-bg.jpg") no-repeat center top / cover;
}
.toefl-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/toefl-bg.jpg") no-repeat center top / cover;
}
.network-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/network-bg.jpg") no-repeat center top / cover;
}.md-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/md-bg.jpg") no-repeat center top / cover;
}
.hero-breadcrumb {
text-align: center;
margin-top: 40px;
@ -14810,4 +14881,10 @@ img {
color: #fff;
background: #FF7236;
}
.para-width {
max-width: 550px !important;
}
.md-title {
color: #b61b5c;
}
/*extra css*/

View File

@ -27,16 +27,17 @@
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/project-details/1.jpg" alt=""></li>
<li><img src="assets/images/project-details/2.jpg" alt=""></li>
<li><img src="assets/images/access-images/australia1.jpg" alt=""></li>
<li><img src="assets/images/access-images/australia2.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
@ -110,4 +111,16 @@
</div>
</div>
</section>
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In Australia</h1>
<div class="col-12"><img src="assets/images/access-images/australia-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>

View File

@ -1,10 +1,10 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<section class="canada-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Study Abroad</h2>
<h3>Canada</h3>
</div>
@ -12,5 +12,127 @@
</div>
</div>
</section>
<!-- end page-title -->
<?php include('footer.php');?>
<!-- end page-title -->
<!--Description Section-->
<section class="wpo-project-single-page section-padding">
<div class="container">
<div class="project-wrap">
<div class="project-top-info">
<div class="row align-items-center">
<div class="col-lg-9 col-12">
<h1>Why Study in Canada</h1>
<p class="country-desc">Canada, occupying approximately two-fifths of the continent Northern America, is the second largest country in the world. The country possesses the best study infrastructures and provides adequate employment opportunities in comparison to any of the nations in the world.<br>
<br>
Canada is one of the best countries in the world when it comes to living quality of life. The lively cities, world-class education, abundant wildlife, multicultural diversity, clean environment and the friendly, warm and welcoming locals are the central attractions of Canada. Canada offers internationally recognized education from some of the top educators and academics in the world for which lots of international students are willing to study. </p>
</div>
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/access-images/canada1.jpg" alt=""></li>
<li><img src="assets/images/access-images/canada2.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Additional information</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Globally Recognized Education System</a> </h2>
<p>Studying in Canada offers access to a world-class education system renowned for its academic excellence and high-quality teaching. Canadian universities and colleges are recognized globally for their rigorous academic standards and cutting-edge research opportunities.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Safe and Welcoming Environment</a> </h2>
<p>Canada is known for its safe and welcoming environment, making it an ideal destination for international students, including those from Nepal. The country's reputation for being inclusive and friendly ensures that students feel at home and are embraced by a multicultural community.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Post-Graduation Work Opportunities</a> </h2>
<p>One of the top reasons to study in Canada is the attractive post-graduation work opportunities available to international students. Upon completing your studies, you may be eligible for a Post-Graduation Work Permit (PGWP), which allows you to work in Canada for up to three years.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Breathtaking Natural Beauty and Outdoor Adventures</a> </h2>
<p>Canada's stunning landscapes, from majestic mountains to serene lakes, offer a breathtaking backdrop for your academic journey. As a student in Canada, you'll have the opportunity to explore its natural wonders, enjoy outdoor activities, and experience the country's four distinct seasons.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Education System</a> </h2>
<p>Affordable and quality education is what Canada has to offer for the students visiting the country from different parts of the world. The Canadian government is generous enough to spend a notable part of the budget on higher education.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Vocational Education</a> </h2>
<p>VET (Vocational Education and Training), a vocational training course in Australia is a professional training which enables students to work in their desired occupations. Having such training students become able to enter the labor market getting loaded with required skills.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Vocational Education</a> </h2>
<p>Living cost in the country depends on the place where the person is residing. The living costs in the urban areas are more than the costs in the sub-urban areas.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In Canada</h1>
<div class="col-12"><img src="assets/images/access-images/canada-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>

View File

@ -21,104 +21,17 @@
<div class="row">
<div class="col-lg-8 col-12 order-lg-2">
<div class="service-single-wrap">
<div class="title-image"> <img src="assets/images/service-single/img-2.jpg" alt=""> </div>
<h2>Air Transport</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat qui ducimus illum modi?
perspiciatis
accusamus soluta perferendis, ad illum, nesciunt, reiciendis iusto et cupidit
Repudiandae
provident to
consectetur, sapiente, libero iure necessitatibus corporis nulla voluptate, quisquam aut
perspiciatis?
Fugiat labore aspernatur eius, perspiciatis ut molestiae, delectus rem.</p>
<h3>Sed ut perspiciatis unde omnis iste natus et</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat qui ducimus illum modi?
perspiciatis
accusamus soluta perferendis, ad illum, nesciunt, reiciendis iusto et cupidit
Repudiandae
provident to
consectetur, sapiente, libero iure necessitatibus corporis nulla voluptate, quisquam aut
perspiciatis?
Fugiat labore aspernatur eius, perspiciatis ut molestiae, delectus rem.</p>
<div class="video-wrap">
<div class="video-img"> <img src="assets/images/service-single/video.jpg" alt="">
<div class="video-holder"> <a href="https://www.youtube.com/embed/7Jv48RQ_2gk" class="video-btn"
data-type="iframe"><i class="flaticon-play-button-arrowhead"></i></a> </div>
</div>
<div class="video-content">
<h2>Why Marketing Important ?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisici
sed do eiusmod tempor incididunt ut labore et </p>
<ul>
<li>Research beyond the business plan</li>
<li>Marketing options and rates</li>
<li>The ability to turnaround consulting</li>
</ul>
</div>
</div>
<p>There are many variations of passages of lorem ipsum is simply free text available in the
market, but the
majority time you put aside to be in our office. Lorem ipsum dolor sit amet,
consectetLorem ipsum dolor sit
amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et
dolore magna aliqua.</p>
<h3 class="quate">Business is the activity of making one's living or making money by produ
The NDIS
Cing or buying and selling products akes a lifetime</h3>
<div class="title-image"> <img src="assets/images/access-images/career1.jpg" alt=""> </div>
<h2>Career Counceling</h2>
<p>We help the students to find what is best for their career to them who are in the state of dilemma and are confused in selecting courses as per their academics and career goal.</p>
<div class="image-gallery">
<h2>Eligibility checklist :</h2>
<ul>
<li><img src="assets/images/image-gallery/1.jpg" alt=""></li>
<li><img src="assets/images/image-gallery/2.jpg" alt=""></li>
<li><img src="assets/images/image-gallery/3.jpg" alt=""></li>
<li><img src="assets/images/image-gallery/4.jpg" alt=""></li>
<li><img src="assets/images/access-images/career3.jpg" alt=""></li>
<li><img src="assets/images/access-images/career2.jpg" alt=""></li>
<li><img src="assets/images/access-images/career4.jpg" alt=""></li>
<li><img src="assets/images/access-images/career5.jpg" alt=""></li>
</ul>
</div>
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">How to learn digital marketing?</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signifer
umque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit
in voluptate velit esse cillum.</p>
</div>
</div>
<div class="accordion-item active">
<button class="accordion-header">Can I use the demos made by Ewebot?</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signifer
umque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit
in voluptate velit esse cillum.</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Why didnt you showcase my submission?</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signifer
umque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit
in voluptate velit esse cillum.</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Why didnt you showcase my submission?</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signifer
umque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit
in voluptate velit esse cillum.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 order-lg-1">
@ -137,8 +50,8 @@
<li><a href="#">Australian Education System <i class="flaticon-right-arrow-1"></i></a></li>
</ul>
</div>
<div class="service-info">
<!-- <div class="icon"> <i class="flaticon-phone-call"></i> </div>-->
<div class="service-info">
<!-- <div class="icon"> <i class="flaticon-phone-call"></i> </div>-->
<h2>Personalized Support Every Step of the Way</h2>
<span>Call anytime</span>
<div class="num"> <span>+977-9801570070</span> </div>
@ -148,5 +61,5 @@
</div>
</div>
</section>
<!--end of wpo-service-single-page -->
<!--end of wpo-service-single-page -->
<?php include('footer.php');?>

105
class-details.php Normal file
View File

@ -0,0 +1,105 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="blog-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Education Network</h2>
<h3>Classes</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start wpo-blog-single-section -->
<section class="wpo-blog-single-section section-padding">
<div class="container">
<div class="row">
<div class="col col-lg-8 col-md-12 col-12">
<div class="post format-standard-image">
<div class="entry-media"> <img src="assets/images/access-images/class-banner.jpg" alt> </div>
<div class="entry-details">
<h3 class="pt-5">Why IELTS at Access?</h3>
<p>If you're considering taking the IELTS (International English Language Testing System) exam, look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test. Here's why preparing for IELTS from Access can make all the difference:</p>
<ol>
<li>
<p>Expert Educators: At Access, we take pride in our team of expert educators. Our instructors are not only highly qualified but also experienced in guiding students through their IELTS journey. They possess in-depth knowledge of the IELTS exam format and assessment criteria, and they are dedicated to helping you reach your full potential.</p>
</li>
<li>
<p>Personalized Learning: We recognize that every learner is unique, and their learning needs may vary. Our approach is tailored to cater to individual strengths and areas of improvement. Through personalized attention and feedback, we ensure that you receive the support necessary to excel in all four sections of the IELTS exam.</p>
</li>
<li>
<p>Comprehensive Curriculum: Our well-structured and comprehensive curriculum covers all aspects of the IELTS exam. From mastering test strategies to honing language skills, we leave no stone unturned in preparing you for success. You'll have access to a wide range of resources, including mock tests and practice materials, to gauge your progress and boost your confidence.</p>
</li>
<li>
<p>Innovative Learning Methods: Access Education Network leverages the latest educational technology and teaching methodologies to make learning engaging and effective. Our interactive virtual classrooms, AI-driven learning tools, and gamified exercises add excitement to the preparation process, making your IELTS journey enjoyable.</p>
</li>
<li>
<p>Inclusive Learning Environment: We believe in fostering an inclusive and supportive learning environment where every student feels valued and encouraged. No matter your background or proficiency level, Access welcomes you to be a part of our diverse community, where you can learn from each other's experiences and perspectives.</p>
</li>
<li>
<p>Proven Track Record: Over the years, Access has helped countless students achieve their IELTS goals. Our success stories speak for themselves, and we take pride in being a trusted name in IELTS preparation.</p>
</li>
<li>
<p>Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That's why we offer flexible learning options, including both online and offline classes, so you can prepare for IELTS at your own pace and convenience.</p>
</li>
<li>
<p>Comprehensive Support: Preparing for IELTS can be both exciting and challenging. At Access, we are here to support you at every step of your journey. Whether you need assistance with exam registration, study planning, or even test-day tips, our team is here to guide you throughout the process.</p>
</li>
<li>
<p>Beyond IELTS: Access Education Network is not just about preparing you for IELTS. We believe in holistic development and offer a range of additional educational programs and resources to nurture your overall growth.</p>
</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-12 im-1"> <img src="assets/images/access-images/class1.jpg" alt=""> </div>
<div class="col-lg-6 col-md-6 col-12 im-1"> <img src="assets/images/access-images/class2.jpg" alt=""> </div>
</div>
</div>
<div class="col col-lg-4">
<div class="blog-sidebar">
<div class="widget category-widget">
<h3>Additional Informations</h3>
<ul>
<li><a href="#" class="active">Why IELTS at Access?</a></li>
<li><a href="#">Why IELTS</a></li>
<li><a href="#">Major Elements of IELTS</a></li>
<li><a href="#">IELTS Scores</a></li>
</ul>
</div>
</div>
<div class="blog-sidebar mt-5">
<div class="widget category-widget">
<h3>Test Preprations</h3>
<ul>
<li><a href="ielts.php">IELTS</a></li>
<li><a href="pte.php">PTE</a></li>
<li><a href="toefl.php">TOEFL</a></li>
</ul>
</div>
</div>
<div class="blog-sidebar mt-5">
<div class="widget category-widget">
<h3>Study Abroad</h3>
<ul>
<li><a href="australia.php">Australia</a></li>
<li><a href="canada.php">Canada</a></li>
<li><a href="newzealand.php">New Zealand</a></li>
<li><a href="usa.php">USA</a></li>
<li><a href="uk.php">UK</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end container -->
</section>
<!-- end wpo-blog-single-section -->
<?php include('footer.php');?>

43
faq.php
View File

@ -21,54 +21,35 @@
<div class="col-lg-6 col-12">
<div class="faq-left-content">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics Projects
We are the best</h3>
<p>Logistika is the worlds driving worldwide coordinations
supplier we uphold industry and exchange the</p>
<h3>Your Questions, Answered</h3>
<p class="para-width pb-4">"Find answers to your most common questions about studying abroad, our services, and how we can help you succeed." </p>
</div>
<ul class="item">
<li>We provide customer support around the clock</li>
<li>Coverage protecting goods during transport</li>
</ul>
<ul class="item-service">
<li> <i class="flaticon-circuit"></i> <span>Domestic & Service</span> </li>
<li> <i class="flaticon-circuit"></i> <span>Intermodal Shipping</span> </li>
</ul>
</div>
<img src="assets/images/access-images/faq.jpg" alt="faq"> </div>
</div>
<div class="col-lg-6 col-12">
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">How to learn digital marketing?</button>
<button class="accordion-header">Strong Global Network</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signiferumque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum.</p>
<p>Studying in Australia opens doors to a global network of alumni and professional connections. Australian degrees are highly regarded, and graduates often find strong career opportunities both within Australia and internationally.</p>
</div>
</div>
<div class="accordion-item active">
<button class="accordion-header">Can I use the demos made by Ewebot?</button>
<button class="accordion-header">Comprehensive Support at Every Step</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signiferumque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum.</p>
<p>From choosing the right study destination to assisting with visa applications, AEN offers a full range of services to ensure a smooth and successful process. We are committed to helping you navigate every stage, making your study abroad experience stress-free and efficient. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Why didnt you showcase my submission?</button>
<button class="accordion-header">Focus on Research and Innovation</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signiferumque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum.</p>
<p>Australia invests heavily in research and development, making it an ideal destination for students interested in research-based programs. With state-of-the-art facilities and opportunities to collaborate on groundbreaking projects, students can contribute to cutting-edge advancements. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Why didnt you showcase my submission?</button>
<button class="accordion-header">About UK</button>
<div class="accordion-content">
<p>Ne summo dictas pertinacia nam. Illum cetero vocent ei vim, case regione
signiferumque vim te. Ex mea quem munere lobortis. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum.</p>
<p>The UK is home to some of the oldest and most prestigious universities in the world. Known for its academic excellence, the UK offers a wide range of programs that are highly respected globally. A UK degree opens doors to countless opportunities and is recognized by employers and institutions around the world. </p>
</div>
</div>
</div>
@ -77,4 +58,4 @@
</div>
</section>
<!-- end of wpo-faq-section -->
<?php include('footer.php');?>
<?php include('footer.php');?>

View File

@ -150,22 +150,24 @@
<li><a href="about.php">Company Profile</a></li>
<li><a href="destination.php">Study Destination</a></li>
<li><a href="faq.php">Faq's</a></li>
<li><a href="services-single.html">Contact Us</a></li>
<li><a href="services-single.html">Privacy Policy</a></li>
<li><a href="contact.php">Contact Us</a></li>
<li><a href="service.php">How can we help</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget locations-widget">
<div class="widget link-widget">
<div class="widget-title">
<h3>Locations</h3>
<h3>Our Network</h3>
</div>
<p>55 Main Street, 2nd block
Malborne, Australia</p>
<ul>
<li>Contact</li>
<li>support@logistika.com</li>
<li>+880 (123) 456 88</li>
<li><a href="network.php">Putalisadak</a></li>
<li><a href="network.php">Baneshwor</a></li>
<li><a href="network.php">Pokhara</a></li>
<li><a href="network.php">Kumaripati</a></li>
<li><a href="network.php">Chitwan</a></li>
<li><a href="network.php">Butwal</a></li>
<li><a href="network.php">BIratnagar</a></li>
</ul>
</div>
</div>

View File

@ -77,7 +77,9 @@
<li class="menu-item-has-children"> <a href="#">About</a>
<ul class="sub-menu">
<li><a href="about.php">Company Profile</a></li>
<li><a href="md.php">Message From MD</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="network.php">Our Network</a></li>
</ul>
</li>
<li class="menu-item-has-children"> <a href="#">services </a>

View File

@ -1,7 +1,7 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="blog-bg">
<section class="ielts-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
@ -26,8 +26,8 @@
</div>
</div>
</div>
<div class="top-content">
<div class="count-wrap"> </div>
<div class="row">
<div class="col-12"> <img src="assets/images/access-images/ielts1.jpg" alt=""> </div>
</div>
<div class="row pt-5 pb-5">
<div class="col-12 col-lg-8 mx-auto">
@ -60,9 +60,9 @@
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">Why IELTS at Access?</a> </h2>
<h2> <a href="class-details.php">Why IELTS at Access?</a> </h2>
<p>Look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you.</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
<div class="blog-btn-content"> <a href="class-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
@ -70,9 +70,9 @@
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">Why IELTS?</a> </h2>
<h2> <a href="class-details.php">Why IELTS?</a> </h2>
<p>Proven, trusted, and recognized globally, IELTS is your pathway to success. Start your journey today.</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
<div class="blog-btn-content"> <a href="class-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
@ -80,9 +80,9 @@
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">Major Elements of IELTS</a> </h2>
<h2> <a href="class-details.php">Major Elements of IELTS</a> </h2>
<p>Understanding these elements is crucial for achieving your desired score and unlocking countless opportunities.</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
<div class="blog-btn-content"> <a href="class-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
@ -90,9 +90,9 @@
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">IELTS Scores</a> </h2>
<h2> <a href="class-details.php">IELTS Scores</a> </h2>
<p>It's a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
<div class="blog-btn-content"> <a href="class-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
@ -100,4 +100,4 @@
</div>
</section>
<!--Additional Information End-->
<?php include('footer.php');?>
<?php include('footer.php');?>

82
md.php Normal file
View File

@ -0,0 +1,82 @@
<?php include('header.php');?>
<!-- start page-title -->
<section class="md-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Educatiopn Network</h2>
<h3>Message From MD</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--MD Message-->
<section class="wpo-about-section-s4">
<div class="side-img"> <img src="assets/images/access-images/right-shape-fun.svg" alt=""> </div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-12"> <img src="assets/images/access-images/company.jpg" alt="">
<h2 class="pt-4 md-title">Puspa Raj</h2>
<strong>MD, Access Education Network</strong> </div>
<div class="col-lg-6 col-12">
<div class="about-content">
<div class="title">
<h3>Simply a better way to learn</h3>
</div>
<p class="pt-4 pb-2">Education is essential for the continuation of a person's growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you dont just keep abreast, you move ahead. Your choice of education will shape your future. Education is the building block of human experience. It is not just an integral part of your professional life but greatly influences your overall personality. Our three- fold mission is that of “Mentoring” the youth of this country to dream “Motivating” them towards greater hopes and aspiration and “Guiding” them on the right track to realize those ambitions. We at Access Education are with you every step of the way to make the best choices to enhance your inherent talents. </p>
<p>For students going abroad, a sound knowledge and understanding of the educational opportunities is vital. Many students require personal guidance in finding a suitable course, school, college or university. We believe in setting high standards in the quality of service provided to students to ensure that their stay abroad is safe, successful and enjoyable. Access Education Network will help you to make the right choice. Our educational background and exposure to international studentship have equipped us with an appreciation of students needs and ability to empathies with parents who are so far from their children. I invite you very warmly to experience the benefits of our service and find out for yourself what is considered to be special about Access. </p>
</div>
</div>
</div>
</div>
</section>
<!--MD Message End-->
<section class="wpo-blog-section section-padding section-img">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Get Ready for Success</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/ielts-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">IELTS</a> </h2>
<p>IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.</p>
<div class="blog-btn-content"> <a href="ielts.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/pte-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">PTE</a> </h2>
<p>The full form of PTE is Pearson Test of English. PTE is a computerized language assessment test that is accepted by universities and colleges from around the world. It is designed for students and candidates who wish to pursue further study in abroad or wish to migrate in pivotal English-speaking nations. </p>
<div class="blog-btn-content"> <a href="pte.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/toefl-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="toefl.php">TOEFL</a> </h2>
<p>The official term for the test is TOEFL, which stands for Test of English as a Foreign Language. In terms of reading, speaking, listening, and writing, TOEFL assesses the ability to speak and understand English.</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php');?>

80
network.php Normal file
View File

@ -0,0 +1,80 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="network-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Educatioin Network</h2>
<h3>Our Network</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--Network Section-->
<section class="wpo-faq-section section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-12">
<div class="faq-left-content">
<div class="wpo-section-title">
<h3>Connecting You Globally</h3>
<p class="para-width pb-4">"Access Education Network connects you with top educational institutions worldwide, providing the resources and support needed to achieve your academic dreams."</p>
<img src="assets/images/access-images/network-location.jpg" alt="network"> </div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="accordion">
<div class="accordion-item">
<button class="accordion-header">Putalisadak Office</button>
<div class="accordion-content">
<p>Access Education Network (AEN) started the operation of its consultation and counseling service through the office located at Putalisadak that was established in the year 2005. It is the head office of the network. It has been tirelessly executing its activities related to students counseling and abroad studies consultation through its branch with a high success rate.</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Baneshwor Office</button>
<div class="accordion-content">
<p>As a leading name in the Education Consultancy sector, Access Education Network has been empowering dreams and guiding aspiring individuals towards a bright future for many years. With our commitment to excellence and unwavering dedication to our clients, we have expanded our reach with multiple offices in Nepal and abroad.</p>
<p class="mt-4">Our new Baneshwor office is a testament to our continuous efforts to provide the best services and support to our valued clients. Strategically located in the vibrant locality of Baneshwor, this state-of-the-art office is poised to serve as a hub of educational excellence and career opportunities. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Pokhara Office</button>
<div class="accordion-content">
<p>Pokhara office, the first extension of AEN out of the valley, was established in the year 2007. With the motive of extending its service to ease the access of the students to AEN at the regional level, this branch was started in the lap of the naturally beautiful and pristine location of Pokhara. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Kumaripati Office</button>
<div class="accordion-content">
<p>A new extension of the network was done in Lalitpur district in the year 2015. With the extension, students in and around Kumaripati, Lalitpur has been benefitted from the consultancy which has been proving its reputation in rendering quality consultation service. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Chitwan Office</button>
<div class="accordion-content">
<p>Chitwan branch is another important branch extension of AEN. The world-acclaimed tourist destination is the home of numerous prospect-seeking students. Focusing on the accessibility of those students, AEN had its 7th branch started in the district. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Butwal Office</button>
<div class="accordion-content">
<p>AEN continued the extension of its service by opening a branch office in this city in the year 2009. Later, in the year 2019, the office, with rejuvenation relaunched its service in the city in a different location with an amicable and pristine ambiance. </p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">Biratnagar Office</button>
<div class="accordion-content">
<p>The branch office was established in the industrial city of Morang in the year 2012. The city is the education of the eastern region. As such focusing on the aspirations of the students, the office with upgraded resources and rejuvenation has been relaunched in the year 2021. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Network Section End-->
<?php include('footer.php');?>

View File

@ -27,8 +27,8 @@
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/project-details/1.jpg" alt=""></li>
<li><img src="assets/images/project-details/2.jpg" alt=""></li>
<li><img src="assets/images/access-images/newzealand1.jpg" alt=""></li>
<li><img src="assets/images/access-images/newzealand2.jpg" alt=""></li>
</ul>
</div>
</div>
@ -37,6 +37,7 @@
</section>
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
@ -51,7 +52,7 @@
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Diverse and Renowned Educational Institutions</a> </h2>
<h2> <a href="country-details.php">World-Class Education and Globally Recognized Universities</a> </h2>
<p>Studying in Australia offers access to a diverse range of world-renowned educational institutions. From top-ranking universities to specialized colleges, Australia provides a wide array of programs and courses across various fields of study.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
@ -110,4 +111,16 @@
</div>
</div>
</section>
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In New Zealand</h1>
<div class="col-12"><img src="assets/images/access-images/newzealand-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>

View File

@ -19,7 +19,7 @@
</div>
</div>
<div class="col col-lg-3 col-md-6 col-12">
<div class="item"> <i class="flaticon-truck"></i>
<div class="item"> <i class="flaticon-user"></i>
<h2><span class="odometer odometer-auto-theme" data-count="300">
<div class="odometer-inside"><span class="odometer-digit"><span class="odometer-digit-spacer">8</span><span class="odometer-digit-inner"><span class="odometer-ribbon"><span class="odometer-ribbon-inner"><span class="odometer-value">1</span></span></span></span></span><span class="odometer-digit"><span class="odometer-digit-spacer">8</span><span class="odometer-digit-inner"><span class="odometer-ribbon"><span class="odometer-ribbon-inner"><span class="odometer-value">0</span></span></span></span></span><span class="odometer-digit"><span class="odometer-digit-spacer">8</span><span class="odometer-digit-inner"><span class="odometer-ribbon"><span class="odometer-ribbon-inner"><span class="odometer-value">0</span></span></span></span></span></div>
</span>+</h2>

View File

@ -1,485 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from wpocean.com/html/tf/logistika/project-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="wpOceans">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Logistika - Transportation & Logistics HTML Template</title>
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flaticon_logistics.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/sass/style.css" rel="stylesheet">
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="assets/images/preloader.png" alt="">
</div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header">
<div class="topbar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-5 col-12">
<ul class="contact-info">
<li>
<i class="ti-email"></i><span>support@logistika.com</span>
</li>
<li>
<a href="tel:+887869587496">
<i class="flaticon-call"></i><span>+88 7869 5874 96</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-7 col-12">
<div class="contact-into">
<div class="language-selector">
<select id="languageSelect">
<option value="en" data-icon="assets/images/language/1.svg">English</option>
<option value="sp" data-icon="assets/images/language/2.svg">Spanish</option>
</select>
<div class="custom-select-wrapper">
<div class="custom-select"></div>
<div class="custom-arrow"><i class="flaticon-down"></i></div>
</div>
<div class="custom-options"></div>
</div>
<div class="pryment-selector">
<select>
<option value="usd">USD</option>
<option value="aud">AUD</option>
</select>
</div>
<ul class="social-media">
<li><span>Follow Us :</span></li>
<li><a href="#"><i class="flaticon-facebook-app-symbol"></i></a></li>
<li><a href="#"><i class="flaticon-linkedin-big-logo"></i></a></li>
<li><a href="#"><i class="flaticon-twitter"></i></a></li>
<li><a href="#"><i class="flaticon-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<div class="wpo-site-header">
<nav class="navigation navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
<div class="mobail-menu">
<button type="button" class="navbar-toggler open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar first-angle"></span>
<span class="icon-bar middle-angle"></span>
<span class="icon-bar last-angle"></span>
</button>
</div>
</div>
<div class="col-lg-2 col-md-6 col-6">
<div class="navbar-header">
<a class="navbar-brand" href="index-2.html"><img src="assets/images/logo.svg"
alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-1 col-1">
<div id="navbar" class="collapse navbar-collapse navigation-holder">
<button class="menu-close"><i class="ti-close"></i></button>
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index-2.html">Home style 1</a></li>
<li><a href="index-3.html">Home style 2</a></li>
<li><a href="index-4.html">Home style 3</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children">
<a href="#">Project</a>
<ul class="sub-menu">
<li><a href="project.html">Project style 1</a></li>
<li><a href="project-2.html">Project style 2</a></li>
<li><a href="project-3.html">Project style 3</a></li>
<li><a href="project-single.html">Project Single</a></li>
</ul>
</li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="tracking.html">Tracking</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="404.php">404 Error</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">services </a>
<ul class="sub-menu">
<li><a href="services.html">services </a></li>
<li><a href="career.php">air transport</a></li>
<li><a href="road-transport.html">road transport</a></li>
<li><a href="ocean-transport.html">ocean transport</a></li>
<li><a href="train-transport.html">train transport</a></li>
<li><a href="services-single.html">services Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog right sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog left sidebar</a></li>
<li><a href="blog-fullwidth.html">Blog fullwidth</a></li>
<li class="menu-item-has-children">
<a href="#">Blog details</a>
<ul class="sub-menu">
<li><a href="blog-details.php">Blog details right sidebar</a>
</li>
<li><a href="blog-single-left-sidebar.html">Blog details left
sidebar</a></li>
<li><a href="blog-single-fullwidth.html">Blog details
fullwidth</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- end of nav-collapse -->
</div>
<div class="col-lg-3 col-md-2 col-2">
<div class="header-right">
<a href="tel:+025757576560" class="call">
<div class="icon">
<img src="assets/images/call.svg" alt="">
</div>
<div class="text">
<span>Phone:</span>
<h4>+88 1900 6789 56</h4>
</div>
</a>
<div class="header-search-form-wrapper">
<div class="cart-search-contact">
<button class="search-toggle-btn"><i
class="fi flaticon-search"></i></button>
<div class="header-search-form">
<form>
<div>
<input type="text" class="form-control"
placeholder="Search here...">
<button type="submit"><i
class="fi flaticon-search"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="close-form">
<a class="theme-btn" href="contact.html">Get an quate <i
class="flaticon-next"></i></a>
</div>
</div>
</div>
</div>
</div><!-- end of container -->
</nav>
</div>
</header>
<!-- end of header -->
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Internation Logistics</h2>
<h3>Project</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<section class="wpo-project-section-s4 section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics Projects
We are the best</h3>
</div>
</div>
</div>
</div>
<div class="project-wrap">
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/5.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Air Transportation</a></h2>
<p>Demostic & Transportation</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/6.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Sea Transportation</a></h2>
<p>Demostic & Transportation</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/7.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Intermodal Shipping</a></h2>
<p>Demostic & Transportation</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--start of wpo-map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of wpo-map-section -->
<!--start of wpo-cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a>
</div>
<div class="contact-info">
<div class="item">
<div class="icon">
<i class="flaticon-phone-call"></i>
</div>
<div class="text">
<span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
</div>
</div>
<div class="item">
<div class="icon">
<i class="flaticon-email"></i>
</div>
<div class="text">
<span>Send Us Email</span>
<p>contact@logistika.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of wpo-cta-section-s2 -->
<!-- start of wpo-site-footer-section -->
<footer class="wpo-site-footer-s2">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget address-widget">
<div class="widget-title">
<h3>Address</h3>
</div>
<p>570 8th Ave, New York,NY 10018
United States</p>
<h4>Opening Hours</h4>
<ul>
<li>9.30am 6.30pm</li>
<li>Monday to Friday</li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Services</h3>
</div>
<ul>
<li><a href="services-single.html">Electronics Industry</a></li>
<li><a href="services-single.html">Industrial & Manufacturing</a></li>
<li><a href="services-single.html">Semicon & Solar</a></li>
<li><a href="services-single.html">Oil & Gas Cargo</a></li>
<li><a href="services-single.html">ship & cargo services</a></li>
<li><a href="services-single.html">Maritime transportation</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Useful links</h3>
</div>
<ul>
<li><a href="services-single.html">How it Works</a></li>
<li><a href="services-single.html">Help Link</a></li>
<li><a href="services-single.html">Terms & Conditions</a></li>
<li><a href="services-single.html">Contact Us</a></li>
<li><a href="services-single.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget newsletter-widget">
<div class="widget-title">
<h3>newsletter</h3>
</div>
<div class="newsletter">
<form class="form-fild">
<input class="fild" type="email" placeholder="Enter Email Adress">
<button type="submit"><i class="flaticon-arrowhead-up"></i></button>
<div class="terms">
<input type="checkbox" id="Insurance">
<label for="Insurance">I agree all your <a href="#">terms</a> and
policies</label>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row g-0 align-items-center">
<div class="col col-lg-2 col-12">
<div class="logo">
<img src="assets/images/logo-2.svg" alt="blog">
</div>
</div>
<div class="col col-lg-6 col-12">
<p class="copyright"> &copy; 2024 <a href="index-2.html">wpOcean</a> - Logistics service. All
rights reserved.</p>
</div>
<div class="col col-lg-4 col-12">
<ul>
<li><a href="#"><img src="assets/images/banck/1.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/2.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/3.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/4.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/5.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/6.png" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bg-image">
<img src="assets/images/footer-bg-s2.jpg" alt="">
</div>
<div class="shape">
<svg width="191" height="208" viewBox="0 0 191 208" fill="none">
<path d="M125.53 208.291H118.13L0 12.271V0.00102234L125.53 208.291Z" fill="white" />
<path d="M0 43.1711L99.93 209.121H0V43.1711Z" fill="#FF7236" />
<path d="M190.33 209.121H138.45L68.9102 93.7311H120.79L190.33 209.121Z" fill="#144754" />
<path d="M98.0897 69.1602H72.8097L38.9297 12.9402H64.2097L98.0897 69.1602Z" fill="#FF7236" />
</svg>
</div>
</footer>
<!-- end of wpo-site-footer-section -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.dlmenu.js"></script>
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
<!-- Mirrored from wpocean.com/html/tf/logistika/project-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
</html>

View File

@ -1,494 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from wpocean.com/html/tf/logistika/project-3.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="wpOceans">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Logistika - Transportation & Logistics HTML Template</title>
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flaticon_logistics.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/sass/style.css" rel="stylesheet">
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="assets/images/preloader.png" alt="">
</div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header">
<div class="topbar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-5 col-12">
<ul class="contact-info">
<li>
<i class="ti-email"></i><span>support@logistika.com</span>
</li>
<li>
<a href="tel:+887869587496">
<i class="flaticon-call"></i><span>+88 7869 5874 96</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-7 col-12">
<div class="contact-into">
<div class="language-selector">
<select id="languageSelect">
<option value="en" data-icon="assets/images/language/1.svg">English</option>
<option value="sp" data-icon="assets/images/language/2.svg">Spanish</option>
</select>
<div class="custom-select-wrapper">
<div class="custom-select"></div>
<div class="custom-arrow"><i class="flaticon-down"></i></div>
</div>
<div class="custom-options"></div>
</div>
<div class="pryment-selector">
<select>
<option value="usd">USD</option>
<option value="aud">AUD</option>
</select>
</div>
<ul class="social-media">
<li><span>Follow Us :</span></li>
<li><a href="#"><i class="flaticon-facebook-app-symbol"></i></a></li>
<li><a href="#"><i class="flaticon-linkedin-big-logo"></i></a></li>
<li><a href="#"><i class="flaticon-twitter"></i></a></li>
<li><a href="#"><i class="flaticon-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<div class="wpo-site-header">
<nav class="navigation navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
<div class="mobail-menu">
<button type="button" class="navbar-toggler open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar first-angle"></span>
<span class="icon-bar middle-angle"></span>
<span class="icon-bar last-angle"></span>
</button>
</div>
</div>
<div class="col-lg-2 col-md-6 col-6">
<div class="navbar-header">
<a class="navbar-brand" href="index-2.html"><img src="assets/images/logo.svg"
alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-1 col-1">
<div id="navbar" class="collapse navbar-collapse navigation-holder">
<button class="menu-close"><i class="ti-close"></i></button>
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index-2.html">Home style 1</a></li>
<li><a href="index-3.html">Home style 2</a></li>
<li><a href="index-4.html">Home style 3</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children">
<a href="#">Project</a>
<ul class="sub-menu">
<li><a href="project.html">Project style 1</a></li>
<li><a href="project-2.html">Project style 2</a></li>
<li><a href="project-3.html">Project style 3</a></li>
<li><a href="project-single.html">Project Single</a></li>
</ul>
</li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="tracking.html">Tracking</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="404.php">404 Error</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">services </a>
<ul class="sub-menu">
<li><a href="services.html">services </a></li>
<li><a href="career.php">air transport</a></li>
<li><a href="road-transport.html">road transport</a></li>
<li><a href="ocean-transport.html">ocean transport</a></li>
<li><a href="train-transport.html">train transport</a></li>
<li><a href="services-single.html">services Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog right sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog left sidebar</a></li>
<li><a href="blog-fullwidth.html">Blog fullwidth</a></li>
<li class="menu-item-has-children">
<a href="#">Blog details</a>
<ul class="sub-menu">
<li><a href="blog-details.php">Blog details right sidebar</a>
</li>
<li><a href="blog-single-left-sidebar.html">Blog details left
sidebar</a></li>
<li><a href="blog-single-fullwidth.html">Blog details
fullwidth</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- end of nav-collapse -->
</div>
<div class="col-lg-3 col-md-2 col-2">
<div class="header-right">
<a href="tel:+025757576560" class="call">
<div class="icon">
<img src="assets/images/call.svg" alt="">
</div>
<div class="text">
<span>Phone:</span>
<h4>+88 1900 6789 56</h4>
</div>
</a>
<div class="header-search-form-wrapper">
<div class="cart-search-contact">
<button class="search-toggle-btn"><i
class="fi flaticon-search"></i></button>
<div class="header-search-form">
<form>
<div>
<input type="text" class="form-control"
placeholder="Search here...">
<button type="submit"><i
class="fi flaticon-search"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="close-form">
<a class="theme-btn" href="contact.html">Get an quate <i
class="flaticon-next"></i></a>
</div>
</div>
</div>
</div>
</div><!-- end of container -->
</nav>
</div>
</header>
<!-- end of header -->
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Internation Logistics</h2>
<h3>Project</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start of wpo-project-section-s3 -->
<section class="wpo-project-section-s5 section-padding">
<div class="container-fulid">
<div class="project-wrap">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/8.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Bulk shipping savings</a></h2>
<p>Transport</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/9.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Bulk shipping savings</a></h2>
<p>Transport</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/10.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Bulk shipping savings</a></h2>
<p>Transport</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card-s2">
<div class="image">
<img src="assets/images/project/11.jpg" alt="">
</div>
<div class="content">
<div class="text">
<h2><a href="project-single.html">Bulk shipping savings</a></h2>
<p>Transport</p>
</div>
<a href="project-single.html" class="icon">
<i class="flaticon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of wpo-project-section-s3 -->
<!--start of wpo-map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of wpo-map-section -->
<!--start of wpo-cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a>
</div>
<div class="contact-info">
<div class="item">
<div class="icon">
<i class="flaticon-phone-call"></i>
</div>
<div class="text">
<span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
</div>
</div>
<div class="item">
<div class="icon">
<i class="flaticon-email"></i>
</div>
<div class="text">
<span>Send Us Email</span>
<p>contact@logistika.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of wpo-cta-section-s2 -->
<!-- start of wpo-site-footer-section -->
<footer class="wpo-site-footer-s2">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget address-widget">
<div class="widget-title">
<h3>Address</h3>
</div>
<p>570 8th Ave, New York,NY 10018
United States</p>
<h4>Opening Hours</h4>
<ul>
<li>9.30am 6.30pm</li>
<li>Monday to Friday</li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Services</h3>
</div>
<ul>
<li><a href="services-single.html">Electronics Industry</a></li>
<li><a href="services-single.html">Industrial & Manufacturing</a></li>
<li><a href="services-single.html">Semicon & Solar</a></li>
<li><a href="services-single.html">Oil & Gas Cargo</a></li>
<li><a href="services-single.html">ship & cargo services</a></li>
<li><a href="services-single.html">Maritime transportation</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Useful links</h3>
</div>
<ul>
<li><a href="services-single.html">How it Works</a></li>
<li><a href="services-single.html">Help Link</a></li>
<li><a href="services-single.html">Terms & Conditions</a></li>
<li><a href="services-single.html">Contact Us</a></li>
<li><a href="services-single.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget newsletter-widget">
<div class="widget-title">
<h3>newsletter</h3>
</div>
<div class="newsletter">
<form class="form-fild">
<input class="fild" type="email" placeholder="Enter Email Adress">
<button type="submit"><i class="flaticon-arrowhead-up"></i></button>
<div class="terms">
<input type="checkbox" id="Insurance">
<label for="Insurance">I agree all your <a href="#">terms</a> and
policies</label>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row g-0 align-items-center">
<div class="col col-lg-2 col-12">
<div class="logo">
<img src="assets/images/logo-2.svg" alt="blog">
</div>
</div>
<div class="col col-lg-6 col-12">
<p class="copyright"> &copy; 2024 <a href="index-2.html">wpOcean</a> - Logistics service. All
rights reserved.</p>
</div>
<div class="col col-lg-4 col-12">
<ul>
<li><a href="#"><img src="assets/images/banck/1.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/2.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/3.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/4.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/5.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/6.png" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bg-image">
<img src="assets/images/footer-bg-s2.jpg" alt="">
</div>
<div class="shape">
<svg width="191" height="208" viewBox="0 0 191 208" fill="none">
<path d="M125.53 208.291H118.13L0 12.271V0.00102234L125.53 208.291Z" fill="white" />
<path d="M0 43.1711L99.93 209.121H0V43.1711Z" fill="#FF7236" />
<path d="M190.33 209.121H138.45L68.9102 93.7311H120.79L190.33 209.121Z" fill="#144754" />
<path d="M98.0897 69.1602H72.8097L38.9297 12.9402H64.2097L98.0897 69.1602Z" fill="#FF7236" />
</svg>
</div>
</footer>
<!-- end of wpo-site-footer-section -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.dlmenu.js"></script>
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
<!-- Mirrored from wpocean.com/html/tf/logistika/project-3.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
</html>

View File

@ -1,555 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from wpocean.com/html/tf/logistika/project-single.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="wpOceans">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Logistika - Transportation & Logistics HTML Template</title>
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flaticon_logistics.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/sass/style.css" rel="stylesheet">
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="assets/images/preloader.png" alt="">
</div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header">
<div class="topbar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-5 col-12">
<ul class="contact-info">
<li>
<i class="ti-email"></i><span>support@logistika.com</span>
</li>
<li>
<a href="tel:+887869587496">
<i class="flaticon-call"></i><span>+88 7869 5874 96</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-7 col-12">
<div class="contact-into">
<div class="language-selector">
<select id="languageSelect">
<option value="en" data-icon="assets/images/language/1.svg">English</option>
<option value="sp" data-icon="assets/images/language/2.svg">Spanish</option>
</select>
<div class="custom-select-wrapper">
<div class="custom-select"></div>
<div class="custom-arrow"><i class="flaticon-down"></i></div>
</div>
<div class="custom-options"></div>
</div>
<div class="pryment-selector">
<select>
<option value="usd">USD</option>
<option value="aud">AUD</option>
</select>
</div>
<ul class="social-media">
<li><span>Follow Us :</span></li>
<li><a href="#"><i class="flaticon-facebook-app-symbol"></i></a></li>
<li><a href="#"><i class="flaticon-linkedin-big-logo"></i></a></li>
<li><a href="#"><i class="flaticon-twitter"></i></a></li>
<li><a href="#"><i class="flaticon-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<div class="wpo-site-header">
<nav class="navigation navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
<div class="mobail-menu">
<button type="button" class="navbar-toggler open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar first-angle"></span>
<span class="icon-bar middle-angle"></span>
<span class="icon-bar last-angle"></span>
</button>
</div>
</div>
<div class="col-lg-2 col-md-6 col-6">
<div class="navbar-header">
<a class="navbar-brand" href="index-2.html"><img src="assets/images/logo.svg"
alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-1 col-1">
<div id="navbar" class="collapse navbar-collapse navigation-holder">
<button class="menu-close"><i class="ti-close"></i></button>
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index-2.html">Home style 1</a></li>
<li><a href="index-3.html">Home style 2</a></li>
<li><a href="index-4.html">Home style 3</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children">
<a href="#">Project</a>
<ul class="sub-menu">
<li><a href="project.html">Project style 1</a></li>
<li><a href="project-2.html">Project style 2</a></li>
<li><a href="project-3.html">Project style 3</a></li>
<li><a href="project-single.html">Project Single</a></li>
</ul>
</li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="tracking.html">Tracking</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="404.php">404 Error</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">services </a>
<ul class="sub-menu">
<li><a href="services.html">services </a></li>
<li><a href="career.php">air transport</a></li>
<li><a href="road-transport.html">road transport</a></li>
<li><a href="ocean-transport.html">ocean transport</a></li>
<li><a href="train-transport.html">train transport</a></li>
<li><a href="services-single.html">services Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog right sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog left sidebar</a></li>
<li><a href="blog-fullwidth.html">Blog fullwidth</a></li>
<li class="menu-item-has-children">
<a href="#">Blog details</a>
<ul class="sub-menu">
<li><a href="blog-details.php">Blog details right sidebar</a>
</li>
<li><a href="blog-single-left-sidebar.html">Blog details left
sidebar</a></li>
<li><a href="blog-single-fullwidth.html">Blog details
fullwidth</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- end of nav-collapse -->
</div>
<div class="col-lg-3 col-md-2 col-2">
<div class="header-right">
<a href="tel:+025757576560" class="call">
<div class="icon">
<img src="assets/images/call.svg" alt="">
</div>
<div class="text">
<span>Phone:</span>
<h4>+88 1900 6789 56</h4>
</div>
</a>
<div class="header-search-form-wrapper">
<div class="cart-search-contact">
<button class="search-toggle-btn"><i
class="fi flaticon-search"></i></button>
<div class="header-search-form">
<form>
<div>
<input type="text" class="form-control"
placeholder="Search here...">
<button type="submit"><i
class="fi flaticon-search"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="close-form">
<a class="theme-btn" href="contact.html">Get an quate <i
class="flaticon-next"></i></a>
</div>
</div>
</div>
</div>
</div><!-- end of container -->
</nav>
</div>
</header>
<!-- end of header -->
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Internation Logistics</h2>
<h3>Project Details</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--start of wpo-project-single-page -->
<section class="wpo-project-single-page section-padding">
<div class="container">
<div class="project-wrap">
<div class="project-top-info">
<div class="row align-items-center">
<div class="col-lg-8 col-12">
<div class="wpo-section-title">
<h2>Trusted electricity Care</h2>
<h3>Deeper Dive into Our Digital
Product Design Masterpieces</h3>
<p>Sed ut perspiciatis unde omniste natus voluptatem accusantiume rem aperia eaque
ipsa
quae abillo inventore veritatis quasi architecto beatae vitae dicta sunt
explicabo.
Nemo enim
epsam voluptatem quia voluptas aspernatur odites sed quia consequunture</p>
<a href="#" class="theme-btn">Visit Website <i class="ti-angle-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="project-info">
<ul>
<li>
<h3>Clients</h3>
<span>Design Studio In USA </span>
</li>
<li>
<h3>Project Type</h3>
<span>Digital Product Design</span>
</li>
<li>
<h3>Date</h3>
<span>25 October 2024 </span>
</li>
<li>
<h3>Website</h3>
<span>wiatech.com</span>
</li>
</ul>
</div>
</div>
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/project-details/1.jpg" alt=""></li>
<li><img src="assets/images/project-details/2.jpg" alt=""></li>
</ul>
</div>
<div class="info-content">
<div class="info-item">
<div class="left">
<h2>Interesting facts in
Development</h2>
</div>
<div class="right">
<p>Must explain to you how all this mistaken idea of denouncing pleasure and
praising
pain was born and I will give you a complete account of the system, and expound
the
actual teachings of the great explorer of the truth, the master-builder of human
happiness. No one rejects, dislikes, or avoids pleasure itself, because it is
pleasure, but because those who do not know how to pursue pleasure rationally
encounter</p>
<div class="item">
<ul>
<li>Efficient Sprint Planning</li>
<li>Standups and Demos</li>
</ul>
<ul>
<li>Iterative Delivery Approach</li>
<li>Problem-solving</li>
</ul>
</div>
</div>
</div>
<div class="info-item">
<div class="left">
<h2>The Results of
Our Project</h2>
</div>
<div class="right s2">
<p>Will give you a complete account of the system, and expound the actual teachings
of the great explorer of the truth, the master-builder of human happiness
rejects, dislikes, or avoids pleasure </p>
<div class="item">
<ul>
<li>
<h3><i class="flaticon-check"></i>Support clients</h3>
<span>Sed ut perspiciatis unde omnis natus voluptatem accusantium
doloremque laudantium, totam rem aperiam inventore</span>
</li>
<li>
<h3><i class="flaticon-check"></i>Solve problems</h3>
<span>Sed ut perspiciatis unde omnis natus voluptatem accusantium
doloremque laudantium, totam rem aperiam inventore</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="p-img">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<img src="assets/images/project-details/3.jpg" alt="">
</div>
<div class="col-lg-6 col-md-6 col-12">
<img src="assets/images/project-details/4.jpg" alt="">
</div>
</div>
</div>
<div class="page-chang">
<div class="previous-post post">
<a href="#">National Transport</a>
</div>
<button class="post-btn">
<svg width="33" height="33" viewBox="0 0 33 33" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0.68457 0.444336H7.0903V6.88878H0.68457V0.444336ZM0.68457 13.3333H7.0903V19.7777H0.68457V13.3333ZM7.0903 26.2221H0.68457V32.6665H7.0903V26.2221ZM13.4959 0.444336H19.9016V6.88878H13.4959V0.444336ZM19.9016 13.3333H13.4959V19.7777H19.9016V13.3333ZM13.4959 26.2221H19.9016V32.6665H13.4959V26.2221ZM32.7133 0.444336H26.3076V6.88878H32.7133V0.444336ZM26.3076 13.3333H32.7133V19.7777H26.3076V13.3333ZM32.7133 26.2221H26.3076V32.6665H32.7133V26.2221Z"
fill="#FF7236" />
</svg>
</button>
<div class="next-post post">
<a href="#" class="next">Next <i class="ti-angle-right"></i></a>
<a href="#">Transportation Planner</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--end of wpo-project-single-page -->
<!--start of wpo-map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of wpo-map-section -->
<!--start of wpo-cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a>
</div>
<div class="contact-info">
<div class="item">
<div class="icon">
<i class="flaticon-phone-call"></i>
</div>
<div class="text">
<span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
</div>
</div>
<div class="item">
<div class="icon">
<i class="flaticon-email"></i>
</div>
<div class="text">
<span>Send Us Email</span>
<p>contact@logistika.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of wpo-cta-section-s2 -->
<!-- start of wpo-site-footer-section -->
<footer class="wpo-site-footer-s2">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget address-widget">
<div class="widget-title">
<h3>Address</h3>
</div>
<p>570 8th Ave, New York,NY 10018
United States</p>
<h4>Opening Hours</h4>
<ul>
<li>9.30am 6.30pm</li>
<li>Monday to Friday</li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Services</h3>
</div>
<ul>
<li><a href="services-single.html">Electronics Industry</a></li>
<li><a href="services-single.html">Industrial & Manufacturing</a></li>
<li><a href="services-single.html">Semicon & Solar</a></li>
<li><a href="services-single.html">Oil & Gas Cargo</a></li>
<li><a href="services-single.html">ship & cargo services</a></li>
<li><a href="services-single.html">Maritime transportation</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Useful links</h3>
</div>
<ul>
<li><a href="services-single.html">How it Works</a></li>
<li><a href="services-single.html">Help Link</a></li>
<li><a href="services-single.html">Terms & Conditions</a></li>
<li><a href="services-single.html">Contact Us</a></li>
<li><a href="services-single.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget newsletter-widget">
<div class="widget-title">
<h3>newsletter</h3>
</div>
<div class="newsletter">
<form class="form-fild">
<input class="fild" type="email" placeholder="Enter Email Adress">
<button type="submit"><i class="flaticon-arrowhead-up"></i></button>
<div class="terms">
<input type="checkbox" id="Insurance">
<label for="Insurance">I agree all your <a href="#">terms</a> and
policies</label>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row g-0 align-items-center">
<div class="col col-lg-2 col-12">
<div class="logo">
<img src="assets/images/logo-2.svg" alt="blog">
</div>
</div>
<div class="col col-lg-6 col-12">
<p class="copyright"> &copy; 2024 <a href="index-2.html">wpOcean</a> - Logistics service. All
rights reserved.</p>
</div>
<div class="col col-lg-4 col-12">
<ul>
<li><a href="#"><img src="assets/images/banck/1.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/2.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/3.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/4.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/5.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/6.png" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bg-image">
<img src="assets/images/footer-bg-s2.jpg" alt="">
</div>
<div class="shape">
<svg width="191" height="208" viewBox="0 0 191 208" fill="none">
<path d="M125.53 208.291H118.13L0 12.271V0.00102234L125.53 208.291Z" fill="white" />
<path d="M0 43.1711L99.93 209.121H0V43.1711Z" fill="#FF7236" />
<path d="M190.33 209.121H138.45L68.9102 93.7311H120.79L190.33 209.121Z" fill="#144754" />
<path d="M98.0897 69.1602H72.8097L38.9297 12.9402H64.2097L98.0897 69.1602Z" fill="#FF7236" />
</svg>
</div>
</footer>
<!-- end of wpo-site-footer-section -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.dlmenu.js"></script>
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
<!-- Mirrored from wpocean.com/html/tf/logistika/project-single.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:25 GMT -->
</html>

View File

@ -1,487 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from wpocean.com/html/tf/logistika/project.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="wpOceans">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<title>Logistika - Transportation & Logistics HTML Template</title>
<link href="assets/css/themify-icons.css" rel="stylesheet">
<link href="assets/css/flaticon_logistics.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.theme.css" rel="stylesheet">
<link href="assets/css/slick.css" rel="stylesheet">
<link href="assets/css/slick-theme.css" rel="stylesheet">
<link href="assets/css/swiper.min.css" rel="stylesheet">
<link href="assets/css/owl.transitions.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.css" rel="stylesheet">
<link href="assets/css/odometer-theme-default.css" rel="stylesheet">
<link href="assets/sass/style.css" rel="stylesheet">
</head>
<body>
<!-- start page-wrapper -->
<div class="page-wrapper">
<!-- start preloader -->
<div class="preloader">
<div class="vertical-centered-box">
<div class="content">
<div class="loader-circle"></div>
<div class="loader-line-mask">
<div class="loader-line"></div>
</div>
<img src="assets/images/preloader.png" alt="">
</div>
</div>
</div>
<!-- end preloader -->
<!-- Start header -->
<header id="header">
<div class="topbar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-5 col-12">
<ul class="contact-info">
<li>
<i class="ti-email"></i><span>support@logistika.com</span>
</li>
<li>
<a href="tel:+887869587496">
<i class="flaticon-call"></i><span>+88 7869 5874 96</span>
</a>
</li>
</ul>
</div>
<div class="col-lg-7 col-12">
<div class="contact-into">
<div class="language-selector">
<select id="languageSelect">
<option value="en" data-icon="assets/images/language/1.svg">English</option>
<option value="sp" data-icon="assets/images/language/2.svg">Spanish</option>
</select>
<div class="custom-select-wrapper">
<div class="custom-select"></div>
<div class="custom-arrow"><i class="flaticon-down"></i></div>
</div>
<div class="custom-options"></div>
</div>
<div class="pryment-selector">
<select>
<option value="usd">USD</option>
<option value="aud">AUD</option>
</select>
</div>
<ul class="social-media">
<li><span>Follow Us :</span></li>
<li><a href="#"><i class="flaticon-facebook-app-symbol"></i></a></li>
<li><a href="#"><i class="flaticon-linkedin-big-logo"></i></a></li>
<li><a href="#"><i class="flaticon-twitter"></i></a></li>
<li><a href="#"><i class="flaticon-vimeo"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<div class="wpo-site-header">
<nav class="navigation navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
<div class="mobail-menu">
<button type="button" class="navbar-toggler open-btn">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar first-angle"></span>
<span class="icon-bar middle-angle"></span>
<span class="icon-bar last-angle"></span>
</button>
</div>
</div>
<div class="col-lg-2 col-md-6 col-6">
<div class="navbar-header">
<a class="navbar-brand" href="index-2.html"><img src="assets/images/logo.svg"
alt=""></a>
</div>
</div>
<div class="col-lg-7 col-md-1 col-1">
<div id="navbar" class="collapse navbar-collapse navigation-holder">
<button class="menu-close"><i class="ti-close"></i></button>
<ul class="nav navbar-nav mb-2 mb-lg-0">
<li class="menu-item-has-children">
<a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index-2.html">Home style 1</a></li>
<li><a href="index-3.html">Home style 2</a></li>
<li><a href="index-4.html">Home style 3</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children">
<a href="#">Project</a>
<ul class="sub-menu">
<li><a href="project.html">Project style 1</a></li>
<li><a href="project-2.html">Project style 2</a></li>
<li><a href="project-3.html">Project style 3</a></li>
<li><a href="project-single.html">Project Single</a></li>
</ul>
</li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="tracking.html">Tracking</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="404.php">404 Error</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">services </a>
<ul class="sub-menu">
<li><a href="services.html">services </a></li>
<li><a href="career.php">air transport</a></li>
<li><a href="road-transport.html">road transport</a></li>
<li><a href="ocean-transport.html">ocean transport</a></li>
<li><a href="train-transport.html">train transport</a></li>
<li><a href="services-single.html">services Single</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li>
<li class="menu-item-has-children">
<a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog right sidebar</a></li>
<li><a href="blog-left-sidebar.html">Blog left sidebar</a></li>
<li><a href="blog-fullwidth.html">Blog fullwidth</a></li>
<li class="menu-item-has-children">
<a href="#">Blog details</a>
<ul class="sub-menu">
<li><a href="blog-details.php">Blog details right sidebar</a>
</li>
<li><a href="blog-single-left-sidebar.html">Blog details left
sidebar</a></li>
<li><a href="blog-single-fullwidth.html">Blog details
fullwidth</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- end of nav-collapse -->
</div>
<div class="col-lg-3 col-md-2 col-2">
<div class="header-right">
<a href="tel:+025757576560" class="call">
<div class="icon">
<img src="assets/images/call.svg" alt="">
</div>
<div class="text">
<span>Phone:</span>
<h4>+88 1900 6789 56</h4>
</div>
</a>
<div class="header-search-form-wrapper">
<div class="cart-search-contact">
<button class="search-toggle-btn"><i
class="fi flaticon-search"></i></button>
<div class="header-search-form">
<form>
<div>
<input type="text" class="form-control"
placeholder="Search here...">
<button type="submit"><i
class="fi flaticon-search"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="close-form">
<a class="theme-btn" href="contact.html">Get an quate <i
class="flaticon-next"></i></a>
</div>
</div>
</div>
</div>
</div><!-- end of container -->
</nav>
</div>
</header>
<!-- end of header -->
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Internation Logistics</h2>
<h3>Project</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start of wpo-project-section -->
<section class="wpo-project-section section-padding">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 col-12">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="project-all">
<a href="project.html" class="theme-btn">All projects</a>
</div>
</div>
</div>
<div class="project-slider">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card">
<span>01</span>
<img src="assets/images/project/1.jpg" alt="">
<div class="content">
<h2><a href="project-single.html">Rail Transportation</a></h2>
<h4>Art , Direction</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card">
<span>02</span>
<img src="assets/images/project/2.jpg" alt="">
<div class="content">
<h2><a href="project-single.html">Air Transportation</a></h2>
<h4>Art , Direction</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card">
<span>03</span>
<img src="assets/images/project/3.jpg" alt="">
<div class="content">
<h2><a href="project-single.html">Road Transportation</a></h2>
<h4>Art , Direction</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="project-card">
<span>04</span>
<img src="assets/images/project/4.jpg" alt="">
<div class="content">
<h2><a href="project-single.html">Intermodal Shipping</a></h2>
<h4>Art , Direction</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="side-img">
<img src="assets/images/project/side-img.png" alt="">
</div>
</section>
<!-- end of wpo-project-section -->
<!--start of wpo-map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of wpo-map-section -->
<!--start of wpo-cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a>
</div>
<div class="contact-info">
<div class="item">
<div class="icon">
<i class="flaticon-phone-call"></i>
</div>
<div class="text">
<span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
</div>
</div>
<div class="item">
<div class="icon">
<i class="flaticon-email"></i>
</div>
<div class="text">
<span>Send Us Email</span>
<p>contact@logistika.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of wpo-cta-section-s2 -->
<!-- start of wpo-site-footer-section -->
<footer class="wpo-site-footer-s2">
<div class="wpo-upper-footer">
<div class="container">
<div class="row">
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget address-widget">
<div class="widget-title">
<h3>Address</h3>
</div>
<p>570 8th Ave, New York,NY 10018
United States</p>
<h4>Opening Hours</h4>
<ul>
<li>9.30am 6.30pm</li>
<li>Monday to Friday</li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Services</h3>
</div>
<ul>
<li><a href="services-single.html">Electronics Industry</a></li>
<li><a href="services-single.html">Industrial & Manufacturing</a></li>
<li><a href="services-single.html">Semicon & Solar</a></li>
<li><a href="services-single.html">Oil & Gas Cargo</a></li>
<li><a href="services-single.html">ship & cargo services</a></li>
<li><a href="services-single.html">Maritime transportation</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget link-widget">
<div class="widget-title">
<h3>Useful links</h3>
</div>
<ul>
<li><a href="services-single.html">How it Works</a></li>
<li><a href="services-single.html">Help Link</a></li>
<li><a href="services-single.html">Terms & Conditions</a></li>
<li><a href="services-single.html">Contact Us</a></li>
<li><a href="services-single.html">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col col-lg-3 col-md-6 col-sm-12 col-12">
<div class="widget newsletter-widget">
<div class="widget-title">
<h3>newsletter</h3>
</div>
<div class="newsletter">
<form class="form-fild">
<input class="fild" type="email" placeholder="Enter Email Adress">
<button type="submit"><i class="flaticon-arrowhead-up"></i></button>
<div class="terms">
<input type="checkbox" id="Insurance">
<label for="Insurance">I agree all your <a href="#">terms</a> and
policies</label>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="wpo-lower-footer">
<div class="container">
<div class="row g-0 align-items-center">
<div class="col col-lg-2 col-12">
<div class="logo">
<img src="assets/images/logo-2.svg" alt="blog">
</div>
</div>
<div class="col col-lg-6 col-12">
<p class="copyright"> &copy; 2024 <a href="index-2.html">wpOcean</a> - Logistics service. All
rights reserved.</p>
</div>
<div class="col col-lg-4 col-12">
<ul>
<li><a href="#"><img src="assets/images/banck/1.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/2.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/3.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/4.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/5.png" alt=""></a></li>
<li><a href="#"><img src="assets/images/banck/6.png" alt=""></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bg-image">
<img src="assets/images/footer-bg-s2.jpg" alt="">
</div>
<div class="shape">
<svg width="191" height="208" viewBox="0 0 191 208" fill="none">
<path d="M125.53 208.291H118.13L0 12.271V0.00102234L125.53 208.291Z" fill="white" />
<path d="M0 43.1711L99.93 209.121H0V43.1711Z" fill="#FF7236" />
<path d="M190.33 209.121H138.45L68.9102 93.7311H120.79L190.33 209.121Z" fill="#144754" />
<path d="M98.0897 69.1602H72.8097L38.9297 12.9402H64.2097L98.0897 69.1602Z" fill="#FF7236" />
</svg>
</div>
</footer>
<!-- end of wpo-site-footer-section -->
</div>
<!-- end of page-wrapper -->
<!-- All JavaScript files
================================================== -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugins for this template -->
<script src="assets/js/modernizr.custom.js"></script>
<script src="assets/js/jquery.dlmenu.js"></script>
<script src="assets/js/jquery-plugin-collection.js"></script>
<!-- Custom script for this template -->
<script src="assets/js/script.js"></script>
</body>
<!-- Mirrored from wpocean.com/html/tf/logistika/project.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 29 Aug 2024 05:23:24 GMT -->
</html>

20
pte.php
View File

@ -1,7 +1,7 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="blog-bg">
<section class="pte-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
@ -26,23 +26,9 @@
</div>
</div>
</div>
<div class="top-content">
<div class="count-wrap"> </div>
<div class="row">
<div class="col-12"> <img src="assets/images/access-images/pte1.jpg" alt=""> </div>
</div>
<!--
<div class="row pt-5 pb-5">
<div class="col-12 col-lg-8 mx-auto">
<h2 class="pb-4">IELTS is an abbreviated form of International English Language Testing System which is:- </h2>
<ul class="list-group">
<li class="list-group-item">A widely recognized English Language proficiency test.</li>
<li class="list-group-item">A reliable means of evaluating the English language ability.</li>
<li class="list-group-item">Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.</li>
<li class="list-group-item">Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.</li>
<li class="list-group-item">Is the only acceptable English test for immigration to Australian.</li>
</ul>
</div>
</div>
-->
</div>
</section>
<!--Intro Section End-->

View File

@ -129,43 +129,6 @@
</div>
</div>
</section>
<!--start of map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
</div>
</section>
<!--end of map-section -->
<!--start of cta-section-s2 -->
<div class="wpo-cta-section-s2">
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a> </div>
<div class="contact-info">
<div class="item">
<div class="icon"> <i class="flaticon-phone-call"></i> </div>
<div class="text"> <span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
</div>
</div>
<div class="item">
<div class="icon"> <i class="flaticon-email"></i> </div>
<div class="text"> <span>Send Us Email</span>
<p>contact@logistika.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of cta-section-s2 -->
<?php include('footer.php');?>

View File

@ -1,7 +1,7 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="blog-bg">
<section class="toefl-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
@ -26,8 +26,8 @@
</div>
</div>
</div>
<div class="top-content">
<div class="count-wrap"> </div>
<div class="row">
<div class="col-12"> <img src="assets/images/access-images/toefl1.jpg" alt=""> </div>
</div>
</div>
</section>

148
uk.php
View File

@ -1,10 +1,10 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<section class="uk-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Study Abroad</h2>
<h3>UK</h3>
</div>
@ -12,5 +12,145 @@
</div>
</div>
</section>
<!-- end page-title -->
<?php include('footer.php');?>
<!-- end page-title -->
<!--Description Section-->
<section class="wpo-project-single-page section-padding">
<div class="container">
<div class="project-wrap">
<div class="project-top-info">
<div class="row align-items-center">
<div class="col-lg-9 col-12">
<h1>Why Study in UK</h1>
<p class="country-desc">The United Kingdom of Great Britain and Northern Ireland (which is usually shortened to just the UK or United Kingdom) is a political union made up of four countries, England, Scotland, Wales and Northern Ireland. The country which offers an excellent higher-education system and has hundreds of world-class universities promising a rich experience for international students has been able to attract many of the international students from all over the world.</p>
<p class="country-desc pt-0"> The UK, a highly advanced nation with an excellent infrastructure sector, has a very good public transport system. The transport system has an extensive network of buses, planes and trains which has simplified travelling substantially. Underground or tram system is the cheapest and cost effective means of transport in the metropolitan area. </p>
<p class="country-desc pt-0">The institutions in the UK consistently rank among the best in the world. The qualifications from the institutions are internationally valued and recognized which will be a solid foundation for building the future and boosting career and necessary prospects for demanding higher salary. The universities, colleges and schools in the UK will provide a vibrant, creative and challenging environment which aids in developing the potential of the students. </p>
</div>
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/access-images/uk1.jpg" alt=""></li>
<li><img src="assets/images/access-images/uk2.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Additional information</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Rich Academic Tradition and World-Renowned Institutions</a> </h2>
<p>Studying in the UK offers access to a rich academic tradition and a prestigious network of world-renowned universities and colleges. The UK is globally recognized for its quality education, with institutions that have a history of producing influential thinkers, scholars, and Nobel laureates.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Cultural Diversity and Global Exposure</a> </h2>
<p>The UK's multicultural society embraces students from all corners of the globe, creating a truly international learning environment. Immerse yourself in a vibrant and diverse community, fostering cross-cultural friendships and gaining a global perspective that enriches your understanding of the world.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Internationally Recognized Qualifications and Employability</a> </h2>
<p>A degree from a UK university carries significant global recognition and enhances your employability in various industries worldwide. UK institutions emphasize practical learning, critical thinking, and problem-solving, ensuring that graduates possess skills that are highly sought after by employers. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Unique Historical and Cultural Experience</a> </h2>
<p>Studying in the UK provides a unique historical and cultural experience, immersing you in a land of iconic landmarks, historical treasures, and artistic heritage. From exploring castles and museums to attending theatrical performances in London's West End, the UK offers an enriching lifestyle that blends the traditional with the contemporary.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">UK Education System</a> </h2>
<p>The UK education system is renowned worldwide for its rich academic tradition and high standards of excellence. Comprising a diverse range of universities, colleges, and institutions, the UK offers an extensive array of programs and courses across various fields of study. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">UK Qualifications</a> </h2>
<p>The UK qualifications system is known for its comprehensive and diverse range of academic credentials. The qualifications framework encompasses various levels of study, catering to students of all ages and educational backgrounds.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Study VISA in UK</a> </h2>
<p>Obtaining a study visa to study in the UK is a crucial step for international students planning to pursue their education in the country. The study visa is formally known as the Tier 4 (General) Student Visa. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Facts about the UK</a> </h2>
<p>Tea is the most famous drink of the British.
More than 300 languages are spoken by the people of London whose approximate number is 8 million.
English is the official language of the British though the accents of the people from different parts vary.
Mountains in Britain are not higher than 1000m
UK doesnt have a written constitution</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In UK</h1>
<div class="col-12"><img src="assets/images/access-images/uk-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>

109
usa.php
View File

@ -1,10 +1,10 @@
<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="wpo-breadcumb-area">
<section class="usa-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Study Abroad</h2>
<h3>USA</h3>
</div>
@ -12,5 +12,106 @@
</div>
</div>
</section>
<!-- end page-title -->
<?php include('footer.php');?>
<!-- end page-title -->
<!--Description Section-->
<section class="wpo-project-single-page section-padding">
<div class="container">
<div class="project-wrap">
<div class="project-top-info">
<div class="row align-items-center">
<div class="col-lg-9 col-12">
<h1>Why Study in USA</h1>
<p class="country-desc">Studying in the United States opens the door to a world of endless possibilities and unparalleled opportunities. Renowned for its diverse educational landscape, the USA boasts a wide array of prestigious universities, colleges, and institutions that offer cutting-edge programs across various fields of study. Whether you dream of pursuing engineering, business, arts, or sciences, the USA provides a rich academic environment that encourages critical thinking, innovation, and personal growth. </p>
<p class="country-desc pt-0">Embrace a melting pot of cultures, engage with leading scholars, and immerse yourself in a vibrant learning community that fosters academic excellence and empowers you to shape a bright and successful future. Embark on a transformative journey as you explore the vast landscapes of knowledge and discover your true potential through studying in the USA. </p>
</div>
</div>
<div class="image-gallery">
<ul>
<li><img src="assets/images/access-images/usa1.jpg" alt=""></li>
<li><img src="assets/images/access-images/usa2.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Description Section End-->
<!--Blog Information-->
<section class="section-padding blog-color">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Additional information</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-australia.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">World-Class Education and Diverse Academic Programs</a> </h2>
<p>Studying in the USA offers access to a world-class education system that consistently ranks among the best globally. With an extensive network of prestigious universities and colleges, the USA provides an unparalleled range of diverse academic programs. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Global Recognition and Employability</a> </h2>
<p>A degree earned from a US institution carries significant global recognition and credibility. Employers worldwide value the rigorous academic standards and diverse skill set that US-educated students possess. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Cultural Diversity and International Exposure</a> </h2>
<p>The USA stands as a melting pot of cultures, attracting students from all corners of the globe. This rich diversity creates a dynamic and inclusive learning environment that promotes cross-cultural understanding and global collaboration.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Research Opportunities and State-of-the-Art Facilities</a> </h2>
<p>US universities are renowned for their commitment to research and innovation, offering students access to cutting-edge facilities and groundbreaking research opportunities. Engaging in research projects allows students to work alongside esteemed scholars and experts in their fields, contributing to advancements in various disciplines.</p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/blog-image1.jpg" alt=""> </div>
<div class="content">
<h2> <a href="country-details.php">Study in USA as an international student</a> </h2>
<p>The USA has the worlds largest international student population, with more than 1,000,000 students choosing to broaden their education and life experience in the United States. Nearly 5% of all students enrolled in higher-level education in the USA are international students, and the numbers are growing. </p>
<div class="blog-btn-content"> <a href="country-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Blog Information End-->
<!--university Logo Display-->
<section class="wpo-partner-section section-padding">
<div class="container">
<div class="row text-center">
<h1>Institutions We Represent In USA</h1>
<div class="col-12"><img src="assets/images/access-images/usa-university.png" alt=""></div>
</div>
</div>
</section>
<!--university Logo Display End-->
<?php include('footer.php');?>