-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile-development.html
660 lines (639 loc) · 48.1 KB
/
mobile-development.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services - Mobile Development</title>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" media="all" />
<link rel="stylesheet" href="css/all.min.css" media="all" />
<link rel="stylesheet" href="css/owl.carousel.min.css" media="all" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" media="all" />
<link rel="stylesheet" href="css/animate.min.css" media="all" />
<link rel="stylesheet" href="css/el_style.css">
<link rel="stylesheet" href="css/style.css" media="all" />
<link rel="stylesheet" href="css/colors.css" media="all" />
<link rel="stylesheet" href="css/responsive.css" media="all" />
<link rel="icon" href="img/favicon.svg" type="image/svg+xml" sizes="any" />
</head>
<body>
<div class="rd-wrap">
<!--Header Section Start-->
<header class="rd-header fixed-top rd-header-white">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light px-0 rd-navbar">
<a class="navbar-brand rd-logo py-0" href="index.html">
<img src="img/logo-black.svg" alt="logo" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#defaultNavbar1" aria-controls="defaultNavbar1" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="defaultNavbar1">
<ul class="navbar-nav ml-auto rd-navmenu">
<li class="nav-item active">
<a class="nav-link pl-3 pr-3" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle pl-3 pr-3" href="#" id="ourWorkDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Our Work</a>
<div class="dropdown-menu rd-dropdown-work" aria-labelledby="ourWorkDropdown">
<div class="container">
<div class="row row-cols-1 row-cols-lg-6 align-items-center justify-content-sm-center">
<div class="col">
<a class="dropdown-item" href="nomad.html" data-toggle="tooltip" data-placement="bottom" title="Nomad">
<img src="img/Nomad.svg" alt="Nomad" />
<span>Nomad</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="onshore.html" data-toggle="tooltip" data-placement="bottom" title="Onshore Momentum">
<img src="img/Onshore-Momentum.svg" alt="Onshore" />
<span>Onshore Momentum</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="one-gift.html" data-toggle="tooltip" data-placement="bottom" title="OneGift">
<img src="img/OneGift.svg" alt="OneGift" />
<span>OneGift</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="no-bs-dashboard.html" data-toggle="tooltip" data-placement="bottom" title="NO-BS Dashboard">
<img src="img/NO-BS.svg" alt="NO-BS Dashboard" />
<span>NO-BS Dashboard</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="yor-hero.html" data-toggle="tooltip" data-placement="bottom" title="YOR Hero">
<img src="img/YorHero.svg" alt="YOR Hero" />
<span>YOR Hero</span>
</a>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle pl-3 pr-3" href="#" id="servicesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Services</a>
<div class="dropdown-menu rd-dropdown-services" aria-labelledby="servicesDropdown">
<div class="container">
<div class="row row-cols-1 row-cols-lg-3">
<div class="col">
<a class="dropdown-item" href="ui-ux.html">
<img src="img/ui-ux-icon.svg" alt="ui-ux-icon" />
<span>UI/UX Design</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="web-development.html">
<img src="img/web-development-icon.svg" alt="web-developer-icon" />
<span>Web Development</span>
</a>
</div>
<div class="col">
<a class="dropdown-item" href="mobile-development.html">
<img src="img/mobile-development-icon.svg" alt="mobile-developer-icon" />
<span>Mobile Development</span>
</a>
</div>
</div>
</div>
</div>
</li>
<!-- <li class="nav-item"><a class="nav-link pl-3 pr-3" href="#">Jobs</a></li> -->
<li class="nav-item"><a class="nav-link pl-3 pr-3" href="about-us.html">About Us</a></li>
<li class="nav-item px-3 px-lg-0"><a class="btn btn-light rd-button rd-button-green rd-button-effect1" href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
</header>
<!--Header Section End-->
<!--Services Section Start-->
<section class="rd-pt-180 rd-pb-65">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-12 col-md-10 col-lg-8">
<div class="rd-infobox text-center rd-text-dark wow fadeInUp">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center mb-3">
<span class="font-weight-normal">Custom</span>
<span class="font-weight-bold">Web Development</span>
</h2>
<p class="rd-text">Ribbash for feature-packed Mobile experience We offer Top-Notch Solutions regarding mobile applications</p>
<a class="btn btn-light rd-button rd-bg-orient-blue rd-button-effect1 mt-3 wow rubberBand" href="#" data-wow-delay="1s">Lets Work</a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-11">
<div class="rd-timeline-wrap mt-5">
<div class="rd-timeline-card rd-text-dark wow fadeInUp">
<figure class="mb-3">
<img src="img/mobile-development-icon.svg" alt="service" />
</figure>
<h4 class="rd-mini-title mb-1">Familiarity with the latest technology</h4>
<p class="rd-sub-text mb-0">Want to get the most customized mobile solutions? Probably, you are at the best place. Our mobile products help you begin a new and fresh start o your organization. To get the latest implemented technology in your mobile application, we here help you achieve your required results without taking much tension. Our competitive packages are a plus for your business. We, at Ribbash, believe in comprehensive brand communication strategies that help construct b</p>
</div>
<div class="rd-timeline-card rd-text-dark wow fadeInUp">
<figure class="mb-3">
<img src="img/android-apple.svg" alt="service" />
</figure>
<h4 class="rd-mini-title mb-1">iOS and Android for taking Business Advantage</h4>
<p class="rd-sub-text mb-0">Having experience of developing numerous Android and iOS apps, we assure you that both the technologies cannot be ignored for business development. Ribbash also knows that every business has different requirements, and our app developers know exactly how to deal every project with expertise and passion.</p>
</div>
<div class="rd-timeline-card rd-text-dark wow fadeInUp">
<figure class="mb-3">
<img src="img/star-badge.svg" alt="service" />
</figure>
<h4 class="rd-mini-title mb-1">Unique Designing to provide you intuitive experience</h4>
<p class="rd-sub-text mb-0">Creativity is what we offer while designing a mobile app. Our designers know how to give you a way out of your problem and make your mobile app understandable for the users. By this way, you will be able to increase dwell time, retention rate, and download rate.</p>
</div>
<div class="rd-timeline-card rd-text-dark wow fadeInUp">
<figure class="mb-3">
<img src="img/bug-handling.svg" alt="service" />
</figure>
<h4 class="rd-mini-title mb-1">Bug Handling to help mobile app live smooth</h4>
<p class="rd-sub-text mb-0">A software without bug is a blessing. In the case of bug-free user experience, a customer feels much beter now. Therefor, the mobile development team of Ribbash considers every small issue a challenge and fixes it immediately. Our developers hate bugs more than anything else in mobile development.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Services Section End-->
<!--Handle Issues Section Start-->
<section class="rd-pt-65 rd-pb-65">
<div class="container">
<div class="row">
<div class="col">
<div class="rd-infobox text-center rd-text-dark">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center mb-3 wow fadeInUp">
<span class="font-weight-normal d-block">Issues to address</span>
<span class="font-weight-bold d-block">during mobile development at Ribbash</span>
</h2>
<p class="rd-text wow fadeInUp">Building a mobile app from scratch is a task that needs full attention from start means strategy planning, product research, and prototype designing, and to the end means final testing, quality assurance procedure, successful launch of mobile app, and increased download rate. At Ribbash, we know how to deal with it. We have expertise in dealing the following issues:</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 col-md-6 wow fadeInLeft">
<div class="rd-handles">
<div class="rd-handle-item d-flex mb-4">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Right app to develop for your business</p>
</div>
</div>
<div class="rd-handle-item d-flex mb-4">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Choose the right targeted market</p>
</div>
</div>
<div class="rd-handle-item d-flex mb-4">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Screen size compatibility</p>
</div>
</div>
<div class="rd-handle-item d-flex">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Promotion and marketing</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 wow fadeInRight">
<div class="rd-handles">
<div class="rd-handle-item d-flex mb-4">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Address the competitive market</p>
</div>
</div>
<div class="rd-handle-item d-flex mb-4">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Arrangement of adequate funds</p>
</div>
</div>
<div class="rd-handle-item d-flex">
<div class="rd-handle-icon d-flex align-items-center justify-content-center rounded-left">
<svg xmlns="http://www.w3.org/2000/svg" width="20.24" height="26.923" viewBox="0 0 20.24 26.923">
<g id="prefix__businessman-with-doubts" transform="translate(-4.841)">
<path id="prefix__Path_4743" fill="#023d4d" d="M24.395 23.386v3.537H5.437v-3.539A4.51 4.51 0 0 1 7.953 19.8l3.079-1.464 2.137 4.453 1.093-2.966a3.4 3.4 0 0 0 .654.1 3.409 3.409 0 0 0 .654-.1l1.037 2.821 2.093-4.358 3.179 1.514a4.516 4.516 0 0 1 2.516 3.586zm-9.478-5.1c2.705 0 4.9-3.366 4.9-6.452s-2.192-4.726-4.9-4.726-4.9 1.638-4.9 4.726 2.195 6.452 4.9 6.452zm7.317-7.806l-1.056-.364a4.971 4.971 0 0 1 .291-.71.883.883 0 0 1 .383-.362 1.908 1.908 0 0 1 .741-.171l.388-.012a2.062 2.062 0 0 0 .287-.03.561.561 0 0 0 .217-.087 1.03 1.03 0 0 0 .378-.559 1.051 1.051 0 0 0 .07-.739.486.486 0 0 0-.233-.255 3.506 3.506 0 0 0-.541-.224 4.127 4.127 0 0 0-.617-.155.489.489 0 0 0-.338.057 1.142 1.142 0 0 0-.294.448.375.375 0 0 1-.027.13l-.086.248-1.055-.362a4 4 0 0 1 .508-1.071 1.042 1.042 0 0 1 .58-.414 1.746 1.746 0 0 1 .761-.01 7.6 7.6 0 0 1 .935.266q1.22.42 1.465 1.018a2.069 2.069 0 0 1-.091 1.436 2.174 2.174 0 0 1-.475.87 1.277 1.277 0 0 1-.638.309 2.909 2.909 0 0 1-.407.04c-.188.009-.331.017-.424.027a1.024 1.024 0 0 0-.288.076.388.388 0 0 0-.244.168 1.8 1.8 0 0 0-.19.432zm-1.347.477l1.056.363-.392 1.14-1.051-.36zm-12.906-.7l-.894.392a4.4 4.4 0 0 1-.235-.629.8.8 0 0 1 .03-.461 1.71 1.71 0 0 1 .374-.549l.244-.237a1.769 1.769 0 0 0 .167-.19.538.538 0 0 0 .087-.183.9.9 0 0 0-.088-.583c-.129-.293-.26-.466-.4-.517a.419.419 0 0 0-.3-.026 3.007 3.007 0 0 0-.48.177A3.789 3.789 0 0 0 6 7.717a.436.436 0 0 0-.184.237 1.006 1.006 0 0 0 .078.462.311.311 0 0 1 .061.1l.092.212-.894.393a3.47 3.47 0 0 1-.307-.99.908.908 0 0 1 .126-.611 1.535 1.535 0 0 1 .484-.457 6.962 6.962 0 0 1 .76-.384 1.991 1.991 0 0 1 1.545-.215 1.808 1.808 0 0 1 .791.979 1.875 1.875 0 0 1 .211.841 1.122 1.122 0 0 1-.226.577 2.42 2.42 0 0 1-.238.267c-.117.117-.2.208-.257.27a.873.873 0 0 0-.139.221.335.335 0 0 0-.057.251 1.6 1.6 0 0 0 .136.388zM7.4 11.363l.895-.393.424.966-.895.391zm6.586-6.694l-1.006-.492a4.984 4.984 0 0 1 .377-.673.906.906 0 0 1 .426-.314 1.89 1.89 0 0 1 .758-.079l.387.037a1.806 1.806 0 0 0 .291 0 .625.625 0 0 0 .227-.058 1.039 1.039 0 0 0 .446-.509 1.047 1.047 0 0 0 .159-.73.485.485 0 0 0-.2-.283 3.636 3.636 0 0 0-.511-.29 4.5 4.5 0 0 0-.594-.23.5.5 0 0 0-.344.014 1.151 1.151 0 0 0-.347.413.359.359 0 0 1-.042.126l-.117.237-1.006-.491a4 4 0 0 1 .638-1 1.032 1.032 0 0 1 .627-.337 1.775 1.775 0 0 1 .759.083 7.994 7.994 0 0 1 .9.381q1.162.57 1.334 1.194a2.084 2.084 0 0 1-.272 1.42 2.164 2.164 0 0 1-.58.806 1.283 1.283 0 0 1-.673.231 2.747 2.747 0 0 1-.411-.012c-.19-.015-.331-.023-.426-.026a.952.952 0 0 0-.3.043.377.377 0 0 0-.264.136 1.788 1.788 0 0 0-.237.403zm-1.4.309l1.007.491-.531 1.086-1.007-.493z" data-name="Path 4743" opacity="0.5"/>
</g>
</svg>
</div>
<div class="rd-handle-text rd-text-dark align-self-center p-2">
<p class="mb-0">Dealing with different opeating systems</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Handle Issues Section End-->
<!--Technologies Section Start-->
<section class="rd-pt-65 rd-pb-65">
<div class="container">
<div class="row">
<div class="col">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center rd-text-dark mb-3 wow fadeInUp">
<span class="font-weight-bold d-block">few technoglies and languages</span>
<span class="font-weight-normal d-block">that we use at Ribbash</span>
</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/android.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Android App Development</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/apple.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">iOS App Development</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/React-icon.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Native</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/hybrid-logo.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Hybrid App Development</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/python-mobile.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Python</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/java.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Java</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/swift-logo.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Swift 3</h4>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3 px-sm-5 py-4 py-md-5">
<div class="rd-technology text-center rd-text-dark wow fadeInUp">
<figure class="rd-technology-img">
<img src="img/xamarin-logo.svg" alt="Technologies" />
</figure>
<h4 class="rd-sub-title rd-technology-title">Xamarin</h4>
</div>
</div>
</div>
</div>
</section>
<!--Technologies Section End-->
<!--Related Products Section Start-->
<section class="rd-testimonials-section rd-pt-65 pb-4">
<div class="container">
<div class="row">
<div class="col">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center rd-text-dark mb-3 wow fadeInUp">
<span class="font-weight-bold">Related</span>
<span class="font-weight-normal">Work</span>
</h2>
</div>
<!--Owl-Carousel Start-->
<div class="owl-carousel owl-theme rd-related-products-carousel rd-carousel-arrows wow fadeInUp">
<figure class="mb-0">
<a href="nomad.html">
<img src="img/Nomad.png" alt="related products">
</a>
</figure>
<figure class="mb-0">
<a href="onshore.html">
<img src="img/Onshore-Momentum.png" alt="related products">
</a>
</figure>
<figure class="mb-0">
<a href="one-gift.html">
<img src="img/OneGift.png" alt="related products">
</a>
</figure>
<figure class="mb-0">
<a href="no-bs-dashboard.html">
<img src="img/NO-BS-Dashboard.png" alt="related products">
</a>
</figure>
</div>
<!--Owl-Carousel End-->
</div>
</div>
</div>
</section>
<!--Related Products Section End-->
<!--Business Logos Section Start-->
<section class="rd-testimonials-section rd-pt-65 pb-4">
<div class="container">
<div class="row">
<div class="col">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-green rd-title-strip-center rd-text-dark mb-3 wow fadeInUp">
<span class="font-weight-bold">Businesses We Worked With</span>
</h2>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/OneGift.svg" alt="">
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/YorHero.svg" alt="">
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/Nomad.svg" alt="" />
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/NO-BS.svg" alt="" />
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/Onshore-Momentum.svg" alt="" />
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/Lemontree.svg" alt="" />
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/Auj-Lawyers.svg" alt="" />
</figure>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 py-3 py-lg-5 px-4 d-flex justify-content-center align-items-center">
<figure class="rd-testimonial-logo mb-0">
<img src="img/PropLogix.svg" alt="" />
</figure>
</div>
</div>
</div>
</section>
<!--Business Logos Section End-->
<!--Contact Form Section Start-->
<section class="rd-contact-form-section rd-pt-65">
<div class="container-fluid">
<div class="rd-contact-form-box rd-container-1170 wow pulse">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-dark rd-title-strip-center rd-text-dark mb-3">
<span class="font-weight-bold">Let Us Help In Your Next Project</span>
</h2>
</div>
<form class="rd-contact-form" action="includes/contact-form-handler.php" method="post">
<div class="row">
<div class="form-group col-md-4 mb-4">
<label for="full-name">Full Name</label>
<input type="text" name="full-name" id="full-name" class="form-control" placeholder="John Smiths">
</div>
<div class="form-group col-md-4 mb-4">
<label for="email">Email</label>
<input type="email" name="email" id="email" class="form-control" placeholder="[email protected]" required>
</div>
<div class="form-group col-md-4 mb-4">
<label for="website">Website</label>
<input type="text" name="website" id="website" class="form-control" placeholder="https://www.example.com/">
</div>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" rows="3" required></textarea>
</div>
<div class="text-center">
<button class="btn btn-light rd-button rd-gradient-bg-orient-blue rd-button-effect1 mt-4" type="submit">Submit</button>
</div>
</form>
</div>
</div>
</section>
<!--Contact Form Section End-->
<!--Footer Section Start-->
<footer class="rd-footer">
<div class="rd-footer-top rd-gradient-bg-orient-blue pb-5 rd-clip-bg-top-left font-weight-light">
<div class="container">
<div class="row d-none">
<div class="col">
<div class="rd-infobox text-center">
<h2 class="rd-title rd-title-strip rd-title-strip-center text-white mb-3">
<span class="font-weight-bold">Company News</span>
</h2>
</div>
<!--Owl-Carousel Start-->
<div class="owl-carousel owl-theme rd-blog-carousel">
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--14.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Lorem Ipsum is simply dummy text of the printing</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--11.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Porem Ipsum is simply dummy of the printing and typesetting.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/people-inside-room-3184657.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Horem Ipsum has been the industrys standard dummy text ever since.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
<div class="card rd-blog-item border-0">
<figure class="rd-blog-img mb-0">
<img src="img/mask-group--11.jpg" srcset="img/[email protected] 2x, img/[email protected] 3x" alt="">
</figure>
<div class="card-body d-flex flex-column rd-blog-content">
<h4 class="rd-blog-title">
<a href="#">Porem Ipsum is simply dummy of the printing and typesetting.</a>
</h4>
<div class="rd-blog-metadata mt-auto">
<span class="rd-blog-published"><i class="far fa-calendar-alt"></i>2 Days Ago</span>
<span class="rd-blog-time"><i class="far fa-clock"></i>2 mint</span>
</div>
</div>
</div>
</div>
<!--Owl-Carousel End-->
</div>
</div>
<span class="rd-divider w-100 mt-5 mb-5 d-none"></span>
<div class="row text-white">
<div class="col-12 col-md-4">
<div class="rd-footer-intro">
<a class="rd-footer-logo d-inline-block mb-4" href="index.html">
<img src="img/logo-white.svg" alt="logo" />
</a>
<p class="mb-0">When someone thinks web designing, development, mobile app development, IoT, Business Automation Processes, graphic designing, and E-Commerce Business Solutions, he will think Ribbash.</p>
</div>
</div>
<div class="col-12 col-md-8">
<div class="row">
<div class="col-12 col-md-4">
<h4 class="rd-sub-title mt-4 mb-3">Quick Links</h4>
<ul class="rd-footer-list rd-quick-links list-inline mb-0">
<li><a href="ui-ux.html">UI/UX Design</a></li>
<li><a href="web-development.html">Website Development</a></li>
<li><a href="mobile-development.html">Mobile Development</a></li>
</ul>
</div>
<div class="col-12 col-md-4">
<div class="rd-footer-links-wrap">
<h4 class="rd-sub-title mt-4 mb-3">Follow Us</h4>
<ul class="rd-footer-list rd-social-links-vr list-inline mb-0">
<li>
<i class="fab fa-facebook-f"></i>
<a href="#" target="_blank">Facebook</a>
</li>
<li>
<i class="fab fa-instagram"></i>
<a href="#" target="_blank">Instagram</a>
</li>
</ul>
</div>
</div>
<div class="col-12 col-md-4">
<div class="rd-footer-links-wrap">
<h4 class="rd-sub-title mt-4 mb-3">Contact Us</h4>
<ul class="rd-footer-list rd-contact-info list-inline mb-0">
<li>
<i class="fas fa-envelope"></i>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="d-flex align-items-baseline">
<i class="fas fa-map-marker-alt"></i>
<span>Main Boulevard, Gulberg III, Lahore, Punjab, Pakistan</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="rd-copyright-footer rd-text-dark">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p class="rd-sub-text mb-0 font-weight-normal">©2020 - Ribbash | All Right Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!--Footer End-->
</div>
<!-- jQuery library -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/bodymovin.js"></script>
<script src="js/home_index.js"></script>
<script src="js/jquery.parallax-scroll.js"></script>
<script src="js/custom-script.js"></script>
</body>
</html>