-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle_service1.php
More file actions
458 lines (383 loc) · 21.1 KB
/
single_service1.php
File metadata and controls
458 lines (383 loc) · 21.1 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE php>
<php lang="en">
<!-- Mirrored from trusttransport.themeebit.com/single_service.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 05 Mar 2020 09:32:18 GMT -->
<head>
<meta charset="UTF-8">
<!-- viewport meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>McDan Logistics Ltd</title>
<!-- owl carousel css -->
<link rel="stylesheet" href="css/owl.carousel.css"/>
<!-- font icofont -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,400,400i,700,900" rel="stylesheet">
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- animte css -->
<link rel="stylesheet" href="css/animate.css"/>
<!-- camera css goes here -->
<link rel="stylesheet" href="css/camera.css">
<!-- venobox css goes here -->
<link rel="stylesheet" href="css/venobox.css">
<!-- style css -->
<link rel="stylesheet" href="style.css"/>
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="images/favicon.ico"/>
</head>
<body class="single_service">
<!-- preloader -->
<div class="preloader-bg">
<div class="preloader-container">
<div class="my-preloader"><img src="images/favicon.png" alt="preloader"></div>
</div>
</div>
<!--================================
START HEADER AREA
=================================-->
<div id="google_translate_element" style="margin-left:1%">
</div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- start header -->
<header>
<!-- container start -->
<div class="container">
<!-- .row start -->
<div class="row">
<div class="tiny_header clearfix">
<div class="col-md-12">
<div class="tiny_header_wrapper">
<div class="header_info">
<ul>
<li><a href="#">Faq</a></li>
<li><a href="#">Help Desk</a></li>
<li><a href="#">Track Shipment</a></li>
</ul>
</div>
<div class="times">
<p><i class="fa fa-clock-o"></i> <span class="day">Sat - Thus</span>9 am - 6 pm</p>
</div>
<div class="social_links">
<ul>
<li><a href="#"><span class="fa fa-facebook"></span></a></li>
<li><a href="#"><span class="fa fa-pinterest-p"></span></a></li>
<li><a href="#"><span class="fa fa-google-plus"></span></a></li>
<li><a href="#"><span class="fa fa-dribbble"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- /.row end -->
<!-- row start -->
<div class="row">
<div class="header_middle_wrapper clearfix">
<div class="col-md-3 xs_fullwidth col-xs-3">
<div class="logo_container">
<a href="index.php"><img src="images/logo.png" alt="logo Here"></a>
</div>
</div>
<div class="col-lg-5 xs_fullwidth col-xs-6 col-md-6 col-md-offset-0 col-lg-offset-1">
<div class="contact_info">
<div class="single_info_section">
<span class="fa fa-headphones v_middle"></span>
<div class="contact_numbers v_middle right_info">
<p><a href="tel:+447441443940">+44 (74) 4144-3940</a></p>
</div>
</div>
<div class="single_info_section">
<span class="fa fa-envelope v_middle"></span>
<div class="contact_numbers right_info v_middle">
<p><a href="mailto:support@mediterraneanshippings.com">support@mediterraneanshippings.com</a></p>
</div>
</div>
</div>
</div>
<div class="col-md-3 xs_fullwidth col-xs-3 col-lg-2 col-lg-offset-1">
<a href="quote.php" class="trust_btn quote_btn">get a free quote</a>
</div>
</div>
</div><!-- /.row end -->
</div><!-- /.container end -->
</header><!-- start header -->
<!--================================
END HEADER AREA
=================================-->
<!--================================
START SLIDER AREA
=================================-->
<section class="breadcrumb">
<div class="breadcrumb_content">
<!-- container starts -->
<div class="container">
<!-- row starts -->
<div class="row">
<!-- col-md-12 starts -->
<div class="col-md-12">
<div class="breadcrumb_title_wrapper">
<div class="page_title">
<h1>services details</h1>
</div>
<ul class="bread_crumb">
<li><a href="index.php">Home</a></li>
<li class="bread_active">services details</li>
</ul>
</div>
</div><!-- col-md-12 ends -->
</div>
<!-- /.row ends -->
</div><!-- /.container ends -->
</div>
<!-- menu starts -->
<div class="menu_area">
<!-- container starts -->
<div class="container">
<!-- row start -->
<div class="row">
<div class="col-md-12">
<div class="mainmenu nav_shadow">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav magic_menu">
<li class="active"><a href="index.php">Home</a></li>
<li><a href="about_us2.php">About us</a></li>
<li><a href="services.php">services</a></li>
<li><a href="track_trace.php">Track & Trace</a></li>
<li><a href="admin/pages/login.php">login</a></li>
<!--<li><a href="contact.php">contact</a></li>-->
</ul>
<div class="search_form">
<div class="search_btn" data-toggle="modal" data-target="#search_modal">
<span class="fa fa-search"></span>
</div>
<!-- search Modal -->
<div class="modal fade" id="search_modal" tabindex="-1" role="dialog">
<div class="modal-dialog s_modal" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="search_form_wrapper">
<form method="post">
<div class="search_input">
<input type="text" name="search_field" placeholder="Search Query...">
<button class="submit_btn" type="submit">
<span class="fa fa-search"></span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.navbar-collapse -->
</nav>
</div><!-- main menu ends -->
</div>
</div><!-- /.row end -->
</div><!-- /.container ends -->
</div><!-- menu ends -->
</section>
<!--================================
END SLIDER AREA
=================================-->
<!--================================
START ABOUT US AREA
=================================-->
<section class="service_detail section_padding reveal animated" data-delay="0.2s" data-anim="fadeInUpShort">
<!-- container starts -->
<div class="container">
<div class="row">
<div class="col-md-12 xxs_fullwidth xs_fullwidth col-xs-12">
<div class="search_bar visible-xs reveal animated" data-reveal-anim="fadeInRight">
<form action="#" class="search_widget">
<input placeholder="Search..." type="text">
<button type="submit" class="blog_search_btn"><span class="fa fa-search"></span></button>
</form>
</div>
<div class="single_service_detail">
<div class="post_image">
<img src="images/single_detail1.jpg" alt="single detail">
</div>
<div class="post">
<div class="section_title">
<div class="title"><h2> LOGISTICS SERVICES</h2></div>
</div>
<div class="post_content">
<p style="text-align: justify;">
Through our McDan Logistics Ltd services, we provide expedited Air Freight delivery, Air Cargo and Excess Baggage delivery. McDan Logistics Ltd provides international logistics services and delivery of documents, parcels and freight to over 100 countries around the world.
</p>
<p style="text-align: justify;">We know how important it is for your parcels to reach its destination via a single service provider with the capacity to respond flexibly.</p>
<p style="text-align: justify;">That is why we have developed a complete range of solutions tailored to your international logistics and shipping requirements. Whether it’s handling a single document or a 500-kilogram freight consignment, McDan Logistics Ltd has the international freight solution for your needs. We also provide flexible rates for freight forwarding to our trusted partners in areas beyond our reach. With the launch of our new office in Houston, you can now send items to and from the United Stateds with ease. Simply let us on the details of your shipment and we'll handle it from there. For international ecommerce, you can use our Houston address on the checkout and we'll send the item to your destination address on your behalf. </p>
</div>
</div>
</div>
</div>
</div><!-- /.row end -->
</div>
<!-- /.container ends -->
</section>
<!--================================
END ABOUT US AREA
=================================-->
<!--================================
START FOOTER
=================================-->
<footer>
<div class="big_footer_wrapper section_padding">
<div class="container">
<div class="row">
<div class="col-md-3 xxs_fullwidth col-xs-6">
<div class="footer_about_wrapper reveal animated" data-anim="fadeInLeftShort" >
<div class="footer_logo">
<a href="index.php">
<img src="images/footer_logo.png" alt="footer_logo">
</a>
</div>
<div class="footer_about_us">
<p>Over the years, McDan Logistics Ltd has diversified its activities to include overland transportation, logistics and a growing portfolio of port terminal investments. Today, our focus remains true to our roots and we continue to build and retaining long-term trusted partnerships with customers of all size and scale. </p>
</div>
</div>
</div>
<div class="col-md-2 xxs_fullwidth col-xs-6">
<div class="footer_widgets sevices reveal animated" data-anim="fadeInRightShort" data-delay="0.2s">
<div class="widget_title">
<h4>our services</h4>
</div>
<div class="footer_links">
<ul>
<li><a href="#">Sea Freight</a></li>
<li><a href="#">Road Transportation</a></li>
<li><a href="#">Air Freight</a></li>
<li><a href="#">Railway Logistics</a></li>
<li><a href="#">Packaging & Storage</a></li>
<li><a href="#">Warehousing</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 xxs_fullwidth col-xs-6">
<div class="footer_widgets contact reveal animated" data-anim="fadeInRightShort" data-delay="0.4s">
<div class="widget_title">
<h4>contact us</h4>
</div>
<div class="footer_address">
<ul>
<li><span class="fa fa-paper-plane-o"></span> <div class="address_right">McDan Logistics Ltd, UK.</div></li>
<li>
<span class="fa fa-phone"></span>
<div class="number address_right">
<a href="tel:+447441443940">+44 (74) 4144-3940</a>
<a href="tel:+447441443940">+44 (74) 4144-3940</a>
</div>
</li>
<li>
<span class="fa fa-envelope-o"></span>
<div class="address_right">
<a href="mailto:support@mcdanlogistics.com">support@mcdanlogistics.com</a>
<a href="#">mediterraneanshippings.com</a>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 xxs_fullwidth col-xs-6">
<div class="footer_widgets twitter reveal animated" data-anim="fadeInRightShort" data-delay="0.6s">
<div class="widget_title">
<h4>contact us</h4>
</div>
<div class="twitter_widget">
<div class="single_tweets">
<span class="twit_icon fa fa-twitter"></span>
<div class="twit">
<p><span class="tag">@McDan Logistics Ltd</span> fast and reliable</p>
<span class="time">Recent</span>
</div>
</div>
<div class="single_tweets">
<span class="twit_icon fa fa-twitter"></span>
<div class="twit">
<p><span class="tag">@McDan Logistics Ltd</span> the best logistics</p>
<span class="time">Recent</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tiny_footer">
<div class="container">
<div class="col-md-6 xs_fullwidth col-xs-6">
<div class="footer_text_wrapper">
<p class="footer_text">Copyright © McDan Logistics Ltd. All Rights Reserved by <a href="https://themeforest.net/user/themeebit">McDan Logistics Ltd</a></p>
</div>
</div>
<div class="col-md-6 xs_fullwidth col-xs-6">
<div class="footer_menu clearfix">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about_us.php">About Us</a></li>
<li><a href="track_trace.php">Track & Trace</a></li>
<li><a href="blog.php">News</a></li>
<li><a href="contcat.php">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--================================
END FOOTER
=================================-->
<!--//////////////////// JS GOES HERE ////////////////-->
<!-- jquery latest version -->
<script src="js/jquery-1.12.3.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- jquery easing 1.3 -->
<script src="js/jquery.easing1.3.js"></script>
<!-- Owl carousel js-->
<script src="js/owl.carousel.min.js"></script>
<!-- venobox js -->
<script src="js/venobox.min.js"></script>
<!-- Isotope js-->
<script src="js/isotope.js"></script>
<!-- Pakcery layout js-->
<script src="js/packery.js"></script>
<!-- waypoint js -->
<script src="js/waypoints.min.js"></script>
<!-- google map js -->
<script src="https://maps.googleapis.com/maps/api/js"></script>
<!-- smoothscroll js -->
<script src="js/jqury.smooth-scroll.min.js"></script>
<!-- jquery camera slider js -->
<script src="js/jquery.camera.min.js"></script>
<!-- Counter up -->
<script src="js/jquery.counterup.js"></script>
<!-- Waypoint -->
<script src="js/waypoints.min.js"></script>
<!-- Main js -->
<script src="js/main.js"></script>
</body>
<!-- Mirrored from trusttransport.themeebit.com/single_service.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 05 Mar 2020 09:32:18 GMT -->
</php>