-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
738 lines (677 loc) · 37.9 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
737
738
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Global Marine Supplies</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="global marine supplies,ship supplies,ship services,global ship supplies,shipping supplies,marine supplies,marine accessories,global marine services" name="keywords">
<meta content="Worldwide Ship Supplies & Services - Determined to serve your vessels with Complete Ship Store requirements across every Major & Minor Ports, Globally." name="description">
<meta content="Ryan Tusi" name="author">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<!-- Place your favicon.ico and apple-touch-icon.png in the template root directory -->
<link href="img/gms/logo2.jpg" rel="shortcut icon">
<!-- Google Fonts -->
<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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css"/>
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!--
Author: Ryan Tusi
Developed on: 01/07/2024
-->
</head>
<body>
<div id="preloader">
<img src="img/gms/logo2.jpg" id="preloader-image" alt="Loading...">
<div id="preloader-animation"></div>
</div>
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="video-container">
<video autoplay muted loop id="bg-video">
<source src="img/gms/video1.mp4" type="video/mp4" alt="Global Marine Supplies - Ship Supply Video">
Your browser does not support the video tag.
</video>
</div>
<div class="hero-container">
<div class="wow fadeIn">
<div class="hero-logo" id="logo-bar">
<img class="logo" src="img/gms/logo-t.png" alt="Global Marine Supplies Logo" width="300" height="150"/>
<img class="banner" src="/img/gms/badges.png" alt="Global Marine Supplies Memberships" width="400" height="80"/>
</div>
<div class="hero-mid">
<div class="wgl-double-heading">
<h1 class="dblh__title-wrapper">
<span class="dblh__title dblh__title-1">Worldwide</span>
<span class="dblh__title dblh__title-2">Ship</span>
<span class="dblh__title dblh__title-3">Supplies & Services</span>
</h1>
<div class="dblh__content">
<p>Determined to serve your vessels with <br> Complete Ship Store requirements across<br>every Major & Minor Ports, Globally.</p>
</div>
<a href="#contact" class="btn-contact">Contact Us</a>
</div>
</div>
<div class="actions">
<!--<h1>Worldwide Ship <span class="rotating">Supplies, Services</span></h1>-->
<a href="#about" class="btn-services"><i class="fas fa-angle-double-down" style="font-size: 18px;"></i><br>Scroll</a>
</div>
</div>
</div>
</section>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/gms/logo-t.png" alt="Global Marine Supplies Logo" width="300" height="150" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About Us</a></li>
<li class="menu-has-children"><a href="#supplies">Supplies & Services</a>
<ul>
<li class="menu-has-children"><a href="#supplies">Ship Supplies</a>
<ul>
<li><a href="#ps">Provision Stores</a></li>
<li><a href="#es1">Engine Stores</a></li>
<li><a href="#ds">Deck Stores</a></li>
<li><a href="#es2">Electrical Stores</a></li>
<li><a href="#cs">Cabin Stores</a></li>
<li><a href="#sd">Safety Stores</a></li>
<li><a href="#ss2">Stationary Stores</a></li>
<li><a href="#bs">Bonded Stores</a></li>
<li><a href="#cg">Chemical & Gases</a></li>
</ul>
</li>
<li><a href="#services">Ship Services</a>
<ul>
<li><a href="#services">Maintenance & Repair</a></li>
<li><a href="#services">Delivery of Spares</a></li>
<li><a href="#services">Motor Rewinding</a></li>
<li><a href="#services">Waste Disposal</a></li>
<li><a href="#services">Cash to Master</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#why">Why us?</a></li>
<li><a href="#sectors">Sectors</a></li>
<li><a href="#locations">Locations</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><button name="menu-toggle" id="menu-toggle" class="btn-services menu-toggle">☰</button></li>
</ul>
</nav>
</div>
</header>
<!-- Sidebar -->
<div id="sidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" id="closebtn">×</a>
<div id="sidebar-content">
<img src="img/gms/logot.png" alt="Global Marine Supplies Logo" width="168" height="80">
<p><br>Get your supplies done, reliably and efficiently. Every time, with the utmost convenience and cost-effective procurement.</p>
<p class="blue">24/7 Global Support</p>
<h3><a href="mailto:info@globalmarinesupplies.com" target="_blank">info@globalmarinesupplies.com</a></h3>
<p><a href="https://wa.me/971506990095" target="_blank">+971 506990095</a> | <a href="https://wa.me/971508834050" target="_blank">+971 508834050</a></p>
<p><span class="blue">Head Office</span> 114 & 115, Commercial Bank of Dubai Building, 1st Floor, Sheikh Zayed Road, Al Quoz, UAE</p>
<p><span class="blue">Branch Office</span> 1st Floor, Global Business Building, Bandari Street, Mumbai, Maharashtra, India, 400 003</p>
</div>
</div>
<!-- #header -->
<!--==========================
About Section
============================-->
<section id="about">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About Us</h3>
<div class="section-title-divider"></div>
<p class="section-description">Your trusted Marine Supply partner; Ensuring smooth sailing of your vessels</p>
</div>
</div>
</div>
<div class="container about-container wow fadeInUp">
<div class="row">
<div class="col-md-6 col-md-push-6 about-content">
<h2 class="about-title">One stop Ship Chandlers;<br> At a Global level</h2>
<p class="about-text">
We at Global Marine Supplies, are Complete Ship Store Suppliers (Ship Chandlers), dealing complete supplies for vessels calling any port, Globally.
</p>
<p class="about-text">
With our head office in the UAE, and warehouse branches at India, Egypt, Turkey, Singapore, Sri Lanka & Bangladesh, Our group comprises a team of highly skilled and professional workforce, with more than 30+ years of experience in the maritime supply industry.
</p>
<p class="about-text">
Our scope covers the supply of A to Z, Complete Ship Supplies which includes Provisions, Technical, Engine, Deck, Cabin, Safety/Anti Piracy, Wire & Mooring Ropes, Marine Chemicals & Gases, LSA FFA, Bonded Stores, etc. We also undertake various ship services like Waste Disposal, Cash to Master, Motor Rewinding, Maintenance & Repair, Delivery of Spares, etc.
</p>
</div>
</div>
</div>
</section>
<section id="stats">
<div class="row">
<div class="col-md-12">
<div class="stats-container">
<p class="about-text">
<span class="count" data-target="75">0</span>
<br>Countries served
</p>
<p class="about-text">
<span class="count" data-target="750">0</span>
<br>Ports served
</p>
<p class="about-text">
<span class="count" data-target="1000">0</span>
<br>Vessels supplied
</p>
</div>
</div>
</div>
</section>
<!--
Membership Section
-->
<section id="memberships">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Our Memberships</h3>
<div class="section-title-divider"></div>
<p class="section-description">We take pride in below memberships and certifications in every sector</p>
</div>
</div>
<div class="customer-logos slider">
<div class="slide"><img src="img/gms/impa.jpg" alt="Global Marine Supplies IMPA Membership Logo"></div>
<div class="slide"><img src="img/gms/member2.png" alt="Global Marine Supplies ISSA Membership Logo"></div>
<div class="slide"><img src="img/gms/member3.png" alt="Global Marine Supplies ISSO 22000 Membership Logo"></div>
<div class="slide"><img src="img/gms/member4.png" alt="Global Marine Supplies ISSO 9001 Membership Logo"></div>
<div class="slide"><img src="img/gms/mem5.jpg" alt="Global Marine Supplies Shipserve Membership Logo"></div>
<div class="slide"><img src="img/gms/mem6.jpg" alt="Global Marine Supplies Procureship Membership Logo"></div>
<div class="slide"><img src="img/gms/member7.png" alt="Global Marine Supplies HACCP Membership Logo"></div>
<div class="slide"><img src="img/gms/member8.png" alt="Global Marine Supplies ISSO 27001 Membership Logo"></div>
<div class="slide"><img src="img/gms/member9.png" alt="Global Marine Supplies ISSO 14001 Membership Logo"></div>
</div>
</div>
</section>
<!--==========================
Supplies Section
============================-->
<section id="supplies">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Ship Supplies</h3>
<div class="section-title-divider"></div>
<p class="section-description">Explore our comprehensive list of Ship Stores we provide to vessels Worldwide</p>
</div>
</div>
<div class="row">
<div id="supplies" class="row">
<div class="col-md-4 service-item icon-item" data-images="img/ps/ps1.jpeg,img/ps/ps2.jpeg,img/ps/ps3.jpeg,img/ps/ps4.jpeg,img/ps/ps5.jpeg,img/ps/ps7.jpeg,img/ps/ps8.jpeg" data-texts="Fresh Fruits & Vegetables,Diary Products,Canned & Tinned Items,Fresh & Frozen Meats,Breads & Bakery Items,Fresh Seafoods,Spices Pulses & Grains" id="ps">
<div class="service-icon"><i class="fas fa-store"></i></div>
<h4 class="service-title">Provision Stores</h4>
<p class="service-description">Your one-stop shop for daily essentials, quality groceries, and fresh produce</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/es1/es1.png,img/es1/es2.jpeg,img/es1/es4.webp,img/es1/es5.jpeg,img/es1/es6.jpeg,img/es1/es7.jpeg,img/es1/es8.jpeg" data-texts="Pneumatic & Electrical Tools,Hand Tools,Nipples Reducers & Fitting,Marine Valves & Pumps,Bearings,Metal-Sheets Rounds & Bars,Nuts & Bolts" id="es1">
<div class="service-icon"><i class="fas fa-cogs"></i></div>
<h4 class="service-title">Engine Stores</h4>
<p class="service-description">High-quality engine parts, lubricants, and accessories for all your maintenance needs</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/ds/ds1.avif,img/ds/ds2.jpeg,img/ds/ds3.jpeg,img/ds/ds4.jpeg,img/ds/ds5.jpeg,img/ds/ds6.webp,img/ds/ds7.webp" data-texts="Mooring Ropes & Hawsers,Wire Ropes,Rigging Equipments,Grease & Lubricants,Hand Tools, Marine Paints & Tools,Wire Cup Brushes" id="ds">
<div class="service-icon"><i class="fas fa-anchor"></i></div>
<h4 class="service-title">Deck Stores</h4>
<p class="service-description">Comprehensive selection of tools, equipment, and supplies for a well-equipped and safe deck</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/es2/es1.jpeg,img/es2/es2.jpeg,img/es2/es3.jpeg,img/es2/es4.jpeg,img/es2/es5.jpeg,img/es2/es6.jpeg,img/es2/es7.jpeg" data-texts="Bulbs & Lamps,Electrical Cables,Maintenance-Free Batteries,Light Fittings & Fixtures,Miscellaneous Batteries,Electrical Hand Tools,Plug Fuses & Switches" id="es2">
<div class="service-icon"><i class="fas fa-charging-station"></i></div>
<h4 class="service-title">Electrical Stores</h4>
<p class="service-description">Reliable electrical supplies, cables, and components to meet all your power needs</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/cs1/cs1.jpeg,img/cs1/cs2.webp,img/cs1/cs3.webp,img/cs1/cs4.jpeg,img/cs1/cs5.webp,img/cs1/cs6.jpeg,img/cs1/cs7.jpeg,img/cs1/cs8.jpeg,img/cs1/cs9.jpeg" data-texts="Cleaning & Maintenance Products,Cleaning Equipments,Dinnerware,Cookware & Utensils,Cutlery & Food Containers,Bed Linen Products & Towels,Cooking Appliances,Cleaning Products,Washing Machine & Dryers" id="cs">
<div class="service-icon"><i class="fas fa-bed"></i></div>
<h4 class="service-title">Cabin Stores</h4>
<p class="service-description">Comfortable, stylish furnishings, and amenities to enhance your cabin's comfort</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/ss1/ss1.jpeg,img/ss1/ss2.png,img/ss1/ss3.jpeg,img/ss1/ss4.webp,img/ss1/ss5.jpeg,img/ss1/ss6.jpeg,img/ss1/ss7.avif,img/ss1/ss8.jpeg" data-texts="Personal Protective Gear,Anti-Piracy Items,Lifeboats Liferafts & Accessories,Fire Fighting Equipments,Fire Hose & Cuplings,Breathing Appratus & Accessories,Underwater Inspection Items,Medicinal Products" id="ss">
<div class="service-icon"><i class="fas fa-shield-alt"></i></div>
<h4 class="service-title">Safety Stores</h4>
<p class="service-description">Comprehensive safety gear, protective equipment, and supplies to ensure your protection</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/ss2/ss1.webp,img/ss2/ss2.jpeg,img/ss2/ss3.jpeg,img/ss2/ss4.webp,img/ss2/ss5.jpeg,img/ss2/ss6.jpeg" data-texts="Office Desk Essentials,Printer Toner & Cartridges,Printers-Scanners & Accessories,Computers & Electronics,Charts & Publications,Storage Devices" id="ss2">
<div class="service-icon"><i class="fas fa-pen-nib"></i></div>
<h4 class="service-title">Stationery Stores</h4>
<p class="service-description">Essential office supplies and work related instruments to ensure smooth and uninterrupted workflow</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/bs/bs1.jpeg,img/bs/bs2.jpeg,img/bs/bs3.jpeg,img/bs/bs4.jpeg,img/bs/bs5.avif,img/bs/bs6.jpeg,img/bs/bs7.webp" data-texts="Imported Candies,Chocolates & Confectionery,Soft Drinks & Beverages,Cigarettes,Perfumes & Colognes,Non-Alcoholic Beverages,Personal Grooming Products" id="bs">
<div class="service-icon"><i class="fas fa-boxes"></i></div>
<h4 class="service-title">Bonded Stores</h4>
<p class="service-description">A wide range of duty-free goods, including electronics, spirits, and more for your convenience</p>
</div>
<div class="col-md-4 service-item icon-item" data-images="img/cs2/cs1.jpeg,img/cs2/cs2.jpeg,img/cs2/cs3.jpeg,img/cs2/cs4.jpeg,img/cs2/cs5.avif" data-texts="Marine Chemicals,Gas Cylinders,Regulators & Cylinder Attachments,Cleaning Chemicals & Solutions,Span Gas Bottles" id="cg">
<div class="service-icon"><i class="fas fa-flask"></i></div>
<h4 class="service-title">Chemical & Gases</h4>
<p class="service-description">Specialized chemicals, industrial gases, and solutions for various applications</p>
</div>
</div>
</div>
</div>
<div id="carousel-tooltip" class="carousel-tooltip">
<div class="carousel-container">
<div class="carousel-text"><b>Hover Text</b></div>
<img id="carousel-image" src="" alt="Carousel Image">
</div>
</div>
</section>
<!--==========================
Services Section
============================-->
<section id="services">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-8">
<p style="color: #03c5ec;">Our highly skilled and professional service team can assist in complete vessel services</p>
<h3 class="subscribe-title">Here to cater complete Ship Services for smooth sailing</h3>
<p class="subscribe-text">With the help of well established group of technicians and professional workers at every Major port across the globe, Global Marine Supplies provides various Marine Services like Ship Maintenance & Repair, Delivery of Spares onboard, Motor Rewinding, Waste and Garbage Disposal, Cash to Master, Procurement of Ship Spares, Tank Cleaning Services, Underwater Services, etc.</p>
<p class="subscribe-text">Our scope goes way beyond, with many other marine related services we offer to vessels covering any countries they may call. We also provide Agency Services at selected ports across the world. For more information, reach out to us and your queries shall be well acknowledged and reverted.</p>
</div>
<div class="col-md-4 subscribe-btn-container">
<a class="subscribe-btn" href="#contact">Know more</a>
</div>
</div>
</div>
</section>
<!--==========================
Why Section
============================-->
<section id="why">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Why Choose Us?</h3>
<div class="section-title-divider"></div>
<p class="section-description">Our commitment to professionalism, excellence and vessel satisfaction sets us apart as the perfect Ship Chandler</p>
</div>
</div>
<div class="square-flip">
<div class="square" data-image="img/gms/why1.jpg">
<div class="flip-overlay"></div>
<div class="square-container">
<h2 class="textshadow">Uncompromised<br>Quality of Stores</h2>
</div>
</div>
<div class="square2" data-image="img/gms/why1.jpg">
<div class="flip-overlay" ></div>
<div class="square-container2">
<h3 class="textshadow">Committed to procuring and supplying only the best quality of stores for vessel’s complete satisfaction and reliability; virtually removing any chance of supply related issues.</h3>
<a class="kallyas-text-link" href="#supplies">Learn More</a>
</div>
</div>
</div>
<div class="square-flip">
<div class="square" data-image="img/gms/why2.jpg">
<div class="flip-overlay"></div>
<div class="square-container">
<h2 class="textshadow">24/7 Availability<br> & Support</h2>
</div>
</div>
<div class="square2" data-image="img/gms/why2.jpg">
<div class="flip-overlay"></div>
<div class="square-container2">
<h3 class="textshadow">We are available round the clock, across 10+ time zones, determined to assist you 24x7 regarding any queries, issues concerns and general assistance. Our all forms of contact is always monitored and replied swiftly.</h3>
<a class="kallyas-text-link" href="#contact">Contact Us</a>
</div>
</div>
</div>
<div class="square-flip">
<div class="square" data-image="img/gms/why3.jpg">
<div class="flip-overlay"></div>
<div class="square-container">
<h2 class="textshadow">Competitive Prices<br> for Enquiries</h2>
</div>
</div>
<div class="square2" data-image="img/gms/why3.jpg">
<div class="flip-overlay"></div>
<div class="square-container2">
<h3 class="textshadow">Ensuring to quote our best and most competitive prices for our services and ship store enquiries. While others claim to assist in the most cost effective manner, we assure the same, while also promising zero compromise to quality and quantity.</h3>
<a class="kallyas-text-link" href="#contact">Request Quote</a>
</div>
</div>
</div>
<div class="square-flip">
<div class="square" data-image="img/gms/why4.jpg">
<div class="flip-overlay"></div>
<div class="square-container">
<h2 class="textshadow">Exceptional Global<br>Network & Reach</h2>
</div>
</div>
<div class="square2" data-image="img/gms/why4.jpg">
<div class="flip-overlay"></div>
<div class="square-container2">
<h3 class="textshadow">With our offices and warehouses across various parts of the globe, spread across 24 different time zones and across 5 continents, we are your one stop Ship Chandler assisting your complete vessel needs at all Major and Minor ports of most countries, worldwide.</h3>
<a class="kallyas-text-link" href="#locations">Our Locations</a>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Sectors Section
============================-->
<section id="sectors">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Sectors We Serve</h3>
<div class="section-title-divider"></div>
<p class="section-description">We serve, supply and cater any ship requirements across various shipping sectors</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="member">
<div class="pic">
<img src="img/gms/ship1.jpg" alt="Global Marine Supplies Commercial Vessels - 500+ Vessels Served Worldwide">
<div class="pic-text"></div>
</div>
<h4>Commercial Vessels</h4>
<p>500+ Vessels Served Worldwide</p>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic">
<img src="img/gms/ship2.jpg" alt="Global Marine Supplies Passenger Vessels - 15+ Cruises Served Worldwide">
<div class="pic-text"></div>
</div>
<h4>Passenger Vessels</h4>
<p>15+ Cruises Served Worldwide</p>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic">
<img src="img/gms/ship3.jpg" alt="GLobal Marine Supplies Tug Boats - 150+ tugs served worldwide">
<div class="pic-text"></div>
</div>
<h4>Tug Boats</h4>
<p>150+ Tugs Served Worldwide</p>
</div>
</div>
<div class="col-md-3">
<div class="member">
<div class="pic">
<img src="img/gms/ship4.jpg" alt="Global Marine Supplies Navy Vessels - 10+ Navy Vessels served worldwide">
<div class="pic-text"></div>
</div>
<h4>Navy Vessels</h4>
<p>10+ Navy Vessels Served Worldwide</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Locations Section
============================-->
<section id="locations">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Worldwide Locations</h3>
<div class="section-title-divider"></div>
<p class="section-description">Explore our extensive list of global offices, with operations at all ports of each country</p>
</div>
</div>
</div>
<div class="location-container">
<div class="left-container">
<canvas id="cobe" style="width: 500px; height: 500px;" width="1000" height="1000" title="Serving every ports, Globally."></canvas>
</div>
<div class="right-container">
<!-- This is mtree list -->
<ul class="mtree mtree-transition">
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">Asia</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">Bahrain</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Bangladesh</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Brunei</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">China</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Hong Kong</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">India</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Indonesia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Iran</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Iraq</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Japan</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Jordan</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Kuwait</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Lebanon</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Malaysia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Maldives</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Malta</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Mauritius</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Myanmar</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Oman</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Pakistan</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Philippines</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Qatar</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Saudi Arabia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Singapore</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">South Korea</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Sri Lanka</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Taiwan</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Thailand</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Turkey</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">United Arab Emirates</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Vietnam</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Yemen</a></li>
</ul>
</li>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">Europe</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">Belgium</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Bulgaria</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Croatia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Cyprus</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Denmark</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Estonia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">France</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Germany</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Gibraltar</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Ireland</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Italy</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Netherlands</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Norway</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Portugal</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Romania</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Spain</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">United Kingdom</a></li>
</ul>
</li>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">America</a>
<ul>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">North America</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">The Bahamas</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Canada</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Cuba</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Guatemala</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Haiti</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Honduras</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Mexico</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Panama</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">United States</a></li>
</ul>
</li>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">South America</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">Argentina</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Brazil</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Chile</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Colombia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Ecuador</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Peru</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Uruguay</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Venezuela</a></li>
</ul>
</li>
</ul>
</li>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">Africa</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">Djibouti</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Egypt</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Gabon</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Kenya</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Libya</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">Morocco</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">South Africa</a></li>
</ul>
</li>
<li class="mtree-node mtree-closed"><a href="" title="Serving every ports, Globally.">Oceania</a>
<ul>
<li><a href="#contact" title="Serving every ports, Globally.">Australia</a></li>
<li><a href="#contact" title="Serving every ports, Globally.">New Zealand</a></li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Contact Us</h3>
<div class="section-title-divider"></div>
<p class="section-description">Place your inquiries with us and we will get in touch as soon as possible</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-push-2">
<div class="info">
<div>
<i class="fa fa-map-marker"></i>
<p>114 & 115, Commercial Bank of Dubai Building, 1st Floor, Sheikh Zayed Road<br>Al Quoz, Dubai - UAE</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:info@globalmarinesupplies.com" target="_blank">info@globalmarinesupplies.com</a> <br> <a href="mailto:info@globalmarinesupplies.ae" target="_blank">info@globalmarinesupplies.ae</a></p>
</div>
<div>
<i class="fa fa-phone"></i>
<p><a href="https://wa.me/971506990095" target="_blank">+971 506990095</a> <br> <a href="https://wa.me/971508834050" target="_blank">+971 508834050</a></p>
</div>
</div>
</div>
<div class="col-md-5 col-md-push-2">
<div class="video-container2">
<div class="tint"></div>
<div class="overlay-text">
<h1>At<br>Your<br>Service,<br>Globally.</h1>
</div>
<video src="img/gms/contact.mp4" alt="Global Marine Supplies Contact Information for marine supplies & services" autoplay loop muted></video>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="ocean">
<div class="wave"></div>
<div class="wave"></div>
</div>
<div class="footer-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="image-container">
<img src="img/gms/flags2.png" alt="Global Marine Supplies - Worldwide Ship Supplies & Services Flags">
</div>
<div class="copyright">
An ISO Certified & Verified Company.<strong> GMS Shipchandlers LLC</strong> © All Rights Reserved.
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js" defer></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script type="module" defer>
import createGlobe from "https://cdn.skypack.dev/cobe";
let phi = 0;
let canvas = document.getElementById("cobe");
const globe = createGlobe(canvas, {
devicePixelRatio: 2,
width: 1000,
height: 1000,
phi: 0,
theta: 0,
dark: 0,
diffuse: 1.2,
scale: 1,
mapSamples: 30000,
mapBrightness: 5,
baseColor: [0.9, 0.9, 0.9],
markerColor: [0.0588, 0.2, 1],
glowColor: [1, 1, 1],
offset: [0, 0],
markers: [
],
onRender: (state) => {
state.phi = phi;
phi += 0.0125;
}
});
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Global Marine Supplies",
"url": "https://www.globalmarinesupplies.ae",
"logo": "https://www.globalmarinesupplies.ae/img/gms/logo2.jpg",
"image": "https://www.globalmarinesupplies.ae/img/gms/logo.jpg,
"description": "Global Marine Supplies - Worldwide Ship Supplies & Services - Determined to serve your vessels with Complete Ship Store requirements across every Major & Minor Ports, Globally.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+971506990095",
"contactType": "Customer Service"
}
}
</script>
</body>
</html>