-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathair-freight.php
101 lines (83 loc) · 4.97 KB
/
air-freight.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?php include 'head.php' ?>
<body data-scrolling-animations="true">
<div class="sp-body">
<?php include 'header.php' ?>
<div class="bg-image page-title">
<div class="container-fluid">
<a href="#"><h1>AIR FREIGHT</h1></a>
<div class="pull-right">
<a href="index.php"><i class="fa fa-home fa-lg"></i></a> | <a href="services.php">Our services</a> | <a href="air-freight.php">Air freight</a>
</div>
</div>
</div>
<div class="container-fluid block-content">
<div class="row">
<?php include 'services_sidebar.php' ?>
<div class="col-sm-9 main-content">
<h1 class="text-center italic wow zoomIn" data-wow-delay="0.3s">With the help of our worldwide partners we are providing specialized
services in Logistics solutions to our satisfied customers</h1>
<img src="media/images/7.jpg" class="full-width wow zoomIn" data-wow-delay="0.3s" alt="Img">
<div class="row">
<div class="col-xs-6 wow zoomIn" data-wow-delay="0.3s">
<p>Air Freight as a means of ferrying goods has its timely and security advantages and is the best when distance plays a challenge. Zeel Logistics using its network with airlines, we are able to offer international coverage on air freight to and from whichever part of the world and also assist in interconnections of flights schedules for Transit Cargo.
</p>
<img src="media/images/4.jpg" class="full-width" alt="Img">
<p> Our dedicated staff team have put themselves in line and created a rapport with regional airlines and will ensure that air freight services meet the customer’s expectations. We at Zeel will offer cost effective management of customs of clearance, bonding, regulatory declarations, exemptions and any other requirements as per the country of arrival. Our good relationship with major carriers and airlines give us the competitive edge to satisfy our customer requirements.</p>
</div>
<div class="col-xs-6 wow zoomIn" data-wow-delay="0.3s">
<h4>What we offer</h4>
<p>Zeel Logistics Ltd. can organize scheduled flights and chartered planes from a wide range of major carriers making us flexible enough to help everyone from first-time shippers to regular importers and exporters of freight.</p>
<ul class="fa-ul">
<li>
<i class="fa fa-li fa-long-arrow-right"></i>
Remote aviation
</li>
<li>
<i class="fa fa-li fa-long-arrow-right"></i>
Air charter
</li>
<li>
<i class="fa fa-li fa-long-arrow-right"></i>
Helicopter services
</li>
<li>
<i class="fa fa-li fa-long-arrow-right"></i>
Airport to airport delivery
</li>
<li>
<i class="fa fa-li fa-long-arrow-right"></i>
Door to door delivery
</li>
</ul>
<img src="media/images/5.jpg" class="full-width" alt="Img">
<h4>TIMELY DELIVERY</h4>
<p>Our operations are guided by timlines as a value and we endevour to work together with the client on delivery.</p>
</div>
</div>
<p class="text-center">
<a href="contact.php" class="btn btn-danger btn-default wow zoomIn" data-wow-delay="0.3s">contact us</a>
</p>
</div>
</div>
</div>
<?php include 'footer.php' ?>
</div>
<!--Main-->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<!--Switcher-->
<script src="assets/switcher/js/switcher.js"></script>
<!--Owl Carousel-->
<script src="assets/owl-carousel/owl.carousel.min.js"></script>
<!-- SCRIPTS -->
<script type="text/javascript" src="assets/isotope/jquery.isotope.min.js"></script>
<!--Theme-->
<script src="js/jquery.smooth-scroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/smoothscroll.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>