-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
735 lines (693 loc) · 27.2 KB
/
team.html
File metadata and controls
735 lines (693 loc) · 27.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Directors - DK Ventures</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="keywords" />
<meta content="" name="description" />
<!-- Google Web Fonts -->
<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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<!-- Icon Font Stylesheet -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
rel="stylesheet"
/>
<!-- Libraries Stylesheet -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link href="lib/animate/animate.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" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
<style>
.logo-img {
height: 60px;
width: auto;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.logo-img:hover {
transform: scale(1.05);
opacity: 0.9;
}
.tagline {
font-size: 0.9rem;
font-weight: 500;
color: #b8860b;
text-transform: capitalize;
}
.about-trust {
background-color: #ffffff;
}
.about-trust h2 {
color: #2b2b2b;
font-weight: 600;
}
.about-trust p {
line-height: 1.8;
color: #555;
}
.about-trust p:last-child {
font-weight: 500;
color: #333;
}
.directors-section {
background-color: #f8f9fa;
}
.director-img img {
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.director-img img:hover {
transform: scale(1.05);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.directors-section h4 {
color: #212529;
}
.directors-section p {
line-height: 1.8;
}
.directors-section em {
color: #2a6ef0;
font-style: italic;
}
</style>
</head>
<body>
<!-- Spinner Start -->
<div
id="spinner"
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center"
>
<div
class="spinner-border text-primary"
style="width: 3rem; height: 3rem"
role="status"
>
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- Spinner End -->
<!-- Topbar Start -->
<div class="container-fluid topbar d-none d-xl-block w-100">
<div class="row gx-0 align-items-center" style="height: 45px">
<div class="col-lg-6 text-center text-lg-start mb-lg-0">
<div class="d-flex flex-wrap">
<!-- <a
href="https://maps.app.goo.gl/MfhAWM95LxRoAMwn7"
class="text-muted me-4"
><i class="fas fa-map-marker-alt text-secondary me-2"></i>Our
Office</a
> -->
<a href="tel:+919355955913" class="text-muted me-4"
><i class="fas fa-phone-alt text-secondary me-2"></i>+91 93559
55913</a
>
<a href="mailto:info@dkventures.co.in" class="text-muted me-0"
><i class="fas fa-envelope text-secondary me-2"></i
>info@dkventures.co.in</a
>
</div>
</div>
<div class="col-lg-6 text-center text-lg-end">
<div class="d-flex align-items-center justify-content-end">
<!-- <a href="#" class="text-muted me-3"
><i class="fas fa-clock text-secondary me-2"></i>Mon - Sat 8:00 -
17:30, Sunday - CLOSED</a
> -->
<a
href="#"
class="btn btn-primary btn-square border border-white me-3"
><i class="fab fa-facebook-f"></i
></a>
<!-- <a
href="#"
class="btn btn-primary btn-square border border-white me-3"
><i class="fab fa-twitter"></i
></a> -->
<a
href="#"
class="btn btn-primary btn-square border border-white me-3"
><i class="fab fa-instagram"></i
></a>
<!-- <a
href="#"
class="btn btn-primary btn-square border border-white me-3"
><i class="fab fa-linkedin-in"></i
></a> -->
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar & Hero Start -->
<div class="container-fluid sticky-top px-0">
<nav class="navbar navbar-expand-lg navbar-dark bg-light py-3 px-4">
<a
href="index.html"
class="navbar-brand p-0 d-flex flex-column align-items-center"
>
<img
src="img/logo.png"
alt="DK Ventures Logo"
class="logo-img mb-1"
/>
<h6 class="tagline mb-0">Building Dreams, Creating Trust</h6>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarCollapse"
>
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto pt-2 pt-lg-0">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="team.html" class="nav-item nav-link active">Directors</a>
<a href="project.html" class="nav-item nav-link">Projects</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar & Hero End -->
<!-- Modal Search Start -->
<!-- <div
class="modal fade"
id="searchModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-fullscreen">
<div class="modal-content rounded-0">
<div class="modal-header">
<h4 class="modal-title mb-0" id="exampleModalLabel">
Search by keyword
</h4>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body d-flex align-items-center">
<div class="input-group w-75 mx-auto d-flex">
<input
type="search"
class="form-control p-3"
placeholder="keywords"
aria-describedby="search-icon-1"
/>
<span id="search-icon-1" class="input-group-text p-3"
><i class="fa fa-search"></i
></span>
</div>
</div>
</div>
</div>
</div> -->
<!-- Modal Search End -->
<!-- Header Start -->
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px">
<h4
class="text-white display-4 mb-4 wow fadeInDown"
data-wow-delay="0.1s"
>
Our Directors
</h4>
<ol
class="breadcrumb d-flex justify-content-center mb-0 wow fadeInDown"
data-wow-delay="0.3s"
>
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<!-- <li class="breadcrumb-item"><a href="#">Pages</a></li> -->
<li class="breadcrumb-item active text-secondary">Directors</li>
</ol>
</div>
</div>
<!-- Header End -->
<!-- Section 1 Start -->
<!-- <section class="about-trust py-5">
<div class="container py-4">
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<h2 class="display-6 mb-4 fw-semibold text-secondary">
Building Trust Through Excellence
</h2>
<p class="fs-5 text-muted mb-3">
Our experienced team ensures every project — from land acquisition
to development and customer handover — is executed with precision
and professionalism.
</p>
<p class="fs-5 text-muted mb-3">
Over the years, DK Ventures has earned the trust of hundreds of
satisfied customers, investors, and partners through its
quality-focused approach, ethical business practices, and
long-term growth vision.
</p>
<p class="fs-5 text-muted mb-0">
At DK Ventures, we don’t just develop land — we develop trust,
opportunities, and lasting relationships.
</p>
</div>
</div>
</div>
</section> -->
<!-- Section 1 Ends -->
<!-- Section 2 Starts -->
<section class="directors-section py-5">
<div class="container py-5">
<!-- <h2 class="display-6 text-center fw-semibold mb-5 text-secondary">
Our Directors
</h2> -->
<!-- Director 1 -->
<div class="row align-items-center mb-5">
<div class="col-lg-7">
<p class="fs-5 text-muted">
A visionary entrepreneur and dynamic leader,
<strong>Mr. Abhishek Kanchan</strong> has been a driving force
behind the success and steady growth of DK Ventures. With years of
experience in the real estate and land development industry, he
has played a key role in conceptualizing and executing successful
plotting and development projects across Purandar, Daund, and
Pune. His focus on ethical business practices, customer
satisfaction, and transparent dealings has helped DK Ventures
become one of the most trusted names in regional real estate. He
strongly believes that
<em
>“Real estate is not just an investment, it’s the foundation of
a secure and meaningful future.”</em
>
Under his leadership, DK Ventures continues to set new standards
ensuring long-term value and trust for every client.
</p>
</div>
<div class="col-lg-5 text-center">
<div class="director-img">
<img
src="img/abhishek-kanchan.jpg"
alt="Mr. Abhishek Kanchan - DK Ventures"
class="img-fluid rounded shadow"
width="60%"
height="60%"
/>
</div>
<h4 class="mt-3 mb-0 fw-semibold">Mr. Abhishek Kanchan</h4>
<p class="text-secondary">
Founder & Managing Director – DK Ventures
</p>
</div>
</div>
<!-- Director 2 -->
<div class="row align-items-center flex-lg-row-reverse mb-5">
<div class="col-lg-7">
<p class="fs-5 text-muted">
With deep expertise in land acquisition, agriculture plotting, and
development planning, <strong>Mr. Ravindra Dhumal</strong> brings
unmatched practical experience and ground-level understanding to
the organization. His strong analytical skills and commitment to
quality ensure that every project undertaken by DK Ventures meets
the highest standards of legality, planning, and infrastructure.
Mr. Dhumal’s approach is rooted in transparency, trust, and
long-term relationships. He believes that
<em
>“Every piece of land has the potential to become someone’s
dream — our job is to help people realize that dream
responsibly.”</em
>
</p>
</div>
<div class="col-lg-5 text-center">
<div class="director-img">
<img
src="img/ravindra-dhumal.jpg"
alt="Mr. Ravindra Dhumal - DK Ventures"
class="img-fluid rounded shadow"
width="60%"
height="60%"
/>
</div>
<h4 class="mt-3 mb-0 fw-semibold">Mr. Ravindra Dhumal</h4>
<p class="text-secondary">
Founder & Managing Director – DK Ventures
</p>
</div>
</div>
<!-- Director 3 -->
<div class="row align-items-center mb-5">
<div class="col-lg-7">
<p class="fs-5 text-muted">
Representing the new generation of leadership,
<strong>Mr. Sanskar Dhumal</strong> brings a fresh perspective,
youthful energy, and innovative vision to DK Ventures. With a keen
interest in modern land development strategies, technology
integration, and sustainable growth, he is helping the company
adapt to changing market trends while staying true to its core
values of trust and transparency. His focus lies in combining
innovation with integrity, ensuring that DK Ventures continues to
evolve as a future-ready, customer-centric organization.
</p>
</div>
<div class="col-lg-5 text-center">
<div class="director-img">
<img
src="img/sanskar-dhumal.jpg"
alt="Mr. Sanskar Dhumal - DK Ventures"
class="img-fluid rounded shadow"
width="60%"
height="60%"
/>
</div>
<h4 class="mt-3 mb-0 fw-semibold">Mr. Sanskar Dhumal</h4>
<p class="text-secondary">Director – DK Ventures</p>
</div>
</div>
<!-- Combined Paragraph -->
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<p class="fs-5 text-dark fw-medium mt-4">
Together, Mr. Abhishek Kanchan, Mr. Ravindra Dhumal, and Mr.
Sanskar Dhumal lead DK Ventures with a shared vision to deliver
legally strong, nature-connected, and future-focused land
development projects that bring real value, trust, and
satisfaction to every client and investor.
</p>
</div>
</div>
</div>
</section>
<!-- Section 2 Ends -->
<!-- Team Start -->
<!-- <div class="container-fluid team py-5">
<div class="container py-5">
<div
class="text-center mx-auto pb-5 wow fadeInUp"
data-wow-delay="0.2s"
style="max-width: 800px"
>
<p class="text-uppercase text-secondary fs-5 mb-0">Our Team</p>
<h2 class="display-4 text-capitalize mb-3">Expert team members.</h2>
</div>
<div class="row g-4">
<div class="col-lg-3 wow fadeInUp" data-wow-delay="0.2s">
<div class="team-item border border-primary p-1">
<div class="team-border-style-1"></div>
<div class="team-border-style-2"></div>
<div class="team-border-style-3"></div>
<div class="team-border-style-4"></div>
<div class="team-img">
<img src="img/team-1.jpg" class="img-fluid w-100" alt="" />
<div class="team-icon d-flex justify-content-around">
<a
class="btn btn-secondary btn-md-square text-white mx-3"
href=""
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div>
<div class="text-center border border-top-0 bg-white py-3">
<h4 class="mb-0">Masud Maria</h4>
<p class="mb-0">Foreman</p>
</div>
</div>
</div>
<div class="col-lg-3 wow fadeInUp" data-wow-delay="0.4s">
<div class="team-item border border-primary p-1">
<div class="team-border-style-1"></div>
<div class="team-border-style-2"></div>
<div class="team-border-style-3"></div>
<div class="team-border-style-4"></div>
<div class="team-img">
<img src="img/team-2.jpg" class="img-fluid w-100" alt="" />
<div class="team-icon d-flex justify-content-around">
<a
class="btn btn-secondary btn-md-square text-white mx-3"
href=""
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div>
<div class="text-center border border-top-0 bg-white py-3">
<h4 class="mb-0">Masud Maria</h4>
<p class="mb-0">Foreman</p>
</div>
</div>
</div>
<div class="col-lg-3 wow fadeInUp" data-wow-delay="0.6s">
<div class="team-item border border-primary p-1">
<div class="team-border-style-1"></div>
<div class="team-border-style-2"></div>
<div class="team-border-style-3"></div>
<div class="team-border-style-4"></div>
<div class="team-img">
<img src="img/team-3.jpg" class="img-fluid w-100" alt="" />
<div class="team-icon d-flex justify-content-around">
<a
class="btn btn-secondary btn-md-square text-white mx-3"
href=""
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div>
<div class="text-center border border-top-0 bg-white py-3">
<h4 class="mb-0">Masud Maria</h4>
<p class="mb-0">Foreman</p>
</div>
</div>
</div>
<div class="col-lg-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="team-item border border-primary p-1">
<div class="team-border-style-1"></div>
<div class="team-border-style-2"></div>
<div class="team-border-style-3"></div>
<div class="team-border-style-4"></div>
<div class="team-img">
<img src="img/team-4.jpg" class="img-fluid w-100" alt="" />
<div class="team-icon d-flex justify-content-around">
<a
class="btn btn-secondary btn-md-square text-white mx-3"
href=""
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-twitter"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-linkedin-in"></i
></a>
<a
class="btn btn-secondary btn-md-square text-white me-3"
href=""
><i class="fab fa-instagram"></i
></a>
</div>
</div>
<div class="text-center border border-top-0 bg-white py-3">
<h4 class="mb-0">Masud Maria</h4>
<p class="mb-0">Foreman</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Team End -->
<!-- Footer Start -->
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
<div class="container py-5">
<div class="row g-5">
<!-- Column 1: Logo -->
<div class="col-md-12 col-lg-4">
<div class="footer-item d-flex flex-column align-items-start">
<!-- <img
src="img/logo.png"
alt="DK Ventures Logo"
class="img-fluid mb-3"
style="max-width: 180px"
/>
<p class="text-white mb-0">
Building trust, opportunities, and lasting relationships through
quality-focused real estate development.
</p> -->
<div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Quick Links</h4>
<a href="index.html"
><i class="fas fa-angle-right me-2"></i> Home</a
>
<a href="about.html"
><i class="fas fa-angle-right me-2"></i> About Us</a
>
<a href="project.html"
><i class="fas fa-angle-right me-2"></i> Ongoing Projects</a
>
<a href="team.html"
><i class="fas fa-angle-right me-2"></i> Our Team</a
>
<a href="contact.html"
><i class="fas fa-angle-right me-2"></i> Contact Us</a
>
</div>
</div>
</div>
<!-- Column 2: Quick Links -->
<div class="col-md-6 col-lg-4">
<!-- <div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Quick Links</h4>
<a href="index.html"
><i class="fas fa-angle-right me-2"></i> Home</a
>
<a href="about.html"
><i class="fas fa-angle-right me-2"></i> About Us</a
>
<a href="project.html"
><i class="fas fa-angle-right me-2"></i> Ongoing Projects</a
>
<a href="team.html"
><i class="fas fa-angle-right me-2"></i> Our Team</a
>
<a href="contact.html"
><i class="fas fa-angle-right me-2"></i> Contact Us</a
>
</div> -->
</div>
<!-- Column 3: Contact Info -->
<div class="col-md-6 col-lg-4">
<div class="footer-item d-flex flex-column">
<h4 class="text-white mb-4">Contact Info</h4>
<a href="https://maps.app.goo.gl/MfhAWM95LxRoAMwn7"
><i class="fa fa-map-marker-alt me-2"></i> 202, Vishal Enclave,
Above Bank of Maharashtra, Wanwadi, Pune- 411040, Maharashtra</a
>
<a href="mailto:info@dkventures.co.in"
><i class="fas fa-envelope me-2"></i> info@dkventures.co.in</a
>
<a href="tel:+919355955913"
><i class="fas fa-phone me-2"></i> +91 93559 55913</a
>
<div class="footer-btn d-flex align-items-center mt-3">
<a class="btn btn-secondary btn-md-square me-2" href="#"
><i class="fab fa-facebook-f text-white"></i
></a>
<a class="btn btn-secondary btn-md-square me-2" href="#"
><i class="fab fa-instagram text-white"></i
></a>
<a class="btn btn-secondary btn-md-square me-2" href="#"
><i class="fab fa-linkedin-in text-white"></i
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-md-6 text-center text-md-start mb-md-0">
<span class="text-body"
><a href="#" class="border-bottom text-white"
><i class="fas fa-copyright text-light me-2"></i>DK Ventures</a
>, All right reserved.</span
>
</div>
<div class="col-md-6 text-center text-md-end text-body">
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
<!-- Designed By
<a class="border-bottom text-white" href="https://htmlcodex.com"
>HTML Codex</a
> -->
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-lg-square back-to-top"
><i class="fa fa-arrow-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.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/lightbox/js/lightbox.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>