-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.php
654 lines (571 loc) · 32.2 KB
/
services.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
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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE php>
<php lang="en">
<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>Frightcargo - Services</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="service_page">
<!-- 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_trace.php">Track Shipment</a></li>
</ul>
</div>
<div class="times">
<p><i class="fa fa-clock-o"></i> <span class="day">Mon - Fri</span> 9am - 6pm</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" style="margin-top:-105px;>
<a href="index.php" class="logo"><img src="images/logo.png" class="img-responsive" alt="logo Here"></a>
</div>
</div>
<div class="col-md-3 mt-1 pull-right 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>our services</h1>
</div>
<ul class="bread_crumb">
<li><a href="index.php">Home</a></li>
<li class="bread_active">Our Services</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 style="position:relative;margin-top:10px;" 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="services_section section_padding reveal animated" data-delay="0.2s" data-anim="fadeInUpShort">
<!-- container starts -->
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service1.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service.php"><h3>ground shipping</h3></a>
</div>
<div class="service_text">
<p style="text-align: justify;">Frightcargo Transport offers an efficient integrated transport system with
multiple types of trucks available to support your trucking and distribution needs. </p>
</div>
<div class="read_more">
<a href="single_service.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service2.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service1.php"><h3>Frightcargo LTD</h3></a>
</div>
<div class="service_text">
<p style="text-align:justify;">Through our Frightcargo services, we provide expedited Air Freight delivery,
Air Cargo and Excess Baggage delivery.</p>
</div>
<div class="read_more">
<a href="single_service1.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service3.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service2.php"><h3>Cargo Handling</h3></a>
</div>
<div class="service_text">
<p style="text-align: justify;">Unique shipments demand specific solutions especially for large projects that require the
coordinated movement of oversized, overweight and high-value cargo.</p>
</div>
<div class="read_more">
<a href="single_service2.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service4.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service3.php"><h3>Ginant ship delivery</h3></a>
</div>
<div class="service_text">
<p style="text-align:justify;">Frightcargo flexible and scalable sea freight solutions cover
your specific needs. Our affiliation with leading carriers is the key to our cost-effective services.</p>
</div>
<div class="read_more">
<a href="single_service3.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service5.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service4.php"><h3>Air shipping</h3></a>
</div>
<div class="service_text">
<p style="text-align: justify;">Frightcargo is an airfreight forwarding specialists offering a
comprehensive range of international air cargo solutions with unbeatable levels of customer service.</p>
</div>
<div class="read_more">
<a href="single_service4.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6 xxs_fullwidth">
<div class="single_service_wrapper">
<div class="service_img">
<img src="images/service1.jpg" alt="service-img">
</div>
<div class="service_content">
<div class="service_title">
<a href="single_service5.php"><h3>TRUST TRUCKING SERVICES</h3></a>
</div>
<div class="service_text">
<p style="text-align:justify;">Frightcargo can handle a variety of domestic & international trucking services to suit your needs. </p>
</div>
<div class="read_more">
<a href="single_service5.php">read more <span class="fa fa-long-arrow-right"></span></a>
</div>
</div>
</div>
</div>
</div><!-- /.row end -->
</div>
<!-- /.container starts -->
</section>
<!--================================
END ABOUT US AREA
=================================-->
<!--================================
START ABOUT US AREA
=================================-->
<section class="about_us_area dark_bg section_padding reveal animated" data-delay="0.2s" data-anim="fadeInUpShort">
<!-- container starts -->
<div class="container">
<!-- row starts -->
<div class="row">
<!-- /.col-md-6 starts -->
<div class="col-md-6 xs_fullwidth col-xs-6">
<!-- section_title starts -->
<div class="section_title">
<div class="sub_title">
<p>Other Services</p>
</div>
<div class="title"><h2>Frightcargo</h2></div>
</div><!-- section_title starts -->
<!-- accrodion area starts -->
<div class="accordion_wrapper">
<!-- panel-group start -->
<div class="panel-group" id="accordion">
<!-- single accprdion pnae start -->
<div class="panel panel-default">
<div class="single_acco_title">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1" aria-expanded="false" class="collapsed">
REMOTE WAREHOUSING AND STORAGE CAPACITY<span class="fa fa-plus"></span></a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse " aria-expanded="false" style="height: 0px;" role="tablist">
<div class="panel-body"><p style="text-align:justify;">Frightcargo help you easily store unused items, yet have them readily accessible for quick on-time retrieval.
Our computerized system can locate your inventory at a moment's notice while Premier’s own courier service and truck divisions hand-deliver it to your door saving you valuable time and money.
Our modern warehouse facility is designed and equipped to handle all your storage needs, and offers excellent inventory control for storage/file boxes, theatre props, machine parts, production line repair equipment and more. The facility also provides space for furniture, document, and x-ray storage.
</p>
<span class="acoo_icon fa fa-truck"></span>
</div>
</div>
</div><!-- single accprdion pnae end -->
<!-- single accprdion pnae start -->
<div class="panel panel-default">
<div class="single_acco_title">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2" class="collapsed" aria-expanded="false">
TRUST WAREHOUSING SERVICES<span class="fa fa-plus"></span></a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse" aria-expanded="false" style="height: 0px;" role="tablist">
<div class="panel-body"><p style="text-align: justify;">We have top class warehousing facilities. Our warehouses are spacious, well guarded, and spread everywhere in the country to provide assistants to our clients. We give utmost care to your goods when they are in transit. We take proper attention of your essential goods till they reach their desired destination. We understand and therefore ensure all measures to fulfill the client's requirement for safe storage of goods in transit.</p>
<span class="acoo_icon fa fa-truck"></span>
</div>
</div>
</div><!-- single accprdion pnae end -->
<!-- single accprdion pnae start --><!--
<div class="panel panel-default">
<div class="single_acco_title">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3" class="collapsed" aria-expanded="false">
Processus dynamicus, qui sequitur mutationem cons ? <span class="fa fa-plus"></span></a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse" aria-expanded="false" style="height: 0px;" role="tablist">
<div class="panel-body"><p>Mirum est notare quam littera gothica, quam nunc putamus parum anteposuerit litterarum
formas humanitatis per seacula quarta decima et quinta deceo Eodem modo typi, qui nunc nobis videntur parum
clari, fiant sollemn</p>
<span class="acoo_icon fa fa-truck"></span>
</div>
</div>
</div>--><!-- single accprdion pnae end -->
</div><!-- /.panel-group ends -->
</div><!-- accrodion area ends -->
</div><!-- /.col-md-6 ends -->
<!-- /.col-md-6 starts -->
<div class="col-md-6 xs_fullwidth col-xs-6">
<div class="right_message">
<!-- section_title starts -->
<div class="section_title">
<div class="sub_title">
<p>Contact Us</p>
</div>
<div class="title"><h2>send us message</h2></div>
</div><!-- section_title starts -->
<!-- send us message form -->
<div class="send_message">
<form action="#">
<div class="form_half">
<input class="name" type="text" placeholder="Name">
</div>
<div class="form_half">
<input class="phone" type="text" placeholder="Phon No">
</div>
<input type="email" placeholder="Your Email">
<textarea name="message" placeholder="Write Your Text" id="message" cols="30" rows="10"></textarea>
<div class="submit_btn">
<button class="trust_btn" type="submit" name="button">send message</button>
</div>
</form>
</div>
<!-- end send us message form -->
</div>
</div><!-- /.col-md-6 ends -->
</div><!-- /.row ends -->
</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" style="margin-top:-110px;margin-right:15px;">
<a href="index.php" >
<img src="images/footer_logo.png" class="img-responsive" alt="footer_logo">
</a>
</div>
<div class="footer_about_us" style="margin-top:-100px;">
<p style="text-align: justify;">Frightcargo offers a host of logistic management services and supply chain solutions.
We provide innovative solutions with the best people, processes, and technology. </p>
</div>
<div class="footer_social">
<h4>get connected</h4>
<ul>
<li><a href="#"><span class="fa fa-facebook"></span></a></li>
<li><a href="#"><span class="fa fa-twitter"></span></a></li>
<li><a href="#"><span class="fa fa-pinterest-p"></span></a></li>
<li><a href="#"><span class="fa fa-linkedin"></span></a></li>
<li><a href="#"><span class="fa fa-skype"></span></a></li>
</ul>
</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 style="margin-top:-30px;margin-left:10px;" class="address_right">State Liaison office - Owena House<br> ( Ralph Shodeinde st, Central Business Dis,Abuja ).
</div></li>
<li>
<span class="fa fa-phone"></span>
<div class="number address_right">
<a href="tel:07018373283">07018373283</a>
<a href="tel:08134901464">08134901464</a>
<a href="tel:09049848925">09049848925</a>
</div>
</li>
<li>
<span class="fa fa-envelope-o"></span>
<div class="address_right" style="margin-top:-50px;margin-left:15px;>
<a href="mailto:[email protected]">[email protected]</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>social media feeds</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">@Frightcargo</span> Frightcargo Diplomatic Service is the best and they have carried out more than 50 Delivery for my office</p>
<span class="time">3 minutes ago</span>
</div>
</div>
<div class="single_tweets">
<span class="twit_icon fa fa-twitter"></span>
<div class="twit">
<p><span class="tag">@Frightcargo</span> Frightcargo is the best and I am happy to used them for my containers delivery to Eastan Europe</p>
<span class="time">3 minutes ago</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 © Frightcargo. All Rights Reserved.</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_us2.php">About Us</a></li>
<li><a href="track_trace.php">Track & Trace</a></li>
<li><a href="#">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="http://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>
</php>