-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-2.html
More file actions
848 lines (816 loc) · 32.6 KB
/
package-2.html
File metadata and controls
848 lines (816 loc) · 32.6 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
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
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Automotive Entertainment OC | Kit Level 2</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
<!--Color Switcher Mockup-->
<link href="css/color-switcher-design.css" rel="stylesheet" />
<!--Color Themes-->
<link
id="theme-color-file"
href="css/color-themes/redd-color.css"
rel="stylesheet"
/>
<!-- TikTok Icon -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
rel="stylesheet"
/>
<!--Favicon-->
<link
rel="apple-touch-icon"
sizes="57x57"
href="favs/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="favs/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="favs/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="favs/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="favs/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="favs/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="favs/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="favs/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favs/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="favs/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favs/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="favs/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favs/favicon-16x16.png"
/>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<!--[if lt IE 9
]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script
><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header header-style-four">
<!--Header Top-->
<div class="header-top">
<div class="auto-container">
<div class="inner-container clearfix">
<div class="top-left">
<ul class="clearfix">
<li>Custom Vehicle Audio Solutions</li>
<li>
<a href="appointment.html"
>Get A Free Audio Solution Quote Now
<i class="fa fa-long-arrow-alt-right"></i
></a>
</li>
</ul>
</div>
<div class="top-right clearfix">
<p>
<i class="fa fa-phone-volume"></i> Customer Support +1(714)
848 - 8489
</p>
</div>
</div>
</div>
</div>
<!-- End Header Top -->
<!-- Header Lower -->
<div class="header-lower">
<div class="auto-container">
<div class="main-box clearfix">
<!--Logo Box-->
<div class="logo-box">
<div class="logo">
<a href="index.html"
><img src="images/logo-3.png" alt=""
/></a>
</div>
</div>
<!--Nav Outer-->
<div class="nav-outer clearfix">
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div
class="navbar-collapse collapse clearfix"
id="navbarSupportedContent"
>
<ul class="navigation clearfix">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#">About</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="appointment.html">Appointments</a></li>
<li><a href="process.html">Our Process</a></li>
<li><a href="tech.html">Our Technology</a></li>
</ul>
</li>
<li>
<a href="project.html">Project Gallery</a>
</li>
<li class="current dropdown">
<a href="#">Services</a>
<ul>
<li>
<a href="services.html">All Packages</a>
</li>
<li>
<a href="package-1.html">Kit Level 1</a>
</li>
<li>
<a href="package-2.html">Kit Level 2</a>
</li>
<li>
<a href="package-3.html">Kit Level 2+</a>
</li>
<li>
<a href="package-4.html">Kit Level 3</a>
</li>
</ul>
</li>
<li class="dropdown has-mega-menu">
<a href="#">Pages</a>
<div class="mega-menu">
<div class="mega-menu-bar row clearfix">
<div class="column col-md-4 col-sm-4 col-xs-12">
<h3>About</h3>
<ul>
<li><a href="about.html">About Us</a></li>
<li>
<a href="appointment.html">Appointments</a>
</li>
<li>
<a href="process.html">Our Process</a>
</li>
<li>
<a href="tech.html">Our Technology</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="column col-md-4 col-sm-4 col-xs-12">
<h3>Our Services</h3>
<ul>
<li>
<a href="services.html">All Packages</a>
</li>
<li>
<a href="package-1.html">Kit Level 1</a>
</li>
<li>
<a href="package-2.html">Kit Level 2</a>
</li>
<li>
<a href="package-3.html">Kit Level 2+</a>
</li>
<li>
<a href="package-4.html">Kit Level 3</a>
</li>
</ul>
</div>
<div class="column col-md-4 col-sm-4 col-xs-12">
<h3>More Links</h3>
<ul>
<li><a href="contact.html">Careers</a></li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="terms.html">Terms & Conditions</a>
</li>
<li>
<a href="privacy.html">Privacy</a>
</li>
<li>
<a href="contact.html">Support</a>
</li>
</ul>
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="#">Links</a>
<ul>
<li><a href="faq.html">FAQ</a></li>
<li>
<a href="terms.html">Terms & Conditions</a>
</li>
<li><a href="privacy.html">Privacy</a></li>
<li>
<a href="contact.html">Careers</a>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!--outer Box-->
<div class="outer-box">
<!--Search Box-->
<div class="dropdown dropdown-outer">
<button
class="search-box-btn dropdown-toggle"
type="button"
id="dropdownMenu3"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
<span class="fa fa-search"></span>
</button>
<ul
class="dropdown-menu pull-right search-panel"
aria-labelledby="dropdownMenu3"
>
<li class="panel-outer">
<div class="form-container">
<form method="post" action="blog.html">
<div class="form-group">
<input
type="search"
name="field-name"
value=""
placeholder="Search Here"
required=""
/>
<button type="submit" class="search-btn">
<span class="fa fa-search"></span>
</button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
<!--End outer Box-->
</div>
</div>
</div>
</div>
<!-- End Header Lower -->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"
><img src="images/logo-small.png" alt="" title=""
/></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent1"
aria-controls="navbarSupportedContent1"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div
class="navbar-collapse collapse clearfix"
id="navbarSupportedContent1"
>
<ul class="navigation clearfix">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown">
<a href="#">About</a>
<ul>
<li>
<a href="about.html">About Us</a>
</li>
<li><a href="appointment.html">Appointment</a></li>
<li><a href="process.html">Our Process</a></li>
<li><a href="tech.html">Our Technology</a></li>
</ul>
</li>
<li>
<a href="project.html">Projects</a>
</li>
<li class="current dropdown">
<a href="#">Our Services</a>
<ul>
<li><a href="services.html">All Packages</a></li>
<li>
<a href="package-1.html">Kit Level 1</a>
</li>
<li>
<a href="package-2.html">Kit Level 2</a>
</li>
<li>
<a href="package-3.html">Kit Level 2+</a>
</li>
<li>
<a href="package-4.html">Kit Level 3</a>
</li>
</ul>
</li>
<li class="dropdown has-mega-menu">
<a href="#">Pages</a>
<div class="mega-menu">
<div class="mega-menu-bar row clearfix">
<div class="column col-md-3 col-sm-3 col-xs-12">
<h3>About</h3>
<ul>
<li><a href="about.html">About Us</a></li>
<li>
<a href="appointment.html">Appointments</a>
</li>
<li>
<a href="process.html">Our Process</a>
</li>
<li>
<a href="tech.html">Our Technology</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="column col-md-3 col-sm-3 col-xs-12">
<h3>Our Services</h3>
<ul>
<li>
<a href="services.html">All Packages</a>
</li>
<li>
<a href="package-1.html">Kit Level 1</a>
</li>
<li>
<a href="package-2.html">Kit Level 2</a>
</li>
<li>
<a href="package-3.html">Kit Level 2+</a>
</li>
<li>
<a href="package-4.html">Kit Level 3</a>
</li>
</ul>
</div>
<div class="column col-md-3 col-sm-3 col-xs-12">
<h3>More Links</h3>
<ul>
<li><a href="contact.html">Careers</a></li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="terms.html">Terms & Conditions</a>
</li>
<li>
<a href="privacy.html">Privacy</a>
</li>
<li>
<a href="contact.html">Support</a>
</li>
</ul>
</div>
<div class="column col-md-3 col-sm-3 col-xs-12">
<h3>Coming Soon</h3>
<ul>
<li><a href="coming-soon.html">Shop</a></li>
<li>
<a href="coming-soon.html">Product Details</a>
</li>
<li><a href="coming-soon.html">Cart Page</a></li>
<li>
<a href="coming-soon.html">Checkout Page</a>
</li>
<li><a href="error-page.html">Error Page</a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="#">Links</a>
<ul>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="terms.html">Terms & Conditions</a>
</li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Support</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<!--Page Title-->
<section
class="page-title"
style="background-image: url(images/background/8.jpg)"
>
<div class="auto-container">
<div class="inner-container clearfix">
<h1>Kit Level 2</h1>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>Signature Glow</li>
</ul>
</div>
</div>
</section>
<!--End Page Title-->
<!-- Service Detail Section -->
<div class="service-detail-section">
<div class="auto-container">
<div class="row clearfix">
<!--Content Side-->
<div class="content-side pull-right col-lg-9 col-md-12 col-sm-12">
<div class="service-detail">
<div class="service-detail-slider owl-carousel owl-theme">
<div class="slide-item">
<div class="image-box">
<figure>
<img src="images/resource/sgp-1.png" alt="" />
</figure>
</div>
</div>
<div class="slide-item">
<div class="image-box">
<figure>
<img src="images/resource/sgp-2.png" alt="" />
</figure>
</div>
</div>
<div class="slide-item">
<div class="image-box">
<figure>
<img src="images/resource/sgp-3.png" alt="" />
</figure>
</div>
</div>
<div class="slide-item">
<div class="image-box">
<figure>
<img src="images/resource/sgp-4.png" alt="" />
</figure>
</div>
</div>
</div>
<div class="lower-content">
<h2>🚦 Kit Level 2</h2>
<p>
Elevate your vehicle’s presence with the Automotive
Entertainment OC Kit Level 2—crafted for those who don’t
just drive, but make an entrance. This premium package is
all about turning heads with a sleek, custom-tailored
lighting upgrade that brings your car’s personality to life,
day or night. From subtle elegance to bold illumination, we
fine-tune every detail to make sure your glow matches your
vibe.
</p>
<p>
Our Kit Level 2 blends style with precision—combining
high-end LED enhancements, custom accent lighting, and
seamless integration that compliments your vehicle’s
existing design. Whether you’re cruising city streets or
pulling up to a show, this package ensures your ride always
shines with intention and distinction.
</p>
<blockquote>
<strong>
Let’s Build It! Click Below For Your Free Custom Quote and
Take The First Step Toward A Serious Sound.
</strong>
<br />
<div style="text-align: right">
<button
onclick="window.location.href='appointment.html'"
class="btn-qt"
>
Get Your Free Quote Today!
</button>
</div>
</blockquote>
<div class="two-column">
<div class="row clearfix">
<div class="info-column col-lg-5 col-md-12 col-sm-12">
<h3>🎛 What Is Included:</h3>
<p>
Every Kit Level 2 is designed with precision,
combining performance-grade lighting with sleek
aesthetic touches. Each element is professionally
installed to ensure seamless integration, reliable
function, & custom glow that sets your ride apart.
</p>
<ul>
<li>Full underglow LED lighting installation</li>
<li>Color-changing w/ remote</li>
<li>
Professional wiring, concealment, and system
calibration
</li>
<li>
Post-installation walkthrough and lighting demo
</li>
<!--
<li>Optional trunk aesthetic treatment</li>
--></ul>
</div>
<div class="video-column col-lg-7 col-md-12 col-sm-12">
<div class="inner-column">
<figure class="image">
<img src="images/resource/video-img-2.jpg" alt="" />
<a
href="https://www.youtube.com/watch?v=xLIBbCK-rn8"
class="link"
data-fancybox="gallery"
data-caption=""
><span class="icon fab fa-google-play"></span
></a>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Sidebar Side-->
<div class="sidebar-side col-lg-3 col-md-4 col-sm-12">
<aside class="sidebar services-sidebar">
<!-- Services Cat List -->
<div class="sidebar-widget categories">
<ul class="service-cat-list">
<li><a href="package-1.html">Kit Level 1</a></li>
<li><a href="package-3.html">Kit Level 2+</a></li>
<li class="active">
<a href="#">Kit Level 2</a>
</li>
<li><a href="package-4.html">Kit Level 3</a></li>
<li><a href="package-5.html">Custom Luxury Service</a></li>
</ul>
</div>
<!-- Behind This Build + -->
<div class="sidebar-widget brochures">
<h3>Behind This Build +</h3>
<div class="brochure-box">
<div class="image-box">
<!-- Change -->
<img src="images/resource/behind-2.png" alt="" />
<!-- Change -->
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
</div>
<!-- End Service Detail Section -->
<!-- Main Footer -->
<footer
class="main-footer"
style="background-image: url(images/background/4.jpg)"
>
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-6 col-sm-12">
<div class="footer-widget about-widget">
<div class="footer-logo">
<figure>
<a href="index.html"
><img src="images/footer-logo.png" alt=""
/></a>
</figure>
</div>
<div class="widget-content">
<div class="text">
© Automotive Entertainment OC 2025 . All rights reserved .
Empowering businesses with cutting edge full-stack
solutions and innovative digital experiences
</div>
<h4>Follow Us :</h4>
<ul class="social-icon-one">
<li>
<a
href="https://www.instagram.com/automotive_entertainment_hb/"
><span class="fab fa-instagram"></span
></a>
</li>
<li>
<a
href="https://www.facebook.com/people/Automotive-Entertainment-Huntington-Beach/100039086185296/"
><span class="fab fa-facebook-f"></span
></a>
</li>
<li>
<a
href="https://www.tiktok.com/@automotive_Entertainment"
><span class="fab fa-tiktok"></span
></a>
</li>
<li>
<a
href="https://www.yelp.com/biz/automotive-entertainment-huntington-beach"
><span class="fab fa-yelp"></span
></a>
</li>
<li>
<a href="https://g.co/kgs/kdrCLsH"
><span class="fab fa-google-plus-g"></span
></a>
</li>
<li>
<a href="https://github.com/d-velopr"
><span class="fab fa-github"></span
></a>
</li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-6 col-sm-12">
<div class="footer-widget services-widget">
<h2 class="widget-title">Our Services</h2>
<div class="widget-content">
<ul class="services-list">
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="terms.html">Terms & Conditions</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-6 col-sm-12">
<!--Footer Column-->
<div class="footer-widget gallery-widget">
<h2 class="widget-title">Synchrony Leasing</h2>
<!--Footer Column-->
<div class="widget-content">
<a
href="https://www.synchrony.com/mmc/CR236466305?sitecode=acewel403"
><img
alt="Flexible financing available through Synchrony"
src="images/syn.png"
style="box-shadow: 4px 2px 6px #010101; border: none"
/></a>
</div>
</div>
</div>
<!--Snap Leasing Banner Column-->
<div class="footer-column col-lg-3 col-md-6 col-sm-12">
<!--Footer Column-->
<div class="footer-widget news-widget">
<h2 class="widget-title">Snap Leasing</h2>
<!--Footer Column-->
<div class="widget-content">
<!-- Banner ? -->
<a
href="https://bk.snapfinance.com/origination?paramId=3w%2FEWVFzVGcQioSdKn1vuqdr2hNr3A1xiMt4CtG%2BqOVyaWtP4cqpC62lEkK1hZ0tog9ZSjNG2GyQln5HQrzShOzYiaK%2FnFnEZXfXtyBXVEw%3D"
target="_blank"
rel="noopener noreferrer"
><img
src="https://app.snapfinance.com/images/apply_image_08.jpeg"
alt="Snap Finance - Apply Here"
style="box-shadow: 4px 2px 6px #010101; border: none"
/></a>
<!-- /Banner -->
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer Bottom-->
<div class="footer-bottom">
<div class="auto-container">
<div class="copyright-text">
<p>
Copyrights © 2025 All Rights Reserved. by
<a href="https://github.com/d-velopr"> Dvelupmint</a>
</p>
</div>
</div>
</div>
</footer>
<!-- End Main Footer -->
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html">
<span class="icon fa fa-angle-double-up"></span>
</div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/owl.js"></script>
<script src="js/appear.js"></script>
<script src="js/wow.js"></script>
<script src="js/mixitup.js"></script>
<script src="js/script.js"></script>
<script src="js/color-settings.js"></script>
</body>
</html>