-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathservice.html
More file actions
436 lines (405 loc) · 17.3 KB
/
service.html
File metadata and controls
436 lines (405 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- For IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Resposive Device -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- For Window Tab Color -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#061948">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#061948">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#061948">
<title>Charles-Business-Consulting HTML Template</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
<!-- Main style sheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- responsive style sheet -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- Fix Internet Explorer ______________________________________-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="vendor/html5shiv.js"></script>
<script src="vendor/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="main-page-wrapper">
<!-- ===================================================
Loading Transition
==================================================== -->
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<!--
=============================================
Theme Header One
==============================================
-->
<header class="header-one">
<div class="top-header">
<div class="container clearfix">
<div class="logo float-left"><a href="index.html"><img src="images/logo/logo.png" alt=""></a></div>
<div class="address-wrapper float-right">
<ul>
<li class="address">
<i class="icon flaticon-placeholder"></i>
<h6>Address:</h6>
<p>2A0, Queenstown St, USA.</p>
</li>
<li class="address">
<i class="icon flaticon-multimedia"></i>
<h6>Mail us:</h6>
<p>supporthere@mail.com</p>
</li>
<li class="quotes"><a href="#">GET A QUOTES</a></li>
</ul>
</div> <!-- /.address-wrapper -->
</div> <!-- /.container -->
</div> <!-- /.top-header -->
<div class="theme-menu-wrapper">
<div class="container">
<div class="bg-wrapper clearfix">
<!-- ============== Menu Warpper ================ -->
<div class="menu-wrapper float-left">
<nav id="mega-menu-holder" class="clearfix">
<ul class="clearfix">
<li><a href="#">Home</a>
<ul class="dropdown">
<li><a href="index.html">Home version one</a></li>
<li><a href="index-2.html">Home version two</a></li>
</ul>
</li>
<li><a href="#">PAGES</a>
<ul class="dropdown">
<li><a href="about.html">About us</a></li>
<li><a href="team.html">Our team</a></li>
<li><a href="faq.html">Faq's</a></li>
<li><a href="404.html">404</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-details.html">Shop details</a></li>
<li><a href="#">Third Level menu</a>
<ul>
<li><a href="#">Demo one</a></li>
<li><a href="#">Demo two</a></li>
</ul>
</li>
</ul>
</li>
<li class="active"><a href="#">Service</a>
<ul class="dropdown">
<li><a href="service.html">Service Version one</a></li>
<li><a href="service-v2.html">Service version two</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li><a href="#">Portfolio</a>
<ul class="dropdown">
<li><a href="project.html">project</a></li>
<li><a href="project-details.html">Project details</a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul class="dropdown">
<li><a href="blog.html">Blog List</a></li>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-details.html">Blog details</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav> <!-- /#mega-menu-holder -->
</div> <!-- /.menu-wrapper -->
<div class="right-widget float-right">
<ul>
<li class="social-icon">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
</ul>
</li>
<li class="cart-icon">
<a href="#"><i class="flaticon-tool"></i> <span>2</span></a>
</li>
<li class="search-option">
<div class="dropdown">
<button type="button" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-search" aria-hidden="true"></i></button>
<form action="#" class="dropdown-menu">
<input type="text" Placeholder="Enter Your Search">
<button><i class="fa fa-search"></i></button>
</form>
</div>
</li>
</ul>
</div> <!-- /.right-widget -->
</div> <!-- /.bg-wrapper -->
</div> <!-- /.container -->
</div> <!-- /.theme-menu-wrapper -->
</header> <!-- /.header-one -->
<!--
=============================================
Theme Inner Banner
==============================================
-->
<div class="theme-inner-banner section-spacing">
<div class="overlay">
<div class="container">
<h2>SERVICES</h2>
</div> <!-- /.container -->
</div> <!-- /.overlay -->
</div> <!-- /.theme-inner-banner -->
<!--
=============================================
Our Solution
==============================================
-->
<div class="our-solution section-spacing">
<div class="container">
<div class="theme-title-one">
<h2>Our SOLUTIONS</h2>
</div> <!-- /.theme-title-one -->
<div class="wrapper">
<div class="row">
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/5.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/6.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/7.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/8.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/9.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
<div class="col-lg-4 col-sm-6 col-12">
<div class="single-solution-block">
<img src="images/icon/10.png" alt="" class="icon">
<h5><a href="service-details.html">Business Services</a></h5>
<p>The explore strange new worlds to seek fout new life and new civilizations to boldly where no man has before gone. </p>
</div> <!-- /.single-solution-block -->
</div> <!-- /.col- -->
</div> <!-- /.row -->
</div> <!-- /.wrapper -->
</div> <!-- /.container -->
</div> <!-- /.our-solution -->
<!--
=============================================
Feature Banner
==============================================
-->
<div class="feature-banner section-spacing">
<div class="opacity">
<div class="container">
<h2>We provide high quality services & innovative solutions for the realiable growth</h2>
<a href="#" class="theme-button-one">GET A QUOTES</a>
</div> <!-- /.container -->
</div> <!-- /.opacity -->
</div> <!-- /.feature-banner -->
<!--
=====================================================
Free Consultation
=====================================================
-->
<div class="consultation-form section-spacing">
<div class="container">
<div class="theme-title-one">
<h2>FREE CONSULTATION</h2>
<p>A tale of a fateful trip that started from this tropic port aboard this tiny ship today stillers</p>
</div> <!-- /.theme-title-one -->
<div class="clearfix main-content no-gutters row">
<div class="col-xl-6 col-lg-5 col-12"><div class="img-box"></div></div>
<div class="col-xl-6 col-lg-7 col-12">
<div class="form-wrapper">
<form action="#" class="theme-form-one">
<div class="row">
<div class="col-md-6"><input type="text" placeholder="Name *"></div>
<div class="col-md-6"><input type="text" placeholder="Phone *"></div>
<div class="col-md-6"><input type="email" placeholder="Email *"></div>
<div class="col-md-6">
<select class="form-control" id="exampleSelect1">
<option>Service you’re looking for?</option>
<option>Business Services</option>
<option>Consumer Product</option>
<option>Financial Services</option>
<option>Software Research</option>
</select>
</div>
<div class="col-12"><textarea placeholder="Message"></textarea></div>
</div> <!-- /.row -->
<button class="theme-button-one">GET A QUOTES</button>
</form>
</div> <!-- /.form-wrapper -->
</div> <!-- /.col- -->
</div> <!-- /.main-content -->
</div> <!-- /.container -->
</div> <!-- /.consultation-form -->
<!--
=============================================
Top Feature
==============================================
-->
<div class="top-feature fix-border">
<div class="top-features-slide">
<div class="item">
<div class="main-content" style="background:#fafafa;">
<img src="images/icon/1.png" alt="">
<h4><a href="#">Consumer Insights</a></h4>
<p>The east side to a deluxe apartment in move on up to the east side</p>
</div> <!-- /.main-content -->
</div> <!-- /.item -->
<div class="item">
<div class="main-content" style="background:#f6f6f6;">
<img src="images/icon/2.png" alt="">
<h4><a href="#">Emerging Ideas</a></h4>
<p>The east side to a deluxe apartment in move on up to the east side</p>
</div> <!-- /.main-content -->
</div> <!-- /.item -->
<div class="item">
<div class="main-content" style="background:#efefef;">
<img src="images/icon/3.png" alt="">
<h4><a href="#">Thought Leadership</a></h4>
<p>The east side to a deluxe apartment in move on up to the east side</p>
</div> <!-- /.main-content -->
</div> <!-- /.item -->
<div class="item">
<div class="main-content" style="background:#e9e9e9;">
<img src="images/icon/4.png" alt="">
<h4><a href="#">Marketing Goals</a></h4>
<p>The east side to a deluxe apartment in move on up to the east side</p>
</div> <!-- /.main-content -->
</div> <!-- /.item -->
</div> <!-- /.top-features-slide -->
</div> <!-- /.top-feature -->
<!--
=====================================================
Footer
=====================================================
-->
<footer class="theme-footer-one">
<div class="top-footer">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-sm-6 about-widget">
<h6 class="title">About OUR Consulting</h6>
<p>That started from this tropic port aboard this tiny ship today still want by theam government they survive on up to thetre east side to a deluxe as soldiers of artics fortune.</p>
<div class="queries"><i class="flaticon-phone-call"></i> Any Queries : <a href="#">(+1) 234 567 900</a></div>
</div> <!-- /.about-widget -->
<div class="col-xl-4 col-lg-3 col-sm-6 footer-recent-post">
<h6 class="title">RECENT POSTS</h6>
<ul>
<li class="clearfix">
<img src="images/blog/1.jpg" alt="" class="float-left">
<div class="post float-left">
<a href="blog-details.html">Till wanted by theam govern they survive as soldiers.</a>
<div class="date"><i class="fa fa-calendar-o" aria-hidden="true"></i> Feb 06, 2018</div>
</div>
</li>
<li class="clearfix">
<img src="images/blog/2.jpg" alt="" class="float-left">
<div class="post float-left">
<a href="blog-details.html">World don't move to beat of just one drum.</a>
<div class="date"><i class="fa fa-calendar-o" aria-hidden="true"></i> Mar 20, 2018</div>
</div>
</li>
</ul>
</div> <!-- /.footer-recent-post -->
<div class="col-xl-2 col-lg-3 col-sm-6 footer-list">
<h6 class="title">SOLUTIONS</h6>
<ul>
<li><a href="#">Travel and Aviation</a></li>
<li><a href="#">Business Services</a></li>
<li><a href="#">Consumer Products</a></li>
<li><a href="#">Financial Services</a></li>
<li><a href="#">Software Research</a></li>
<li><a href="#">Quality Resourcing</a></li>
</ul>
</div> <!-- /.footer-list -->
<div class="col-xl-3 col-lg-2 col-sm-6 footer-newsletter">
<h6 class="title">NEWSLETTER</h6>
<form action="#">
<input type="text" placeholder="Name *">
<input type="email" placeholder="Email *">
<button class="theme-button-one">SUBSCRIBE</button>
</form>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.top-footer -->
<div class="bottom-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-12"><p>© Copyrights 2018. All Rights Reserved.</p></div>
<div class="col-md-6 col-12">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Solutions</a></li>
<li><a href="#">FAQ’s</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- /.bottom-footer -->
</footer> <!-- /.theme-footer -->
<!-- Scroll Top Button -->
<button class="scroll-top tran3s">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</button>
<!-- Optional JavaScript _____________________________ -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- jQuery -->
<script src="vendor/jquery.2.2.3.min.js"></script>
<!-- Popper js -->
<script src="vendor/popper.js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Camera Slider -->
<script src='vendor/Camera-master/scripts/jquery.mobile.customized.min.js'></script>
<script src='vendor/Camera-master/scripts/jquery.easing.1.3.js'></script>
<script src='vendor/Camera-master/scripts/camera.min.js'></script>
<!-- menu -->
<script src="vendor/menu/src/js/jquery.slimmenu.js"></script>
<!-- WOW js -->
<script src="vendor/WOW-master/dist/wow.min.js"></script>
<!-- owl.carousel -->
<script src="vendor/owl-carousel/owl.carousel.min.js"></script>
<!-- js count to -->
<script src="vendor/jquery.appear.js"></script>
<script src="vendor/jquery.countTo.js"></script>
<!-- Fancybox -->
<script src="vendor/fancybox/dist/jquery.fancybox.min.js"></script>
<!-- Theme js -->
<script src="js/theme.js"></script>
</div> <!-- /.main-page-wrapper -->
</body>
</html>