tools-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_data/about/en/about.json +9 -0
  5. data/_data/blog/alertbar.yml +3 -0
  6. data/_data/blog/authors.yml +11 -0
  7. data/_data/blog/blog.yml +3 -0
  8. data/_data/blog/nav.json +14 -0
  9. data/_data/blog/share.yml +28 -0
  10. data/_data/contact/en/contact.json +39 -0
  11. data/_data/customcdns/customcdns.yml +0 -0
  12. data/_data/disclaimer/en/disclaimer.json +38 -0
  13. data/_data/feature/en/compress-pdf.json +194 -0
  14. data/_data/feature/en/split-pdf.json +110 -0
  15. data/_data/feature/hi/compress-pdf.json +82 -0
  16. data/_data/files/en/jpg.json +153 -0
  17. data/_data/files/en/png.json +61 -0
  18. data/_data/footer/en/data.json +91 -0
  19. data/_data/footer/hi/data.json +85 -0
  20. data/_data/header/en/data.json +144 -0
  21. data/_data/header/hi/data.json +145 -0
  22. data/_data/help/en/help.json +0 -0
  23. data/_data/home/en/en.json +253 -0
  24. data/_data/home/hi/hi.json +87 -0
  25. data/_data/languagesupport/compress-pdf-langs.json +12 -0
  26. data/_data/languagesupport/index-langs.json +14 -0
  27. data/_data/privacy/en/privacyPolicy.json +266 -0
  28. data/_data/rating/rating.json +1 -0
  29. data/_data/termAndCondition/en/termAndCondition.json +359 -0
  30. data/_includes/Rating/rating.html +89 -0
  31. data/_includes/Rating/structureddata.html +35 -0
  32. data/_includes/Usp/usp.html +20 -0
  33. data/_includes/author_bio.html +16 -0
  34. data/_includes/authors/authors.html +25 -0
  35. data/_includes/cssfile/links.html +13 -0
  36. data/_includes/custom-head.html +32 -0
  37. data/_includes/disqus_comments.html +11 -0
  38. data/_includes/dropdown/langdropdown.html +22 -0
  39. data/_includes/fileformat/comparisonfiles.html +153 -0
  40. data/_includes/fileformat/fileformatdetail.html +104 -0
  41. data/_includes/footer/index.html +54 -0
  42. data/_includes/google-analytics.html +23 -0
  43. data/_includes/head/index.html +125 -0
  44. data/_includes/header/blogHeader.html +28 -0
  45. data/_includes/header/index.html +92 -0
  46. data/_includes/paginationBlogPage.html +35 -0
  47. data/_includes/paginationPostPage.html +15 -0
  48. data/_includes/postauthorbio.html +17 -0
  49. data/_includes/postbox.html +30 -0
  50. data/_includes/script.html +14 -0
  51. data/_includes/section/alertbar.html +12 -0
  52. data/_includes/section/count.html +24 -0
  53. data/_includes/section/recent_posts.html +43 -0
  54. data/_includes/section/related_categories_post.html +74 -0
  55. data/_includes/section/related_tag_post.html +60 -0
  56. data/_includes/share/socialshare.html +49 -0
  57. data/_layouts/aboutUs.html +22 -0
  58. data/_layouts/blog.html +67 -0
  59. data/_layouts/categories.html +26 -0
  60. data/_layouts/contactUs.html +23 -0
  61. data/_layouts/default.html +1 -0
  62. data/_layouts/disclaimer.html +36 -0
  63. data/_layouts/feature.html +143 -0
  64. data/_layouts/help.html +23 -0
  65. data/_layouts/home.html +137 -0
  66. data/_layouts/page.html +5 -0
  67. data/_layouts/post.html +69 -0
  68. data/_layouts/privacyPolicy.html +401 -0
  69. data/_layouts/termAndCondition.html +402 -0
  70. data/assets/bulb.svg +1 -0
  71. data/assets/cloud.svg +1 -0
  72. data/assets/cross.svg +5 -0
  73. data/assets/css/blog.css +481 -0
  74. data/assets/css/tools.css +1564 -0
  75. data/assets/easy.svg +1 -0
  76. data/assets/facebook.svg +5 -0
  77. data/assets/files/en/jpg.json +61 -0
  78. data/assets/files/en/png.json +61 -0
  79. data/assets/guaranty.svg +1 -0
  80. data/assets/images/Ankita.webp +0 -0
  81. data/assets/images/Anushka.webp +0 -0
  82. data/assets/images/Arjyahi.webp +0 -0
  83. data/assets/images/Nikita.webp +0 -0
  84. data/assets/images/alka.webp +0 -0
  85. data/assets/images/avatar.png +0 -0
  86. data/assets/images/keshav.webp +0 -0
  87. data/assets/images/logo.png +0 -0
  88. data/assets/images/paavan.webp +0 -0
  89. data/assets/images/rating.png +0 -0
  90. data/assets/instagram.svg +5 -0
  91. data/assets/js/TopScroll.js +8 -0
  92. data/assets/linkdin.svg +5 -0
  93. data/assets/pdf.svg +20 -0
  94. data/assets/protect.svg +1 -0
  95. data/assets/star.svg +5 -0
  96. data/assets/support.svg +1 -0
  97. data/assets/twitter.svg +5 -0
  98. data/assets/youtube.svg +5 -0
  99. metadata +182 -0
