-
Notifications
You must be signed in to change notification settings - Fork 0
/
videoediting.html
621 lines (554 loc) · 34.9 KB
/
videoediting.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>M Digital Lab - Video Production</title>
<meta name="description" content="Tell your story with our expert video editing services. Transform raw footage into compelling narratives for marketing, social media, or personal projects. Engage your audience with beautifully edited videos.">
<meta name="keywords" content="digital marketing, social media management, video production, graphic design, photography, marketing print services, brand development, creative solutions">
<meta name="author" content="Isra Martinez">
<!-- Place favicon.ico in the root directory -->
<link rel="shortcut icon" type="image/x-icon" href="assets/imgs/logo/favicon.svg">
<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=Montserrat:wght@400;500;700&family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/fontawesome-pro.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/custom-font.css">
<link rel="stylesheet" href="assets/css/spacing.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!-- preloader start -->
<div id="preloader">
<div class="preloader-close">x</div>
<div class="sk-three-bounce">
<div class="sk-child sk-bounce1"></div>
<div class="sk-child sk-bounce2"></div>
<div class="sk-child sk-bounce3"></div>
</div>
</div>
<!-- preloader start -->
<!-- Backtotop start -->
<div class="backtotop-wrap cursor-pointer">
<svg class="backtotop-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- Backtotop end -->
<!-- Offcanvas area start -->
<div class="fix">
<div class="offcanvas__area">
<div class="offcanvas__wrapper">
<div class="offcanvas__content">
<div class="offcanvas__top d-flex justify-content-between align-items-center">
<div class="offcanvas__logo">
<a href="index.html">
<img src="assets/imgs/logo/logo.png" alt="M Digital Logo">
</a>
</div>
<div class="offcanvas__close">
<button class="offcanvas-close-icon animation--flip">
<span class="offcanvas-m-lines">
<span class="offcanvas-m-line line--1"></span><span class="offcanvas-m-line line--2"></span><span class="offcanvas-m-line line--3"></span>
</span>
</button>
</div>
</div>
<div class="mobile-menu fix"></div>
<div class="offcanvas__social">
<h3 class="offcanvas__title mb-20">Subscribe & Follow</h3>
<ul>
<li><a href="https://www.facebook.com/sizro"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/mtzdigitallab/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCHNWCS9X1d6AWS0ZPBZCsAw"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
<div class="offcanvas__btn d-sm-none">
<div class="header__btn-wrap">
<a class="rr-btn btn-hover-white" href="printservice.html">Order Now<span><i class="fa-regular fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="offcanvas__overlay"></div>
<div class="offcanvas__overlay-white"></div>
<!-- Offcanvas area start -->
<!-- Header area start -->
<header>
<div id="header-sticky" class="header__area header-1">
<div class="container">
<div class="mega__menu-wrapper p-relative">
<div class="header__main">
<div class="header__left">
<div class="header__logo">
<a href="index.html">
<div class="logo">
<img src="assets/imgs/logo/logo.svg" alt="M Digital Logo">
</div>
</a>
</div>
</div>
<div class="header__middle">
<div class="mean__menu-wrapper d-none d-lg-block">
<div class="main-menu">
<nav id="mobile-menu">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<!-- Printing Services -->
<li class="has-dropdown">
<a href="printservice.html">Print Services</a>
<ul class="submenu">
<!-- Large Format Printing -->
<li class="has-dropdown">
<a href="javascript:void(0)">Large Format Printing</a>
<ul class="submenu">
<li><a href="vinylbanners.html">Vinyl Banners</a></li>
<li><a href="coroplastsigns.html">Coroplast Signs</a></li>
<li><a href="tablecloths.html">Tablecloths</a></li>
<li><a href="retractiblebanner.html">Retractable Banners</a></li>
<li><a href="sidewalksigns.html">Sidewalk Signs</a></li>
<li><a href="walldecal.html">Wall Decals</a></li>
<li><a href="hightrackvinyl.html">High Tack Adhesive Vinyl</a></li>
<li><a href="cardoormagnet.html">Car Magnets</a></li>
<li><a href="perforatedvinyl.html">Perforated Window Vinyl</a></li>
<li><a href="windowsgraphics.html">Window Graphics</a></li>
</ul>
</li>
<!-- Offset Printing -->
<li class="has-dropdown">
<a href="javascript:void(0)">Offset Printing</a>
<ul class="submenu">
<li><a href="businesscard.html">Business Cards</a></li>
<li><a href="postcards.html">Postcards</a></li>
<li><a href="flyersandbrochures.html">Flyers and Brochures</a></li>
<li><a href="announcementcards.html">Announcement Cards</a></li>
<li><a href="calendars.html">Calendars</a></li>
<li><a href="doorhangers.html">Door Hangers</a></li>
<li><a href="envelopes.html">Envelopes</a></li>
<li><a href="hangtags.html">Hang Tags</a></li>
<li><a href="letterheads.html">Letterheads</a></li>
<li><a href="restaurantmenus.html">Restaurant Menus</a></li>
<li><a href="ncrforms.html">NCR Forms</a></li>
<li><a href="tabletents.html">Table Tents</a></li>
</ul>
</li>
<!-- Digital Print -->
<li class="has-dropdown">
<a href="javascript:void(0)">Digital Print</a>
<ul class="submenu">
<li><a href="eventtickets.html">Event Tickets</a></li>
<li><a href="posters.html">Posters</a></li>
<li><a href="stickers.html">Stickers</a></li>
<li><a href="catalogs.html">Catalogs</a></li>
<li><a href="rolllabels.html">Roll Labels</a></li>
</ul>
</li>
</ul>
</li>
<!-- Apparel -->
<li class="has-dropdown">
<a href="printservice.html">Apparel</a>
<ul class="submenu">
<li><a href="embroidery.html">Embroidery</a></li>
<li><a href="screenprinting.html">Screen Printing</a></li>
<li><a href="dtf.html">DTF</a></li>
<li><a href="drg.html">DTG</a></li>
<li><a href="heat.html">Heat Transfer Vinyl</a></li>
</ul>
</li>
<!-- Digital Marketing -->
<li class="has-dropdown">
<a href="printservice.html">Digital Marketing</a>
<ul class="submenu">
<li><a href="photosession.html">Photo Session</a></li>
<li><a href="shoot.html">Product Shoot</a></li>
<li><a href="videoediting.html">Video Production</a></li>
<li><a href="socialmediamanagement.html">Social Media Management</a></li>
<li><a href="videomenu.html">Video Menu</a></li>
<li><a href="website.html">Website</a></li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="header__right">
<div class="header__action d-flex align-items-center">
<div class="header__btn-wrap d-none d-sm-inline-flex">
<a href="printservice.html" class="rr-btn">Order Now</a>
</div>
<div class="header__hamburger ml-20 d-lg-none">
<div class="sidebar__toggle">
<button class="bar-icon">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="popup-search-box">
<div class="box-inner-wrap d-flex align-items-center">
<form id="form" action="#" method="get" role="search">
<input id="popup-search" type="text" name="s" placeholder="Type keywords here...">
</form>
<div class="search-close"><i class="fa-sharp fa-regular fa-xmark"></i></div>
</div>
</div>
<!-- Header area end -->
<!-- Body main wrapper start -->
<main>
<div class="breadcrumb__area breadcrumb-space overflow-hidden banner-home-bg ">
<div class="banner-home__middel-shape inner-top-shape"></div>
<div class="container">
<div class="banner-all-shape-wrapper">
<div class="banner-home__banner-shape-1 first-shape">
<img class="upDown-top" src="assets/imgs/banner-1/banner-shape-1.svg" alt="img not found">
</div>
<div class="banner-home__banner-shape-2 second-shape">
<img class="upDown-bottom" src="assets/imgs/banner-1/banner-shape-2.svg" alt="img not found">
</div>
<div class="right-shape">
<img class="zooming" src="assets/imgs/inner-img/inner-right-shape.svg" alt="img not found">
</div>
</div>
<div class="row align-items-center justify-content-between">
<div class="col-12">
<div class="breadcrumb__content text-center">
<div class="breadcrumb__title-wrapper mb-15 mb-sm-10 mb-xs-5">
<h1 class="breadcrumb__title color-white wow fadeIn animated" data-wow-delay=".1s">Video Production</h1>
</div>
<div class="breadcrumb__menu wow fadeIn animated" data-wow-delay=".5s">
<nav>
<ul>
<li><span><a href="index.html">Online Service</a></span></li>
<li class="active"><span> / Video Editing </span></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!--shop-details start-->
<section class="product-filter-area filter-area-3 section-space">
<div class="container">
<div class="row flex align-items-center">
<div class="col-xl-6 col-lg-6">
<div class="rr-product-details-thumb-wrapper">
<figure class="rr-product-media">
<img src="assets/images/preview/videoediting-1.png" class="img-fluid" alt="Video Production ">
</figure>
<a href="assets/images/preview/videoediting-1.png" class=" popup-image wow fadeIn animated" data-wow-delay=".5s">
<div class="rr-product-search">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke="#FF3D00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.0004 18.9999L14.6504 14.6499" stroke="#FF3D00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</a>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="rr-shop-details__right-warp">
<h3 class="rr-shop-details__title-sm">Video Production</h3>
</div>
<div class="woocommerce-product-details__short-description">
<p>Video Editing is an art that transforms raw footage into compelling stories. Whether for marketing campaigns, social media content, or personal projects, our video editing services bring your visions to life. With a focus on narrative flow, visual appeal, and emotive impact, we craft videos that engage and inspire your audience.
Our expertise spans cutting-edge editing techniques, color grading, audio mixing, and motion graphics, ensuring your videos stand out and deliver your message effectively. Let us help you make an impact with beautifully edited videos that resonate with viewers.</p>
</div>
<div class="rr-shop-details__product-info">
<div class="rr-shop-details__social">
<span>Share:</span>
<ul class="list-unstyled">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest-p"></i></a>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div class="rr-fea-product__tab rr-fea-product__tab-3 product-filter-area-review mb-40">
<nav>
<div class="nav nav-tab nav-inner nav-inner-3 align-items-center justify-content-center mt-80" id="nav-tab" role="tablist">
<div class="all-button d-flex">
<button class="nav-link nav-link-3 rr-el-rep-filterBtn active" id="nav-0-tab" data-bs-toggle="tab" data-bs-target="#nav-0" type="button" role="tab" aria-controls="nav-0" aria-selected="true">
<span class="button button-3">
<span>Description</span>
</span>
</button>
<button class="nav-link nav-link-3 rr-el-rep-filterBtn " id="nav-1-tab" data-bs-toggle="tab" data-bs-target="#nav-1" type="button" role="tab" aria-controls="nav-1" aria-selected="false">
<span class="button text-center">
<span>Uses</span>
</span>
</button>
</div>
</div>
</nav>
</div>
</div>
</div>
<div class="row">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane active fade show" id="nav-0" role="tabpanel" aria-labelledby="nav-0-tab" tabindex="0">
<div class="rr-fea-product__wrapper wrapper">
<div class="row">
<div class="paragraph">
<p> Video Production and Editing is the key to unlocking the full potential of your business or private event, transforming ordinary moments into extraordinary memories. Our service is a seamless blend of creativity and technical expertise, crafted to deliver stunning visuals and compelling narratives that captivate your audience and leave a lasting impression. </p>
</div>
<div class="paragraph">
<p> Whether you're a business looking to create captivating promotional videos or an individual planning a private event, our team of experienced videographers and editors is here to bring your vision to life. From concept development to final editing, we handle every aspect of the production process with precision and care, ensuring that your message is conveyed with clarity and impact. </p>
</div>
<div class="paragraph">
<p> For businesses, our Video Production and Editing service offers a powerful tool for building brand awareness, engaging customers, and driving sales. Whether you need a promotional video for your website, social media content to boost engagement, or training videos for your staff, we have the expertise and creativity to deliver results that exceed your expectations. </p>
</div>
<div class="paragraph">
<p> For private events, our service provides a way to capture and preserve the magic of the moment for years to come. Whether it's a wedding, birthday party, or corporate gathering, our team will work closely with you to understand your vision and create a video that perfectly encapsulates the spirit of the occasion. </p>
</div>
<div class="paragraph">
<p> With our Video Production and Editing service, the possibilities are endless. Let us help you tell your story, share your message, and create memories that will last a lifetime. </p>
</div>
</div>
</div>
</div>
<div class="tab-pane second-pane fade " id="nav-1" role="tabpanel" aria-labelledby="nav-1-tab" tabindex="0">
<div class="rr-fea-product__wrapper">
<div class="row">
<div class="signup-form-wrapper">
<div class="title-wrapper">
<h3 class="title">Uses</h3>
<ul>
<li>Corporate presentations</li>
<li>Social media ads</li>
<li>Music videos</li>
<li>Documentary films</li>
<li>Wedding montages</li>
<li>Educational content</li>
<li>Event recap highlights</li>
<li>Personal projects</li>
<li>Product demonstrations</li>
<li>Viral marketing campaigns</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--shop-details end-->
<!-- Brand area start -->
<section class="main-brand__area section-space-bottom">
<div class="brand__area">
<div class="container">
<div class="row">
<div class="main-brand__tittle-wrapper text-center mb-40">
<h4 class="main-brand__tittle-wrapper-title">"Brands Trust our Services"</h4>
<p class="main-brand__tittle-wrapper-subtitle">Our passion is to help your business to be successful</p>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="swiper brand__active wow fadeIn" data-wow-delay=".3s">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="brand__item text-center wow fadeIn animated" data-wow-delay=".1s">
<div class="brand__thumb">
<img class="img-fluid" src="assets/imgs/brands/home2-companey-brands-img-1.png" alt="image not found">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="brand__item text-center wow fadeIn animated" data-wow-delay=".2s">
<div class="brand__thumb">
<img class="img-fluid" src="assets/imgs/brands/home2-companey-brands-img-2.png" alt="image not found">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="brand__item text-center wow fadeIn animated" data-wow-delay=".3s">
<div class="brand__thumb">
<img class="img-fluid" src="assets/imgs/brands/home2-companey-brands-img-3.png" alt="image not found">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="brand__item text-center wow fadeIn animated" data-wow-delay=".4s">
<div class="brand__thumb">
<img class="img-fluid" src="assets/imgs/brands/home2-companey-brands-img-4.png" alt="image not found">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="brand__item text-center wow fadeIn animated" data-wow-delay=".5s">
<div class="brand__thumb">
<img class="img-fluid" src="assets/imgs/brands/home2-companey-brands-img-5.png" alt="image not found">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Brand area end -->
</main>
<!-- Footer area start -->
<footer>
<section class="footer__area-common background overflow-hidden position-relative z-1">
<div class="container">
<div class="row mb-minus-40 footer-wrap">
<div class="col-lg-4">
<div class="footer__widget footer__widget-item-1">
<div class="footer__logo mb-20">
<a href="index.html">
<img src="assets/imgs/footer/logo.svg" alt="M Digital Services">
</a>
</div>
<div class="footer__content">
<p>Explore premier services in social media management, design, video production, photography, and marketing print solutions. Elevate your brand with M Digital Lab today!</p>
</div>
<div class="footer__social mt-20">
<a href="https://www.facebook.com/sizro"><i class="fa fa-facebook-f"></i></a>
<a href="https://www.instagram.com/mtzdigitallab/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCHNWCS9X1d6AWS0ZPBZCsAw"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<div class="footer__widget footer__widget-item-2">
<div class="footer__widget-title">
<h4>Quick Links</h4>
</div>
<div class="footer__link">
<ul>
<li><a href="contact.html"><i class="fa fa-chevron-right"></i>Contact </a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i>FAQ's</a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i>Terms Of Service</a></li>
<li><a href="index.html"><i class="fa fa-chevron-right"></i>Home</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="footer__widget footer__widget-item-3">
<div class="footer__widget-title">
<h4>Our Services</h4>
</div>
<div class="footer__link">
<ul>
<li><a href="printservice.html"><i class="fa fa-chevron-right"></i>Print Services</a></li>
<li><a href="screenprinting.html"><i class="fa fa-chevron-right"></i>Screen Printing</a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i>Design & Branding</a></li>
<li><a href="embroidery.html"><i class="fa fa-chevron-right"></i>Embroidery</a></li>
<li><a href="videoediting.html"><i class="fa fa-chevron-right"></i>Video Production</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer__widget footer__widget-item-4">
<div class="footer__widget-title">
<h4>Contact</h4>
</div>
<div class="footer__subscribe subscribe-2 d-flex mt-15">
<ul>
<li class="gap-10">
<a href="tel:025698259145">
<span>
<i class="fa fa-phone"></i>
</span>
</a>
<a href="tel:+18623105807">+862 310 5807</a>
</li>
<li>
<a href="mailto:[email protected]">
<span>
<i class="fa fa-envelope"></i>
</span>
<span>[email protected]</span>
</a>
</li>
<li>
<a href="#">
<span>
<i class="fa fa-clock"></i>
</span>
<span>Mon-Sat: 8:00am - 8:00pm</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer__bottom-wrapper footer__bottom-home-1-bg">
<div class="container">
<div class="footer__bottom">
<div class="footer__copyright">
<p>
Copyright @<script>document.write(new Date().getFullYear())</script>, all Rights Reserved by
<a href="index.html" target="_blank"> M Digital Lab</a>
</p>
</div>
<div class="footer__copyright-menu">
<ul>
</ul>
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- Footer area end -->
<!-- JS here -->
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/type.js"></script>
<script src="assets/js/counterup.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/parallax-scroll.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/isotope-docs.min.js"></script>
<script src="assets/js/ajax-form.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>