暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
  8. <link rel="stylesheet" href="./all.css">
  9. <title>Terms & Conditions | Anwi</title>
  10. <style>
  11. .error {
  12. color: red;
  13. }
  14. .myaccount-content .account-details-form .single-input-item.partner_form label {
  15. font-size: 16px;
  16. }
  17. .partner-details-form button {
  18. border: none;
  19. background-color: #0A1039;
  20. text-transform: uppercase;
  21. font-weight: 600;
  22. padding: 9px 25px;
  23. color: #fff;
  24. font-size: 13px;
  25. }
  26. .form-control {
  27. line-height: 2;
  28. }
  29. button:hover {
  30. background-color: #1f2226 !important;
  31. color: #fff !important;
  32. }
  33. .pageloader {
  34. position: fixed;
  35. top: 50%;
  36. left: 50%;
  37. z-index: 10;
  38. padding: 1em 2.5em;
  39. /* background: #fff; */
  40. /* border: 1px solid #fff; */
  41. border-radius: 4px;
  42. color: #222;
  43. font-size: 16px;
  44. text-align: center;
  45. cursor: pointer;
  46. opacity: 0;
  47. visibility: hidden;
  48. transition: .2s ease-in-out;
  49. transform: translate(-50%, -50%);
  50. }
  51. .pageloader.is_open {
  52. opacity: 1 !important;
  53. visibility: visible !important;
  54. }
  55. #pageloader {
  56. display: block;
  57. background: rgb(255 255 255 / 0%);
  58. }
  59. #pageloader img {
  60. left: 50%;
  61. margin-left: -32px;
  62. margin-top: -32px;
  63. position: absolute;
  64. top: 50%;
  65. }
  66. .overlay_effect.is_open {
  67. opacity: 1 !important;
  68. visibility: visible !important;
  69. transform: scale(1) !important;
  70. }
  71. .overlay_effect {
  72. position: fixed;
  73. top: 0;
  74. left: 0;
  75. z-index: 2;
  76. width: 100%;
  77. height: 100%;
  78. background: rgb(0 0 0 / 25%);
  79. opacity: 0;
  80. visibility: hidden;
  81. transition: .3s linear;
  82. transform: scale(.2);
  83. }
  84. .partner_shadow {
  85. box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  86. }
  87. .partner_border {
  88. border: 1px solid #d2c4c4;
  89. }
  90. </style>
  91. </head>
  92. <body>
  93. <!-- navbar -->
  94. <div id="navbar-head"></div>
  95. <!-- end-navbar -->
  96. <!-- main-body -->
  97. <main class="main-body home-main-container">
  98. <section class="">
  99. <div class="container my-5">
  100. <div class="top-banner-heading">
  101. <h1 class="heading-h1 text-center m-0">Privacy Policy</h1>
  102. </div>
  103. <div class="privacy-content-wrapper mb-5">
  104. <section class="purpose-section section-margin-top">
  105. <h1 class="heading-h1">Purpose</h1>
  106. <p>Anwi Systems Privacy Policy refers to our commitment to treat information of employees, customers,
  107. stakeholders and other interested parties with the utmost care and confidentiality.
  108. </p>
  109. <p>With this policy, we ensure that we gather, store and handle data fairly, transparently and
  110. with respect towards individual rights.</p>
  111. </section>
  112. <section class="scope-section section-margin-top">
  113. <h1 class="heading-h1">Scope</h1>
  114. <p>This policy refers to all parties (employees, job candidates, customers, suppliers etc.) who
  115. provide any amount of information to Anwi Systems.</p>
  116. <p>This Privacy Policy applies to Anwi Systems Private Limited website and that link to it. It also applies
  117. to the products and services provided by Anwi Systems Private Limited through these websites, our mobile
  118. applications, and applications posted by Anwi Systems Private Limited on Anwi Systems Private Limited's online
  119. marketplace and in other third-party online marketplaces. This Privacy Policy does not apply
  120. to any of our websites, products or services that have a separate privacy policy.</p>
  121. </section>
  122. <section class="policy-section section-margin-top">
  123. <h1 class="heading-h1">Policy</h1>
  124. <h5>This Privacy Policy is divided into three parts:</h5>
  125. <div class="info-biz-collects py-3">
  126. <h5 class="mb-3">A) Information Anwi Systems Private Limited collects and controls</h5>
  127. <dl>
  128. <dt>What information Anwi Systems Private Limited collects</dt>
  129. <dd class="ml-4 mt-3">A) Information Anwi Systems Private Limited collects and controls:
  130. What information Anwi Systems Private Limited collects
  131. We collect information about you only if we need the information for some legitimate
  132. purpose.
  133. Anwi Systems Private Limited will have information about you only if (a) you have provided the
  134. information
  135. yourself, (b) Anwi Systems Private Limited has automatically collected the information, or (c)
  136. Anwi Systems Private Limited
  137. has obtained the information from a third party. Below we describe the various
  138. scenarios that fall
  139. under each of those three categories and the information collected in each one.</dd>
  140. </dl>
  141. <div class="info-list-wrapper">
  142. <h5 class="mb-3"><u>Information that you provide us</u></h5>
  143. <ol class="info-list ml-4">
  144. <li><span>Account signup: </span> i. When you sign up for an account to access one
  145. or more of our services,
  146. we ask for information like your name, contact number, email address, company
  147. name and country to complete
  148. the account signup process. You'll also be required to choose a unique username
  149. and a password for accessing
  150. the created account. You may also provide us with more information such as your
  151. photo, time zone and language,
  152. but we don't require that information to sign up for an account. After signing
  153. up, you will have the option of
  154. choosing a security question and an answer to the security question - if you
  155. provide these, they will be used
  156. only while resetting your password.
  157. </li>
  158. <li><span>Event registrations and other form submissions:</span> ii. We record
  159. information that you submit when you (i) register
  160. for any event, including webinars or seminars, (ii) subscribe to our newsletter
  161. or any other mailing list, (iii) submit
  162. a form in order to download any product, whitepaper, or other materials, (iv)
  163. participate in contests or respond to surveys,
  164. or (v) submit a form to request customer support or to contact Anwi Systems Private Limited
  165. for any other purpose.</li>
  166. <li><span>Payment processing: </span>iii.When you buy something from us, we ask you
  167. to provide your name, contact information, and credit card information or other
  168. payment account information. When you submit your card information, we store the
  169. name and address of the cardholder, the expiry date and the last four digits of
  170. the credit card number. We do not store the actual credit card number. For quick
  171. processing of future payments, if you have given us your approval, we may store
  172. your credit card information or other payment information in an encrypted format
  173. in the secured servers of our Payment Gateway Service Providers.</li>
  174. <li><span>Testimonials: </span>When you authorize us to post testimonials about our
  175. products and services on websites, we may include your name and other personal
  176. information in the testimonial. You will be given an opportunity to review and
  177. approve the testimonial before we post it. If you wish to update or delete your
  178. testimonial, you can contact us at <a href="mailto:privacy@anwisystems.in">privacy@anwisystems.in</a></li>
  179. <li><span>Interactions with Anwi Systems Private Limited: </span>We may record, analyze and use
  180. your
  181. interactions with us, including email, telephone, and chat conversations with
  182. our
  183. sales and customer support professionals, for improving our interactions with
  184. you
  185. and other customers.</li>
  186. </ol>
  187. </div>
  188. <div class="info-list-wrapper">
  189. <h5 class="mb-3"><u>Information that you provide us</u></h5>
  190. <ol class="info-list ml-4">
  191. <li><span>Information from browsers, devices, and servers: </span> When you visit
  192. our websites,
  193. we collect information that web browsers, mobile devices and servers make
  194. available, such
  195. as the internet protocol address, browser type, language] preference, time zone,
  196. referring
  197. URL, date and time of access, operating system, mobile device manufacturer and
  198. mobile network
  199. information. We include these in our log files to understand more about visitors
  200. to our websites.
  201. </li>
  202. <li><span>Information from first party cookies and tracking technologies:
  203. </span>We use temporary and permanent cookies to identify users of our services
  204. and to enhance
  205. user experience. We embed unique identifiers in our downloadable products to
  206. track usage of the
  207. products. We also use cookies, beacons, tags, scripts, and other similar
  208. technologies to identify
  209. visitors, track website navigation, gather demographic information about
  210. visitors and users,
  211. understand email campaign effectiveness and for targeted visitor and user
  212. engagement by tracking
  213. your activities on our websites. We only use first-party cookies and do not use
  214. third-party cookies
  215. or other third-party tracking technologies on our websites. You can learn more
  216. about the cookies used
  217. on our websites <a href="cookie-policy.html">here</a></li>
  218. <li><span>Information from application logs and mobile analytics: </span>We collect
  219. information about your
  220. use of our products, services and mobile applications from application logs and
  221. in-house usage analytics
  222. tools and use it to understand how your business use and needs can improve our
  223. products. This information
  224. includes clicks, scrolls, features accessed, access time and frequency, errors
  225. generated, performance data,
  226. storage utilized, user settings and configurations, and devices used to access
  227. and their locations.</li>
  228. </ol>
  229. </div>
  230. <div class="info-list-wrapper">
  231. <h5 class="mb-3"><u>Information that we collect from third parties</u></h5>
  232. <ol class="info-list ml-4">
  233. <li><span>Signups using federated authentication service providers: </span>You can
  234. log in to Anwi Systems Private Limited
  235. Services using supported federated authentication service providers such as
  236. LinkedIn, Microsoft and Google.
  237. These services will authenticate your identity and give you the option to share
  238. certain personal information
  239. with us, such as your name and email address.
  240. </li>
  241. <li><span>Referrals: </span> If someone has referred any of our products or services
  242. to you through any of our
  243. referral programs, that person may have provided us your name, email address and
  244. other personal information.
  245. You may contact us at <a href="mailto:privacy@anwisystems.in">privacy@anwisystems.in</a>
  246. to request that we remove
  247. your information from our database. If you provide us information about another
  248. person, or if another person
  249. gives us your information, we will only use that information for the specific
  250. reason for which it was provided
  251. to us </li>
  252. <li><span>Information from our reselling channel partners and service providers:
  253. </span> If you contact any of our reselling channel partners, or otherwise
  254. express interest in any of our products
  255. or services to them, the reselling partner may pass your name, email address,
  256. company name and other information to
  257. Anwi Systems Private Limited. If you register for or attend an event that is sponsored by
  258. Anwi Systems Private Limited, the event organizer may
  259. share your information with us. Anwi Systems Private Limited may also receive information
  260. about you from review sites if you comment
  261. on any review of our products and services, and from other third-party service
  262. providers that we engage for marketing our
  263. products and services.</li>
  264. <li><span>Information from social media sites and other publicly available sources:
  265. </span>When you interact or engage with us on social media sites such as
  266. Facebook, Twitter, Google<sup>+</sup> and Instagram through
  267. posts, comments, questions, and other interactions, we may collect such publicly
  268. available information, including profile
  269. information, to allow us to connect with you, improve our products, or better
  270. understand user reactions and issues. We
  271. must tell you that once collected, this information may remain with us even if
  272. you delete it from the social media sites.
  273. Anwi Systems Private Limited may also add and update information about you, from other
  274. publicly available sources.</li>
  275. </ol>
  276. </div>
  277. <div class="info-list-wrapper">
  278. <h5 class="mb-3"><u>Purposes for using information</u></h5>
  279. <p class="ml-3">In addition to the purposes mentioned above, we may use
  280. your information for the following purposes:</p>
  281. <ol class="info-list ml-4">
  282. <li>
  283. To communicate with you (such as through email) about products that you have
  284. downloaded and services that you have signed up for, changes to this Privacy
  285. Policy,
  286. changes to the Terms of Service, or important notices.
  287. </li>
  288. <li>To keep you posted on new products and services, upcoming events, offers,
  289. promotions
  290. and other information that we think will be of interest to you.</li>
  291. <li>To ask you to participate in surveys, or to solicit feedback on our products and
  292. services.</li>
  293. <li>To set up and maintain your account, and to do all other things required for
  294. providing our
  295. services, such as enabling collaboration, providing website and mail hosting,
  296. and backing up
  297. and restoring your data.</li>
  298. <li>To understand how users use our products and services, to monitor and prevent
  299. problems, and to
  300. improve our products and services.</li>
  301. <li>To provide customer support, and to analyze and improve our interactions with
  302. customers.</li>
  303. <li>To detect and prevent fraudulent transactions and other illegal activities, to
  304. report spam,
  305. and to protect the rights and interests of Anwi Systems Private Limited, Anwi Systems Private Limited's
  306. users, third
  307. parties and the public.</li>
  308. <li>To update, expand and analyze our records, identify new customers, and provide
  309. products and
  310. services that may be of your interest.</li>
  311. <li>To analyze trends, administer our websites, and track visitor navigations on our
  312. websites to
  313. understand what visitors are looking for and to better help.</li>
  314. <li>To monitor and improve marketing campaigns and make suggestions relevant to the
  315. user.</li>
  316. </ol>
  317. </div>
  318. <div class="info-list-wrapper">
  319. <h5 class="mb-3"><u>Legal bases for collecting and using information</u></h5>
  320. <ol class="info-list list-unstyled ml-4">
  321. <li><span>Legal processing bases applicable to Anwi Systems Private Limited: </span>Our legal
  322. basis for
  323. information collection and use depends on the personal information concerned and
  324. the context in which we collect it. Most of our information collection and
  325. processing activities are typically based on (i) contractual necessity, (ii) one
  326. or more legitimate interests of Anwi Systems Private Limited or a third party that are not
  327. overridden by your data protection interests, or (iii) your consent. Sometimes,
  328. we may be legally required to collect your information, or may need your
  329. personal information to protect your vital interests or those of another person.
  330. </li>
  331. <li><span>Withdrawal of consent: </span>Where we rely on your consent as the legal
  332. basis, you have the right to withdraw your consent at any time, but this will
  333. not affect any processing that has already taken place.</li>
  334. <li><span>Legitimate interests notice: </span>Where we rely on legitimate interests
  335. as the legal basis and those legitimate interests are not specified above, we
  336. will clearly explain to you what those legitimate interests are at the time that
  337. we collect your information.</li>
  338. </ol>
  339. </div>
  340. <div class="info-list-wrapper">
  341. <h5 class="mb-3"><u>Your option or choice in information usage</u></h5>
  342. <ol class="info-list ml-4">
  343. <li><span>Opt out of non-essential electronic communications: </span>You may opt out
  344. of receiving newsletters and other non-essential messages by using the
  345. 'unsubscribe' function included in all such messages. However, you will continue
  346. to receive notices and essential transactional emails.</li>
  347. <li><span>Disable cookies: </span>You can disable browser cookies before visiting
  348. our websites. However, if you do so, you may not be able to use certain features
  349. of the websites properly.</li>
  350. <li><span>Optional information: </span>You can choose not to provide optional
  351. profile information such as your photo. You can also delete or change your
  352. optional profile information. You can always choose not to fill in non-mandatory
  353. fields when you submit any form linked to our websites.</li>
  354. </ol>
  355. </div>
  356. <div class="info-list-wrapper">
  357. <h5 class="mb-3"><u>Purposes for using information</u></h5>
  358. <p class="ml-3">All Anwi Systems Private Limited group entities listed <a href="#">here</a> have
  359. access to the information covered in Part A. We do not sell any personal
  360. information. We share your information only in the ways that are described in this
  361. Privacy Policy, and only with parties who adopt appropriate confidentiality and
  362. security measures.</p>
  363. <ol class="info-list ml-4">
  364. <li><span>Employees and contractors: </span>Employees and contractors of all Anwi Systems
  365. Limited group entities have access to the information covered in Part (a) on a
  366. need-to-know basis. We require all employees and contractors of Anwi Systems Private Limited
  367. group entities to follow this Privacy Policy for personal information that is
  368. shared with them.</li>
  369. <li><span>Third-party service providers: </span>We may need to share your personal
  370. information and aggregated or de-identified information with third-party service
  371. providers that we engage, such as marketing and advertising partners, event
  372. organizers, web analytics providers and payment processors. These service
  373. providers are authorized to use your personal information only as necessary to
  374. provide these services to us.</li>
  375. <li><span>Domain registrars: </span>When you register a domain through Anwi Systems
  376. Limited from domain name registrars, we share your name and contact information
  377. such as your physical address, email address and phone number with them as per
  378. the domain registration rules.</li>
  379. <li><span>Reselling Channel partners: </span>We may share your personal information
  380. with our authorized reselling channel partners in your region, solely for the
  381. purpose of contacting you about products that you have downloaded or services
  382. that you have signed up for. We will give you an option to opt out of continuing
  383. to work with that partner.</li>
  384. <li><span>Third-Party application developers: </span>When you install or purchase
  385. any application developed using Anwi Systems Private Limited's APIs that is posted on Anwi Systems
  386. Limited's online marketplace, your name and email address will be shared with
  387. the developer of the application, so they may engage with you directly as the
  388. provider of that application or service. Anwi Systems Private Limited does not control the
  389. use of your personal information by the developers, which will be based on their
  390. own privacy policies.</li>
  391. </ol>
  392. </div>
  393. <div class="info-list-wrapper">
  394. <h5 class="mb-3"><u>Your rights with respect to information we hold about you as a
  395. controller</u></h5>
  396. <p class="ml-3">You have the following rights with
  397. respect to
  398. information that Anwi Systems Private Limited holds about you. Anwi Systems Private Limited undertakes to
  399. provide you the same
  400. rights no matter where you choose to live.</p>
  401. <ol class="info-list ml-4">
  402. <li><span>Right to access: </span>You have the right to access (and obtain a copy
  403. of, if required) the categories of personal information that we hold about you,
  404. including the information's source, purpose and period of processing, and the
  405. persons to whom the information is shared.
  406. </li>
  407. <li><span>Right to rectification: </span>You have the right to update the
  408. information we hold about you or to rectify any inaccuracies. Based on the
  409. purpose for which we use your information, you can instruct us to add
  410. supplemental information about you in our database.</li>
  411. <li><span>Right to erasure: </span>You have the right to request that we delete your
  412. personal information in certain circumstances, such as when it is no longer
  413. necessary for the purpose for which it was originally collected.</li>
  414. <li><span>Right to restriction of processing: </span>You may also have the right to
  415. request to restrict the use of your information in certain circumstances, such
  416. as when you have objected to our use of your data, but we need to verify whether
  417. we have overriding legitimate grounds to use it.</li>
  418. <li><span>Right to data portability: </span>You have the right to transfer your
  419. information to a third party in a structured, commonly used, and
  420. machine-readable format, in circumstances where the information is processed
  421. with your consent or by automated means.</li>
  422. <li><span>Right to object: </span>You have the right to object to the use of your
  423. information in certain circumstances, such as the use of your personal
  424. information for direct marketing.</li>
  425. <li><span>Right to complain: </span>You have the right to complain to the
  426. appropriate supervisory authority if you have any grievance against the way we
  427. collect, use or share your information. This right may not be available to you
  428. if there is no supervisory authority dealing with data protection in your
  429. country.</li>
  430. </ol>
  431. </div>
  432. <div class="info-list-wrapper">
  433. <h5 class="mb-3"><u>Retention of information</u></h5>
  434. <p class="ml-3">We retain your personal information for as long as it is required for
  435. the purposes stated in this Privacy Policy. Sometimes, we may retain your
  436. information for longer periods as permitted or required by law, such as to maintain
  437. suppression lists, prevent abuse, if required in connection with a legal claim or
  438. proceeding, to enforce our agreements, for tax, accounting, or to comply with other
  439. legal obligations. When we no longer have a legitimate need to process your
  440. information, we will delete or anonymize your information from our active databases.
  441. We will also securely store the information and isolate it from further processing
  442. on backup discs until deletion is possible.</p>
  443. </div>
  444. </div>
  445. <div class="info-biz-process py-3">
  446. <h5 class="mb-3">B) Information that Anwi Systems Private Limited processes on your behalf
  447. </h5>
  448. <div class="info-list-wrapper">
  449. <h5 class="mb-3"><u>Information entrusted to Anwi Systems Private Limited and purpose</u></h5>
  450. <ol class="info-list ml-4">
  451. <li><span>Information shared in connection with services: </span>You may entrust
  452. information that you or your organization ("you") control, to Anwi Systems Private Limited in
  453. connection with use of our services or for requesting technical support for our
  454. products. This includes information regarding your customers and your employees
  455. (if you are a controller) or data that you hold and use on behalf of another
  456. person for a specific purpose, such as a customer to whom you provide services
  457. (if you are a processor). The data may either be stored on our servers when you
  458. use our services or transferred or shared to us as part of a request for
  459. technical support or other services.
  460. </li>
  461. <li><span>Information from mobile devices: </span>When you elect to allow it, some
  462. of our mobile applications have access to the camera, call history, contact
  463. information, photo library, and other information stored on your mobile device.
  464. Our applications require such access to provide their services. Similarly, when
  465. you elect to provide access, location-based information is also collected for
  466. purposes including, but not limited to, locating nearby contacts or setting
  467. location-based reminders. This information will be exclusively shared with our
  468. mapping providers and will be used only for mapping user locations. You may
  469. disable the mobile applications' access to this information at any time by
  470. editing the settings on your mobile device. The data stored on your mobile
  471. device and their location information to which the mobile applications have
  472. access will be used in the context of the mobile application and transferred to
  473. and associated with your account in the corresponding services (in which case
  474. the data will be stored on our servers) or products (in which case the data will
  475. remain with you unless you share it with us).</li>
  476. </ol>
  477. </div>
  478. <div class="info-list-wrapper">
  479. <h5 class="mb-3"><u>Ownership and controlling of your service data</u></h5>
  480. <p class="ml-3">We recognize that you own your service data. We provide you complete
  481. control of your service data by providing you the ability to (i) access your service
  482. data, (ii) share your service data through supported third-party integrations, and
  483. (iii) request export or deletion of your service data.</p>
  484. <ul class="info-list list-unstyled ml-4">
  485. <li>
  486. <h5><u>How we use service data</u></h5>
  487. <p>We process your service data when you provide us instructions through the
  488. various modules of our services. For example, when you generate an invoice,
  489. information such as the name and address of your customer will be used to
  490. generate the invoice; and when you use our campaign management service for
  491. email marketing, the email addresses of the persons on your mailing list
  492. will be used for sending the emails.</p>
  493. </li>
  494. <li>
  495. <h5><u>Push notifications</u></h5>
  496. <p>If you have enabled notification on our desktop and mobile applications, we
  497. will push notifications through a push notification provider such as Apple
  498. Push Notification Service, Google Cloud Messaging or Windows Push
  499. Notification Services. You can manage your push notification preferences or
  500. deactivate these notifications by turning off notifications in the
  501. application or device settings.</p>
  502. </li>
  503. </ul>
  504. <ol class="info-list ml-4">
  505. <li><span>Employees and contractors: </span> We may provide access to your service
  506. data to our
  507. employees and individuals who are independent contractors of the Anwi Systems Private Limited
  508. group entities
  509. involved in providing the services (collectively our "employees") so that they
  510. can (i) identify,
  511. analyze and resolve errors, (ii) manually verify scanned images that you submit
  512. to us to verify
  513. the accuracy of optical character recognition, or (iii). manually verify emails
  514. reported as spam
  515. to improve spam detection We ensure that access by our employees to your service
  516. data is restricted
  517. to specific individuals and is logged and audited. Our employees will also have
  518. access to data that
  519. you knowingly share with us for technical support or to import data into our
  520. products or services.
  521. We communicate our privacy and security guidelines to our employees and strictly
  522. enforce privacy
  523. safeguards within the Anwi Systems Private Limited group.</li>
  524. <li><span>Collaborators and other users: </span>Some of our products or services
  525. allow you to collaborate with other users or third parties. Initiating
  526. collaboration may enable other collaborators to view some or all of your profile
  527. information. For example, when you edit a document that you have shared with
  528. other persons for collaboration, your name and profile picture will be displayed
  529. next to your edits to allow your collaborators to know that you made those
  530. edits.</li>
  531. <li><span class="font-weight-lighter">Third-party integrations you have enabled:
  532. Most of our products and
  533. services support integrations
  534. with <a href="#">third-party products and services</a>. If you choose to
  535. enable any third-party integrations, you
  536. may be allowing the third
  537. party to access your service information and personal information about you.
  538. We encourage you to
  539. review the privacy practices of the third-party services and products before
  540. you enable integrations
  541. with them. Other Scenarios: Other scenarios in which we may share
  542. information that are common to information
  543. covered under Part A and B are described in Part C.</span></li>
  544. </ol>
  545. <ul class="info-list list-unstyled ml-4">
  546. <li>
  547. <h5><u>Retention of information</u></h5>
  548. <p>If you have enabled notification on our desktop and mobile applications, we
  549. will push notifications through a push notification provider such as Apple
  550. Push Notification Service, Google Cloud Messaging or Windows Push
  551. Notification Services. You can manage your push notification preferences or
  552. deactivate these notifications by turning off notifications in the
  553. application or device settings.</p>
  554. </li>
  555. <li>
  556. <h5><u>Data subject requests</u></h5>
  557. <p>If you are from the European Economic Area and you believe that we store, use
  558. or process your information on behalf of one of our customers, please
  559. contact the customer if you would like to access, rectify, erase, restrict
  560. or object to processing, or export your personal data. We will extend our
  561. support to our customer in responding to your request within a reasonable
  562. timeframe.</p>
  563. </li>
  564. </ul>
  565. </div>
  566. </div>
  567. <div class="biz-general-info py-3">
  568. <h5 class="mb-3">C) General Information
  569. </h5>
  570. <dl class="general-info-wrapper">
  571. <dt>Children's personal information</dt>
  572. <dd>Our products and services are not directed to individuals under 18. Anwi Systems Private Limited
  573. does not knowingly collect personal information from children who are under 18 years
  574. of age. If we become aware that a child under 18 has provided us with personal
  575. information, we will take steps to delete such information. If you believe that a
  576. child under 18 years has provided personal information to us, please write
  577. to <a href="mailto:privacy@anwisystems.in">privacy@anwisystems.in</a> with the details,
  578. and we will take the necessary steps to delete the information we hold about that
  579. child.</dd>
  580. <dt>How secure is your information</dt>
  581. <dd>At Anwi Systems Private Limited, we take data security very seriously. We are certified for
  582. industry standards such as ISO 27001:2013. We have taken steps to implement
  583. appropriate administrative, technical &amp; physical safeguards to prevent unauthorized
  584. access, use, modification, disclosure, or destruction of the information you entrust
  585. to us. If you have any concerns regarding the security of your data, we encourage
  586. you to check our <a href="security-policy.html">Security Policy</a> or write to us
  587. at <a href="mailto:security@Anwi Systems.in">security@Anwi Systems.in</a> with your queries.
  588. </dd>
  589. <dt>Data Protection Officer</dt>
  590. <dd>We have appointed a Data Protection Officer to oversee our management of your
  591. personal information in accordance with this Privacy Policy. If you have any
  592. questions or concerns about our privacy practices with respect to your personal
  593. information, you can reach out to our Data Protection Officer by sending an email to
  594. <a href="mailto:dpo@Anwi Systems.in">dpo@Anwi Systems.in</a> or by writing to: Data
  595. Protection Officer, Anwi Systems Private Limited III Floor, Signature Towers, Opp. Botanical
  596. Gardens, Kondapur Hyderabad - 500084.
  597. </dd>
  598. <dt>Locations and international transfers</dt>
  599. <dd>We share your personal information and service data within the Anwi Systems Private Limited
  600. Group. By accessing or using our products and services or otherwise providing
  601. personal information or service data to us, you consent to the processing, transfer,
  602. and storage of your personal information or Service Data within the United States of
  603. America, the European Economic Area (EEA) and other countries where Anwi Systems Private Limited
  604. operates. Such transfer is subject to a group company agreement that is based on EU
  605. Commission's Model Contractual Clauses.</dd>
  606. <dt>Data processing addendum</dt>
  607. <dd>To enable you to be compliant with the data protection obligations under the General
  608. Data Protection Regulation, we are prepared to sign a Data Processing Addendum (DPA)
  609. that is based on Standard Contractual Clauses. You can request a DPA from Anwi Systems
  610. Limited by completing this <a href="#">form</a> . Once we get your request, we'll
  611. forward the DPA to you for your signature.</dd>
  612. <dt>External links on our websites</dt>
  613. <dd>Some pages of our websites may contain links to websites that are not linked to this
  614. Privacy Policy. If you submit your personal information to any of these third-party
  615. sites, your personal information is governed by their privacy policies. As a safety
  616. measure, we recommend that you not share any personal information with these third
  617. parties unless you've checked their privacy policies and assured yourself of their
  618. privacy practices.</dd>
  619. <dt>Blogs and forums</dt>
  620. <dd>We offer publicly accessible blogs and forums on our websites. Please be aware that
  621. any information you provide on these blogs and forums may be used to contact you
  622. with unsolicited messages. We urge you to be cautious in disclosing personal
  623. information in our blogs and forums. Anwi Systems Private Limited is not responsible for the
  624. personal information you elect to disclose publicly. Your posts and certain profile
  625. information may remain even after you terminate your account with Anwi Systems Private Limited.
  626. To request the removal of your information from our blogs and forums, you can
  627. contact us at <a href="mailto:privacy@anwisystems.in">privacy@anwisystems.in</a></dd>
  628. <dt>Social media widgets</dt>
  629. <dd>Our websites include social media widgets such as Facebook "like" buttons and
  630. Twitter "tweet" buttons that let you share articles and other information. These
  631. widgets may collect information such as your IP address and the pages you navigate
  632. in the website and may set a cookie to enable the widgets to function properly. Your
  633. interactions with these widgets are governed by the privacy policies of the
  634. companies providing them.</dd>
  635. <dt>Disclosures in compliance with legal obligations</dt>
  636. <dd>We may be required by law to preserve or disclose your personal information and
  637. service data to comply with any applicable law, regulation, legal process or
  638. governmental request, including to meet national security requirements.</dd>
  639. <dt>Enforcement of our rights</dt>
  640. <dd>We may disclose personal information and service data to a third party if we believe
  641. that such disclosure is necessary for preventing fraud, investigating any suspected
  642. illegal activity, enforcing our agreements or policies, or protecting the safety of
  643. our users.</dd>
  644. <dt>Business Transfers</dt>
  645. <dd>We do not intend to sell our business. However, in the unlikely event that we sell
  646. our business or get acquired or merged, we will ensure that the acquiring entity is
  647. legally bound to honor our commitments to you. We will notify you via email or
  648. through
  649. a prominent notice on our website of any change in ownership or in the uses of your
  650. personal
  651. information and service data. We will also notify you about any choices you may have
  652. regarding
  653. your personal information and service data.
  654. </dd>
  655. <dd>We make every effort, including periodic reviews, to ensure that personal
  656. information you provide is used in conformity with this Privacy Policy. If you have
  657. any concerns about our adherence to this Privacy Policy or the manner in which your
  658. personal information is used, kindly write to us <a
  659. href="mailto:privacy@anwisystems.in">privacy@anwisystems.in</a> We'll contact you, and
  660. if required, coordinate with the appropriate regulatory authorities to effectively
  661. address your concerns.
  662. </dd>
  663. <dt>Notification of changes</dt>
  664. <dd>We may modify the Privacy Policy at any time, upon notifying you through a service
  665. announcement or by sending an email to your primary email address. If we make
  666. significant changes to the Privacy Policy that affect your rights, you will be
  667. provided with at least 30 days' advance notice of the changes by email to your
  668. primary email address. If you think that the updated Privacy Policy affects your
  669. rights with respect to your use of our products or services, you may terminate your
  670. use by sending us an email within 30 days. Your continued use after the effective
  671. date of changes to the Privacy Policy will be deemed to be your agreement to the
  672. modified Privacy Policy. You will not receive email notification of minor changes to
  673. the Privacy Policy. If you are concerned about how your personal information is
  674. used, you should check at <a href="./privacy.html">https://www.anwisystems.com/privacy.html</a>.
  675. </dd>
  676. </dl>
  677. </div>
  678. </section>
  679. <section class="policy-review-section">
  680. <h1 class="heading-h1">Policy Review</h1>
  681. <p>This policy will be reviewed at least annually by Management for effectiveness and to ensure
  682. its continued use and relevance as part of the Anwi Systems Private Limited Information Security and
  683. Privacy Policy.
  684. </p>
  685. </section>
  686. </div>
  687. <div class="top-banner-heading">
  688. <h1 class="heading-h1 text-center m-0">End Of Privacy Policy</h1>
  689. </div>
  690. </div>
  691. </section>
  692. </main>
  693. <!-- footer -->
  694. <div id="footer-head"></div>
  695. <div id="cookieAcceptBar" class="cookieAcceptBar shadow bg-white py-3" style="max-width: 28%;">
  696. <div class="cookie-content">
  697. <p class="text-dark">We use cookies to enhance your user experience. please accept our
  698. <a href="#" class="text-dark">cookies policy</a>
  699. </p>
  700. <div class="text-end">
  701. <button id="btnAcceptCookiePolicy" class="btn btn-dark rounded">Accept</button>
  702. </div>
  703. </div>
  704. </div>
  705. <!-- end-footer -->
  706. <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  707. <script src="./dist/js/jquery.min.js"></script>
  708. <script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
  709. <script src="./dist/js/navbar.js"></script>
  710. <script src="./libs/axios.min.js"></script>
  711. <script src="./dist/js/footer.js"></script>
  712. <script src="./libs/cookies.min.js"></script>
  713. <script src="./dist/js/fontawesome.all.js"></script>
  714. <script src="./dist/js/fontawesome.min.js"></script>
  715. <script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
  716. <script src="./dist/js/vendor/jquery-v3.6.0.min.js"></script>
  717. <script src="./dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
  718. <script src="./dist/js/vendor/bootstrap.min.js"></script>
  719. <script src="./dist/js/plugins/slick.js"></script>
  720. <script src="./dist/js/plugins/wow.js"></script>
  721. <script src="./dist/js/plugins/svg-injector.min.js"></script>
  722. <script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
  723. <script src="./dist/js/plugins/mouse-parallax.js"></script>
  724. <script src="./dist/js/plugins/images-loaded.js"></script>
  725. <script src="./dist/js/plugins/isotope.js"></script>
  726. <script src="./dist/js/plugins/jquery-ui.js"></script>
  727. <script src="./dist/js/plugins/magnific-popup.js"></script>
  728. <script src="./dist/js/validate.min.js"></script>
  729. <script src="./dist/toaster/toastr.js"></script>
  730. <!-- Main JS -->
  731. <script src="./dist/js/main.js"></script>
  732. <script>
  733. function isValidGSTNo(str) {
  734. let regex = new RegExp(/^[0-9]{2}[A-Z]{5}[0-9]{4}[A-Z]{1}[1-9A-Z]{1}Z[0-9A-Z]{1}$/);
  735. if (str == null) {
  736. return false;
  737. }
  738. if (regex.test(str) == true) {
  739. return true;
  740. }
  741. else {
  742. return false;
  743. }
  744. }
  745. $("input").on("keyup", function () {
  746. $("input").removeClass("is-invalid");
  747. })
  748. $("#partner_form_submit").click(function () {
  749. let partner_compnay = $("#partner_company").val();
  750. let partner_name = $("#partner_name").val();
  751. let partner_number = $("#partner_number").val();
  752. let partner_email = $("#partner_email").val();
  753. let partner_city = $("#partner_city").val();
  754. let partner_state = $("#partner_state").val();
  755. let partner_gstno = $("#partner_gstno").val();
  756. if (partner_compnay == "" || partner_name == "" || partner_number == "" || partner_email == "" || partner_city == "" || partner_state == "" || partner_gstno == "") {
  757. // toastr.error('Required Feilds are Empty!');
  758. $("input").addClass("is-invalid");
  759. }
  760. else {
  761. if (partner_compnay == '') {
  762. $("#partner_company").addClass("is-invalid");
  763. }
  764. if (partner_name == '') {
  765. $("#partner_name").addClass("is-invalid");
  766. }
  767. if (partner_number == '') {
  768. $("#partner_number").addClass("is-invalid");
  769. }
  770. if (partner_city == '') {
  771. $("#partner_city").addClass("is-invalid");
  772. }
  773. if (partner_state == '') {
  774. $("#partner_state").addClass("is-invalid");
  775. }
  776. if (partner_gstno == '') {
  777. $("#partner_gstno").addClass("is-invalid");
  778. }
  779. if (partner_email != '') {
  780. let emailValid = partner_email.includes("@");
  781. let emailVaild_2 = partner_email.includes(".");
  782. let numberVaild = partner_number.length;
  783. if (emailValid === true && emailVaild_2 === true) {
  784. let getValid = isValidGSTNo(partner_gstno);
  785. if (numberVaild >= 10) {
  786. if (getValid == true) {
  787. $("#partner_form_submit").removeAttr("type");
  788. $(".pageloader").addClass("is_open");
  789. $(".overlay_effect").addClass("is_open");
  790. // $("#anwi_partner_form").attr("action","partner-form.php");
  791. $("#anwi_partner_form").validate({
  792. rules: {
  793. phone: {
  794. minlength: 10,
  795. maxlength: 10,
  796. number: true
  797. },
  798. },
  799. submitHandler: function (form, e) {
  800. e.preventDefault();
  801. $.ajax({
  802. type: "POST",
  803. url: "partner-form.php",
  804. data: $(form).serialize(),
  805. success: function (res) {
  806. debugger;
  807. if (res == 1) {
  808. $(".pageloader").removeClass("is_open");
  809. $(".overlay_effect").removeClass("is_open");
  810. toastr.success('Success, Our Experts will get back to you!');
  811. $(form).trigger("reset");
  812. $(form).find('.form-control-placeholder').removeClass('floating-label');
  813. $(this).addClass("d-none");
  814. }
  815. else {
  816. $(".pageloader").removeClass("is_open");
  817. $(".overlay_effect").removeClass("is_open");
  818. toastr.error('Something Went Wrong,Try Again!');
  819. $("#biz-contact-form").removeClass("d-none");
  820. }
  821. $("#anwi_partner_form").removeAttr("action");
  822. $("#partner_form_submit").attr("type", "button");
  823. }
  824. });
  825. return false;
  826. }
  827. });
  828. }
  829. else {
  830. toastr.error('GST NO Not Valid!');
  831. $("#partner_gstno").addClass("is-invalid");
  832. }
  833. }
  834. else {
  835. toastr.error('Number is not Valid!');
  836. $("#partner_number").addClass("is-invalid");
  837. }
  838. }
  839. else {
  840. toastr.error('Email is Not Valid!');
  841. $("#partner_email").addClass("is-invalid");
  842. }
  843. }
  844. else {
  845. toastr.error('Email is not Valid!');
  846. $("#partner_email").addClass("is-invalid");
  847. }
  848. }
  849. });
  850. </script>
  851. </body>
  852. </html>