tools-theme 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -0
- data/_data/about/en/about.json +0 -0
- data/_data/blog/alertbar.yml +0 -0
- data/_data/blog/authors.yml +0 -0
- data/_data/blog/blog.yml +0 -0
- data/_data/blog/nav.json +0 -0
- data/_data/blog/share.yml +0 -0
- data/_data/contact/en/contact.json +0 -0
- data/_data/customcdns/customcdns.yml +0 -0
- data/_data/disclaimer/en/disclaimer.json +0 -0
- data/_data/feature/en/compress-pdf.json +0 -0
- data/_data/feature/en/split-pdf.json +0 -0
- data/_data/footer/en/data.json +116 -59
- data/_data/footer/hi/data.json +0 -0
- data/_data/header/en/data.json +47 -128
- data/_data/header/hi/data.json +0 -0
- data/_data/help/en/help.json +0 -0
- data/_data/home/en/en.json +62 -241
- data/_data/home/hi/hi.json +0 -0
- data/_data/privacy/en/privacyPolicy.json +0 -0
- data/_data/termAndCondition/en/termAndCondition.json +0 -0
- data/_includes/author_bio.html +0 -0
- data/_includes/authors/authors.html +0 -0
- data/_includes/cssfile/links.html +0 -0
- data/_includes/custom-head.html +0 -0
- data/_includes/dropdown/langdropdown.html +0 -0
- data/_includes/footer/index.html +66 -41
- data/_includes/google-analytics.html +0 -0
- data/_includes/head/index.html +59 -59
- data/_includes/header/blogHeader.html +0 -0
- data/_includes/header/index.html +57 -85
- data/_includes/paginationBlogPage.html +0 -0
- data/_includes/paginationPostPage.html +0 -0
- data/_includes/postauthorbio.html +0 -0
- data/_includes/postbox.html +0 -0
- data/_includes/script.html +0 -0
- data/_includes/section/alertbar.html +0 -0
- data/_includes/section/count.html +0 -0
- data/_includes/section/recent_posts.html +0 -0
- data/_includes/section/related_categories_post.html +0 -0
- data/_includes/section/related_tag_post.html +0 -0
- data/_layouts/aboutUs.html +0 -0
- data/_layouts/blog.html +0 -0
- data/_layouts/contactUs.html +0 -0
- data/_layouts/disclaimer.html +0 -0
- data/_layouts/feature.html +5 -29
- data/_layouts/help.html +0 -0
- data/_layouts/home.html +76 -77
- data/_layouts/post.html +0 -0
- data/_layouts/privacyPolicy.html +0 -0
- data/_layouts/termAndCondition.html +0 -0
- data/assets/bulb.svg +0 -0
- data/assets/cloud.svg +0 -0
- data/assets/cross.svg +0 -0
- data/assets/css/blog.css +0 -0
- data/assets/css/tools.css +179 -1491
- data/assets/easy.svg +0 -0
- data/assets/facebook.svg +0 -0
- data/assets/files/en/jpg.json +0 -0
- data/assets/files/en/png.json +0 -0
- data/assets/guaranty.svg +0 -0
- data/assets/images/arrow.svg +1 -0
- data/assets/images/avatar.png +0 -0
- data/assets/images/logo.png +0 -0
- data/assets/instagram.svg +0 -0
- data/assets/js/TopScroll.js +0 -0
- data/assets/js/X-letter.js +124 -0
- data/assets/js/advancedFilter.js +2 -0
- data/assets/js/advancedFilter2.js +5 -0
- data/assets/js/advancedFilter3.js +2 -0
- data/assets/js/scrabbleDictonary.js +163 -0
- data/assets/js/wordScrabble.js +233 -0
- data/assets/linkdin.svg +0 -0
- data/assets/pdf.svg +0 -0
- data/assets/protect.svg +0 -0
- data/assets/star.svg +4 -5
- data/assets/support.svg +0 -0
- data/assets/twitter.svg +0 -0
- data/assets/youtube.svg +0 -0
- metadata +14 -32
- data/LICENSE.txt +0 -21
- data/_data/feature/hi/compress-pdf.json +0 -82
- data/_data/files/en/jpg.json +0 -153
- data/_data/files/en/png.json +0 -61
- data/_data/languagesupport/compress-pdf-langs.json +0 -12
- data/_data/languagesupport/index-langs.json +0 -14
- data/_data/rating/rating.json +0 -1
- data/_includes/Rating/rating.html +0 -89
- data/_includes/Rating/structureddata.html +0 -35
- data/_includes/Usp/usp.html +0 -20
- data/_includes/disqus_comments.html +0 -11
- data/_includes/fileformat/comparisonfiles.html +0 -153
- data/_includes/fileformat/fileformatdetail.html +0 -104
- data/_includes/share/socialshare.html +0 -49
- data/_layouts/categories.html +0 -26
- data/_layouts/default.html +0 -1
- data/_layouts/page.html +0 -5
- data/assets/images/Ankita.webp +0 -0
- data/assets/images/Anushka.webp +0 -0
- data/assets/images/Arjyahi.webp +0 -0
- data/assets/images/Nikita.webp +0 -0
- data/assets/images/alka.webp +0 -0
- data/assets/images/keshav.webp +0 -0
- data/assets/images/paavan.webp +0 -0
- data/assets/images/rating.png +0 -0
data/assets/css/tools.css
CHANGED
@@ -1,1564 +1,252 @@
|
|
1
1
|
* {
|
2
|
+
margin: 0;
|
3
|
+
padding: 0;
|
2
4
|
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
5
|
}
|
6
|
+
|
8
7
|
body {
|
9
8
|
padding: 0;
|
10
9
|
margin: 0;
|
11
|
-
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
12
|
-
-webkit-font-smoothing: antialiased;
|
13
10
|
box-sizing: border-box;
|
14
|
-
|
15
|
-
|
11
|
+
font-family: 'Montserrat', sans-serif;
|
12
|
+
overflow-x: hidden;
|
16
13
|
}
|
17
|
-
|
18
|
-
|
14
|
+
|
15
|
+
a {
|
16
|
+
font-size: 13px;
|
17
|
+
text-decoration: none;
|
18
|
+
color: #25265e !important;
|
19
19
|
}
|
20
|
-
|
21
|
-
|
20
|
+
|
21
|
+
a:hover {
|
22
|
+
text-decoration: none;
|
22
23
|
}
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
|
25
|
+
ul,
|
26
|
+
li {
|
27
|
+
list-style: none;
|
28
|
+
padding: 15px 0px;
|
29
|
+
margin: 0px;
|
30
|
+
}
|
31
|
+
|
32
|
+
.dropdown-menu {
|
33
|
+
border: none !important;
|
27
34
|
}
|
28
|
-
|
35
|
+
|
36
|
+
.home-nav-header {
|
29
37
|
position: sticky;
|
30
38
|
top: 0;
|
31
39
|
z-index: 10;
|
32
40
|
background: #fff;
|
33
|
-
|
41
|
+
border: none !important;
|
42
|
+
box-shadow: 0px 4px 12px rgb(37 38 94 / 6%);
|
43
|
+
}
|
44
|
+
|
45
|
+
.home-nav-header .header-navbar {
|
46
|
+
padding: 15px;
|
47
|
+
}
|
48
|
+
|
49
|
+
.home-nav-header .header-logo-height {
|
50
|
+
height: 35px;
|
51
|
+
width: 35px;
|
34
52
|
}
|
35
|
-
|
53
|
+
|
54
|
+
.home-nav-header .header_nav__item {
|
36
55
|
margin: 0 !important;
|
37
56
|
padding: 0 15px;
|
38
|
-
font-size:
|
57
|
+
font-size: 14px;
|
39
58
|
font-weight: 400;
|
40
59
|
line-height: 18px;
|
41
60
|
text-align: left;
|
42
61
|
list-style: none;
|
43
62
|
position: relative;
|
44
63
|
}
|
45
|
-
|
46
|
-
|
47
|
-
|
64
|
+
|
65
|
+
.home-nav-header .header_bars {
|
66
|
+
width: 22px;
|
67
|
+
height: 1px;
|
68
|
+
background-color: black;
|
69
|
+
margin: 6px 0;
|
48
70
|
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
71
|
+
|
72
|
+
.home-nav-header .dropdown-toggle::after {
|
73
|
+
display: inline-block;
|
74
|
+
margin-left: 0.255em;
|
75
|
+
vertical-align: middle;
|
76
|
+
content: "";
|
77
|
+
border: none !important;
|
78
|
+
background: url(/assets/images/arrow.svg) no-repeat;
|
79
|
+
height: 10px;
|
53
80
|
width: 100%;
|
54
81
|
}
|
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
82
|
|
69
|
-
.
|
83
|
+
.home-nav-header .megaMenu {
|
84
|
+
box-shadow: 0 10px 55px 0 rgb(0 25 50 / 15%);
|
85
|
+
border-radius: 5px;
|
70
86
|
position: absolute;
|
71
|
-
|
72
|
-
|
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 {
|
87
|
+
top: 18px;
|
88
|
+
left: 55px;
|
97
89
|
width: 100%;
|
98
|
-
|
99
|
-
flex-direction: column;
|
100
|
-
padding: 20px 0;
|
90
|
+
background-color: white;
|
101
91
|
}
|
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
92
|
|
120
|
-
|
121
|
-
|
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;
|
93
|
+
.home-nav-header .megaMenu li {
|
94
|
+
padding: 10px 15px;
|
171
95
|
}
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
-webkit-font-smoothing: antialiased;
|
177
|
-
-webkit-font-smoothing: antialiased;
|
178
|
-
font-weight: 600;
|
179
|
-
margin: 0px;
|
180
|
-
padding-bottom: 12px;
|
96
|
+
|
97
|
+
.home-nav-header .megaMenu li:hover {
|
98
|
+
background-color: #f3f3f4;
|
99
|
+
color: #262628;
|
181
100
|
}
|
182
101
|
|
183
|
-
.
|
184
|
-
|
185
|
-
|
102
|
+
.home-top-h1 {
|
103
|
+
line-height: 60px;
|
104
|
+
font-size: 35px;
|
105
|
+
color: #25265e;
|
186
106
|
}
|
187
107
|
|
188
|
-
.feature-
|
189
|
-
line-height:
|
190
|
-
font-size:
|
191
|
-
|
192
|
-
-webkit-font-smoothing: antialiased;
|
193
|
-
-webkit-font-smoothing: antialiased;
|
194
|
-
font-weight: 600;
|
108
|
+
.feature-h1 {
|
109
|
+
line-height: 70px;
|
110
|
+
font-size: 35px;
|
111
|
+
font-weight: 700;
|
195
112
|
color: rgb(33, 33, 33);
|
196
113
|
text-align: center;
|
197
114
|
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
115
|
}
|
212
|
-
|
213
|
-
|
214
|
-
|
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);
|
116
|
+
|
117
|
+
.home-top-h2,
|
118
|
+
.feature-h2 {
|
220
119
|
text-align: center;
|
221
|
-
|
222
|
-
|
223
|
-
max-width: 100%;
|
224
|
-
}
|
225
|
-
.faq-answer {
|
226
|
-
line-height: 24px;
|
120
|
+
font-weight: 300;
|
121
|
+
line-height: 30px;
|
227
122
|
font-size: 16px;
|
228
|
-
-
|
229
|
-
|
230
|
-
|
231
|
-
font-weight: 400;
|
232
|
-
color: rgb(33, 33, 33);
|
233
|
-
text-align: left;
|
234
|
-
margin: 0px;
|
235
|
-
max-width: 100%;
|
123
|
+
max-width: 380px;
|
124
|
+
margin: 0 auto;
|
125
|
+
color: rgba(37, 38, 94, .7);
|
236
126
|
}
|
237
127
|
|
238
|
-
|
239
|
-
|
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;
|
128
|
+
.home-tools-list {
|
129
|
+
margin: 0 auto;
|
130
|
+
padding-bottom: 90px;
|
286
131
|
}
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
132
|
+
|
133
|
+
.home-tools-list .home-tools-container {
|
134
|
+
margin: 0 -5px -10px;
|
135
|
+
padding: 0 100px;
|
136
|
+
list-style: none;
|
137
|
+
font-size: 0;
|
138
|
+
text-align: center;
|
292
139
|
}
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
font-
|
299
|
-
|
300
|
-
line-height: 1.15;
|
140
|
+
|
141
|
+
.home-tools-list .home-tools-container .home-tool-box {
|
142
|
+
display: inline-block;
|
143
|
+
vertical-align: top;
|
144
|
+
padding: 0 5px 10px;
|
145
|
+
font-size: 15px;
|
146
|
+
line-height: 30px;
|
301
147
|
margin: 0;
|
148
|
+
width: 30%;
|
149
|
+
max-width: 230px;
|
302
150
|
}
|
303
|
-
|
304
|
-
|
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 {
|
151
|
+
|
152
|
+
.home-tools-list .home-tools-container .home-tool-name {
|
368
153
|
display: block;
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
}
|
376
|
-
[hidden] {
|
377
|
-
display: none;
|
154
|
+
padding: 28px 25px;
|
155
|
+
border-radius: 8px;
|
156
|
+
text-align: center;
|
157
|
+
-webkit-transform: translateZ(0);
|
158
|
+
transform: translateZ(0);
|
159
|
+
box-shadow: 0 10px 35px 0 rgb(0 0 0 / 9%);
|
378
160
|
}
|
379
161
|
|
380
|
-
|
381
|
-
display:
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
min-height: 100vh;
|
162
|
+
.home-tools-list .home-tools-container .home-tool-name .home-tool-detials {
|
163
|
+
display: block;
|
164
|
+
position: relative;
|
165
|
+
-webkit-transform: translateZ(0);
|
166
|
+
transform: translateZ(0);
|
386
167
|
}
|
387
168
|
|
388
|
-
.
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
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%;
|
169
|
+
.home-tools-list .home-tools-container .home-tool-name:hover {
|
170
|
+
z-index: 2;
|
171
|
+
-webkit-transition: all .15s ease-in-out, z-index 0s;
|
172
|
+
transition: all .15s ease-in-out, z-index 0s;
|
173
|
+
-webkit-transform: translateY(-5px);
|
174
|
+
transform: translateY(-5px);
|
175
|
+
box-shadow: 0 11px 55px 0 rgb(0 0 0 / 13%);
|
408
176
|
}
|
409
177
|
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
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%;
|
178
|
+
|
179
|
+
|
180
|
+
.footer {
|
181
|
+
background-color:
|
182
|
+
rgba(20, 28, 58, .9);
|
183
|
+
padding: 100px;
|
184
|
+
color: #fff;
|
439
185
|
}
|
440
|
-
|
441
|
-
|
442
|
-
font-
|
443
|
-
|
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;
|
186
|
+
|
187
|
+
.footer .footer-title {
|
188
|
+
font-weight: 700;
|
189
|
+
padding: 20px 0px;
|
450
190
|
}
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
font-weight:
|
456
|
-
color: rgb(33, 33, 33);
|
457
|
-
text-align: center;
|
191
|
+
|
192
|
+
.footer .footer-ul-title {
|
193
|
+
font-size: 15px;
|
194
|
+
color: #f9fafc;
|
195
|
+
font-weight: 500;
|
458
196
|
margin: 0px;
|
197
|
+
font-weight: 700;
|
459
198
|
}
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
}
|
199
|
+
|
200
|
+
.footer .footer-list {
|
201
|
+
margin-bottom: 12px;
|
202
|
+
padding: 0px !important;
|
465
203
|
}
|
466
|
-
|
467
|
-
|
204
|
+
|
205
|
+
.footer .footer-list .footer-link {
|
206
|
+
color: #d3dce6 !important;
|
207
|
+
font-size: 13px;
|
208
|
+
line-height: 20px;
|
468
209
|
}
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
}
|
210
|
+
|
211
|
+
.footer .footer-list .footer-link:hover {
|
212
|
+
color: #fff !important;
|
473
213
|
}
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
display: -webkit-box;
|
478
|
-
display: -webkit-flex;
|
479
|
-
display: -ms-flexbox;
|
214
|
+
|
215
|
+
.footer .footer__end {
|
216
|
+
margin-top: 80px;
|
480
217
|
display: flex;
|
481
|
-
|
482
|
-
-
|
483
|
-
|
484
|
-
-
|
485
|
-
|
486
|
-
-
|
487
|
-
|
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
|
-
}
|
218
|
+
flex-wrap: wrap;
|
219
|
+
justify-content: space-between;
|
220
|
+
align-items: center;
|
221
|
+
font-size: 13px;
|
222
|
+
padding: 24px 0;
|
223
|
+
margin-top: 16px;
|
224
|
+
border-top: 1px solid rgba(251, 251, 251, .2);
|
542
225
|
}
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
bottom: 0;
|
548
|
-
top: 84px;
|
226
|
+
|
227
|
+
@media (max-width: 1200px) {
|
228
|
+
.home-tools-list .home-tools-container {
|
229
|
+
padding: 0;
|
549
230
|
}
|
550
231
|
}
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
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;
|
232
|
+
|
233
|
+
@media (max-width: 768px) {
|
234
|
+
.home-tools-list .home-tools-container .home-tool-name {
|
235
|
+
padding: 25px;
|
567
236
|
}
|
568
|
-
|
569
|
-
.home-
|
570
|
-
|
571
|
-
|
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;
|
237
|
+
|
238
|
+
.home-tools-list .home-tools-container .home-tool-name .home-tool-detials {
|
239
|
+
display: flex;
|
240
|
+
gap: 15px;
|
585
241
|
}
|
586
|
-
}
|
587
|
-
html {
|
588
|
-
line-height: 1.15;
|
589
|
-
-webkit-text-size-adjust: 100%;
|
590
|
-
}
|
591
242
|
|
592
|
-
|
593
|
-
|
594
|
-
|
243
|
+
.home-tools-list .home-tools-container .home-tool-box {
|
244
|
+
width: 100%;
|
245
|
+
max-width: 100%;
|
246
|
+
}
|
595
247
|
|
596
|
-
.
|
597
|
-
|
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;
|
248
|
+
.footer {
|
249
|
+
padding: 50px 0px;
|
1427
250
|
}
|
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
251
|
|
1564
|
-
|
252
|
+
}
|