-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdermafiller.html
525 lines (498 loc) · 27.8 KB
/
dermafiller.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dermafiller - Medical grade fillers SG | Mashu Aesthetics</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="Mashu Aesthetics custom-tailors minimally-invasive treatments to help you achieve
the best look for your unique face. Get your first consultation for free & find out more!">
<!-- Favicon -->
<link href="./img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Prata&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<header class="header">
<div class="container-fluid p-0">
<!-- Topbar Start -->
<div class="container-fluid bg-dark2 d-none d-lg-block">
<div class="row py-2 px-lg-5">
<div class="col-lg-6 text-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center" style="color:antiquewhite">
<small><i class="fa fa-phone-alt mr-2"></i>+65 6363 5566</small>
<small class="px-3">|</small>
<small><i class="fa fa-envelope mr-2"></i>enquire@mashuaesthetics.com</small>
</div>
</div>
<div class="col-lg-6 text-right">
<div class="d-inline-flex align-items-center">
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-facebook-f"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-twitter"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-instagram"></i>
</a>
<a class="pl-2" href="" style="color:antiquewhite">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<nav class="navbar navbar-expand-lg bg-white navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 text-primary"><span class="text-dark">Mashu Aesthetics</span></h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="index.html" class="nav-item nav-link ">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link active" data-toggle="dropdown">Services</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="mashu-hydrafacial.html" class="dropdown-item">Mashu HydraFacial</a>
<a href="crystal-collagen-facial.html" class="dropdown-item">Crystal Collagen Facial</a>
<a href="cool-sculpt.html" class="dropdown-item">Cool Sculpt</a>
<a href="dermafiller.html" class="dropdown-item active">Dermafiller</a>
</div>
</div>
<a href="promotion.html" class="nav-item nav-link">Promotion</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown">Reviews</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="testimonials.html" class="dropdown-item">Testimonials</a>
<a href="mediablogreviews.html" class="dropdown-item">Media & Blogger Reviews</a>
<a href="customerreviews.html" class="dropdown-item">Customer Reviews</a>
</div>
</div>
<a href="membership.html" class="nav-item nav-link">Membership</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="booking.html" class="btn btn-apply d-none d-lg-block">Book Now</a>
</div>
</nav>
</div>
</header>
<!-- Navbar End -->
<!-- Promo Banner Start -->
<div class="container-fluid p-0">
<img src="img/dermafiller-banner.png" style="width: 100%;" alt="Dermafiller is a medical grade filler to help you address your skin concerns" title="Dermafiller is a medical grade filler to help you address your skin concerns">
</div>
<!-- Promo Banner End -->
<!-- 3Rs Area Start -->
<div class="container-fluid py-5">
<div class="container ">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">Instant results</h6>
<h1 class="mb-4">Stay youthful with our range of filler products</h1>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-4">
<div class="bg-light p-4">
<img class="img-fluid pb-3" src="img/dermafiller-fresh.png" alt="dremafiller fresh skin" title="dremafiller fresh skin">
<h4 class="text-primary text-center">Fresh</h4>
<h6>Keep your skin looking young with minimal maintenance. Fillers last up to 12 months.</h6>
</div>
</div>
<div class="col-4">
<div class="bg-light p-4">
<img class="img-fluid pb-3" src="img/dermafiller-fill.png" alt="dermafiller full skin" title="dermafiller full skin">
<h4 class="text-primary text-center">Fill</h4>
<h6>V-shape or reducing wrinkles? Our medical-grade fillers can give your face volume.</h6>
</div>
</div>
<div class="col-4">
<div class="bg-light p-4">
<img class="img-fluid pb-3" src="img/dermafiller-flawless.png" alt="dermafiller flawless skin" title="dermafiller flawless skin">
<h4 class="text-primary text-center">Flawless</h4>
<h6>Our consultants can give you a personalized treatment plan for your unique face.</h6>
</div>
</div>
</div>
</div>
</div>
<!-- 3Rs Area End -->
<!-- Promo 1 Start -->
<a name="promo-sign-up">
<div class="row justify-content-center bg-appointment mx-0">
<div class="p-5 my-5" style="background: rgba(21, 36, 51, 0.7);">
<h1 class="text-white text-center mb-4">Say hello to plump & youthful skin!</h1>
<form>
<div class="form-row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control bg-transparent p-4" placeholder="Your Name" required="required" />
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control bg-transparent p-4" placeholder="Your Email" required="required" />
</div>
</div>
</div>
<div class="form-row">
<div class="col-sm-6">
<div class="form-group">
<div class="date" id="date" data-target-input="nearest">
<input type="text" class="form-control bg-transparent p-4 datetimepicker-input" placeholder="Select Date" data-target="#date" data-toggle="datetimepicker"/>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<div class="time" id="time" data-target-input="nearest">
<input type="text" class="form-control bg-transparent p-4 datetimepicker-input" placeholder="Select Time" data-target="#time" data-toggle="datetimepicker"/>
</div>
</div>
</div>
</div>
<div class="form-row">
<button class="btn btn-primary btn-block" type="submit" style="height: 47px;">I'm in!</button>
</div>
</form>
</div>
</div>
<!-- Promo 1 End -->
<!-- Why Choose Us Start -->
<div class="container-fluid p-5 bg-dermafiller">
<div class="row justify-content-center">
<div class="col-lg-6 pr-lg-5">
</div>
<div class="col-lg-6 pl-lg-5 bg-white-transparent align-items-center">
<h6 class="d-inline-block text-primary text-uppercase py-1">Quick & painless</h6>
<h1 class="mb-4">Why Choose Our Dermafiller</h1>
<p class="pl-4 border-left border-primary">Our face fillers are safe & non-surgical, with minimal downtime. Stay
youthful with natural results from our range of dermafillers.</p>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/dermafiller-quick.svg" style="width: 80px; height: 80px;" alt="dermafiller quick results" title="dermafiller quick results">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>Quick process with instant results</h5>
</div>
</div>
</div>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/dermafiller-minimal-downtime.svg" style="width: 80px; height: 80px;" alt="dermafiller minimal downtime" title="dermafiller minimal downtime">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>Minimal downtime</h5>
</div>
</div>
</div>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/dermafiller-personalized.svg" style="width: 80px; height: 80px;" alt="dermafiller personalised treatment" title="dermafiller personalised treatment">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>Personalized</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Why Choose Us End-->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container pt-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">Testimonial</h6>
<h1 class="mb-4">What Our Clients Say!</h1>
</div>
</div>
<div class="row align-items-center">
<div class="owl-carousel testimonial-carousel">
<div class="position-relative">
<div class="row">
<div class="col-sm-6 justify-content-center">
<img class="img-fluid" src="img/khairiah-testimonial-dermafiller.png" alt="khairiah testimonial dermafiller" title="khairiah testimonial dermafiller">
</div>
<div class="col-lg-6 pt-5 pb-lg-5 justify-content-center">
<div class="bg-white hours-text p-4 p-lg-5 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center mb-3">
<div class="mb-3">
<h5 class="text-uppercase">Khairiah</h5>
<h5>Dark eye circles</h5>
</div>
</div>
<p class="m-0">People at work were always telling me I looked tired and asking me if I was ill. I tried
so many home remedies and expensive eye creams to help my undereyes look less dark. I initially wanted
to try laser or skin brightening treatments but the doctors suggested that the dark circles may be due
to how hollow my under eyes were. They suggested some under eye filler to fill out the hollow areas. Sure enough,
I could see a difference! I looked less tired as my undereyes didn’t appear as dark anymore. I was really happy
with the simple solution recommended to me and the quick recovery time.</p>
</div>
</div>
</div>
</div>
<div class="position-relative">
<div class="row">
<div class="col-sm-6 justify-content-center">
<img class="img-fluid" src="img/shirley-testimonial-dermafiller.png" alt="shirley testimonial dermafiller" title="shirley testimonial dermafiller">
</div>
<div class="col-lg-6 pt-5 pb-lg-5 justify-content-center">
<div class="bg-white hours-text p-4 p-lg-5 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center mb-3">
<div class="mb-3">
<h5 class="text-uppercase">Shirley</h5>
<h5>Frown lines</h5>
</div>
</div>
<p class="m-0">Even though I’m quite young, I started to notice frown lines early on. I was starting to look
older than a lot of my friends my age. I was worried about treatments that involved needles as I dislike
invasive treatments. However, my team was very clear about what I could expect and were very reassuring.
The treatment was bearable and it was definitely worth the results! I looked much younger with the DermaFiller
and I stopped comparing myself to my friends all the time. Thank you Mashu Aesthetics.</p>
</div>
</div>
</div>
</div>
<div class="position-relative">
<div class="row">
<div class="col-sm-6 justify-content-center">
<img class="img-fluid" src="img/francis-testimonial-dermafiller.png" alt="francis testimonial dermafiller" title="francis testimonial dermafiller">
</div>
<div class="col-lg-6 pt-5 pb-lg-5 justify-content-center">
<div class="bg-white hours-text p-4 p-lg-5 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center mb-3">
<div class="mb-3">
<h5 class="text-uppercase">Francis</h5>
<h5>Crows feet</h5>
</div>
</div>
<p class="m-0">As a sales person, I meet a lot of clients on a daily basis and I was starting to feel
less confident in front of them due to my wrinkles. I wanted to continue looking fresh and energetic
so that clients could feel like they could rely on me. Luckily, Mashu’s DermaFiller treatment is so
quick and convenient, it's easy to maintain a youthful look now. After the initial consultation, the
treatments are fast and effective. I can present a more reliable appearance to my clients now with so much ease!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Service Start -->
<div class="container-fluid px-0 py-5 my-5 bg-light">
<div class="row mx-0 justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">Not sure if this is for you?</h6>
<h1 class="mb-4">Our treatments at a glance</h1>
</div>
</div>
<div class="owl-carousel service-carousel">
<div class="service-item position-relative">
<img class="img-fluid" src="img/collagen.png" alt="crystal collagen facial service" title="crystal collagen facial service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Crystal Collagen Facial</h4>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/wrinkle.png" alt="dermafiller-service" title="dermafiller-service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Dermafiller</h4>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/hydrafacial.jpeg" alt="mashu hydrafacial service" title="mashu hydrafacial service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Mashu Hydrafacial</h4>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/laser.jpeg" alt="laser treatment service" title="laser treatment service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Laser</h4>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/tummy.png" alt="tummy tuck service" title="tummy tuck service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Tummy Tuck</h4>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/coolsculpt.jpg" alt="cool sculpt service" title="cool sculpt service">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Cool Sculpt</h4>
</div>
</div>
</div>
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h1 class="mb-4">Customised Treatments Always Work Best</h1>
<h5>Book a free consutation session with us now!</h5>
<a href="booking.html" class="btn btn-primary mt-2">Book Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Awards Start -->
<div class="container-fluid py-5">
<div class="container pt-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">You're in good hands</h6>
<h1 class="mb-4 text-primary">Our Awards & Recognition</h1>
</div>
</div>
<div class="row align-items-center">
<div class="row justify-content-center text-center">
<div class="">
<div class="">
<img class="img-fluid" src="img/super-brands-2022-award.png" alt="super brands 2022 award" title="super brands 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/trusted-brand-2022-award.png" alt="trusted brand 2022 award" title="trusted brand 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/womens-weekly-2022-award.png" alt="womens weekly 2022 award" title="womens weekly 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/beauty_at_its_best_2012_award.png" alt="beauty at its best 2022 award" title="beauty at its best 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/daily-vanity-2020-award.png" alt="daily vanity 2020 award" title="daily vanity 2020 award">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Awards End-->
<!-- Footer Start -->
<div class="footer container-fluid position-relative bg-white py-5">
<div class="container pt-5">
<div class="row">
<div class="">
<div class="row">
<div class="col-sm-61 mr-5 mb-5">
<h5 class="text-uppercase mb-4">Mashu Aesthetics</h5>
<p>Mashu Aesthetics Is A One-Stop Solution To Your Skin & Body Solutions, Offering More Than 20 Types Of Treatments At Over 40 Outlets Across Asia.</p>
<p><i class="fa fa-map-marker-alt mr-2"></i>277 Orchard Road #03-15</p>
<p><i class="fa fa-phone-alt mr-2"></i>+65 6363 5566</p>
<p><i class="fa fa-envelope mr-2"></i>enquire@mashuaesthetics.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="mr-2 mb-5" style="width:200px;">
<h5 class="text-uppercase mb-4">Quick Links</h5>
<div class="d-flex flex-column justify-content-start">
<a class=" mb-2" href="index.html"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class=" mb-2" href="about.html"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class=" mb-2" href="service.html"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class=" mb-2" href="promotion.html"><i class="fa fa-angle-right mr-2"></i>Promotion</a>
<a class=" mb-2" href="contact.html"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
<a class="" href="privacy.html"><i class="fa fa-angle-right mr-2"></i>Privacy Policy</a>
</div>
</div>
<div class="mr-2 mb-5" style="width:210px;">
<h5 class="text-uppercase mb-4">Our Services</h5>
<div class="d-flex flex-column justify-content-start">
<a class=" mb-2" href="cool-sculpt.html"><i class="fa fa-angle-right mr-2"></i>Mashu Hydrafacial</a>
<a class=" mb-2" href="crystal-collagen-facial.html"><i class="fa fa-angle-right mr-2"></i>Cool Sculpt</a>
<a class=" mb-2" href="dermafiller.html"><i class="fa fa-angle-right mr-2"></i>Crystal Collagen Facial</a>
<a class="" href="#"><i class="fa fa-angle-right mr-2"></i>Dermafiller</a>
</div>
</div>
<div class="mr-2 mb-5" style="width:330px;">
<h5 class="text-uppercase mb-4">Newsletter</h5>
<p>Let us help you stay confident, healthy, and beautiful.</p>
<div class="d-flex flex-column justify-content-start">
<div class="">
<div class="input-group">
<input type="text" class="form-control border-light-grey" style="padding: 30px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary px-4">#</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark2 border-top py-4" style="border-color: rgba(256, 256, 256, .15) !important;">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0" style="color:antiquewhite">© Mashu Aesthetics. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="js/header.js"></script>
</body>
</html>