-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
775 lines (645 loc) · 42.6 KB
/
Copy pathservices.html
File metadata and controls
775 lines (645 loc) · 42.6 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
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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services</title>
<!-- jQuery LINK -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- bootstarp link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- SWIPER SLIDER -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!-- google font links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Font Awesome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- css file import -->
<link rel="stylesheet" href="./style/style.css">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./style/footer.css">
<link rel="stylesheet" href="./style/contact/contact.css">
<link rel="stylesheet" href="./style/services/services-detail.css">
<link rel="stylesheet" href="./style/home/whatWeDo.css">
<link rel="stylesheet" href="./style/home/booking.css">
<link rel="stylesheet" href="./style/home/services.css">
<link rel="stylesheet" href="./style/home/estimation.css">
</head>
<body>
<!-- HEADER START -->
<header class="site-header header-style-3 mobile-sider-drawer-menu">
<div class="sticky-wrapper" style="height: 90px;">
<div class="is-fixed main-bar-wraper navbar-expand-lg sticky-header">
<div class="main-bar">
<div class="container-fluid clearfix">
<div class="logo-header">
<div class="logo-header-inner logo-header-one">
<a href="index.html">
<img src="images/logo-dark.png" alt="">
</a>
</div>
</div>
<!-- NAV Toggle Button -->
<button id="mobile-side-drawer"
data-target="#header-nav" data-toggle="collapse" type="button" aria-controls="header-nav"
class="navbar-toggler collapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar icon-bar-first"></span>
<span class="icon-bar icon-bar-two"></span>
<span class="icon-bar icon-bar-three"></span>
</button>
<!-- MAIN Vav -->
<div id="header-nav" class="nav-animation header-nav navbar-collapse collapse d-flex justify-content-center">
<ul class=" nav navbar-nav">
<li ><a href="index.html">Home</a> </li>
<li ><a href="about.html">About Us</a></li>
<li ><a href="services.html">Services</a></li>
<li ><a href="services-detail.html">Services Details</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Header Right Section-->
<div class="extra-nav header-2-nav">
<div class="extra-cell">
<div class="header-search">
<a href="#search" class="header-search-icon"><i class="fa fa-search"></i></a>
</div>
</div>
<div class="extra-cell">
<div class="header-nav-call-section">
<div class="detail">
<span class="title">Free Call In U.S.A</span>
<span><a href="#">2 900 234 4241</a></span>
</div>
<div class="media">
<img src="images/call.png" alt="#">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SITE Search -->
<div id="search">
<span class="close"></span>
<form role="search" id="searchform" action="/search" method="get" class="radius-xl">
<input class="form-control" value="" name="q" type="search" placeholder="Type to search">
<span class="input-group-append">
<button type="button" class="search-btn">
<i class="fa fa-paper-plane"></i>
</button>
</span>
</form>
</div>
</div></div>
</header>
<!-- HEADER END -->
<!-- CONTENT PAGE START -->
<div class="service-page p-b90">
<!-- INNER PAGE BANNER -->
<div class="wt-bnr-inr overlay-wraper bg-center" style="background-image:url(images/banner/1.jpeg);">
<div class="overlay-main site-bg-sky opacity-08"></div>
<div class="container">
<div class="wt-bnr-inr-entry">
<div class="banner-title-outer">
<div class="banner-title-name">
<h2 class="wt-title">Services</h2>
</div>
</div>
<!-- BREADCRUMB ROW -->
<div>
<ul class="wt-breadcrumb breadcrumb-style-2">
<li><a href="index.html">Home</a></li>
<li>Services</li>
</ul>
</div>
<!-- BREADCRUMB ROW END -->
</div>
</div>
</div>
<!-- INNER PAGE BANNER END -->
<!-- SERVICES SECTION START -->
<div class="section-full p-t120 p-b90 site-bg-gray tw-service-gallery-style1-area tyre-mark-bg">
<div class="services-gallery-block-outer2">
<div class="container">
<!-- TITLE START-->
<div class="section-head center wt-small-separator-outer">
<div class="wt-small-separator site-text-primary">
<div>All services</div>
</div>
<h2 class="wt-title">Trusted For Our Services</h2>
<p class="section-head-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry the standard dummy text ever since the when an printer took.</p>
</div>
<!-- TITLE END-->
<div class="section-content">
<div class="services-gallery-style1">
<div class="row">
<!-- COLUMNS 1 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Air Freight</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">01</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/1.jpg" alt="">
</div>
</div>
</div>
<!-- COLUMNS 2 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Road Freight</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">02</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/2.jpg" alt="">
</div>
</div>
</div>
<!-- COLUMNS 3 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Ocean Freight</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">03</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/3.jpg" alt="">
</div>
</div>
</div>
<!-- COLUMNS 4 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Rail Freight</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">04</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/4.jpg" alt="">
</div>
</div>
</div>
<!-- COLUMNS 5 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Warehousing</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">05</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/5.jpg" alt="">
</div>
</div>
</div>
<!-- COLUMNS 6 -->
<div class="col-lg-4 col-md-6 mb-4">
<div class="service-box-style1">
<div class="service-content">
<div class="service-content-inner">
<div class="service-content-top">
<h3 class="service-title-large"><a href="services-detail.html">Project Cargo</a></h3>
</div>
<div class="service-content-bottom">
<span class="service-title-large-number">06</span>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service.</p>
<a href="services-detail.html" class="site-button-2">View Detail</a>
</div>
</div>
</div>
<div class="service-media">
<img src="images/s-gallery/6.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tw-hilite-text-wrap">
<div class="tw-hilite-text right">
<span>Services</span>
</div>
</div>
</div>
<!-- SERVICES SECTION END -->
<!-- Estimation SECTION START -->
<div class="section-full p-t120 site-bg-white tw-estimation-area">
<div class="container">
<div class="wt-separator-two-part">
<div class="row wt-separator-two-part-row">
<div class="col-xl-6 col-lg-6 col-md-12 wt-separator-two-part-left">
<!-- TITLE START-->
<div class="section-head left wt-small-separator-outer">
<div class="wt-small-separator site-text-primary">
<div>Estimation</div>
</div>
<h2 class="wt-title">Has a wide range of solutions</h2>
<p class="section-head-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry the standard dummy text ever since the when an printer took.</p>
</div>
<!-- TITLE END-->
</div>
<div class="col-xl-6 col-lg-6 col-md-12 wt-separator-two-part-right text-right">
<a href="about.html" class="btn-half site-button"><span>Read More</span><em></em></a>
</div>
</div>
</div>
</div>
<div class="tw-estimation-section bg-cover bg-no-repeat" style="background-image: url(images/background/bg-2.jpeg);">
<div class="container">
<div class="row">
<!--1-->
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="tw-est-section-block">
<div class="tw-est-section-block-content">
<span class="tw-est-section-number">01</span>
<h3 class="tw-title">Solutions and specialized expertise</h3>
<p>Our aim is to optimize and improve your supply chain so that we can give you the best service</p>
<a href="about.html" class="site-button-2-outline"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!--2-->
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="tw-est-section-block">
<div class="tw-est-section-block-content">
<span class="tw-est-section-number">02</span>
<h3 class="tw-title">Multiple warehouses</h3>
<p>We provide multiple drop off and pickup locations so you don't have to worry. And you should not face any kind...</p>
<a href="about.html" class="site-button-2-outline"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!--3-->
<div class="col-xl-4 col-lg-4 col-md-12">
<div class="tw-est-section-block">
<div class="tw-est-section-block-content">
<span class="tw-est-section-number">03</span>
<h3 class="tw-title">Tracking made easy</h3>
<p>A tracking number for the entire process.
so that you can find the exact position. it
will help you</p>
<a href="about.html" class="site-button-2-outline"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Estimation SECTION END -->
<!-- BOOKING SECTION START -->
<div class="section-full p-t120 p-b90 site-bg-gray tw-booking-area" style="background-image: url(images/booking/bg-map.png);">
<div class="container">
<!-- TITLE START-->
<div class="section-head center wt-small-separator-outer">
<div class="wt-small-separator site-text-primary">
<div>Request A Quote</div>
</div>
<h2 class="wt-title">Booking For Product Transformation</h2>
<p class="section-head-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry the standard dummy text ever since the when an printer took.</p>
</div>
<!-- TITLE END-->
</div>
<div class="container">
<div class="tw-booking-section">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-12">
<div class="tw-booking-media">
<div class="media">
<img src="images/booking/pic1.png" alt="#">
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-12">
<div class="tw-booking-form">
<div class="row booking-tab-container">
<div class="col-xl-3 col-lg-12 col-md-12 booking-tab-menu">
<div class="list-group">
<a href="#" class="list-group-item active text-center">
<div class="media d-flex justify-content-sm-center">
<img src="images/booking/icon1.png" alt="">
</div>
<span>Request A Quote</span>
</a>
<a href="#" class="list-group-item text-center">
<div class="media d-flex justify-content-sm-center">
<img src="images/booking/icon2.png" alt="">
</div>
<span>Track & Trace</span>
</a>
</div>
</div>
<div class="col-xl-10 col-lg-12 col-md-12 booking-tab">
<!-- flight section -->
<div class="booking-tab-content active">
<form>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="mb-3">
<input name="username" type="text" required="" class="form-control" placeholder="Name">
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="mb-3">
<input name="email" type="text" required="" class="form-control" placeholder="Email">
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="mb-3">
<input name="phone" type="text" required="" class="form-control" placeholder="Phone">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="mb-3">
<select id="Freight_Type" class="form-select">
<option selected="">Freight Type</option>
<option>...</option>
</select>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="mb-3">
<input name="username" type="text" required="" class="form-control" placeholder="City Of Departure">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="mb-3">
<input name="username" type="text" required="" class="form-control" placeholder="Delivery City">
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="mb-3">
<select id="Incoterms" class="form-select">
<option selected="">Incoterms</option>
<option>...</option>
</select>
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="mb-3">
<input name="username" type="text" required="" class="form-control" placeholder="Weight">
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="mb-3">
<input name="email" type="text" required="" class="form-control" placeholder="Height">
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="mb-3">
<input name="phone" type="text" required="" class="form-control" placeholder="Width">
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="mb-3">
<input name="phone" type="text" required="" class="form-control" placeholder="Length">
</div>
</div>
<div class="col-lg-12">
<div class="tw-inline-checked mt-2 mb-3">
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Fragile</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck2">
<label class="form-check-label" for="exampleCheck2">Express Delivery</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck3">
<label class="form-check-label" for="exampleCheck3">Insurance</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck4">
<label class="form-check-label" for="exampleCheck4">Packaging</label>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="tw-booking-footer">
<div class="tw-booking-footer-btn">
<button type="submit" class="btn-half site-button">
<span>Submit Now</span><em></em>
</button>
</div>
<span class="tw-booking-footer-text">Quote</span>
</div>
</div>
</div>
</form>
</div>
<!-- train section -->
<div class="booking-tab-content">
<form class="track-and-trace-form">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="mb-3">
<select id="Shipment_Type" class="form-select">
<option selected="">Shipment Type</option>
<option>Road</option>
<option>Train</option>
<option>Air</option>
<option>Sea</option>
</select>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="mb-3">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
</div>
<div class="col-lg-12">
<div class="tw-inline-checked mt-2 mb-3">
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="Fragile1">
<label class="form-check-label" for="Fragile1">Fragile</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="Express2">
<label class="form-check-label" for="Express2">Express Delivery</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="Insurance3">
<label class="form-check-label" for="Insurance3">Insurance</label>
</div>
<div class="mb-4 form-check">
<input type="checkbox" class="form-check-input" id="packaging4">
<label class="form-check-label" for="packaging4">Packaging</label>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="tw-booking-footer">
<div class="tw-booking-footer-btn">
<button type="submit" class="btn-half site-button">
<span>Track & Trace</span><em></em>
</button>
</div>
<span class="tw-booking-footer-text">Trace</span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BOOKING SECTION END -->
</div>
<!-- FOOTER SECTIOON -->
<footer class="footer-dark">
<!-- NEWS LETTER SECTION START -->
<div class="ftr-nw-ltr site-bg-white">
<div class="ftr-nw-ltr-inner site-bg-primary">
<div class="container">
<div class="ftr-nw-img">
<img src="images/news-l-bg.png" alt="">
</div>
<div class="ftr-nw-content">
<div class="ftr-nw-title">Subscribe for offers and news</div>
<div class="ftr-nw-form">
<form>
<input name="news-letter" class="form-control" placeholder="Enter Your Email" type="text">
<button class="ftr-nw-subcribe-btn">Subscribe Now</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- NEWS LETTER SECTION END -->
<div class="ftr-bg" style="background-image: url(images/f-bg.jpg);">
<!-- FOOTER BLOCKES START -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="widget widget_about">
<div class="logo-footer clearfix">
<a href="index.html"><img src="images/logo-dark.png" alt=""></a>
</div>
<p>Many desktop publishing packages and web page editors now use are dolra Ipsum as their default .</p>
<ul class="social-icons">
<li><a href="javascript:void(0);" class="fa fa-facebook"></a></li>
<li><a href="javascript:void(0);" class="fa fa-twitter"></a></li>
<li><a href="javascript:void(0);" class="fa fa-instagram"></a></li>
<li><a href="javascript:void(0);" class="fa fa-youtube-play"></a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="widget widget_services ftr-list-center">
<h3 class="widget-title">Quick Links</h3>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="services-detail.html">Blog</a></li>
<li><a href="about.html">FAQ</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="widget widget_services ftr-list-center">
<h3 class="widget-title">Services</h3>
<ul>
<li><a href="services-detail.html">Warehouse</a></li>
<li><a href="services-detail.html">Air Freight</a></li>
<li><a href="services-detail.html">Ocean Freight</a></li>
<li><a href="services-detail.html">Road Freight</a></li>
<li><a href="services-detail.html">Packaging</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="widget widget_services ftr-list-center">
<h3 class="widget-title">Community</h3>
<ul>
<li><a href="about.html">Business Consulting</a></li>
<li><a href="about.html">Testimonials</a></li>
<li><a href="about.html">Track Your Shipment</a></li>
<li><a href="about.html">Privacy Policy</a></li>
<li><a href="about.html">Terms & Condition</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER COPYRIGHT -->
<div class="footer-bottom">
<div class="container">
<div class="footer-bottom-info">
<div class="footer-copy-right">
<span class="copyrights-text">Copyright © 2022 by thewebmax All Rights Reserved.</span>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer ends-->
<!-- jquery file -->
<script src="myQuery.js"></script>
<!-- Bootstrap JavaScript plugin -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> -->
</body>
</html>