-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
552 lines (508 loc) · 26.6 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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>IP PBX , Call center software , Call center solutions </title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<link href="css/Responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap-responsive-tabs.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--<navbar start>-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12">
<div class="social-icons">
<p>ISO 9001:2008 Certified</p>
<!--<p>Get social with us!</p>-->
<!--<ul>
<li><a href="https://www.facebook.com/bitvoice.in/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/Bitvoicesoln" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="javascript:void();" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="javascript:void();"> target="_blank"<i class="fa fa-skype" aria-hidden="true"></i></a></li>
</ul>-->
</div>
</div>
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle
navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span> </button>
<!--<a class="navbar-brand" href="#">Brand</a>-->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="benefit.html"> Benefit </a></li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Our Products<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="call-centre-solutions.html">Call Centre Solutions</a></li>
<li><a href="audio-conference-solutions.html">Audio Conference Solutions</a></li>
<li><a href="ippbx.html">IPPBX</a></li>
<li><a href="voice-broadcast-solutions.html">Voice Broadcast Solutions</a></li>
<li><a href="voice-loggers.html">Voice Loggers</a></li>
<li><a href="custom-voice-solutions.html">Custom Voice Solutions</a></li>
</ul>
</li>
<li><a href="/">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div>
</div>
<!-- /.container-fluid -->
</nav>
<!--<End Navbar>-->
<!-- start logo-section-bg -->
<div class="logo-section-bg">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-3 col-xs-12 logo">
<div class="">
<a href="index.html"><img src="images/main-logo.png" class="img-responsive"></a>
</div>
</div>
<!-- start quickInfo -->
<div class="col-lg-8 col-md-8 col-sm-8 quickInfo">
<ul>
<li>
<div class="icons"><i class="fa fa-at" aria-hidden="true"></i></div>
<p>Email Us at <span><a href="mailto:info@bitvoice.in">info@bitvoice.in</a></span></p>
</li>
<li>
<div class="icons"><i class="fa fa-mobile" aria-hidden="true"></i></div>
<p>Any Questions? Call Us: <span>1800-425-66610</span></p>
</li>
<li>
<div class="icons"><i class="fa fa-globe" aria-hidden="true"></i></div>
<p>Explore Us <span><a href="http://www.bitvoicesolutions.com/">www.bitvoice.in</a></span></p>
</li>
</ul>
</div>
<!-- end quickInfo -->
</div>
</div>
</div>
<!-- end logo-section-bg -->
<!--<start banner section> -->
<section class="benefit-bg">
<div class="benefits">
<div class="container">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="info-card">
<div class="front"> <img src="images/benefit-one.png" class="img-responsive">
<h3>High security </h3>
</div>
<div class="back"> <img src="images/benefit-one-back.png" class="img-responsive">
<p>Fool-proof, guaranteed security features are in place and the services are served via secure
cloud-based servers and therefore it is assured there is no communication breach at any stage. </p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="info-card">
<div class="front"> <img src="images/benefit-two.png" class="img-responsive">
<h3>User Friendly </h3>
</div>
<div class="back"> <img src="images/benefit-two-back.png" class="img-responsive">
<p>User-friendly features, easy to learn and adapt techniques are the hallmark of the BITVOICE conference
solutions.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="info-card">
<div class="front"> <img src="images/benefit-three.png" class="img-responsive">
<h3>Flexibility</h3>
</div>
<div class="back"> <img src="images/benefit-three-back.png" class="img-responsive">
<p>Flexibility in communications on any device. Mobiles, Laptops, desktops and hard phones. (Operating on
any platform Android, Iphone, Windows)</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="info-card">
<div class="front"> <img src="images/benefit-four.png" class="img-responsive">
<h3>Cost Effective</h3>
</div>
<div class="back"> <img src="images/benefit-four-back.png" class="img-responsive">
<p>There is a huge savings potential for organizations as it is cost effective and cost savings can be
witnessed in a short period of time. Your return-on-investment (ROI) can be realized within a couple
months of installation. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<End banner section> -->
<!--<start about Bitvoice>-->
<section class="aboutWrap">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12">
<h2><img src="images/heading-icon.png" class="img-responsive headingImg"> About BITVOICE ...........</h2>
<p>We at BitVoice sowed the seeds of our entrepreneurial journey by partnering with companies so as to
realize transformational communication ideas into actual reality. This has become the company's core
objective which is helping shape the company. </p>
<p>With methodologies that are exclusively focused on driving quantifiable business value for our clients, Bit
Voice is focused on crafting the business of tomorrow by bettering client's communications sphere and
helping them stay ahead of the arc of ingenuity. </p>
<img src="images/play-icon.png" class="play-icon">
<a href="about.html" class="report">know more</a>
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12"></div>
</div>
</div>
</section>
<!--<End about Bitvoice>-->
<!--<start Our Services section>-->
<section class="service-bg">
<div class="our-services">
<div class="container">
<div class="heading">
<h2>Our Services</h2>
<img src="images/heading-under-line.png" class="img-responsive">
</div>
<p>We are who we are, defined by our work, focused to achieve newer milestones, making ourselves known for our
services and for what we do, setting newer trends in the communications industry, we are ready, we are set and
we are climbing, and this is the world of BITVOICE! </p>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 service-1"> <img src="images/service-one.png"
class="img-responsive">
<h4>Call Centre Solutions</h4>
<p>A contact centre or more commonly referred to as a call centre is a focal point of communication from which
all customer contacts are managed and handled..</p>
<h5><a href="call-centre-solutions.html" title="Call center solutions kerala">know More</a></h5>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 service-1"> <img src="images/service-two.png"
class="img-responsive">
<h4>Audio Conference Solutions</h4>
<p>Conference calls are typically meetings conducted over the phone, making use of audio communications
between two or more people that translates..</p>
<h5><a href="audio-conference-solutions.html">know More</a></h5>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 service-1"> <img src="images/service-three.png"
class="img-responsive">
<h4>Voice Broadcast Solutions</h4>
<p>Voice broadcasting solutions will allow customer to record or upload an audio file (Your own voice clips
which recorded through phone or any real-time generated text to voice converted file)..</p>
<h5><a href="voice-broadcast-solutions.html">know More</a></h5>
</div>
</div>
</div>
</section>
<!--<End Our Services section>-->
<!--<start Benefit With bitvoice section>-->
<section>
<div class="benefit-with">
<div class="container">
<div class="side-heading"> <img src="images/heading-icon.png">
<h3>Benefit with the BITVOICE<br>
<span>Here are some of our benefit what you get.</span></h3>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 benefit-with-text">
<p>Our brand name Bit Voice is basically an adaptation of 'the basic of an IP Packet'. If we were to
elaborate on what the 'Bit' stands for, we have derived it from the world of telecommunications and
computers.</p>
<img src="images/play-icon.png" class="play-icon">
<h4><a href="benefit.html">view all</a></h4>
<img src="images/mike-image.png" class="img-responsive">
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="benefit-with-one">
<img src="images/benefitwith-icon-01.png" class="img-responsive">
<h5>individual telephone conferences</h5>
<p>All users or participants of a conference call are assigned individual telephone conferences. </p>
<div class="hr-line"></div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="benefit-with-one">
<img src="images/benefitwith-icon-02.png" class="img-responsive">
<h5>Team specific telephone conferences</h5>
<p>Group, department, unit or team specific telephone conferences can be initiated and setup. </p>
<div class="hr-line"></div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="benefit-with-one">
<img src="images/benefitwith-icon-03.png" class="img-responsive">
<h5>Useful for sensitive transaction</h5>
<p>BITVOICE Conference Solutions are ideal for organizations engaging in sensitive..</p>
<div class="hr-line"></div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="benefit-with-one">
<img src="images/benefitwith-icon-04.png" class="img-responsive">
<h5>Variable access</h5>
<p>Meet-me conference facility, chat groups with variable access is provided..</p>
<div class="hr-line"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<End Benefit With bitvoice section>-->
<!--< Customers words start >-->
<section class="customers-word-bg">
<div class="container">
<div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 padding-zero">
<div class="heading">
<h2>Customer words</h2>
<img src="images/heading-under-line.png" class="img-responsive" />
</div>
<div class="carousel slide" id="myCarousel">
<div class="carousel-inner">
<div class="item active">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padding-zero">
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>We appreciate the effort put in by the team M/s BitVoice for our call centre implementation at our
Cochin, Coimbatore and Bangalore locations.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" />
<h5>Director- Operations, DBFS <br>
Securities Limited</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>This is to certify that the team BitVoice had installed our call centre solution at our Cochin
Office.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" />
<h5>Head- Operations(India)<br>
Instant Global Money Transfer Pvt Ltd.</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>Team had Completed the work entrusted to them to our satisfaction within stipulated time period.
</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png"
alt="bitvoice call center " />
<h5>Authorised Signatory<br>
Petronet LNG Limited</h5>
</div>
</div>
</div>
</div>
<div class="item">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padding-zero">
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>We appreciate the effort put in by the team M/s BitVoice for our call centre implementation at our
Cochin, Coimbatore and Bangalore locations.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" alt="IP PBX delers kerala" />
<h5>Director- Operations, DBFS <br>
Securities Limited</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>This is to certify that the team BitVoice had installed our call centre solution at our Cochin
Office.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" alt="pbx delaer kerala" />
<h5>Head- Operations(India)<br>
Instant Global Money Transfer Pvt Ltd.</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>Team had Completed the work entrusted to them to our satisfaction within stipulated time period.
</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png"
alt="inbound call centre solutions" />
<h5>Authorised Signatory<br>
Petronet LNG Limited</h5>
</div>
</div>
</div>
</div>
<div class="item">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 padding-zero">
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>We appreciate the effort put in by the team M/s BitVoice for our call centre implementation at our
Cochin, Coimbatore and Bangalore locations.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png"
alt="call center solutions kerala" />
<h5>Director- Operations, DBFS <br>
Securities Limited</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>This is to certify that the team BitVoice had installed our call centre solution at our Cochin
Office.</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" alt="ip pbx kerala" />
<h5>Head- Operations(India)<br>
Instant Global Money Transfer Pvt Ltd.</h5>
</div>
</div>
<div class="col-lg-4 col-xs-12 col-md-4 col-sm-4 cutomer-words">
<p>Team had Completed the work entrusted to them to our satisfaction within stipulated time period.
</p>
<div id="triangle-bottom-acomi" class="pull-right"></div>
<div class="cutomer-image pull-right"> <img src="images/testi-image.png" alt="IPPBX dealer kerala" />
<h5>Authorised Signatory<br>
Petronet LNG Limited</h5>
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><i
class="glyphicon glyphicon-chevron-left"></i></a> <a class="right carousel-control" href="#myCarousel"
data-slide="next"><i class="glyphicon glyphicon-chevron-right"></i></a>
</div>
</div>
</div>
</section>
<!--<End Customers words >-->
<!--<start Our Client Section>-->
<section class="our-clients-bg">
<div class="our-clients">
<div class="container">
<div class="side-heading"> <img src="images/heading-icon.png">
<h3>Benefit with the BITVOICE</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<p>We are committed to providing our clients with tailored solutions catering to their needs. Our exceptional
works provide us with a wide range of clients. </p>
</div>
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-12">
<ul id="flexiselDemo3">
<li><img src="images/clients/client-01.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-02.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-03.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-28.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/bmh.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/client-04.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-05.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-06.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-07.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-08.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-09.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-10.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-11.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-12.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-13.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-14.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-15.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-17.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-18.jpg" class="img-responsive" /></li>
<li><img src="images/clients/client-19.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/client-20.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/Amala.jpg" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/client-22.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/client-24.png" class="img-responsive" style="height: 200px;" /></li>
<li><img src="images/clients/client-25.png" class="img-responsive" style="height: 200px;" /></li>
</ul>
</div>
</div>
</div>
</section>
<!--<End Our Client Section>-->
<!--<Footer Start here>-->
<footer>
<div class="container">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 foo-about"> <img src="images/foo-logo.png"
class="img-responsive">
<p>call center solutions kerala </p>
<p><a href="https://www.bitvoice.in/">Free Call center Software</a></p>
<p><a href="ippbx.html">IP PBX systems kerala</a></p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 quick-links">
<h4>Quick Links</h4>
<div class="col-sm-12">
<div class="col-sm-6">
<ul class="foo-links">
<li><a href="index.html">Home </a></li>
<li><a href="about.html">About us </a></li>
<li><a href="javascript:void();">Our Products</a>
</l>
</ul>
</div>
<div class="col-sm-6">
<ul class="foo-links">
<li><a href="benefit.html">Benefit</a></li>
<li><a href="/">Contact us</a></li>
<li><a href="https://www.bitvoice.in">Call center solutions kerala</a></li>
</ul>
</div>
</div>
<div class="col-sm-12">
<ul class="foo-social">
<li><a href="https://www.facebook.com/bitvoice.in/" target="_blank"><i class="fa fa-facebook"
aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/Bitvoicesoln" target="_blank"><i class="fa fa-twitter"
aria-hidden="true"></i></a></li>
<!--li><a href="javascript:void();" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="javascript:void();" target="_blank"><i class="fa fa-skype" aria-hidden="true"></i></a></li-->
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 quick-contact">
<h4>Quick Contact</h4>
<ul>
<li><i class="fa fa-mobile" aria-hidden="true"></i>Phone : +91-484-2881750</li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a
href="mailto:support@bitvoice.in">support@bitvoice.in</a> / <a
href="mailto:info@bitvoice.in">info@bitvoice.in</a></li>
<li class="location">
<i class="fa fa-map-marker" aria-hidden="true"></i> BitVoice Solutions Private Limited<br>
Heavenly Plaza, Door No.XI/275-J8<br>
Apartment No: CS-1, First Floor<br>
      Civil Line Road, Chembumukku<br>
      Vazhakkala, Kakkanad- 682 021
</li>
</ul>
</div>
</div>
</footer>
<!--<Footer End here>-->
<section class="copyright-bg">
<div class="container">
<div class="copyright">
<p>Copyright © 2017 BitVoice Solutions Private Limited, All Right Reserved<br>
Web Designed by <a href="http://www.techsoftweb.com/" target="_blank">Techsoft</a></p>
</div>
<a href="javascript:void();" class="go-top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- For Tab -->
<script src="js/jquery.bootstrap-responsive-tabs.min.js"></script>
<!-- For Banner Slider -->
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>