-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
491 lines (381 loc) · 35.2 KB
/
index.html
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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>GhostApp for IG-Stories</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body class="active-preloader-ovh home-page-four">
<div class="preloader"><div class="spinner"></div></div> <!-- /.preloader -->
<header class="header header-home-four">
<nav class="navbar navbar-default header-navigation stricky">
<div class="thm-container clearfix">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed mixup-icon-menu" data-toggle="collapse" data-target=".main-navigation" aria-expanded="false"> </button>
<a class="navbar-brand" href="index.html">
<!-- <img src="img/header-logo-1.png" alt="Awesome Image"/> -->
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-navigation mainmenu " id="main-nav-bar">
<ul class="nav navbar-nav navigation-box">
<li class="current">
<a href="#">Home</a>
</li>
<li> <a href="#description">Description</a> </li>
<li> <a href="#privacy">Privacy Policy</a> </li>
<li> <a href="#terms-of-use">Terms Of Use</a> </li>
</ul>
</div><!-- /.navbar-collapse -->
<div class="right-side-box">
<a href="https://itunes.apple.com/us/app/ghost-for-instagram-stories/id1452702151?ls=1&mt=8" class="trial-btn"><i class="fa fa-apple"></i> app store</a>
</div><!-- /.right-side-box -->
</div><!-- /.container -->
</nav>
</header><!-- /.header -->
<section class="banner-style-four">
<div class="thm-container">
<div class="row">
<div class="col-md-7">
<img src="img/9.jpg" alt="Awesome Image"/>
</div>
<div class="col-md-5">
<div class="banner-content">
<span> Gives you the chance to become a digital-ghost</span>
<h3> GhostApp <br /> for IG-Stories <br /> </h3>
<div class="btn-box">
<!-- <a href="#" class="banner-btn"> <i class="fa fa-play"></i> google play</a> -->
<!-- <a href="#" class="banner-btn style-two"> <i class="fa fa-apple"></i> app store</a> -->
</div><!-- /.btn-box -->
</div><!-- /.banner-contet -->
</div><!-- /.col-md-5 -->
</div><!-- /.row -->
</div><!-- /.thm-container -->
</section><!-- /.banner-style-four -->
<section class="features-style-one sec-pad" id="description">
<div class="thm-container">
<div class="sec-title text-center">
<span>Ghost App for IG-Stories</span>
<h3>Description</h3>
</div><!-- /.sec-title text-center -->
<div class="row">
<p style="color: white; text-align: center;">
Ghost App for IG-Stories, gives you the chance to become
a digital-ghost. You can easily watch Instagram stories of the
people you are following without leaving a trace, means
they can’t see your name in the viewers list on instagram
because you’re watching their stories through the Ghost-app which makes you invisible. <hr>
</p>
<h3 style="color: white; text-align: center;">Additional features:</h4> <br>
<p style="color: white; text-align: center;">
Ever wonder who viewed your instagram stories by specifically filtering between your admirers and other unkown stalkers? Wouldn’t be easy for you to search a specific person by his/her username among all other story viewers? If your answer is yes, you are at the right place!
These are the great features that you can use in the Ghost App
</p>
<p style="color: white; text-align: center;">
<ul style="color: white; margin-left: 30%;">
<li>Watch Instagram Stories without letting your name appear</li>
<li>Track who watched how many of your stories</li>
<li>Search your story viewers by their Instagram username!</li>
<li>See people who aren’t following you but watching your stories</li>
</ul>
</p>
<hr>
<p style="color: white; text-align: center;">
Please Note:
You need an Instagram account to use this app.
This app is not endorsed by or affiliated with Instagram.
If you have any questions, please contact us at info@ghostapp.co
</p>
</div><!-- /.row -->
</div><!-- /.thm-container -->
</section><!-- /.features-style-one -->
<section class="features-style-one sec-pad">
<div class="thm-container">
<div class="sec-title text-center">
<span>App Screen</span>
<h3>Screenshots</h3>
</div><!-- /.sec-title text-center -->
<div class="app-screenshot-carousel-one owl-theme owl-carousel">
<div class="item">
<img src="img/370/1.jpg" alt="Awesome Image"/>
</div><!-- /.item -->
<div class="item">
<img src="img/370/9.jpg" alt="Awesome Image"/>
</div><!-- /.item -->
<div class="item">
<img src="img/370/15.jpg" alt="Awesome Image"/>
</div><!-- /.item -->
</div><!-- /.app-screenshot-carousel-one -->
</div><!-- /.thm-container -->
</section><!-- /.app-screenshot-style-one -->
<section class="features-style-one sec-pad" id="privacy">
<div class="thm-container" >
<div class="sec-title text-center">
<span>Ghost App for IG-Stories</span>
<h1 style="color: white;">Privacy Policy</h1>
</div><!-- /.sec-title text-center -->
<div class="row">
<p style="color: white; text-align: center;">
Ghost App is a watching Instagram stories anonymously and analyzing story viewers application for Instagram® account holders. This privacy policy describes how Ghost App collects and uses the information you provide. By using our Service you understand and agree that we are providing a analytics for Instagram©. This means we use your content, preferences and personal information you make available through the Service, consistent with the terms and conditions of this privacy policy and our terms of use applies to all users, and others who access to our services.
</p>
<h3 style="color: white; text-align: center;">Information</h3> <br>
<p style="color: white; text-align: center;">
We may collect the your location based data, personal information and share your information of the account, profile information, user content, preferences, product and content interests, communication and marketing preferences, usage activity, purchase history, content you viewed, the apps you visited, device information and operating system.
</p>
<p style="color: white; text-align: center;">
We may ask advertisers or other partners to serve ads or services to your devices, which may use cookies or similar technologies placed by us or the third party.
</p>
<p style="color: white; text-align: center;">
We use third-party analytics tools to help us measure traffic and usage trends for the Service. These tools collect information sent by your device or our Service, including the web pages you visit, add-ons, and other information that assists us in improving the Service.
</p>
<p style="color: white; text-align: center;">
Log file information is automatically reported by your browser each time you make a request to access a web page or app. It can also be provided when the content of the webpage or app is downloaded to your browser or device. We may also collect similar information from emails sent to our Users which then help us track which emails are opened and which links are clicked by recipients. The information allows for more accurate reporting and improvement of the Service.
</p>
<p style="color: white; text-align: center;">
When you use a mobile device like a tablet or phone to access our Service, we may access, collect, monitor, store on your device, and/or remotely store one or more device identifiers.
</p>
<h3 style="color: white; text-align: center;">Use of your information</h3> <br>
<p style="color: white; text-align: center;">
In addition to some of the specific uses of information we describe in this Privacy Policy, we may use information that we receive to help you efficiently access your information after you sign in, remember information so you will not have to re-enter it during your visit or the next time you visit the Service; provide personalized content and information to you and others, which could include online ads or other forms of marketing; develop and test new products and features; monitor metrics such as total number of visitors, traffic, and demographic patterns; diagnose or fix technology problems; automatically update the application on your device. Ghost App or other Users may run contests, special offers or other events or activities on the Service.
</p>
<h3 style="color: white; text-align: center;">Sharing of your information </h3> <br>
<p style="color: white; text-align: center;">
We may share your information as well as information from tools like cookies, log files, and device identifiers and location data, with third-party organizations that help us provide the Service to you. Our Service Providers will be given access to your information as is reasonably necessary to provide the Service under reasonable confidentiality terms. We may share user content and your information with businesses that are legally part of the same group of companies that Ghost App is part of, or that become part of that group. Affiliates may use this information to help provide, understand, and improve the Service and Affiliates' own services.
</p>
<p style="color: white; text-align: center;">
We may share certain information such as cookie data with third-party advertising partners. This information would allow third-party ad networks to, among other things. We may remove parts of data that can identify you and share anonymized data with other parties. We may also combine your information with other information in a way that it is no longer associated with you and share that aggregated information.
</p>
<p style="color: white; text-align: center;">
We may disclose your personal information:as required by law, such as to comply legal process. When we believe in good faith that disclosure is necessary to protect our rights, protect your safety or the safety of others, investigate fraud, or respond to a government request.If Ghost App is involved in a merger, acquisition, or sale of all or a portion of its assets, you will be notified via email and/or a prominent notice on our Web site of any change in ownership or uses of your personal information, as well as any choices you may have regarding your personal information. to any other third party with your prior consent to do so; tracking and ads.
</p>
<p style="color: white; text-align: center;">
We reserve the right to partner with a third party ad network to either display advertising on our App or to manage our advertising on other sites. Our ad network partner would use technologies to collect non-personally identifiable information about your activities on this and other Apps to provide you targeted advertising based upon your interests.
</p>
<p style="color: white; text-align: center;">
If we sell or otherwise transfer part or the whole of Ghost App or our assets to another organization, your information such as name and email address, User Content and any other information collected through the Service may be among the items sold or transferred. You will continue to own your User Content. The buyer or transferee will have to honor the commitments we have made in this Privacy Policy.
</p>
<p style="color: white; text-align: center;">
We may access, preserve and share your information in response to a legal request if we have a good faith belief that the law requires us to do so. This may include responding to legal requests from jurisdictions outside of the Estonia where we have a good faith belief that the response is required by law in that jurisdiction, affects users in that jurisdiction, and is consistent with internationally recognized standards. We may also access, preserve and share information when we have a good faith belief it is necessary to: detect, prevent and address fraud and other illegal activity; to protect ourselves, you and others, including as part of investigations; and to prevent death or imminent bodily harm. Information we receive about you may be accessed, processed and retained for an extended period of time when it is the subject of a legal request or obligation, governmental investigation, or investigations concerning possible violations of our terms or policies, or otherwise to prevent harm.
</p>
<h3 style="color: white; text-align: center;">How we store your information </h3> <br>
<p style="color: white; text-align: center;">
Your information collected through the Service may be stored and processed in the Estonia or any other country in which Ghost App, its Affiliates or Service Providers maintain facilities. Ghost App, its Affiliates, or Service Providers may transfer information that we collect about you, including personal information across borders and from your country or jurisdiction to other countries or jurisdictions around the world.
</p>
<p style="color: white; text-align: center;">
By registering for and using the Service you consent to the transfer of information to any other country in which Ghost App, its Affiliates or Service Providers maintain facilities and the use and disclosure of information about you as described in this Privacy Policy.
</p>
<p style="color: white; text-align: center;">
We use commercially reasonable safeguards to help keep the information collected through the Service secure and take reasonable steps to verify your identity before granting you access to your account. However, Ghost App cannot ensure the security of any information you transmit to Ghost App or guarantee that information on the Service may not be accessed, disclosed, altered, or destroyed.
</p>
<p style="color: white; text-align: center;">
Please do your part to help us. You are responsible for maintaining the secrecy of your unique password and account information, and for controlling access to emails between you and Ghost App, at all times. Your privacy settings may also be affected by changes the social media services you connect to Ghost App make to their services. We are not responsible for the functionality, privacy, or security measures of any other organization.
</p>
<h3 style="color: white; text-align: center;">Your choices about your information </h3> <br>
<p style="color: white; text-align: center;">
Update your account at any time by logging in and changing your profile settings. Unsubscribe from email communications from us by clicking on the "unsubscribe link" provided in such communications. As noted above, you may not opt out of Service-related communications (e.g., account verification, purchase and billing confirmations and reminders, changes/updates to features of the Service, technical and security notices).
</p>
<p style="color: white; text-align: center;">
We are not responsible for the practices employed by any websites or services linked to or from our Service, including the information or content contained within them. We are not responsible and do not have control over any third-parties that you authorize to access your User Content.
</p>
<h3 style="color: white; text-align: center;">Other web sites and services</h3> <br>
<p style="color: white; text-align: center;">
We are not responsible for the practices employed by any websites or services linked to or from our Service, including the information or content contained within them. We are not responsible and do not have control over any third-parties that you authorize to access your User Content.
</p>
</div><!-- /.row -->
</div><!-- /.thm-container -->
</section><!-- /.features-style-one -->
<section class="features-style-one sec-pad" id="terms-of-use">
<div class="thm-container" >
<div class="sec-title text-center">
<span>Ghost App for IG-Stories</span>
<h1 style="color: white;">Terms Of Use</h1>
</div><!-- /.sec-title text-center -->
<div class="row">
<p style="color: white; text-align: center;">
By using the application Ghost App, you agree to be bound by these terms of use. The Service is owned or controlled by 361 Ventures Oü ("Ghost App"). Please read all of the Terms of Use, if you do not agree to be bound by all of these Terms of Use, do not access or use the services.
</p>
<h3 style="color: white; text-align: center;">Main Terms</h3> <br>
<p style="color: white; text-align: center;">
Ghost App is a watching Instagram stories anonymously and analyzing story viewers application for Instagram® account holders.
You are solely responsible for any activity that occurs through your account. You agree and undertake that you will use Ghost App for Instagram© accounts that are legally owned by you and you will not interfere with third party accounts. Ghost App prohibits the creation of an account for anyone other than yourself. You also represent that all information you provide or provided to Ghost App upon registration and at all other times will be true.
You agree that you will not solicit, collect or use the login credentials of other Ghost App & Instagram © users. You are responsible for keeping your password secret and secure.
You may not use the Service for any illegal or unauthorized purpose. You agree to comply with all laws, rules and regulations. You are solely responsible for your conduct and content.
You must not access Ghost App private API by means other than those permitted. You must not interfere or disrupt the Service or servers or networks connected to the Service, including by transmitting any worms, viruses, spyware, malware or any other code of a destructive or disruptive nature.
You must not create accounts with the Service through unauthorized means, including but not limited to, by using an automated device, script, bot, spider, crawler or scraper.
Violation of these Terms of Use may, in Ghost App's sole discretion, result in termination of your account. You understand and agree that Ghost App cannot and will not be responsible for your actions you use the Service at your own risk. If you violate the letter or spirit of these Terms of Use, or otherwise create risk or possible legal exposure for Ghost App, we can stop providing all or part of the Service to you.
</p>
<h3 style="color: white; text-align: center;">Conditions of Use</h3>
<p style="color: white; text-align: center;">
We reserve the right, in our sole discretion, to change these Terms of Use from time to time. We reserve the right to refuse access to the Service to anyone for any reason at any time. We reserve the right to force forfeiture of any username for any reason. We may, but have no obligation to, remove, edit, block, and/or monitor Content or accounts containing Content that we determine in our sole discretion violates these Terms of Use.
We reserve the right to modify or terminate the Service or your access to the Service for any reason, without notice, at any time, and without liability to you. You can deactivate your Ghost App account by logging into the Service and completing the form. If we terminate your access to the Service or you use the form detailed above to deactivate your account, your statistics, information and other data will no longer be accessible through your account.
There may be links from the Service, or from communications you receive from the Service, to third-party web sites or features. There may also be links to third-party web sites or features in images or comments within the Service. The Service may also includes third-party content that we do not control, maintain or endorse. Functionality on the Service may also permit interactions between the Service and a third-party web site or feature, including applications that connect the Service or your profile on the Service with a third-party web site or feature. Ghost App does not control any of these third-party web services or any of their content. You expressly acknowledge and agree that Ghost App is in no way responsible or liable for any such third-party services or features.
Your correspondence and business dealings with third partıes found through the service are solely between you and the third party. You may choose, at your sole and absolute discretion and risk, to use applications that connect the Service or your profile on the Service with a third-party service (each, an "Application") and such Application may interact with, connect to or gather and/or pull information from and to your Service profile.
You agree that you are responsible for all data charges you incur through use of the Service. We prohibit crawling, scraping, caching or otherwise accessing any content on the Service via automated means, including but not limited to, user profiles and photos.
</p>
<h3 style="color: white; text-align: center;">Rights</h3>
<p style="color: white; text-align: center;">
The Ghost application name and logo are trademarks of 361 Ventures Oü, and may not be copied, imitated or used, in whole or in part, without the prior written permission of 361 Ventures Oü. In addition, all page headers, custom graphics, button icons and scripts may not be copied, imitated or used, in whole or in part, without prior written permission from 361 Ventures Oü.
The Service contains content owned or licensed by Ghost App. Ghost App content is protected by copyright, trademark, patent, trade secret and other laws, and, as between you and Ghost App, 361 Ventures Oü owns and retains all rights in the Ghost App Content and the Service. You will not remove, alter or conceal any copyright, trademark, service mark or other proprietary rights notices incorporated in or accompanying the Ghost App Content and you will not reproduce, modify, adapt, prepare derivative works based on, perform, display, publish, distribute, transmit, broadcast, sell, license or otherwise exploit the content.
Although it is Ghost App's intention for the Service to be available as much as possible, there will be occasions when the Service may be interrupted, including, without limitation, for scheduled maintenance or upgrades, for emergency repairs, or due to failure of telecommunications links and/or equipment. Also, Ghost App reserves the right to remove any content from the Service for any reason, without prior notice. Content and statistics removed from the Service may continue to be stored by Ghost App. Ghost App will not be liable to you for any modification, suspension, or discontinuation of the Services, or the loss of any Content.
You hereby grant any and all kind of authorization to Ghost App in order to keep the statistics through your Instagram© account and devices.
</p>
<h3 style="color: white; text-align: center;">Disclaimer of Warranties</h3>
<p style="color: white; text-align: center;">
Ghost App do not represent or warrant that the service will be error-free or uninterrupted; that defects will be corrected; or that the service or the server that makes the service available is free from any harmful components, including, without limitation, viruses. Ghost App parties do not make any representations or warranties that the information on the service is accurate, complete, or useful.
You acknowledge that your use of the service is at your sole risk.
By accessing or usıing the service you represent and warrant that your activities are lawful in every jurisdiction where you access or use the service.</p>
</p>
<h3 style="color: white; text-align: center;">Limitation of Liability & Waiver</h3>
<p style="color: white; text-align: center;">
Under no circumstances will Ghost App be liable to you for any loss or damages of any kind (including, without limitation, for any direct, indirect, economic, exemplary, specıal, punitive, incidental or consequential losses or damages) that are directly or indirectly related to use of Ghost App.
Ghost App is not responsible for the actions, content, information, or data of third parties, and you release us, our directors, officers, employees, and agents from any claims and damages, known and unknown, arising out of or in any way connected with any claim you have against any such third parties.
</p>
<h3 style="color: white; text-align: center;">Indemnification</h3>
<p style="color: white; text-align: center;">
You agree to defend, indemnify and hold the Ghost App harmless from and against any claims, liabilities, damages, losses, and expenses, including without limitation, reasonable attorney's fees and costs, arising out of or in any way connected with any of the following (including as a result of your direct activities on the Service or those conducted on your behalf): (i) your Content or your access to or use of the Service; (ii) your breach or alleged breach of these Terms of Use; (iii) your violation of any third-party right, including without limitation, any intellectual property right, publicity, confidentiality, property or privacy right; (iv) your violation of any laws, rules, regulations, codes, statutes, ordinances or orders of any governmental and quasi-governmental authorities, including, without limitation, all regulatory, administrative and legislative authorities; or (v) any misrepresentation made by you. You will cooperate as fully required by Ghost App in the defense of any claim. Ghost App reserves the right to assume the exclusive defense and control of any matter subject to indemnification by you, and you will not in any event settle any claim without the prior written consent of Ghost App.
</p>
<h3 style="color: white; text-align: center;">Resolution of Disputes, Governing Law & Venue</h3>
<p style="color: white; text-align: center;">
These Terms of Use are governed by and construed in accordance with the Estonia Law, without giving effect to any principles of conflicts of law. Disputes with Ghost App and arising from the use of Ghost App shall resolute exclusively in the courts of Estonia.
You agree that any claim you may have arising out of or related to your relationship with Ghost App must be filed within 3 months after such claim arose; otherwise, your claim is permanently barred.
</p>
<h3 style="color: white; text-align: center;">Territorial Restrictions</h3>
<p style="color: white; text-align: center;">
We reserve the right to limit the availability of the Service or any portion of the Service, to any person, geographic area, or jurisdiction, at any time and in our sole discretion, and to limit the quantities of any content, program, product, service or other feature that Ghost App provides.
</p>
</p>
</div><!-- /.row -->
</div><!-- /.thm-container -->
</section><!-- /.features-style-one -->
<!-- <section class="faq-style-one sec-pad dark-bg">
<div class="thm-container">
<div class="sec-title text-center">
<span>FAQS</span>
<h3>Do you have any questions?</h3>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="single-faq-style-one">
<div class="icon-box">
<i class="fa fa-question"></i>
</div>
<div class="title-box">
<h3>Is there a setup fee?</h3>
</div>
<p>Lorem Ipsum is simply dummy text of not the print typesetting industry been the industrys standard dummy.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="single-faq-style-one">
<div class="icon-box">
<i class="fa fa-question"></i>
</div>
<div class="title-box">
<h3>How to install this app?</h3>
</div>
<p>Lorem Ipsum is simply dummy text of not the print typesetting industry been the industrys standard dummy.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="single-faq-style-one">
<div class="icon-box">
<i class="fa fa-question"></i>
</div>
<div class="title-box">
<h3>Where can i download this app?</h3>
</div>
<p>Lorem Ipsum is simply dummy text of not the print typesetting industry been the industrys standard dummy.</p>
</div>
</div>
</div>
<div class="btn-box text-center">
<a href="#" class="more-btn">View All Questions</a>
</div>
</div>
</section> -->
<section class="cta-style-four">
<div class="thm-container">
<div class="row">
<div class="col-md-7">
<a href="https://itunes.apple.com/us/app/ghost-for-instagram-stories/id1452702151?ls=1&mt=8"><h3>Download Ghost App <br /> on App Store</h3></a>
<div class="btn-box">
<a href="https://itunes.apple.com/us/app/ghost-for-instagram-stories/id1452702151?ls=1&mt=8" class="cta-btn style-one">
<i class="fa fa-apple"></i><!--
--><span class="text">
<span class="tag-line">Download on</span>
<span class="name">App Store</span>
</span>
</a>
<!-- <a href="#" class="cta-btn style-two">
<i class="fa fa-play"></i>
<span class="text">
<span class="tag-line">Download on</span>
<span class="name">Google Play</span>
</span>
</a> -->
</div><!-- /.btn-box -->
</div><!-- /.col-md-7 -->
<div class="col-md-5">
<img src="img/511/9.jpg" alt="Awesome Image"/>
</div><!-- /.col-md-5 -->
</div><!-- /.row -->
</div><!-- /.thm-container -->
</section><!-- /.cta-style-four -->
<footer class="footer-style-four">
<div class="footer-top clearfix">
<div class="thm-container">
<!-- <a href="index.html" class="footer-logo pull-left"><img src="img/header-logo-1.png" alt="Awesome Image"/></a> -->
<div class="social pull-right">
<a href="#" class="fa fa-twitter"></a><!--
--><a href="#" class="fa fa-facebook"></a><!--
--><a href="#" class="fa fa-instagram"></a><!--
--><a href="#" class="fa fa-google-plus"></a>
</div><!-- /.social pull-right -->
</div><!-- /.thm-container -->
</div><!-- /.footer-top -->
<div class="footer-bottom text-center">
<div class="thm-container">
<p>© 2019 Copyrights. <a href="http://361.ventures">361.ventures</a></p>
</div><!-- /.thm-container -->
</div><!-- /.footer-bottom text-center -->
</footer><!-- /.footer-style-one -->
<div class="scroll-to-top scroll-to-target" data-target="html"><i class="fa fa-angle-up"></i></div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-select.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/custom.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDGVCIwbinX0ILIm8KundVXgzkX_yPLsgU"></script>
<!-- google map helper -->
<script src="js/gmaps.js"></script>
<script src="js/map-helper.js"></script>
</body>
</html>