-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice-single.html
554 lines (489 loc) · 24.1 KB
/
service-single.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
<!--
// WEBSITE: https://themefisher.com
// TWITTER:
// FACEBOOK: https://www.facebook.com/themefisher
// GITHUB: https://github.com/themefisher/
-->
<!--
THEME: Constra - Construction Html5 Template
VERSION: 1.0.0
AUTHOR: Themefisher
HOMEPAGE: https://themefisher.com/products/constra-construction-template/
DEMO: https://demo.themefisher.com/constra/
GITHUB: https://github.com/themefisher/Constra-Bootstrap-Construction-Template
WEBSITE: https://themefisher.com
TWITTER:
FACEBOOK: https://www.facebook.com/themefisher
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Constra - Construction Html5 Template</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Construction Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name=author content="Themefisher">
<meta name=generator content="Themefisher Constra HTML Template v1.0">
<!-- Favicon
================================================== -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="plugins/fontawesome/css/all.min.css">
<!-- Animation -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- Colorbox -->
<link rel="stylesheet" href="plugins/colorbox/colorbox.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="body-inner">
<div id="top-bar" class="top-bar">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8">
<ul class="top-info text-center text-md-left">
<li> <p class="info-text"> </p>
</li>
</ul>
</div>
<!--/ Top info end -->
<div class="col-lg-4 col-md-4 top-social text-center text-md-right">
<ul class="list-unstyled">
<li>
<span class="social-icon"><i class="fab fa-facebook-f"></i></span>
</a>
<a title="Twitter" href=" ">
<span class="social-icon"><i class="fab fa-twitter"></i></span>
</a>
<a title="Instagram" href="https://instagram.com/themefisher.com">
<span class="social-icon"><i class="fab fa-instagram"></i></span>
</a>
<a title="Linkdin" href=" ">
<span class="social-icon"><i class="fab fa-github"></i></span>
</a>
</li>
</ul>
</div>
<!--/ Top social end -->
</div>
<!--/ Content row end -->
</div>
<!--/ Container end -->
</div>
<!--/ Topbar end -->
<!-- Header start -->
<header id="header" class="header-one">
<div class="bg-white">
<div class="container">
<div class="logo-area">
<div class="row align-items-center">
<div class="logo col-lg-3 text-center text-lg-left mb-3 mb-md-5 mb-lg-0">
<a class="d-block" href="index.html"><b><h3>FUGENT SOLUTIONS</h3></b>
<img loading="lazy" src="" alt="">
</a>
</div><!-- logo end -->
<div class="col-lg-9 header-right">
<ul class="top-info-box">
<li>
<div class="info-box">
<div class="info-box-content">
<p class="info-box-title">Call Us</p>
<p class="info-box-subtitle">+91 9540101506</p>
</div>
</div>
</li>
<li>
<div class="info-box">
<div class="info-box-content">
<p class="info-box-title">Email Us</p>
<p class="info-box-subtitle">[email protected]</p>
</div>
</div>
</li>
<li class="last">
<div class="info-box last">
<div class="info-box-content">
<p class="info-box-title"> </p>
<p class="info-box-subtitle"></p>
</div>
</div>
</li>
<li class="header-get-a-quote">
</li>
</ul><!-- Ul end -->
</div><!-- header right end -->
</div><!-- logo area end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div>
<div class="site-navigation">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-dark p-0">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item dropdown active">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Home</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Company <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="about.html">About Us</a></li>
<li><a href="team.html">Our People</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Projects <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="projects.html">Projects All</a></li>
<li><a href="projects-single.html">Projects Single</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Services <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="services.html">Services All</a></li>
<li><a href="service-single.html">Services Single</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Features <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="typography.html">Typography</a></li>
<li><a href="404.html">404</a></li>
<li class="dropdown-submenu">
<a href="#!" class="dropdown-toggle" data-toggle="dropdown">Parent Menu</a>
<ul class="dropdown-menu">
<li><a href="#!">Child Menu 1</a></li>
<li><a href="#!">Child Menu 2</a></li>
<li><a href="#!">Child Menu 3</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">News <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="news-left-sidebar.html">News Left Sidebar</a></li>
<li><a href="news-right-sidebar.html">News Right Sidebar</a></li>
<li><a href="news-single.html">News Single</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</div>
<!--/ Col end -->
</div>
<!--/ Row end -->
<div class="nav-search">
<span id="search"><i class="fa fa-search"></i></span>
</div><!-- Search end -->
<div class="search-block" style="display: none;">
<label for="search-field" class="w-100 mb-0">
<input type="text" class="form-control" id="search-field" placeholder="Type what you want and enter">
</label>
<span class="search-close">×</span>
</div><!-- Site search end -->
</div>
<!--/ Container end -->
</div>
<!--/ Navigation end -->
</header>
<!--/ Header end -->
<div id="banner-area" class="banner-area" style="background-image:url(images/banner/banner1.jpg)">
<div class="banner-text">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="banner-heading">
<h1 class="banner-title">Service</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Services</a></li>
<li class="breadcrumb-item active" aria-current="page">Service Single</li>
</ol>
</nav>
</div>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Banner text end -->
</div><!-- Banner area end -->
<section id="main-container" class="main-container">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4">
<div class="sidebar sidebar-left">
<div class="widget">
<h3 class="widget-title">Solutions</h3>
<ul class="nav service-menu">
<li><a href="service-single.html">Home Construction</a></li>
<li class="active"><a href="service-single.html">Building Remodels</a></li>
<li><a href="#">Interior Design</a></li>
<li><a href="#">Exterior Design</a></li>
<li><a href="#">Renovation</a></li>
<li><a href="#">Safety Management</a></li>
</ul>
</div><!-- Widget end -->
<div class="widget">
<div class="quote-item quote-border">
<div class="quote-text-border">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid.
</div>
<div class="quote-item-footer">
<img loading="lazy" class="testimonial-thumb" src="images/clients/testimonial1.png" alt="testimonial">
<div class="quote-item-info">
<h3 class="quote-author">Weldon Cash</h3>
<span class="quote-subtext">CEO, First Choice Group</span>
</div>
</div>
</div><!-- Quote item end -->
</div><!-- Widget end -->
</div><!-- Sidebar end -->
</div><!-- Sidebar Col end -->
<div class="col-xl-8 col-lg-8">
<div class="content-inner-page">
<h2 class="column-title mrt-0">Building Remodels</h2>
<div class="row">
<div class="col-md-12">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer adipiscing erat eget risus
sollicitudin pellentesque et non erat. Maecenas nibh dolor, malesuada et bibendum a, sagittis accumsan
ipsum. Pellentesque ultrices ultrices sapien.</p>
<p>Nam scelerisque tristique dolor vitae tincidunt. Aenean quis massa uada mi elementum elementum. , nec
tincidunt nunc posuere ut. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla commodo
iaculis ligula, ac dapibus quam ornare ut. Praesent ac hendrerit sem, et tempus sem</p>
</div><!-- col end -->
</div><!-- 1st row end-->
<div class="gap-40"></div>
<div id="page-slider" class="page-slider">
<div class="item">
<img loading="lazy" class="img-fluid" src="images/projects/project1.jpg" alt="project-slider-image" />
</div>
<div class="item">
<img loading="lazy" class="img-fluid" src="images/projects/project2.jpg" alt="project-slider-image" />
</div>
</div><!-- Page slider end -->
<div class="gap-40"></div>
<div class="row">
<div class="col-md-6">
<h3 class="column-title-small">What Makes Us Different</h3>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf
moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
Consectetur adipiscing elit. Integer adipiscing erat eget risus sollicitudin pellentesque et non erat
tincidunt nunc posuere.</p>
<ul class="list-arrow">
<li>Partnership Strategy tristique eleifend.</li>
<li>Opporutnity to work with amet elit a.</li>
<li>Saving Time to Deal with commodo iaculis.</li>
<li>Leadership skills to manage erat volutpat.</li>
<li>Cut cost without sacrificing dolore magna.</li>
<li>Automate your business elis tristique.</li>
</ul>
</div>
<div class="col-md-6 mt-5 mt-md-0">
<h3 class="column-title-small">You Should Know</h3>
<div class="accordion accordion-group accordion-classic" id="construction-accordion">
<div class="card">
<div class="card-header p-0 bg-transparent" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-block text-left" type="button" data-toggle="collapse"
data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Does the law require head protection on construction sites?
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne"
data-parent="#construction-accordion">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
wolf
moon officia aute, non cupidata
</div>
</div>
</div>
<div class="card">
<div class="card-header p-0 bg-transparent" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-block text-left collapsed" type="button" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What are the first aid requirements for sites?
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#construction-accordion">
<div class="card-body">
Anemi nim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea com modo
consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.
Excepteur sint occaecat cupid henderit in voluptate velit esse cillu oris nisi ut aliquip ex ea
com
matat.
</div>
</div>
</div>
<div class="card">
<div class="card-header p-0 bg-transparent" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-block text-left collapsed" type="button" data-toggle="collapse"
data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What is an appointed person?
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#construction-accordion">
<div class="card-body">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been
the
industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type
and
scrambled it to make a type specimen book.
</div>
</div>
</div>
</div>
<!--/ Accordion end -->
</div>
</div>
<!--2nd row end -->
<div class="gap-40"></div>
<div class="call-to-action classic">
<div class="row align-items-center">
<div class="col-md-8 text-center text-md-left">
<div class="call-to-action-text">
<h3 class="action-title">Interested with this service.</h3>
</div>
</div><!-- Col end -->
<div class="col-md-4 text-center text-md-right mt-3 mt-md-0">
<div class="call-to-action-btn">
<a class="btn btn-primary" href="#">Get a Quote</a>
</div>
</div><!-- col end -->
</div><!-- row end -->
</div><!-- Action end -->
</div><!-- Content inner end -->
</div><!-- Content Col end -->
</div><!-- Main row end -->
</div><!-- Conatiner end -->
</section><!-- Main container end -->
<footer id="footer" class="footer bg-overlay">
<div class="footer-main">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 col-md-6 footer-widget footer-about">
<h3 class="widget-title">About Us</h3>
<img loading="lazy" width="200px" class="footer-logo" src="images/footer-logo.png" alt="">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor inci done idunt ut
labore et dolore magna aliqua.</p>
<div class="footer-social">
<ul>
<li><a href="https://facebook.com/themefisher" aria-label="Facebook"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href=" " aria-label="Twitter"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="https://instagram.com/themefisher" aria-label="Instagram"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/themefisher" aria-label="Github"><i class="fab fa-github"></i></a></li>
</ul>
</div><!-- Footer social end -->
</div><!-- Col end -->
<div class="col-lg-4 col-md-6 footer-widget mt-5 mt-md-0">
<h3 class="widget-title">Working Hours</h3>
<div class="working-hours">
We work 7 days a week, every day excluding major holidays. Contact us if you have an emergency, with our
Hotline and Contact form.
<br><br> Monday - Friday: <span class="text-right">10:00 - 16:00 </span>
<br> Saturday: <span class="text-right">12:00 - 15:00</span>
<br> Sunday and holidays: <span class="text-right">09:00 - 12:00</span>
</div>
</div><!-- Col end -->
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0 footer-widget">
<h3 class="widget-title">Services</h3>
<ul class="list-arrow">
<li><a href="service-single.html">Pre-Construction</a></li>
<li><a href="service-single.html">General Contracting</a></li>
<li><a href="service-single.html">Construction Management</a></li>
<li><a href="service-single.html">Design and Build</a></li>
<li><a href="service-single.html">Self-Perform Construction</a></li>
</ul>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Footer main end -->
<div class="copyright">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="copyright-info">
<span>Copyright © <script>
document.write(new Date().getFullYear())
</script>, Designed & Developed by <a href="https://themefisher.com">Themefisher</a></span>
</div>
</div>
<div class="col-md-6">
<div class="footer-menu text-center text-md-right">
<ul class="list-unstyled">
<li><a href="about.html">About</a></li>
<li><a href="team.html">Our people</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="news-left-sidebar.html">Blog</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</div>
</div><!-- Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top position-fixed">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-double-up"></i>
</button>
</div>
</div><!-- Container end -->
</div><!-- Copyright end -->
</footer><!-- Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap jQuery -->
<script src="plugins/bootstrap/bootstrap.min.js" defer></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/slick/slick-animation.min.js"></script>
<!-- Color box -->
<script src="plugins/colorbox/jquery.colorbox.js"></script>
<!-- shuffle -->
<script src="plugins/shuffle/shuffle.min.js" defer></script>
<!-- Google Map API Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script>
<!-- Google Map Plugin-->
<script src="plugins/google-map/map.js" defer></script>
<!-- Template custom -->
<script src="js/script.js"></script>
</div><!-- Body inner end -->
</body>
</html>