-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms-condition.php
477 lines (433 loc) · 22.5 KB
/
terms-condition.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hollyhock Software Development Company | Projects Masonry</title>
<!-- Stylesheets -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body class="hidden-bar-wrapper">
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- End Preloader -->
<!-- Header Style One -->
<header class="main-header header-style-one">
<!-- Header Lower -->
<div class="header-lower">
<div class="auto-container px-0">
<div class="inner-container clearfix">
<!-- Logo Box -->
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="assets/images/logo.png" alt=""
title=""></a></div>
</div>
<!-- Nav Outer -->
<div class="nav-outer clearfix">
<!-- Mobile Navigation Toggler -->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu"></span></div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="about.html">About</a></li>
<li class="dropdown mega-menu"><a href="#">Services</a>
<ul>
<li class="title">Mobile app development</li>
<li><a href="iphone-app-development.html">iPhone App Development</a>
</li>
<li><a href="android-app-development.html">ANDROID APP DEVELOPMENT</a>
</li>
<li><a href="xamarin-app-development.html">XAMARIN APP DEVELOPMENT</a>
</li>
<li><a href="window-app-development.html">WINDOW APP DEVELOPMENT</a>
</li>
<li><a href="react-native-app-development.html">REACT APP
DEVELOPMENT</a></li>
<li class="all-servies"><a href="services.html">View All Services</a></li>
</ul>
</li>
<li class="current"><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<div class="outer-box clearfix">
<!-- Phone Box -->
<div class="phone-box">
<div class="box-inner">
<span class="icon fa fa-phone"></span>
<a href="tel:+91 997-105-6466"><i>Call :</i> +91 997-105-6466</a>
</div>
</div>
<!-- End Phone Box -->
<!-- Button Box -->
<div class="button-box">
<a href="#" class="theme-btn btn-style-one"><span class="txt">Get Started <i
class="fa fa-angle-right"></i></span></a>
</div>
<!-- End Button Box -->
</div>
</div>
</div>
</div>
</div>
<!-- End Header Lower -->
<!-- Sticky Header -->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" title=""><img src="assets/images/logo-small.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="pull-right">
<!-- Main Menu -->
<nav class="main-menu">
<!--Keep This Empty / Menu will come through Javascript-->
</nav>
<!-- Main Menu End-->
<!-- Mobile Navigation Toggler -->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu-1"></span></div>
</div>
</div>
</div><!-- End Sticky Menu -->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon flaticon-multiply"></span></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="assets/images/logo-small.png" alt=""
title=""></a></div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
</nav>
</div><!-- End Mobile Menu -->
</header>
<!-- End Main Header -->
<!-- Page Title -->
<section class="page-title style-two">
<div class="pattern-layer-one" style="background-image: url(assets/images/background/pattern-18.png)"></div>
<div class="cloud-layer" style="background-image: url(assets/images/background/pattern-19.png)"></div>
<div class="big-letter">Terms</div>
<div class="auto-container">
<div class="row clearfix">
<!-- Title Column -->
<div class="title-column col-lg-12 col-md-12 col-sm-12">
<div class="inner-column">
<h1>Terms & Conditions</h1>
<ul class="page-breadcrumb">
<li><a href="index.html">Home</a></li>
<li>Terms & Conditions</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Page Title -->
<section class="faq-section-two">
<div class="auto-container">
<div class="legal-policy">
<h2><b>Interpretation and Definitions</b></h2>
<h3><b>Interpretation</b></h3>
<p>The words of which the initial letter is capitalized have meanings defined under the following
conditions. The following definitions shall have the same meaning regardless of whether they
appear in singular or plural.</p>
<h3><b>Definitions</b></h3>
<p>For these Terms and Conditions:</p>
<ul>
<li><b>Affiliate</b> means an entity controlled by or under common control with a party, where
"control" means ownership of 50% or more of the shares, equity interest, or other securities
entitled to vote for the election of directors other managing authority.</li>
<li><b>Country</b> refers to Uttar Pradesh, India.</li>
<li><b>Company</b> (referred to as either "the Company," "We," "Us," or "Our" in this Agreement)
refers to hollyhock Software, BSI, Business Park, H-15, Sector 63, Noida Uttar Pradesh,
India, 201301.</li>
<li><b>Device</b> means any device that can access the Service, such as a computer, a cellphone,
or a digital tablet.</li>
<li><b>Service</b> refers to the Website.</li>
<li><b>Terms and Conditions</b> (also referred to as "Terms") mean these Terms and Conditions
that form the entire agreement between You and the Company regarding the Service's use. This
Terms and Conditions agreement has been created with the help of the Terms and Conditions
Generator.</li>
<li><b>Third-party Social Media Service</b> means any services or content (including data,
information, products, or services) provided by a third-party that may be displayed,
included, or made available by the Service.</li>
<li><b>Website</b> refers to hollyhock Software, accessible from <a
href="https://hollyhocksoftware.com/">https://hollyhocksoftware.com/</a>.</li>
<li><b>You</b> means the individual accessing or using the Service, or the company, or other
legal entity on behalf of which such individual is accessing or using the Service, as
applicable.</li>
</ul>
<h2><b>Acknowledgment</b></h2>
<p>These are the Terms and Conditions governing this Service's use and the agreement that operates
between You and the Company. These Terms and Conditions set out the rights and obligations of
all users regarding the Service's use. <br>Your access to and use of the Service is conditioned
on Your acceptance of and compliance with these Terms and Conditions. These Terms and Conditions
apply to all visitors, users, and others who access or use the Service. <br> By accessing or
using the Service, You agree to be bound by these Terms and Conditions. If You disagree with any
part of these Terms and Conditions, then You may not access the Service. <br>You represent that
you are over the age of 18. The Company does not permit those under 18 to use the Service.
<br>Your access to and use of the Service is also conditioned on Your acceptance of and
compliance with the Company's Privacy Policy. Our Privacy Policy describes Our policies and
procedures on collecting, using, and disclosing your personal information when You use the
Application or the Website and tells You about Your privacy rights and how the law protects You.
Please read Our Privacy Policy carefully before using Our Service.
</p>
<h3><b>Links to Other Websites</b></h3>
<p>Our Service may contain links to third-party websites or services that the Company is not owned
or controlled. <br>The Company has no control over and assumes no responsibility for the
content, privacy policies, or practices of any third-party websites or services. You further
acknowledge and agree that the Company shall not be responsible or liable, directly or
indirectly, for any damage or loss caused or alleged to be caused by or in connection with the
use of or reliance on any such content, goods, or services available on or through any such web
sites or services. <br>We strongly advise You to read the terms and conditions and privacy
policies of any third-party websites or services you visit.</p>
<h3><b>Termination</b></h3>
<p>We may terminate or suspend Your access immediately, without prior notice or liability, for any
reason, including without limitation, if You breach these Terms and Conditions. <br>Upon
termination, Your right to use the Service will cease immediately.</p>
<h3><b>Limitation of Liability</b></h3>
<p>Notwithstanding any damages that You might incur, the entire liability of the Company and any of
its suppliers under any provision of this Terms and Your exclusive remedy for all of the
foregoing shall be limited to the amount actually paid by You through the Service or 100 USD if
You haven't purchased anything through the Service. <br>To the maximum extent permitted by
applicable law, in no event shall the Company or its suppliers be liable for any special,
incidental, indirect, or consequential damages whatsoever (including, but not limited to,
damages for loss of profits, loss of data, or other information, for business interruption, for
personal injury, loss of privacy arising out of or in any way related to the use of or inability
to use the Service, third-party software and/or third-party hardware used with the Service, or
otherwise in connection with any provision of this Terms), even if the Company or any supplier
has been advised of the possibility of such damages and even if the remedy fails of its
essential purpose. <br>Some states do not exclude implied warranties or limitation of liability
for incidental or consequential damages, which means that some of the above limitations may not
apply. In these states, each party's liability will be limited to the greatest extent permitted
by law.</p>
<h3><b>"AS IS" and "AS AVAILABLE" Disclaimer</b></h3>
<p>The Service is provided to You "AS IS" and "AS AVAILABLE" and all faults and defects without any
warranty. To the maximum extent permitted under applicable law, the Company, on its own behalf
and behalf of its Affiliates and its and their respective licensors and service providers,
expressly disclaims all warranties, whether express, implied, statutory, or otherwise,
concerning the Service, including all implied warranties of merchantability, fitness for a
particular purpose, title and non-infringement, and warranties that may arise out of course of
dealing, course of performance, usage or trade practice. Without limitation to the foregoing,
the Company provides no warranty or undertaking, and makes no representation of any kind that
the Service will meet Your requirements, achieve any intended results, be compatible or work
with any other software, applications, systems or services, operate without interruption, meet
any performance or reliability standards or be error-free or that any errors or defects can or
will be corrected. <br>Without limiting the foregoing, neither the Company nor any of the
Company's provider makes any representation or warranty of any kind, express or implied: <br>As
to the Service's operation or availability, or the information, content, and materials or
products included therein. <br>That the Service will be uninterrupted or error-free.</p>
<ul style="list-style: square;">
<li>1. As to the accuracy, reliability, or currency of any information or content
provided through the Service.</li>
<li>2. That the Service, its servers, the content, or e-mails sent from or on behalf of
the Company are free of viruses, scripts, trojan horses, worms, malware, timebombs,
or other harmful components.</li>
</ul>
<p>Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on a
consumer's applicable statutory rights, so some or all of the above exclusions and limitations
may not apply to You. But in such a case, the exclusions and limitations set forth in this
section shall be applied to the greatest extent enforceable under applicable law.</p>
<h3><b>Governing Law</b></h3>
<p>The laws of the Country, excluding its conflicts of law rules, shall govern this Terms and Your
use of the Service. Your use of the Application may also be subject to other local, state,
national, or international laws.</p>
<h3><b>Disputes Resolution</b></h3>
<p>If You have any concern or dispute about the Service, You agree to try to resolve the dispute
informally by contacting the Company.</p>
<h3><b>For European Union (EU) Users</b></h3>
<p>If You are a European Union consumer, you will benefit from any mandatory provisions of the
country's law in which you are resident.</p>
<h3><b>The United States Legal Compliance</b></h3>
<p>You represent and warrant that (i) You are not located in a country that is subject to the United
States government embargo, or the United States government has designated that as a "terrorist
supporting" country, and (ii) You are not listed on any United States government list of
prohibited or restricted parties.</p>
<h3><b>Severability and Waiver</b></h3>
<h4><b>Severability</b></h4>
<p>Suppose any provision of these Terms is held to be unenforceable or invalid. In that case, such
provision will be changed and interpreted to accomplish the objectives of such provision to the
greatest extent possible under applicable law. The remaining provisions will continue in full
force and effect.</p>
<h4><b>Waiver</b></h4>
<p>Except as provided herein, the failure to exercise a right or to require performance of an
obligation under this Terms shall not affect a party's ability to exercise such right or require
such performance at any time thereafter, nor shall be the waiver of a breach constitute a waiver
of any subsequent breach.</p>
<h3><b>Translation Interpretation</b></h3>
<p>These Terms and Conditions may have been translated if We have made them available to You on our
Service. You agree that the original English text shall prevail in the case of a dispute.</p>
<h3><b>Changes to These Terms and Conditions</b></h3>
<p>At Our sole discretion, we reserve the right to modify or replace these Terms at any time. If a
revision is material, We will make reasonable efforts to provide at least 30 days' notice before
any new terms taking effect. What constitutes a material change will be determined at Our sole
discretion. By continuing to access or use Our Service after those revisions become effective,
You agree to be bound by the revised terms. If You do not agree to the new terms, please stop
using the Website and the Service in whole or in part.</p>
<h3><b>Contact Us</b></h3>
<p>If you have any questions about this Cookies Policy, You can contact us:</p>
<ul style="list-style: square;">
<li>By Email: [email protected]</li>
<li>By visiting this page on our Website: <a href="https://hollyhocksoftware.com/">
https://hollyhocksoftware.com/</a></li>
<li>By Phone No.: +91 997-105-6466</li>
<li>By Address: Sector 62, Noida, 201309 Uttar pradesh
</li>
</ul>
</div>
</div>
</section>
<!-- Main Footer -->
<footer class="main-footer">
<div class="auto-container">
<!-- Widgets Section -->
<div class="widgets-section">
<div class="row clearfix">
<!-- Left Column -->
<div class="left-column col-lg-7 col-md-12 col-sm-12">
<div class="inner-column">
<div class="upper-box">
<div class="box-inner">
<div class="logo">
<a href="index.html"><img src="assets/images/logo-icon.png" alt="" /></a>
</div>
<div class="text">
Hollyhock is a leading, highly innovative software company, web development
and technology provider, established to provide leading edge intelligent
technical solutions and consulting services to businesses, organizations and
government.
</div>
</div>
</div>
<div class="lower-box">
<div class="row clearfix">
<!-- Column -->
<div class="column col-lg-4 col-md-4 col-sm-12">
<ul class="nav-list">
<li><a href="#">Company</a></li>
<li><a href="#">Latest News</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Expert Team</a></li>
<li><a href="#">Clients Say</a></li>
</ul>
</div>
<!-- Column -->
<div class="column col-lg-4 col-md-4 col-sm-12">
<ul class="nav-list">
<li><a href="#">Web Design</a></li>
<li><a href="#">SEO Optimizations</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Business Analysis</a></li>
<li><a href="#">Market Research</a></li>
</ul>
</div>
<!-- Column -->
<div class="column col-lg-4 col-md-4 col-sm-12">
<ul class="nav-list">
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Help Center</a></li>
<li><a href="faq.html">FAQ's</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-condition.html">Terms & Conditions </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Right Column -->
<div class="right-column col-lg-5 col-md-12 col-sm-12">
<div class="inner-column">
<h2>
<span>We are Ready to</span> Help You. Feel Free to Contact
</h2>
<ul class="list-style-one">
<li><span class="icon flaticon-email"></span> [email protected]</li>
<li><span class="icon flaticon-telephone"></span> Call : +91 9971056466</li>
<li><span class="icon flaticon-map"></span>Sector 62, Noida, 201309 Uttar pradesh
</li>
</ul>
<!-- Social Box -->
<ul class="social-box">
<li><a href="https://www.facebook.com/people/Hollyhock-Software-Pvt-Ltd/100089356020340/"
target="_blank" class="fa fa-facebook-f"></a></li>
<li><a href="https://twitter.com/HollyhockNoida" target="_blank"
class="fa fa-twitter"></a></li>
<li><a href="https://www.linkedin.com/company/hollyhocksoftware" target="_blank"
class="fa fa-linkedin"></a></li>
<li><a href="https://www.instagram.com/hollyhock_software/" target="_blank"
class="fa fa-instagram"></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="copyright">© 2023 <a href="#">Hollyhock Software Pvt. Ltd.</a> All
rights reserved</div>
</div>
</div>
</footer>
<!-- End Main Footer -->
</div>
<!-- End PageWrapper -->
<!-- Search Popup -->
<div class="search-popup">
<button class="close-search style-two"><span class="flaticon-cancel-1"></span></button>
<button class="close-search"><span class="flaticon-up-arrow"></span></button>
<form method="post" action="blog.html">
<div class="form-group">
<input type="search" name="search-field" value="" placeholder="Search Here" required="">
<button type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</div>
<!-- End Header Search -->
<!-- Scroll To Top -->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-up"></span></div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/js/jquery.fancybox.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/tilt.jquery.min.js"></script>
<script src="assets/js/jquery.paroller.min.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/isotope.js"></script>
<script src="assets/js/mixitup.js"></script>
<script src="assets/js/nav-tool.js"></script>
<script src="assets/js/jquery-ui.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>