-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
643 lines (603 loc) · 28 KB
/
index.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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RAUWELA</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon1.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="#intro" class="scrollto"><img src="img/logonew.png"></a></h1>
</div>
<!-- #nav-menu-container -->
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Water Filter-Household</a></li>
<li><a href="#portfolio">Water Filter-Industrial</a></li>
<li><a href="#airfilter">Air Purifier</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-background"><img src="img/3.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Healthy Family. Happy Family</h2>
<p>Being healthy is a dream for everyone. We provide, good water filtration system and air filters at
affordable price for all.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/air3.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Good health is in the air</h2>
<p>Breathing is something which happens naturally but we also have to make sure, the air we breathe is
not polluted.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/water.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Pure Water now Made Easy</h2>
<p>Being healthy is a dream for everyone,factors that keep everyone healthy is the 'food we eat' and the
'water we drink'.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- #intro -->
<main id="main">
<!--==========================
Featured Services Section
============================-->
<section id="featured-services">
<div class="container">
<div class="row">
<div class="col-lg-4 box">
<h4 class="title"><a href="">Household Water Filter</a></h4>
<p class="description">With a clear focus of providing hygienic and clean water for drinking Rauwela has
been selling, installing and servicing the market with water filtration system and air filtration system.
With a strong network to source and bring the best of products, Rauwela will continue to provide affordable
and quality products that meets the needs of customers and also backing it up with a responsive after
sales support.</p>
</div>
<div class="col-lg-4 box">
<h4 class="title"><a href="">Industrial Water Filter</a></h4>
<p class="description">When it comes to the need of water filtration in industries Rauwela has expertise to
help and provide you with the right system that matches your expectation and needs.</p>
</div>
<div class="col-lg-4 box box">
<h4 class="title"><a href="">Air Filter</a></h4>
<p class="description">In an increasingly polluted world it becomes absolutely important for us to make sure
that we take every precaution to breathe in hygienic air. The Air Filters from Rauwela confirm to global
standards and make sure that the air you breathe is filtered of all unwanted elements and one gets to
breathe clean air.</p>
</div>
</div>
</div>
</section>
<!-- #featured-services -->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>Being healthy is a dream for everyone , the fundamental factors that keep everyone healthy is the ‘food we
eat ‘and ‘the water we drink’. Breathing is something which happens naturally but we also have to make sure,
the air we breathe is not polluted. At Rauwela we specialize in providing, good water filtration system and
air filters at affordable price for all.
<br><br>Since 2013 Rauwela has been selling, installing and servicing the market with water filtration
system and air filtration system. We always upgrade our services and our supply which meets the current
market trend for the best water solution to the customer. We believe customers should be free from worry
when it comes to the appliances they buy from Rauwela. Most of our supplies are from Korean manufacturer’s
and also we get some supply from USA, UK and China which confirm with the required standard.</p>
</header>
</div>
</section>
<!-- #about -->
<!--==========================
water filter - household Section
============================-->
<section id="services">
<div class="container">
<header class="section-header wow fadeInUp">
<h3>Water filter - Household</h3>
<p>We have a range of products that meet the requirement of our customers, water filters which do not require electrical supply, hot and normal model, hot , cold and warm model.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/waterfilter1.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:KAI-1HC</a></h2>
<p>
Hot & Cold<br>
Compressor cooling<br>
3 filter catridge
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/waterfilter2.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:KAI-1HN</a></h2>
<p>
Hot and Normal<br>
3 filter catridges<br>
Table top
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<div class="img">
<img src="img/waterfilter3.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:KAI-1HCW</a></h2>
<p>
Hot, Cold & Warm<br>
2 filter catridges<br>
Touch screen
</p>
</div>
</div>
</div>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/waterfilter4.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:KAI-B1HCW-V</a></h2>
<p>
Hot, Cold & Warm<br>
3 filter catridge<br>
UV + Touch screen
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/waterfilter5.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:KAI-S1HC</a></h2>
<p>
Hot and Cold<br>
Compressor cooling<br>
3 filter catridge<br>
Floor standing
</p>
</div>
</div>
</div>
</div>
</section><!-- #services -->
<!--==========================
Call To Action Section
============================-->
<section id="call-to-action" class="wow fadeIn">
<div class="container text-center">
<h3>We ensure customer satisfaction in terms of product and service.</h3>
<a class="cta-btn" href="#contact" >Contact us for demo</a>
</div>
</section>
<!-- #call-to-action -->
<!--==========================
Water filter - Industrial Section
============================-->
<section id="services" class="section-bg">
<div class="container" id="portfolio">
<header class="section-header wow fadeInUp">
<h3>Water filter - Industrial</h3>
<p>We have a range of products that meet the requirement of our industrial customers.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/waterfilter21.png" alt="" class="img-fluid">
</div>
<h2 class="title"><a href="#">MODEL:SUB-1L2K</a></h2>
<p>
FG SS Housing<br>
UF membrane<br>
Flow rate 2000 L/hr
</p>
</div>
</div>
</div>
</div>
</section>
<!-- #section end -->
<!--==========================
Air purifier Section
============================-->
<section id="services" class="section-bg">
<div class="container" id="airfilter">
<header class="section-header wow fadeInUp">
<h3>Air Purifier </h3>
<p>In an increasingly polluted world it becomes absolutely important for us to make sure that we take every precaution to breathe in hygienic air. The Air Filters from Rauwela confirm to global standards and make sure that the air you breathe is filtered of all unwanted elements and one gets to breathe clean air</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/air purifier.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="col-md-4 wow fadeInUp" id="airfilter_content">
<h2 class="title"><a href="#">Model: </a></h2>
<p>
Air purifier combines a modern design and 360 degree filtration system for surfaces
upto 66 m sq. It is composed of 4 levels of filtration for a complete sanitation of
your indoor air and automatically adjusts the filtration speed. It captures dust, pollen, smoke, mold, VOCs (volatile organic compounds), animal hair and odors.
</p>
</div>
<div class="col-md-3 wow fadeInUp" id="airfilter_content2">
<h2 class="title"><a href="#">Key Features</a></h2>
<p>
Ozone free<br>
4-stage air cleaning<br>
360 degrees All-in-one filtration<br>
Air quality smart sensor<br>
Filter check indicator<br>
</p>
</div>
</section>
<!-- #section end -->
<!--==========================
Clients Section
============================-->
<!-- <section id="clients" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Our Clients</h3>
</header>
<div class="owl-carousel clients-carousel">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
<img src="img/clients/client-2.png" alt="">
</div>
</div>
</section> -->
<!-- section end -->
<!--==========================
Testimonial Section
============================-->
<!-- <section id="testimonials" class="section-bg wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Testimonials</h3>
</header>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<img src="img/testimonial-1.jpg" class="testimonial-img" alt="">
<h3>name</h3>
<h4>designationr</h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img sr="img/testimonial-2.jpg" class="testimonial-img" alt="">
<h3>Name</h3>
<h4>Company</h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial-3.jpg" class="testimonial-img" alt="">
<h3>Name</h3>
<h4>Place</h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial-4.jpg" class="testimonial-img" alt="">
<h3>Name</h3>
<h4></h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
</div>
</div>
</section> -->
<!-- section end -->
<div>
<div id="enquiry">
<a class="side_btn" href="#" data-toggle="modal" data-target="#exampleModal"
data-whatever="[email protected]"> DEALERSHIP ENQUIRY</a>
</div>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Dealership Enquiry</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form role="form" class="ctaform">
<div class="form-group">
<label for="to-mailid" class="col-form-label" disabled>To:</label>
<input type="email" class="form-control" id="tomailid" name="tomailid"
placeholder="[email protected]" disabled>
</div>
<div class="form-group">
<label for="from-mailid" class="col-form-label">From:</label>
<input type="email" class="form-control" id="frommailid" name="frommailid">
</div>
<div class="form-group">
<label for="subject" class="col-form-label">Subject:</label>
<input type="text" class="form-control" id="subject" name="subject">
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control" id="messagetext" name="message"></textarea>
</div>
<div class="form-group">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-success" data-dismiss="modal" id="submbutton" onclick="sendMailcta()">Send message</button>
</div>
</form>
</div>
<!-- <div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary" data-dismiss="modal">Send message</button>
</div> -->
</div>
</div>
</div>
</div>
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
<p>Please fill in the contact form below and we will meet you at your convenient time for a demo.</p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>Suite No. EL-11-13, Menara Melawangi,<br>
Amcorp Business Suite,No 18,<br>
Jalan Persiaran Barat,<br>
46050, Petaling Jaya, Selangor<br>
Malaysia.<br>
</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:++60166719453">+60 166 719 453</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">Enquiry : [email protected]</a></p>
<p><a href="mailto:[email protected]">After sales and service : [email protected]</a></p>
</div>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="/contact" method="post" role="form" class="contactForm" onsubmit="clearvalues()">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Name" data-rule="minlen:4"
data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="text" name="landmark" class="form-control" id="landmark" placeholder="Land Mark" />
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-12">
<textarea class="form-control" name="address" id="idaddress" rows="3" data-rule="required"
data-msg="Your Address" placeholder="Address"></textarea>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="phone" class="form-control" id="phone" placeholder="Phone Number"
data-rule="minlen:10" data-msg="Please enter at least 10 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Email" data-rule="email"
data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<select name="product" class="c-form-profession form-control" id="c-form-product">
<option value="Your product...">Select product</option>
<option value="Water filter">Water filter</option>
<option value="air filter">Air filter</option>
</select>
</div>
<div class="form-group col-md-6">
<select name="timing" class="c-form-profession form-control" id="c-form-timing">
<option value="Your timing...">Select time for call/demo</option>
<option value="10am-2pm">10am-2pm</option>
<option value="2pm-6pm">2pm-6pm</option>
</select>
</div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" id="addmessage" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Additional details if any"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</section>
<!-- #section end -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>Rauwela</h3>
<p>Being healthy is a dream for everyone , the fundamental factors that keep everyone healthy is the ‘food we eat ‘and ‘the water we drink’. Breathing is something which happens naturally but we also have to make sure, the air we breathe is not polluted. At Rauwela we specialize in providing, good water filtration system and air filters at affordable price for all.
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="# about">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#services">Household water filter</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#portfolio">Industrial water filter</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#airfilter">Air filter</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Suite No. EL-11-13, Menara Melawangi, <br>Amcorp Business Suite,<br>
No 18, Jalan Persiaran Barat,<br>
46050 Petaling Jaya, Selangor <br>
Malaysia.<br>
<strong>Phone:</strong> +60 166 719 453<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<a target="_blank" href="https://twitter.com/Gnanasegaran9" class="twitter"><i class="fa fa-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/gnanasegaran.subramaniam.1" class="facebook"><i class="fa fa-facebook"></i></a>
<!-- <a target="_blank" href="https://www.instagram.com/ganaseg197/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a> -->
<a target="_blank" href="https://my.linkedin.com/in/gnanasegaran-subramaniam-6966a858?trk=people-guest_profile-result-card_result-card_full-click" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>RAUWELA</strong>. All Rights Reserved
</div>
</div>
</footer>
<!-- #footer end -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.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/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>