-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathair-service.html
130 lines (123 loc) · 4.96 KB
/
air-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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!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="air-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="air_container">
<h2>Services</h2>
<div class="info info_even">
<div>
<h3>Air transportation</h3>
<p>SSL FREIGHT FORWARDING PVT LTD has
been serving the clients with our professional
knowledge and competitive pricing. We have built
up a very comprehensive worldwide network of
agents, we offer different kinds of global logistics
service to our clients.
</p>
</div>
<div>
<img class="info_img" src="./images/air.svg" alt="">
</div>
</div>
<div class="info info_even">
<div>
<h3>Express</h3>
<p>SSL FREIGHT FORWARDING PVT LTD is a provide
international express delivery/courier. Our daily
tremendous cargo volume gain us a lot of advantages for
the priority of services which guarantees our express
agent account services are the most effective, secure &
rapid services.
</p>
</div>
<div>
<img class="info_img" src="" alt="">
</div>
</div>
<div class="info info_even">
<div>
<img class="info_img" src="./images/conts.svg" alt="">
</div>
<div>
<h3>Courier's Deferred Air Freight Services</h3>
<p>Our services include Emergency Next Day Delivery to
less urgent economy services, 2-Day or 3-Day Delivery
for both document type and non-document type
shipments in specific locations. By understanding and
anticipating your express service needs, we help create
real value for your business by ensuring delivery to your
customers in a prompt, smooth and cost-efficient fashion.</p>
</div>
</div>
<div class="clearance">
<h3>CUSTOM CLEARANCE</h3>
<p>We emphasize on the principle of customs clearance serving the best and the latest legal provisions, rapid & secured transport and close tracking service.<br/>
We have established our own professional custom brokers at each port in India and keep
long-term cooperation with various customs, inspection and quarantine bureau, port
supervision bureau and ports. Furthermore, we provide multi-layer professional service including customs declaration, customs censoring and customs' consultation, etc. Pan India and rest of the world.
</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>