-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.php
725 lines (647 loc) · 58.1 KB
/
index.php
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
<?php include("assets/includes/head.php");?>
<meta property="og:site_name" content="<?php echo $lang_array['site-name']; ?>" />
<meta property="og:title" content="<?php echo $lang_array['home-title']; ?>" />
<meta property="og:description" content="<?php echo $lang_array['home-description']; ?>" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pack2net.com/assets/img/social/website-img.webp" />
<meta property="og:url" content="<?php echo $lang_array['home-url']; ?>" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="<?php echo $lang_array['home-title']; ?>" />
<meta name="twitter:description" content="<?php echo $lang_array['home-description']; ?>" />
<meta name="twitter:site" content="@Pack2Net" />
<meta name="twitter:image" content="https://pack2net.com/assets/img/social/website-img.webp" />
<meta name="twitter:creator" content="@Pack2Net" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="<?php echo $lang_array['home-url']; ?>" />
<!-- #Social Media End -->
<title><?php echo $lang_array['home-title']; ?></title>
<meta name="description" content="<?php echo $lang_array['home-description']; ?>" />
<meta name="keywords" content="<?php echo $lang_array['home-keywords']; ?>" />
</head>
<!-- End Head -->
<body>
<!-- Preloader -->
<?php include("assets/includes/preloader.php");?>
<!-- End Preloader -->
<!-- Header -->
<?php include("assets/includes/header.php");?>
<!-- End Header -->
<!-- Content -->
<main>
<section class="section-first section-centered section-page">
<div class="container-fluid px-0">
<div class="swiper-container homeswiper-01">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div data-swiper-parallax="-100">
<div class="section-parallax slide-img"
style="background-image: url(https://pack2net.com/assets/img/images/home-01.webp);">
</div>
</div>
<div class="section-mask"></div>
<div class="section-content text-center">
<div class="container">
<div data-swiper-parallax="-300">
<div class="slideshow">
<span class="slide-text text-white animated di-1 me-md-3 me-2"
data-animation="fadeInUp">Being</span>
<span class="slide-text text-blue animated di-1 me-md-3 me-2"
data-animation="fadeInDown">Smart</span>
<span class="slide-text text-white animated di-1"
data-animation="fadeInUp">is our game</span>
<p class="slide-text mt-3 mb-4 text-white animated di-1-5 me-3"
data-animation="fadeInUp">We provide innovative, eye-catching solutions
that help brands to stand out from the crowd</p>
<div class="w-100"></div>
<a href="services.php"
class="btn-eff-01 btn-eff-01-pre me-md-4 me-3 my-md-0 my-3 animated di-2"
data-animation="fadeInUp">View All</a>
<a href="portfolio.php" class="btn-eff-01 btn-eff-03-pre animated di-2-5"
data-animation="fadeInUp"><span
class="btn-eff-03-pre-bg"></span>Discover</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div data-swiper-parallax="-100">
<div class="section-parallax slide-img"
style="background-image: url(https://pack2net.com/assets/img/images/home-02.webp);">
</div>
</div>
<div class="section-mask"></div>
<div class="section-content text-center">
<div class="container">
<div data-swiper-parallax="-300">
<div class="slideshow">
<span class="slide-text text-white animated di-1 me-md-3 me-2"
data-animation="fadeInUp">Aspiring</span>
<span class="slide-text text-yellow animated di-1 me-md-3 me-2"
data-animation="fadeInDown">force</span>
<span class="slide-text text-white animated di-1"
data-animation="fadeInUp">in design</span>
<p class="slide-text mt-3 mb-4 text-white animated di-1-5 me-3"
data-animation="fadeInUp">Fathomless passion for the art of designing
& creativity to create an unimaginable wonders for our clients</p>
<div class="w-100"></div>
<a href="get-quote.php"
class="btn-eff-01 btn-eff-02-pre me-md-4 me-3 my-md-0 my-3 animated di-2"
data-animation="fadeInUp">Discover</a>
<a href="about.php"
class="btn-eff-01 btn-eff-01-pre my-md-0 my-3 animated di-2-5"
data-animation="fadeInUp">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div data-swiper-parallax="-100">
<div class="section-parallax slide-img"
style="background-image: url(https://pack2net.com/assets/img/images/home-03.webp);">
</div>
</div>
<div class="section-mask"></div>
<div class="section-content text-center">
<div class="container">
<div data-swiper-parallax="-300">
<div class="slideshow">
<span class="slide-text text-white animated di-1 me-md-3 me-2"
data-animation="fadeInUp">Simply</span>
<span class="slide-text text-blue animated di-1 me-md-3 me-2"
data-animation="fadeInDown">Inspiring</span>
<span class="slide-text text-white animated di-1"
data-animation="fadeInUp">Creativity</span>
<p class="slide-text mt-3 mb-4 text-white animated di-1-5 me-3"
data-animation="fadeInUp">Every great business idea takes wings with the
launch of a professionally designed website</p>
<div class="w-100"></div>
<a href="get-quote.php"
class="btn-eff-01 btn-eff-03-pre me-md-4 me-3 my-md-0 my-3 animated di-2"
data-animation="fadeInUp"><span class="btn-eff-03-pre-bg"></span>Learn
More</a>
<a href="services.php"
class="btn-eff-01 btn-eff-02-pre my-md-0 my-3 animated di-2-5"
data-animation="fadeInUp">Discover</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</section>
<section class="section-top-first mb-5">
<div class="container">
<div class="row">
<div class="col-lg-4 p-md-0">
<div class="p-5 section-yellow">
<h4>Strategy</h4>
<p class="pt-4">This is where we validate your future users and define the project backbone.
It consists of a working plan in which the users' needs are met with a solution that
fulfils the business goals</p>
</div>
</div>
<div class="col-lg-4 p-md-0">
<div class="p-5 section-light">
<h4>Marketing</h4>
<p class="pt-4 text-text">Digital marketing is the only way to stay ahead, when you're a
business owner the online world can seem intimidating, we provides your business a
successful digital planning throw our marketing team</p>
</div>
</div>
<div class="col-lg-4 p-md-0">
<div class="p-5 section-blue">
<h4>Technology</h4>
<p class="pt-4">The first people you'll meet are our technical experts. They will dig into
your business, discuss the work scope, challenges and consult on the most appropriate
technological solutions</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-white section-padding-05">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-content-v pe-lg-5 pe-0">
<h2 class="mb-3">Being Smart</h2>
<p class="text-text">Every great business idea takes wings with the launch of a
professionally designed website and though Pack2Net was formed with the specific mission
of helping business owners who are looking to be professional at an affordable price.
</p>
<a href="about.php" class="btn-eff-01 btn-eff-01-pre mt-4">Discover</a>
</div>
</div>
<div class="col-lg-6">
<div class="section-content-v">
<img src="https://pack2net.com/assets/img/images/home-04.webp" width="600" height="298"
class="img-fluid mt-5 mt-lg-0"
srcset="https://pack2net.com/assets/img/images/home-04.webp 600w, https://pack2net.com/assets/img/images/home-04-s.webp 400w"
sizes="(min-width: 992px) 600px, 50vw" alt="Being Smart Pack2Net" />
</div>
</div>
</div>
</div>
</section>
<section class="section-white section-padding-05">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-06.webp" width="700" height="1050"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-06.webp 400w, https://pack2net.com/assets/img/images/home-06-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="Keep things in proportion Pack2Net" />
<div class="overlay-02 overlay-blue"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-white font-size-1-5">Keep things in proportion</h6>
<p class="text-white mt-3">Not too big, not too small. We'are motivated by doing
good work, not growing our business</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-07.webp" width="700" height="400"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-07.webp 400w, https://pack2net.com/assets/img/images/home-07-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="Put people first Pack2Net" />
<div class="overlay-02 overlay-dark"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-white font-size-1-5">Put people first</h6>
<p class="text-white mt-3">It's our design philosophy, and the way we approach our
work, our team and our clients</p>
</div>
</div>
</div>
<div class="vh-21 px-lg-5">
<div class="section-content-v text-center">
<h4>Brand <span class="text-blue">Strategy</span></h4>
<p class="text-text py-4">We make your brand visible with an individual strategy plan
depends on your business</p>
<a href="services.php" class="btn-eff-03">View More</a>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-08.webp" width="700" height="1050"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-08.webp 400w, https://pack2net.com/assets/img/images/home-08-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="Graphic Design Pack2Net" />
<div class="overlay-02 overlay-yellow"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-dark font-size-1-5">Graphic Design</h6>
<p class="text-dark mt-3">We design all types of graphic elements with creativity
and high-quality</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-09.webp" width="700" height="400"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-09.webp 400w, https://pack2net.com/assets/img/images/home-09-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="See the bigger picture Pack2Net" />
<div class="overlay-02 overlay-dark"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-white font-size-1-5">See the bigger picture</h6>
<p class="text-white mt-3">Understanding where you're coming from helps us to go in
the right direction together</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-10.webp" width="700" height="400"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-10.webp 400w, https://pack2net.com/assets/img/images/home-10-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="Think globally Pack2Net" />
<div class="overlay-02 overlay-yellow"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-dark font-size-1-5">Think globally</h6>
<p class="text-dark mt-3">Our international clients and colleagues inspire us with
new perspectives on work and life</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="img-overlay-02">
<img src="https://pack2net.com/assets/img/images/home-11.webp" width="700" height="400"
class="img-fluid"
srcset="https://pack2net.com/assets/img/images/home-11.webp 400w, https://pack2net.com/assets/img/images/home-11-m.webp 700w"
sizes="(min-width: 992px) 400px, 50vw" alt="Never stop learning Pack2Net" />
<div class="overlay-02 overlay-blue"></div>
<div class="section-content-v-02">
<div class="text-center overlay-text-02">
<h6 class="text-white font-size-1-5">Never stop learning</h6>
<p class="text-white mt-3">Technology moves fast. Design moves on. So it's important
to keep learning. It's fun too</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-white section-padding-04-08">
<div class="container">
<div class="row">
<div class="col-lg-7 mb-5 mb-lg-0">
<div class="section-content-v">
<div class="row">
<div class="col-lg-4 col-md-4 text-center">
<svg class="svg svg-home svg-blue" enable-background="new 0 0 154 160"
viewBox="0 0 154 160" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path
d="m130.25 158c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25 1.01-2.25 2.25-2.25 2.25 1.01 2.25 2.25zm-8.25-2h-102c-1.104 0-2 0.896-2 2s0.896 2 2 2h102c1.104 0 2-0.896 2-2s-0.895-2-2-2zm31.999-6c0 1.104-0.896 2-2 2h-150c-1.104 0-2-0.896-2-2s0.896-2 2-2h5.999v-12.12c0-5.448 4.428-9.88 9.87-9.88h31.079c-0.332-0.871-0.639-1.734-0.922-2.595h-22.757c-1.366 0-2.597-0.699-3.292-1.869-2.128-3.586 1.985-3.226 1.563-12.904-0.1-2.142 1.588-4.037 3.836-4.037h18.314c0.101-0.919 0.235-1.829 0.406-2.728-1.569 0.182-0.515 0.133-18.097 0.133-9.925 0-18-8.075-18-18v-10.12c0-2.14 1.736-3.88 3.87-3.88h6.25c2.14 0 3.88 1.74 3.88 3.88v6.12h4v-6.12c0-2.14 1.736-3.88 3.87-3.88h8.25c2.14 0 3.88 1.736 3.88 3.87v6.13h4v-6.13c0-2.134 1.736-3.87 3.87-3.87h5.959c0.158-1.079 0.279-2.201 0.358-3.37-1.969-1.623-2.739-4.339-1.773-6.807-4.588-1.141-5.698-6.806-2.914-9.894l-1.45-1.449c-11.452-11.434 0.843-30.493 15.95-24.851 0-2.261 0.262-3.63-1-3.63h-3c-2.209 0-4-1.791-4-4v-4c0-2.209 1.791-4 4-4 4.63 0 4 0.544 4-4 0-2.209 1.791-4 4-4h4c2.209 0 4 1.791 4 4v3c0 0.553 0.447 1 1 1h3c2.209 0 4 1.791 4 4v4c0 2.209-1.791 4-4 4-4.559 0-4-0.477-4 3.63 15.096-5.639 27.443 13.376 15.95 24.851l-1.451 1.45c2.784 3.089 1.667 8.754-2.915 9.892 0.968 2.476 0.189 5.188-1.773 6.808 0.08 1.169 0.2 2.291 0.357 3.37h5.952c2.14 0 3.88 1.736 3.88 3.87v6.13h4v-6.13c0-2.134 1.736-3.87 3.87-3.87h8.25c2.14 0 3.88 1.736 3.88 3.87v6.13h4v-6.13c0-2.134 1.736-3.87 3.87-3.87h6.25c2.14 0 3.88 1.736 3.88 3.87v10.13c0 9.925-8.075 18-18 18-17.566 0-16.529 0.049-18.1-0.134 0.17 0.899 0.305 1.809 0.406 2.729h18.942c2.233 0 3.937 1.878 3.836 4.042-0.01 0.217-0.017 0.443-0.019 0.676-0.031 2.23-0.075 5.225 1.646 8.383 1.405 2.58-0.43 5.711-3.355 5.711h-23.385c-0.285 0.859-0.592 1.724-0.923 2.595h31.072c5.448 0 9.88 4.433 9.88 9.88v12.118h11.999c1.105 0 2 0.896 2 2zm-58-18h-44c-2.643 0-2.643 4 0 4h44c2.644 0 2.644-4 0-4zm-41.9-4h39.799c12.621-28.182-3.181-34.561-7.498-56.127l0.019-0.019c-0.218-1.232-0.394-2.513-0.517-3.854h-23.807c-0.121 1.333-0.296 2.607-0.512 3.834l0.021 0.021c-4.281 21.365-20.102 28.019-7.505 56.145zm7.9-68c-2.643 0-2.643 4 0 4h24c2.644 0 2.644-4 0-4h-24zm40.53 48.595c6e-3 3.476-0.467 7.083-1.396 10.812h21.959c-1.863-3.53-2.156-6.954-2.008-10.812h-18.555zm-11.577-34.595c2.321 9.307 7.304 15.657 9.878 23.643 2.05 0.475 1.622 0.357 19.17 0.357 7.72 0 14-6.28 14-14v-10h-6v6.12c0 2.14-1.74 3.88-3.88 3.88h-4.25c-2.134 0-3.87-1.74-3.87-3.88v-6.12h-8v6.12c0 2.14-1.74 3.88-3.88 3.88h-4.25c-2.134 0-3.87-1.74-3.87-3.88v-6.12h-5.048zm-18.952-48.15c0 4.613-0.416 4.15 3 4.15 1.29 0 1-1.381 1-4.15 0-8.895-0.35-9.85 1-9.85h6c0.552 0 1-0.447 1-1v-2c0-0.553-0.448-1-1-1-6.011 0-7 0.294-7-1v-6c0-1.26-1.398-1-3-1-0.553 0-1 0.447-1 1 0 6.011 0.294 7-1 7-6.011 0-7-0.294-7 1 0 3.717-0.728 3 7 3 1.332 0 1 0.86 1 9.85zm-17.13 19.81 2.369 2.369c0.598-0.06 33.189-0.032 33.512-1e-3l2.369-2.368c6.993-6.994 2.014-18.97-7.86-18.97-1.869 0-3.67 0.449-5.26 1.31v2c0 2.209-1.791 4-4 4h-4c-2.209 0-4-1.791-4-4v-2c-4.054-2.192-9.505-1.695-13.13 1.93-4.33 4.34-4.33 11.39 0 15.73zm2.943 10.34h32.373c2.403 0 2.449-4 0-4h-32.373c-1 0-1.813 0.813-1.813 1.813-1e-3 1.498 0.812 2.187 1.813 2.187zm-10.643 41.643c2.603-8.074 7.561-14.328 9.883-23.671l-5.053 0.028v6.121c0 2.14-1.74 3.88-3.88 3.88h-4.25c-2.134 0-3.87-1.74-3.87-3.88v-6.121h-8v6.12c0 2.14-1.74 3.88-3.88 3.88h-4.25c-2.134 0-3.87-1.74-3.87-3.88v-6.12h-6v10c0 7.72 6.28 14 14 14 17.541 0 17.115 0.117 19.17-0.357zm-0.306 21.762c-0.931-3.729-1.401-7.337-1.397-10.812h-17.954c0.201 1 0.378 6.346-1.978 10.812h21.329zm-34.864 28.595h25.999v-3.875c0-4.253 3.337-8.125 8.35-8.125-0.76-2.139-0.245-4.4 1.19-6h-29.669c-3.236 0-5.87 2.639-5.87 5.88v12.12zm93.999 0v-3.875c0-2.273-1.851-4.125-4.125-4.125h-55.75c-2.274 0-4.125 1.852-4.125 4.125v3.875h64zm30.001 0v-12.12c0-3.241-2.639-5.88-5.88-5.88h-29.661c1.438 1.602 1.949 3.864 1.189 6 5.006 0 8.351 3.865 8.351 8.125v3.875h26.001zm-30.978-96.695c-2.974 0-2.974 4.5 0 4.5 1.24 0 2.25-1.01 2.25-2.25s-1.008-2.25-2.25-2.25zm-37.034 28.695c0-2.974-4.5-2.973-4.5 0 0 2.975 4.5 2.973 4.5 0zm38.528-33.109c-0.435 1.016 0.039 2.19 1.055 2.624 0.257 0.109 0.521 0.161 0.783 0.161 0.777 0 1.518-0.456 1.842-1.217 4.227-9.912 2.238-21.848-5.758-29.844-1.869-1.868-4.701 0.956-2.828 2.828 6.851 6.86 8.492 17.035 4.906 25.448zm-46.521 74.414c-6.187-16.664 0.147-22.975 5.252-34.494 1.07-2.412-2.58-4.045-3.656-1.621-4.986 11.246-12.202 19.037-5.346 37.508 0.92 2.48 4.67 1.083 3.75-1.393z"
display="none" opacity=".4" />
<line x1="2.357" x2="152.09" y1="150" y2="150" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="23.155" x2="125.01" y1="157.95" y2="157.95" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path
d="m141.38 149.1v-13.095c0-4.418-3.499-8-7.816-8h-112.7c-4.316 0-7.815 3.582-7.815 8v13.095"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m43.455 150v-6.762c0-2.761 2.238-5 5-5h57.534c2.762 0 5 2.239 5 5v6.762"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<g fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4">
<path
d="m55.694 128s-5.167-8-5.167-16.75 3.794-18.502 8.25-27.5c4.25-8.583 4.75-17.25 4.75-17.25" />
<path
d="m98.748 128s5.167-8 5.167-16.75-3.795-18.502-8.251-27.5c-4.249-8.583-4.749-17.25-4.749-17.25" />
</g>
<path
d="m92.88 62.309c0 2.131-1.727 3.858-3.857 3.858h-23.6c-2.132 0-3.859-1.727-3.859-3.858v0c0-2.131 1.728-3.859 3.859-3.859h23.6c2.13 0 3.857 1.727 3.857 3.859v0z"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m96.941 53.809c0 2.564-2.174 4.641-4.859 4.641h-29.72c-2.685 0-4.86-2.077-4.86-4.641v0c0-2.563 2.176-4.642 4.86-4.642h29.72c2.686 0 4.859 2.078 4.859 4.642v0z"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m104.29 133.12c0 2.827-2.292 5.119-5.119 5.119h-43.9c-2.827 0-5.119-2.292-5.119-5.119v0c0-2.827 2.292-5.119 5.119-5.119h43.899c2.828 0 5.12 2.292 5.12 5.119v0z"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<g fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4">
<path
d="m50.053 106.67h-21s0.167 4.416-0.833 7.416-2.417 7.167-2.417 7.167h24.5" />
<path
d="m104.39 106.67h21s-0.166 4.416 0.834 7.416 2.416 7.167 2.416 7.167h-24.5" />
</g>
<g fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4">
<path
d="m50.676 100.34h-18.25s-7.248 0.104-11.917-3.585c-4.75-3.753-5.083-9.415-5.083-9.415v-15h8.667v8.79h9.667v-8.79h10.167v8.665h9.333v-8.665h8.675" />
<path
d="m103.77 100.34h18.25s7.248 0.104 11.917-3.585c4.75-3.753 5.083-9.415 5.083-9.415v-15h-8.667v8.79h-9.666v-8.79h-10.167v8.665h-9.333v-8.665h-8.676" />
</g>
<line x1="130.87" x2="131.12" y1="157.95" y2="157.95" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path d="m61.124 121.25s-3.979-7.356-2.75-14.583c1.75-10.292 8-21.917 8-21.917"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="68.708" x2="68.708" y1="80.125" y2="80" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="108.31" x2="108.31" y1="53.375" y2="53.25" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path d="m105.5 19.625s4.945 4.952 6.625 11c2.5 9-1.125 17.875-1.125 17.875"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<g fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4">
<path
d="m59.158 49.167s-7.316-4.04-6-13.042c1.139-7.79 8.634-13.375 18-10.25" />
<path
d="m95.285 49.167s7.316-4.04 6-13.042c-1.139-7.79-8.633-13.375-18-10.25" />
</g>
<path
d="m81.563 18.143v11.997c0 1.039-0.846 1.88-1.889 1.88h-4.906c-1.042 0-1.888-0.841-1.888-1.88v-11.997h-5.831c-1.039 0-1.88-0.845-1.88-1.888v-4.906c0-1.042 0.842-1.888 1.88-1.888h5.831v-5.665c0-1.039 0.845-1.88 1.888-1.88h4.906c1.043 0 1.889 0.842 1.889 1.88v5.665h5.83c1.039 0 1.881 0.845 1.881 1.888v4.906c0 1.042-0.842 1.888-1.881 1.888h-5.83z"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
</svg>
<div class="text-text mt-3 font-size-1-06 fst-italic">Perfect Design</div>
</div>
<div class="col-lg-4 col-md-4 mt-md-0 mt-5 text-center">
<svg class="svg svg-home svg-blue" enable-background="new 0 0 154 160"
viewBox="0 0 154 160" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path
d="m40.568 88h34.64c2.091 0 3.792-1.738 3.792-3.875v-42.25c0-2.137-1.701-3.875-3.792-3.875h-34.64c-2.091 0-3.792 1.738-3.792 3.875v42.25c0 2.137 1.701 3.875 3.792 3.875zm0.208-46h34.223v42h-34.223v-42zm17.233 21.246c4.076 0 7.393-3.997 7.393-8.909 0-2.666 0-8.909-7.393-8.909s-7.393 6.243-7.393 8.909c0 4.912 3.317 8.909 7.393 8.909zm0-13.818c2.587 0 3.393 0.677 3.393 4.909 0 2.661-1.554 4.909-3.393 4.909s-3.393-2.248-3.393-4.909c0-4.233 0.806-4.909 3.393-4.909zm4.014 14.748-0.902 0.846c-1.895 1.779-4.326 1.781-6.224 1e-3l-0.901-0.847c-8.333 3.08-11.34 9.883-8.37 12.763 6.685 6.486 18.106 6.463 24.766 0 1.012-0.98 1.383-2.466 0.971-3.876-1.384-4.736-4.858-7.231-9.34-8.887zm-13.52 9.98c0.673-2.272 2.395-4.216 4.702-5.361 2.901 2.052 6.707 2.052 9.607 0 2.301 1.143 4.02 3.081 4.7 5.363-5.108 4.85-13.894 4.855-19.009-2e-3zm38.496-22.156h30.096c1.104 0 2 0.896 2 2s-0.896 2-2 2h-30.096c-2.643 0-2.646-4 0-4zm0 10h20c1.104 0 2 0.896 2 2s-0.896 2-2 2h-20c-2.643 0-2.646-4 0-4zm0-20h26c1.104 0 2 0.896 2 2s-0.896 2-2 2h-26c-2.643 0-2.646-4 0-4zm34 32c0 1.104-0.896 2-2 2h-32c-2.643 0-2.646-4 0-4h32c1.105 0 2 0.896 2 2zm-82 18h42c1.104 0 2 0.896 2 2s-0.896 2-2 2h-42c-1.104 0-2-0.896-2-2s0.896-2 2-2zm74 14h-74c-1.104 0-2-0.896-2-2s0.896-2 2-2h74c2.643 0 2.647 4 0 4zm6-10h-32.381c-1.104 0-2-0.896-2-2s0.896-2 2-2h32.381c2.643 0 2.647 4 0 4zm-32-14h14c1.104 0 2 0.896 2 2s-0.896 2-2 2h-14c-2.643 0-2.646-4 0-4zm20 4c-1.104 0-2-0.896-2-2s0.896-2 2-2h8c1.104 0 2 0.896 2 2s-0.896 2-2 2h-8zm33.71-48h-3.71v-15.22c0-3.74-3.04-6.78-6.78-6.78h-102.44c-3.74 0-6.78 3.04-6.78 6.78v15.22h-3.71c-2.37 0-4.29 1.85-4.29 4.12v83.76c0 2.271 1.92 4.12 4.29 4.12h43.03v4.78c0 3.282-0.898 6.45-2.583 9.22h-10.737c-1.104 0-2 0.896-2 2v6h-22c-1.104 0-2 0.896-2 2s0.896 2 2 2h102c1.104 0 2-0.896 2-2s-0.896-2-2-2h-12v-6c0-1.104-0.896-2-2-2h-10.897c-1.686-2.771-2.583-5.939-2.583-9.22v-4.78h42.91c2.521 0 4.57-1.96 4.57-4.38v-83.5c0-2.27-1.92-4.12-4.29-4.12zm-115.71-15.22c0-1.53 1.25-2.78 2.78-2.78h102.44c1.53 0 2.78 1.25 2.78 2.78v5.22h-108v-5.22zm0 9.22h108v82h-108v-82zm84 116v4h-60v-4h60zm-30.08-7c3.705 0 6.72-2.779 6.72-7.424v-3.576h7.88v4.78c0 3.219 0.701 6.354 2.042 9.22h-33.283c1.34-2.866 2.041-6.001 2.041-9.22v-4.78h7.88v3.576c0 4.645 3.015 7.424 6.72 7.424zm-2.72-11h5.439v3.576c0 2.607-1.434 3.424-2.72 3.424-3.239 0-2.719-3.784-2.719-7zm64.23-4c-0.196 0-123.37 0.066-123.43-0.12v-83.76c0.065-0.196 3.793-0.12 4-0.12v74c0 1.1 0.9 2 2 2h112c1.1 0 2-0.9 2-2v-74h3.71c0.181 0 0.28 0.09 0.29 0.12 0 89.116 0.316 83.88-0.57 83.88zm-127.43-102.83c0 1.104-0.896 2-2 2s-2-0.896-2-2c0-10.568 8.598-19.167 19.166-19.167h32.834c1.104 0 2 0.896 2 2s-0.896 2-2 2h-32.834c-8.363 0-15.166 6.804-15.166 15.167zm118 133.08c-2.974 0-2.973-4.5 0-4.5 2.974 0 2.973 4.5 0 4.5zm-66.25-150.25c0-1.24 1.009-2.25 2.25-2.25s2.25 1.01 2.25 2.25-1.009 2.25-2.25 2.25-2.25-1.01-2.25-2.25zm70.25 118.25c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25c2.974 0 2.973 4.5 0 4.5zm-8 0c-2.974 0-2.973-4.5 0-4.5 2.974 0 2.973 4.5 0 4.5zm-5.75-2.25c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25 1.01-2.25 2.25-2.25 2.25 1.01 2.25 2.25z"
display="none" opacity=".6" />
<path
d="m20.428 40.25h-6.5v87.75h127.75v-87.75h-7.5v-17s-0.5-5.375-5.375-5.375-100.88 0-100.88 0-6.188-0.25-6.188 6.188 0 92.104 0 92.104h112.44v-75.542"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="24.499" x2="134.12" y1="30.25" y2="30.25" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path
d=" M76.396,83.5c0,1.104-0.896,2-2,2h-35.27c-1.104,0-2-0.896-2-2V41.315c0-1.104,0.896-2,2-2h35.27c1.104,0,2,0.896,2,2V83.5z"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="85.242" x2="115" y1="43.023" y2="43.023" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="85.242" x2="118" y1="53.353" y2="53.353" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="85.242" x2="105" y1="63.682" y2="63.682" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="85.242" x2="105" y1="84.341" y2="84.341" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="85.242" x2="121" y1="74.012" y2="74.012" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="36.999" x2="118.83" y1="105" y2="105" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="37.729" x2="76.999" y1="94.671" y2="94.671" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="85.242" x2="118" y1="94.671" y2="94.671" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="26.178" x2="129.43" y1="154" y2="154" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="118.77" x2="118.9" y1="122.06" y2="122.06" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="67.333" x2="67.458" y1="5.089" y2="5.089" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="126.77" x2="126.9" y1="122.06" y2="122.06" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="134.92" x2="135.04" y1="122.06" y2="122.06" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<line x1="134.85" x2="134.98" y1="154" y2="154" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<ellipse cx="56.761" cy="54.337" rx="5.833" ry="7.768" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path d="m11.666 21.839s-1.167-16.75 16.75-16.75 33.25 0 33.25 0" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path
d="m56.954 78.5c9.822 0 10.865-5.543 9.678-7.448s-4.625-5.89-6.313-4.331-5.428 1.559-7.115 0-5.125 2.425-6.313 4.331-0.144 7.448 9.678 7.448"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<polyline points="46.485 154 46.485 146 109.12 146 109.12 154" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<g fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4">
<path d="m61.354 128.62s0.625 3.875 0 7.75-3.375 9.624-3.375 9.624" />
<path d="m94.252 128.62s-0.625 3.875 0 7.75 3.375 9.624 3.375 9.624" />
</g>
</svg>
<div class="text-text mt-3 font-size-1-06 fst-italic">Optimization</div>
</div>
<div class="col-lg-4 col-md-4 mt-md-0 mt-5 text-center">
<svg class="svg svg-home svg-blue" enable-background="new 0 0 154 160"
viewBox="0 0 154 160" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path
d="m40.568 88h34.64c2.091 0 3.792-1.738 3.792-3.875v-42.25c0-2.137-1.701-3.875-3.792-3.875h-34.64c-2.091 0-3.792 1.738-3.792 3.875v42.25c0 2.137 1.701 3.875 3.792 3.875zm0.208-46h34.223v42h-34.223v-42zm17.233 21.246c4.076 0 7.393-3.997 7.393-8.909 0-2.666 0-8.909-7.393-8.909s-7.393 6.243-7.393 8.909c0 4.912 3.317 8.909 7.393 8.909zm0-13.818c2.587 0 3.393 0.677 3.393 4.909 0 2.661-1.554 4.909-3.393 4.909s-3.393-2.248-3.393-4.909c0-4.233 0.806-4.909 3.393-4.909zm4.014 14.748-0.902 0.846c-1.895 1.779-4.326 1.781-6.224 1e-3l-0.901-0.847c-8.333 3.08-11.34 9.883-8.37 12.763 6.685 6.486 18.106 6.463 24.766 0 1.012-0.98 1.383-2.466 0.971-3.876-1.384-4.736-4.858-7.231-9.34-8.887zm-13.52 9.98c0.673-2.272 2.395-4.216 4.702-5.361 2.901 2.052 6.707 2.052 9.607 0 2.301 1.143 4.02 3.081 4.7 5.363-5.108 4.85-13.894 4.855-19.009-2e-3zm38.496-22.156h30.096c1.104 0 2 0.896 2 2s-0.896 2-2 2h-30.096c-2.643 0-2.646-4 0-4zm0 10h20c1.104 0 2 0.896 2 2s-0.896 2-2 2h-20c-2.643 0-2.646-4 0-4zm0-20h26c1.104 0 2 0.896 2 2s-0.896 2-2 2h-26c-2.643 0-2.646-4 0-4zm34 32c0 1.104-0.896 2-2 2h-32c-2.643 0-2.646-4 0-4h32c1.105 0 2 0.896 2 2zm-82 18h42c1.104 0 2 0.896 2 2s-0.896 2-2 2h-42c-1.104 0-2-0.896-2-2s0.896-2 2-2zm74 14h-74c-1.104 0-2-0.896-2-2s0.896-2 2-2h74c2.643 0 2.647 4 0 4zm6-10h-32.381c-1.104 0-2-0.896-2-2s0.896-2 2-2h32.381c2.643 0 2.647 4 0 4zm-32-14h14c1.104 0 2 0.896 2 2s-0.896 2-2 2h-14c-2.643 0-2.646-4 0-4zm20 4c-1.104 0-2-0.896-2-2s0.896-2 2-2h8c1.104 0 2 0.896 2 2s-0.896 2-2 2h-8zm33.71-48h-3.71v-15.22c0-3.74-3.04-6.78-6.78-6.78h-102.44c-3.74 0-6.78 3.04-6.78 6.78v15.22h-3.71c-2.37 0-4.29 1.85-4.29 4.12v83.76c0 2.271 1.92 4.12 4.29 4.12h43.03v4.78c0 3.282-0.898 6.45-2.583 9.22h-10.737c-1.104 0-2 0.896-2 2v6h-22c-1.104 0-2 0.896-2 2s0.896 2 2 2h102c1.104 0 2-0.896 2-2s-0.896-2-2-2h-12v-6c0-1.104-0.896-2-2-2h-10.897c-1.686-2.771-2.583-5.939-2.583-9.22v-4.78h42.91c2.521 0 4.57-1.96 4.57-4.38v-83.5c0-2.27-1.92-4.12-4.29-4.12zm-115.71-15.22c0-1.53 1.25-2.78 2.78-2.78h102.44c1.53 0 2.78 1.25 2.78 2.78v5.22h-108v-5.22zm0 9.22h108v82h-108v-82zm84 116v4h-60v-4h60zm-30.08-7c3.705 0 6.72-2.779 6.72-7.424v-3.576h7.88v4.78c0 3.219 0.701 6.354 2.042 9.22h-33.283c1.34-2.866 2.041-6.001 2.041-9.22v-4.78h7.88v3.576c0 4.645 3.015 7.424 6.72 7.424zm-2.72-11h5.439v3.576c0 2.607-1.434 3.424-2.72 3.424-3.239 0-2.719-3.784-2.719-7zm64.23-4c-0.196 0-123.37 0.066-123.43-0.12v-83.76c0.065-0.196 3.793-0.12 4-0.12v74c0 1.1 0.9 2 2 2h112c1.1 0 2-0.9 2-2v-74h3.71c0.181 0 0.28 0.09 0.29 0.12 0 89.116 0.316 83.88-0.57 83.88zm-127.43-102.83c0 1.104-0.896 2-2 2s-2-0.896-2-2c0-10.568 8.598-19.167 19.166-19.167h32.834c1.104 0 2 0.896 2 2s-0.896 2-2 2h-32.834c-8.363 0-15.166 6.804-15.166 15.167zm118 133.08c-2.974 0-2.973-4.5 0-4.5 2.974 0 2.973 4.5 0 4.5zm-66.25-150.25c0-1.24 1.009-2.25 2.25-2.25s2.25 1.01 2.25 2.25-1.009 2.25-2.25 2.25-2.25-1.01-2.25-2.25zm70.25 118.25c-1.24 0-2.25-1.01-2.25-2.25s1.01-2.25 2.25-2.25c2.974 0 2.973 4.5 0 4.5zm-8 0c-2.974 0-2.973-4.5 0-4.5 2.974 0 2.973 4.5 0 4.5zm-5.75-2.25c0 1.24-1.01 2.25-2.25 2.25s-2.25-1.01-2.25-2.25 1.01-2.25 2.25-2.25 2.25 1.01 2.25 2.25z"
display="none" opacity=".6" />
<polyline
points="150.25 54.75 120 54.75 120 76.5 94.249 76.5 94.249 99 68.249 99 68.249 120.5 42.499 120.5 42.499 142.75 16.499 142.75 16.499 155.5"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<polyline points="70.244 143.63 97.999 143.63 97.999 122.5 124 122.5 124 108.5"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="124" x2="124" y1="101.12" y2="100.97" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<polyline
points="67.655 66.566 103.28 30.608 112.28 37.941 117.66 5.816 84.655 9.691 91.78 18.566 70.78 39.395"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="67.093" x2="67.207" y1="43.316" y2="43.273" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<path
d="m37.083 50.667s-7.667 5.333-8.917 10.917 1.417 15.333 1.417 15.333-4.708 5.208-11.245 4.635c0 0-2.755-4.468-3.422-11.718s2.75-23.666 16.667-29.917l-2.167-0.334 2.667-7.333s4.25 5.583 10.667 5.333c0 0 3.5 4.417 4.333 7.5s2.25 8.662 0.917 15.495-5.251 19.422-5.251 19.422l10.167 21.125-30.917 14.696-9.75-22.083 18.25-8.5s1.417-4.227-2-5.238-5.979 1.925-6.438 2.708-0.568 2.131 0.771 3.625c0.896 1 2.313 1.226 2.313 1.226l17.432-7.449"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m38.499 28.938s2.085 2.403 5.031 2.969c3.094 0.594 4.507-3e-3 4.507-3e-3s3.587-6.372 1.462-15.528c0 0 2.149-3.313 0.668-6.625s-6.168-5.688-11.668-4.5-9.375 4.834-9.25 8.459 2.303 6.596 2.625 8.666c0.292 1.875 0.375 9.125 0.375 9.125l-0.375-11.063s-0.188-2.906 2-3.354c1.729-0.354 3.375 1.511 3.375 1.511s1.484-5.428 4.333-5.886c4.667-0.75 8.121 3.309 8.121 3.309"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m21.374 115.56s-3.5 17.5-3.375 19.25 0.75 5.25 4.5 5.938 6.813-1.75 7.375-4.313 5.01-26.741 5.01-26.741"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path
d="m45.124 74.375s11.75 1.875 14.563 2.313 6.188 2.438 6.375 5.813c0 0-7.75 30.375-8.625 32.625s-3.125 4.875-7.227 3.849c-3.223-0.807-4.898-3.152-3.953-6.784l2.806-9.232"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<path d="m8.812 86.25s-4.813 2.25-4.813 7c0 4.5 5.567 13.728 5.567 13.728"
fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" stroke-width="4" />
<line x1="11.983" x2="12.062" y1="111.59" y2="111.73" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
<polyline points="50.875 94.684 52.114 89.008 47.788 88.451" fill="none"
stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"
stroke-width="4" />
</svg>
<div class="text-text mt-3 font-size-1-06 fst-italic">Branding</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="section-content-v ps-lg-5 ps-0">
<h3 class="font-size-3 mb-3">Our Expertise</h3>
<p class="text-text">A dexterous mix of strategic, creative and expertise, with a wide range
of skills, we work hard to provide relevant and innovative solutions for our consumers.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-parallax page-image-sec"
style="background-image: url(https://pack2net.com/assets/img/images/home-05.webp);">
<div class="section-mask"></div>
<div class="section-content-v">
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-6">
<div class="p-5 section-light">
<h4 class="font-size-3">Create your <span class="text-blue">project</span> now!</h4>
<p class="text-text py-4">Good client relations are crucial to us too. Although our
experts are very technical, everyone at Pack2Net knows how to translate expertise
into business success.</p>
<a href="get-quote.php" class="btn-eff-01 btn-eff-02-pre btn-cus-top-02">View More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-white section-padding-08">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-lg-0 mb-5">
<div class="section-content-v">
<h2 class="font-size-2-5 mb-3">Who We Are</h2>
<p class="text-text pe-lg-5 pe-0">Pack2Net is a web design and system development company
specializing in cutting edge websites with limitless styles, e-solutions, digital
marketing, business application and Mobile solutions.</p>
</div>
</div>
<div class="col-lg-6 mt-lg-0 mt-5">
<div class="section-content-v">
<div class="progress">
<div class="progress-bar progress-bar-striped bg-yellow progress-bar-animated"
role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"
data-max="90"></div>
<div class="progress_title">Creativity</div>
<div class="progress_parcent" data-max="90">%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-blue progress-bar-animated"
role="progressbar" aria-valuenow="93" aria-valuemin="0" aria-valuemax="100"
data-max="93"></div>
<div class="progress_title">Innovation</div>
<div class="progress_parcent" data-max="93">%</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-dark progress-bar-animated"
role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"
data-max="85"></div>
<div class="progress_title">Marketing</div>
<div class="progress_parcent" data-max="85">%</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-light section-padding-04">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="swiper-container homeswiper-02">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-01.webp"
class="img-fluid swipe-img-02" alt="Vue Js Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-02.webp"
class="img-fluid swipe-img-02" alt="Bootstrap Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-03.webp"
class="img-fluid swipe-img-02" alt="JQuery Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-04.webp"
class="img-fluid swipe-img-02" alt="Angular Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-05.webp"
class="img-fluid swipe-img-02" alt="CSS3 Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-06.webp"
class="img-fluid swipe-img-02" alt="JAVA Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-07.webp"
class="img-fluid swipe-img-02" alt="React Pack2Net" />
</div>
<div class="swiper-slide">
<img src="https://pack2net.com/assets/img/images/swipe-08.webp"
class="img-fluid swipe-img-02" alt="HTML5 Pack2Net" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End Content -->
<!-- Footer -->
<?php include("assets/includes/footer.php");?>
<!-- End Footer -->
<!-- JS -->
<?php include("assets/includes/scripts.php");?>
<script src="assets/js/home.js"></script>
<!-- End JS -->
</body>
</html>