-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
715 lines (705 loc) · 42.4 KB
/
services.html
File metadata and controls
715 lines (705 loc) · 42.4 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
<!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, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes" />
<title>Netwise - IT Solutions & Technology Figma Template</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/images/fevicon.png" />
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/fontawsome/css/fontawesome.css" />
<link rel="stylesheet" href="assets/css/odometer.css" />
<link rel="stylesheet" href="assets/css/slick.css" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<!-- Preloader start -->
<div id="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon">
<img width="65" src="assets/images/logo/logo-sm.svg" alt="logo-sm">
</div>
</div>
</div>
<!-- Preloader end -->
<!-- Header section start -->
<header class="header-section" id="sticky-header">
<nav class="navbar navbar-expand-xl d-none d-xl-flex">
<div class="container navbar-main">
<a class="navbar-brand" href="index.html">
<img src="./assets/images/logo/logo.png" alt="logo" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Home <i
class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./index.html">Home One</a></li>
<li><a href="./home-two.html">Home Two</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Services<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./services.html">Service Single</a></li>
<li><a href="./service-details.html">Service Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Projects<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./porjects.html">Projects Single</a></li>
<li><a href="./project-details.html">Projects Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog<i class="fa-solid fa-angle-down"></i></a>
<ul class="sub-menu list-unstyled">
<li><a href="./blog.html">Blog Single</a></li>
<li><a href="./blog-details.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
<a href="tel:(+1)652-3698" class="call-to-action d-flex align-items-center">
<div class="icon rounded-pill">
<i class="fa-solid fa-phone"></i>
</div>
<div class="info">
<p>Need Help?</p>
<h6>+123 652-3698</h6>
</div>
</a>
</div>
</div>
</nav>
<!-- mobile navbar part start -->
<div class="mobile-menu-area d-block d-xl-none">
<div class="container">
<!-- mobile topbar -->
<div class="mobile-topbar">
<div class="d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="logo" /></a>
</div>
<div class="bars">
<i class="fas fa-bars"></i>
</div>
</div>
</div>
</div>
<!-- mobile menu -->
<div class="mobile-menu-overlay"></div>
<div class="mobile-menu-main">
<div class="logo">
<a href="./index.html">
<img src="assets/images/logo/logo.png" alt="logo" /></a>
</div>
<div class="close-mobile-menu"><i class="fas fa-times"></i></div>
<div class="menu-body">
<div class="menu-list">
<ul class="list-unstyled">
<li class="sub-mobile-menu">
<a href="#">Home <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li><a href="index.html">Home One</a></li>
<li><a href="home-two.html">Home Two</a></li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="about.html">About Us</a>
</li>
<li class="sub-mobile-menu">
<a href="#">Services <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="services.html">Service Single</a>
</li>
<li>
<a href="service-details.html">Service Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="#">Projects <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="projects.html">Project Single</a>
</li>
<li>
<a href="project-details.html">Project Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="#">Blog <i class="fas fa-chevron-down float-end"></i></a>
<ul class="list-unstyled">
<li>
<a href="blog.html">Blog Single</a>
</li>
<li>
<a href="blog-details.html">Blog Details</a>
</li>
</ul>
</li>
<li class="sub-mobile-menu">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="call-us p-4">
<a href="tel:(+1)652-3698" class="call-to-action d-flex align-items-center">
<div class="icon d-flex justify-content-center align-items-center rounded-pill">
<i class="fa-solid fa-phone"></i>
</div>
<div class="info">
<p class="help">Need help?</p>
<h5 class="number">(+1) 652-3698</h5>
</div>
</a>
</div>
</div>
</div>
<!-- mobile navbar part end -->
</header>
<!-- Header section end -->
<!-- Main area Start -->
<main>
<!-- Page Header Section Start-->
<section class="page-header-section">
<div class="container">
<div class="row g-4">
<div class="col-lg-4 align-self-center">
<div class="header-img">
<img src="assets/images/banner/page_header_img.png" alt="">
</div>
</div>
<div class="col-lg-8 align-self-center">
<div class="bread-crumb text-end">
<h1 class="page-header-title">Service</h1>
<ul class="list-unstyled d-flex justify-content-end align-items-center">
<li><a href="index.html">Home</a></li>
<li>Service</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Page Header Section End-->
<!-- Service section start -->
<section class="service-section style2 py-120 bg-white">
<div class="container">
<div class="row g-4">
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon rounded-20 flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-1.svg" alt="service-icon-1">
</div>
<h4 class="service-title">Quantum IT Solutions</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon primary rounded-20 flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-2.svg" alt="service-icon-2">
</div>
<h4 class="service-title">Smart Net IT Services</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon rounded-20 secondary flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-3.svg" alt="service-icon-3">
</div>
<h4 class="service-title">Inno Secure Technologies</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon rounded-20 flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-1.svg" alt="service-icon-1">
</div>
<h4 class="service-title">Quantum IT Solutions</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon primary rounded-20 flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-2.svg" alt="service-icon-2">
</div>
<h4 class="service-title">Digital Wizards IT</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
<div class="col-lg-4">
<div class="service-card">
<div
class="box-icon rounded-20 secondary flex-shrink-0 d-flex align-items-center justify-content-center">
<img src="./assets/images/icon/Service-icon-3.svg" alt="service-icon-3">
</div>
<h4 class="service-title">Tech Minds Solutions</h4>
<p class="service-details">As technology continues to evolve, the importance of IT in
shaping future</p>
</div>
</div>
</div>
</div>
</section>
<!-- Service section end -->
<!-- Newsletter section start -->
<section class="newsletter-section" data-background="assets/images/shapes/newsletter-bg.svg">
<div class="container">
<div class="row g-4">
<div class="col-lg-6 align-self-center">
<div class="news-text d-flex align-items-center gap-4">
<div class="icon">
<img src="assets/images/icon/mail-icon.svg" alt="mail-icon">
</div>
<h3 class="info">Subscribe Our Newsletter</h3>
</div>
</div>
<div class="col-lg-6 align-self-center">
<div class="news-form">
<form action="#">
<div class="d-sm-flex gap-3 align-items-center">
<div class="input-group position-relative">
<input type="text" class="form-control form-field shadow-none"
placeholder="Enter Your Email">
<span class="mail-icon position-absolute top-50 translate-middle-y"><i
class="fas fa-envelope"></i></span>
</div>
<button
class="theme-btn mt-3 mt-sm-0 theme-btn-primary position-relative flex-shrink-0">Subscribe
Now</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter section end -->
<!-- Faq section start -->
<section class="faq-section style2 pt-120">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title mb-30 text-start">
<h6 class="sub-title">Ask Question
</h6>
<h2 class="title split-text right">Empowering Progress Through Technology</h2>
</div>
<div class="faq-body">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<div class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
1. What IT services do you offer?
</button>
<div id="collapseOne" class="accordion-collapse collapse show"
aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>We offer a range of IT ser including network setup and management,
cybersecurity
solutions, clo computing, data backup and recovery, software
development, and technical
support</p>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
2. How can you help improve our cybersecurity?
</button>
</div>
<div id="collapseTwo" class="accordion-collapse collapse"
aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>We offer a range of IT ser including network setup and management,
cybersecurity solutions,
clo computing, data backup and recovery, software development, and
technical support</p>
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
3. How do you handle data backup and recovery?
</button>
</div>
<div id="collapseThree" class="accordion-collapse collapse"
aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>We offer a range of IT ser including network setup and management,
cybersecurity solutions,
clo computing, data backup and recovery, software development, and
technical support</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="faq-images">
<div class="row g-4">
<div class="col-lg-12">
<div class="single-img reveal left rounded-20 overflow-hidden">
<img src="assets/images/faq/faq-img-1.png" alt="faq-img"
class="img-fluid w-100">
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single-img reveal right rounded-20 overflow-hidden">
<img src="assets/images/faq/faq-img-2.png" alt="faq-img"
class="img-fluid w-100">
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div
class="clients rounded-20 text-center d-flex align-items-center justify-content-center flex-column">
<svg xmlns="http://www.w3.org/2000/svg" width="65" height="66"
viewBox="0 0 65 66" fill="none">
<path
d="M32.5945 13.3281C27.6827 13.3281 23.6875 17.5493 23.6875 22.7392C23.6875 27.9277 27.6827 32.1489 32.5945 32.1489C37.5063 32.1489 41.5016 27.9277 41.5016 22.7392C41.5016 17.5493 37.5063 13.3281 32.5945 13.3281ZM32.5945 28.3403C29.7825 28.3403 27.4961 25.8279 27.4961 22.7392C27.4961 19.6504 29.7825 17.1367 32.5945 17.1367C35.4065 17.1367 37.693 19.6504 37.693 22.7392C37.693 25.8279 35.4065 28.3403 32.5945 28.3403ZM51.5601 14.5938H51.4991C47.2386 14.6294 43.8032 18.3123 43.84 22.8026C43.8769 27.2714 47.3389 30.8832 51.5728 30.8832H51.6337C53.7221 30.8654 55.6721 29.9856 57.1231 28.4051C58.5399 26.8601 59.3105 24.825 59.2928 22.6744C59.256 18.2057 55.7939 14.5938 51.5601 14.5938ZM54.3162 25.8292C53.5875 26.6239 52.6239 27.0657 51.6019 27.0746H51.5728C49.426 27.0746 47.6677 25.1513 47.6486 22.7709C47.6283 20.3804 49.3701 18.4202 51.5309 18.4024H51.5601C53.7068 18.4024 55.4651 20.3271 55.4842 22.7062C55.4943 23.8894 55.0792 24.9989 54.3162 25.8292Z"
fill="white" />
<path
d="M53.5361 31.8353H49.6006C46.5728 31.8353 43.8153 33.0159 41.765 34.9405C39.7693 33.7599 37.4448 33.0819 34.9629 33.0819H30.2288C27.6986 33.0819 25.3297 33.7865 23.3099 35.0091C21.2507 33.0438 18.4641 31.8353 15.3994 31.8353H11.4639C5.14287 31.8353 0 36.9781 0 43.2991V48.1525H16.8264V51.9345H48.3653V48.1525H65V43.2991C65 36.9781 59.8571 31.8353 53.5361 31.8353ZM16.9978 44.3439H3.80859V43.2991C3.80859 39.0779 7.24268 35.6438 11.4639 35.6438H15.3994C17.2783 35.6438 19.0011 36.3243 20.3354 37.4529C18.6126 39.3369 17.4205 41.7135 16.9978 44.3439ZM44.5567 48.1259H20.635V46.4844C20.6332 44.3874 21.3215 42.3482 22.5938 40.6813C23.4057 39.6145 24.4314 38.729 25.6052 38.0813C26.9775 37.3222 28.5543 36.8905 30.2288 36.8905H34.9629C36.579 36.8905 38.1012 37.2917 39.438 38.0001C40.6104 38.6214 41.6421 39.478 42.4684 40.5163C43.3639 41.6372 43.9953 42.9455 44.3155 44.3439C44.4729 45.032 44.5567 45.7493 44.5567 46.4844V48.1259ZM61.1914 44.3439H48.1939C47.7636 41.6716 46.5397 39.2607 44.7738 37.3615C46.0916 36.2875 47.7725 35.6438 49.6006 35.6438H53.5361C57.7573 35.6438 61.1914 39.0779 61.1914 43.2991V44.3439ZM13.4253 14.5938H13.3644C9.10381 14.6293 5.66846 18.3122 5.70527 22.8025C5.74209 27.2713 9.2041 30.8831 13.438 30.8831H13.4989C15.5873 30.8653 17.5373 29.9855 18.9884 28.405C20.4052 26.86 21.1758 24.8249 21.158 22.6743C21.1212 18.2056 17.6592 14.5938 13.4253 14.5938ZM16.1814 25.8291C15.4527 26.6238 14.4892 27.0656 13.4672 27.0745H13.438C11.2912 27.0745 9.53291 25.1512 9.51387 22.7708C9.49356 20.3803 11.2354 18.4201 13.3961 18.4023H13.4253C15.5721 18.4023 17.3304 20.327 17.3494 22.7061C17.3596 23.8893 16.9444 24.9988 16.1814 25.8291Z"
fill="white" />
</svg>
<div class="client-number d-flex align-items-center justify-content-center">
<div class="odometer" data-count="7"></div> k+
</div>
<h5 class="trust">Trusted Clients</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Faq section end -->
<!-- Message section two start -->
<section class="message-section message-section-two pt-120 position-relative style2">
<div class="container">
<div class="message-main rounded-20">
<div class="row">
<div class="col-lg-6">
<div class="section-title mb-40 text-start ">
<h5 class="sub-title">Talk to us</h5>
<h3 class="title z-5 split-text right">Shaping the Future
with Technology</h3>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-7 order-2 order-lg-1">
<div class="message-text">
<form action="#" class="message-form">
<div class="row g-3">
<div class="col-lg-6">
<div class="input-group">
<label class="form-label">Your Name</label>
<input type="text" class="form-control form-field shadow-none"
placeholder="Adnan Walker">
</div>
</div>
<div class="col-lg-6">
<div class="input-group">
<label class="form-label">Your Email</label>
<input type="text" class="form-control form-field shadow-none"
placeholder="info.example@gmail.com">
</div>
</div>
<div class="col-lg-6">
<div class="input-group">
<label class="form-label">Your Number</label>
<input type="text" class="form-control form-field shadow-none"
placeholder="+088123456789">
</div>
</div>
<div class="col-lg-6">
<div class="input-group">
<label class="form-label">Your Area</label>
<select class="form-select form-field shadow-none"
aria-label="Default select example">
<option>New York City</option>
<option>Los Angeles</option>
<option>Chicago</option>
<option>Houston</option>
</select>
</div>
</div>
<div class="col-lg-12">
<div class="input-group">
<label class="form-label">Message</label>
<textarea class="form-field textarea-control"
placeholder="Message here.."></textarea>
</div>
</div>
<div class="col-lg-12">
<button type="submit"
class="theme-btn w-100 text-center theme-btn-tertiary position-relative">Send
Now</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2">
<div class="message-contact-info rounded-20">
<h4 class="title text-white mb-40">Contact</h4>
<ul class="list-unstyled contact-info">
<li class="d-flex align-items-center">
<div class="icon flex-shrink-0"><i class="fa-solid fa-paper-plane"></i></div>
<div class="text">
<p class="cn-title">Address </p>
<h5 class="cn-info">4517 Washington Ave. Manchester</h5>
</div>
</li>
<li class="d-flex align-items-center">
<div class="icon flex-shrink-0"><i class="fa-solid fa-envelope"></i></div>
<div class="text">
<p class="cn-title">Email</p>
<h5 class="cn-info">
<a href="mailto:info@example.com">info@example.com</a>
</h5>
</div>
</li>
<li class="d-flex align-items-center">
<div class="icon flex-shrink-0"><i class="fa-solid fa-phone"></i></div>
<div class="text">
<p class="cn-title">Phone</p>
<h5 class="cn-info">
<a href="tel:(239)555-0108">(239) 555-0108</a>
</h5>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Message section two end -->
<!-- Back to top button start -->
<button class="scroll-to-top position-fixed">
<i class="fas fa-chevron-up"></i>
</button>
<!-- Back to top button end -->
</main>
<!-- Main area end -->
<!-- Footer section start -->
<footer class="footer-section pt-120" data-background="assets/images/shapes/footer-shape.svg">
<div class="container">
<div class="row g-4">
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-1.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Tech Fusion Solutions</h4>
<p>It encompasses the use of computers, networks</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-2.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Digital Edge Innovations</h4>
<p>Other digital technologies to store place network</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div class="footer-short-info rounded-20 d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center rounded-pill flex-shrink-0">
<img src="assets/images/icon/footer-short-icon-3.svg" alt="footer-short-icon">
</div>
<div class="text">
<h4 class="title">Cloud Wave Services</h4>
<p>The rapid advancement of technology continuously</p>
</div>
</div>
</div>
</div>
<div class="footer-main">
<div class="row g-4">
<div class="col-xl-3 col-lg-3 col-md-6">
<div class="footer-widget footer-about">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo2.svg" alt="logo2">
</a>
</div>
<div class="short-info">
<p>Drives innovation within the IT sector, making it a dynamic </p>
</div>
<div class="contact-info">
<ul class="list-unstyled">
<li>
<div class="d-flex align-items-center gap-2">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<h4 class="title">Address </h4>
</div>
<p>2464 Royal Ln. Mesa, New Jersey</p>
</li>
<li>
<div class="d-flex align-items-center gap-2">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<h4 class="title">Email </h4>
</div>
<a href="mailto:curtis.weaver@example.com">curtis.weaver@example.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget footer-links services-widget">
<h4 class="footer-title">Services</h4>
<ul class="list-unstyled">
<li><a href="services.html"><i class="fas fa-chevron-right"></i> InfoSec Experts</a>
</li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> Quantum IT
Solutions</a></li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> NexusTech Systems</a>
</li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> SmartNet IT
Services</a></li>
<li><a href="services.html"><i class="fas fa-chevron-right"></i> ByteForce Solutions</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-6">
<div class="footer-widget footer-links links-widget">
<h4 class="footer-title">Link</h4>
<ul class="list-unstyled">
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Testimonial</a></li>
<li><a href="blog-and-news.html">Blog And News</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6">
<div class="footer-widget recent-post-widget">
<h4 class="footer-title">Recent Post</h4>
<ul class="list-unstyled">
<li>
<a href="blog.html">
<span class="title">
Crafting Tomorrow’s Digital World
</span>
<small>
<i class="fas fa-calendar-alt"></i>
October 19, 2024
</small>
</a>
</li>
<li>
<a href="blog.html">
<span class="title">
Technology That Powers the Future
</span>
<small>
<i class="fas fa-calendar-alt"></i>
October 19, 2024
</small>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row g-2">
<div class="col-lg-6">
<div class="footer-copyright text-center text-lg-start">
<p>© Yoursitename <span id="copyright_year"></span> | All Rights Reserved</p>
</div>
</div>
<div class="col-lg-6">
<div class="footer-menu text-center text-lg-end">
<ul class="list-unstyled">
<li class="d-inline-block"><a href="#">Trams & Condition</a></li>
<li class="d-inline-block"><a href="#">Privacy Policy</a></li>
<li class="d-inline-block"><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer section end -->
<!-- All Js File -->
<script src="assets/js/vendor/jquery-3.6.4.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/gsap.js"></script>
<script src="assets/js/gsap-scroll-trigger.js"></script>
<script src="assets/js/gsap-split-text.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/clipboard.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>