-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
767 lines (700 loc) · 39.3 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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Home|ACT International</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/pe-icons.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" href="images/ico/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/ico/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/ico/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon-57x57.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function ($) {
'use strict';
jQuery('body').backstretch([
"images/bg/bg1.jpg",
"images/bg/bg2.jpg",
"images/bg/bg3.jpg"
], { duration: 5000, fade: 500, centeredY: true });
$("#mapwrapper").gMap({
controls: false,
scrollwheel: false,
markers: [{
latitude: 40.7566,
longitude: -73.9863,
icon: {
image: "images/marker.png",
iconsize: [44, 44],
iconanchor: [12, 46],
infowindowanchor: [12, 0]
}
}],
icon: {
image: "images/marker.png",
iconsize: [26, 46],
iconanchor: [12, 46],
infowindowanchor: [12, 0]
},
latitude: 40.7566,
longitude: -73.9863,
zoom: 14
});
});
</script>
</head>
<!--/head-->
<body>
<div id="preloader"></div>
<header class="navbar navbar-inverse navbar-fixed-top " role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<!-- <span style="background-image: url('images/ico/apple-touch-icon-72x72.png');display:block;height:40px;width:70px">
</span> -->
<h1> ACT International</h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Clients</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
</header>
<!--/header-->
<section id="main-slider" class="no-margin">
<div class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="carousel-content center centered">
<div style="margin:auto;">
<img src="images/logo/1.jpeg" class="company-logo" >
</div>
<h2 class="boxed animation animated-item-1 fade-down">AUDITING | CERTIFICATION |
TRAINING.
</h2>
<h4 class="boxed animation animated-item-2 fade-up">The Management System Experts
</h4>
<br>
<a class="btn btn-md animation bounce-in" href="#services">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
</div>
<!--/.carousel-inner-->
</div>
<!--/.carousel-->
</section>
<!--/#main-slider-->
<div id="content-wrapper">
<section id="services" class="white">
<div class="gap"></div> -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="center gap fade-down section-heading">
<h2 class="main-title">Our Skills</h2>
<hr>
</div>
</div>
</div>
</div> -->
<div class="container">
<div class="row">
<div class="col-md-4 ">
<div class="tile-progress tile-red bounce-in">
<div class="tile-header">
<h3>Auditing</h3>
</div>
<div class="tile-progressbar">
<span data-fill="90%" style="width: 90%;"></span>
</div>
<div class="tile-footer">
<h4>
<span class="pct-counter counter">90</span>%
</h4>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="tile-progress tile-cyan bounce-in">
<div class="tile-header">
<h3>Certification</h3>
</div>
<div class="tile-progressbar">
<span data-fill="95%" style="width: 95%;"></span>
</div>
<div class="tile-footer">
<h4>
<span class="pct-counter counter">95</span>%
</h4>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="tile-progress tile-primary bounce-in">
<div class="tile-header">
<h3>Training</h3>
</div>
<div class="tile-progressbar">
<span data-fill="92%" style="width: 92%;"></span>
</div>
<div class="tile-footer">
<h4>
<span class="pct-counter counter">92</span>%
</h4>
</div>
</div>
</div>
</div>
<!--/.row-->
<div class="gap"></div>
</div>
</section>
<!-- <section id="single-quote" class="divider-section">
<div class="container">
<div class="gap"></div>
<div class="row">
<div class='col-md-offset-2 col-md-8 fade-up'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<div class="carousel-inner">
<div class="item active">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/team/team01.jpg" style="width: 100px;height:100px;">
</div>
<div class="col-sm-9">
<p>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit!</p>
<small>Someone famous</small>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="gap"></div>
</div>
</section> -->
<section id="about-us" class="divider-section">
<div class="container">
<div class="gap"></div>
<div class="row">
<div class="col-md-12">
<div class="center gap fade-down section-heading">
<h2 class="main-title">A Little About Us</h2>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 fade-up">
<p>Founded in 2017 at Navi Mumbai with an objective of providing Auditing, Consultancy and
Training services that is honest and driven only by the experts. Unlike conventional service
providers, ACT International uses only established experts of relevant standard with
International exposure and long term experience in respective standards.
ACT International works with various domestic and multi-national clients including expert
support services to International third party Certification Bodies like Dekra, Intertek and
DNV-GL.
ACT International training service, especially in the area of management system auditing is
rated one of the finest globally. In association with international training organizations,
ACT International can also provide IRCA and Exempler Global accredited Auditor/ Lead Auditor
training services.</p>
<p>ACT International auditors are not only providing Internal Auditing services to their
clients but is working towards developing the internal auditing resources of their client's
organization they serve through coaching, witness audits , auditor supervision and auditor
evaluation services. ACT International has a pool of international auditors that work with
varoious third party Certification Bodies globally.
In the consultancy field, coaching of internal resource of the client organization takes
place in a manner that no external support is required in future, post certification by the
organization to sustain their established system.
The organization is founded by Principal Expert Mr. Prodipto Basu Roy. A Chartered Engineer
with Nuclear Energy background having auditing and training experience in more than 20
countries. Represented in panels for development of Indian standards in th e area of
Environment and Occupational Health & Safety.</p>
</div>
<div class="col-md-4 fade-up">
</div>
</div>
</div>
</section>
<section id="about-founder" class="white">
<div class="container">
<div class="gap"></div>
<div class="row">
<div class="col-md-12">
<div class="center gap fade-down section-heading">
<h2 class="main-title">About the Founder</h2>
<hr>
<!-- <p>Of an or game gate west face shed. no great but music too old found arose.</p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 ">
<img class="img-responsive" src="images/team/founder.jpeg" style="width: 250px;height:220px;">
</div>
<div class="col-md-8 col-md-offset-1-left fade-up">
<p>Our founder is the Principal Management System Expert and founded this company in the year 2017.
He is a chartered accountant with 32 years of industry experience.He has worked in projects around the globe in more than 20
countries and is an IRCA Registered LA course trainer since 1997.
Among his other positions also include being a panel member for drafting Indian standards.
</p>
</div>
</div>
</div>
</section>
<!-- <div class="gap"></div>
<div class="row fade-up">
<div class="col-md-6">
<div class="testimonial-list-item">
<img class="pull-left img-responsive quote-author-list" src="images/team/team01.jpg">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Manager at <cite title="Source Title">Company</cite></small>
</blockquote>
</div>
<div class="testimonial-list-item">
<img class="pull-left img-responsive quote-author-list" src="images/team/team01.jpg">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Manager at <cite title="Source Title">Company</cite></small>
</blockquote>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-list-item">
<img class="pull-left img-responsive quote-author-list" src="images/team/team01.jpg">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Manager at <cite title="Source Title">Company</cite></small>
</blockquote>
</div>
<div class="testimonial-list-item">
<img class="pull-left img-responsive quote-author-list" src="images/team/team01.jpg">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<small>Manager at <cite title="Source Title">Company</cite></small>
</blockquote>
</div>
</div>
</div> -->
<section id="team" class="white">
<div class="container">
<div class="gap"></div>
<div class="center gap fade-down section-heading">
<h2 class="main-title">Meet The Associates</h2>
<hr>
<p></p>
</div>
<div class="gap"></div>
<div id="meet-the-team" class="row">
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image ">
<img class="img-responsive bounce-in" src="images/team/team01.jpg" alt=""
style="height:400px;width:400px;">
<!-- <div class="overlay">
</div> -->
</div>
<div class="team-content fade-up">
<h5>Sudhir Kalsulkar<small class="role muted">Food Safety Expert</small></h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image">
<img class="img-responsive bounce-in" src="images/team/team02.jpg" alt=""
style="height:400px;width:400px;">
</div>
<div class="team-content fade-up">
<h5>H. Viswanathan<small class="role muted">Industrial and Process Safety Expert</small>
</h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image">
<img class="img-responsive bounce-in" src="images/team/team03.jpg" alt=""
style="height:400px;width:400px;">
</div>
<div class="team-content fade-up">
<h5>Vishal Pawar<small class="role muted">NEBOSH Qualified Safety Professional</small>
</h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="gap"></div>
<div class="gap"></div>
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image zoom">
<img class="img-responsive bounce-in" src="images/team/team04.jpg" alt=""
style="height:400px;width:400px;">
</div>
<div class="team-content fade-up">
<h5>Arvind Varma<small class="role muted">Automotive Quality Expert (IATF 16949)</small>
</h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image">
<img class="img-responsive bounce-in" src="images/team/team05.jpg" alt=""
style="height:400px;width:400px;">
</div>
<div class="team-content fade-up">
<h5>Indranil Ghosh<small class="role muted">Energy Management and Electrical Safety
Expert</small></h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="center team-member">
<div class="team-image">
<img class="img-responsive bounce-in" src="images/team/team06.jpg" alt=""
style="height:400px;width:400px;">
</div>
<div class="team-content fade-up">
<h5>Kallol Bhattacharya<small class="role muted">Finance & Labor Law Expert</small></h5>
<a class="btn btn-social btn-facebook" href="#"><i class="fa fa-facebook"></i></a> <a
class="btn btn-social btn-linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="gap"></div>
<div class="gap"></div>
</div>
</section>
<!-- <section id="stats" class="divider-section">
<div class="gap"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-xs-6">
<div class="center bounce-in">
<span class="stat-icon"><span class="pe-7s-timer bounce-in"></span></span>
<h1><span class="counter">246000</span></h1>
<h3>HOURS SAVED</h3>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center bounce-in">
<span class="stat-icon"><span class="pe-7s-light bounce-in"></span></span>
<h1><span class="counter">16875</span></h1>
<h3>FRESH IDEAS</h3>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center bounce-in">
<span class="stat-icon"><span class="pe-7s-graph1 bounce-in"></span></span>
<h1><span class="counter">99999999</span></h1>
<h3>HUGE PROFIT</h3>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="center bounce-in">
<span class="stat-icon"><span class="pe-7s-box2 bounce-in"></span></span>
<h1><span class="counter">54875</span></h1>
<h3>THINGS IN BOXES</h3>
</div>
</div>
</div>
</div>
<div class="gap"></div>
</section> -->
<section id="testimonial-carousel" class="divider-section">
<div class="gap"></div>
<div class="container">
<div class="row">
<div class="center gap fade-down section-heading">
<h2 class="main-title">What They Have Been Saying</h2>
<hr>
<!-- <p>Of an or game gate west face shed. no great but music too old found arose.</p> -->
<div class="gap"></div>
</div>
<div class='col-md-offset-2 col-md-8 fade-up'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators ">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner mb-2">
<!-- Quote 1 -->
<div class="item active">
<blockquote class="">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/1.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>I would like to express gratitude on the behalf of Parle Biscuits
Pvt. Ltd. - Nashik for outstanding contributions made by "Act
International" to the development of our company Environment &
Occupational Health and Safety Management System.
At that time, the EMS & OHSAS process is very new to our company and
wishing to obtain certification with the actual implementation by
involving all the Employees.
Mr. Basu's Broad Expertise, Strong,"down -to - earth" leadership
style helped in-depth understanding of all management system
requirements and their complete implementation in realistic way.
"We achieved qualitative result within 1 year!"
He is consummate professional, subject matter expert, exceptionally
well connected, active listener and asks insightful questions that
help quantify the business need and solidify the criteria for a
successful solution.
Thanks again for your responsiveness and reliable assistance!</p>
<small><b>Sanjay K Gahlawat</b></small>
<small>Plant Head, Parle Biscuits Pvt Ltd. Nashik</small>
</div>
</div>
</blockquote>
</div>
<!-- Quote 2 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/2.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>We are delighted with the audit that ACT Intrrnational Services has
carried out for our Mumbai office and Project site in customizing
ISO 9001:2015 Quality Systems & OHSAS 18001:2007. We are into
tranformation preparation stage from OHSAS to ISO 45001.
We would like to express our appreciation for the services that ACT
offer overall , specially for the work of Mr. Pradipto Basu Roy who
exhibits a high degree of professionalism and technical capability.
My attribute to ISO 9001 quality systems has completely changed as a
result of my experience with ACT International.
Our systems were made to suit & support our business operations in
structured way.
Mr. Prodipto reviewed & redesigned our system through several
changes to scope and business objectives. His attitude is solution
focused.
We would recommend ACT International to any company going through
the implementation of a Quality Management System to obtain an
accredited certification.
</p>
<small><b>Anoop Kumar Dasgupta</b></small>
<small>Vice President - Operations at Ex-Buzz Fire & Security Pvt Ltd.,
Mumbai</small>
</div>
</div>
</blockquote>
</div>
<!-- Quote 3 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/3.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>Act International is very professional company for implementation of
all kinds Management System, I have been working with the company
since last 4 years and having very excellent experience with Mr.
Prodipto Basu Roy Director of the company. He is personally also
very technical and knowledgeable person. He has wide experience in
all type of Management system implementation. Wish you all the best
for your professional journey.</p>
<small><b>Bhavesh Rami</b></small>
<small>Deccan Chemicals</small>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="gap"></div>
</div>
</section>
<!-- <div id="mapwrapper">
<div id="map"></div>
</div> -->
<section id="contact" class="white">
<div class="container">
<div class="gap"></div>
<div class="center gap fade-down section-heading">
<h2 class="main-title">Get In Touch</h2>
<hr>
</div>
<div class="gap"></div>
<div class="row">
<div class="col-md-4 fade-up">
<h3>Contact Information</h3>
<p><span class="fa fa-building-o"></span>
801, Emerald, Kritika Jewels <br>
Sector-18,Ulwe Node<br>
Navi Mumbai<br>
Maharashtra-410206<br>
<!-- Time Square, New York<br /> -->
<span class="fa fa-phone"></span>+91-9323581847<br />
<span class="fa fa-mobile"></span>+91-7977161374<br />
<span class="fa fa-envelope"></span> <a href="#">[email protected]</a> <br />
</p>
</div><!-- col -->
<div class="col-md-8 fade-up">
<h3>Drop Us A Message</h3>
<br>
<br>
<div id="message"></div>
<form method="post" action="connect.php" id="contact-form">
<input type="text" name="your_name" id="name" placeholder="Name" required />
<input type="text" name="your_email" id="email" placeholder="Email" required />
<input type="text" name="your_phone" id="phone" placeholder="Phone" required />
<textarea name="comments" id="comments" placeholder="Comments"></textarea>
<input class="btn btn-outlined btn-primary" type="submit" name="submit" value="Submit" />
</form>
</div><!-- col -->
</div><!-- row -->
<div class="gap"></div>
</div>
</section>
</div>
<div id="footer-wrapper">
<section id="bottom" class="">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 about-us-widget">
<h4>Global Coverage</h4>
<p>We offer our services to countries around the globe</p>
</div>
<!--/.col-md-3-->
<div class="col-md-4 col-sm-6">
<h4>Company</h4>
<div>
<ul class="arrow">
<li><a href="#about-us">Company Overview</a></li>
<li><a href="#team">Meet The Team</a></li>
<li><a href="#services">Our Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<h4>Registered Office</h4>
<address>
<strong> 801, Emerald, Kritika Jewels </strong><br>
Sector-18,Ulwe Node<br>
Navi Mumbai<br>
Maharashtra-410206<br>
<abbr title="Phone"><i class="fa fa-phone"></i></abbr> +91-9323581847<br>
<abbr title="Phone"><i class="fa fa-phone"></i></abbr> +91-7977161374
</address>
</div>
<!--/.col-md-3-->
</div>
</div>
</section>
<!--/#bottom-->
<footer id="footer" class="">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
© 2020 ACT International.
</div>
<div class="col-sm-12 text-center">
All Rights Reserved.
</div>
</div>
<div class="row">
<div class="col-sm-12">
<ul class="pull-right">
<li><a id="gototop" class="gototop" href="#"><i class="fa fa-chevron-up"></i></a></li>
<!--#gototop-->
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCWDPCiH080dNCTYC-uprmLOn2mt2BMSUk&sensor=true"></script>
<script src="js/init.js"></script>
<script>
$("#contact-form").on("submit", function (e) {
e.preventDefault();
if ($("#contact-form [name='your_name']").val() === '') {
$("#contact-form [name='your_name']").css("border", "1px solid red");
}
else if ($("#contact-form [name='your_email']").val() === '') {
$("#contact-form [name='your_email']").css("border", "1px solid red");
}
else {
var sendData = $(this).serialize();
$.ajax({
type: "POST",
url: "get_response.php",
data: sendData,
success: function (data) {
alert('Thank You');
$("#contact-form").find("input[type=text], input[type=email], textarea").val("");
}
});
}
});
$("#contact-form input").blur(function () {
var checkValue = $(this).val();
if (checkValue != '') {
$(this).css("border", "1px solid #eeeeee");
}
});
</script>
</body>
</html>