forked from fahadmoonpk/newage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
736 lines (591 loc) · 34.4 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Newage Dispatch</title>
<link rel="icon" type="image/png" href="image/title logo.png">
<!-- CSS FILES -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/newage.css" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
</head>
<body>
<header class="site-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 d-flex flex-wrap">
<p class="d-flex me-4 mb-0">
<i class="bi-geo-alt me-2"></i>
7820 W Capitol Ave #1305 Little Rock, AR 72203
</p>
<p class="d-flex mb-0">
<i class="bi-envelope me-2"></i>
<a href="mailto:[email protected]">
</a>
</p>
</div>
<div class="col-lg-3 col-12 ms-auto d-lg-block d-none">
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/newagellc" class="social-icon-link bi-facebook"
target="_blank"></a>
</li>
<li class="social-icon-item">
<a href="https://www.instagram.com/newage_dispatch" class="social-icon-link bi-instagram"
target="_blank"></a>
</li>
<li class="social-icon-item">
<a href="https://www.linkedin.com/company/newage-dispatch"
class="social-icon-link bi-linkedin" target="_blank"></a>
</li>
</ul>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-lg bg-light shadow-lg">
<div class="container">
<a class="navbar-brand" href="#">
<img src="image/Orange & Blue Express Delivery Logistic Logo (2).png" class="logo img-fluid" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact.html">Contact</a>
</li>
<!-- <li class="nav-item ms-3">
<a class="nav-link custom-btn custom-border-btn btn" href="">Contact</a>
</li> -->
</ul>
</div>
</div>
</nav>
<main>
<section class="hero-section hero-section-full-height">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-12 p-0">
<div id="hero-slide" class="carousel carousel-fade slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image/Untitled design (2).jpg" class="carousel-image img-fluid" alt="">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Get Started </h1>
<p>With Newage Dispatch Transportation Services</p>
</div>
</div>
<div class="carousel-item">
<img src="image/Slider image/shipping.jpg" class="carousel-image img-fluid" alt="">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Get Started </h1>
<p>With Newage Dispatch Transportation Services</p>
</div>
</div>
<div class="carousel-item">
<img src="image/Slider image/close-up-delivery-person-giving-parcel-client.jpg"
class="carousel-image img-fluid" alt="">
<div class="carousel-caption d-flex flex-column justify-content-end">
<h1>Get Started </h1>
<p>With Newage Dispatch Transportation Services</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#hero-slide"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#hero-slide"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12 text-center mx-auto">
<h2 class="mb-3">Steps of Cooperation </h2>
</div>
<p class="col-lg-10 col-12 text-center mx-auto ">How We Work
</p>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#" class="d-block">
<img src="image/icons/listen.png" class=" featured-block-image img-fluid" alt=""
style="color: blue;">
<p class="featured-block-text">Listening <strong> You</strong></p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0 mb-md-4">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#" class="d-block">
<img src="image/icons/road.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text"><strong>Lane</strong> Pairing Analysis
</p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0 mb-md-4">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#" class="d-block">
<img src="image/icons/verification.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text">Check All <strong>Details
</strong></p>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 mb-4 mb-lg-0">
<div class="featured-block d-flex justify-content-center align-items-center">
<a href="#" class="d-block">
<img src="image/icons/fast-delivery.png" class="featured-block-image img-fluid" alt="">
<p class="featured-block-text"><strong>Fast & Efficient</strong> Delivery
</p>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding section-bg">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mb-5 mb-lg-0">
<img src="image/scott-graham-5fNmWej4tAA-unsplash.jpg" class="custom-text-box-image img-fluid"
alt="">
</div>
<div class="col-lg-6 col-12">
<div class="custom-text-box">
<h2 class="mb-2">About us</h2>
<h5 class="mb-3"> Modern & Trusted Logistics Company</h5>
<p class="mb-0">
Welcome to NewageDispatch Services, your modern and trusted logistics company! Since our
inception, we have been dedicated to delivering exceptional service and efficiency to
our valued customers. Our top-notch dispatching service is designed to ensure your
complete satisfaction, going above and beyond to exceed your expectations.</p>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="custom-text-box mb-lg-0">
<h5 class="mb-3">Exceeding Expectations</h5>
<p>Hire us to serve you better and discover how we cater to each client's needs for
the results you want.</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="custom-text-box mb-lg-0">
<h5 class="mb-3">Exceeding Expectations</h5>
<p>Our dedicated team excels in managing projects with expertise and experience.
Contact us with any questions about our services.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Services -->
<section class="section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12 text-center mb-4">
<h2>Featured Services </h2>
<p class="col-lg-10 col-12 text-center mx-auto ">How We Work
</p>
<!-- <h5>What <strong>We Do</strong></h5> -->
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<img src="image/FeaturedServices/interior-large-logistics-warehouse-ai-generative.jpg"
class="custom-block-image img-fluid" alt="" style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Load Selection</h5>
<p>Finding the Best Loads Anywhere, Anytime to Keep Your Business Moving Forward...
</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap" style=" height: 450px;">
<img src="image/FeaturedServices/container-truck-ship-port-ai-generated-image.jpg"
class="custom-block-image img-fluid" alt="" style="height: 275px !important;"
style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Broker Negotiation</h5>
<p>Let Us Handle the Paperwork and Secure the Best Rates for Your Convenience...</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap" style=" height: 450px;">
<img src="image/FeaturedServices/logistics.jpg" class="custom-block-image img-fluid" alt=""
style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">24/7 Dispatch Center</h5>
<p>Our Dispatchers Assist You Every Step of the Way, From Pickup to Timely
Delivery...</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0 space-width ">
<div class="custom-block-wrap" style=" height: 450px;">
<img src="image/FeaturedServices/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker.jpg"
class="custom-block-image img-fluid" alt="" style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Billing</h5>
<p>Trust Our Shipping Bookkeeping Services to Keep You and Your Truck Moving
Smoothly...</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0 space-width ">
<div class="custom-block-wrap " style=" height: 450px;">
<img src="image/FeaturedServices/close-up-two-businessmen-shaking-hands-desk.jpg"
class="custom-block-image img-fluid" alt="" style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Rate Negotiation</h5>
<p>Our Services Extend Far Beyond Simple Standard Rate Discussions...</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0 space-width ">
<div class="custom-block-wrap" style=" height: 450px;">
<img src="image/FeaturedServices/back-view-financial-experts-working-together-office.jpg"
class="custom-block-image img-fluid" alt="" style="height: 275px !important;">
<div class="custom-block">
<div class="custom-block-body">
<h5 class="mb-3">Flexible Plans </h5>
<p>Choose from Weekly, Fortnightly, or Monthly Options to Suit Your Needs and
Schedule...</p>
</div>
<!-- <a href="#" class="custom-btn btn">More Details</a> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- experience -->
<section class="experience section-padding">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12 ms-auto mb-5 mb-lg-0">
<div class="contact-info-wrap">
<div class="contact-inf mt-5">
<h5 class="mb-3">Contact Infomation</h5>
<p class="d-flex mb-2 contact-inf">
<i class="bi-geo-alt me-2"></i>
7820 W Capitol Ave #1305 Little Rock, AR 72203
</p>
<p class="d-flex mb-2 contact-inf">
<i class="bi-telephone me-2"></i>
<a href="tel: +1 (501) 441-5130" class="contact-inf">
+1 (501) 441-5130
</a>
</p>
<p class="d-flex contact-inf">
<i class="bi-envelope me-2"></i>
<a href="mailto:[email protected]" class="contact-inf">
</a>
</p>
<a href="contact.html#map" class="custom-btn btn mt-3"
style="border: 1px rgba(62, 3, 3, 0.2) solid;">Get Direction</a>
</div>
</div>
</div>
<div class="col-lg-5 col-12 mx-auto">
<form class="custom-form contact-form" action="#" method="post" role="form">
<h2>Contact form</h2>
<p class="mb-4">Or, you can just send an email:
<a href="#"> [email protected]</a>
</p>
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="first-name" id="first-name" class="form-control"
placeholder="First Name" required>
</div>
<div class="col-lg-6 col-md-6 col-12">
<input type="text" name="last-name" id="last-name" class="form-control"
placeholder="Last Name" required>
</div>
</div>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control"
placeholder="[email protected]" required>
<textarea name="message" rows="5" class="form-control" id="message"
placeholder="What can we help you?"></textarea>
<button type="submit" class="form-control "><a href="index.html" class="text-white">Send
Message</a></button>
</form>
</div>
</div>
</div>
</section>
<!-- Experience & Affordable Price! -->
<section class="section-padding">
<div class="container">
<!-- row one -->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<div class="custom-block">
<div class="custom-block-body">
<h6 class="text-dark mb-4">Experience & Affordable Price!</h6>
<h2 class="mb-3">Why <strong style="color: var(--primary-color);
">Choose Us</strong>
</h2>
<p>We are the top choice for companies due to our effective approach...
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<div class="custom-block">
<i aria-hidden="true" class="fas fa-user-lock fa-3x mx-4 mt-4"
style=" color: var(--primary-color);"></i>
<div class="custom-block-body">
<h4 class="mb-3" style="color: var(--secondary-color);">Safe & Secure Delivery </h4>
<p>Replace digital barriers with increased clickthroughs from designers and
immersion in nanotechnology applications.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap">
<div class="custom-block">
<i aria-hidden="true" class="far fa-dollar-sign fa-3x mx-4 mt-4"
style=" color: var(--primary-color);"></i>
<div class="custom-block-body">
<h4 class="mb-3" style="color: var(--secondary-color);">Cost Savings </h4>
<p>Take advantage of easy opportunities to identify approximate value-added actions,
completing the circle of focus.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap space-width">
<div class="custom-block">
<i aria-hidden="true" class="fas fa-truck fa-3x mx-4 mt-4"
style=" color: var(--primary-color);"></i>
<div class="custom-block-body">
<h4 class="mb-3" style="color: var(--secondary-color);">Transport Optimization </h4>
<p>By integrating nanotechnology into the data expressway, we can complete the
circle at day's end.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap space-width">
<div class="custom-block">
<i aria-hidden="true" class="fas fa-users fa-3x mx-4 mt-4"
style=" color: var(--primary-color);"></i>
<div class="custom-block-body">
<h4 class="mb-3" style="color: var(--secondary-color);">Proven Experience </h4>
<p>
At the end of the day, moving forward, another norm that emerged from
collaborative thinking in agriculture.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4 mb-lg-0">
<div class="custom-block-wrap space-width">
<div class="custom-block">
<i aria-hidden="true" class="far fa-headphones-alt fa-3x mx-4 mt-4"
style=" color: var(--primary-color);"></i>
<div class="custom-block-body">
<h4 class="mb-3" style="color: var(--secondary-color);">24x7 Online Support </h4>
<p>By the day's end, a new norm emerges: collaborative thinking fosters continuous
progress and development.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- row two -->
<div class="row mt-3">
</div>
</section>
<!-- -->
<section class="Expertise">
<div class="container">
<div class="row mb-5">
<div class="col-lg-6 px-5">
<p class=" mx-5 mt-4" style="font-weight: 800;color:var(--primary-color);">Our Skills
</p>
<h1 class="px-5 pt-0" style="color: var(--secondary-color); "> Our Professional Experience &
Skills</h1>
<div class="col-lg-12 px-5">
<div style="max-width: 500px; " class="">
<label for="" class="d-flex justify-content-between">
<p style="color: var(--secondary-color); font-weight: 600;">Real-time Load Tracking
</p>
<p style="color: var(--secondary-color); font-weight: 600;">90%</p>
</label>
<div class="progress" style="height: 8px; max-width: 500px; ">
<div class="progress-bar" role="progressbar"
style="width: 90%;background-color :var(--primary-color);" aria-valuenow="90"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div style="max-width: 500px;" class="mt-4">
<label for="" class="d-flex justify-content-between">
<p style="color: var(--secondary-color); font-weight: 600;">Efficient Route Planning
</p>
<p style="color: var(--secondary-color); font-weight: 600;">88%</p>
</label>
<div class="progress" style="height: 8px; max-width: 500px;">
<div class="progress-bar" role="progressbar"
style="width: 88%;background-color :var(--primary-color);" aria-valuenow="88"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div style="max-width: 500px;" class="mt-4">
<label for="" class="d-flex justify-content-between">
<p style="color: var(--secondary-color); font-weight: 600;">Effective Communication
</p>
<p style="color: var(--secondary-color); font-weight: 600;">98%</p>
</label>
<div class="progress" style="height: 8px; max-width: 500px;">
<div class="progress-bar" role="progressbar"
style="width: 98%; background-color :var(--primary-color);" aria-valuenow="98"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 ">
<img src="image/Untitled design (5).jpg" alt="" class="img-fluid skill" style="border-radius: 1%;">
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4">
<img src="image/logo (500 × 400 px) (1).png" class="logo1 img-fluid" alt="" style="height: 95%;">
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4">
<h5 class="site-footer-title mb-3">Quick Links</h5>
<ul class="footer-menu">
<li class="footer-menu-item"><a href="about.html" class="footer-menu-link">About Company</a>
</li>
<li class="footer-menu-item"><a href="services.html" class="footer-menu-link">Our Services</a>
</li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Latest News</a></li>
<li class="footer-menu-item"><a href="contact.html" class="footer-menu-link">Contact Us</a></li>
<li class="footer-menu-item"><a href="#" class="footer-menu-link">Company Achievement</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-12 mx-auto">
<h5 class="site-footer-title mb-3">Contact Infomation</h5>
<p class="text-white d-flex mb-2">
<i class="bi-telephone me-2"></i>
<a href="tel: +1 (501) 441-5130" class="site-footer-link">
+1 (501) 441-5130
</a>
</p>
<p class="text-white d-flex">
<i class="bi-envelope me-2"></i>
<a href="mailto:[email protected]" class="site-footer-link">
[email protected] </a>
</p>
<p class="text-white d-flex mt-3">
<i class="bi-geo-alt me-2"></i>
7820 W Capitol Ave #1305 Little Rock, AR 72203
</p>
<a href="contact.html#map" class="custom-btn btn mt-3">Get Direction</a>
</div>
</div>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 col-12">
<p class="copyright-text mb-0">Copyright © 2023 <a href="index.html"> Newage Dispatch</a>
Transportation
& Logistics Ltd.</p>
</div>
<div class="col-lg-6 col-md-5 col-12 d-flex justify-content-center align-items-center mx-auto">
<ul class="social-icon">
<!--
https://www.facebook.com/newagellc
https://www.instagram.com/newage_dispatch
https://www.linkedin.com/company/newage-dispatch
-->
<li class="social-icon-item">
<a href="https://www.facebook.com/newagellc" class="social-icon-link bi-facebook"
target="_blank"></a>
</li>
<li class="social-icon-item">
<a href="https://www.instagram.com/newage_dispatch"
class="social-icon-link bi-instagram" target="_blank"></a>
</li>
<li class="social-icon-item">
<a href="https://www.linkedin.com/company/newage-dispatch"
class="social-icon-link bi-linkedin" target="_blank"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/counter.js"></script>
<script src="js/custom.js"></script>
</body>
</html>