-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
568 lines (506 loc) · 20 KB
/
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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- META DATA -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--font-family-->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<!-- TITLE OF SITE -->
<title>Zombiz</title>
<!-- for title img -->
<link rel="shortcut icon" type="image/icon" href="assets/images/logo/favicon.png"/>
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--linear icon css-->
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--hover.css-->
<link rel="stylesheet" href="assets/css/hover-min.css">
<!--vedio player css-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--owl.carousel.css-->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet"/>
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- bootsnav -->
<link href="assets/css/bootsnav.css" rel="stylesheet"/>
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css">
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--header start-->
<section class="header">
<div class="container">
<div class="header-left">
<ul class="pull-left">
<li>
<a href="#">
<i class="fa fa-phone" aria-hidden="true"></i> +992 563 542
</a>
</li><!--/li-->
<li>
<a href="#">
<i class="fa fa-envelope" aria-hidden="true"></i>[email protected]
</a>
</li><!--/li-->
</ul><!--/ul-->
</div><!--/.header-left -->
<div class="header-right pull-right">
<ul>
<li class="reg">
<a href="#" data-toggle="modal" data-target=".bs-example-modal-sm">
Register
</a>
/
<a href="#" data-toggle="modal" data-target=".bs-example-modal-lg">
Log in
</a>
<!-- small modal -->
<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fa fa-close"></i>
</span>
</button>
<h4 class="modal-title" id="mySmallModalLabel">
Sign In
</h4>
<form class="sm-frm" style="padding:25px">
<label>Name :</label>
<input type="text" class="form-control" placeholder="Enter Email">
<label>Passoward :</label>
<input type="text" class="form-control" placeholder="Enter Passoward">
<label><input type="checkbox" name="personality"> Remenber Me</label>
<button type="button" class="btn btn-default pull-right">Submit</button>
</form>
</div>
</div>
</div>
</div>
<!-- large modal -->
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<i class="fa fa-close"></i>
</span>
</button>
<h4 class="modal-title" id="myLargeModalLabel">Register</h4>
<form class="lg-frm" style="padding:25px">
<label>Name :</label>
<input type="text" class="form-control" placeholder="Enter Name">
<label>Email :</label>
<input type="text" class="form-control" placeholder="Enter Email">
<label>Passoward :</label>
<input type="text" class="form-control" placeholder="Enter Passoward">
<button type="button" class="btn btn-default pull-right">Submit</button>
</form>
</div>
</div>
</div>
</div>
</li><!--/li -->
<li>
<div class="social-icon">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul><!--/.ul -->
</div><!--/.social-icon -->
</li><!--/li -->
</ul><!--/ul -->
</div><!--/.header-right -->
</div><!--/.container -->
</section><!--/.header-->
<!--header end-->
<!--menu start-->
<section id="menu">
<div class="container">
<div class="menubar">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo/logo.png" alt="logo">
</a>
</div><!--/.navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="service.html">Service</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<a href="#">
<span class="lnr lnr-cart"></span>
</a>
</li>
<li class="search">
<form action="">
<input type="text" name="search" placeholder="Search....">
<a href="#">
<span class="lnr lnr-magnifier"></span>
</a>
</form>
</li>
</ul><!-- / ul -->
</div><!-- /.navbar-collapse -->
</nav><!--/nav -->
</div><!--/.menubar -->
</div><!-- /.container -->
</section><!--/#menu-->
<!--menu end-->
<!--about-part start-->
<section class="about-part service-part">
<div class="container">
<div class="about-part-details text-center">
<h2>service</h2>
<div class="about-part-content">
<div class="breadcrumbs">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.html">home</a><span>//</span></li>
<li><a href="service.html">service</a></li>
</ol><!--/.breadcrumb-->
</div><!--/.container-->
</div><!--/.breadcrumbs-->
</div><!--/.about-part-content-->
</div><!--/.about-part-details-->
</div><!--/.container-->
</section><!--/.about-part-->
<!--about-part end-->
<!--service start-->
<section class="service">
<div class="container">
<div class="service-details">
<div class="section-header text-center">
<h2>our services</h2>
<p>
Pallamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
</p>
</div><!--/.section-header-->
<div class="service-content-one">
<div class="row">
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service1.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">busisness planning</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service2.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">busisness consultency</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service3.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">financial services</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.service-content-one-->
<div class="service-content-two">
<div class="row">
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service4.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">risk management</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service5.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">expert advisers</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
<div class="col-sm-4 col-xs-12">
<div class="service-single text-center">
<div class="service-img">
<img src="assets/images/service/service6.png" alt="image of service" />
</div><!--/.service-img-->
<div class="service-txt">
<h2>
<a href="#">24/7 customer support</a>
</h2>
<p>
Lorem ipsum dolo dolor in in voluptate velit esse cillum dolore. epteur sint oat cupidatat
</p>
<a href="#" class="service-btn">
learn more
</a>
</div><!--/.service-txt-->
</div><!--/.service-single-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.service-content-two-->
</div><!--/.service-details-->
</div><!--/.container-->
</section><!--/.service-->
<!--service end-->
<!-- new-project start -->
<section class="new-project">
<div class="container">
<div class="new-project-details">
<div class="row">
<div class="col-md-10 col-sm-8">
<div class="single-new-project">
<h3>
Want to start a new project with us? Let’s Start!
</h3>
</div><!-- /.single-new-project-->
</div><!-- /.col-->
<div class="col-md-2 col-sm-4">
<div class="single-new-project">
<a href="#" class="slide-btn">
start now
</a>
</div><!-- /.single-new-project-->
</div><!-- /.col-->
</div><!-- /.row-->
</div><!-- /.new-project-details-->
</div><!-- /.container-->
</section><!-- /.new-project-->
<!-- new-project end -->
<!--hm-footer start-->
<section class="hm-footer">
<div class="container">
<div class="hm-footer-details">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title ">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="logo" />
</a>
</div><!-- /.logo-->
</div><!--/.hm-foot-title-->
<div class="hm-foot-para">
<p>
Lorem ipsum dolor sit amt conetur adcing elit. Sed do eiusod tempor utslr. Ut laboris nisi ut aute irure dolor in rein velit esse.
</p>
</div><!--/.hm-foot-para-->
<div class="hm-foot-icon">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li><!--/li-->
<li><a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li><!--/li-->
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li><!--/li-->
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li><!--/li-->
</ul><!--/ul-->
</div><!--/.hm-foot-icon-->
</div><!--/.hm-footer-widget-->
</div><!--/.col-->
<div class=" col-md-2 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title">
<h4>Useful Links</h4>
</div><!--/.hm-foot-title-->
<div class="footer-menu ">
<ul class="">
<li><a href="index.html" >Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Service</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div><!-- /.footer-menu-->
</div><!--/.hm-footer-widget-->
</div><!--/.col-->
<div class=" col-md-3 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title">
<h4>from the news</h4>
</div><!--/.hm-foot-title-->
<div class="hm-para-news">
<a href="blog_single.html">
The Pros and Cons of Starting an Online Business.
</a>
<span>12th June 2017</span>
</div><!--/.hm-para-news-->
<div class="footer-line">
<div class="border-bottom"></div>
</div>
<div class="hm-para-news">
<a href="blog_single.html">
The Pros and Cons of Starting an Online Business.
</a>
<span>12th June 2017</span>
</div><!--/.hm-para-news-->
</div><!--/.hm-footer-widget-->
</div><!--/.col-->
<div class=" col-md-3 col-sm-6 col-xs-12">
<div class="hm-footer-widget">
<div class="hm-foot-title">
<h4> Our Newsletter</h4>
</div><!--/.hm-foot-title-->
<div class="hm-foot-para">
<p class="para-news">
Subscribe to our newsletter to get the latest News and offers..
</p>
</div><!--/.hm-foot-para-->
<div class="hm-foot-email">
<div class="foot-email-box">
<input type="text" class="form-control" placeholder="Email Address">
</div><!--/.foot-email-box-->
<div class="foot-email-subscribe">
<button type="button" >go</button>
</div><!--/.foot-email-icon-->
</div><!--/.hm-foot-email-->
</div><!--/.hm-footer-widget-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.hm-footer-details-->
</div><!--/.container-->
</section><!--/.hm-footer-details-->
<!--hm-footer end-->
<!-- footer-copyright start -->
<footer class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-sm-7">
<div class="foot-copyright pull-left">
<p>
© All Rights Reserve
<a href="https://www.themesine.com">ThemeSINE</a>
</p>
</div><!--/.foot-copyright-->
</div><!--/.col-->
<div class="col-sm-5">
<div class="foot-menu pull-right
">
<ul>
<li ><a href="#">legal</a></li>
<li ><a href="#">sitemap</a></li>
<li ><a href="#">privacy policy</a></li>
</ul>
</div><!-- /.foot-menu-->
</div><!--/.col-->
</div><!--/.row-->
<div id="scroll-Top">
<i class="fa fa-angle-double-up return-to-top" id="scroll-top" data-toggle="tooltip" data-placement="top" title="" data-original-title="Back to Top" aria-hidden="true"></i>
</div><!--/.scroll-Top-->
</div><!-- /.container-->
</footer><!-- /.footer-copyright-->
<!-- footer-copyright end -->
<!-- jaquery link -->
<script src="assets/js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--modernizr.min.js-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--bootstrap.min.js-->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!-- for manu -->
<script src="assets/js/jquery.hc-sticky.min.js" type="text/javascript"></script>
<!-- vedio player js -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--owl.carousel.js-->
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--Custom JS-->
<script type="text/javascript" src="assets/js/jak-menusearch.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>