-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout-us.html
566 lines (550 loc) · 34.8 KB
/
about-us.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>InfixDev | About Us</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/media/favicon.png">
<link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/vendor/font-awesome.css">
<link rel="stylesheet" href="assets/css/vendor/slick.css">
<link rel="stylesheet" href="assets/css/vendor/slick-theme.css">
<link rel="stylesheet" href="assets/css/vendor/sal.css">
<link rel="stylesheet" href="assets/css/vendor/magnific-popup.css">
<link rel="stylesheet" href="assets/css/vendor/green-audio-player.min.css">
<!-- Site Stylesheet -->
<link rel="stylesheet" href="assets/css/app.css">
</head>
<body class="sticky-header">
<a href="#main-wrapper" id="backto-top" class="back-to-top">
<i class="far fa-angle-double-up"></i>
</a>
<!-- Preloader Start Here -->
<div id="preloader"></div>
<!-- Preloader End Here -->
<div class="my_switcher d-none d-lg-block">
<ul>
<li title="Light Mode">
<a href="javascript:void(0)" class="setColor light" data-theme="light">
<i class="fal fa-lightbulb-on"></i>
</a>
</li>
<li title="Dark Mode">
<a href="javascript:void(0)" class="setColor dark" data-theme="dark">
<i class="fas fa-moon"></i>
</a>
</li>
</ul>
</div>
<div id="main-wrapper" class="main-wrapper">
<!--=====================================-->
<!--= Header Area Start =-->
<!--=====================================-->
<header class="header axil-header header-style-1">
<div id="axil-sticky-placeholder"></div>
<div class="axil-mainmenu">
<div class="container">
<div class="header-navbar">
<div class="header-logo">
<a href="index.html"><img class="light-version-logo" src="assets/media/logo.png" alt="logo"></a>
<a href="index.html"><img class="dark-version-logo" src="assets/media/logo-3.png" alt="logo"></a>
<a href="index.html"><img class="sticky-logo" src="assets/media/logo-2.png" alt="logo"></a>
</div>
<div class="header-main-nav">
<!-- Start Mainmanu Nav -->
<nav class="mainmenu-nav" id="mobilemenu-popup">
<div class="d-block d-lg-none">
<div class="mobile-nav-header">
<div class="mobile-nav-logo">
<a href="index.html">
<img class="light-mode" src="assets/media/logo-2.png" alt="Site Logo">
<img class="dark-mode" src="assets/media/logo-3.png" alt="Site Logo">
</a>
</div>
<button class="mobile-menu-close" data-bs-dismiss="offcanvas"><i class="fas fa-times"></i></button>
</div>
</div>
<ul class="mainmenu">
<li><a href="index.html">Home</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- End Mainmanu Nav -->
</div>
<div class="header-action">
<ul class="list-unstyled">
<li class="sidemenu-btn d-lg-block d-none">
<button class="btn-wrap" data-bs-toggle="offcanvas" data-bs-target="#offcanvasMenuRight">
<span></span>
<span></span>
<span></span>
</button>
</li>
<li class="mobile-menu-btn sidemenu-btn d-lg-none d-block">
<button class="btn-wrap" data-bs-toggle="offcanvas" data-bs-target="#mobilemenu-popup">
<span></span>
<span></span>
<span></span>
</button>
</li>
<li class="my_switcher d-block d-lg-none">
<ul>
<li title="Light Mode">
<a href="javascript:void(0)" class="setColor light" data-theme="light">
<i class="fal fa-lightbulb-on"></i>
</a>
</li>
<li title="Dark Mode">
<a href="javascript:void(0)" class="setColor dark" data-theme="dark">
<i class="fas fa-moon"></i>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!--=====================================-->
<!--= Breadcrumb Area Start =-->
<!--=====================================-->
<div class="breadcrum-area breadcrumb-banner">
<div class="container">
<div class="section-heading heading-left" data-sal="slide-right" data-sal-duration="1000" data-sal-delay="300">
<h1 class="title h2">One of the fastest growing agency</h1>
<p>We design, develop and deploy digital products worldwide.</p>
</div>
<div class="banner-thumbnail thumbnail-4" data-sal="slide-up" data-sal-duration="1000" data-sal-delay="400">
<img src="assets/media/banner/banner-thumb-3.png" alt="Illustration">
</div>
</div>
<ul class="shape-group-8 list-unstyled">
<li class="shape shape-1" data-sal="slide-right" data-sal-duration="500" data-sal-delay="100">
<img src="assets/media/others/bubble-9.png" alt="Bubble">
</li>
<li class="shape shape-2" data-sal="slide-left" data-sal-duration="500" data-sal-delay="200">
<img src="assets/media/others/bubble-22.png" alt="Bubble">
</li>
<li class="shape shape-3" data-sal="slide-up" data-sal-duration="500" data-sal-delay="300">
<img src="assets/media/others/line-4.png" alt="Line">
</li>
</ul>
</div>
<!--=====================================-->
<!--= About Area Start =-->
<!--=====================================-->
<section class="section section-padding case-study-featured-area">
<div class="container">
<div class="row">
<div class="col-xl-7 col-lg-6">
<div class="case-study-featured-thumb text-start">
<img src="assets/media/others/case-study-4.png" alt="travel">
</div>
</div>
<div class="col-xl-5 col-lg-6">
<div class="case-study-featured">
<div class="section-heading heading-left">
<span class="subtitle">Who we are</span>
<h2 class="title">Building digital product for world changers</h2>
<p>Infixdev is not just a software company in Lagos, Nigeria. We have some of the best digital marketers and product designers in Lagos. Our developers are passionate about the success of businesses. Therefore, you can count on us when you need the right website, mobile app, software for your business and organisation.</p>
<p>While many software companies would takeoff after building a website, we remain with you. This is because, we are always committed to you even after completing your product.</p>
<a href="#" class="axil-btn btn-fill-primary btn-large">Read More</a>
</div>
<div class="case-study-counterup">
<div class="single-counterup">
<h2 class="count-number">
<span class="number count">3</span>
<span class="symbol">+</span>
</h2>
<span class="counter-title">Years on the market</span>
</div>
<div class="single-counterup">
<h2 class="count-number">
<span class="number count">30</span>
<span class="symbol">+</span>
</h2>
<span class="counter-title">Projects delivered so far</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=====================================-->
<!--= About Quality Area Start =-->
<!--=====================================-->
<section class="section section-padding bg-color-dark pb--80 pb_lg--40 pb_md--20">
<div class="container">
<div class="section-heading heading-light-left mb--100">
<span class="subtitle">Our Values</span>
<h2 class="title">Why should you choose us ?</h2>
<p class="opacity-50">We’re a group of friendly, creative, and passionate individuals that love working together to serve our clients</p>
</div>
<div class="row">
<div class="col-lg-4">
<div class="about-quality active">
<h3 class="sl-number">1</h3>
<h5 class="title">UNDERSTANDING</h5>
<p>In exploring your objectives, goals and USPs, we can begin to brainstorm solutions that work for you and your customers.</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-quality">
<h3 class="sl-number">2</h3>
<h5 class="title">RESEARCHING</h5>
<p>Knowing the market is the key to success. By auditing both you and your competitors, we forge the best possible strategy for your online identity</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-quality">
<h3 class="sl-number">3</h3>
<h5 class="title">PLANNING</h5>
<p>We use our knowledge to produce detailed plans describing where your new website, online store, or brand design will fit in the larger picture of your digital marketing strategy.</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-quality">
<h3 class="sl-number">4</h3>
<h5 class="title">SOLVING</h5>
<p>Sound technical development is the foundation of our products and services. Our developers are true tech specialists, who can solve any problem we throw at them.</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-quality">
<h3 class="sl-number">5</h3>
<h5 class="title">COMMITTING</h5>
<p>Crafting the best in user experience is our forte – we design with a user’s mind. Everything we create is built to scale and prepared for future development.</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-quality">
<h3 class="sl-number">6</h3>
<h5 class="title">TESTING</h5>
<p>There is no such thing as too much testing! Every link, button, heading, and form is fully trialled by real users, so there are no surprises on launch day.</p>
</div>
</div>
</div>
</div>
<ul class="list-unstyled shape-group-10">
<li class="shape shape-1"><img src="assets/media/others/circle-1.png" alt="Circle"></li>
<li class="shape shape-2"><img src="assets/media/others/line-3.png" alt="Circle"></li>
<li class="shape shape-3"><img src="assets/media/others/bubble-5.png" alt="Circle"></li>
</ul>
</section>
<!--=====================================-->
<!--= About Team Area Start =-->
<!--=====================================-->
<section class="section-padding-equal">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7" data-sal="slide-right" data-sal-duration="800" data-sal-delay="100">
<div class="about-team">
<div class="thumbnail">
<img src="assets/media/about/about-2.png" alt="thumbnail">
</div>
</div>
</div>
<div class="col-lg-5" data-sal="slide-left" data-sal-duration="800" data-sal-delay="100">
<div class="about-team">
<div class="section-heading heading-left">
<span class="subtitle">Our Team</span>
<h2>Alone you can do so little; together we can do so much.</h2>
<p>To deliver a great Product, Infixdev's Platform has a unique workflow process that works to help build product easier, faster and more efficient.</p>
<a href="team.html" class="axil-btn btn-large btn-fill-primary">Our Team</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=====================================-->
<!--= Work Process Area Start =-->
<!--=====================================-->
<section class="section section-padding bg-color-light pb--70">
<div class="container">
<div class="section-heading mb--90">
<span class="subtitle">Process</span>
<h2 class="title">Our Design Process</h2>
<p>Our comprehensive design strategy ensures a perfectly crafted product for your business.</p>
</div>
<div class="process-work" data-sal="slide-right" data-sal-duration="1000" data-sal-delay="100">
<div class="thumbnail paralax-image">
<img src="assets/media/others/process-1.png" alt="Thumbnail">
</div>
<div class="content">
<span class="subtitle">Step One</span>
<h3 class="title">Idea</h3>
<p>Startup owners who want to build great products have different ideas of how they want their startup to be. At that point, they are basically just ideas waiting to come to life. Our workflow process ensures that these ideas are understood perfectly by our tech talent teams, the best fit teams chosen through the efficient automated process</p>
</div>
</div>
<div class="process-work content-reverse" data-sal="slide-left" data-sal-duration="1000" data-sal-delay="100">
<div class="thumbnail paralax-image">
<img src="assets/media/others/process-2.png" alt="Thumbnail">
</div>
<div class="content">
<span class="subtitle">Step Two</span>
<h3 class="title">Design</h3>
<p>The importance of design sprint ensures that ideas are well tested with potential customers to be able to solve the problems or challenges that may be faced when the product is fully out to the market. With 3-5 days being used on the Brindocorp platform for design sprint planning, it allows for the chosen tech teams to understand the problem, ideate, decide, prototype and lastly test the product to get relevant feedback from users.</p>
</div>
</div>
<div class="process-work" data-sal="slide-right" data-sal-duration="1000" data-sal-delay="100">
<div class="thumbnail paralax-image">
<img src="assets/media/others/process-3.png" alt="Thumbnail">
</div>
<div class="content">
<span class="subtitle">Step Three</span>
<h3 class="title">Development</h3>
<p>Owners are involved in every stage of a product development process which is done seamlessly and with ease. Quite awesome! and that is why startup owners are focused on using our platform to build their products. From effectively being able to select a tech team which consists primarily of a Front end, Back end, Product Designer and a Product Manager, to the product being developed against the design, effective collaboration between the product owner and talent team to the product being fully ready for deployment</p>
</div>
</div>
<div class="process-work content-reverse" data-sal="slide-left" data-sal-duration="1000" data-sal-delay="100">
<div class="thumbnail paralax-image">
<img src="assets/media/others/process-4.png" alt="Thumbnail">
</div>
<div class="content">
<span class="subtitle">Step four</span>
<h3 class="title">Deployment</h3>
<p>To have all the necessary steps, processes and activities ready for a product software or update to be available to its users is as great as it sounds. our talented team helps create efficient workflows that enable easier and faster deployment of product software updates that are accessible to users. Nevertheless, these teams can still help integrate other cloud service providers like Amazon Web Services (AWS) so that products can still be deployed into live environments.</p>
</div>
</div>
</div>
<ul class="shape-group-17 list-unstyled">
<li class="shape shape-1"><img src="assets/media/others/bubble-24.png" alt="Bubble"></li>
<li class="shape shape-2"><img src="assets/media/others/bubble-23.png" alt="Bubble"></li>
<li class="shape shape-3"><img src="assets/media/others/line-4.png" alt="Line"></li>
<li class="shape shape-4"><img src="assets/media/others/line-5.png" alt="Line"></li>
<li class="shape shape-5"><img src="assets/media/others/line-4.png" alt="Line"></li>
<li class="shape shape-6"><img src="assets/media/others/line-5.png" alt="Line"></li>
</ul>
</section>
<!--=====================================-->
<!--= Call To Action Area Start =-->
<!--=====================================-->
<section class="section call-to-action-area">
<div class="container">
<div class="call-to-action">
<div class="section-heading heading-light">
<span class="subtitle">Let's Work Together</span>
<h2 class="title">Need a successful project?</h2>
<a href="contact.html" class="axil-btn btn-large btn-fill-white">Estimate Project</a>
</div>
<div class="thumbnail">
<div class="larg-thumb" data-sal="zoom-in" data-sal-duration="600" data-sal-delay="100">
<img src="assets/media/others/pc.png" alt="Computer">
</div>
<ul class="list-unstyled small-thumb">
<li class="shape shape-1" data-sal="slide-right" data-sal-duration="800" data-sal-delay="400">
<img src="assets/media/others/comment.png" alt="Comments">
</li>
<li class="shape shape-2" data-sal="slide-up" data-sal-duration="800" data-sal-delay="300">
<img src="assets/media/others/keyboard.png" alt="Comments">
</li>
<li class="shape shape-3" data-sal="slide-right" data-sal-duration="800" data-sal-delay="300">
<img src="assets/media/others/mouse.png" alt="Comments">
</li>
<li class="shape shape-4" data-sal="slide-left" data-sal-duration="800" data-sal-delay="300">
<img src="assets/media/others/bell-icon.png" alt="Comments">
</li>
<li class="shape shape-5" data-sal="zoom-in" data-sal-duration="800" data-sal-delay="200">
<img src="assets/media/others/chat-bot.png" alt="Comments">
</li>
</ul>
</div>
</div>
</div>
<ul class="list-unstyled shape-group-9">
<li class="shape shape-1"><img src="assets/media/others/bubble-12.png" alt="Comments"></li>
<li class="shape shape-2"><img src="assets/media/others/bubble-16.png" alt="Comments"></li>
<li class="shape shape-3"><img src="assets/media/others/bubble-13.png" alt="Comments"></li>
<li class="shape shape-4"><img src="assets/media/others/bubble-14.png" alt="Comments"></li>
<li class="shape shape-5"><img src="assets/media/others/bubble-16.png" alt="Comments"></li>
<li class="shape shape-6"><img src="assets/media/others/bubble-15.png" alt="Comments"></li>
<li class="shape shape-7"><img src="assets/media/others/bubble-16.png" alt="Comments"></li>
</ul>
</section>
<!--=====================================-->
<!--= Footer Area Start =-->
<!--=====================================-->
<footer class="footer-area">
<div class="container">
<div class="footer-top">
<div class="footer-social-link">
<ul class="list-unstyled">
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="100"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="200"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="300"><i class="fab fa-pinterest-p"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="400"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="500"><i class="fab fa-instagram"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="600"><i class="fab fa-vimeo-v"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="700"><i class="fab fa-dribbble"></i></a></li>
<li><a href="#" data-sal="slide-up" data-sal-duration="500" data-sal-delay="800"><i class="fab fa-behance"></i></a></li>
</ul>
</div>
</div>
<div class="footer-main">
<div class="row">
<div class="col-xl-6 col-lg-5" data-sal="slide-right" data-sal-duration="800" data-sal-delay="100">
<div class="footer-widget border-end">
<div class="footer-newsletter">
<h2 class="title">Get in touch!</h2>
<p>Our Team of expert designers and engineers will help you build powerful tools to drive impact and help you achieve your goals</p>
<form>
<div class="input-group">
<input type="email" class="form-control" placeholder="Email address">
<button class="subscribe-btn" type="submit">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-7" data-sal="slide-left" data-sal-duration="800" data-sal-delay="100">
<div class="row">
<div class="col-sm-6">
<div class="footer-widget">
<h6 class="widget-title">Services</h6>
<div class="footer-menu-link">
<ul class="list-unstyled">
<li><a href="#">Logo & Branding</a></li>
<li><a href="$">Website Development</a></li>
<li><a href="#">Api Development</a></li>
<li><a href="#">UI/UX Design</a></li>
<li><a href="#">Software Development</a></li>
<li><a href="#">Online Marketing</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="footer-widget">
<h6 class="widget-title">Resourses</h6>
<div class="footer-menu-link">
<ul class="list-unstyled">
<li><a href="blog.html">Blog</a></li>
<li><a href="case-study.html">Case Studies</a></li>
<li><a href="project.html">Portfolio</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="footer-widget">
<h6 class="widget-title">Support</h6>
<div class="footer-menu-link">
<ul class="list-unstyled">
<li><a href="contact.html">Contact</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-use.html">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom" data-sal="slide-up" data-sal-duration="500" data-sal-delay="100">
<div class="row">
<div class="col-md-6">
<div class="footer-copyright">
<span class="copyright-text">© 2022. All rights reserved by <a href="#">Infixdev</a>.</span>
</div>
</div>
<div class="col-md-6">
<div class="footer-bottom-link">
<ul class="list-unstyled">
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-use.html">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--=====================================-->
<!--= Offcanvas Menu Area =-->
<!--=====================================-->
<div class="offcanvas offcanvas-end header-offcanvasmenu" tabindex="-1" id="offcanvasMenuRight">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<form action="#" class="side-nav-search-form">
<div class="form-group">
<input type="text" class="search-field" name="search-field" placeholder="Search...">
<button class="side-nav-search-btn"><i class="fas fa-search"></i></button>
</div>
</form>
<div class="row ">
<div class="col-lg-5 col-xl-6">
<ul class="main-navigation list-unstyled">
<li><a href="index.html"></a></li>
<li><a href="index-2.html">Branding</a></li>
<li><a href="index-3.html">Web-sites</a></li>
<li><a href="index-4.html">Mobile Apps</a></li>
<li><a href="index-5.html">Digital Marketing</a></li>
</ul>
</div>
<div class="col-lg-7 col-xl-6">
<div class="contact-info-wrap">
<div class="contact-inner">
<address class="address">
<span class="title">Contact Information</span>
<p>Lagos,<br>Nigeria.</p>
</address>
<address class="address">
<span class="title">We're Available 24/7. Call Now.</span>
<a class="tel" href="tel:+2348026691861"><i class="fas fa-phone"></i>(234)
802-669-1861</a>
<a class="tel" href="tel:+2348109957139"><i class="fas fa-fax"></i>(234)
810-995-7139</a>
</address>
</div>
<div class="contact-inner">
<h5 class="title">Find us here</h5>
<div class="contact-social-share">
<ul class="social-share list-unstyled">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-behance"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Jquery Js -->
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/isotope.pkgd.min.js"></script>
<script src="assets/js/vendor/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/vendor/waypoints.min.js"></script>
<script src="assets/js/vendor/counterup.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/sal.js"></script>
<script src="assets/js/vendor/jquery.magnific-popup.min.js"></script>
<script src="assets/js/vendor/js.cookie.js"></script>
<script src="assets/js/vendor/jquery.style.switcher.js"></script>
<script src="assets/js/vendor/jquery.countdown.min.js"></script>
<script src="assets/js/vendor/tilt.js"></script>
<script src="assets/js/vendor/green-audio-player.min.js"></script>
<script src="assets/js/vendor/jquery.nav.js"></script>
<!-- Site Scripts -->
<script src="assets/js/app.js"></script>
</body>
</html>