forked from sherlocked01/Company-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sea-service.html
113 lines (107 loc) · 4.59 KB
/
sea-service.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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="sea-service.css">
<title>SSL</title>
</head>
<body>
<header>
<img class="logo" src="./images/logo.svg" alt="logo">
<nav>
<ul id="navbar" class="nav_links">
<li><a class="btn active" href="index.html">Home</a></li>
<li>
<div class="dropdown">
<button class="dropbtn"><a class="btn" href="">Services</a>
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="air-service.html">Air Service</a>
<a href="sea-service.html">Sea Service</a>
</div>
</div>
</li>
<li><a class="btn" href="contact-us.html">Contact Us</a></li>
</ul>
</nav>
</header>
<div class="sea_container">
<h2>Services</h2>
<div class="info info_even">
<div>
<h3>Sea transportation</h3>
<p>SSL FREIGHT FORWARDING PVT LTD is devoted to
domestic and international sea freight business.
We work closely with the major brands in the segment,
some are as follows:
MAERSK,APL, COSCO, EVERGREEN, MSC, OOCL.
HAPPAG etc.
</p>
</div>
<div>
<img class="info_img" src="./images/sea.svg" alt="">
</div>
</div>
<div class="clr">
<ul>
<li>Global NVOCC FCL,LCL</li>
<li>Cargo inspection & witness loading</li>
<li>Single & multiple vendor consolidation service</li>
<li>Cost-saving multimode transportation such as sea/air, sea/rail, sea/inland etc</li>
<li>Cargo pick-up and delivery</li>
<li>Spaces booking and allotment</li>
<li>Custom clearance and declaration</li>
<li>Fumigation, cargo inspection license, export license as agent</li>
<li>Timely, accurate, complete documentation</li>
<li>OT, OP, FR.PLATFORM,Reefer container booking & transportation</li>
<li>Second-hand container purchasing and SOC container booking & transportation</li>
<li>On-line booking, tracking and communication</li>
<li>Competitive rates, port-to-port, door-to-door service</li>
</ul>
<p>
We thrive on Customer satisfaction& retentionas our prime objective. Other than the rest of general freight forwarders; our service depends upon detailed analysis of the customer’s freight demands. We are committed in arranging the priority shipping schedule and reliable service as per the customer’s requirement for thetime, cost, and other essential factors.<br/><br/>
We have powerful hold on booking space, customs clearance, transportation & barge, container
disposal along with inland storage, which endow our customer with the efficient & reliable integrated freight service from ocean to inland.
</p>
</div>
</div>
<footer>
<div class="content">
<div class="link-boxes">
<div class="top">
<p class="follow">Follow us</p>
<div class="media-icons">
<a class="social_logo" href="#"><i class="fa fa-facebook"></i></a>
<a class="social_logo" href="#"><i class="fa fa-twitter"></i></a>
<a class="social_logo" href="#"><i class="fa fa-instagram"></i></a>
<a class="social_logo" href="#"><i class="fa fa-linkedin"></i></a>
<a class="social_logo" href="#"><i class="fa fa-youtube"></i></a>
</div>
</div>
<div class="box input-box">
<h3 class="company_name">SSL FREIGHT FORWARDERS PVT LTD</h3>
<p class="company_add">(International Logistics and Supply Chain)<br/>
C2, 2nd Floor, Block-E, Swastik Apartment<br/>
Kamal Pur, Burari,<br/>
New Delhi - 110084, India.</p>
</div>
</div>
</div>
<div class="bottom-details">
<div class="bottom_text">
<span class="copyright_text">© 2008-2021. SSL FREIGHT FORWARDERS PVT LTD. All Rights Reserved.</span>
<span class="policy_terms">
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
</span>
</div>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>