-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathservices-v1.html
744 lines (696 loc) · 41.5 KB
/
services-v1.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Silicon | Services v.1</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Silicon - Multipurpose Technology Bootstrap Template">
<meta name="keywords" content="bootstrap, business, creative agency, mobile app showcase, saas, fintech, finance, online courses, software, medical, conference landing, services, e-commerce, shopping cart, multipurpose, shop, ui kit, marketing, seo, landing, blog, portfolio, html5, css3, javascript, gallery, slider, touch, creative">
<meta name="author" content="Createx Studio">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon and Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#6366f1">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#080032">
<meta name="msapplication-config" content="assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Vendor Styles -->
<link rel="stylesheet" media="screen" href="assets/vendor/boxicons/css/boxicons.min.css"/>
<link rel="stylesheet" media="screen" href="assets/vendor/swiper/swiper-bundle.min.css"/>
<!-- Main Theme Styles + Bootstrap -->
<link rel="stylesheet" media="screen" href="assets/css/theme.min.css">
<!-- Page loading styles -->
<style>
.page-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all .4s .2s ease-in-out;
transition: all .4s .2s ease-in-out;
background-color: #fff;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
.dark-mode .page-loading {
background-color: #0b0f19;
}
.page-loading.active {
opacity: 1;
visibility: visible;
}
.page-loading-inner {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
opacity: 0;
}
.page-loading.active > .page-loading-inner {
opacity: 1;
}
.page-loading-inner > span {
display: block;
font-size: 1rem;
font-weight: normal;
color: #9397ad;
}
.dark-mode .page-loading-inner > span {
color: #fff;
opacity: .6;
}
.page-spinner {
display: inline-block;
width: 2.75rem;
height: 2.75rem;
margin-bottom: .75rem;
vertical-align: text-bottom;
border: .15em solid #b4b7c9;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner .75s linear infinite;
animation: spinner .75s linear infinite;
}
.dark-mode .page-spinner {
border-color: rgba(255,255,255,.4);
border-right-color: transparent;
}
@-webkit-keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
</style>
<!-- Theme mode -->
<script>
let mode = window.localStorage.getItem('mode'),
root = document.getElementsByTagName('html')[0];
if (mode !== null && mode === 'dark') {
root.classList.add('dark-mode');
} else {
root.classList.remove('dark-mode');
}
</script>
<!-- Page loading scripts -->
<script>
(function () {
window.onload = function () {
const preloader = document.querySelector('.page-loading');
preloader.classList.remove('active');
setTimeout(function () {
preloader.remove();
}, 1000);
};
})();
</script>
</head>
<!-- Body -->
<body>
<!-- Page loading spinner -->
<div class="page-loading active">
<div class="page-loading-inner">
<div class="page-spinner"></div><span>Loading...</span>
</div>
</div>
<!-- Page wrapper for sticky footer -->
<!-- Wraps everything except footer to push footer to the bottom of the page if there is little content -->
<main class="page-wrapper position-relative zindex-2">
<!-- Navbar -->
<!-- Remove "navbar-sticky" class to make navigation bar scrollable with the page -->
<header class="header navbar navbar-expand-lg position-absolute navbar-sticky">
<div class="container px-3">
<a href="index.html" class="navbar-brand pe-3">
<img src="assets/img/logo.svg" width="47" alt="Silicon">
Silicon
</a>
<div id="navbarNav" class="offcanvas offcanvas-end">
<div class="offcanvas-header border-bottom">
<h5 class="offcanvas-title">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Landings</a>
<div class="dropdown-menu p-0">
<div class="d-lg-flex">
<div class="mega-dropdown-column bg-position-center bg-repeat-0 bg-size-cover rounded-3 rounded-end-0" style="background-image: url(assets/img/landings.jpg); margin: -1px;"></div>
<div class="mega-dropdown-column pt-lg-3 pb-lg-4">
<ul class="list-unstyled mb-0">
<li><a href="index.html" class="dropdown-item">Template Intro Page</a></li>
<li><a href="landing-mobile-app-showcase-v1.html" class="dropdown-item">Mobile App Showcase v.1</a></li>
<li><a href="landing-mobile-app-showcase-v2.html" class="dropdown-item">Mobile App Showcase v.2</a></li>
<li><a href="landing-product.html" class="dropdown-item d-flex align-items-center">Product Landing<span class="badge bg-success ms-2">New</span></a></li>
<li><a href="landing-startup.html" class="dropdown-item d-flex align-items-center">Startup</a></li>
<li><a href="landing-saas-v1.html" class="dropdown-item">SaaS v.1</a></li>
<li><a href="landing-saas-v2.html" class="dropdown-item">SaaS v.2</a></li>
<li><a href="landing-saas-v3.html" class="dropdown-item">SaaS v.3</a></li>
</ul>
</div>
<div class="mega-dropdown-column pt-lg-3 pb-lg-4">
<ul class="list-unstyled mb-0">
<li><a href="landing-financial.html" class="dropdown-item">Financial Consulting</a></li>
<li><a href="landing-online-courses.html" class="dropdown-item">Online Courses</a></li>
<li><a href="landing-medical.html" class="dropdown-item">Medical</a></li>
<li><a href="landing-software-company.html" class="dropdown-item">IT (Software) Company</a></li>
<li><a href="landing-conference.html" class="dropdown-item">Conference</a></li>
<li><a href="landing-digital-agency.html" class="dropdown-item">Digital Agency</a></li>
<li><a href="landing-blog.html" class="dropdown-item">Blog Homepage</a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-bs-toggle="dropdown">Pages</a>
<div class="dropdown-menu">
<div class="d-lg-flex pt-lg-3">
<div class="mega-dropdown-column">
<h6 class="px-3 mb-2">About</h6>
<ul class="list-unstyled mb-3">
<li><a href="about-v1.html" class="dropdown-item py-1">About v.1</a></li>
<li><a href="about-v2.html" class="dropdown-item py-1">About v.2</a></li>
<li><a href="about-v3.html" class="dropdown-item py-1">About v.3</a></li>
</ul>
<h6 class="px-3 mb-2">Blog</h6>
<ul class="list-unstyled mb-3">
<li><a href="blog-list-with-sidebar.html" class="dropdown-item py-1">List View with Sidebar</a></li>
<li><a href="blog-grid-with-sidebar.html" class="dropdown-item py-1">Grid View with Sidebar</a></li>
<li><a href="blog-list-no-sidebar.html" class="dropdown-item py-1">List View no Sidebar</a></li>
<li><a href="blog-grid-no-sidebar.html" class="dropdown-item py-1">Grid View no Sidebar</a></li>
<li><a href="blog-simple-feed.html" class="dropdown-item py-1">Simple Feed</a></li>
<li><a href="blog-single.html" class="dropdown-item py-1">Single Post</a></li>
<li><a href="blog-podcast.html" class="dropdown-item py-1">Podcast</a></li>
</ul>
</div>
<div class="mega-dropdown-column">
<h6 class="px-3 mb-2">Portfolio</h6>
<ul class="list-unstyled mb-3">
<li><a href="portfolio-grid.html" class="dropdown-item py-1">Grid View</a></li>
<li><a href="portfolio-list.html" class="dropdown-item py-1">List View</a></li>
<li><a href="portfolio-slider.html" class="dropdown-item py-1">Slider View</a></li>
<li><a href="portfolio-courses.html" class="dropdown-item py-1">Courses</a></li>
<li><a href="portfolio-single-project.html" class="dropdown-item py-1">Single Project</a></li>
<li><a href="portfolio-single-course.html" class="dropdown-item py-1">Single Course</a></li>
</ul>
<h6 class="px-3 mb-2">Services</h6>
<ul class="list-unstyled mb-3">
<li><a href="services-v1.html" class="dropdown-item py-1">Services v.1</a></li>
<li><a href="services-v2.html" class="dropdown-item py-1">Services v.2</a></li>
<li><a href="services-single-v1.html" class="dropdown-item py-1">Service Details v.1</a></li>
<li><a href="services-single-v2.html" class="dropdown-item py-1">Service Details v.2</a></li>
</ul>
</div>
<div class="mega-dropdown-column">
<h6 class="px-3 mb-2">Pricing</h6>
<ul class="list-unstyled mb-3">
<li><a href="pricing.html" class="dropdown-item py-1">Pricing Page</a></li>
</ul>
<h6 class="px-3 mb-2">Contacts</h6>
<ul class="list-unstyled mb-3">
<li><a href="contacts-v1.html" class="dropdown-item py-1">Contacts v.1</a></li>
<li><a href="contacts-v2.html" class="dropdown-item py-1">Contacts v.2</a></li>
<li><a href="contacts-v3.html" class="dropdown-item py-1">Contacts v.3</a></li>
</ul>
<h6 class="px-3 mb-2">Specialty</h6>
<ul class="list-unstyled">
<li><a href="404-v1.html" class="dropdown-item py-1">404 Error v.1</a></li>
<li><a href="404-v2.html" class="dropdown-item py-1">404 Error v.2</a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Account</a>
<ul class="dropdown-menu">
<li><a href="account-details.html" class="dropdown-item">Account Details</a></li>
<li><a href="account-security.html" class="dropdown-item">Security</a></li>
<li><a href="account-notifications.html" class="dropdown-item">Notifications</a></li>
<li><a href="account-messages.html" class="dropdown-item">Messages</a></li>
<li><a href="account-saved-items.html" class="dropdown-item">Saved Items</a></li>
<li><a href="account-collections.html" class="dropdown-item">My Collections</a></li>
<li><a href="account-payment.html" class="dropdown-item">Payment Details</a></li>
<li><a href="account-signin.html" class="dropdown-item">Sign In</a></li>
<li><a href="account-signup.html" class="dropdown-item">Sign Up</a></li>
</ul>
</li>
<li class="nav-item">
<a href="components/typography.html" class="nav-link">UI Kit</a>
</li>
<li class="nav-item">
<a href="docs/getting-started.html" class="nav-link">Docs</a>
</li>
</ul>
</div>
<div class="offcanvas-header border-top">
<a href="https://themes.getbootstrap.com/product/silicon-business-technology-template-ui-kit/" class="btn btn-primary w-100" target="_blank" rel="noopener">
<i class="bx bx-cart fs-4 lh-1 me-1"></i>
Buy now
</a>
</div>
</div>
<div class="form-check form-switch mode-switch pe-lg-1 ms-auto me-4" data-bs-toggle="mode">
<input type="checkbox" class="form-check-input" id="theme-mode">
<label class="form-check-label d-none d-sm-block" for="theme-mode">Light</label>
<label class="form-check-label d-none d-sm-block" for="theme-mode">Dark</label>
</div>
<button type="button" class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="https://themes.getbootstrap.com/product/silicon-business-technology-template-ui-kit/" class="btn btn-primary btn-sm fs-sm rounded d-none d-lg-inline-flex" target="_blank" rel="noopener">
<i class="bx bx-cart fs-5 lh-1 me-1"></i>
Buy now
</a>
</div>
</header>
<div class="bg-secondary pt-5" style="padding-bottom: 228px;">
<!-- Breadcrumb -->
<nav class="container pt-5 pb-4 mb-lg-2" aria-label="breadcrumb">
<ol class="breadcrumb pt-lg-3 mb-0">
<li class="breadcrumb-item">
<a href="index.html"><i class="bx bx-home-alt fs-lg me-1"></i>Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Services v.1</li>
</ol>
</nav>
<!-- Page title + Services grid -->
<section class="container pb-2 pb-md-4 pb-lg-5 mb-3">
<h1 class="pb-4">Services v.1</h1>
<div class="row row-cols-1 row-cols-md-2">
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 me-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/cms.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Custom Software Development
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Nisi, dis sed cursus eget pellentesque mattis. Odio eu proin aliquam a. Semper bibendum tellus non tellus, facilisi dignissim in quam massa. Aliquam, feugiat ut cum tellus, sit. Quis consectetur gravida ac ac lectus cursus egestas.</p>
</div>
</a>
</div>
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 ms-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/rocket.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Software Integration
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Id eget blandit sapien cras massa lectus lorem placerat. Quam dolor commodo fermentum bibendum dictumst. Risus pretium eget at viverra eget. Sit neque adipiscing malesuada blandit justo, quam.</p>
</div>
</a>
</div>
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 ms-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/mobile-app.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Mobile App Development
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Nunc, justo, diam orci, dictum purus convallis risus. Suscipit hendrerit at egestas id id blandit interdum est. Integer fames placerat turpis pretium quis hac leo lacus. Orci, dictum nunc mus quis semper eu bibendum enim, morbi.</p>
</div>
</a>
</div>
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 ms-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/analytics.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Business Analytics
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Gravida eget euismod tempus diam dignissim quam. Dignissim magnis blandit faucibus convallis augue nisl, etiam. Feugiat ut molestie non arcu senectus sed. Diam pellentesque sit mattis nec amet varius nunc a sed.</p>
</div>
</a>
</div>
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 ms-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/web-search.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Software Testing
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Quis rhoncus quam venenatis facilisi. Risus dis libero nisl condimentum quis. Tincidunt ultricies vulputate ornare nunc rhoncus in. Ultrices dolor eu natoque volutpat praesent curabitur ultricies.</p>
</div>
</a>
</div>
<!-- Item -->
<div class="col py-4 my-2 my-sm-3">
<a href="services-single-v1.html" class="card card-hover h-100 border-0 shadow-sm text-decoration-none pt-5 px-sm-3 px-md-0 px-lg-3 pb-sm-3 pb-md-0 pb-lg-3 ms-xl-2">
<div class="card-body pt-3">
<div class="d-inline-block bg-primary shadow-primary rounded-3 position-absolute top-0 translate-middle-y p-3">
<img src="assets/img/services/icons/timer.svg" class="d-block m-1" width="40" alt="Icon">
</div>
<h2 class="h4 d-inline-flex align-items-center">
Project Management
<i class="bx bx-right-arrow-circle text-primary fs-3 ms-2"></i>
</h2>
<p class="fs-sm text-body mb-0">Massa dis morbi sagittis, tellus sit gravida. Id ut non ut in faucibus eu, ac. Tempus feugiat enim id pellentesque a sagittis vitae, convallis. Nunc, arcu enim orci ullamcorper aenean. Scelerisque eget a nibh bibendum commodo.</p>
</div>
</a>
</div>
</div>
</section>
</div>
<!-- Testimonials -->
<section class="container pb-5 mb-2 mb-lg-4" style="margin-top: -228px;">
<h2 class="h1 pb-3 pb-lg-4">What Our Clients Say</h2>
<div class="row">
<div class="col-md-4 d-none d-md-block">
<!-- Swiper tabs (Author images) -->
<div class="swiper-tabs">
<!-- Author 1 image -->
<div id="author-1" class="card bg-transparent border-0 swiper-tab active">
<div class="card-body p-0 rounded-3 bg-size-cover bg-repeat-0 bg-position-top-center" style="background-image: url(assets/img/testimonials/01.jpg);"></div>
</div>
<!-- Author 2 image -->
<div id="author-2" class="card bg-transparent border-0 swiper-tab">
<div class="card-body p-0 rounded-3 bg-size-cover bg-repeat-0 bg-position-top-center" style="background-image: url(assets/img/testimonials/02.jpg);"></div>
</div>
<!-- Author 3 image -->
<div id="author-3" class="card bg-transparent border-0 swiper-tab">
<div class="card-body p-0 rounded-3 bg-size-cover bg-repeat-0 bg-position-top-center" style="background-image: url(assets/img/testimonials/03.jpg);"></div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="position-relative ms-xxl-5">
<div class="d-none d-dark-mode-block bg-dark position-absolute top-0 start-0 w-100 h-100 rounded-3"></div>
<div class="card border-light shadow-sm zindex-2 mt-4 pt-5 p-4 p-xxl-5">
<span class="btn btn-icon btn-primary btn-lg shadow-primary pe-none position-absolute top-0 translate-middle-y">
<i class="bx bxs-quote-left"></i>
</span>
<!-- Slider -->
<div class="swiper mx-0 mb-md-n2 mb-xxl-n3" data-swiper-options='{
"spaceBetween": 24,
"loop": true,
"tabs": true,
"navigation": {
"prevEl": "#prev",
"nextEl": "#next"
}
}'>
<div class="swiper-wrapper">
<!-- Item -->
<div class="swiper-slide h-auto" data-swiper-tab="#author-1">
<figure class="card h-100 position-relative border-0 bg-transparent">
<blockquote class="card-body p-0 mb-0">
<p class="fs-lg mb-0">Ac at sed sit senectus massa. Massa ante amet ultrices magna porta tempor. Aliquet diam in et magna ultricies mi at. Lectus enim, vel enim egestas nam pellentesque et leo. Elit mi faucibus laoreet aliquam pellentesque sed aliquet integer massa. Orci leo tortor ornare id mattis auctor aliquam volutpat aliquet. Odio lectus viverra eu blandit nunc malesuada vitae eleifend pulvinar. In ac fermentum sit in orci.</p>
</blockquote>
<figcaption class="card-footer border-0 d-sm-flex w-100 pb-2">
<div class="d-flex align-items-center border-end-sm pe-sm-4 me-sm-2">
<img src="assets/img/avatar/01.jpg" width="48" class="d-md-none rounded-circle" alt="Darrell Steward">
<div class="ps-3 ps-md-0">
<h5 class="fw-semibold lh-base mb-0">Darrell Steward</h5>
<span class="fs-sm text-muted">Project Manager</span>
</div>
</div>
<img src="assets/img/brands/04.svg" width="160" class="d-block mt-2 ms-5 mt-sm-0 ms-sm-0" alt="Company logo">
</figcaption>
</figure>
</div>
<!-- Item -->
<div class="swiper-slide h-auto" data-swiper-tab="#author-2">
<figure class="card h-100 position-relative border-0 bg-transparent">
<blockquote class="card-body p-0 mb-0">
<p class="fs-lg mb-0">Mi semper risus ultricies orci pulvinar in at enim orci. Quis facilisis nunc pellentesque in ullamcorper sit. Lorem blandit arcu sapien, senectus libero, amet dapibus cursus quam. Eget pellentesque eu purus volutpat adipiscing malesuada. Purus nisi, tortor vel lacus. Donec diam molestie ultrices vitae eget pulvinar fames. Velit lacus mi purus velit justo, amet. Nascetur lobortis diam, duis orci.</p>
</blockquote>
<figcaption class="card-footer border-0 d-sm-flex w-100 pb-2">
<div class="d-flex align-items-center border-end-sm pe-sm-4 me-sm-2">
<img src="assets/img/avatar/06.jpg" width="48" class="d-md-none rounded-circle" alt="Annette Black">
<div class="ps-3 ps-md-0">
<h5 class="fw-semibold lh-base mb-0">Annette Black</h5>
<span class="fs-sm text-muted">Strategic Advisor</span>
</div>
</div>
<img src="assets/img/brands/02.svg" width="160" class="d-block mt-2 ms-5 mt-sm-0 ms-sm-0" alt="Company logo">
</figcaption>
</figure>
</div>
<!-- Item -->
<div class="swiper-slide h-auto" data-swiper-tab="#author-3">
<figure class="card h-100 position-relative border-0 bg-transparent">
<blockquote class="card-body p-0 mb-0">
<p class="fs-lg mb-0">Dolor, a eget elementum, integer nulla volutpat, nunc, sit. Quam iaculis varius mauris magna sem. Egestas sed sed suscipit dolor faucibus dui imperdiet at eget. Tincidunt imperdiet quis hendrerit aliquam feugiat neque cras sed. Dictum quam integer volutpat tellus, faucibus platea. Pulvinar turpis proin faucibus at mauris. Sagittis gravida vitae porta enim, nulla arcu fermentum massa.</p>
</blockquote>
<figcaption class="card-footer border-0 d-sm-flex w-100 pb-2">
<div class="d-flex align-items-center border-end-sm pe-sm-4 me-sm-2">
<img src="assets/img/avatar/05.jpg" width="48" class="d-md-none rounded-circle" alt="Ralph Edwards">
<div class="ps-3 ps-md-0">
<h5 class="fw-semibold lh-base mb-0">Ralph Edwards</h5>
<span class="fs-sm text-muted">Head of Marketing</span>
</div>
</div>
<img src="assets/img/brands/01.svg" width="160" class="d-block mt-2 ms-5 mt-sm-0 ms-sm-0" alt="Company logo">
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Slider Prev / Next buttons -->
<div class="d-flex justify-content-center justify-content-md-start pt-3 mt-2 mt-md-3">
<button type="button" id="prev" class="btn btn-prev btn-icon btn-sm me-2">
<i class="bx bx-chevron-left"></i>
</button>
<button type="button" id="next" class="btn btn-next btn-icon btn-sm ms-2">
<i class="bx bx-chevron-right"></i>
</button>
</div>
</section>
<!-- Features -->
<section class="container pb-5 mb-2 mb-md-4 mb-lg-5">
<h2 class="h1 text-center pt-1 pt-xl-2 mb-4">Why Choose Us?</h2>
<p class="fs-lg text-muted text-center pb-4 mb-2 mb-lg-3">We personalize how we work to fit your project needs. Our approach helps augment innovation.</p>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-4 g-4 pb-xl-3">
<div class="col text-center border-end">
<div class="card d-table border-0 rounded-circle shadow-sm p-3 mx-auto mb-4">
<img src="assets/img/landing/software-company/features/01.svg" width="32" alt="Icon">
</div>
<h3 class="h5 mb-2 mb-lg-0">Build a functional prototype in 24 hrs</h3>
</div>
<div class="col text-center border-end">
<div class="card d-table border-0 rounded-circle shadow-sm p-3 mx-auto mb-4">
<img src="assets/img/landing/software-company/features/02.svg" width="32" alt="Icon">
</div>
<h3 class="h5 mb-2 mb-lg-0">Create an MVP within two weeks</h3>
</div>
<div class="col text-center border-end">
<div class="card d-table border-0 rounded-circle shadow-sm p-3 mx-auto mb-4">
<img src="assets/img/landing/software-company/features/03.svg" width="32" alt="Icon">
</div>
<h3 class="h5 mb-2 mb-lg-0">Kickstart software development</h3>
</div>
<div class="col text-center">
<div class="card d-table border-0 rounded-circle shadow-sm p-3 mx-auto mb-4">
<img src="assets/img/landing/software-company/features/04.svg" width="32" alt="Icon">
</div>
<h3 class="h5 mb-2 mb-lg-0">Get 24/7 tech & business support</h3>
</div>
</div>
</section>
<!-- Contact form -->
<section class="container">
<div class="bg-secondary rounded-3 py-5 px-3 px-sm-4 px-lg-0">
<div class="row align-items-center pt-1 pb-2 py-lg-4">
<div class="col-xl-4 col-lg-5 col-md-6 offset-lg-1 mb-4 pb-3 mb-md-0 pb-md-0">
<h2 class="h1 mb-lg-4">Get in Touch</h2>
<p class="pb-2 pb-md-4 pb-lg-5">Have a project in mind? To request a quote contact us directly or fill out the form and let us know how we can help.</p>
<h3 class="mb-lg-4">Contact Info</h3>
<ul class="list-unstyled pb-3 pb-md-4 pb-lg-5 mb-2">
<li class="mb-2">
<a href="tel:4065550120" class="nav-link d-flex align-items-center p-0">
<i class="bx bx-phone-call fs-xl text-primary me-2"></i>
(406) 555-0120
</a>
</li>
<li class="mb-2">
<a href="mailto:example@email.com" class="nav-link d-flex align-items-center p-0">
<i class="bx bx-envelope fs-xl text-primary me-2"></i>
example@email.com
</a>
</li>
<li class="mb-2">
<a href="#" class="nav-link d-flex align-items-center p-0">
<i class="bx bx-map fs-xl text-primary me-2"></i>
2464 Royal Ln. Mesa,New Jersey 45463
</a>
</li>
</ul>
<div class="d-flex">
<a href="#" class="btn btn-icon btn-outline-secondary btn-facebook me-3">
<i class="bx bxl-facebook"></i>
</a>
<a href="#" class="btn btn-icon btn-outline-secondary btn-twitter me-3">
<i class="bx bxl-twitter"></i>
</a>
<a href="#" class="btn btn-icon btn-outline-secondary btn-linkedin me-3">
<i class="bx bxl-linkedin"></i>
</a>
<a href="#" class="btn btn-icon btn-outline-secondary btn-instagram">
<i class="bx bxl-instagram"></i>
</a>
</div>
</div>
<div class="col-lg-5 col-md-6 offset-xl-1">
<div class="card border-0 shadow-sm p-sm-2">
<form class="card-body needs-validation" novalidate>
<div class="mb-4">
<label for="service" class="form-label fs-base">Service</label>
<select id="service" class="form-select form-select-lg" required>
<option value="" selected disabled>Choose the service you are interested in</option>
<option value="Custom Software Development">Custom Software Development</option>
<option value="Software Integration">Software Integration</option>
<option value="Mobile App Development">Mobile App Development</option>
<option value="Business Analytics">Business Analytics</option>
<option value="Software Testing">Software Testing</option>
<option value="Project Management">Project Management</option>
</select>
<div class="invalid-feedback">Please choose the service!</div>
</div>
<div class="mb-4">
<label for="name" class="form-label fs-base">Full name</label>
<input type="text" id="name" class="form-control form-control-lg" required>
<div class="invalid-feedback">Please enter your name!</div>
</div>
<div class="mb-4">
<label for="email" class="form-label fs-base">Email address</label>
<input type="email" id="email" class="form-control form-control-lg" required>
<div class="invalid-feedback">Please provide a valid email address!</div>
</div>
<div class="mb-4 pb-2">
<label for="message" class="form-label fs-base">Email address</label>
<textarea id="message" class="form-control form-control-lg" rows="3" placeholder="Tell us about your project" required></textarea>
<div class="invalid-feedback">Please enter you message!</div>
</div>
<button type="submit" class="btn btn-primary shadow-primary btn-lg">Send request</button>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer dark-mode bg-dark pt-5 pb-4 pb-lg-5" style="margin-top: -150px;">
<div style="height: 158px;"></div>
<div class="container pt-lg-4">
<div class="row pb-5">
<div class="col-lg-4 col-md-6">
<div class="navbar-brand text-dark p-0 me-0 mb-3 mb-lg-4">
<img src="assets/img/logo.svg" width="47" alt="Silicon">
Silicon
</div>
<p class="fs-sm text-light opacity-70 pb-lg-3 mb-4">Proin ipsum pharetra, senectus eget scelerisque varius pretium platea velit. Lacus, eget eu vitae nullam proin turpis etiam mi sit. Non feugiat feugiat egestas nulla nec. Arcu tempus, eget elementum dolor ullamcorper sodales ultrices eros.</p>
<form class="needs-validation" novalidate>
<label for="subscr-email" class="form-label">Subscribe to our newsletter</label>
<div class="input-group">
<input type="email" id="subscr-email" class="form-control rounded-start ps-5" placeholder="Your email" required>
<i class="bx bx-envelope fs-lg text-muted position-absolute top-50 start-0 translate-middle-y ms-3 zindex-5"></i>
<div class="invalid-tooltip position-absolute top-100 start-0">Please provide a valid email address.</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</div>
</form>
</div>
<div class="col-xl-6 col-lg-7 col-md-5 offset-xl-2 offset-md-1 pt-4 pt-md-1 pt-lg-0">
<div id="footer-links" class="row">
<div class="col-lg-4">
<h6 class="mb-2">
<a href="#useful-links" class="d-block text-dark dropdown-toggle d-lg-none py-2" data-bs-toggle="collapse">Useful Links</a>
</h6>
<div id="useful-links" class="collapse d-lg-block" data-bs-parent="#footer-links">
<ul class="nav flex-column pb-lg-1 mb-lg-3">
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Services</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Case Studies</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">About Us</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">News & Insights</a></li>
</ul>
<ul class="nav flex-column mb-2 mb-lg-0">
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Terms & Conditions</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-3">
<h6 class="mb-2">
<a href="#social-links" class="d-block text-dark dropdown-toggle d-lg-none py-2" data-bs-toggle="collapse">Socials</a>
</h6>
<div id="social-links" class="collapse d-lg-block" data-bs-parent="#footer-links">
<ul class="nav flex-column mb-2 mb-lg-0">
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Facebook</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">LinkedIn</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Twitter</a></li>
<li class="nav-item"><a href="#" class="nav-link d-inline-block px-0 pt-1 pb-2">Instagram</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-5 pt-2 pt-lg-0">
<h6 class="mb-2">Contact Us</h6>
<a href="mailto:email@example.com" class="fw-medium">email@example.com</a>
</div>
</div>
</div>
</div>
<p class="nav d-block fs-xs text-center text-md-start pb-2 pb-lg-0 mb-0">
<span class="text-light opacity-50">© All rights reserved. Made by </span>
<a class="nav-link d-inline-block p-0" href="https://createx.studio/" target="_blank" rel="noopener">Createx Studio</a>
</p>
</div>
</footer>
<!-- Back to top button -->
<a href="#top" class="btn-scroll-top" data-scroll>
<span class="btn-scroll-top-tooltip text-muted fs-sm me-2">Top</span>
<i class="btn-scroll-top-icon bx bx-chevron-up"></i>
</a>
<!-- Vendor Scripts -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main Theme Script -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>