-
Notifications
You must be signed in to change notification settings - Fork 0
/
chemicals.html
303 lines (298 loc) · 17.1 KB
/
chemicals.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>Mountain international Bd</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="author" content="MountainBd">
<!-- favicon -->
<link rel="shortcut icon" href="images/Untitled-2_1.png">
<link rel="apple-touch-icon" href="images/Untitled-2_1.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/Untitled-2_1.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/Untitled-2_1.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
</head>
<body>
<!-- start header -->
<header class="header-with-topbar">
<!-- end header -->
<!-- topbar -->
<div class="top-header-area bg-black padding-10px-tb">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 text-uppercase alt-font d-flex align-items-center justify-content-center justify-content-md-start">
<a href="tel:1234567890" class="text-link-white-2 line-height-normal" title="Call us 123-456-7890">Call us +8801710551678</a>
<div class="separator-line-verticle-extra-small bg-dark-gray display-inline-block margin-two-half-lr position-relative vertical-align-middle"></div>
<a href="mailto:[email protected]" class="text-link-white-2 line-height-normal" title="[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
<!-- end topar -->
<!-- start navigation -->
<nav class="navbar navbar-default bootsnav background-white header-light navbar-top navbar-expand-lg nav-box-width">
<div class="container-fluid nav-header-container">
<!-- start logo -->
<div class="col-auto pl-0">
<a href="index.html" title="Mountain" class="logo"><img src="images/Untitled-2_1.png" alt="Mountain"></a>
</div>
<!-- end logo -->
<div class="col accordion-menu pr-0 pr-md-3">
<button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<li class="dropdown megamenu-fw">
<a href="index.html">Home</a><i class="fas fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
</li>
<!-- end menu item -->
<li class="dropdown simple-dropdown"><a href="about-us.html">About Us</a><i class="fas fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
</li>
<li class="dropdown simple-dropdown"><a href="services.html">Services</a><i class="fas fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="pulp.html">Pulp <i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="paper.html">Paper <i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="packaging.html">Packaging <i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="grains.html">Grains<i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="glass.html">Glass <i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="chemicals.html">Chemicals<i class="fas fa-angle-right"></i></a>
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="recycling.html">Recyling<i class="fas fa-angle-right"></i></a>
</li>
</ul>
<!-- start sub menu -->
</li>
<li class="dropdown simple-dropdown"><a href="#" title="Blog">Business Support</a><i class="fas fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
<ul class="dropdown-menu" role="menu">
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="logistics.html">Logistics<i class="fas fa-angle-right"></i></a>
</li>
</ul>
<!-- end sub menu -->
</li>
<li class="dropdown megamenu-fw">
<a href="contact-us.html">Contact Us</a><i class="fas fa-angle-down dropdown-toggle" data-toggle="dropdown" aria-hidden="true"></i>
<!-- start sub menu -->
</li>
</ul>
</div>
</div>
<div class="col-auto pr-0">
<div class="header-searchbar">
<a href="#search-header" class="header-search-form"><i class="fas fa-search search-button"></i></a>
<!-- search input-->
<form id="search-header" method="post" action="#" name="search-header" class="mfp-hide search-form-result">
<div class="search-form position-relative">
<button type="submit" class="fas fa-search close-search search-button"></button>
<input type="text" name="search" class="search-input" placeholder="Enter your keywords..." autocomplete="off">
</div>
</form>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
<!-- end navigation -->
</header>
<!-- end header -->
<!-- star page title section -->
<section class="wow fadeIn cover-background background-position-top top-space" style="background-image:url('images/services-bg.jpg');">
<div class="opacity-medium bg-extra-dark-gray"></div>
<div class="container">
<div class="row">
<div class="col-12 page-title-large d-flex flex-column justify-content-center text-center">
<!-- start sub title -->
<span class="d-block text-white-2 opacity6 margin-10px-bottom alt-font">We Provide Chemicals</span>
<!-- end sub title -->
<!-- start page title -->
<h1 class="alt-font text-white-2 font-weight-600 mb-0">Chemicals</h1>
<!-- end page title -->
</div>
</div>
</div>
</section>
<!--
<section style="background-image: url('images/single-project-03-img12.jpg');background-attachment: fixed" class="pulp-full">
<section style="color:#000000;font-weight: 500" class="wow fadeIn">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-7 text-center margin-100px-bottom sm-margin-40px-bottom">
<div class="position-relative overflow-hidden w-100">
<span class="text-small text-outside-line-full alt-font font-weight-600 text-uppercase">Chemicals</span>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-lg-6 col-md-10">
<p>Ekman offers a wide range of services, covering the entire forest products supply chain. Our comprehensive service package can be tailor made to add value to any of the following products:
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-lg-6 col-md-10">
<ul class=" list-style-5">
<li>Beautiful and easy to understand UI, professional animations</li>
<li>Theme advantages are pixel perfect design & clear code delivered</li>
<li>Present your services with flexible, convenient and multipurpose</li>
<li>Find more creative ideas for your projects </li>
<li>Unlimited power and customization possibilities</li>
</ul>
</div>
</div>
</div>
</section>
<section class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="container">
<div class="row">
<div class="col-12 col-xl-8 mx-auto text-center margin-35px-bottom sm-margin-15px-bottom wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<img src="images/chemicals.jpg" class="width-100" alt="" data-no-retina="">
</div>
</div>
</div>
</section>
</section>
-->
<!-- end page title section -->
<h1 class="text-center text-capitalize">Comming Soon...</h1>
<!-- start call to action section -->
<section style="padding:50px 0px!important; background-image: url('images/parallax-bg21.jpg'); visibility: visible; animation-name: fadeIn;" class="p-0 wow fadeIn bg-extra-dark-gray" id="services">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 position-relative text-center">
<span style="color:#000" class="text-extra-large text-white-2 alt-font d-inline-block margin-5px-top margin-30px-right sm-no-margin-right sm-no-margin-top sm-margin-15px-bottom sm-width-100">Keep In Touch?</span>
<a href="contact-us.html" target="_blank" class="btn btn-white btn-medium align-top sm-no-margin-right btn-rounded">Contact Us <i class="fas fa-phone"></i></a>
</div>
</div>
</div>
</section>
<!-- end call to action section -->
<!-- start footer -->
<footer style="background: #000" class="footer-modern-dark bg-extra-dark-gray padding-five-tb sm-padding-30px-tb">
<div class="footer-widget-area padding-40px-bottom sm-padding-30px-bottom">
<div class="container">
<div class="row align-items-center">
<!-- start slogan -->
<div class="col-lg-4 text-center text-md-left md-margin-three-bottom sm-margin-20px-bottom">
<h6 class="text-light width-70 lg-width-100 no-margin-bottom">Mountain is a trading company</h6>
</div>
<!-- end slogan -->
<!-- start contact information -->
<div class="col-lg-4 col-md-6 text-center text-md-left sm-margin-20px-bottom">
<span class="display-block">House #77, Road No #14,<br> Sector #11, Uttara,<br>Dhaka-1230,Bangladesh.</span>
<a href="mailto:[email protected]" title="[email protected]">
[email protected]</a> | +8801710551678
</div>
<!-- end contact information -->
<!-- start social media -->
<div class="col-lg-4 col-md-6 social-style-2 text-center text-md-left">
<a href="index.html"><a href="index.html" title="mountain" class="logo"><img style="width:125px;height:auto;" src="images/Untitled-2_1.png" alt="mountain"></a>
</a>
<div class="social-icon-style-8">
<ul class="text-extra-small margin-20px-top sm-no-margin-bottom text-uppercase p-0 mb-0 list-unstyled">
<li class="d-inline-block margin-10px-right"><a href="http://twitter.com/" target="_blank" title="Twitter">Twitter</a></li>
<li class="d-inline-block margin-10px-right"><a href="http://facebook.com/" target="_blank" title="Facebook">Facebook</a></li>
<li class="d-inline-block margin-10px-right"><a href="http://instagram.com/" target="_blank" title="Instagram">Instagram</a></li>
<li class="d-inline-block"><a href="http://dribbble.com/" target="_blank" title="Dribbble">Dribbble</a></li>
</ul>
</div>
</div>
<!-- end social media -->
</div>
</div>
</div>
<div class="container">
<!-- start copyright -->
<div class="footer-bottom border-top border-color-medium-dark-gray padding-40px-top sm-padding-30px-top">
<div class="row align-items-center">
<div class="col-md-6 text-md-left text-center text-small">Mountain - A Trading Company</div>
<div class="col-md-6 text-md-right text-center text-small">© 2020 Mountain is Proudly Powered by <a href="http://mountaininternationalbd.com/" target="_blank" title="ThemeZaa">Mountain</a></div>
</div>
</div>
<!-- end copyright -->
</div>
</footer>
<!-- end footer -->
<!-- start scroll to top -->
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="ti-arrow-up"></i></a>
<!-- end scroll to top -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>