@@ -0,0 +1,1564 @@
1
+ * {
2
+ box-sizing: border-box;
3
+ margin-block-start: 0px;
4
+ margin-block-end: 0px;
5
+ margin-inline-start: 0px;
6
+ margin-inline-end: 0px;
7
+ }
8
+ body {
9
+ padding: 0;
10
+ margin: 0;
11
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
12
+ -webkit-font-smoothing: antialiased;
13
+ box-sizing: border-box;
14
+ overflow-y: scroll;
15
+ background: white;
16
+ }
17
+ header {
18
+ width: 100%;
19
+ }
20
+ .navbar-toggler {
21
+ outline: none !important;
22
+ }
23
+ .navbar-toggler > .fa_bars {
24
+ position: absolute;
25
+ top: 20px;
26
+ font-size: 22px;
27
+ }
28
+ .nav-header {
29
+ position: sticky;
30
+ top: 0;
31
+ z-index: 10;
32
+ background: #fff;
33
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
34
+ }
35
+ .nav__item {
36
+ margin: 0 !important;
37
+ padding: 0 15px;
38
+ font-size: 15px;
39
+ font-weight: 400;
40
+ line-height: 18px;
41
+ text-align: left;
42
+ list-style: none;
43
+ position: relative;
44
+ }
45
+ .nav__item a:hover {
46
+ color: #000;
47
+ text-decoration: none !important;
48
+ }
49
+ .dropdown-menu {
50
+ position: fixed;
51
+ left: 0;
52
+ top: 71px;
53
+ width: 100%;
54
+ }
55
+ .inner-dropdown {
56
+ display: flex;
57
+ justify-content: left;
58
+ padding: 30px 100px;
59
+ flex-wrap: wrap;
60
+ }
61
+ .catPad {
62
+ padding: 0 85px;
63
+ }
64
+ .catPad li {
65
+ font-size: 14px !important;
66
+ font-weight: 500;
67
+ }
68
+
69
+ .navCatContainer {
70
+ position: absolute;
71
+ z-index: 9;
72
+ padding: 25px;
73
+ height: 300px;
74
+ background: white;
75
+ width: 100%;
76
+ }
77
+ .navCat {
78
+ display: flex;
79
+ width: 100%;
80
+ justify-content: space-between;
81
+ }
82
+ .anchor_color {
83
+ color: rgb(117, 117, 117);
84
+ }
85
+ .nav__item_Cat {
86
+ margin: 0 !important;
87
+ padding: 0 15px;
88
+ font-size: 15px;
89
+ font-weight: 400;
90
+ line-height: 38px;
91
+ text-align: left;
92
+ /* color: #11304e; */
93
+ list-style: none;
94
+ position: relative;
95
+ }
96
+ .navItemlist {
97
+ width: 100%;
98
+ display: flex;
99
+ flex-direction: column;
100
+ padding: 20px 0;
101
+ }
102
+ @media (max-width: 992px) {
103
+ .dropdown-menu {
104
+ overflow-y: scroll;
105
+ height: 500px;
106
+ position: static !important;
107
+ float: none;
108
+ }
109
+ .inner-dropdown {
110
+ flex-direction: column;
111
+ padding: 0px 30px;
112
+ }
113
+ .catPad {
114
+ padding: 20px 0;
115
+ }
116
+ .navbar-nav {
117
+ margin: 0 !important;
118
+ }
119
+
120
+ .nav__item {
121
+ padding: 15px 0;
122
+ }
123
+ }
124
+ @media (max-width: 768px) {
125
+ .file-detail-table {
126
+ overflow-x: scroll;
127
+ }
128
+ .compare-table {
129
+ overflow-x: scroll;
130
+ }
131
+ .faq-list {
132
+ width: 100% !important;
133
+ }
134
+ .feature-h1,
135
+ .feature-h2 {
136
+ font-size: 20px !important;
137
+ }
138
+ .social-count {
139
+ right: auto !important;
140
+ margin-top: 25px !important;
141
+ }
142
+ }
143
+ .how-to-leftimg {
144
+ height: 180px;
145
+ width: 300px;
146
+ }
147
+ .how-to-right {
148
+ color: rgb(33, 33, 33);
149
+ }
150
+ @media (min-width: 768px) {
151
+ .how-to-title {
152
+ line-height: 30px;
153
+ font-size: 22px;
154
+ }
155
+ }
156
+ .how-to-list {
157
+ list-style: none;
158
+ counter-reset: howToCounter 0;
159
+ margin: 0px;
160
+ padding: 6px 0px;
161
+ }
162
+ .how-to-list-item {
163
+ line-height: 24px;
164
+ font-size: 16px;
165
+ -webkit-font-smoothing: antialiased;
166
+ -webkit-font-smoothing: antialiased;
167
+ -webkit-font-smoothing: antialiased;
168
+ font-weight: 400;
169
+ display: flex;
170
+ padding: 6px 0px;
171
+ }
172
+ .how-to-title {
173
+ line-height: 30px;
174
+ font-size: 20px;
175
+ -webkit-font-smoothing: antialiased;
176
+ -webkit-font-smoothing: antialiased;
177
+ -webkit-font-smoothing: antialiased;
178
+ font-weight: 600;
179
+ margin: 0px;
180
+ padding-bottom: 12px;
181
+ }
182
+
183
+ .feature-card-img {
184
+ width: 48px;
185
+ height: 48px;
186
+ }
187
+
188
+ .feature-card-title {
189
+ line-height: 24px;
190
+ font-size: 16px;
191
+ -webkit-font-smoothing: antialiased;
192
+ -webkit-font-smoothing: antialiased;
193
+ -webkit-font-smoothing: antialiased;
194
+ font-weight: 600;
195
+ color: rgb(33, 33, 33);
196
+ text-align: center;
197
+ margin: 0px;
198
+ padding: 12px 0px;
199
+ }
200
+ .faq-question {
201
+ line-height: 24px;
202
+ font-size: 16px;
203
+ -webkit-font-smoothing: antialiased;
204
+ -webkit-font-smoothing: antialiased;
205
+ -webkit-font-smoothing: antialiased;
206
+ font-weight: 600;
207
+ color: rgb(33, 33, 33);
208
+ text-align: left;
209
+ margin: 0px;
210
+ padding: 12px 0px;
211
+ }
212
+ .feature-card-desc {
213
+ line-height: 24px;
214
+ font-size: 16px;
215
+ -webkit-font-smoothing: antialiased;
216
+ -webkit-font-smoothing: antialiased;
217
+ -webkit-font-smoothing: antialiased;
218
+ font-weight: 400;
219
+ color: rgb(33, 33, 33);
220
+ text-align: center;
221
+ margin: 0px;
222
+ padding: 0px 24px;
223
+ max-width: 100%;
224
+ }
225
+ .faq-answer {
226
+ line-height: 24px;
227
+ font-size: 16px;
228
+ -webkit-font-smoothing: antialiased;
229
+ -webkit-font-smoothing: antialiased;
230
+ -webkit-font-smoothing: antialiased;
231
+ font-weight: 400;
232
+ color: rgb(33, 33, 33);
233
+ text-align: left;
234
+ margin: 0px;
235
+ max-width: 100%;
236
+ }
237
+
238
+ main {
239
+ display: block;
240
+ }
241
+ h1 {
242
+ font-size: 2em;
243
+ margin: 0.67em 0;
244
+ }
245
+ hr {
246
+ box-sizing: content-box;
247
+ height: 0;
248
+ overflow: visible;
249
+ }
250
+ pre {
251
+ font-family: monospace, monospace;
252
+ font-size: 1em;
253
+ }
254
+ a {
255
+ background-color: transparent;
256
+ }
257
+ abbr[title] {
258
+ border-bottom: none;
259
+ -webkit-text-decoration: underline;
260
+ text-decoration: underline;
261
+ -webkit-text-decoration: underline dotted;
262
+ text-decoration: underline dotted;
263
+ }
264
+ b,
265
+ strong {
266
+ font-weight: bolder;
267
+ }
268
+ code,
269
+ kbd,
270
+ samp {
271
+ font-family: monospace, monospace;
272
+ font-size: 1em;
273
+ }
274
+ small {
275
+ font-size: 80%;
276
+ }
277
+ sub,
278
+ sup {
279
+ font-size: 75%;
280
+ line-height: 0;
281
+ position: relative;
282
+ vertical-align: baseline;
283
+ }
284
+ sub {
285
+ bottom: -0.25em;
286
+ }
287
+ sup {
288
+ top: -0.5em;
289
+ }
290
+ img {
291
+ border-style: none;
292
+ }
293
+ button,
294
+ input,
295
+ optgroup,
296
+ select,
297
+ textarea {
298
+ font-family: inherit;
299
+ font-size: 100%;
300
+ line-height: 1.15;
301
+ margin: 0;
302
+ }
303
+ button,
304
+ input {
305
+ overflow: visible;
306
+ }
307
+ button,
308
+ select {
309
+ text-transform: none;
310
+ }
311
+ button,
312
+ [type='button'],
313
+ [type='reset'],
314
+ [type='submit'] {
315
+ -webkit-appearance: button;
316
+ }
317
+ button::-moz-focus-inner,
318
+ [type='button']::-moz-focus-inner,
319
+ [type='reset']::-moz-focus-inner,
320
+ [type='submit']::-moz-focus-inner {
321
+ border-style: none;
322
+ padding: 0;
323
+ }
324
+ button:-moz-focusring,
325
+ [type='button']:-moz-focusring,
326
+ [type='reset']:-moz-focusring,
327
+ [type='submit']:-moz-focusring {
328
+ outline: 1px dotted ButtonText;
329
+ }
330
+ fieldset {
331
+ padding: 0.35em 0.75em 0.625em;
332
+ }
333
+ legend {
334
+ box-sizing: border-box;
335
+ color: inherit;
336
+ display: table;
337
+ max-width: 100%;
338
+ padding: 0;
339
+ white-space: normal;
340
+ }
341
+ progress {
342
+ vertical-align: baseline;
343
+ }
344
+ textarea {
345
+ overflow: auto;
346
+ }
347
+ [type='checkbox'],
348
+ [type='radio'] {
349
+ box-sizing: border-box;
350
+ padding: 0;
351
+ }
352
+ [type='number']::-webkit-inner-spin-button,
353
+ [type='number']::-webkit-outer-spin-button {
354
+ height: auto;
355
+ }
356
+ [type='search'] {
357
+ -webkit-appearance: textfield;
358
+ outline-offset: -2px;
359
+ }
360
+ [type='search']::-webkit-search-decoration {
361
+ -webkit-appearance: none;
362
+ }
363
+ ::-webkit-file-upload-button {
364
+ -webkit-appearance: button;
365
+ font: inherit;
366
+ }
367
+ details {
368
+ display: block;
369
+ }
370
+ summary {
371
+ display: list-item;
372
+ }
373
+ template {
374
+ display: none;
375
+ }
376
+ [hidden] {
377
+ display: none;
378
+ }
379
+
380
+ #app {
381
+ display: -webkit-box;
382
+ display: -webkit-flex;
383
+ display: -ms-flexbox;
384
+ display: flex;
385
+ min-height: 100vh;
386
+ }
387
+
388
+ .box-border {
389
+ position: absolute;
390
+ inset: 12px;
391
+ background: rgba(0, 0, 0, 0.1);
392
+ border: 2px dashed rgba(0, 0, 0, 0.15);
393
+ }
394
+ .div-cont {
395
+ display: flex;
396
+ /* overflow: hidden; */
397
+ }
398
+ .content-box {
399
+ display: flex;
400
+ flex: 1 1 auto;
401
+ z-index: 1;
402
+ }
403
+ .flex-container {
404
+ display: flex;
405
+ -webkit-box-pack: center;
406
+ justify-content: center;
407
+ width: 100%;
408
+ }
409
+
410
+ .flex-class {
411
+ -webkit-flex: 1 0 auto;
412
+ -ms-flex: 1 0 auto;
413
+ flex: 1 0 auto;
414
+ width: 100%;
415
+ }
416
+ @media (min-width: 0px) and (max-width: 1199px) {
417
+ .flex-class {
418
+ max-width: none;
419
+ }
420
+ }
421
+ @media (min-width: 1200px) {
422
+ .flex-class {
423
+ max-width: 1200px;
424
+ }
425
+ }
426
+ @media (min-width: 0px) and (max-width: 767px) {
427
+ .flex-class {
428
+ padding: 0 18px;
429
+ }
430
+ }
431
+ @media (min-width: 768px) {
432
+ .flex-class {
433
+ padding: 0 30px;
434
+ }
435
+ }
436
+ .flex-class {
437
+ flex: 1 0 auto;
438
+ width: 100%;
439
+ }
440
+ .feature-h1 {
441
+ line-height: 36px;
442
+ font-size: 30px;
443
+ -webkit-font-smoothing: antialiased;
444
+ -webkit-font-smoothing: antialiased;
445
+ -webkit-font-smoothing: antialiased;
446
+ font-weight: 600;
447
+ color: rgb(33, 33, 33);
448
+ text-align: center;
449
+ margin: 0px;
450
+ }
451
+ .feature-h2 {
452
+ -webkit-font-smoothing: antialiased;
453
+ -webkit-font-smoothing: antialiased;
454
+ -webkit-font-smoothing: antialiased;
455
+ font-weight: 300;
456
+ color: rgb(33, 33, 33);
457
+ text-align: center;
458
+ margin: 0px;
459
+ }
460
+ @media (min-width: 768px) {
461
+ .feature-h2 {
462
+ line-height: 30px;
463
+ font-size: 22px;
464
+ }
465
+ }
466
+ .logo-height {
467
+ height: 42px;
468
+ }
469
+ @media (max-width: 767px) {
470
+ .logo-height {
471
+ height: 36px;
472
+ }
473
+ }
474
+ .footer-nav-item {
475
+ margin: -12px 0;
476
+ padding: 0;
477
+ display: -webkit-box;
478
+ display: -webkit-flex;
479
+ display: -ms-flexbox;
480
+ display: flex;
481
+ -webkit-flex-direction: column;
482
+ -ms-flex-direction: column;
483
+ flex-direction: column;
484
+ -webkit-box-flex: 1;
485
+ -webkit-flex-grow: 1;
486
+ -ms-flex-positive: 1;
487
+ flex-grow: 1;
488
+ -webkit-flex-shrink: 1;
489
+ -ms-flex-negative: 1;
490
+ flex-shrink: 1;
491
+ -webkit-flex-basis: 0;
492
+ -ms-flex-preferred-size: 0;
493
+ flex-basis: 0;
494
+ }
495
+ @media (min-width: 992px) {
496
+ .footer-nav-item {
497
+ -webkit-flex: initial;
498
+ -ms-flex: initial;
499
+ flex: initial;
500
+ width: 160px;
501
+ }
502
+ }
503
+ @media (min-width: 576px) and (max-width: 991px) {
504
+ .footer-nav-item {
505
+ padding: 0 20px;
506
+ }
507
+ .footer-nav-item:first-child {
508
+ padding-left: 0;
509
+ }
510
+ .footer-nav-item:last-child {
511
+ padding-right: 0;
512
+ }
513
+ }
514
+ @media (max-width: 575px) {
515
+ .footer-nav-item {
516
+ -webkit-flex-basis: auto;
517
+ -ms-flex-preferred-size: auto;
518
+ flex-basis: auto;
519
+ }
520
+ .footer-nav-item:not(:first-child) {
521
+ margin-top: 28px;
522
+ }
523
+ }
524
+ .home-feature-desc {
525
+ line-height: 18px;
526
+ font-size: 14px;
527
+ -webkit-font-smoothing: antialiased;
528
+ -webkit-font-smoothing: antialiased;
529
+ -webkit-font-smoothing: antialiased;
530
+ font-stretch: 400;
531
+ font-weight: 400;
532
+ position: absolute;
533
+ padding: 12px;
534
+ }
535
+ @media (max-width: 767px) {
536
+ .home-feature-desc {
537
+ right: 0;
538
+ bottom: 0;
539
+ left: 48px;
540
+ top: 36px;
541
+ }
542
+ }
543
+ @media (min-width: 768px) {
544
+ .home-feature-desc {
545
+ left: 0;
546
+ right: 0;
547
+ bottom: 0;
548
+ top: 84px;
549
+ }
550
+ }
551
+ .home-top-h1 {
552
+ line-height: 30px;
553
+ font-size: 22px;
554
+ -webkit-font-smoothing: antialiased;
555
+ -webkit-font-smoothing: antialiased;
556
+ -webkit-font-smoothing: antialiased;
557
+ font-stretch: 400;
558
+ font-weight: 600;
559
+ color: rgba(33, 33, 33, 1);
560
+ text-align: center;
561
+ margin: 0;
562
+ }
563
+ @media (min-width: 768px) {
564
+ .home-top-h1 {
565
+ line-height: 36px;
566
+ font-size: 30px;
567
+ }
568
+ }
569
+ .home-top-h2 {
570
+ line-height: 30px;
571
+ font-size: 20px;
572
+ -webkit-font-smoothing: antialiased;
573
+ -webkit-font-smoothing: antialiased;
574
+ -webkit-font-smoothing: antialiased;
575
+ font-stretch: 400;
576
+ font-weight: 300;
577
+ color: rgba(33, 33, 33, 1);
578
+ text-align: center;
579
+ margin: 0;
580
+ }
581
+ @media (min-width: 768px) {
582
+ .home-top-h2 {
583
+ line-height: 30px;
584
+ font-size: 22px;
585
+ }
586
+ }
587
+ html {
588
+ line-height: 1.15;
589
+ -webkit-text-size-adjust: 100%;
590
+ }
591
+
592
+ * {
593
+ box-sizing: border-box;
594
+ }
595
+
596
+ .header {
597
+ min-height: 80px;
598
+ }
599
+ .heading {
600
+ text-align: center;
601
+ margin-top: 90px;
602
+ }
603
+ .heading-h1 {
604
+ font-size: 60px;
605
+ font-weight: 800;
606
+ line-height: 1.33;
607
+ color: #11304e;
608
+ margin: 70px 0 12px;
609
+ }
610
+ .heading-h2 {
611
+ font-size: 20px;
612
+ font-weight: 500;
613
+ opacity: 70%;
614
+ color: #11304e;
615
+ }
616
+ .img-uploader {
617
+ margin-top: 45px;
618
+ }
619
+ .uploader {
620
+ background-color: #974fff;
621
+ border-radius: 25px;
622
+ position: relative;
623
+ min-height: 1px;
624
+ padding-right: 15px;
625
+ padding-left: 15px;
626
+ margin: auto;
627
+ width: 65%;
628
+ padding: 10px;
629
+ height: 300px;
630
+ }
631
+ .inner-box {
632
+ background-color: #11304e2e;
633
+ border-radius: 25px;
634
+ width: 100%;
635
+ height: 280px;
636
+ overflow: auto;
637
+ text-align: justify;
638
+ }
639
+ .dropzone {
640
+ text-align: center;
641
+ color: white;
642
+ }
643
+ .drop-span {
644
+ color: white;
645
+ }
646
+ .button {
647
+ display: inline-block;
648
+ background: rgb(255, 255, 255);
649
+ border-radius: 10px;
650
+ padding: 13px 22px;
651
+ font-size: 16px;
652
+ font-weight: bold;
653
+ line-height: 1.19;
654
+ letter-spacing: 0.32px;
655
+ cursor: pointer;
656
+ border: unset;
657
+ color: #974fff !important;
658
+ /* margin-left: 137px; */
659
+ }
660
+ .download-reset-button {
661
+ display: flex;
662
+ float: right;
663
+ align-items: center;
664
+ position: sticky;
665
+ right: 0;
666
+ bottom: 0;
667
+ }
668
+ .extract-container {
669
+ width: 90%;
670
+ margin: auto;
671
+ padding-top: 40px;
672
+ margin-bottom: 30px;
673
+ display: none;
674
+ }
675
+ .download-all {
676
+ background: rgb(255, 255, 255);
677
+ border-radius: 10px;
678
+ padding: 7px 22px;
679
+ font-size: 16px;
680
+ font-weight: bold;
681
+ line-height: 1.19;
682
+ letter-spacing: 0.32px;
683
+ cursor: pointer;
684
+ border: unset;
685
+ color: #974fff !important;
686
+ float: left;
687
+ }
688
+
689
+ .restart-button {
690
+ background: rgb(255, 255, 255);
691
+ border-radius: 10px;
692
+ padding: 7px 7px;
693
+ font-size: 16px;
694
+ line-height: 1.19;
695
+ letter-spacing: 0;
696
+ cursor: pointer;
697
+ border: unset;
698
+ color: #974fff !important;
699
+ margin-top: 18px;
700
+ }
701
+
702
+ .file-upload {
703
+ display: none;
704
+ }
705
+ .textual-content {
706
+ margin-top: 90px;
707
+ }
708
+ .textual-content-box {
709
+ margin-top: 90px;
710
+ background-color: rgba(17, 48, 78, 0.18);
711
+ display: flex;
712
+ flex-direction: row;
713
+ }
714
+ .supported {
715
+ margin-top: 90px;
716
+ }
717
+
718
+ .row {
719
+ /* flex: 1 1 0px; */
720
+ /* position: relative; */
721
+ min-height: 1px;
722
+ padding-right: 15px;
723
+ padding-left: 15px;
724
+ height: auto;
725
+ text-align: center;
726
+ margin-bottom: 30px;
727
+ }
728
+ i {
729
+ display: block;
730
+ margin-bottom: 18px;
731
+ }
732
+ .span {
733
+ display: block;
734
+ font-size: 20px;
735
+ font-weight: bold;
736
+ line-height: 1.21;
737
+ margin-bottom: 15px;
738
+ color: rgb(17, 48, 78);
739
+ }
740
+ p {
741
+ font-size: 15px;
742
+ line-height: 1.41;
743
+ color: rgb(17, 48, 78);
744
+ }
745
+ .how-to {
746
+ margin-right: -15px;
747
+ margin-left: -15px;
748
+ }
749
+ .how-to-text {
750
+ position: relative;
751
+ min-height: 1px;
752
+ padding-right: 15px;
753
+ padding-left: 15px;
754
+ margin: auto;
755
+ width: 74%;
756
+ padding: 10px;
757
+ }
758
+ .how-to-h2 {
759
+ font-size: 40px;
760
+ font-weight: 800;
761
+ line-height: 1.16;
762
+ text-align: left;
763
+ color: rgb(17, 48, 78);
764
+ /* margin: 0px 0px 40px; */
765
+ width: 100%;
766
+ margin-top: 70px;
767
+ }
768
+ .steps {
769
+ padding-left: 29px;
770
+ }
771
+ ul li span {
772
+ display: inline-block;
773
+ width: 20px;
774
+ margin-right: 20px;
775
+ position: absolute;
776
+ top: 0px;
777
+ left: 0px;
778
+ }
779
+ img {
780
+ outline: none;
781
+ border: none;
782
+ max-width: 100%;
783
+ height: auto;
784
+ }
785
+ .rating-div {
786
+ background-color: red;
787
+ }
788
+ .rating-container {
789
+ padding-right: 15px;
790
+ padding-left: 15px;
791
+ margin-right: auto;
792
+ margin-left: auto;
793
+ }
794
+ .rating-row {
795
+ margin-right: -15px;
796
+ margin-left: -15px;
797
+ }
798
+ .faq-container {
799
+ position: relative;
800
+ min-height: 1px;
801
+ padding-right: 15px;
802
+ padding-left: 15px;
803
+ }
804
+ .faq-h2 {
805
+ font-size: 53px;
806
+ font-weight: 800;
807
+ line-height: 1.16;
808
+ text-align: center;
809
+ color: #11304e;
810
+ margin: 100px 0 50px;
811
+ }
812
+ .faq-h3 {
813
+ margin: 0 0 25px;
814
+ font-size: 20px;
815
+ font-weight: 600;
816
+ color: #11304e;
817
+ position: relative;
818
+ padding-right: 30px;
819
+ line-height: 1.4;
820
+ cursor: pointer;
821
+ }
822
+ .faq-list {
823
+ position: relative;
824
+ min-height: 1px;
825
+ padding-right: 15px;
826
+ padding-left: 15px;
827
+ margin: auto;
828
+ width: 50%;
829
+ padding: 10px;
830
+ }
831
+ .sup-h2 {
832
+ font-size: 56px;
833
+ font-weight: 800;
834
+ line-height: 1.21;
835
+ color: rgb(17, 48, 78);
836
+ text-align: center;
837
+ }
838
+ .sup-ul {
839
+ margin: 0px;
840
+ padding: 63px 0px 0px;
841
+ text-align: left;
842
+ }
843
+ .sup-li {
844
+ list-style: none;
845
+ margin: 0px 0px 20px;
846
+ font-size: 15px;
847
+ color: rgb(17, 48, 78);
848
+ width: 25%;
849
+ text-align: left;
850
+ display: inline-block;
851
+ }
852
+ a {
853
+ text-decoration: unset;
854
+ color: unset;
855
+ }
856
+ .sup-i {
857
+ display: inline-block;
858
+ margin-right: 10px;
859
+ width: 19px;
860
+ vertical-align: middle;
861
+ }
862
+ .sup-span {
863
+ display: inline-block;
864
+ width: 20px;
865
+ margin-right: 20px;
866
+ position: unset !important;
867
+ top: 0px;
868
+ left: 0px;
869
+ }
870
+ .clear {
871
+ clear: both;
872
+ }
873
+ .leftbox {
874
+ float: left;
875
+ width: 30%;
876
+ height: 280px;
877
+ margin: 0px 28px;
878
+ text-align: center;
879
+ margin-bottom: 30px;
880
+ }
881
+ .middlebox {
882
+ float: left;
883
+ width: 30%;
884
+ height: 280px;
885
+ text-align: center;
886
+ margin-bottom: 30px;
887
+ }
888
+ .rightbox {
889
+ text-align: center;
890
+ float: right;
891
+ width: 30%;
892
+ height: 280px;
893
+ margin-bottom: 30px;
894
+ }
895
+ .file-list {
896
+ padding: 10px 0 20px;
897
+ }
898
+
899
+ .single-file {
900
+ color: white;
901
+
902
+ cursor: pointer;
903
+ }
904
+ .small-text {
905
+ font-size: 16px;
906
+ font-weight: 500;
907
+ }
908
+ .rows {
909
+ padding: 10px;
910
+ margin: auto;
911
+ width: 50%;
912
+ margin-top: 70px;
913
+ display: inline;
914
+ min-height: 1px;
915
+ padding-right: 15px;
916
+ padding-left: 15px;
917
+ }
918
+ .rows-2 {
919
+ margin-top: 50px;
920
+ }
921
+ ul li {
922
+ margin: 0 0 20px;
923
+ padding: 0;
924
+ font-size: 17px;
925
+ font-weight: 500;
926
+ line-height: 1.4;
927
+ text-align: left;
928
+ color: #11304e;
929
+ list-style: none;
930
+ position: relative;
931
+ }
932
+
933
+ .header {
934
+ /* overflow: hidden; */
935
+ /* background-color: #f1f1f1; */
936
+ padding: 20px 10px;
937
+ }
938
+
939
+ .header a {
940
+ /* float: left;
941
+ color: black;
942
+ text-align: center;
943
+
944
+ line-height: 25px;
945
+ border-radius: 4px; */
946
+
947
+ padding: 0 20px 0 8px;
948
+ text-decoration: none;
949
+ color: #1e283c;
950
+ font-weight: 600;
951
+ font-size: 12px;
952
+ text-transform: uppercase;
953
+ outline: 0;
954
+ }
955
+
956
+ .header a.logo {
957
+ font-size: 25px;
958
+ font-weight: bold;
959
+ margin: 0px 101px;
960
+ }
961
+
962
+ .header a:hover {
963
+ background-color: #ddd;
964
+ color: black;
965
+ }
966
+
967
+ .header a.active {
968
+ background-color: #eee;
969
+ color: black;
970
+ }
971
+
972
+ .header-right {
973
+ float: right;
974
+ padding-right: 124px;
975
+ }
976
+ /* footer css start */
977
+ .footer {
978
+ -webkit-font-smoothing: antialiased;
979
+ -webkit-font-smoothing: antialiased;
980
+ -webkit-font-smoothing: antialiased;
981
+ }
982
+ .footer-wrapper {
983
+ padding: 32px 0;
984
+ display: -webkit-box;
985
+ display: -webkit-flex;
986
+ display: -ms-flexbox;
987
+ display: flex;
988
+ -webkit-flex-direction: row;
989
+ -ms-flex-direction: row;
990
+ flex-direction: row;
991
+ border-bottom: 1px solid #e8e8e8;
992
+ }
993
+ @media (max-width: 991px) {
994
+ .footer-wrapper {
995
+ -webkit-flex-direction: column;
996
+ -ms-flex-direction: column;
997
+ flex-direction: column;
998
+ }
999
+ }
1000
+ .footer-logo-cont {
1001
+ -webkit-flex: 1 1 auto;
1002
+ -ms-flex: 1 1 auto;
1003
+ flex: 1 1 auto;
1004
+ display: -webkit-box;
1005
+ display: -webkit-flex;
1006
+ display: -ms-flexbox;
1007
+ display: flex;
1008
+ -webkit-flex-direction: column;
1009
+ -ms-flex-direction: column;
1010
+ flex-direction: column;
1011
+ -webkit-align-items: flex-start;
1012
+ -webkit-box-align: flex-start;
1013
+ -ms-flex-align: flex-start;
1014
+ align-items: flex-start;
1015
+ }
1016
+ .footer-logo {
1017
+ height: 40px;
1018
+ }
1019
+ .footer-title {
1020
+ font-stretch: 400;
1021
+ font-weight: 400;
1022
+ font-size: 18px;
1023
+ line-height: 28px;
1024
+ color: rgba(26, 26, 26, 1);
1025
+ padding-top: 24px;
1026
+ }
1027
+ .footer-nav {
1028
+ -webkit-flex: 1 1 auto;
1029
+ -ms-flex: 1 1 auto;
1030
+ flex: 1 1 auto;
1031
+ display: -webkit-box;
1032
+ display: -webkit-flex;
1033
+ display: -ms-flexbox;
1034
+ display: flex;
1035
+ -webkit-flex-direction: row;
1036
+ -ms-flex-direction: row;
1037
+ flex-direction: row;
1038
+ -webkit-box-pack: end;
1039
+ -webkit-justify-content: space-between;
1040
+ -ms-flex-pack: end;
1041
+ justify-content: space-between;
1042
+ }
1043
+ @media (max-width: 991px) {
1044
+ .footer-nav {
1045
+ padding-top: 32px;
1046
+ -webkit-box-pack: justify;
1047
+ -webkit-justify-content: space-between;
1048
+ -ms-flex-pack: justify;
1049
+ justify-content: space-between;
1050
+ }
1051
+ }
1052
+ @media (max-width: 575px) {
1053
+ .footer-nav {
1054
+ -webkit-flex-direction: column;
1055
+ -ms-flex-direction: column;
1056
+ flex-direction: column;
1057
+ }
1058
+ }
1059
+ .footer-ul {
1060
+ display: flex;
1061
+ flex-direction: column;
1062
+ padding-left: 0;
1063
+ }
1064
+ .footer-ul-title {
1065
+ font-stretch: 400;
1066
+ font-weight: 700;
1067
+ font-size: 16px;
1068
+ line-height: 24px;
1069
+ color: rgba(26, 26, 26, 1);
1070
+ padding: 12px 0;
1071
+ -webkit-user-select: none;
1072
+ -moz-user-select: none;
1073
+ -ms-user-select: none;
1074
+ user-select: none;
1075
+ }
1076
+ .footer-link {
1077
+ font-stretch: 400;
1078
+ font-weight: 400;
1079
+ font-size: 16px;
1080
+ line-height: 24px;
1081
+ color: rgba(26, 26, 26, 1);
1082
+ padding: 12px 0;
1083
+ -webkit-flex: 0 0 auto;
1084
+ -ms-flex: 0 0 auto;
1085
+ flex: 0 0 auto;
1086
+ width: 100%;
1087
+ }
1088
+ .footer-link:hover {
1089
+ color: rgba(117, 117, 117, 1);
1090
+ }
1091
+ .footer-msg {
1092
+ font-stretch: 400;
1093
+ font-weight: 400;
1094
+ font-size: 16px;
1095
+ line-height: 24px;
1096
+ color: rgba(26, 26, 26, 1);
1097
+ -webkit-flex: 1 1 auto;
1098
+ -ms-flex: 1 1 auto;
1099
+ flex: 1 1 auto;
1100
+ }
1101
+ @media (min-width: 576px) and (max-width: 991px) {
1102
+ .footer-msg {
1103
+ padding-top: 24px;
1104
+ }
1105
+ }
1106
+
1107
+ .privacy-footer {
1108
+ display: -webkit-box;
1109
+ display: -webkit-flex;
1110
+ display: -ms-flexbox;
1111
+ display: flex;
1112
+ -webkit-flex-direction: row;
1113
+ -ms-flex-direction: row;
1114
+ flex-direction: row;
1115
+ padding: 24px 0;
1116
+ }
1117
+ @media (max-width: 991px) {
1118
+ .privacy-footer {
1119
+ -webkit-flex-direction: column-reverse;
1120
+ -ms-flex-direction: column-reverse;
1121
+ flex-direction: column-reverse;
1122
+ }
1123
+ }
1124
+ @media (max-width: 575px) {
1125
+ .privacy-footer {
1126
+ padding: 32px 0;
1127
+ }
1128
+ }
1129
+
1130
+ .privacy-links {
1131
+ display: -webkit-box;
1132
+ display: -webkit-flex;
1133
+ display: -ms-flexbox;
1134
+ display: flex;
1135
+ -webkit-align-items: flex-start;
1136
+ -webkit-box-align: flex-start;
1137
+ -ms-flex-align: flex-start;
1138
+ align-items: flex-start;
1139
+ -webkit-flex-direction: row;
1140
+ -ms-flex-direction: row;
1141
+ flex-direction: row;
1142
+ }
1143
+ @media (max-width: 575px) {
1144
+ .privacy-links {
1145
+ -webkit-flex-direction: column-reverse;
1146
+ -ms-flex-direction: column-reverse;
1147
+ flex-direction: column-reverse;
1148
+ }
1149
+ }
1150
+ .privacy-links-item {
1151
+ font-stretch: 400;
1152
+ font-weight: 400;
1153
+ font-size: 16px;
1154
+ line-height: 24px;
1155
+ color: rgba(26, 26, 26, 1);
1156
+ margin: 0 20px;
1157
+ }
1158
+ .privacy-links-item:hover {
1159
+ color: rgba(117, 117, 117, 1);
1160
+ }
1161
+ .privacy-links-item:first-child {
1162
+ margin-left: 0;
1163
+ }
1164
+ .privacy-links-item:last-child {
1165
+ margin-right: 0;
1166
+ }
1167
+ @media (max-width: 575px) {
1168
+ .privacy-links-item {
1169
+ margin-left: 0;
1170
+ margin-right: 0;
1171
+ margin-bottom: 32px;
1172
+ }
1173
+ }
1174
+ /* footer css end */
1175
+ /*about termsand conditions help*/
1176
+ .contact_layout {
1177
+ -webkit-font-smoothing: antialiased;
1178
+ -webkit-font-smoothing: antialiased;
1179
+ -webkit-font-smoothing: antialiased;
1180
+ }
1181
+ .about_layout {
1182
+ -webkit-font-smoothing: antialiased;
1183
+ -webkit-font-smoothing: antialiased;
1184
+ -webkit-font-smoothing: antialiased;
1185
+ }
1186
+ .contact-h1 {
1187
+ line-height: 30px;
1188
+ font-size: 22px;
1189
+ font-stretch: 400;
1190
+ font-weight: 600;
1191
+ color: rgba(33, 33, 33, 1);
1192
+ text-align: center;
1193
+ margin: 0;
1194
+ }
1195
+ @media (min-width: 768px) {
1196
+ .contact-h1 {
1197
+ line-height: 36px;
1198
+ font-size: 30px;
1199
+ }
1200
+ }
1201
+ .contact-h2 {
1202
+ line-height: 30px;
1203
+ font-stretch: 400;
1204
+ font-weight: 300;
1205
+ font-size: 20px;
1206
+ color: rgba(33, 33, 33, 1);
1207
+ text-align: center;
1208
+ margin: 0;
1209
+ }
1210
+ @media (min-width: 768px) {
1211
+ .contact-h2 {
1212
+ line-height: 30px;
1213
+ font-size: 22px;
1214
+ }
1215
+ }
1216
+ .about-h1 {
1217
+ line-height: 30px;
1218
+ font-size: 22px;
1219
+ font-stretch: 400;
1220
+ font-weight: 600;
1221
+ color: rgba(33, 33, 33, 1);
1222
+ text-align: center;
1223
+ margin: 0;
1224
+ }
1225
+ @media (min-width: 768px) {
1226
+ .about-h1 {
1227
+ line-height: 36px;
1228
+ font-size: 30px;
1229
+ }
1230
+ }
1231
+ .about-h2 {
1232
+ line-height: 30px;
1233
+ font-stretch: 400;
1234
+ font-weight: 300;
1235
+ font-size: 20px;
1236
+ color: rgba(33, 33, 33, 1);
1237
+ text-align: center;
1238
+ margin: 0;
1239
+ }
1240
+ .common-h2 {
1241
+ font-stretch: 400;
1242
+ font-size: 20px;
1243
+ color: rgba(33, 33, 33, 1);
1244
+ }
1245
+ @media (min-width: 768px) {
1246
+ .about-h2 {
1247
+ line-height: 30px;
1248
+ font-size: 22px;
1249
+ }
1250
+ .common-h2 {
1251
+ font-size: 22px;
1252
+ }
1253
+ }
1254
+ /*closed*/
1255
+ .feature-img {
1256
+ width: 36px;
1257
+ height: 36px;
1258
+ }
1259
+ .box-padding {
1260
+ padding: 0px 0px 24px;
1261
+ }
1262
+ .box {
1263
+ position: relative;
1264
+ display: flex;
1265
+ flex-direction: column;
1266
+ background-color: rgb(242, 48, 48);
1267
+ min-height: 300px;
1268
+ width: 100%;
1269
+ }
1270
+ .social-icons {
1271
+ position: fixed;
1272
+ right: 0;
1273
+ top: 35%;
1274
+ width: 47px;
1275
+ height: 174px;
1276
+ display: flex;
1277
+ flex-direction: column;
1278
+ align-items: center;
1279
+ justify-content: center;
1280
+ z-index: 999;
1281
+ border-top-left-radius: 8px;
1282
+ border-bottom-left-radius: 8px;
1283
+ background: #fff;
1284
+ box-shadow: 0 0 20px -7px #191a1a9e;
1285
+ line-height: 30px;
1286
+ }
1287
+
1288
+ @media (max-width: 768px) {
1289
+ .social-icons {
1290
+ left: 0;
1291
+ bottom: 0 !important;
1292
+ top: auto;
1293
+ font-size: 25px;
1294
+ width: 100%;
1295
+ height: 60px;
1296
+ display: flex;
1297
+ margin: 0 !important;
1298
+ flex-direction: row;
1299
+ justify-content: space-evenly;
1300
+ line-height: 100px;
1301
+ }
1302
+ }
1303
+ .social-icon {
1304
+ margin: 0 !important;
1305
+ color: gray;
1306
+ font-size: 1.6rem;
1307
+ }
1308
+ .social-icon:hover {
1309
+ color: black;
1310
+ }
1311
+ .home-features {
1312
+ display: -webkit-box;
1313
+ display: -webkit-flex;
1314
+ display: -ms-flexbox;
1315
+ display: flex;
1316
+ -webkit-flex-wrap: wrap;
1317
+ -ms-flex-wrap: wrap;
1318
+ flex-wrap: wrap;
1319
+ list-style: none;
1320
+ margin: 0;
1321
+ padding: 0 0 90px 0;
1322
+ }
1323
+
1324
+ .home-feature-box {
1325
+ position: relative;
1326
+ color: white;
1327
+ margin: 0;
1328
+ border: 1px solid white;
1329
+ }
1330
+ @media (min-width: 0px) and (max-width: 767px) {
1331
+ .home-feature-box {
1332
+ width: 100%;
1333
+ height: 114px;
1334
+ }
1335
+ }
1336
+ @media (min-width: 768px) and (max-width: 991px) {
1337
+ .home-feature-box {
1338
+ width: 25%;
1339
+ height: 180px;
1340
+ }
1341
+ }
1342
+ @media (min-width: 992px) {
1343
+ .home-feature-box {
1344
+ width: 20%;
1345
+ height: 180px;
1346
+ }
1347
+ }
1348
+ .home-feature-name {
1349
+ line-height: 24px;
1350
+ font-size: 16px;
1351
+ -webkit-font-smoothing: antialiased;
1352
+ -webkit-font-smoothing: antialiased;
1353
+ -webkit-font-smoothing: antialiased;
1354
+ font-stretch: 400;
1355
+ font-weight: 700;
1356
+ text-overflow: ellipsis;
1357
+ white-space: nowrap;
1358
+ overflow: hidden;
1359
+ position: absolute;
1360
+ top: 0;
1361
+ right: 0;
1362
+ bottom: 0;
1363
+ left: 0;
1364
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1365
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1366
+ }
1367
+ .home-feature-name:hover {
1368
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1369
+ z-index: 1;
1370
+ }
1371
+ @media (max-width: 767px) {
1372
+ .home-feature-name {
1373
+ padding: 12px 12px 12px 60px;
1374
+ }
1375
+ }
1376
+ @media (min-width: 768px) {
1377
+ .home-feature-name {
1378
+ padding: 60px 12px 12px 12px;
1379
+ }
1380
+ }
1381
+ .home-inner-box {
1382
+ position: absolute;
1383
+ padding: 12px;
1384
+ }
1385
+ .div-cont {
1386
+ display: -webkit-box;
1387
+ display: -webkit-flex;
1388
+ display: -ms-flexbox;
1389
+ display: flex;
1390
+ /* overflow: hidden; */
1391
+ }
1392
+ .div-cont > svg {
1393
+ display: -webkit-box;
1394
+ display: -webkit-flex;
1395
+ display: -ms-flexbox;
1396
+ display: flex;
1397
+ -webkit-flex: 1 1 auto;
1398
+ -ms-flex: 1 1 auto;
1399
+ flex: 1 1 auto;
1400
+ }
1401
+ .div-cont > svg > * {
1402
+ fill: currentColor;
1403
+ }
1404
+ .mega-menu::first-line {
1405
+ color: gray !important;
1406
+ font-weight: 600;
1407
+ }
1408
+ .lang-dropdown {
1409
+ position: fixed;
1410
+ right: 30px;
1411
+ top: 20px;
1412
+ z-index: 999;
1413
+ }
1414
+ @media (max-width: 994px) {
1415
+ .lang-dropdown {
1416
+ top: 75px;
1417
+ z-index: 5;
1418
+ right: 4px;
1419
+ position: absolute;
1420
+ }
1421
+ .lang-dropdown .lang-dropdown-btn {
1422
+ position: absolute;
1423
+ right: 0;
1424
+ }
1425
+ .drop-down-wrapper {
1426
+ overflow-y: unset !important;
1427
+ }
1428
+ }
1429
+ .drop-down-wrapper {
1430
+ height: fit-content !important;
1431
+ }
1432
+ .lang-dropdown-item {
1433
+ width: 100%;
1434
+ display: block;
1435
+ text-align: center;
1436
+ text-decoration: none !important;
1437
+ }
1438
+ .rating-tool {
1439
+ width: 100%;
1440
+ display: flex;
1441
+ justify-content: center;
1442
+ align-items: center;
1443
+ padding: 20px 0px 20px 0px;
1444
+ border-top: 1px solid rgb(221, 221, 221);
1445
+ border-bottom: 1px solid rgb(221, 221, 221);
1446
+ }
1447
+ .rating-text {
1448
+ font-size: 17px;
1449
+ font-weight: 700;
1450
+ color: rgb(33, 33, 33);
1451
+ padding: 6px;
1452
+ }
1453
+ .rating-stars {
1454
+ color: #9d9d9d !important;
1455
+ padding-top: 17px;
1456
+ display: flex;
1457
+ align-items: center;
1458
+ }
1459
+ .rating-stars i {
1460
+ padding: 5px;
1461
+ font-size: 17px;
1462
+ }
1463
+ .rating-value {
1464
+ line-height: 24px;
1465
+ font-size: 16px;
1466
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1467
+ -webkit-font-smoothing: antialiased;
1468
+ font-weight: 400;
1469
+ color: rgb(33, 33, 33);
1470
+ padding: 6px;
1471
+ }
1472
+
1473
+ /* RELATED POST && RECENT POST STYLING */
1474
+ .related_post_heading {
1475
+ width: 100%;
1476
+ font-size: 46px;
1477
+ text-align: center;
1478
+ font-weight: 800;
1479
+ font-stretch: normal;
1480
+ font-style: normal;
1481
+ line-height: 1.24;
1482
+ letter-spacing: normal;
1483
+ color: rgb(17, 48, 78);
1484
+ margin-bottom: 45px;
1485
+ padding-top: 75px;
1486
+ display: inline-block;
1487
+ }
1488
+
1489
+ /* Blog-card-footer styling */
1490
+ .card-footer {
1491
+ border: none;
1492
+ }
1493
+ .wrapfooter {
1494
+ display: flex;
1495
+ align-items: center;
1496
+ margin-bottom: 15px;
1497
+ }
1498
+ .wrapfooter img {
1499
+ width: 35px;
1500
+ height: 35px;
1501
+ border-radius: 50%;
1502
+ }
1503
+ .wrapfooter .author-meta {
1504
+ /* flex: 1 1 auto; */
1505
+ padding: 0 15px;
1506
+ }
1507
+ .wrapfooter .author-meta a {
1508
+ font-size: 15px;
1509
+ color: #000;
1510
+ text-transform: capitalize;
1511
+ }
1512
+ .wrapfooter .post-read-more {
1513
+ flex: 50;
1514
+ text-align: right;
1515
+ }
1516
+ .post-date {
1517
+ color: rgba(0, 0, 0, 0.44);
1518
+ font-size: 13px;
1519
+ }
1520
+ .social-count {
1521
+ background: #d60000;
1522
+ color: #fff;
1523
+ position: absolute;
1524
+ height: 16px;
1525
+ width: 16px;
1526
+ display: inline-flex;
1527
+ align-items: center;
1528
+ justify-content: center;
1529
+ text-align: center;
1530
+ font-size: 12px;
1531
+ font-weight: 700;
1532
+ right: 1px;
1533
+ border-radius: 50%;
1534
+ margin-top: 1px;
1535
+ padding:9px;
1536
+ }
1537
+ .file-detail-table th,
1538
+ .file-detail-table td {
1539
+ border: none !important;
1540
+ }
1541
+ .softwares-section img {
1542
+ height: 37px;
1543
+ width: 37px;
1544
+ }
1545
+ .software-name {
1546
+ color: #1565c0 !important;
1547
+ font-size: 1.1rem;
1548
+ margin-top: -4px;
1549
+ margin-left: 4px;
1550
+ }
1551
+ .software-value {
1552
+ font-size: 0.7rem;
1553
+ margin-left: 4px;
1554
+ color: #6d6d6d;
1555
+ margin-top: -3px;
1556
+ }
1557
+ #rating-img {
1558
+ height: 1px;
1559
+ width: 1px;
1560
+ filter: brightness();
1561
+ filter: brightness(100);
1562
+ }
1563
+
1564
+ /* close */