-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
696 lines (675 loc) · 36.8 KB
/
contact.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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--title-->
<title>Soolah</title>
<!--favicon icon-->
<link rel="icon" href="img/favicon.png" type="image/png" sizes="16x16">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700%7COpen+Sans&display=swap" rel="stylesheet">
<!--Bootstrap css-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--Magnific popup css-->
<link rel="stylesheet" href="css/magnific-popup.css">
<!--Themify icon css-->
<link rel="stylesheet" href="css/themify-icons.css">
<!--animated css-->
<link rel="stylesheet" href="css/animate.min.css">
<!--ytplayer css-->
<link rel="stylesheet" href="css/jquery.mb.YTPlayer.min.css">
<!--Owl carousel css-->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!--custom css-->
<link rel="stylesheet" href="css/style.css">
<!--responsive css-->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!--loader start-->
<div id="preloader">
<div class="loader1">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<!--loader end-->
<!--header section start-->
<header class="header">
<!--start navbar-->
<nav class="navbar navbar-expand-lg fixed-top bg-transparent">
<div class="container">
<a class="navbar-brand" href="index-5.html">
<img src="img/logo-white.png" alt="logo" class="img-fluid" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="ti-menu"></span>
</button>
<div class="collapse navbar-collapse h-auto" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto menu">
<li><a href="main.html" class="page-scroll">Home</a>
</li>
<li><a href="about.html" class="page-scroll">About</a></li>
<li><a href="main.html#how-it-work" class="page-scroll">Problem</a></li>
<li><a href="main.html#solution" class="page-scroll">Solution</a></li>
<li><a href="main.html#screenshots" class="page-scroll">How It Work</a></li>
<li><a href="contact.html" class="page-scroll active">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!--header section end-->
<!--body content wrap start-->
<div class="main">
<!--hero section start-->
<section id="about" class="about_page hero-section gradient-overlay" style="background: url('img/hero-bg-2.jpg')no-repeat center center / cover">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-9 col-lg-7">
<div class="page-header-content text-white text-center pt-sm-5 pt-md-5 pt-lg-0">
<h1 class="text-white mb-0">Contact Us</h1>
<div class="custom-breadcrumb">
<ol class="breadcrumb d-inline-block bg-transparent list-inline py-0">
<li class="list-inline-item breadcrumb-item"><a href="main.html">Home</a></li>
<li class="list-inline-item breadcrumb-item active">Contact Us</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!--hero section end-->
<!--content section-->
<section id="contact" class="contact-us-section ptb-100">
<div class="container">
<div class="row justify-content-around align-items-center">
<div class="contact_form col-md-6">
<div class="contact-us-form gray-light-bg rounded p-5">
<h4>Ready to get started?</h4>
<form action="#" method="POST" id="contactForm1" class="contact-us-form" novalidate="novalidate">
<div class="form-row">
<div class="col-12">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Enter name" required="required">
</div>
</div>
<div class="col-12">
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Enter email" required="required">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea name="message" id="message" class="form-control" rows="7" cols="25" placeholder="Message"></textarea>
</div>
</div>
<div class="col-sm-12 mt-3">
<button type="submit" class="btn solid-btn" id="btnContactUs">
Send
</button>
</div>
</div>
</form>
</div>
</div>
<div class="contact_content col-md-6">
<div class="contact-us-content">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 560">
<style type="text/css">
.st0 {
opacity: 0.41;
}
.st1 {
fill: #C5D9FF;
}
.st2 {
opacity: 0.31;
fill: #C5D9FF;
}
.st3 {
fill: #243762;
}
.st4 {
fill: #ECF1F7;
}
.st5 {
fill: #FFFFFF;
}
.st6 {
opacity: 0.4;
}
.st7 {
fill: #AF9CDA;
}
.st8 {
opacity: 0.28;
fill: #FFFFFF;
}
.st9 {
fill: #014A83;
}
.st10 {
opacity: 0.29;
fill: #AF9CDA;
}
.st11 {
fill: #44C2F4;
}
.st12 {
fill: #F7A9B4;
}
.st13 {
fill: #F9D9EB;
}
.st14 {
opacity: 0.46;
fill: #EF92C7;
}
.st15 {
fill: #4C65BA;
}
</style>
<g>
<g>
<g>
<g class="st0">
<g>
<path class="st1" d="M75.9,381.6c-3.5-76.1,35.7-141.5,94.9-178.4c11.1-6.9,18.3-18.3,19.8-30.9c0.1-0.7,0.2-1.4,0.3-2.1
c10.9-83.6,92.1-142.3,178.7-131C452.4,50.1,512,92.2,503.2,173.2c0,0.4-0.1,0.9-0.1,1.6c-1.5,22.1,16.5,40.6,39.4,41.2
c4.8,0.1,9.7,0.4,14.5,0.9c98.8,9.9,170.5,95.3,160,190.6c-4.8,43.6-26.2,81.7-57.5,109.3h-515
C105.3,480.7,78.2,430.8,75.9,381.6z" />
</g>
</g>
<circle class="st2" cx="135.1" cy="139.7" r="20.1" />
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 140.016 480.3534)" class="st2" cx="649.8" cy="71.2" rx="33.3" ry="33.3" />
<path class="st2" d="M535.8,47.8c0,7-5.7,12.7-12.7,12.7c-7,0-12.7-5.7-12.7-12.7s5.7-12.7,12.7-12.7
C530.1,35.1,535.8,40.8,535.8,47.8z" />
<g>
<g>
<g>
<g>
<path class="st1" d="M123.2,401.5c-3-64.9,30.4-120.7,80.9-152.1c9.4-5.9,15.6-15.6,16.9-26.4c0.1-0.6,0.1-1.2,0.2-1.8
c9.3-71.3,78.6-121.4,152.4-111.7c70.6,9.2,121.5,45.1,114,114.2c0,0.3-0.1,0.8-0.1,1.4c-1.3,18.8,14.1,34.7,33.6,35.1
c4.1,0.1,8.2,0.3,12.4,0.8c84.3,8.5,145.4,81.3,136.4,162.5c-4.1,37.2-22.4,69.7-49,93.2H181.6
C148.2,486,125.1,443.4,123.2,401.5z" />
</g>
</g>
</g>
</g>
<path class="st3" d="M703.1,518.5H94.6c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8h608.4c1,0,1.8,0.8,1.8,1.8
C704.8,517.7,704,518.5,703.1,518.5z" />
</g>
</g>
<g>
<g>
<path class="st4" d="M611.3,476.2H203.5V225.3c0-9.6,7.8-17.3,17.3-17.3H594c9.6,0,17.3,7.8,17.3,17.3V476.2z" />
<path class="st3" d="M612.3,477.2H202.5V225.3c0-10.1,8.2-18.3,18.3-18.3H594c10.1,0,18.3,8.2,18.3,18.3V477.2z M204.5,475.2
h405.9V225.3c0-9-7.3-16.3-16.3-16.3H220.8c-9,0-16.3,7.3-16.3,16.3V475.2z" />
</g>
<rect x="227.8" y="233.6" class="st5" width="360.6" height="241" />
<rect x="227.8" y="233.5" class="st1" width="360.6" height="22.8" />
<path class="st5" d="M244.9,249.1c-2.3,0-4.2-1.9-4.2-4.2c0-2.3,1.9-4.2,4.2-4.2c2.3,0,4.2,1.9,4.2,4.2
C249,247.2,247.2,249.1,244.9,249.1z M244.9,242.7c-1.2,0-2.2,1-2.2,2.2c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2
C247,243.7,246.1,242.7,244.9,242.7z" />
<path class="st5" d="M259.4,249.1c-2.3,0-4.2-1.9-4.2-4.2c0-2.3,1.9-4.2,4.2-4.2c2.3,0,4.2,1.9,4.2,4.2
C263.5,247.2,261.7,249.1,259.4,249.1z M259.4,242.7c-1.2,0-2.2,1-2.2,2.2c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2
C261.6,243.7,260.6,242.7,259.4,242.7z" />
<path class="st5" d="M272.7,249.1c-2.3,0-4.2-1.9-4.2-4.2c0-2.3,1.9-4.2,4.2-4.2c2.3,0,4.2,1.9,4.2,4.2
C276.9,247.2,275,249.1,272.7,249.1z M272.7,242.7c-1.2,0-2.2,1-2.2,2.2c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2
C274.9,243.7,273.9,242.7,272.7,242.7z" />
<polygon class="st3" points="228.8,474.5 226.8,474.5 226.8,232.6 380.7,232.6 380.7,234.6 228.8,234.6 " />
<g class="st6">
<circle class="st7" cx="298.9" cy="303.2" r="40.1" />
<path class="st7" d="M567.6,456.6H362.7c-3,0-5.5-2.5-5.5-5.5v-91.6c0-3,2.5-5.5,5.5-5.5h204.9c3,0,5.5,2.5,5.5,5.5v91.6
C573.1,454.1,570.7,456.6,567.6,456.6z" />
<path class="st8" d="M453.7,405.3h-73.4c-0.7,0-1.3-0.6-1.3-1.3v-33.5c0-0.7,0.6-1.3,1.3-1.3h73.4c0.7,0,1.3,0.6,1.3,1.3v33.5
C455,404.8,454.4,405.3,453.7,405.3z" />
<path class="st8" d="M548.4,405.3H475c-0.7,0-1.3-0.6-1.3-1.3v-33.5c0-0.7,0.6-1.3,1.3-1.3h73.4c0.7,0,1.3,0.6,1.3,1.3v33.5
C549.7,404.8,549.1,405.3,548.4,405.3z" />
<g>
<path class="st5" d="M304.1,313.7L304.1,313.7c0.8,0,1.5,0.6,1.5,1.4v3c0,0.8-0.6,1.4-1.4,1.4h-10.7c-0.8,0-1.4-0.6-1.4-1.4v-3
c0-0.8,0.6-1.4,1.4-1.4h0c0.8,0,1.4-0.6,1.4-1.4v-8.8c0-0.8-0.6-1.4-1.4-1.4l0,0c-0.8,0-1.4-0.6-1.4-1.4v-3
c0-0.8,0.6-1.4,1.4-1.4h7.8c0.8,0,1.4,0.6,1.4,1.4v14.6C302.7,313.1,303.4,313.7,304.1,313.7z" />
<path class="st5" d="M298.7,286.9L298.7,286.9c1.7,0,3,1.4,3,3l0,0c0,1.7-1.4,3-3,3l0,0c-1.7,0-3-1.4-3-3l0,0
C295.6,288.2,297,286.9,298.7,286.9z" />
</g>
<rect x="358.9" y="278.9" class="st7" width="176.8" height="2" />
<rect x="358.9" y="326" class="st7" width="176.8" height="2" />
<rect x="358.9" y="299.4" class="st7" width="74.1" height="2" />
<rect x="256.4" y="418" class="st7" width="77.4" height="2" />
<rect x="256.4" y="438.6" class="st7" width="77.4" height="2" />
<rect x="449.6" y="299.4" class="st7" width="77.5" height="2" />
<rect x="376.7" y="437.9" class="st5" width="176.8" height="2" />
<rect x="376.7" y="421.7" class="st5" width="74.1" height="2" />
<rect x="467.4" y="421.7" class="st5" width="77.5" height="2" />
</g>
<path class="st3" d="M408.4,227.7c-2.8,0-5-2.3-5-5c0-2.8,2.3-5,5-5c2.8,0,5,2.3,5,5C413.4,225.5,411.2,227.7,408.4,227.7z
M408.4,219.6c-1.7,0-3.1,1.4-3.1,3.1c0,1.7,1.4,3.1,3.1,3.1c1.7,0,3.1-1.4,3.1-3.1C411.4,221,410.1,219.6,408.4,219.6z" />
<path class="st3" d="M422.9,225.2c-1.5,0-2.7-1.2-2.7-2.7c0-1.5,1.2-2.7,2.7-2.7c1.5,0,2.7,1.2,2.7,2.7
C425.6,224,424.4,225.2,422.9,225.2z M422.9,221.9c-0.4,0-0.7,0.3-0.7,0.7s0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7
S423.3,221.9,422.9,221.9z" />
<path class="st9" d="M651.9,514.6H162.9c-2.2,0-4-1.8-4-4v-22.4c0-6.6,5.3-11.9,11.9-11.9h473c6.6,0,11.9,5.3,11.9,11.9v22.4
C655.8,512.8,654.1,514.6,651.9,514.6z" />
<path class="st10" d="M652,492.5H162.8c-2.1,0-3.8-1.7-3.8-3.8l0,0c0-6.3,5.1-11.4,11.4-11.4h474.1c6.3,0,11.4,5.1,11.4,11.4l0,0
C655.8,490.7,654.1,492.5,652,492.5z" />
<path class="st5" d="M449.1,496.4h-80.5c-4.9,0-8.9-4-8.9-8.9v-9.4c0-0.5,0.4-1,1-1s1,0.4,1,1v9.4c0,3.8,3.1,6.9,6.9,6.9h80.5
c3.5,0,6.4-2.9,6.4-6.4v-10c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v10C457.5,492.7,453.7,496.4,449.1,496.4z" />
<path class="st5" d="M440.4,492.7h-63.1c-4,0-7.2-3.2-7.2-7.2v-7.4c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v7.4c0,2.9,2.3,5.2,5.2,5.2
h63.1c2.6,0,4.8-2.1,4.8-4.8v-7.8c0-0.5,0.4-1,1-1c0.5,0,1,0.4,1,1v7.8C447.2,489.6,444.1,492.7,440.4,492.7z" />
<path class="st5" d="M232.1,505.8c-3,0-5.4-2.4-5.4-5.4c0-3,2.4-5.4,5.4-5.4c3,0,5.4,2.4,5.4,5.4
C237.5,503.4,235.1,505.8,232.1,505.8z M232.1,497.1c-1.9,0-3.4,1.5-3.4,3.4c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4
C235.5,498.6,234,497.1,232.1,497.1z" />
<path class="st5" d="M252.7,504.1c-2.3,0-4.2-1.9-4.2-4.2c0-2.3,1.9-4.2,4.2-4.2c2.3,0,4.2,1.9,4.2,4.2
C256.9,502.3,255,504.1,252.7,504.1z M252.7,497.7c-1.2,0-2.2,1-2.2,2.2c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2
C254.9,498.7,253.9,497.7,252.7,497.7z" />
<path class="st3" d="M588.3,257.2H380.7c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h207.6c0.5,0,1,0.4,1,1
C589.3,256.7,588.9,257.2,588.3,257.2z" />
</g>
<g>
<g>
<g>
<path class="st11" d="M355.7,291.4H84.4c-6.4,0-11.6,5.2-11.6,11.6v107.6c0,6.4,5.2,11.6,11.6,11.6h195.1l33.6,33.6v-33.6h42.7
c6.4,0,11.6-5.2,11.6-11.6V303C367.3,296.6,362.1,291.4,355.7,291.4z" />
<path class="st4" d="M150.4,416c-33.9,0-61.5-27.6-61.5-61.5c0-33.9,27.6-61.5,61.5-61.5s61.5,27.6,61.5,61.5
C211.8,388.4,184.3,416,150.4,416z M150.4,295c-32.8,0-59.5,26.7-59.5,59.5c0,32.8,26.7,59.5,59.5,59.5s59.5-26.7,59.5-59.5
C209.9,321.7,183.2,295,150.4,295z" />
</g>
</g>
<path class="st5" d="M337.7,325.7H234.2c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h103.5c0.5,0,1,0.4,1,1
C338.7,325.3,338.2,325.7,337.7,325.7z" />
<path class="st5" d="M337.7,371.9H234.2c-0.5,0-1-0.4-1-1s0.4-1,1-1h103.5c0.5,0,1,0.4,1,1S338.2,371.9,337.7,371.9z" />
<path class="st5" d="M285.9,349.2h-51.7c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h51.7c0.5,0,1,0.4,1,1
C286.9,348.8,286.5,349.2,285.9,349.2z" />
<path class="st5" d="M285.9,390.5h-51.7c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h51.7c0.5,0,1,0.4,1,1
C286.9,390.1,286.5,390.5,285.9,390.5z" />
<path class="st5" d="M336.4,349.2h-35c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h35c0.5,0,1,0.4,1,1C337.4,348.8,336.9,349.2,336.4,349.2z
" />
<g>
<g>
<path class="st12" d="M199.9,282.3c-0.3-2.9-1.5-5.4-3.4-7.3c-2-2-3.6-4.2-4.9-6.6c-0.3-1.3-0.9-2.5-1.7-3.6
c-1.1-2.7-1.8-5.6-2.1-8.6l-0.5-5.3c0-0.1,0-0.2,0-0.3l-0.2-2.5c-0.5-5.4-3-10.1-6.7-13.6c-5.2-6.3-12.7-10.5-21.4-11.2l0,0
c-10-0.8-19.3,3.1-25.6,10c-7.4,4.1-12.1,12.3-11.3,21.2l0.4,3.7c-2.3,1.8-3.8,4.5-4.1,7.6v0c-0.2,2.4,0.4,4.7,1.6,6.6
c-4.3,4.6-7.2,10.6-7.7,17.3c-1.4,15.9,10.5,29.9,26.4,31.3c9.7,0.8,18.7-3.2,24.5-10.1c3,2.3,6.7,3.9,10.7,4.2h0
c11.1,0.9,20.8-7.3,21.7-18.3l0,0c0.1-1.4,0.1-2.7-0.1-4.1C198.6,290.3,200.3,286.4,199.9,282.3z" />
<g>
<g>
<path class="st13" d="M209.4,282.9c0,0-1.1-4,0-8.6l3.6-7.8c0.6-1.2,2-1.9,3.3-1.5c0,0,0,0,0.1,0l4.1-5
c0.5-0.6,6.3-6.9,6.7-7.6c0.5-0.8,2.8-1.6,3.2,0c0.7,2.9-5,11.3-5,11.3s2.8,1.2,3.3,2.7c0.5,1.5,0.7,2.1,0.7,2.1
s1.5,1.6,2,3.9l0.3,0.7c0,0,0.7-0.2,1.7,2.7c0.5,1.5,0,2.6-0.6,3.4c-0.5,0.7-1.3,1.1-2,1.4l-1.4,0.5l1.5,9.8l-20.3-1.1
L209.4,282.9z" />
<g>
<path class="st13" d="M219.4,280.8c-0.9-5.6-4.3-6.9-4.3-6.9s0.8-1.7,1.8-4.3c0.8-2,0.2-3.5-0.1-4.1
c-0.1-0.2-0.2-0.3-0.4-0.4c-0.5-0.3-1.9-0.8-3.3,1.3c-0.7,1.1-1.5,2.6-2.1,4" />
<path class="st3" d="M219.4,281.1c-0.2,0-0.3-0.1-0.4-0.3c-0.8-5.3-4-6.6-4.1-6.7l-0.4-0.1l0.2-0.3c0,0,0.8-1.8,1.8-4.3
c0.7-1.8,0.2-3.2-0.1-3.7c-0.1-0.1-0.2-0.2-0.3-0.3c-0.5-0.3-1.6-0.6-2.8,1.2c-0.6,0.9-1.3,2.3-2.1,4
c-0.1,0.2-0.3,0.3-0.5,0.2c-0.2-0.1-0.3-0.3-0.2-0.5c0.8-1.7,1.5-3.1,2.1-4.1c1.7-2.5,3.3-1.7,3.8-1.4
c0.2,0.1,0.4,0.3,0.5,0.6c0.3,0.6,1,2.2,0.1,4.4c-0.8,1.9-1.4,3.3-1.7,4c0.9,0.5,3.5,2.3,4.2,7.1
C219.8,280.9,219.6,281.1,219.4,281.1C219.4,281.1,219.4,281.1,219.4,281.1z" />
</g>
</g>
<path class="st3" d="M238.5,346.9c-0.7-6.9-1.3-13.7-1.8-20.6c-0.5-5.9-2.1-30-2.7-38.4c-0.1-1.6-1.5-2.8-3.2-2.6l-20.9,2.2
c-1.9,0.2-3.2,1.9-2.9,3.8c2.1,13.6,3.9,47.9,3.9,47.9l-10.5-10.6c-2.7-2.7-5.1-5.5-7.7-8.3c-4.5-4.9-10.4-8.7-16.2-11.9
l-0.7-0.6l0.1,0.3c-1.7-0.9-3.4-1.8-5.2-2.5l-36.3-0.1c-1.8,0-3.7,0.2-5.4,0.6c-14.6,2.7-26.9,16.3-29.9,33.7
c-0.5,2.7-0.7,5.5-0.7,8.4l-1.2,13.2c3.1,26.7,25.7,47.4,53.2,47.4c24.2,0,44.7-16,51.3-38.1c4.9,1.8,9.9,3.3,14,3.5
c4.1,0.2,8.2-1.1,12-2.9c3.5-1.7,6.9-3.9,8.9-7.3C239.7,358.6,239.1,352.6,238.5,346.9z" />
</g>
<g>
<g>
<path class="st13" d="M187.1,274.9l-2.4-22.7c-0.5-4.4-2.3-8.3-5.1-11.3c-1.1,10.2-9.7,18.1-20.2,18.1H141l2.2,20.6
c0.1,1,0.3,2,0.6,2.9l-3.5,18.9c-1.7,8.9,3.8,17.5,12.4,19.2c8.6,1.7,16.9-4.2,18.7-13.2l2.2-11.1
C182.2,293.1,188.1,284.4,187.1,274.9z" />
<path class="st14" d="M166.1,297.6c-8.9,0.9-17.1-3.7-20.9-11.1l-0.2,1.6c-0.9,5.9,4.7,11.7,12.6,12.9h0
c5.7,0.9,10.9-0.9,13.8-4.1c-1,0.2-1.9,0.4-3,0.5L166.1,297.6z" />
<g>
<path class="st3" d="M179.6,265.5L179.6,265.5c0.6,0,1.1-0.6,1.1-1.2l-0.1-2.3c0-0.6-0.6-1.1-1.2-1.1l0,0
c-0.6,0-1.1,0.6-1.1,1.2l0.1,2.3C178.4,265,179,265.5,179.6,265.5z" />
<g>
<path class="st3" d="M159.5,268L159.5,268c0.6,0,1.1-0.6,1.1-1.2l-0.1-2.3c0-0.6-0.6-1.1-1.2-1.1l0,0
c-0.6,0-1.1,0.6-1.1,1.2l0.1,2.3C158.3,267.6,158.8,268,159.5,268z" />
<g>
<path class="st12" d="M175.7,256.6c0.5,0.1,1,0,1.6-0.1c0.5-0.1,1.1-0.2,1.6-0.2c0.5-0.1,1-0.1,1.6-0.1
c0.6,0,1.1-0.1,1.5-0.3c0.4-0.2,0.5-0.7-0.1-1.2c-0.5-0.5-1.9-0.9-3.5-0.8c-1.6,0.2-2.7,0.9-3.1,1.5
C175,256,175.3,256.4,175.7,256.6z" />
</g>
<g>
<path class="st12" d="M154.5,259.8c0.5,0.1,1,0,1.6-0.1c0.5-0.1,1.1-0.2,1.6-0.3c0.5-0.1,1-0.2,1.6-0.2
c0.6-0.1,1.1-0.1,1.5-0.4c0.4-0.2,0.4-0.7-0.2-1.2c-0.6-0.5-1.9-0.9-3.5-0.6c-1.6,0.3-2.7,1.1-3,1.7
C153.7,259.2,154,259.7,154.5,259.8z" />
</g>
<path class="st3" d="M166.7,272.7c-0.2,0-0.4-0.2-0.5-0.4c0-0.3,0.1-0.5,0.4-0.6l2.8-0.5c0.4-0.1,0.7-0.3,0.9-0.7
c0.2-0.3,0.1-0.7,0-1c-2.4-2.4-2.7-8.2-2.7-8.4c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5c0,0.1,0.2,5.7,2.4,7.8l0.1,0.1
c0.4,0.6,0.4,1.4,0.1,2c-0.3,0.7-0.9,1.1-1.6,1.2L166.7,272.7C166.8,272.7,166.7,272.7,166.7,272.7z" />
<path class="st14" d="M165.3,286.4c0,0-0.1,0-0.1,0c-0.1-0.1-0.2-0.3-0.1-0.4c0.6-1.1,1.7-1.8,2.9-1.8c1.2,0,2.4,0.6,3,1.6
c0.1,0.1,0,0.3-0.1,0.4c-0.1,0.1-0.3,0-0.4-0.1c-0.5-0.8-1.5-1.3-2.5-1.3c-1,0-1.9,0.6-2.4,1.5
C165.5,286.3,165.4,286.4,165.3,286.4z" />
<path class="st5" d="M165.1,265.4c-0.4,0-0.7-0.3-0.7-0.6c-0.1-0.4,0.2-0.8,0.6-0.8l6.1-0.9c0.4-0.1,0.8,0.2,0.8,0.6
c0.1,0.4-0.2,0.8-0.6,0.8l-6.1,0.9C165.2,265.4,165.2,265.4,165.1,265.4z" />
<path class="st5" d="M177.7,272c-3.6,0-6.6-2.7-7-6.3l-0.5-4.5c-0.1-0.9,0.2-1.8,0.8-2.6c0.6-0.7,1.4-1.2,2.3-1.3l9.2-1
c0.9-0.1,1.8,0.2,2.6,0.8c0.7,0.6,1.2,1.4,1.3,2.3l0.5,4.3c0.4,4-2.5,7.5-6.4,8l-1.9,0.2C178.2,272,177.9,272,177.7,272z
M182.8,257.8c-0.1,0-0.1,0-0.2,0l-9.2,1c-0.5,0.1-1,0.3-1.3,0.7c-0.3,0.4-0.5,0.9-0.4,1.5l0.5,4.5c0.2,1.5,0.9,2.8,2,3.8
c1.2,0.9,2.6,1.4,4.1,1.2l1.9-0.2c3.2-0.3,5.4-3.2,5.1-6.3l-0.5-4.3c-0.1-0.5-0.3-1-0.7-1.3
C183.7,258,183.3,257.8,182.8,257.8z" />
<path class="st5" d="M156.8,274.2c-1.6,0-3.2-0.5-4.4-1.6c-1.5-1.2-2.4-2.9-2.6-4.8l-0.5-4.5c-0.2-1.9,1.2-3.6,3.1-3.8
l9.2-1c1.9-0.2,3.6,1.2,3.8,3.1l0.5,4.3c0.2,1.9-0.4,3.8-1.6,5.3c-1.2,1.5-2.9,2.4-4.9,2.6h0l-1.9,0.2
C157.3,274.2,157,274.2,156.8,274.2z M159.4,273.2L159.4,273.2L159.4,273.2z M161.9,260c-0.1,0-0.1,0-0.2,0l-9.2,1
c-1.1,0.1-1.9,1.1-1.8,2.2l0.5,4.5c0.2,1.5,0.9,2.8,2,3.8s2.6,1.4,4.1,1.2l1.9-0.2c3.2-0.3,5.4-3.2,5.1-6.3l-0.5-4.3
C163.8,260.8,163,260,161.9,260z" />
</g>
<path class="st5" d="M168,282.2l2.5-0.3c1.2-0.1,2.2-0.9,2.1-1.8l-0.6-5.4l-13.9,1.6C158.8,283.7,162.9,282.8,168,282.2z" />
</g>
</g>
</g>
<g>
<path class="st3" d="M179.8,231.9h-24.4c-10.9,0-19.8,8.9-19.8,19.8v6.7c-0.1,0-0.2,0-0.3,0l0,0c-3.5,0.6-6,3.9-5.4,7.4
l1.2,7.6c0.6,3.5,3.9,6,7.4,5.4c0.9-0.1,1.8-0.5,2.5-1l5.2,6.8c1.2,1.5,3,2.4,4.9,2.4h7.3c0.4,0,0.7-0.3,0.7-0.7
c0-0.4-0.3-0.7-0.7-0.7h-7.3c-1.5,0-2.8-0.7-3.7-1.8l-5.3-6.9c1.3-1.4,2.1-3.4,1.7-5.5l-1.2-7.6c-0.4-2.8-2.6-4.8-5.2-5.3v-6.8
c0-9.8,8-17.8,17.8-17.8h24.4c0.5,0,1-0.4,1-1C180.8,232.4,180.3,231.9,179.8,231.9z" />
<g>
<path class="st12" d="M161.2,287.9h-2.9c-0.9,0-1.6-0.7-1.6-1.6l0,0c0-0.9,0.7-1.6,1.6-1.6h2.9c0.9,0,1.6,0.7,1.6,1.6l0,0
C162.8,287.2,162.1,287.9,161.2,287.9z" />
<path class="st3" d="M161.2,288.7h-2.9c-1.3,0-2.3-1-2.3-2.3c0-1.3,1-2.3,2.3-2.3h2.9c1.3,0,2.3,1,2.3,2.3
C163.6,287.6,162.5,288.7,161.2,288.7z M158.3,285.5c-0.5,0-0.8,0.4-0.8,0.8c0,0.5,0.4,0.8,0.8,0.8h2.9c0.5,0,0.8-0.4,0.8-0.8
c0-0.5-0.4-0.8-0.8-0.8H158.3z" />
</g>
<g>
<path class="st3" d="M137.5,272.4L137.5,272.4c-1.5,0.2-3-0.8-3.2-2.3l-0.3-1.8c-0.2-1.5,0.8-3,2.3-3.2l0,0
c1.5-0.2,3,0.8,3.2,2.3l0.3,1.8C140.1,270.8,139.1,272.2,137.5,272.4z" />
<path class="st4" d="M137.1,273c-1.6,0-3-1.2-3.2-2.8l-0.3-1.8c-0.3-1.8,0.9-3.5,2.7-3.8c0.9-0.1,1.7,0.1,2.4,0.6
c0.7,0.5,1.2,1.3,1.3,2.1l0.3,1.8c0.1,0.9-0.1,1.7-0.6,2.4c-0.5,0.7-1.3,1.2-2.1,1.3l0,0C137.4,273,137.3,273,137.1,273z
M136.8,265.6c-0.1,0-0.2,0-0.4,0c-0.6,0.1-1.1,0.4-1.5,0.9c-0.4,0.5-0.5,1.1-0.4,1.7l0.3,1.8c0.2,1.3,1.4,2.1,2.6,1.9l0,0
c1.3-0.2,2.1-1.4,1.9-2.6l-0.3-1.8c-0.1-0.6-0.4-1.1-0.9-1.5C137.8,265.7,137.3,265.6,136.8,265.6z" />
</g>
</g>
</g>
</g>
</g>
<g>
<path class="st9" d="M727.4,186H436.2c-6.4,0-11.6,5.2-11.6,11.6v116.5c0,6.4,5.2,11.6,11.6,11.6h29.9l4,32.8l32.8-32.8h224.5
c6.4,0,11.6-5.2,11.6-11.6V197.6C739,191.2,733.8,186,727.4,186z" />
<path class="st4" d="M645,317.7c-33.7,0-61.1-27.4-61.1-61.1s27.4-61.1,61.1-61.1c33.7,0,61.1,27.4,61.1,61.1
S678.7,317.7,645,317.7z M645,197.5c-32.6,0-59.1,26.5-59.1,59.1c0,32.6,26.5,59.1,59.1,59.1s59.1-26.5,59.1-59.1
C704.1,224,677.6,197.5,645,197.5z" />
<path class="st5" d="M561.8,228H458.9c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h102.8c0.5,0,1,0.4,1,1C562.8,227.6,562.3,228,561.8,228z" />
<path class="st5" d="M561.8,273.9H458.9c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h102.8c0.5,0,1,0.4,1,1
C562.8,273.4,562.3,273.9,561.8,273.9z" />
<path class="st5" d="M561.8,251.4h-51.4c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h51.4c0.5,0,1,0.4,1,1
C562.8,250.9,562.3,251.4,561.8,251.4z" />
<path class="st5" d="M561.8,292.4h-51.4c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1h51.4c0.5,0,1,0.4,1,1
C562.8,292,562.3,292.4,561.8,292.4z" />
<path class="st5" d="M495,251.4h-34.8c-0.5,0-1-0.4-1-1c0-0.5,0.4-1,1-1H495c0.5,0,1,0.4,1,1C496,250.9,495.6,251.4,495,251.4z" />
<g>
<path class="st3" d="M699.4,245.9L699.4,245.9L685,188.1l-3.9,1.3l-15.5,5.3l-2.9,1l5,22.9c-1-0.1-2.1-0.2-3.2-0.2l-45.1,0.1
c-14.7,0-27,11.7-28.7,27.1l-0.5,4.8c-2.7,24.3,10.8,48.1,33.8,56.7c1,0.4,1.9,0.7,2.9,1c24.6,7.8,51.8-2.4,65.3-24.4
c4.4-7.2,7-14.8,8-22.4C701,256,700.6,250.8,699.4,245.9z" />
<g>
<path class="st3" d="M657.6,171.7l-1.6-22.1c0-0.6-0.1-1.2-0.3-1.9c0.2-0.9,0.3-1.8,0.3-2.7c0-7.8-6.3-14-14-14
c-3.7,0-7,1.4-9.5,3.7c-2.7-3-6.6-5-11-5c-7.4,0-13.5,5.4-14.6,12.5c-5.2,1.1-8.8,5.8-8.2,11.2c0.4,3.8,2.9,7,6.2,8.4l1,13.5
c0.6,8.8,8.9,15.4,18.4,14.8l17.5-1.3C651.1,188.3,658.2,180.5,657.6,171.7z" />
<g>
<path class="st13" d="M654.7,178.8c4.1-0.3,7.1-3.9,6.7-8c-0.3-4.1-3.9-7.1-8-6.7l-0.8,0.1l-0.6-7.1c0-0.5-0.1-1-0.2-1.5
c-1.6,2.8-4.5,4.9-8,5.2c-4.9,0.5-9.4-2.5-10.9-7.1c-2.5,3.1-6.1,5.3-10.4,5.7c-4.7,0.5-9.1-1.2-12.2-4.2
c-0.8,1.7-1.1,3.6-1,5.5l0.8,9.9c-0.1,0.9-0.1,1.8-0.1,2.7l1.2,19.7c0.4,6.9,4.8,12.6,10.9,15l2.1,11
c2,10.5,11.1,17.7,20.5,15.9c9.4-1.7,15.4-11.7,13.4-22.2l-4-25.8l-0.5-8L654.7,178.8z" />
<path class="st14" d="M638.3,208.6l-8.6,0.5c-1.6,0.1-3.2,0-4.8-0.4c3,3.8,9.8,5.4,17,3.6v0c8.7-2.2,14.7-8.6,13.3-14.3
l-0.9-3.9C653,202,646.5,208.1,638.3,208.6z" />
</g>
<path class="st14" d="M657.5,171.4c-0.2-2.1-2.1-3.8-4.6-4.3l0.1,1.6c0.1,0.6,0.2,1.3,0.2,1.9l0.4,5.8
C656.1,175.6,657.7,173.6,657.5,171.4z" />
<g>
<path class="st3" d="M618.2,175.1L618.2,175.1c-0.6,0-1.1-0.4-1.1-1l-0.2-2.1c0-0.6,0.4-1.1,1-1.1l0,0c0.6,0,1.1,0.4,1.1,1
l0.2,2.1C619.2,174.5,618.8,175,618.2,175.1z" />
<path class="st3" d="M636.6,174L636.6,174c-0.6,0-1.1-0.4-1.1-1l-0.2-2.1c0-0.6,0.4-1.1,1-1.1l0,0c0.6,0,1.1,0.4,1.1,1l0.2,2.1
C637.6,173.4,637.2,173.9,636.6,174z" />
<g>
<g>
<path class="st3" d="M612.9,167.3c0.2-0.5,0.7-0.9,1.2-1.3c0.5-0.4,1-0.8,1.4-1.2c0.4-0.4,0.9-0.8,1.3-1.3
c0.4-0.5,0.9-1,1.4-1.1c0.5-0.1,1.2,0.2,1.5,1.2c0.3,1,0,2.6-1.4,3.9c-1.3,1.3-3.1,1.5-4.1,1.3
C613.2,168.4,612.8,167.8,612.9,167.3z" />
</g>
</g>
<g>
<g>
<path class="st3" d="M641.5,167c-0.6,0.3-1.3,0.1-2,0c-0.7-0.1-1.4-0.2-2-0.3c-0.6-0.1-1.3-0.1-2-0.1c-0.7,0-1.4,0-1.9-0.4
c-0.5-0.4-0.7-1.3-0.1-2.2c0.6-1,2.1-1.9,4.1-1.7c2,0.2,3.5,1.5,4.1,2.6C642.3,165.9,642,166.7,641.5,167z" />
</g>
</g>
<path class="st3" d="M626.4,184.4c-1.1,0-2.2-0.5-2.9-1.4c-0.8-0.9-1-2.2-0.7-3.4l2.9-10c0.1-0.3,0.4-0.5,0.7-0.4
c0.3,0.1,0.5,0.4,0.4,0.7l-2.9,10c-0.2,0.8-0.1,1.7,0.5,2.3c0.5,0.7,1.3,1,2.2,0.9l5.3-0.4c0.3,0,0.6,0.2,0.6,0.5
c0,0.3-0.2,0.6-0.5,0.6l-5.3,0.4C626.6,184.4,626.5,184.4,626.4,184.4z" />
<path class="st5" d="M637.8,194.2l-2.5,1.2c-1.2,0.6-2.5,0.3-2.9-0.5l-2.5-5.4l14-6.3C647.2,190.4,642.9,191.8,637.8,194.2z" />
</g>
</g>
<g>
<g>
<g>
<polygon class="st5" points="623,217.8 613.9,231.5 634,248.2 641.6,233 " />
<polygon class="st5" points="659.4,217.8 668.5,231.5 648.4,248.2 640.8,233 " />
</g>
</g>
</g>
<g>
<path class="st15" d="M657.6,194.5l-4-0.3c-0.5,0-0.8-0.4-0.8-0.9l2.4-33.4c0-0.5,0.4-0.8,0.9-0.8l4,0.3c0.5,0,0.8,0.4,0.8,0.9
l-2.4,33.4C658.4,194.2,658,194.5,657.6,194.5z" />
<g>
<path class="st13" d="M664.1,166.3c0,0-7-2.7-7.7,3.4c-0.4,3.8,0.3,4.4,0.8,4.3c-0.7,0.5-1.7,1.9-1,5.5c0.8,4,1.8,3.9,2.2,3.7
c-0.9,0.8-4,3.9-0.6,7.2c1.3,1.3,4.3,2.8,7.8,4.3l15.5-5.3C680,179.6,676.2,166.6,664.1,166.3z" />
<g>
<path class="st3" d="M659,174.7c-0.7,0-1.4-0.1-2.1-0.2c-0.3-0.1-0.4-0.3-0.4-0.6c0.1-0.3,0.3-0.4,0.6-0.4
c2.6,0.6,5.6-0.3,5.7-0.3c0.3-0.1,0.5,0.1,0.6,0.3c0.1,0.3-0.1,0.5-0.3,0.6C662.9,174.2,661,174.7,659,174.7z" />
<path class="st3" d="M659,183.9c-0.7,0-1.4-0.1-2.1-0.2c-0.3-0.1-0.4-0.3-0.4-0.6c0.1-0.3,0.3-0.4,0.6-0.4
c2.6,0.6,5.6-0.3,5.7-0.3c0.3-0.1,0.5,0.1,0.6,0.3c0.1,0.3-0.1,0.5-0.3,0.6C662.9,183.4,661,183.9,659,183.9z" />
</g>
</g>
</g>
</g>
</g>
<g>
<g>
<g>
<g>
<path class="st1" d="M587,101.3h-58c-1,0-1.8,0.9-1.8,2.1v48.1c0,2,1.5,3.7,3.3,3.7h22.4c0.3,0,0.5,0.1,0.7,0.3l18.6,22.3
c0.6,0.7,1.6,0.2,1.6-0.8v-20.7c0-0.6,0.4-1.1,1-1.1H587c1.7,0,3-1.6,3-3.6v-46.6C590,102.9,588.6,101.3,587,101.3z" />
</g>
</g>
</g>
<g>
<path class="st5" d="M551.2,118.6c-1.6,0-2.9-1.6-2.3-3.2c1.7-4.8,6.8-8,12.4-6.6c2.4,0.6,4.5,2.1,5.8,4.1
c3.1,4.7,2,10.3-1.7,13.6l-4.5,3.9l0,1.6c0,1.3-1.1,2.4-2.5,2.4l-1,0c-0.9,0-1.7-0.8-1.7-1.7l0.1-2.6c0-1.3,0.6-2.5,1.6-3.3
l4.7-4.1c1.4-1.2,2-3,1.7-4.9c-0.3-1.8-1.7-3.3-3.4-3.8c-2.8-0.9-5.5,0.6-6.4,3C553.4,118,552.4,118.7,551.2,118.6L551.2,118.6z" />
<path class="st5" d="M558.1,139.5L558.1,139.5c1.4,0,2.5,1.2,2.5,2.6l0,0c0,1.4-1.2,2.5-2.6,2.5l0,0c-1.4,0-2.5-1.2-2.5-2.6l0,0
C555.5,140.6,556.7,139.5,558.1,139.5z" />
</g>
<g>
<g>
<path class="st12" d="M171.6,141.9h58c1,0,1.8,0.9,1.8,2.1v48.1c0,2-1.5,3.7-3.3,3.7h-22.4c-0.3,0-0.5,0.1-0.7,0.3l-18.6,22.3
c-0.6,0.7-1.6,0.2-1.6-0.8V197c0-0.6-0.4-1.1-1-1.1h-12.3c-1.7,0-3-1.6-3-3.6v-46.6C168.6,143.5,169.9,141.9,171.6,141.9z" />
</g>
<g>
<path class="st5" d="M205,176.9L205,176.9c0.8,0,1.4,0.6,1.4,1.3v2.8c0,0.7-0.6,1.3-1.3,1.3h-10.2c-0.7,0-1.3-0.6-1.3-1.3v-2.8
c0-0.7,0.6-1.3,1.3-1.3h0c0.7,0,1.3-0.6,1.3-1.3v-8.4c0-0.7-0.6-1.3-1.3-1.3l0,0c-0.7,0-1.3-0.6-1.3-1.3v-2.9
c0-0.7,0.6-1.3,1.3-1.3h7.4c0.7,0,1.3,0.6,1.3,1.3v13.9C203.7,176.3,204.3,176.9,205,176.9z" />
<path class="st5" d="M199.8,151.3L199.8,151.3c1.6,0,2.9,1.3,2.9,2.9l0,0c0,1.6-1.3,2.9-2.9,2.9l0,0c-1.6,0-2.9-1.3-2.9-2.9l0,0
C196.9,152.6,198.2,151.3,199.8,151.3z" />
</g>
</g>
</g>
<g>
<path class="st5" d="M547,371.6v-8.7c0-2.5,2.7-4.6,6-4.6h129.4c3.3,0,6,2.1,6,4.6v85.9c0,2.5-2.7,4.6-6,4.6H552.9
c-3.3,0-6-2.1-6-4.6V435" />
<g>
<path class="st1" d="M547,376.4v-13.5c0-2.5,2.7-4.6,6-4.6h129.4c3.3,0,6,2.1,6,4.6v12.9" />
<path class="st3" d="M548,376.4h-2v-13.5c0-3.1,3.1-5.6,7-5.6h129.4c3.8,0,7,2.5,7,5.6v12.9h-2v-12.9c0-2-2.2-3.6-5-3.6H552.9
c-2.7,0-5,1.6-5,3.6V376.4z" />
</g>
<g>
<rect x="547" y="375.1" class="st3" width="140.5" height="1.5" />
</g>
<path class="st5" d="M557.2,371c-1.8,0-3.2-1.4-3.2-3.2c0-1.8,1.4-3.2,3.2-3.2c1.8,0,3.2,1.4,3.2,3.2
C560.4,369.6,558.9,371,557.2,371z M557.2,366.6c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2
C558.4,367.1,557.8,366.6,557.2,366.6z" />
<path class="st5" d="M565.5,371c-1.8,0-3.2-1.4-3.2-3.2c0-1.8,1.4-3.2,3.2-3.2c1.8,0,3.2,1.4,3.2,3.2
C568.7,369.6,567.3,371,565.5,371z M565.5,366.6c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.6,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2
C566.7,367.1,566.2,366.6,565.5,366.6z" />
<path class="st5" d="M573.7,371c-1.8,0-3.2-1.4-3.2-3.2c0-1.8,1.4-3.2,3.2-3.2s3.2,1.4,3.2,3.2C576.9,369.6,575.5,371,573.7,371z
M573.7,366.6c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.6,1.2,1.2,1.2c0.7,0,1.2-0.5,1.2-1.2C574.9,367.1,574.4,366.6,573.7,366.6z" />
<g>
<path class="st3" d="M666.8,400.4h-90.9c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7h90.9c0.4,0,0.7,0.3,0.7,0.7
S667.2,400.4,666.8,400.4z" />
</g>
<g>
<path class="st3" d="M621.4,422.6h-45.5c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7h45.5c0.4,0,0.7,0.3,0.7,0.7
S621.8,422.6,621.4,422.6z" />
</g>
<g>
<path class="st3" d="M609.8,411.7h-33.9c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h33.9c0.4,0,0.7,0.3,0.7,0.7
C610.6,411.4,610.3,411.7,609.8,411.7z" />
</g>
<g>
<path class="st3" d="M666.8,411.7h-33.9c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h33.9c0.4,0,0.7,0.3,0.7,0.7
C667.6,411.4,667.2,411.7,666.8,411.7z" />
</g>
</g>
<g>
<path class="st5" d="M291.9,100.3v-7.5c0-2.2,2.3-4,5.2-4h112.3c2.9,0,5.2,1.8,5.2,4v74.6c0,2.2-2.3,4-5.2,4H297.1
c-2.9,0-5.2-1.8-5.2-4v-12" />
<g>
<path class="st7" d="M291.9,104.5V92.7c0-2.2,2.3-4,5.2-4h112.3c2.9,0,5.2,1.8,5.2,4v11.2" />
<path class="st3" d="M292.9,104.5h-2V92.7c0-2.7,2.8-5,6.2-5h112.3c3.4,0,6.2,2.2,6.2,5v11.2h-2V92.7c0-1.6-1.9-3-4.2-3H297.1
c-2.3,0-4.2,1.4-4.2,3V104.5z" />
</g>
<g>
<rect x="291.9" y="103.2" class="st3" width="122" height="1.5" />
</g>
<path class="st5" d="M300.7,100c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9c1.6,0,2.9,1.3,2.9,2.9
C303.7,98.6,302.4,100,300.7,100z M300.7,96.1c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9
C301.7,96.5,301.3,96.1,300.7,96.1z" />
<path class="st5" d="M308,100c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9c1.6,0,2.9,1.3,2.9,2.9C310.9,98.6,309.6,100,308,100z
M308,96.1c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9C308.9,96.5,308.5,96.1,308,96.1z" />
<path class="st5" d="M315.1,100c-1.6,0-2.9-1.3-2.9-2.9c0-1.6,1.3-2.9,2.9-2.9c1.6,0,2.9,1.3,2.9,2.9
C318,98.6,316.7,100,315.1,100z M315.1,96.1c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9c0.5,0,0.9-0.4,0.9-0.9
C316,96.5,315.6,96.1,315.1,96.1z" />
<g>
<path class="st3" d="M394,125.4H315c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7H394c0.4,0,0.7,0.3,0.7,0.7
C394.7,125.1,394.4,125.4,394,125.4z" />
</g>
<g>
<path class="st3" d="M354.5,144.7H315c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h39.5c0.4,0,0.7,0.3,0.7,0.7
C355.2,144.3,354.9,144.7,354.5,144.7z" />
</g>
<g>
<path class="st3" d="M344.5,135.2H315c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h29.5c0.4,0,0.7,0.3,0.7,0.7
C345.2,134.9,344.9,135.2,344.5,135.2z" />
</g>
<g>
<path class="st3" d="M394,135.2h-29.5c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7H394c0.4,0,0.7,0.3,0.7,0.7
C394.7,134.9,394.4,135.2,394,135.2z" />
</g>
</g>
</g>
</svg>
</div>
</div>
</div>
</div>
</section>
<!--content section end-->
</div>
<!--body content wrap end-->
<!--footer section start-->
<footer class="footer-section">
<!--footer top start-->
<div class="footer-top gradient-bg">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12">
<div class="footer-nav-wrap text-white mb-0 mb-md-4 mb-lg-0">
<a class="d-block" href="#"><img src="img/logo-white.png" alt="footer logo" class="img-fluid mb-1"></a>
<p>Intrinsicly matrix high standards in niches whereas intermandated niche markets. Objectively harness competitive resources.</p>
<ul class="list-unstyled social-list mb-0">
<li class="list-inline-item"><a href="#" class="rounded"><span class="ti-facebook white-bg color-2 shadow rounded-circle"></span></a></li>
<li class="list-inline-item"><a href="#" class="rounded"><span class="ti-twitter white-bg color-2 shadow rounded-circle"></span></a></li>
<li class="list-inline-item"><a href="#" class="rounded"><span class="ti-linkedin white-bg color-2 shadow rounded-circle"></span></a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-4 col-12">
<div class="footer-nav-wrap text-white">
<h5 class="text-white">Usefull Links</h5>
<ul class="list-unstyled footer-nav-list mt-3">
<li><a href="about.html" class="text-foot"><span class="ti-angle-double-right"></span> About Us</a></li>
<li><a href="privacy.html" class="text-foot"><span class="ti-angle-double-right"></span> Privacy Policy</a></li>
<li><a href="contact.html" class="text-foot"><span class="ti-angle-double-right"></span> Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-4 col-12">
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="footer-nav-wrap text-white">
<h5 class="text-light footer-head">Newsletter</h5>
<p>Subscribe our newsletter to get our update. We don't send span email to you.</p>
<form action="#" class="newsletter-form mt-3">
<div class="input-group">
<input type="email" class="form-control" id="email" placeholder="Enter your email" required="">
<div class="input-group-append">
<button class="btn solid-btn subscribe-btn btn-hover" type="submit">
Subscribe
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!--footer top end-->
<!--footer copyright start-->
<div class="footer-bottom gray-light-bg py-3">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-md-6 col-lg-5">
<p class="copyright-text pb-0 mb-0">Copyrights © 2019. All rights reserved by Smit Dudhat</p>
</div>
</div>
</div>
</div>
<!--footer copyright end-->
</footer>
<!--footer section end-->
<!--bottom to top button start-->
<button class="scroll-top scroll-to-target" data-target="html">
<span class="ti-angle-up"></span>
</button>
<!--bottom to top button end-->
<!--jQuery-->
<script src="js/jquery-3.4.1.min.js"></script>
<!--Popper js-->
<script src="js/popper.min.js"></script>
<!--Bootstrap js-->
<script src="js/bootstrap.min.js"></script>
<!--Magnific popup js-->
<script src="js/jquery.magnific-popup.min.js"></script>
<!--jquery easing js-->
<script src="js/jquery.easing.min.js"></script>
<!--jquery ytplayer js-->
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<!--wow js-->
<script src="js/wow.min.js"></script>
<!--owl carousel js-->
<script src="js/owl.carousel.min.js"></script>
<!--countdown js-->
<script src="js/jquery.countdown.min.js"></script>
<!--custom js-->
<script src="js/scripts.js"></script>
</body>
</html>