forked from AbhiPatel10/AISKCON-CONSTRUCTION
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
765 lines (737 loc) · 29.8 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
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" />
<title>AISKCON-Construction</title>
<link rel="icon" type="image/x-icon" href="./img/favicon_io/favicon.ico" />
<script src="https://kit.fontawesome.com/280f5d0d38.js" crossorigin="anonymous"></script>
<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=Roboto&display=swap" rel="stylesheet" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
</head>
<body>
<!-- Navbar Section Started -->
<nav class="navBar1">
<div class="fullNav">
<div id="logo">
<a href="index.html"><img src="./img/logo/navLogo.png" alt="AISKCON-Construction" /></a>
</div>
<ul class="list1">
<li id="home"><a href="./">Home</a></li>
<li id="services">
<div>
<pre><a href="./ServiceSection">Services</a> <i class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop1">
<div class="empty"></div>
<div class="non-empty">
<ul>
<li>
<a href="./ServiceSection#interior-designing">Interior Designing</a>
</li>
<li>
<a href="./ServiceSection#construction-management">Construction Management</a>
</li>
<li>
<a href="./ServiceSection#consultancy-services">Consultancy Services</a>
</li>
<li>
<a href="./ServiceSection#environmental-service">Environmental Services</a>
</li>
<li>
<a href="./ServiceSection#retrofication">Retrofication</a>
</li>
<li>
<a href="./ServiceSection#destructive">Destructive & NDT Testing</a>
</li>
</ul>
</div>
</div>
</li>
<li id="repair">
<div>
<pre><a href="./repair">Repairs</a> <i class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop2">
<div class="empty"></div>
<div class="non-empty">
<ul>
<li><a href="./repair#home-repair">Home Repairs</a></li>
<li><a href="./repair#kitchen-repair">Kitchen Repairs</a></li>
<li>
<a href="./repair#bathroom-repair">Bathroom Repair</a>
</li>
<li>
<a href="./repair#furniture-repair">Furniture Repair</a>
</li>
<li><a href="./repair#plumbing">Plumbing & Pipes</a></li>
</ul>
</div>
</div>
</li>
<li><a href="./aboutUs">About</a></li>
<li><a href="./contact">Contact</a></li>
<li></li>
</ul>
<div id="bt2">
<button><i class="fa-solid fa-bars"></i></button>
</div>
</div>
</nav>
<div id="mobNavParent">
<nav class="navBar2 navOpen">
<ul class="list2">
<li><a href="./">Home</a></li>
<li>
<div id="services2">
<pre><a href="./ServiceSection">Services </a> <i id="ser" class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop3">
<div class="empty"></div>
<div>
<ul>
<li>
<a href="./ServiceSection#interior-designing">Interior Designing</a>
</li>
<li>
<a href="./ServiceSection#construction-management">Construction Management</a>
</li>
<li>
<a href="./ServiceSection#consultancy-services">Consultancy Services</a>
</li>
<li>
<a href="./ServiceSection#environmental-service">Environmental Services</a>
</li>
<li>
<a href="./ServiceSection#retrofication">Retrofication</a>
</li>
<li>
<a href="./ServiceSection#destructive">Destructive & NDT Testing</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<div id="repair2">
<pre><a href="./repair">Repairs </a> <i id="rep" class="fas fa-chevron-circle-down"></i></pre>
</div>
<div class="drop4">
<div class="empty"></div>
<div>
<ul>
<li><a href="./repair#home-repair">Home Repairs</a></li>
<li><a href="./repair#kitchen-repair">Kitchen Repairs</a></li>
<li>
<a href="./repair#bathroom-repair">Bathroom Repair</a>
</li>
<li>
<a href="./repair#furniture-repair">Furniture Repair</a>
</li>
<li><a href="./repair#plumbing">Plumbing & Pipes</a></li>
</ul>
</div>
</div>
</li>
<li><a href="./aboutUs">About</a></li>
<li><a href="./contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- Navbar Section Finished -->
<!-- Hero Section Start -->
<div id="particles-js"></div>
<div class="count-particles">
<span class="js-count-particles">--</span>
</div>
<section class="hero-main">
<div class="hero-main-container">
<div class="hero-content">
<h1 data-aos="fade-up" data-aos-duration="1000">
Transforming <br />The Built<br />
World
</h1>
<p data-aos="fade-up" data-aos-duration="2500">
"Quality is never an accident. <br />It is always the result of
Intelligent effort." - John Ruskin
</p>
<button data-aos="fade-up" data-aos-duration="3000"
onclick="window.location.href='./slotBooking/form.html'"><span>Book Us</span></button>
</div>
<div class="hero-img">
<img src="./img/vectors/hero.gif" alt="" srcset="" />
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- Services Section Started -->
<section>
<h2 class="services-heading" data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000">
OUR SERVICES
</h2>
<div class="services-box" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<div class="servicesection-image">
<img src="./img/bg/generalconstruction.webp" alt="General Construction Image" />
<h3>General Constructing</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
<div class="servicesection-image">
<img src="./img/bg/constructionmanagement.webp" alt="construction management" />
<h3>Construction Management</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
<div class="servicesection-image">
<img src="./img/bg/design-and-build.webp" alt="design-and-build" />
<h3>Design and Build</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
<div class="servicesection-image">
<img src="./img/bg/preconstruction.webp" alt="preconstruction" />
<h3>Preconstruction Consulting</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
<div class="servicesection-image">
<img src="./img/bg/special-projects.webp" alt="special-projects" />
<h3>Special Projects</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
<div class="servicesection-image">
<img src="./img/bg/renovation.webp" alt="renovation" />
<h3>Renovations</h3>
<p>
Construction work encompasses the creation and upkeep of structures
such as buildings, roads, bridges, and tunnels.
</p>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- BUILD WITH QYALITY SECTION -->
<div class="container-buildquality">
<div class="content-quality">
<img class="image-quality" src="./img/vectors/build-with-quality.webp" alt="Image- build-with-quality"
data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000" />
<div class="text-qualitymaterial" data-aos="fade-down" data-aos-easing="ease" data-aos-duration="1000">
<h1>Build With Quality Materials</h1>
<p>
Every project we work on we always use selected materials to give
good quality to the building and that's what many of our customers
feel after working with us, their buildings are more sturdy and
durable.
</p>
<div>
<div class="button-container">
<button class="button-material" onclick="window.location.href = './aboutUs';">
<span> About Us</span>
</button>
</div>
</div>
</div>
</div>
</div>
<!-- BUILD WITH QUALITY ENDS -->
<!-- Why Choose us Section Started -->
<section class="whyChooseUs-section">
<div class="whychooseus-overlay">
<div class="whychooseus-container">
<div class="whychooseus-row">
<div class="whychooseus-coloumn" data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000">
<h2>Why Choose us?</h2>
<hr />
<br />
</div>
</div>
<div class="whychooseus-row" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Professional Staff</h3>
<p>
Our staff members are experts in their respective fields and
are committed to providing exceptional service to our clients.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Save Time and Money</h3>
<p>
We understand that your time is valuable, which is why we
offer efficient and convenient solutions that can streamline
your daily tasks.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Detailed Estimated</h3>
<p>
We provide comprehensive breakdowns of costs and expenses
associated with our products and services.
</p>
</div>
</div>
</div>
<div class="whychooseus-row" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="2000">
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>On Time Completion</h3>
<p>
With our commitment to on-time completion, you can be
confident that your projects and services will be delivered
promptly and to your satisfaction.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>No Hidden Cost</h3>
<p>
Honesty and clarity are crucial when it comes to pricing, and
we strive to ensure that our customers are fully informed of
all costs associated with our services.
</p>
</div>
</div>
<div class="whychooseus-block">
<i class="fa-solid fa-check"></i>
<div class="whychooseus-coloumn">
<h3>Zero Complaints</h3>
<p>
Our commitment to quality and customer satisfaction is
reflected in our track record of zero complaints.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Why Choose Us Section Finished -->
<!-- General Info Section Start -->
<section class="general-info">
<div class="general-info-row">
<div class="general-info-card" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="500">
<div>
<div class="general-info-icon">
<i class="fa-solid fa-compass"></i>
</div>
<div class="general-info-content">
<h1>Vastu</h1>
<p>Consultancy</p>
</div>
</div>
</div>
<div class="general-info-card" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="500">
<div>
<div class="general-info-icon">
<i class="fa-solid fa-vr-cardboard"></i>
</div>
<div class="general-info-content">
<h1>3D</h1>
<p>Modeling</p>
</div>
</div>
</div>
<div class="general-info-card" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="500">
<div>
<div class="general-info-icon">
<i class="fa-solid fa-city"></i>
</div>
<div class="general-info-content">
<h1>Project</h1>
<p>Planning</p>
</div>
</div>
</div>
<div class="general-info-card" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="500">
<div>
<div class="general-info-icon">
<i class="fa-brands fa-envira"></i>
</div>
<div class="general-info-content">
<h1>Green</h1>
<p>Designs</p>
</div>
</div>
</div>
</div>
</section>
<!-- General Info Section Finieshed -->
<!-- Talk with Experts Section starts -->
<section class="container-expert">
<div class="content-1">
<img data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000" class="image-1"
src="./img/vectors/customer1.png" alt="Image-Talk with expert person" />
<div class="text-contact" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<h1>Contact With Our Experts</h1>
<p>
Book your appointment to talk to our experts who will assist you
with all your doubts regarding our services.
</p>
<div>
<div class="button-container">
<button class="button-1" onclick="location.href='mailto:[email protected]'">
<span> <i class="fa fa-envelope"></i>Contact</span>
</button>
<button class="button-1" id="form-open" onclick="window.location.href = './slotBooking/form.html';">
<span> <i class="fa fa-calendar"></i>Book Us</span>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Talk with Experts Section ends -->
<!-- Testimonials Start -->
<section class="testimonials">
<div style="display: flex; justify-content: center; align-items: center">
<div class="testinomial-header" data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000">
<h1>Our Clients Say!</h1>
<p>
Our customer satisfaction is our top priority. To do this, we pay
attention to your concerns, difficulties, and ambitions and
concentrate our efforts to ensure that we offer a high-quality
building, on time and within budget, taking into account your most
crucial aims.
</p>
</div>
</div>
<div class="testinomial-container">
<div class="testinomial-card" id="testinomial-card-1" data-aos="fade-up" data-aos-easing="ease"
data-aos-duration="1000">
<div class="testinomial-card-head">
<img src="./img/vectors/user.webp" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Utkarsh Saxena</h3>
<p><a href="http://">@utkarsh123</a></p>
</div>
</div>
<p>
The team at Aiskcon is highly professional, knowledgeable, and
dedicated to delivering exceptional results. From the very
beginning, I was impressed with their attention to detail and
commitment to quality. They worked closely with me to understand my
needs and preferences, and were always willing to provide valuable
input and suggestions to ensure that the project exceeded my
expectations
</p>
</div>
<div class="testinomial-card" id="testinomial-card-2" data-aos="fade-down" data-aos-easing="ease"
data-aos-duration="1000">
<div class="testinomial-card-head">
<img src="./img/vectors/user.webp" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Abhi Patel</h3>
<p><a href="http://">@abhi677</a></p>
</div>
</div>
<p>
Throughout the project, the team at Aiskcon demonstrated a high
level of expertise, and their workmanship was top-notch. They were
able to navigate the complexities of the project with ease, and
their attention to detail and commitment to quality was evident in
every aspect of their work. Had an easy construction journey with
AISKCON.
</p>
</div>
<div class="testinomial-card" data-aos="fade-right" data-aos-easing="ease" data-aos-duration="1000">
<div class="testinomial-card-head">
<img src="./img/vectors/user.webp" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Rolika Agarwal</h3>
<p><a href="http://">@rolika233</a></p>
</div>
</div>
<p>
What impressed me the most was their focus on customer service. The
team at Aiskcon was always available to answer my questions.
</p>
</div>
<div class="testinomial-card" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<div class="testinomial-card-head">
<img src="./img/vectors/user.webp" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Kartikay Asija</h3>
<p><a href="http://">@kartikay123</a></p>
</div>
</div>
<p>
I would highly recommend Aiskcon for any construction project. Their
professionalism and dedication to customer service make them the
best in the business.
</p>
</div>
<div class="testinomial-card" id="testinomial-card-5" data-aos="fade-down" data-aos-easing="ease"
data-aos-duration="1000">
<div class="testinomial-card-head">
<img src="./img/vectors/user.webp" alt="img" />
<div style="line-height: 1.4; font-size: 0.9rem">
<h3>Swastik</h3>
<p><a href="http://">@swastik67</a></p>
</div>
</div>
<p>
The team was skilled, experienced, and attentive to detail, and they
worked tirelessly to ensure that every aspect of the project was
completed to my satisfaction. The communication throughout the
process was excellent. I am thrilled with the final result and would
highly recommend Aiskcon Construction to anyone looking for a
reliable construction firm.
</p>
</div>
</div>
</section>
<!-- Testimonials End -->
<!-- FAQ starts -->
<section class="faq">
<div class="faq-heading">
<h1>FAQs</h1>
</div>
<div class="faq-content">
<div class="faq-block" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="500">
<div class="faq-question">
<h2>1. Why do I need an interior designer?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
You can think of an interior designer as a film director. Their
job is to monitor every minute detail from start to the final cut.
From pre-production to the final edit, their perspective is
responsible for shaping the final product. Similarly, interior
designers are professionals who are able to gauge your needs and
tastes to deliver your dream home. They assist you in getting
custom-designed pieces that fit perfectly into your beautiful
vision. From raw materials to finished products, they take care of
everything!
</p>
</div>
</div>
<div class="faq-block" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<div class="faq-question">
<h2>2. Why is Aiskcon perfect for your design?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
Aiskcon is the perfect partner who can build your home interiors
just the way you want! Our design experts customize designs as per
your needs. They will listen to your ideas and suggest options. At
Aiskcon, we incorporate advanced technology into our modular
solutions to create flawless interiors and also to expedite the
process of making your dream home a reality. So, book your
consultation today with India's Most Trusted Home Interiors Brand,
Aiskcon and talk to our designers about your project.
</p>
</div>
</div>
<div class="faq-block" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1500">
<div class="faq-question">
<h2>3. What services are included under home interior design?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
Home interior design services typically include a wide range of
design and decor-related tasks that are aimed at improving the
functionality and aesthetics of a home's interior space. Some of
the most common services that are included under home interior
design are:
<br />
1. Space Planning <br />
2. Colour Selection <br />
3. Material Selection <br />
4. Lighting Design <br />
5. Furniture Selection <br />
6. Decorative Accessories
</p>
</div>
</div>
<div class="faq-block" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="2000">
<div class="faq-question">
<h2>4. What will be the timelines for my project completion?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
The timeline for a construction project completion can vary
depending on a number of factors, such as the size and complexity
of the project, the location, weather conditions, availability of
materials, etc. Here in Aiskcon we deliver the project efficiently
and on earliest possible time
</p>
</div>
</div>
<div class="faq-block" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="2500">
<div class="faq-question">
<h2>6. What are the trending interior design styles?</h2>
<i class="fa-solid fa-plus fa-xl"></i>
</div>
<div class="faq-answer">
<p>
1. Minimalism <br />
2. Biophilic design <br />
3. Industrial design <br />
4. Scandinavian design <br />
5. Bohemian design <br />
6. Modern farmhouse <br />
7. Art Deco <br />
</p>
</div>
</div>
</div>
</section>
<!-- FAQ end -->
<!-- Hire Us Section Start -->
<section class="hireus">
<div class="hireus-box" data-aos="fade-up" data-aos-easing="ease" data-aos-duration="1000">
<div class="hireus-content">
<h1>Transform your living space into a work of Art!</h1>
<button onclick="window.location.href='./slotBooking/form.html'">
<span> Hire us</span>
</button>
</div>
</div>
</section>
<!-- Hire Us Section End -->
<a class="gotop" href="#"><i class="fa-solid fa-arrow-up fa-lg"></i></a>
<!-- chatbot start -->
<button type="button" aria-label="Open chatbot" class="chatbot-btn">
<i class="fa-regular fa-comment " style="font-size: 1.5rem;"></i>
</button>
<div class="chat-container">
<div class="chat-header">
<h2>Chat with us</h2>
</div>
<div class="chat-body"></div>
<form class="chat-form" novalidate>
<input type="text" id="chat-input" class="chat-input" name="Chat" aria-label="Enter your message here" autofocus>
<button type="submit" aria-label="Send message" class="chatform-btn" disabled>
<i class="fa-regular fa-paper-plane"></i>
</button>
</form>
</div>
<!-- chatbot end -->
<!-- Footer Section Started -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col footer-brand">
<div class="footer-logo">
<img src="./img/logo/aiskcon logo.png" alt="logo" srcset="" />
</div>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="footer-col service">
<h4>Services</h4>
<ul>
<li>
<a href="./ServiceSection#interior-designing"><i class="fa-solid fa-angle-right"></i> Interior
Designing</a>
</li>
<li>
<a href="./ServiceSection#construction-management"><i class="fa-solid fa-angle-right"></i> Construction
Management</a>
</li>
<li>
<a href="./ServiceSection#consultancy-services"><i class="fa-solid fa-angle-right"></i> Consultancy
Services</a>
</li>
<li>
<a href="./ServiceSection#environmental-service"><i class="fa-solid fa-angle-right"></i> Environmental
Services</a>
</li>
<li>
<a href="./ServiceSection#retrofication"><i class="fa-solid fa-angle-right"></i> Retrofication</a>
</li>
<li>
<a href="./ServiceSection#destructive"><i class="fa-solid fa-angle-right"></i> Destructive & NDT
Testing</a>
</li>
</ul>
</div>
<div class="footer-col repair">
<h4>Repairs</h4>
<ul>
<li>
<a href="./repair#home-repair"><i class="fa-solid fa-angle-right"></i> Home Repairs</a>
</li>
<li>
<a href="./repair#kitchen-repair"><i class="fa-solid fa-angle-right"></i> Kitchen Repairs</a>
</li>
<li>
<a href="./repair#bathroom-repair"><i class="fa-solid fa-angle-right"></i> Bathroom Repair</a>
</li>
<li>
<a href="./repair#furniture-repair"><i class="fa-solid fa-angle-right"></i> Furniture Repair</a>
</li>
<li>
<a href="./repair#plumbing"><i class="fa-solid fa-angle-right"></i> Plumbing & Pipes</a>
</li>
</ul>
</div>
<div class="footer-col contact">
<h4>Contact</h4>
<ul>
<li>
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i>
</li>
<li>
<a href="tel:+919636243488"><i class="fa-solid fa-phone"></i> +91-9636243488</a>
</li>
<li>
<a href="tel:+919717010172"><i class="fa-solid fa-phone"></i> +91-9717010172</a>
</li>
<li>
<a href="tel:+916306849492"><i class="fa-solid fa-phone"></i> +91-6306849492</a>
</li>
</ul>
</div>
</div>
<hr style="margin: 0 auto; width: 90%; margin-top: 10px" />
<div>
<div class="footer-copyright"></div>
</div>
</div>
</footer>
<!-- Footer Section Finished -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="./js/main.js"></script>
</body>
</html>