Pages Changes
BIN
assets/images/access-images/abroad-study.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
assets/images/access-images/australia.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/access-images/canada.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/access-images/experience-small.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
assets/images/access-images/experience.png
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
assets/images/access-images/study-australia.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
assets/images/access-images/study-canada.png
Normal file
After Width: | Height: | Size: 214 KiB |
BIN
assets/images/access-images/study-newzealand.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/access-images/study-usa.png
Normal file
After Width: | Height: | Size: 252 KiB |
BIN
assets/images/access-images/tour.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
@ -3079,7 +3079,7 @@ img {
|
||||
}
|
||||
.hero-section .content h3 {
|
||||
color: #fff;
|
||||
font-size: 80px;
|
||||
font-size: 70px;
|
||||
font-weight: 800;
|
||||
line-height: 80px;
|
||||
text-transform: capitalize;
|
||||
@ -4809,10 +4809,10 @@ img {
|
||||
font-weight: 700;
|
||||
line-height: 30px;
|
||||
letter-spacing: 1.76px;
|
||||
text-decoration-line: underline;
|
||||
text-decoration-line: none;
|
||||
text-transform: uppercase;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
/* padding-left: 20px;*/
|
||||
}
|
||||
.wpo-about-section .about-content .title h2::before, .wpo-about-section-s4 .about-content .title h2::before {
|
||||
position: absolute;
|
||||
@ -4821,7 +4821,7 @@ img {
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
transform: translateY(-50%);
|
||||
content: url(../images/title-shape.svg);
|
||||
/* content: url(../images/title-shape.svg);*/
|
||||
}
|
||||
.wpo-about-section .about-content .title h3, .wpo-about-section-s4 .about-content .title h3 {
|
||||
color: #042127;
|
||||
@ -4844,8 +4844,8 @@ img {
|
||||
}
|
||||
}
|
||||
.wpo-about-section .about-content .sub-content, .wpo-about-section-s4 .about-content .sub-content {
|
||||
margin-top: 37px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 35px;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
.wpo-about-section .about-content .sub-content span, .wpo-about-section-s4 .about-content .sub-content span {
|
||||
color: #535353;
|
||||
@ -4898,7 +4898,7 @@ img {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 60px;
|
||||
margin: 40px 0px;
|
||||
}
|
||||
@media (max-width: 399px) {
|
||||
.wpo-about-section .about-content .author-btn, .wpo-about-section-s4 .about-content .author-btn {
|
||||
@ -6012,7 +6012,7 @@ img {
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
background: #0BA08A;
|
||||
background: #991b4e;
|
||||
z-index: -1;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
@ -14425,7 +14425,22 @@ img {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hero-title{
|
||||
font-size: 70px !important;
|
||||
|
||||
/*Hero section Video */
|
||||
@media (max-width: 570px) {
|
||||
.video-holder {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 932px) {
|
||||
.video-holder {
|
||||
position: absolute;
|
||||
left: 45%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
/*Hero section Video */
|
||||
|
||||
/*extra css*/
|
16
australia.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Study Abroad</h2>
|
||||
<h3>Australia</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
<?php include('footer.php');?>
|
16
canada.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Study Abroad</h2>
|
||||
<h3>Canada</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
<?php include('footer.php');?>
|
105
destination.php
Normal file
@ -0,0 +1,105 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Shop Single</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- start of Country Ssection -->
|
||||
<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">
|
||||
<h3>Explore Your Global Study Destinations</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="project-all"> <a href="destination.php" class="theme-btn">Know More</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"> <img src="assets/images/access-images/study-australia.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="australia.php">Australia</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="project-card"> <img src="assets/images/access-images/study-newzealand.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="newzealand.php">New Zealand</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="project-card"> <img src="assets/images/access-images/study-canada.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="canada.php">Canada</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-6 col-12">
|
||||
<div class="project-card"> <img src="assets/images/access-images/study-usa.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="usa.php">USA</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="side-img"> <img src="assets/images/access-images/abroad-study.png" alt=""> </div>
|
||||
</section>
|
||||
<!-- end of Country 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');?>
|
11
header.php
@ -101,12 +101,13 @@
|
||||
<li><a href="services-single.html">services Single</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="menu-item-has-children"> <a href="#">Shop</a>
|
||||
<li class="menu-item-has-children"> <a href="destination.php">Study Destination </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>
|
||||
<li><a href="australia.php">Australia</a></li>
|
||||
<li><a href="newzealand.php">New Zealand</a></li>
|
||||
<li><a href="canada.php">Canada</a></li>
|
||||
<li><a href="usa.php">USA</a></li>
|
||||
<li><a href="uk.php">UK</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="menu-item-has-children"> <a href="#">Blog</a>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?php include('header.php');?>
|
||||
<?php include('parts/hero.php');?>
|
||||
<?php include('parts/about.php');?>
|
||||
<?php include('parts/country.php');?>
|
||||
<?php include('parts/service.php');?>
|
||||
<?php include('parts/matrix.php');?>
|
||||
<?php include('parts/form.php');?>
|
||||
<?php include('parts/logo-section.php');?>
|
||||
<?php include('parts/process.php');?>
|
||||
<?php include('parts/country.php');?>
|
||||
<?php include('parts/testimonial.php');?>
|
||||
<?php include('parts/logo-display.php');?>
|
||||
<?php include('parts/inquiry.php');?>
|
||||
|
16
newzealand.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Study Abroad</h2>
|
||||
<h3>New Zealand</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
<?php include('footer.php');?>
|
@ -1,46 +1,40 @@
|
||||
<!-- start of wpo-about-section -->
|
||||
<section class="wpo-about-section">
|
||||
<div class="shape"> <img src="assets/images/about/ab5.png" alt=""> </div>
|
||||
<div class="side-img"> <img src="assets/images/about/ab4.png" alt=""> </div>
|
||||
<div class="shape"> <img src="assets/images/access-images/experience.png" alt=""> </div>
|
||||
<div class="side-img"> <img src="assets/images/access-images/experience-small.png" alt=""> </div>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="about-left">
|
||||
<div class="image-1"> <img src="assets/images/about/ab1.jpg" alt=""> </div>
|
||||
<div class="image-2"> <img src="assets/images/about/ab2.jpg" alt=""> </div>
|
||||
<div class="image-3"> <img src="assets/images/about/ab3.jpg" alt=""> </div>
|
||||
<div class="image-1"> <img src="assets/images/access-images/tour.jpg" alt=""> </div>
|
||||
<div class="image-2"> <img src="assets/images/access-images/australia.jpg" alt=""> </div>
|
||||
<div class="image-3"> <img src="assets/images/access-images/canada.jpg" alt=""> </div>
|
||||
<div class="image-4"> <img src="assets/images/about/shape.png" alt=""> </div>
|
||||
<!--
|
||||
<div class="since">
|
||||
<div>
|
||||
<h2 class="odometer" data-count="1999">00</h2>
|
||||
<p>Since</p>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-12">
|
||||
<div class="about-content">
|
||||
<div class="title">
|
||||
<h2>Trusted transport service </h2>
|
||||
<h3>Transport & Logistics
|
||||
Services We are the best</h3>
|
||||
<h3>Committed to Your Academic Success</h3>
|
||||
</div>
|
||||
<div class="sub-content">
|
||||
<p>Access Education Network (AEN) is a leading educational consultation service providing organization. It is brought into operation in Nepal by formal registration. It has initiated its service with a motive of rendering educational consultation service to the students willing to pursue quality education that would be acknowledged by the world. </p>
|
||||
</div>
|
||||
<div class="sub-content"> <span>Logistika is the world's leading global logistics provider — we expertly
|
||||
facilitate industry and commerce in the international exchange of goods through land
|
||||
transport.</span> </div>
|
||||
<h4>operations around the world and across various transporation sectors.</h4>
|
||||
<ul>
|
||||
<li>Domestic and International Service emergency support</li>
|
||||
<li>Compliance and Enforcement actions</li>
|
||||
<li>Becoming a registered provider Today</li>
|
||||
</ul>
|
||||
<div class="author-btn">
|
||||
<div class="author">
|
||||
<div class="image"> <img src="assets/images/about/profile.jpg" alt=""> </div>
|
||||
<div class="text"> <img src="assets/images/about/signature.png" alt=""> <span>Ceo & Founder</span> </div>
|
||||
</div>
|
||||
<div class="about-btn"> <a href="about.html" class="theme-btn"> more about us </a> </div>
|
||||
</div>
|
||||
<div class="about-btn"> <a href="about.php" class="apply-btn"> Know More </a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -4,52 +4,46 @@
|
||||
<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>
|
||||
<h3>Explore Your Global Study Destinations</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 class="project-all"> <a href="destination.php" class="theme-btn">Know More</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="project-card"> <img src="assets/images/access-images/study-australia.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="project-single.html">Rail Transportation</a></h2>
|
||||
<h4>Art , Direction</h4>
|
||||
<h2><a href="australia.php">Australia</a></h2>
|
||||
</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="project-card"> <img src="assets/images/access-images/study-newzealand.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="project-single.html">Air Transportation</a></h2>
|
||||
<h4>Art , Direction</h4>
|
||||
<h2><a href="newzealand.php">New Zealand</a></h2>
|
||||
</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="project-card"> <img src="assets/images/access-images/study-canada.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="project-single.html">Road Transportation</a></h2>
|
||||
<h4>Art , Direction</h4>
|
||||
<h2><a href="canada.php">Canada</a></h2>
|
||||
</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="project-card"> <img src="assets/images/access-images/study-usa.png" alt="">
|
||||
<div class="content">
|
||||
<h2><a href="project-single.html">Intermodal Shipping</a></h2>
|
||||
<h4>Art , Direction</h4>
|
||||
<h2><a href="usa.php">USA</a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="side-img"> <img src="assets/images/project/side-img.png" alt=""> </div>
|
||||
<div class="side-img"> <img src="assets/images/access-images/abroad-study.png" alt=""> </div>
|
||||
</section>
|
||||
<!-- end of Country Section -->
|
16
uk.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Study Abroad</h2>
|
||||
<h3>UK</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
<?php include('footer.php');?>
|
16
usa.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- 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>Study Abroad</h2>
|
||||
<h3>USA</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end page-title -->
|
||||
<?php include('footer.php');?>
|