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,402 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign termsData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{termsData.htmlLangAtt}}">
7
+ {% include head/index.html %}
8
+
9
+ <body>
10
+ {% include header/index.html %}
11
+ {%- include dropdown/langdropdown.html -%}
12
+ <div class="container py-4">
13
+ <h1 class="about-h1 py-4">Terms and condtions</h1>
14
+ <div class="py-3">
15
+ <div class="py-3">
16
+ <p>We,<b>{{page.companyName}}</b>, registered under the provisions of the Limited Liability Partnership Act 2008,
17
+ having its registered office at “493 Saket, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA”
18
+ represented by its Directors, hereinafter referred to as the <b>“FIRM”</b> (where such expression
19
+ shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs,
20
+ representatives, administrators, permitted successors and assigns).</p>
21
+ <p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
22
+ protection of Your invaluable information. This document contains information about the Website and
23
+ domain https://{{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform” ).</p>
24
+ <p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
25
+ <p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
26
+ requires.</p>
27
+ <p>2. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
28
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
29
+ <p>3. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
30
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
31
+ <p>4. “Third Parties” refer to any Application, Firm or individual apart from the User and the creator
32
+ of this Platform/Domain.</p>
33
+ <p>5. “ The term “User” refers to the individuals who will be using the platform to avail the features
34
+ and the services of the platform.</p>
35
+ <p>6. “ The term “User” refers to the individuals who will be using the platform to avail the features
36
+ and the services of the platform.</p>
37
+ <p>7. “ The headings of each section in these Terms are only for the purpose of comanizing the various
38
+ provisions under these Terms in an orderly manner and shall not be used by either Party to interpret
39
+ the provisions contained herein in any manner. Further, it is specifically agreed to by the Parties
40
+ that the headings shall have no legal or contractual value.</p>
41
+ <p>8. “The User unequivocally agrees that these Terms and the aforementioned Policy constitute a legally
42
+ binding agreement between the User and the Firm, and that the User shall be subject to the rules,
43
+ guidelines, policies, terms, and conditions applicable to any service that is provided by the
44
+ Platform, and that the same shall be deemed to be incorporated into these Terms, and shall be
45
+ treated as part and parcel of the same. The User acknowledges and agrees that no signature or
46
+ express act is required to make these Terms and the Policy binding on the User and that the User’s
47
+ act of visiting any part of the Platform constitutes the User’s full and final acceptance of these
48
+ Terms and the aforementioned Policy.</p>
49
+ <p>9. “The Firm reserves the sole and exclusive right to amend or modify these Terms without any prior
50
+ permission or intimation to the User, and the User expressly agrees that any such amendments or
51
+ modifications shall come into effect immediately. The User has a duty to periodically check the
52
+ terms and stay updated on its requirements. If the User continues to use the Platform following such
53
+ a change, the User will be deemed to have consented to any and all amendments/modifications made to
54
+ the Terms. In so far as the User complies with these Terms, it is granted a personal, non-exclusive,
55
+ non-transferable, revocable, limited privilege to access and use the Platform and the Services. If
56
+ the User does not adhere to the changes, You must stop using the Services at once. Your continued
57
+ use of the Services will signify your acceptance of the changed terms.</p>
58
+ <h3> REGISTRATION </h3>
59
+ <p>1. The Users are also provided with an option to link their Facebook/Google accounts with the
60
+ Platform at the time of their registration in order to smoothen the process of registration.</p>
61
+ <p>2. Registration for this Platform is available for all age groups, barring those “Incompetent to
62
+ Contract” which inter alia include insolvents with an exception to Minors.</p>
63
+ <p>3. Further, at any time during Your use of this Platform, including but not limited to the time of
64
+ registration, You are solely responsible for protecting the confidentiality of Your Username and
65
+ password, and any activity under the account shall be deemed to have been done by You. In the case
66
+ that you provide us with false and/or inaccurate details or we have reason to believe you have done
67
+ so, we hold the right to permanently suspend your account. You agree that you will not disclose your
68
+ password to any third party and that you will take sole responsibility for any activities or actions
69
+ under your account, whether or not you have authorized such activities or actions. You will
70
+ immediately notify us of any hereinbelow use of your account.</p>
71
+ <h3> PLATFORM OVERVIEW </h3>
72
+ <p>@{{page.companyName}}.{{page.domain}} is a platform owned and operated by @{{page.companyName}}.{{page.domain}} LLP which is a limited liability
73
+ partnership registered under the provisions of the Limited Liability Partnership Act, 2008.</p>
74
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
75
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
76
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
77
+ <h3> ELIGIBILITY </h3>
78
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
79
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
80
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
81
+ <p>The Users may not use the Platform if they are not competent to contract or are disqualified from
82
+ doing so by any other applicable law, rule or regulation currently in force.</p>
83
+ <h3> CONTENT </h3>
84
+ <p>All text, graphics, User interfaces, visual interfaces, photographs, trademarks, logos, brand names,
85
+ descriptions, sounds, music and artwork (collectively, ‘Content’), is generated/provided by Platform
86
+ and the Platform have control over it and assures a reasonable quality, the accuracy, integrity or
87
+ genuineness of products sold on the Platform.</p>
88
+ <p>All the Content displayed on the Platform is subject to copyright and shall not be reused by any
89
+ party (or a third party) without the prior written consent of the Firm and the copyright owner.</p>
90
+ <p>The Users are solely responsible for the integrity, authenticity, quality and genuineness of the
91
+ feedback and comments by Users can be made via the Platform, the Platform bears no liability
92
+ whatsoever for any feedback or comments made by the Users or made in respect of any of the content
93
+ on the Platform. Further, the Platform reserves its right to suspend the account of any User for an
94
+ indefinite period to be decided at the discretion of the Platform or to terminate the account of any
95
+ User who is found to have created or shared or submitted any Content or part thereof that is found
96
+ to be untrue/inaccurate/misleading or offensive/vulgar. The User shall be solely responsible for
97
+ making good any financial or legal losses incurred through the creation/sharing/submission of
98
+ Content or part thereof that is deemed to be untrue/inaccurate/misleading.</p>
99
+ <p>The Users have a personal, non-exclusive, non-transferable, revocable, limited privilege to access
100
+ the Content on the Platform. Users shall not copy, adapt, and modify any content without written
101
+ permission of the Firm.</p>
102
+ <h3> TERM </h3>
103
+ <p>1. These Terms shall continue to form a valid and binding contract between the Parties and shall
104
+ continue to be in full force and effect until the User continues to access and use the Platforms.
105
+ </p>
106
+ <p>2. The Users may terminate their use of the Platform at any time.</p>
107
+ <p>3. The Firm may terminate these Terms and close a User’s account at any time without notice and/or
108
+ suspend or terminate a User’s access to the Platform at any time and for any reason, if any
109
+ discrepancy or legal issue arises.</p>
110
+ <p>4. Such suspension or termination shall not limit our right to take any other action against you that
111
+ the Firm considers appropriate.</p>
112
+ <p>5. It is also hereby declared that the Firm may discontinue the Services and Platforms without any
113
+ prior notice.</p>
114
+ <h3> AMENDMENT AND TERMINATION </h3>
115
+ <p>1. The Firm reserves the right, in its sole discretion, to unilaterally to either amend, limit or
116
+ terminate the User’s access to the Platform, or any portion or wholly thereof, at any time, without
117
+ notice or cause.</p>
118
+ <p>2.The Platform also reserves the universal right to deny part or in entirety, the access to
119
+ particular Users or any such Users with similar IP, to any/all of are on its Platform without any
120
+ prior notice/explanation in order to protect the interests of the Platform and/or other visitors to
121
+ the Platform.</p>
122
+ <p>The Platform reserves the right to limit, deny or create different access to the Platform and its
123
+ features with respect to different Users, or to change any of the features or introduce new features
124
+ without prior notice.</p>
125
+ <p>The User shall continue to be bound by these Terms, and it is expressly agreed to by the Parties that
126
+ the User shall not have the right to terminate these Terms till the expiry of the same.</p>
127
+ <p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
128
+ Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
129
+ the Firm and/or any of its representatives at any time. User can report to care@{{page.companyName}}.{{page.domain}} if they
130
+ find any discrepancy with regard to Platform or content-related information and the Firm will take
131
+ necessary action after an investigation. The response with resolution (if any issues found) shall be
132
+ dependent on the time is taken for investigation. The User expressly agrees that notwithstanding
133
+ anything contained hereinabove, it may be contacted by the Firm or any representatives relating to
134
+ any Product purchased by the User on the Platform or anything pursuant thereto and the Users agrees
135
+ to indemnify the Firm from any and all harassment claims. It is expressly agreed to by the Parties
136
+ that any information shared by the User with the Firm shall be governed by the Privacy Policy.</p>
137
+ <h3> USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT </h3>
138
+ <p>The Client agrees and acknowledges that they are a restricted user of this Platform and that they:
139
+ </p>
140
+ <p>1. Agree to provide genuine credentials during the process of registration on the Platform. You shall
141
+ not use a fictitious identity to register. The Firm is not liable if the User has provided incorrect
142
+ information.</p>
143
+ <p>2.Agree to ensure the Name, Email address, Address, Mobile number and any such other information
144
+ provided during account registration is valid at all times and shall keep your information accurate
145
+ and up-to-date. The User can update their details anytime through accessing their profile on the
146
+ platform.</p>
147
+ <p>3.Agree that they are solely responsible for maintaining the confidentiality of your account
148
+ password. You agree to notify us immediately of any unauthorized use of your account. Firm reserves
149
+ the right to close your account at any time for any or no reason.</p>
150
+ <p>4. Understand and acknowledge that the data submitted is manually entered into the database of the
151
+ Platform. The User also acknowledges the fact that data so entered into the database is for the
152
+ purpose of easy and ready reference for the User, and to streamline the Services through the
153
+ Platform.</p>
154
+ <p>5. Authorize the Platform to use, store or otherwise process certain personal information and all
155
+ published Content, Client responses, Client locations, User comments, reviews and ratings for
156
+ personalization of Services, marketing and promotional purposes and for optimisation of User-related
157
+ options and Services</p>
158
+ <p>6. Understand and agree that, to the fullest extent permissible by law, the Platform/Firm and their
159
+ successors and assigns, or any of their affiliates or their respective officers, directors,
160
+ employees, agents, licensors, representatives, operational service providers, advertisers or
161
+ suppliers shall not be liable for any loss or damage, of any kind, direct or indirect, in connection
162
+ with or arising from use of the Platform or from this terms of use, including, but not limited to,
163
+ compensatory, consequential, incidental, indirect, special or punitive damages.</p>
164
+ <p>7. Are bound not to cut, copy, modify, recreate, reverse engineer, distribute, disseminate, post,
165
+ publish or create derivative works from, transfer, or sell any information or obtained from the
166
+ Platform. Any such use/limited use of the Platform will only be allowed with the prior express
167
+ written permission of the Firm.</p>
168
+ <p>Agree not to access (or attempt to access) the Platform and/or the materials or Services by any means
169
+ other than through the interface provided by the Platform. The use of deep-link, robot, spider or
170
+ other automatic devices, program, algorithm or methodology, or any similar or equivalent manual
171
+ process, to access, acquire, copy or monitor any portion of the Platform or its content, or in any
172
+ way reproduce or circumvent the navigational structure or presentation of the Platform, materials or
173
+ any content, or to obtain or attempt to obtain any materials, documents or information through any
174
+ means not specifically made available through the Platform will lead to suspension or termination of
175
+ the User’s access to the Platform. The User acknowledges and agrees that by accessing or using the
176
+ Platform or any of the Services provided therein, it may be exposed to content that it may consider
177
+ offensive, indecent or otherwise objectionable. The Firm disclaims any and all liabilities arising
178
+ in relation to such offensive content on the Platform.</p>
179
+ <p>Expressly agree and acknowledge that the Content generated by the User and displayed on the Platform
180
+ is not owned by the Firm and that the Firm is in no way responsible for the content of the same. The
181
+ User may, however, report any offensive or objectionable content, which the Firm may then remove
182
+ from the Platform, at its sole discretion</p>
183
+ <p>Expressly consents to follow the terms and conditions, and policies of the Vendor affiliated with the
184
+ Firm from whom the Users are utilizing services.</p>
185
+ <h3> The User further undertakes not to: </h3>
186
+ <p>1. Engage in any activity that interferes with or disrupts access to the Platform or the Services
187
+ provided therein (or the servers and networks which are connected to the Platform).</p>
188
+ <p>2. Impersonate any person or entity, or falsely state or otherwise misrepresent his/her affiliation
189
+ with a person or entity.</p>
190
+ <p>3. Probe, scan or test the vulnerability of the Platform or any network connected to the Platform,
191
+ nor breach the security or authentication measures on the Platform or any network connected to the
192
+ Platform. The User may not reverse look-up, trace or seek to trace any information relating to any
193
+ other User of, or visitor to, the Platform, or any other viewer of the Platform, including any User
194
+ account maintained on the Platform not operated/managed by the User, or exploit the Platform or
195
+ information made available or offered by or through the Platform, in any manner.</p>
196
+ <p>4. Disrupt or interfere with the security of, or otherwise cause harm to, the Platform, systems
197
+ resources, accounts, passwords, servers or networks connected to or accessible through the Platform
198
+ or any affiliated or linked Platforms.</p>
199
+ <p>5. Use the Platform or any material or content therein for any purpose that is unlawful or prohibited
200
+ by these Terms, or to solicit the performance of any illegal activity or other activity which
201
+ infringes the rights of this Platform or any other third party (s).</p>
202
+ <p>6. Violate any code of conduct or guideline which may be applicable for or to any particular service
203
+ offered on the Platform.</p>
204
+ <p>7. Violate any applicable laws, rules or regulations currently in force within or outside India.</p>
205
+ <p>8. Violate any portion of these Terms or the Privacy Policy, including but not limited to any
206
+ applicable additional terms of the Platform contained herein or elsewhere, whether made by
207
+ amendment, modification, or otherwise.</p>
208
+ <p>9. Commit any act that causes the Firm to lose (in whole or in part) the Services of its Internet
209
+ Establishment (ISP) or in any manner disrupts the Services of any other supplier/service provider of
210
+ the Firm/Platform.</p>
211
+ <p>10. Further:The User hereby expressly authorizes the Firm/Platform to disclose any and all
212
+ information relating to the User in the possession of the Firm/Platform to law enforcement or other
213
+ government officials, as the Firm may in its sole discretion, believe necessary or appropriate in
214
+ connection with the investigation and/or resolution of possible crimes, especially those involve
215
+ personal injury and theft/infringement of intellectual property. The User further understands that
216
+ the Firm/Platform might be directed to disclose any information (including the identity of persons
217
+ providing information or materials on the Platform) as necessary to satisfy any judicial Order, law,
218
+ regulation or valid governmental request.</p>
219
+ <p>11. By indicating User's acceptance to purchase any product or service offered on the site, the user
220
+ is obligated to complete such transactions after making payment. Users shall prohibit from
221
+ indicating their acceptance to avail services where the transactions have remained incomplete.</p>
222
+ <p>12. The User agrees to use the services provided by the Firm, its affiliates, consultants and
223
+ contracted companies, for lawful purposes only.</p>
224
+ <p>13. The User agrees not to make any bulk purchase to indulge in any resale activities. In case of any
225
+ such instances, the Firm reserves all rights to cancel the current and future orders and block the
226
+ concerned User account.</p>
227
+ <p>14. The User agrees to provide authentic and true information. The Firm reserves the right to
228
+ validate the information and other details provided by the User at any point of time. If upon such
229
+ User details are found to be false, not to be true (wholly or partly), the Firm shall in its sole
230
+ discretion reject the registration and debar the User from using the Services available on its
231
+ Website, and/or other affiliated websites without prior intimation whatsoever.</p>
232
+ <p>15. The User agrees not to post any material on the website that is defamatory, offensive, obscene,
233
+ indecent, abusive, or needlessly distressful, or advertising any goods or services. More
234
+ specifically, the User agrees not to host, display, upload, update, publish, modify, transmit, or in
235
+ any manner share any information that:</p>
236
+ <p>1. belongs to another person and to which the User has no right to.</p>
237
+ <p>2. is grossly harmful, harassing, blasphemous, defamatory, obscene, pornographic, paedophilic,
238
+ libellous, invasive of another's privacy, hateful, or racially, ethnically objectionable,
239
+ disparaging, relating or encouraging money laundering or gambling, or otherwise unlawful in any
240
+ manner whatever.</p>
241
+ <p>3.is in any way harmful to minors.</p>
242
+ <p>4.infringes any patent, trademark, copyright or other proprietary rights.</p>
243
+ <p>5.violates any law for the time being in force.</p>
244
+ <p>6.deceives or misleads the addressee about the origin of such messages or communicates any
245
+ information which is grossly offensive or menacing in nature.</p>
246
+ <p>7. Abuse, harass, threaten, defame, disillusion, erode, abrogate, demean or otherwise violate the
247
+ legal rights of others.</p>
248
+ <p>8. Impersonate any person or entity, or falsely state or otherwise misrepresent Your affiliation with
249
+ a person or entity.</p>
250
+ <p>9. Publish, post, disseminate, any information which is grossly harmful, harassing, blasphemous,
251
+ defamatory, obscene, pornographic, paedophilic, libellous, invasive of another's privacy, hateful,
252
+ or racially, ethnically objectionable, disparaging, relating or encouraging money laundering or
253
+ gambling, or otherwise unlawful in any manner whatever or unlawfully threatening or unlawfully
254
+ harassing including but not limited to indecent 'representation of women' within the meaning of the
255
+ Indecent Representation of Women (Prohibition) Act, 1986;</p>
256
+ <p>10. Threatens the unity, integrity, defence, security or sovereignty of India, friendly relations
257
+ with foreign states, or public order or causes incitement to the commission of any cognizable
258
+ offence or prevents investigation of any offence or is insulting any other nation.</p>
259
+ <h3> SUSPENSION OF USER ACCESS AND ACTIVITY </h3>
260
+ <p>Notwithstanding other legal remedies that may be available, the Firm may in its sole discretion,
261
+ limit the User’s access and/or activity by immediately removing the User’s access credentials either
262
+ temporarily or indefinitely, or suspend/terminate the User’s association with the Platform, and/or
263
+ refuse to usage of the Platform to the User, without being required to provide the User with notice
264
+ or cause:</p>
265
+ <p>1. If the User is in breach any of these Terms or the Policy.</p>
266
+ <p>2. If the User has provided wrong, inaccurate, incomplete or incorrect information.</p>
267
+ <h3> If the User’s actions may cause any harm, damage or loss to the other Users or to the Firm, at the
268
+ sole discretion of the Firm. </h3>
269
+ <h3> INDEMNITY </h3>
270
+ <p>The Users of this Platform agree to indemnify, defend and hold harmless the Firm/Platform, and their
271
+ respective directors, officers, employees and agents (collectively, 'Parties'), from and against any
272
+ and all losses, liabilities, claims, damages, demands, costs and expenses (including legal fees and
273
+ disbursements in connection therewith and interest chargeable thereon) asserted against or incurred
274
+ by us that arise out of, result from, or maybe payable by virtue of, any breach or non-performance
275
+ of any representation, warranty, covenant or agreement made or obligation to be performed pursuant
276
+ to these terms of use. Further, the User agrees to hold the Firm/Platform harmless against any
277
+ claims made by any third party due to, or arising out of, or in connection with:</p>
278
+ <p>1. User’s use of the Platform.</p>
279
+ <p>2. User’s violation of these Terms and Conditions.</p>
280
+ <p>3. User’s violation of any rights of another.</p>
281
+ <p>4. User’s alleged improper conduct pursuant to these Services.</p>
282
+ <p>5. User’s conduct in connection with the Platform.</p>
283
+ <p>User agrees to fully cooperate in indemnifying the Firm and the Platform at the user’s expense. The
284
+ user also agrees not to reach a settlement with any party without the consent of the Firm.</p>
285
+ <p>In no event shall the Firm/Platform be liable to compensate the User or any third party for any
286
+ special, incidental, indirect, consequential or punitive damages whatsoever, including those
287
+ resulting from loss of use, data or profits, whether or not foreseeable, and whether or not the
288
+ Firm/ Platform had been advised of the possibility of such damages, or based on any theory of
289
+ liability, including breach of contract or warranty, negligence or other tortuous action, or any
290
+ other claim arising out of or in connection with the User’s use of or access to the Platform and/or
291
+ the Services or materials contained therein.</p>
292
+ <h3> LIMITATION OF LIABILITY </h3>
293
+ <p>1. The Founders/ Promoters/ Partners/ Associated people of the Firm/Platform are not responsible for
294
+ any consequences arising out of the following events:</p>
295
+ <p>. If the Platform is inoperative/non-responsive due to any connectivity errors associated with the
296
+ internet connection such as but not limited to slow connectivity, no connectivity, server failure.
297
+ </p>
298
+ <p>. If the User has fed incorrect information or data or for any deletion of data.</p>
299
+ <p>. If there is any deficiency or defect in the Services managed by Us.</p>
300
+ <p>. If there is a failure in the functioning of any other service provided by the Platform.</p>
301
+ <p>2. The Platform accepts no liability for any errors or omissions, on behalf of itself, or for any
302
+ damage caused to the User, the User’s belongings, or to any third party, resulting from the use or
303
+ misuse of the Platform or any service availed of by the User through the Platform. The service and
304
+ any Content or material displayed on the service is provided without any guarantees, conditions or
305
+ warranties as to its accuracy, suitability, completeness or reliability. The Platform will not be
306
+ liable to you for the unavailability or failure of the Platform.</p>
307
+ <p>3. Users are to comply with all laws applicable to them or to their activities, and with all
308
+ Policies, which are hereby incorporated into this Agreement by reference.</p>
309
+ <p>4.The Platform expressly excludes any liability for any loss or damage that was not reasonably
310
+ foreseeable by the Platform and which is incurred by you in connection with the Platform, including
311
+ loss of profits; and any loss or damage incurred by you as a result of your breach of these terms.
312
+ </p>
313
+ <p>5. To the fullest extent permitted by law, the Platform shall not be liable to you or any other party
314
+ for any loss or damage, regardless of the form of action or basis of any claim. You acknowledge and
315
+ agree that your sole and exclusive remedy for any dispute with us is to terminate your use of the
316
+ Platform</p>
317
+ <p>Unless expressly agreed to in writing, nothing contained herein shall give the User a right to use
318
+ any of the Platform’s, trademarks, service marks, logos, domain names, information, questions,
319
+ answers, solutions, reports and other distinctive brand features, save according to the provisions
320
+ of these Terms. All logos, trademarks, brand names, service marks, domain names, including material,
321
+ designs, and graphics created by and developed by the Platform and other distinctive brand features
322
+ of the Platform are the property of the Firm or the respective copyright or trademark owner.
323
+ Furthermore, with respect to the Platform created by the Firm, the Firm shall be the exclusive owner
324
+ of all the designs, graphics and the like, related to the Platform.</p>
325
+ <h3> INTELLECTUAL PROPERTY RIGHTS </h3>
326
+ <p>The User may not use any of the intellectual property displayed on the Platform in any manner that is
327
+ likely to cause confusion among existing or prospective Users of the Platform, or that in any manner
328
+ disparages or discredits the Firm/Platform, to be determined in the sole discretion of the Firm.</p>
329
+ <p>1. The User agrees and undertakes that they are accessing the Platform at their sole risk and are
330
+ that they are using their best and prudent judgment before availing any service listed on the
331
+ Platform or accessing/using any information displayed thereon.</p>
332
+ <h3> DISCLAIMER OF WARRANTIES AND LIABILITIES </h3>
333
+ <p>2. The User agrees that any kind of information, resources, activities, recommendations
334
+ obtained/availed from Platform, written or oral, will not create any warranty and the Platform
335
+ disclaims all liabilities resulting from these.</p>
336
+ <p>3. The Firm/Platform does not guarantee that the Services contained in the Platform will be
337
+ uninterrupted or error-free, or that the Platform or its server will be free of viruses or other
338
+ harmful components, and the User hereby expressly accepts any and all associated risks involved with
339
+ the User’s use of the Platform.</p>
340
+ <p>It is further agreed to by the Parties that the contents of this Section shall survive even after the
341
+ termination or expiry of the Terms and/or Policy.</p>
342
+ <p>Neither the Firm nor the Platform shall be liable for damages for any delay or failure to perform its
343
+ obligations hereunder if such delay or failure is due to cause beyond its control or without its
344
+ fault or negligence, due to Force Majeure events including but not limited to acts of war, acts of
345
+ God, earthquake, riot, fire, festive activities sabotage, labour shortage or dispute, internet
346
+ interruption, technical failure, breakage of sea cable, hacking, piracy, cheating, illegal or
347
+ unauthorized.</p>
348
+ <h3> FORCE MAJEURE </h3>
349
+ <p>It is expressly agreed to by the Parties hereto that the formation, interpretation and performance of
350
+ these Terms and any disputes arising therefrom will be resolved through a two-step Alternate Dispute
351
+ Resolution (“ADR”) mechanism. It is further agreed to by the Parties that the contents of this
352
+ Section shall survive even after the termination or expiry of the Terms and/or Policy.</p>
353
+ <h3> DISPUTE RESOLUTION AND JURISDICTION </h3>
354
+ <p>1. <b>Mediation:</b>In case of any dispute between the parties, the Parties will attempt to resolve
355
+ the same amicably amongst themselves, to the mutual satisfaction of all Parties. In the event that
356
+ the Parties are unable to reach such an amicable solution within thirty (30) days of one Party
357
+ communicating the existence of a dispute to any other Party, the dispute will be resolved by
358
+ arbitration, as detailed hereinbelow;</p>
359
+ <p>1. <b>Arbitration::</b>In the event that the Parties are unable to amicably resolve a dispute by
360
+ mediation, said dispute will be referred to arbitration by a sole arbitrator to be appointed by the
361
+ Firm, and the award passed by such sole arbitrator will be valid and binding on all Parties. The
362
+ Parties shall bear their own costs for the proceedings, although the sole arbitrator may, in his/her
363
+ sole discretion, direct either Party to bear the entire cost of the proceedings. The arbitration
364
+ shall be conducted in English, and the seat of Arbitration shall be Delhi, India.</p>
365
+ <p>The Parties expressly agree that the Terms of Use, Privacy Policy and any other agreements entered
366
+ into between the Parties are governed by the laws, rules and regulations of India</p>
367
+ <p>Any and all communication relating to any dispute or grievance experienced by the User may be
368
+ communicated to the Firm by the User by emailing to care@{{page.companyName}}.{{page.domain}}.</p>
369
+ <h3> NOTICES </h3>
370
+ <h3> MISCELLANEOUS PROVISIONS </h3>
371
+ <p>1. <b>Entire Agreement:</b> These Terms, read with the Policy, form the complete and final contract
372
+ between the User and the Firm with respect to the subject matter hereof and supersedes all other
373
+ communications, representations and agreements (whether oral, written or otherwise) relating
374
+ thereto.</p>
375
+ <p>2. <b>Waiver:</b>The failure of either Party at any time to require performance of any provision of
376
+ these Terms shall in no manner affect such Party's right at a later time to enforce the same. No
377
+ waiver by either party of any breach of these Terms, whether by conduct or otherwise, in any one or
378
+ more instances, shall be deemed to be or construed as a further or continuing waiver of any such
379
+ breach, or a waiver of any other breach of these Terms.</b> </p>
380
+ <p>3. <b>Severability:</b> If any provision/clause of these Terms is held to be invalid, illegal or
381
+ unenforceable by any court or authority of competent jurisdiction, the validity, legality and
382
+ enforceability of the remaining provisions/clauses of these Terms shall in no way be affected or
383
+ impaired thereby, and each such provision/clause of these Terms shall be valid and enforceable to
384
+ the fullest extent permitted by law. In such case, these Terms shall be reformed to the minimum
385
+ extent necessary to correct any invalidity, illegality or unenforceability, while preserving to the
386
+ maximum extent the original rights, intentions and commercial expectations of the Parties hereto, as
387
+ expressed herein.</p>
388
+ <p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform, or
389
+ your experience with the Service provided by the Platform, you can contact us at care@{{page.companyName}}.{{page.domain}}.
390
+ </p>
391
+ </div>
392
+ <div>
393
+ </div>
394
+ <div>
395
+ {{content}}
396
+ </div>
397
+ </div>
398
+ {% include footer/index.html %}
399
+ {% include script.html %}
400
+ </body>
401
+
402
+ </html>
data/assets/bulb.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M19 39v-1h-.538c-.255 0-.462-.224-.462-.5s.207-.5.462-.5H19v-2h10v2h.538c.255 0 .462.224.462.5s-.207.5-.462.5H29v1h.538c.255 0 .462.224.462.5s-.207.5-.462.5H29s-1.429 3-5 3c-3.571 0-5-3-5-3h-.538c-.255 0-.462-.224-.462-.5s.207-.5.462-.5H19zm1 0h8v-1h-8v1zm.17 1c.186.262.41.524.673.769C21.672 41.542 22.707 42 24 42s2.328-.458 3.157-1.231c.263-.245.487-.507.672-.769h-7.658zM20 37h8v-1h-8v1zM16.136 7.82a.5.5 0 0 1 .899-.44l1.56 3.2a.5.5 0 0 1-.898.44l-1.561-3.2zm14.049-.44a.5.5 0 0 1 .899.44l-1.561 3.2a.5.5 0 1 1-.9-.44l1.562-3.2zM23.11 6a.5.5 0 1 1 1 0v3.2a.5.5 0 1 1-1 0V6zm-12.346 5.95a.5.5 0 0 1 .716-.7l2.341 2.4a.5.5 0 1 1-.715.7l-2.342-2.4zm-2.888 5.734a.5.5 0 1 1 .248-.968l3.122.8a.5.5 0 1 1-.248.968l-3.122-.8zm31.87 0l-3.122.8a.5.5 0 0 1-.248-.968l3.122-.8a.5.5 0 0 1 .248.968zm-4.006-6.433a.5.5 0 1 1 .715.698l-2.341 2.4a.5.5 0 1 1-.716-.698l2.342-2.4zM18.8 34c0-5.5-4.8-5.5-4.8-12.571C14 16.397 18.477 12 24 12s10 4.397 10 9.429C34 28.5 29.2 28.5 29.2 34H18.8zm9.445-1c.167-1.75.813-3.018 2.113-4.72l.447-.583C32.393 25.617 33 24.16 33 21.429 33 16.899 28.917 13 24 13s-9 3.9-9 8.429c0 2.731.607 4.188 2.195 6.268l.447.583c1.3 1.702 1.946 2.97 2.113 4.72h8.49zm-6.876-17.067a.5.5 0 0 1 .355.934c-1.807.686-3.238 2.17-3.886 4.035a.5.5 0 0 1-.944-.329c.744-2.142 2.39-3.85 4.475-4.64z"/></svg>
data/assets/cloud.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M25 32v8h-1v-8H13.826C9.504 32 6 28.395 6 23.948c0-2.367.993-4.496 2.573-5.969a8.292 8.292 0 0 1-.225-1.927C8.348 11.605 11.852 8 16.174 8c2.56 0 4.833 1.265 6.26 3.22a7.65 7.65 0 0 1 4.696-1.61c2.85 0 5.345 1.568 6.713 3.91 4.575.439 8.157 4.4 8.157 9.22 0 5.114-4.03 9.26-9 9.26h-8zm0-1h8c4.412 0 8-3.692 8-8.26 0-4.28-3.165-7.833-7.252-8.224l-.51-.049-.258-.442c-1.23-2.105-3.431-3.415-5.85-3.415a6.648 6.648 0 0 0-4.084 1.401l-.813.629-.606-.83C20.343 10.05 18.343 9 16.174 9c-3.764 0-6.826 3.151-6.826 7.052 0 .578.067 1.145.198 1.695l.135.566-.426.398A7.135 7.135 0 0 0 7 23.948C7 27.85 10.063 31 13.826 31H24V20l-4.75 4.75-.75-.75 6-6 6 6-.75.75L25 20v11z"/></svg>
data/assets/cross.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
2
+ <path
3
+ d="M6.692 6L10.5 9.808l-.692.692L6 6.692 2.192 10.5 1.5 9.808 5.308 6 1.5 2.192l.692-.692L6 5.308 9.808 1.5l.692.692z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1,481 @@
1
+ /**********************************************/
2
+ /***************BLOG-CSS-STYLING *************/
3
+ /********************************************/
4
+
5
+ html {
6
+ scroll-behavior: smooth;
7
+ font-size: 62.5%;
8
+ }
9
+ body {
10
+ font-family: 'Open Sans', sans-serif !important;
11
+ }
12
+ a {
13
+ text-decoration: none !important;
14
+ }
15
+ img {
16
+ width: 100%;
17
+ }
18
+
19
+ .section_post {
20
+ margin-top: 100px;
21
+ }
22
+
23
+ /* logo styling */
24
+ .logo {
25
+ width: 50px;
26
+ border-radius: 50%;
27
+ }
28
+
29
+ header {
30
+ width: 100%;
31
+ position: relative;
32
+ }
33
+ .navbar {
34
+ width: 100%;
35
+ padding: 1.2rem 9% !important;
36
+ position: fixed;
37
+ top: 0;
38
+ left: 0;
39
+ z-index: 999;
40
+ }
41
+ .navbar-nav {
42
+ align-items: center;
43
+ }
44
+ .navbar-brand {
45
+ font-size: 2.2rem;
46
+ color: var(--txtColor) !important;
47
+ font-weight: 900;
48
+ }
49
+ .navbar-brand-image {
50
+ width: 80%;
51
+ display: inline-block;
52
+ max-width: 40px;
53
+ }
54
+ .navbar-dark .navbar-toggler {
55
+ outline: none !important;
56
+ }
57
+ .navbar-nav .nav-item {
58
+ padding: 0 10px;
59
+ }
60
+ .navbar-nav .nav-link:hover {
61
+ color: var(--txtColor) !important;
62
+ transition: all 0.2s linear;
63
+ -webkit-transition: all 0.2s linear;
64
+ -moz-transition: all 0.2s linear;
65
+ }
66
+ .nav-link {
67
+ text-decoration: none !important;
68
+ font-size: 16px;
69
+ color: gray !important;
70
+ }
71
+ /* close */
72
+
73
+ /* blogs-card title, content styling */
74
+ .anchor_link {
75
+ text-decoration: none !important;
76
+ color: #343a40 !important;
77
+ }
78
+ .anchor_link:hover {
79
+ transition: all 0.5s linear;
80
+ color: #000 !important;
81
+ }
82
+ .anchor_link .card-title {
83
+ font-weight: 600;
84
+ font-size: 22px;
85
+ line-height: 1.3;
86
+ }
87
+ .text_size {
88
+ color: rgba(0, 0, 0, 0.44);
89
+ font-size: 15px;
90
+ line-height: 1.6;
91
+ font-weight: 400;
92
+ }
93
+ /* close */
94
+
95
+ /* Blog-card-footer styling */
96
+ .card-footer {
97
+ border: none;
98
+ }
99
+ .wrapfooter {
100
+ display: flex;
101
+ align-items: center;
102
+ margin-bottom: 15px;
103
+ }
104
+ .wrapfooter img {
105
+ width: 35px;
106
+ height: 35px;
107
+ border-radius: 50%;
108
+ }
109
+ .wrapfooter .author-meta {
110
+ flex: 1 1 auto;
111
+ padding: 0 15px;
112
+ }
113
+ .wrapfooter .author-meta a {
114
+ font-size: 15px;
115
+ color: #000;
116
+ text-transform: capitalize;
117
+ }
118
+ .wrapfooter .span.post-read-more {
119
+ align-items: center;
120
+ display: inline-block;
121
+ margin-top: 8px;
122
+ }
123
+ .post-date {
124
+ color: rgba(0, 0, 0, 0.44);
125
+ font-size: 13px;
126
+ }
127
+ /* close */
128
+
129
+ /* BLOG-Categories stlying */
130
+ .explore {
131
+ color: #fff;
132
+ margin-bottom: 100px;
133
+ margin-top: 60px;
134
+ width: 100%;
135
+ background: repeating-linear-gradient(
136
+ 45deg,
137
+ rgb(27, 27, 27) 0px,
138
+ rgb(27, 27, 27) 97px,
139
+ rgb(24, 24, 24) 97px,
140
+ rgb(24, 24, 24) 194px,
141
+ rgb(20, 20, 20) 194px,
142
+ rgb(20, 20, 20) 291px
143
+ );
144
+ height: 250px;
145
+ align-items: center;
146
+ display: flex;
147
+ justify-content: space-around;
148
+ }
149
+ .explore ul {
150
+ display: flex;
151
+ list-style: none;
152
+ flex-wrap: wrap;
153
+ }
154
+ .cat {
155
+ display: inline-block;
156
+ padding: 5px 10px;
157
+ text-decoration: none !important;
158
+ color: #000 !important;
159
+ font-weight: 600;
160
+ font-size: 12px;
161
+ background: #fff;
162
+ border-radius: 15px;
163
+ margin: 0 15px;
164
+ }
165
+ /* close */
166
+
167
+ /* BLOG-alertbar stlying */
168
+ .alertbar {
169
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
170
+ position: fixed;
171
+ bottom: 0;
172
+ left: 0;
173
+ background-color: #fff;
174
+ width: 100%;
175
+ padding: 14px 0;
176
+ z-index: 1;
177
+ }
178
+ .alertbar form {
179
+ display: inline-block;
180
+ }
181
+ .alertbar input[type='email'] {
182
+ font-size: 0.85rem;
183
+ padding: 3px 40px 3px 10px;
184
+ border-top-left-radius: 3px;
185
+ border-bottom-left-radius: 3px;
186
+ border: 1px solid #ddd;
187
+ border-right: 0;
188
+ margin-right: -10px;
189
+ height: 34px;
190
+ letter-spacing: 0.5px;
191
+ margin-left: 5px;
192
+ outline: 0;
193
+ }
194
+ .alertbar input[type='submit'] {
195
+ background-color: #1c9963;
196
+ border: 1px solid #1c9963;
197
+ color: #fff;
198
+ fill: #fff;
199
+ font-size: 12px;
200
+ border-radius: 0;
201
+ padding: 4px 10px;
202
+ border-top-right-radius: 3px;
203
+ border-bottom-right-radius: 3px;
204
+ font-weight: 600;
205
+ height: 34px;
206
+ letter-spacing: 0.5px;
207
+ cursor: pointer;
208
+ }
209
+ /* close */
210
+
211
+ /* Blog-Pages-Pagination stlying*/
212
+ .blog-pagination a,
213
+ .blog-pagination span {
214
+ padding: 7px 10px;
215
+ margin-left: -2px;
216
+ margin-right: -2px;
217
+ background-color: #ffffff;
218
+ display: inline-block;
219
+ text-decoration: none;
220
+ }
221
+
222
+ .blog-pagination a:hover {
223
+ background-color: #f1f1f1;
224
+ color: #333;
225
+ }
226
+
227
+ .blog-pagination {
228
+ text-align: center;
229
+ font-size: 14px;
230
+ }
231
+
232
+ /* BLOG-Categories-PAGes styling */
233
+ .section-title h2 {
234
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
235
+ font-weight: 700;
236
+ font-size: 1.5rem;
237
+ margin-bottom: 27px;
238
+ }
239
+ .section-title span {
240
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
241
+ display: inline-block;
242
+ padding-bottom: 20px;
243
+ margin-bottom: -1px;
244
+ }
245
+
246
+ /***************************************************************/
247
+ /********************** post-layouts-styling *******************/
248
+ /***************************************************************/
249
+
250
+ /* left-sidebar-social-styling */
251
+ .post-content {
252
+ font-size: 20px;
253
+ }
254
+
255
+ .socialIons {
256
+ position: sticky;
257
+ top: 100px;
258
+ }
259
+ .socialIons > .item-lists2 {
260
+ display: flex;
261
+ flex-direction: column;
262
+ width: 100%;
263
+ }
264
+ .socialIons > .item-lists2 > li {
265
+ list-style: none;
266
+ padding: 8px 0px;
267
+ margin: 0 auto;
268
+ }
269
+ .socialIons .item-lists2 li a {
270
+ color: rgba(95, 21, 21, 0.44);
271
+ fill: rgba(0, 0, 0, 0.44);
272
+ font-size: 15px;
273
+ cursor: pointer;
274
+ text-decoration: none !important;
275
+ }
276
+ .socialIons > .item-lists2 > li i {
277
+ font-size: 18px;
278
+ color: rgba(0, 0, 0, 0.44);
279
+ fill: rgba(0, 0, 0, 0.44);
280
+ }
281
+ .sep {
282
+ height: 1px;
283
+ width: 20px;
284
+ background: #999;
285
+ margin: 3px auto;
286
+ }
287
+ .comments-count {
288
+ margin: 18px 25px;
289
+ text-align: center;
290
+ }
291
+ .comment_count {
292
+ font-size: 12px;
293
+ color: rgba(95, 21, 21, 0.44) !important;
294
+ fill: rgba(0, 0, 0, 0.44);
295
+ text-decoration: none !important;
296
+ }
297
+ /* close */
298
+
299
+ /* right-sidebar-styling-starts */
300
+ /* author bio styling.. */
301
+ .author_image .author-thumb {
302
+ width: 60px;
303
+ height: 60px;
304
+ object-fit: cover;
305
+ }
306
+ .author-meta .postName {
307
+ font-size: 18px !important;
308
+ color: rgba(0, 0, 0, 0.8) !important;
309
+ text-decoration: none !important;
310
+ font-family: 'Merriweather', serif;
311
+ }
312
+ .btn_follow {
313
+ margin-left: 5px;
314
+ margin-bottom: 10px;
315
+ border-color: #02b875;
316
+ color: #1c9963 !important;
317
+ padding: 3px 10px;
318
+ text-align: center;
319
+ border-radius: 999em;
320
+ font-size: 1.5rem;
321
+ display: inline-block;
322
+ border: 1px solid;
323
+ }
324
+ .author_bio {
325
+ font-family: 'Merriweather', serif;
326
+ color: rgba(0, 0, 0, 0.44);
327
+ font-size: 13px;
328
+ line-height: 20px;
329
+ }
330
+ /* close */
331
+
332
+ /* pagination-styling-postpages */
333
+ .pointerup i.fa {
334
+ color: #eaeaea;
335
+ }
336
+ .pointerup {
337
+ margin-bottom: -9px;
338
+ margin-left: 49%;
339
+ font-size: 30px;
340
+ }
341
+ .bottompagination span.navigation {
342
+ display: block;
343
+ font-size: 0.93rem;
344
+ padding: 15px 0 0 0;
345
+ text-align: center;
346
+ margin-bottom: 0rem;
347
+ color: #999;
348
+ border-top: 1px solid #ddd;
349
+ }
350
+ .pagination {
351
+ display: -ms-flexbox;
352
+ display: flex;
353
+ padding-left: 0;
354
+ list-style: none;
355
+ border-radius: 0.25rem;
356
+ display: block;
357
+ color: green;
358
+ font-size: 15px;
359
+ margin-bottom: 30px;
360
+ }
361
+ .pageUrl {
362
+ color: green;
363
+ font-size: 12px;
364
+ font-weight: 900;
365
+ text-decoration: none;
366
+ margin-right: 10px;
367
+ }
368
+ .pageUrl:hover {
369
+ text-decoration: none;
370
+ color: green;
371
+ }
372
+ .lunrsearchresult {
373
+ font-size: 15px;
374
+ }
375
+ .lunrsearchresult .title {
376
+ color: #d9230f;
377
+ }
378
+ .lunrsearchresult .url {
379
+ color: silver;
380
+ }
381
+ .lunrsearchresult a {
382
+ display: block;
383
+ color: #777;
384
+ }
385
+
386
+ .lunrsearchresult:hover,
387
+ .lunrsearchresult:focus {
388
+ text-decoration: none;
389
+ }
390
+
391
+ .lunrsearchresult:hover .title {
392
+ text-decoration: underline;
393
+ }
394
+
395
+ .close {
396
+ float: right;
397
+ font-size: 2rem;
398
+ font-weight: 700;
399
+ line-height: 1;
400
+ color: #000;
401
+ text-shadow: 0 1px 0 #fff;
402
+ opacity: 0.5;
403
+ border: none;
404
+ background: transparent;
405
+ }
406
+ .close:focus {
407
+ outline: none !important;
408
+ }
409
+
410
+ /* recent post heading stlye */
411
+ .recent_post_heading {
412
+ width: 100%;
413
+ font-size: 46px;
414
+ text-align: left;
415
+ font-weight: 800;
416
+ font-stretch: normal;
417
+ font-style: normal;
418
+ line-height: 1.24;
419
+ letter-spacing: normal;
420
+ color: rgb(17, 48, 78);
421
+ margin-bottom: 45px;
422
+ padding-top: 75px;
423
+ display: inline-block;
424
+ }
425
+
426
+ @media (max-width: 768px) {
427
+ .bd-search {
428
+ padding: 10px 25px;
429
+ }
430
+ }
431
+
432
+ @media (max-width: 768px) {
433
+ .navbar-nav {
434
+ align-items: unset;
435
+ }
436
+ .nav-item {
437
+ padding: 0 !important;
438
+ }
439
+ .socialIons > .item-lists2 {
440
+ flex-direction: row;
441
+ align-items: center;
442
+ }
443
+ .socialIons > .item-lists2 > li {
444
+ padding-right: 30px;
445
+ margin: 0;
446
+ }
447
+ .sep {
448
+ margin: 0;
449
+ }
450
+ .author-meta {
451
+ padding-left: 15px;
452
+ }
453
+ .comments-count {
454
+ margin: 18px 0;
455
+ text-align: left;
456
+ }
457
+
458
+ .navbar {
459
+ padding-left: 7% !important;
460
+ padding-right: 7% !important;
461
+ }
462
+ .title,
463
+ .description {
464
+ width: 100% !important;
465
+ text-align: center;
466
+ }
467
+ .angle-arrow {
468
+ position: fixed;
469
+ bottom: 4px;
470
+ right: 32px;
471
+ top: auto;
472
+ z-index: 999;
473
+ }
474
+ .alertbar form {
475
+ display: block;
476
+ margin-top: 10px;
477
+ }
478
+ .small_description {
479
+ font-size: 25px;
480
+ }
481
+ }