-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
684 lines (616 loc) · 39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metas -->
<meta charset="utf-8">
<meta name="author" content="Chitrakoot Web">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="RR Softsol - IT Solutions & Technology Company">
<meta name="description" content="RR Softsol - IT Solutions & Technology Company">
<!-- title -->
<title>RR Softsol - IT Solutions & Technology Company</title>
<!-- favicon -->
<link rel="shortcut icon" href="img/logos/favicon.png">
<link rel="apple-touch-icon" href="img/logos/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/logos/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/logos/apple-touch-icon-114x114.png">
<!-- plugins -->
<link rel="stylesheet" href="css/plugins.css">
<!-- search css -->
<link rel="stylesheet" href="search/search.css">
<!-- quform css -->
<link rel="stylesheet" href="quform/css/base.css">
<!-- theme core css -->
<link href="css/styles.css" rel="stylesheet">
<!-- custom css -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<!-- PAGE LOADING
================================================== -->
<div id="preloader"></div>
<!-- MAIN WRAPPER
================================================== -->
<div class="main-wrapper">
<!-- HEADER
================================================== -->
<header class="header-style1 menu_area-light">
<div class="navbar-default border-bottom border-color-light-white">
<div class="container-fluid px-sm-2-9">
<div class="row align-items-center">
<div class="col-12 col-lg-12">
<div class="menu_area alt-font">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<div class="navbar-header navbar-header-custom">
<!-- start logo -->
<a href="index.html" class="navbar-brand">
<img id="logo" src="img/logos/logo-inner.jpg" alt="logo"></a>
<!-- end logo -->
</div>
<div class="navbar-toggler"></div>
<!-- menu area -->
<ul class="navbar-nav ms-auto" id="nav" style="display: none;">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">Who are we</a>
</li>
<li><a href="services.html">Services</a>
<ul>
<li ><a href="cloud-adoption.html">Cloud Adoption</a></li>
<li ><a href="app-modernization.html">App Modernization</a></li>
<li><a href="product-and-design.html">Product & Design</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- end menu area -->
<!-- start attribute navigation -->
<div class="attr-nav align-items-lg-center ms-lg-auto">
<ul>
<li class="d-none d-xl-inline-block"><a href="contact.html" class="butn secondary white-hover md"><i class="ti-arrow-right icon-arrow before"></i><span class="label">Get in touch</span><i class="ti-arrow-right icon-arrow after"></i></a></li>
</ul>
</div>
<!-- end attribute navigation -->
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- BANNER
================================================== -->
<div class="top-position1 z-index-1">
<div class="slider-fade banner1">
<div class="owl-carousel owl-theme w-100">
<div class="text-center item bg-img primary-overlay" data-overlay-dark="8" data-background="img/banner/banner-03.jpg">
<div class="container h-100 w-100">
<div class="d-table h-100 w-100">
<div class="d-table-cell align-middle caption">
<div class="overflow-hidden w-95 w-md-85 w-lg-80">
<h3 class="alt-font text-secondary"><span class="me-2">//</span>IT Solutions Services</h3>
<h1 class="text-white w-lg-90 w-xl-80 w-xxl-70 mx-auto">Excellent <span class="stroke">IT Services</span> For Your Business</h1>
<p class="w-90 w-xl-60 mx-auto d-none d-md-block">We are leading technology solutions providing company all over the world.</p>
<div class="py-4 mt-n1-9">
<a href="about.html" class="butn white me-4 mt-1-9 d-none d-sm-inline-block"><i class="ti-arrow-right icon-arrow before white"></i><span class="label">Learn More</span><i class="ti-arrow-right icon-arrow after"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center item bg-img primary-overlay" data-overlay-dark="8" data-background="img/banner/banner-03.jpg">
<div class="container h-100 w-100">
<div class="d-table h-100 w-100">
<div class="d-table-cell align-middle caption">
<div class="overflow-hidden w-95 w-md-85 w-lg-80">
<h3 class="alt-font text-secondary"><span class="me-2">//</span>Technology & IT Solutions</h3>
<h1 class="text-white w-lg-90 w-xl-80 w-xxl-70 mx-auto">Creating a better<span class="stroke"> IT solutions</span></h1>
<p class="w-90 w-xl-60 mx-auto d-none d-md-block">We are leading technology solutions providing company all over the world.</p>
<div class="py-4 mt-n1-9">
<a href="about.html" class="butn white me-4 mt-1-9 d-none d-sm-inline-block"><i class="ti-arrow-right icon-arrow before white"></i><span class="label">Learn More</span><i class="ti-arrow-right icon-arrow after"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center item bg-img primary-overlay" data-overlay-dark="8" data-background="img/banner/banner-03.jpg">
<div class="container h-100 w-100">
<div class="d-table h-100 w-100">
<div class="d-table-cell align-middle caption">
<div class="overflow-hidden w-95 w-md-85 w-lg-80">
<h3 class="alt-font text-secondary"><span class="me-2">//</span>Digital IT Solutions</h3>
<h1 class="text-white w-lg-90 w-xl-80 w-xxl-70 mx-auto">We Can Transform every<span class="stroke"> Digital Process</span></h1>
<p class="w-90 w-xl-60 mx-auto d-none d-md-block">We are leading technology solutions providing company all over the world.</p>
<div class="py-4 mt-n1-9">
<a href="about.html" class="butn white me-4 mt-1-9 d-none d-sm-inline-block"><i class="ti-arrow-right icon-arrow before white"></i><span class="label">Learn More</span><i class="ti-arrow-right icon-arrow after"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- INFO
================================================== -->
<section class="info-style-01">
<div class="container">
<div class="row mt-n1-9">
<div class="col-sm-6 col-lg-3 mt-1-9">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<div class="d-table-cell align-middle">
<img class="mb-4" src="img/icons/icon-01.png" alt="...">
<h4 class="mb-0 font-weight-500">App Modernization</h4>
</div>
</div>
<div class="flip-box-back">
<div class="d-table-cell align-middle">
<h4 class="mb-3 text-white">App Modernization</h4>
<p class="text-white w-90 w-xl-80 mx-auto mb-3 opacity9">We are fastest growing technology.</p>
<a class="link-btn white" href="services.html"><span class="link-text">Read More</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-1-9">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<div class="d-table-cell align-middle">
<img class="mb-4" src="img/icons/icon-02.png" alt="...">
<h4 class="mb-0 font-weight-500">Cloud Adoption</h4>
</div>
</div>
<div class="flip-box-back">
<div class="d-table-cell align-middle">
<h4 class="mb-3 text-white">Cloud Adoption</h4>
<p class="text-white w-90 w-xl-80 mx-auto mb-3 opacity9">We are fastest growing technology.</p>
<a class="link-btn white" href="services.html"><span class="link-text">Read More</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-1-9">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<div class="d-table-cell align-middle">
<img class="mb-4" src="img/icons/icon-04.png" alt="...">
<h4 class="mb-0 font-weight-500">Business Solution</h4>
</div>
</div>
<div class="flip-box-back">
<div class="d-table-cell align-middle">
<h4 class="mb-3 text-white">Business Solution</h4>
<p class="text-white w-90 w-xl-80 mx-auto mb-3 opacity9">We are fastest growing technology.</p>
<a class="link-btn white" href="services.html"><span class="link-text">Read More</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-1-9">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<div class="d-table-cell align-middle">
<img class="mb-4" src="img/icons/icon-03.png" alt="...">
<h4 class="mb-0 font-weight-500">Dedicated Teams</h4>
</div>
</div>
<div class="flip-box-back">
<div class="d-table-cell align-middle">
<h4 class="mb-3 text-white">Dedicated Teams</h4>
<p class="text-white w-90 w-xl-80 mx-auto mb-3 opacity9">We are fastest growing technology.</p>
<a class="link-btn white" href="services.html"><span class="link-text">Read More</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT US
================================================== -->
<section class="about-style-01">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<div class="mt-1-9">
<div class="row g-0 align-items-center">
<div class="col-8">
<div class="image1">
<img src="assets/img/about-img.svg" alt="...">
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 ps-lg-2-5 ps-xl-7">
<h6 class="text-secondary display-28 mb-3"><span class="me-2">//</span>About Us</h6>
<h2 class="h1 mb-4">We Can Take Your Business To The <span class="text-primary">Next Level</span></h2>
<p class="mb-1-9">We enhance productiveness and decrease prices for companies the world over for over 20 years. We supply answers the usage of our confirmed triumphing formulation which includes expertise.</p>
<div class="row borders-bottom pb-4 mb-1-9 border-color-extra-light-gray">
<div class="col-sm-6 mb-3 mb-md-0">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="mt-2">
<i class="ti-cup text-secondary fs-1"></i>
</div>
</div>
<div class="flex-grow-1 ms-3">
<h4 class="h5 mb-0">Experts Around World</h4>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<div class="mt-2">
<i class="ti-pie-chart text-secondary fs-1"></i>
</div>
</div>
<div class="flex-grow-1 ms-3">
<h4 class="h5 mb-0">Practices For Industry</h4>
</div>
</div>
</div>
</div>
<div class="d-sm-flex align-items-center">
<div class="mb-4 mb-sm-0">
<a href="about.html" class="butn"><i class="ti-arrow-right icon-arrow before"></i><span class="label">Read More</span><i class="ti-arrow-right icon-arrow after"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICE STYLE 05
================================================== -->
<section class="bg-light">
<div class="container">
<div class="section-heading5">
<span class="sub-title">Our Services</span>
<h2>Provide Exclusive <span class="text-secondary">IT services</span></h2>
<div class="divider"></div>
</div>
<div class="horizontaltab tab-style1">
<ul class="resp-tabs-list hor_1">
<li class="tab1"><img src="img/icons/icon-47.png" alt="..." class="d-none d-lg-block mx-auto mb-1">Cloud Adoption</li>
<li class="tab2"><img src="img/icons/icon-48.png" alt="..." class="d-none d-lg-block mx-auto mb-1">App Modernization</li>
<li class="tab3"><img src="img/icons/icon-49.png" alt="..." class="d-none d-lg-block mx-auto mb-1">Product & Desgin</li>
<li class="tab4"><img src="img/icons/icon-50.png" alt="..." class="d-none d-lg-block mx-auto mb-1">Analytic Solutions</li>
<li class="tab5"><img src="img/icons/icon-51.png" alt="..." class="d-none d-lg-block mx-auto mb-1">Machine Learning</li>
</ul>
<div class="resp-tabs-container hor_1">
<div class="first">
<div class="row align-items-xl-center">
<div class="col-lg-5 mb-1-6 mb-md-1-9 mb-lg-0">
<img src="img/service/service-detail-19.jpg" class="border border-color-extra-light-gray border-width-8 d-block mx-auto" alt="...">
</div>
<div class="col-lg-7">
<div class="ps-lg-3">
<h4 class="mb-3 text-capitalize">Cloud Adoption</h4>
<p class="mb-1-6 w-lg-95">IT professionals work to create the laptop, network, and conversation structures that an corporation needs, after which paintings to make certain that those structures are operating efficiently and efficiently. However, there are many different types of IT specialists, a number of which we explore in below.</p>
<ul class="list-style3">
<li>Information safety analyst</li>
<li>Computer and statistics structures manager</li>
<li>Network and laptop structures administrator</li>
<li>Computer help specialist</li>
</ul>
</div>
</div>
</div>
</div>
<div class="second">
<div class="row align-items-xl-center">
<div class="col-lg-7 order-2 order-lg-1">
<div class="pe-lg-3">
<h4 class="mb-3 text-capitalize">App Modernization</h4>
<p class="mb-1-6 w-lg-95">In project management, risk management is the exercise of identifying, evaluating, and stopping or mitigating risks to a project which have the ability to effect the favored outcomes. Here are a few recommendations for reduce risk.</p>
<ul class="list-style3">
<li>Create a risk management plan</li>
<li>Keep your risk register up to date</li>
<li>Be proactive rather than reactive</li>
<li>Develop your project management skills</li>
</ul>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 mb-1-6 mb-md-1-9 mb-lg-0">
<div class="text-center text-lg-end">
<img src="img/service/service-detail-19.jpg" class="border border-color-extra-light-gray border-width-8 d-block mx-auto" alt="...">
</div>
</div>
</div>
</div>
<div class="third">
<div class="row align-items-xl-center">
<div class="col-lg-5 mb-1-6 mb-md-1-9 mb-lg-0">
<img src="img/service/service-detail-19.jpg" class="border border-color-extra-light-gray border-width-8 d-block mx-auto" alt="...">
</div>
<div class="col-lg-7">
<div class="ps-lg-3">
<h4 class="mb-3 text-capitalize">Product & Desgin</h4>
<p class="mb-1-6 w-lg-95">Cybersecurity is the nation or technique of protective and improving laptop systems, networks, devices, and applications from any kind of cyber attack. Here are some simple policies you can put in place to reduce your exposure to cyber attacks:</p>
<ul class="list-style3">
<li>Implement a company-huge cybersecurity policy</li>
<li>Train your personnel to identify threats</li>
<li>Have a recovery plan ready</li>
<li>Keep your infrastructure up to date</li>
</ul>
</div>
</div>
</div>
</div>
<div class="four">
<div class="row align-items-xl-center">
<div class="col-lg-7 order-2 order-lg-1">
<div class="pe-lg-3">
<h4 class="mb-3 text-capitalize">Analytic Solutions</h4>
<p class="mb-1-6 w-lg-95">Business analytics is all approximately locating methods to enhance a commercial enterprise. Through using statistics and statistics, a commercial enterprise analyst will clear up the troubles a commercial enterprise faces in a logical and analytical way. Here are essential motives for the usage of Business evaluation methods:</p>
<ul class="list-style3">
<li>It helps you to understand the dynamics of the company</li>
<li>It helps you to understand troubles withinside the goal business enterprise</li>
<li>It helps you perceive and articulate the want for change</li>
<li>To maximize the value delivered by an organization to its stakeholders</li>
</ul>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 mb-1-6 mb-md-1-9 mb-lg-0">
<div class="text-center text-lg-end">
<img src="img/service/service-detail-19.jpg" class="border border-color-extra-light-gray border-width-8 d-block mx-auto" alt="...">
</div>
</div>
</div>
</div>
<div class="fifth">
<div class="row align-items-xl-center">
<div class="col-lg-5 mb-1-6 mb-md-1-9 mb-lg-0">
<img src="img/service/service-detail-19.jpg" class="border border-color-extra-light-gray border-width-8 d-block mx-auto" alt="...">
</div>
<div class="col-lg-7">
<div class="ps-lg-3">
<h4 class="mb-3 text-capitalize">Machine Learning</h4>
<p class="mb-1-6 w-lg-95">Machine mastering in enterprise allows in improving enterprise scalability and enhancing enterprise operations for agencies throughout the globe. What's required to create right system mastering systems, that are as under.</p>
<ul class="list-style3">
<li>Data preparation capabilities</li>
<li>Algorithms – fundamental and advanced</li>
<li>Automation and iterative processes.</li>
<li>Ensemble modeling.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- HOW WE WORK
================================================== -->
<section>
<div class="container">
<div class="section-heading">
<span class="alt-font sub-title"><span class="me-2">//</span>How we works<span class="ms-2">//</span></span>
<h2>How it helps <span class="text-primary">your business succeed</span></h2>
</div>
<div class="row mt-n1-9">
<div class="col-sm-6 col-lg-3 mt-2-2">
<div class="process-style1">
<div class="process-number-wrap">
<div class="process-number">01</div>
</div>
<div class="text-center box-shadows p-1-6 p-xl-1-9">
<h4 class="mb-3">Discovery</h4>
<p class="mb-0 w-sm-95 mx-auto">we are assist of your enterprise for increase and successful.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-2-2">
<div class="process-style1">
<div class="process-number-wrap">
<div class="process-number">02</div>
</div>
<div class="text-center box-shadows p-1-6 p-xl-1-9">
<h4 class="mb-3">Discussion</h4>
<p class="mb-0 w-sm-95 mx-auto">we are assist of your enterprise for increase and successful.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-2-2">
<div class="process-style1">
<div class="process-number-wrap">
<div class="process-number">03</div>
</div>
<div class="text-center box-shadows p-1-6 p-xl-1-9">
<h4 class="mb-3">Testing</h4>
<p class="mb-0 w-sm-95 mx-auto">we are assist of your enterprise for increase and successful.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-2-2">
<div class="process-style1 last">
<div class="process-number-wrap">
<div class="process-number">04</div>
</div>
<div class="text-center box-shadows p-1-6 p-xl-1-9">
<h4 class="mb-3">Execute</h4>
<p class="mb-0 w-sm-95 mx-auto">we are assist of your enterprise for increase and successful.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER
================================================== -->
<footer class="footer1 bg-img cover-background pt-2-5 pt-sm-6 pt-md-10" data-overlay-dark="8" data-background="img/bg/bg-03.jpg">
<div class="container mb-6 pb-2-5 pb-md-5 border-bottom border-color-light-white">
<div class="row justify-content-center mt-n1-9">
<div class="col-sm-6 col-lg-4 mt-1-9 border-sm-end border-color-light-white">
<div class="text-sm-center">
<i class="fas fa-phone-alt text-white fs-2 d-block mb-4"></i>
<h3 class="h6 text-white">Phone Number</h3>
<span class="text-white opacity9">+9140-40050954</span>
</div>
</div>
<div class="col-sm-6 col-lg-4 mt-1-9 border-lg-end border-color-light-white">
<div class="text-sm-center">
<i class="far fa-envelope-open text-white fs-2 d-block mb-4"></i>
<h3 class="h6 text-white">Email Address</h3>
<span class="text-white opacity9">[email protected]</span>
</div>
</div>
<div class="col-sm-6 col-lg-4 mt-1-9">
<div class="text-sm-center">
<i class="fas fa-map-marker-alt text-white fs-2 d-block mb-4"></i>
<h3 class="h6 text-white">Location</h3>
<span class="text-white opacity9">Flat No: 501, MVS Heights
Beside Balaji Temple, Vinayak Nagar,
Madhapur-500081.</span>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt-n2-6">
<div class="col-sm-6 col-lg-3 mt-2-6">
<div class="footer-logo mb-3">
<h3 class="h5 text-white text-capitalize mb-1-6 mb-lg-1-9"><span class="me-2">//</span>RR Softsol</h3>
</div>
<p class="text-white mb-1-6 mb-lg-1-9 opacity9">We are the best world IT Company. Providing the highest quality in hardware & Network solutions.</p>
<form class="quform newsletter-form w-90 w-sm-100" action="quform/newsletter-two.php" method="post" enctype="multipart/form-data" onclick="">
<div class="quform-elements">
<div class="row">
<!-- Begin Text input element -->
<div class="col-md-12">
<div class="quform-element">
<div class="quform-input">
<input class="form-control" id="email_address" type="text" name="email_address" placeholder="Subscribe with us">
</div>
</div>
</div>
<!-- End Text input element -->
<!-- Begin Submit button -->
<div class="col-md-12">
<div class="quform-submit-inner">
<button class="btn btn-white m-0" type="submit"><span><i class="fas fa-paper-plane text-white"></i></span></button>
</div>
<div class="quform-loading-wrap text-start"><span class="quform-loading"></span></div>
</div>
<!-- End Submit button -->
</div>
</div>
</form>
</div>
<div class="col-sm-6 col-lg-3 mt-2-6">
<div class="ps-sm-1-9 ps-xl-6">
<h3 class="h5 text-white text-capitalize mb-1-6 mb-lg-1-9"><span class="me-2">//</span>Services</h3>
<ul class="footer-list-style1">
<li><a href="expert-and-professional.html">Expert & Professional</a></li>
<li><a href="risk-management.html">Risk Management</a></li>
<li><a href="cyber-security.html">Cyber Security</a></li>
<li><a href="analytic-solutions.html">Analytic Solutions</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-lg-3 mt-2-6">
<div class="ps-lg-1-9 ps-xl-6">
<h3 class="h5 text-white text-capitalize mb-1-6 mb-lg-1-9"><span class="me-2">//</span>Quick Links</h3>
<ul class="footer-list-style1">
<li><a href="about.html">About</a></li>
<li><a href="services.html">Service</a></li>
<li><a href="how-it-work.html">Process</a></li>
<li><a href="blog-grid.html">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bar">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 text-center text-md-start mt-3 mt-md-0 order-2 order-md-1">
<p class="d-inline-block text-white mb-0 display-30 display-lg-29">© <span class="current-year"></span> RR Softsol </p>
</div>
<div class="col-md-6 text-md-end order-1 order-md-2">
<ul class="footer-social-style1">
<li>
<a href="#!"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="#!"><i class="fab fa-linkedin-in"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- start scroll to top -->
<a href="#!" class="scroll-to-top"><i class="fas fa-angle-up" aria-hidden="true"></i></a>
<!-- end scroll to top -->
<!-- all js include start -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- modernizr js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- search -->
<script src="search/search.js"></script>
<!-- navigation -->
<script src="js/nav-menu.js"></script>
<!-- animated headline -->
<script src="js/animated.headline.js"></script>
<!-- tab -->
<script src="js/easy.responsive.tabs.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.js"></script>
<!-- jquery.counterup.min -->
<script src="js/jquery.counterup.min.js"></script>
<!-- stellar js -->
<script src="js/jquery.stellar.min.js"></script>
<!-- waypoints js -->
<script src="js/waypoints.min.js"></script>
<!-- countdown js -->
<script src="js/countdown.js"></script>
<!-- jquery.magnific-popup js -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- lightgallery js -->
<script src="js/lightgallery-all.js"></script>
<!-- mousewheel js -->
<script src="js/jquery.mousewheel.min.js"></script>
<!-- isotope.pkgd.min js -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- prism js -->
<script src="js/prism.js"></script>
<!-- clipboard js -->
<script src="js/clipboard.min.js"></script>
<!-- custom scripts -->
<script src="js/main.js"></script>
<!-- form plugins js -->
<script src="quform/js/plugins.js"></script>
<!-- form scripts js -->
<script src="quform/js/scripts.js"></script>
<!-- all js include end -->
</body>
</html>