-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
531 lines (470 loc) · 28.9 KB
/
services.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
<!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 - 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-style2">
<div class="top-bar bg-secondary">
<div class="container-fluid px-lg-1-6 px-xl-2-5 px-xxl-2-9">
<div class="row">
<div class="col-md-9 col-xs-12">
<div class="top-bar-info">
<ul class="ps-0">
<li><i class="ti-mobile"></i>+9140-40050954</li>
<li class="d-none d-sm-inline-block"><i class="ti-email"></i>[email protected]</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-3 d-none d-md-block">
<ul class="top-social-icon ps-0">
<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-instagram"></i></a></li>
<li><a href="#!"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar-default">
<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 logodefault"><img id="logo" src="img/logos/logo.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="#!">Home</a>
</li>
<li>
<a href="about.html">Who are we</a>
</li>
<li><a href="services.html">Services</a>
<ul>
<li>
<a href="#!">Our Services</a>
</li>
<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 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>
<!-- PAGE TITLE
================================================== -->
<section class="page-title-section bg-img cover-background primary-overlay" data-overlay-dark="7" data-background="img/bg/bg-19.jpg">
<div class="row position-relative z-index-1">
<div class="col-md-12">
<div class="faded-text">
<div class="f-text"><span class="main-font">Services</span></div>
</div>
<h1>Our Services</h1>
<ul class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="#!">Our Services</a></li>
</ul>
</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>
<!-- 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">(+44) 123 456 789</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">66 Guild Street 512B, Great North Town.</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">
<img src="img/logos/footer-light-logo.png" alt="...">
</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="service-01.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 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>Follow Us</h3>
<div class="row g-2">
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-01.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-02.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-03.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-04.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-05.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
<div class="col-4">
<div class="footer-icon position-relative">
<a href="#!">
<img src="img/instagram/insta-06.jpg" alt="...">
<div class="hover-icon">
<i class="ti-instagram text-white fs-5"></i>
</div>
</a>
</div>
</div>
</div>
</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> Techno Powered by <a href="#!" class="text-secondary white-hover">Chitrakoot Web</a></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>