-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
754 lines (623 loc) · 28.9 KB
/
index.html
File metadata and controls
754 lines (623 loc) · 28.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GalaxyExpressdrop| Homepage</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/video.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="icon" href="images/icon.jpg" type="image/x-icon">
<link rel="shortcut icon" href="images/icon.jpg" type="image/icon.jpg">
<!-- EmailJS link -->
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="js/subscription.js"></script>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script> -->
</head>
<script src="//code.tidio.co/0nhpolzrfe3xwb246xwitexbc9fepejc.js" async></script>
<body class="hidden-bar-wrapper">
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header / Header Style Two -->
<header class="main-header header-style-two">
<div class="auto-container">
<div class="header-inner">
<!--Header Top-->
<div class="header-top">
<div class="clearfix">
<!--Top Right-->
<div class="top-right">
<!-- Right List -->
<ul class="right-list">
<a href="mailto:galaxyexpressdrop@gmail.com" target="_blank" > <li>galaxyexpressdrop@gmail.com</li></a>
<li><span class="icon" style="margin-right: 20px;"><img src="images/icons/telegram.png" alt=""></span><a href="https://t.me/galaxyexpressdrop">TELEGRAM</a></li>
<li><span class="icon" style="margin-right: 20px;"><img src="images/icons/youtube.png" alt=""></span><a href=" https://youtube.com/@GALAXYEXPRESSDROP?si=JNwL9UIbbernvQa4" style="color: red;">YOUTUBE</a></li>
</ul>
</div>
</div>
</div>
<!--Header-Upper-->
<div class="header-upper">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/galaxy-removebg-preview.png" alt="" title=""></a></div>
</div>
<div class="pull-right upper-right">
<!--Header Lower-->
<div class="header-lower">
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<style>
#google_translate_element a {
display: none;
}
</style>
</li>
<li class="current dropdown">
<a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="track.html">Track & Trace</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<div class="outer-box clearfix">
<!--Option Box-->
<div class="option-box">
<!--Search Box-->
<div class="search-box-outer">
<div class="dropdown">
<button class="search-box-btn dropdown-toggle" type="button" id="dropdownMenu3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="flaticon-route"></span></button>
<ul class="dropdown-menu pull-right search-panel" aria-labelledby="dropdownMenu3">
<li class="panel-outer">
<div class="form-container">
<form method="post" action="Crest Courier/blog.html">
<div class="form-group">
<input type="search" name="field-name" value="" placeholder="Track Your Shipment" required>
<button type="submit" class="search-btn"><span class="fa fa-search"></span></button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End Header Lower-->
</div>
</div>
</div>
<!--End Header Upper-->
</div>
</div>
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/galaxy2-removebg-preview.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix">
<li class="current">
<a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li ><a href="track.html">Track & Trace</a></li>
</ul>
</div>
</nav><!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<!-- Banner Section Two -->
<section class="banner-section-two" style="background-image:url(images/background/8.jpg)">
<div class="auto-container">
<!-- Content Column -->
<div class="content-column">
<div class="inner-column wow slideInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<h1>WE DELIVER ON TIME </h1>
<div class="text">Join the millions getting bargain deals on shipping cars, <br> furniture, freight, and more..</div>
<!-- Banner Form -->
<div class="banner-form-two wow slideInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<form method="post" action="track.html" autocomplete="off">
<div class="row clearfix">
<!-- Form Group -->
<div class="form-group col-lg-8 col-md-6 col-sm-12">
<input type="text" name="trackId" placeholder="Enter Your Track ID" required>
</div>
<!-- Form Group -->
<div class="form-group col-lg-4 col-md-12 col-sm-12">
<button type="submit" name="trackingsub" class="theme-btn btn-style-three">Track Now</button>
</div>
</div>
</form>
</div>
<!-- End Banner Form -->
</div>
</div>
</div>
</section>
<!-- End Banner Section Two -->
<!-- Featured Section -->
<section class="featured-section">
<div class="outer-container">
<div class="clearfix">
<!-- Feature Block -->
<div class="feature-block">
<div class="inner-box">
<div class="icon-box">
<span class="icon "><img src="images/icons/airplane.png" alt=""></span>
</div>
<h3><a href="#">Book Your Air Freight</a></h3>
<!-- <div class="text">100% Secure Payment System</div> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block">
<div class="inner-box">
<div class="icon-box">
<span class="icon"><img src="images/icons/tow-truck.png" alt=""></span>
</div>
<h3><a href="#">Book Your Road Freight</a></h3>
<!-- <div class="text">100% Secure Payment System</div> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block">
<div class="inner-box">
<div class="icon-box">
<span class="icon"><img src="images/icons/cargo-ship.png" alt=""></span>
</div>
<h3><a href="#">Book Your Sea Freight</a></h3>
<!-- <div class="text">100% Secure Payment System</div> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block">
<div class="inner-box">
<div class="icon-box">
<span class="icon "><img src="images/icons/train.png" alt=""></span>
</div>
<h3><a href="#">Book Your Train Freight</a></h3>
<!-- <div class="text">100% Secure Payment System</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- End Featured Section -->
<!-- Welcome Section -->
<section class="welcome-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column wowallow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="sec-title-two sec-title">
<h2>Welcome <span>To GalaxyExpressdrop</span></h2>
<div class="separater"></div>
</div>
<ul class="list-style-one">
<li> <img style="float:inline-start; margin-right: 2%;" src="images/icons/check.png" alt=""><span>100% Safe Delivery</span>We ensure the safe delivery of packages is my top priority. We take every possible measure to ensure that the packages we deliver arrive at their destination safely and intact.To achieve 100% safe delivery, we use high-quality packaging materials to protect the items from damage during transit. We also make sure to handle the packages carefully and avoid any rough handling that could cause harm.</li>
<li> <img style="float:inline-start; margin-right: 2%;" src="images/icons/check.png" alt=""><span>Weather Insurance</span> we understand that weather can be a significant factor in the safe and timely delivery of shipments. Even with careful planning, unexpected weather events can impact delivery schedules and potentially cause damage to shipments.To address this issue, we offer weather insurance as an additional option to our clients. This insurance covers losses or damages resulting from unforeseen weather conditions such as hurricanes, floods, heavy snow, and other severe weather events.</li>
<li> <img style="float:inline-start; margin-right: 2%;" src="images/icons/check.png" alt=""><span>Fast & On Time Delivery</span>We also understand the importance of fast and on-time delivery for our clients. Our mission is to provide reliable and efficient shipping services that meet the expectations of our clients and exceed industry standards.To achieve fast and on-time delivery, we utilize the latest technologies and employ highly skilled professionals who are trained to handle shipments of all sizes and types. We work with a network of trusted partners and carriers to ensure that we can deliver to any location in a timely manner.</li>
</ul>
<!-- <a href="#" class="theme-btn btn-style-four">Read More</a> -->
</div>
</div>
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column wowallow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/welcome.jpg" alt=""/>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Welcome Section -->
<div class="wrap"><div class="add2" style="background-image:url(images/background/7.png)"><div class="red-add2">ADD</div><video autoplay loop muted src="video/lv_0_20240410002025.mp4" ></video>
<div class="text">Join GalaxyExpressdrop...<br> <br> The most trusted Shhipping Network Around <br> <br> We are afordable and reliable <br> <br> <br> <a href="contact.html" class="theme-btn btn-style-one">Get Started</a> </div>
</div></div>
<!-- Services Section Two -->
<section class="services-section-two">
<div class="auto-container">
<div class="sec-title centered">
<h3>Our Awesome <span> Services </span></h3>
<div class="separater"></div>
</div>
<div class="row clearfix">
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-1.jpg" alt="" />
<h4>Air Freight</h4>
</div>
</div>
</div>
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInDown" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-2.jpg" alt="" />
<h4>Sea Freight</h4>
</div>
</div>
</div>
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-3.jpg" alt="" />
<h4>Road Freight </h4>
</div>
</div>
</div>
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-4.jpg" alt="" />
<h4>Courier Services</h4>
</div>
</div>
</div>
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-5.jpg" alt="" />
<h4>Fast Freight </h4>
</div>
</div>
</div>
<!-- Services Block -->
<div class="services-block-three col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<img src="images/resource/service-6.jpg" alt="" />
<h4>Track Cargo</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section Two -->
<!-- Counter Section -->
<section class="counter-section" style="background-image:url(images/background/3.jpg)">
<div class="auto-container">
<div class="row clearfix">
<!-- Order Column -->
<div class="order-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column" style="background-image:url(images/background/4.png)">
<div class="icon-box">
<span class="icon"><img src="images/icons/fast.png" alt=""></span>
</div>
<h2>Track Your Order</h2>
<div class="text">Enter your Track Id For Instant Search</div>
<!--Track Form-->
<div class="track-form">
<form method="post" action="track.html">
<div class="form-group">
<input type="text" name="trackId" value="" placeholder="Tracking ID" required="">
<button type="submit" name="trackingsub" class="theme-btn"><span><img src="images/icons/search.png" alt=""></span></button>
</div>
</form>
</div>
<!-- Social Box -->
<div class="social-box">
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-google-plus"></a>
</div>
</div>
</div>
<!-- Counter Column -->
<div class="counter-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="fact-counter">
<div class="clearfix">
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box">
<span class="count-text" data-speed="2000" data-stop="65">0</span>
</div>
<h4 class="counter-title">Years Experience</h4>
</div>
</div>
</div>
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box alternate">
<span class="count-text" data-speed="2000" data-stop="2000">0</span>+
</div>
<h4 class="counter-title">Professional Workers</h4>
</div>
</div>
</div>
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box">
<span class="count-text" data-speed="2000" data-stop="90">0</span>%
</div>
<h4 class="counter-title">Areas Covered</h4>
</div>
</div>
</div>
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box">
<span class="count-text" data-speed="2000" data-stop="215">0</span>+
</div>
<h4 class="counter-title">Countries Covered</h4>
</div>
</div>
</div>
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box">
<span class="count-text" data-speed="2000" data-stop="200">0</span>+
</div>
<h4 class="counter-title">Corporate Clients</h4>
</div>
</div>
</div>
<!--Column-->
<div class="column counter-column col-lg-6 col-md-6 col-sm-12">
<div class="inner">
<div class="content">
<div class="count-outer count-box">
<span class="count-text" data-speed="2000" data-stop="550">0</span>+
</div>
<h4 class="counter-title">Owned Vehicles</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="wrap"><div class="add" style="background-image:url(images/background/7.png)"><div class="red-add">ADD</div><video autoplay loop muted src="video/lv_0_20240410002238.mp4" ></video>
<div class="text">Join GalaxyExpressdrop...<br> <br> We make everything look easy with the help of our trusted partners <br> <br> Together We serve you Better <br> <br> <br> <a href="contact.html" class="theme-btn btn-style-one">Get Started</a> </div>
</div></div>
<!-- Testimonial Section -->
<!-- Testimonial Section -->
<section class="testimonial-section gap">
<div class="auto-container">
<div class="sec-title centered">
<h3>Client <span>Testimonials</span></h3>
<div class="separater"></div>
</div>
<div class="two-item-carousel owl-carousel owl-theme">
<!-- Testimonial Block -->
<div class="testimonial-block">
<div class="inner-box">
<div class="quote-icon "><img src="images/icons/quotes.png" alt=""></div>
<div class="text">I was blown away by the fast and efficient service provided by this shipping company. My package arrived earlier than expected, and it was in perfect condition. I highly recommend their services!</div>
<div class="author-info">
<div class="info-inner">
<h4>William John</h4>
<div class="designation">Shipment Client</div>
</div>
</div>
</div>
</div>
<!-- Testimonial Block -->
<div class="testimonial-block">
<div class="inner-box">
<div class="quote-icon "><img src="images/icons/quotes.png" alt=""></div>
<div class="text">I've been using this shipping company for a while now, and I must say, they never disappoint. Their staff are always friendly, and they take great care of my packages. I would recommend them to anyone looking for a reliable shipping service.</div>
<div class="author-info">
<div class="info-inner">
<h4>Kristie Hans</h4>
<div class="designation">Associated Engineer</div>
<!-- Social Box -->
</div>
</div>
</div>
</div>
<!-- Testimonial Block -->
<div class="testimonial-block">
<div class="inner-box">
<div class="quote-icon "><img src="images/icons/quotes.png" alt=""></div>
<div class="text">I recently used this shipping company to send a package overseas, and I was impressed by their competitive rates and exceptional service. My package arrived on time and without any issues. I would definitely use their services again</div>
<div class="author-info">
<div class="info-inner">
<h4>Mylie Joseph</h4>
<div class="designation">General Manager</div>
</div>
</div>
</div>
</div>
<!-- Testimonial Block -->
<div class="testimonial-block">
<div class="inner-box">
<div class="quote-icon "><img src="images/icons/quotes.png" alt=""></div>
<div class="text">If you're looking for a shipping company that will handle your packages with care and get them to their destination on time, then look no further. This shipping company exceeded my expectations and provided outstanding service. Thank you!</div>
<div class="author-info">
<div class="info-inner">
<h4>David Mark</h4>
<div class="designation">General Manager</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonial Section -->
<section class="fullwidth-section">
<div class="outer-container">
<div class="clearfix">
<!-- Left Column -->
<div class="left-column" style="background-image:url(images/background/5.jpg)">
<div class="inner-column">
<h3>Are You A Sender?</h3>
<div class="text">We have multiple lucrative packages for the individual senders</div>
<a href="services.html" class="theme-btn btn-style-one">Check Packages</a>
</div>
</div>
<!-- Right Column -->
<div class="right-column" style="background-image:url(images/background/6.jpg)">
<div class="inner-column">
<h3>Are You A Shipper?</h3>
<div class="text">Lucrative incentives and facilities for large scale shipping consignments</div>
<a href="contact.html" class="theme-btn btn-style-two">Contact us</a>
</div>
</div>
</div>
</div>
</section>
<!--Main Footer-->
<footer class="main-footer style-two" style="background-image:url(images/background/7.png)">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<h2><span class="icon"><img src="images/icons/time.png" alt=""></span>Useful Links</h2>
<div class="row clearfix">
<div class="column col-lg-6 col-md-6 col-sm-12">
<ul class="footer-list">
<li style="display: flex; flex-direction: row; align-items: center; justify-content: center;"> <img src="images/icons/arrows.png" alt=""> <a href="#">About us</a></li>
<li style="display: flex; flex-direction: row; align-items: center; justify-content: center;"> <img src="images/icons/arrows.png" alt=""> <a href="#">Services</a></li>
<li style="display: flex; flex-direction: row; align-items: center; justify-content: center;"> <img src="images/icons/arrows.png" alt=""> <a href="#">Track & trace</a></li>
</ul>
</div>
<div class="column col-lg-6 col-md-6 col-sm-12">
<ul class="footer-list">
<li style="display: flex; flex-direction: row; align-items: center; justify-content: center;"> <img src="images/icons/arrows.png" alt=""> <a href="#">Company</a></li>
<li style="display: flex; flex-direction: row; align-items: center; justify-content: center;"> <img src="images/icons/arrows.png" alt=""> <a href="#">Contact us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget mail-widget">
<h2><span class="icon"><img src="images/icons/gmail.png" alt=""></span>Mailing List</h2>
<div class="text">Sign up for our mailing list to get latest updates and offers.</div>
<!-- Email Form -->
<div class="email-form">
<form onsubmit="sendSubscription(); reset(); return false;">
<div class="form-group clearfix">
<input type="email" name="email" id="mail" placeholder="Email address" required>
<button type="submit" class="theme-btn submit-btn"><span class="icon"><img src="images/icons/checkmark.png" alt=""></span></button>
</div>
</form>
</div>
</div>
</div>
<!--Footer Column-->
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget about-widget">
<h2 class="left"><span><img src="images/icons/profile.png" alt=""></span>About Us</h2>
<div class="text">GalaxyExpressdrop is a global supplier of transport and logistics solutions</div>
<div class="phone-number"><img style="margin-right: 10px;" src="images/icons/connection.png" alt=""><a href="https://t.me/galaxyexpressdrop">TELEGRAM</a></div><br />
<div class="phone-number2"><img style="margin-right: 10px;" src="images/icons/youtube (1).png" alt=""><a href="https://youtube.com/@GALAXYEXPRESSDROP?si=JNwL9UIbbernvQa4" style="color: red;">Youtube</a></div>
<a href="mailto:galaxyexpressdrop@gmail.com" target="_blank" ><div class="about-email">galaxyexpressdrop@gmail.com</div></a>
<!--Social Box-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="copyright">GalaxyExpressdrop Faster and Better </div>
</div>
</footer>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span><img class="center" src="images/icons/up-arrow (1).png" alt=""></span></div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow .js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
</body>
</html>