-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
717 lines (586 loc) · 37.1 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
<!DOCTYPE html>
<html lang="es">
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700%7CMerriweather:400,300%7CRaleway:800,600,500,400,300%7CLibre+Baskerville:400,400italic%7CMontserrat%7CRoboto:300%7COpen+Sans:300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>DigiFutura</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/isotope.css" />
<link rel="stylesheet" href="css/epic.css" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="js/owl-carousel/owl.theme.css" rel="stylesheet">
<link href="js/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="css/YTPlayer.css" rel="stylesheet">
<link rel="shortcut icon" href="images/logo/favicon.ico">
<link rel="icon" type="image/png" sizes="64x64" href="images/logo/favicon-64.png">
<!--[if lt IE 9]>
<script src="./js/html5shiv.js"></script>
<script src="./js/respond.js"></script>
<![endif]-->
</head>
<body>
<div id="ip-container" class="ip-container">
<header class="ip-header">
<div class="ip-logo">
<img src="images/logo/loader.png" alt=""/>
</div>
<div class="ip-loader">
<svg class="ip-inner" width="60px" height="60px" viewBox="0 0 80 80">
<path class="ip-loader-circlebg" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/>
<path id="ip-loader-circle" class="ip-loader-circle" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/>
</svg>
</div>
</header>
<header id="header">
<div class="jt_row container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand normal" href="#home"><img src="images/logo/logo.png" alt="EPIC Theme" style="margin-top:-30px;"/></a>
<a class="navbar-brand mini" href="#home"><img src="images/logo/mini.png" alt="EPIC Theme"/></a>
<a class="navbar-brand mini darker" href="#home"><img src="images/logomini.png.png" alt="EPIC Theme"/></a>
</div>
<nav class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul id="nav" class="nav navbar-nav navigation">
<li class="page-scroll menu-item"><a href="#home-slider">Home</a></li>
<li class="page-scroll menu-item"><a href="#about">About</a></li>
<li class="page-scroll menu-item"><a href="#services">Services</a></li>
<li class="page-scroll menu-item"><a href="#portfolio">Works</a></li>
<li class="page-scroll menu-item"><a href="#clients">Clients</a></li>
<li class="page-scroll menu-item"><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="home-slider">
<div class="overlay"></div>
<div id="owl-main" class="">
<div class="item"><img src="images/banner/1%20(3).jpg" alt=""></div>
<div class="item"><img src="images/banner/1%20(3).jpg" alt=""></div>
<div class="item"><img src="images/banner/1%20(3).jpg" alt=""></div>
</div>
<div class="slide-content">
<span class="logointro"><img src="images/logo/emblem.png" alt=""/></span>
<div id="owl-main-text" class="owl-carousel">
<div class="item">
<h2 style="color:#d32723">WEB Apps</h2>
</div>
<div class="item">
<h2 style="color:#d32723">Mobile Apps</h2>
</div>
<div class="item">
<h2 style="color:#d32723">UI/UX design</h2>
</div>
</div>
<div class="slide-sep"></div>
</div>
<div class="mouse"><span></span></div>
</section>
<section id="about" class="section">
<div class="container">
<div class="jt_row jt_row-fluid row">
<div class="col-md-3 jt_col column_container">
<div><h2 class="title">About Us</h2></div>
</div>
<div class="col-md-9 jt_col column_container">
<div class="text presentation">
<span> At DigiFutura, we
provide you complete solutions in the fields of Design, Mobile App Development, Web App
Development, and the Internet of Things (IoT). We apply our proficiency in User Experience
(UX), Ruby on Rails (RoR), and JavaScript frameworks to create top-class apps for our
clients.</span>
</div>
</div>
</div>
<div class="jt_row jt_row-fluid row">
<div class="col-md-3 jt_col column_container">
</div>
<div class="col-md-9 jt_col column_container">
<div class="text" style="margin-bottom:100px; margin-top:-40px;">
We undertake projects in video streaming, E-commerce, Master Data
Management (MDM), and travel and social networking apps. We follow agile and test-driven
development methodologies to build responsive and scalable applications.Most of our clients have come to us with their ideas in skeletal form and have left with their
dream project up and running. Come to us with your idea and we will build it for you! We
will exercise our passion to build your vision.
Our young and enthusiastic team of developers, and designers will ensure that your
association with DigiFutura is a long, happy, and fruitful one. Reach out to us (we can link
the contact page to this text) at our Bangalore and Vietnam offices.
</div>
</div>
</div>
</div>
</section>
<section>
<!--<div class="row">-->
<!--<div class="col-md-12" style="margin-bottom:180px;">-->
<!--<div class="col-md-6 bordy" style="background-color:rgba(53, 45, 45, 0.27); border-right-color: rgb(211, 39, 35);
border-right-style: solid;
border-right-width: 1px; height:250px;border-bottom-color: rgb(211, 39, 35);
border-bottom-style: solid;
border-bottom-width: 1px;">
<div class=" boxy"><div style="text-align:center;" >
<i class="fa fa-globe fa-3x"></i></div>
<h2 style="text-align:center;"> video streaming</h2>
<h2 style="text-align:center;">E-commerce</h2>
<h2 style="text-align:center;"> Master Data Management (MDM)</h2>
<h2 style="text-align:center;">travel and social networking apps</h2></div>
</div>-->
<!--<div class="col-md-6 bordy" style="background-color:rgba(57, 43, 43, 0.65); border-left-color: rgb(211, 39, 35);
border-left-style: solid;
border-left-width: 1px; height:250px;border-bottom-color: rgb(211, 39, 35);
border-bottom-style: solid;
border-bottom-width: 1px;">
<div class=" boxy"><div style="text-align:center;" >
<i class="fa fa-globe fa-3x"></i></div>
<h2 style="text-align:center;"> video streaming</h2>
<h2 style="text-align:center;">E-commerce</h2>
<h2 style="text-align:center;"> Master Data Management (MDM)</h2>
<h2 style="text-align:center;">travel and social networking apps</h2></div>
</div>-->
<!--<div class="col-md-6 bordy" style="background-color:rgba(57, 43, 43, 0.65); border-right-color: rgb(211, 39, 35);
border-right-style: solid;
border-right-width: 1px; height:250px;border-top-color: rgb(211, 39, 35);
border-top-style: solid;
border-top-width: 1px;" >
<div class=" boxy"><div style="text-align:center;" >
<i class="fa fa-globe fa-3x"></i></div>
<h2 style="text-align:center;"> video streaming</h2>
<h2 style="text-align:center;">E-commerce</h2>
<h2 style="text-align:center;"> Master Data Management (MDM)</h2>
<h2 style="text-align:center;">travel and social networking apps</h2></div>
</div>-->
<!--<div class="col-md-6 bordy" style="background-color:rgba(53, 45, 45, 0.27); border-left-color: rgb(211, 39, 35);
border-left-style: solid;
border-left-width: 1px; height:250px;border-top-color: rgb(211, 39, 35);
border-top-style: solid;
border-top-width: 1px;">
<div class=" boxy"><div style="text-align:center;" >
<i class="fa fa-globe fa-3x"></i></div>
<h2 style="text-align:center;"> video streaming</h2>
<h2 style="text-align:center;">E-commerce</h2>
<h2 style="text-align:center;"> Master Data Management (MDM)</h2>
<h2 style="text-align:center;">travel and social networking apps</h2></div>
</div>-->
<!--</div>
</div>-->
</section>
<section class="section child separator">
<div class="container full-width">
<div class="jt_row jt_row-fluid row">
<div class="col-md-12 jt_col column_container">
<a href="#" class="megabutton">
<span class="title mini">Start a project</span>
<span class="subtitle">Want to work with us?</span>
<span class="subtitle strong">Let's Get Started</span>
<span class="go-btn">
<img src="images/start-project.png" alt="Go">
</span>
</a>
</div>
</div>
</div>
</section>
<section id="our-studio" class="section">
<div class="container full-width">
<div class="jt_row jt_row-fluid row">
<div class="col-md-6 jt_col column_container">
<div class="carousel-wrapper full with_buttons with_pagination round_inner">
<div class="overlay op50"></div>
<div id="owl-studio" class="owl-carousel generic-carousel">
<div class="item"><img src="images/team/team1.jpg" alt=""></div>
<div class="item"><img src="images/team/team2.jpg" alt=""></div>
<div class="item"><img src="images/team/team4.jpg" alt=""></div>
</div>
</div>
</div>
<div class="col-md-4 jt_col column_container" id="our-studio-presentation">
<div class="voffset200"></div>
<h2 class="title invert-2">Our Studio</h2>
<h3 class="subtitle mini">GET TO KNOW US</h3>
<div class="voffset100"></div>
<a href="#portfolio" class="button next inverse">View Works</a>
<div class="voffset50"></div>
</div>
</div>
</div>
</section>
<section id="our-story" class="section" >
<div class="jt_row jt_row-fluid row container">
<div class="col-md-3 jt_col column_container">
<h2 class="title invert">Process</h2>
</div>
<div class="col-md-9 jt_col column_container">
<div class="text invert">
Success in a digital environment hinges on speed. At the heart of every successful project is an agile team sharing common goals. Our interdisciplinary teams are scalable for projects of all shapes and sizes.</div>
</div>
</div>
<div class="jt_row jt_row-fluid row overlap topmar" style="margin-top:-150px;" >
<div class="col-md-12 jt_col column_container">
<div class="carousel-wrapper with_buttons contrast">
<div id="owl-story" class="owl-carousel generic-carousel">
<div class="item"><img src="images/process/dg-futura-(1).png" alt=""></div>
<div class="item"><img src="images/process/dg1.png" alt=""></div>
<div class="item"><img src="images/process/dj2.png" alt=""></div>
<div class="item"><img src="images/process/dj3.png" alt=""></div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="section bg-light-gray">
<div class="container"style=" margin-bottom:-150px;">
<div class="jt_row jt_row-fluid row">
<div class="col-md-3 jt_col column_container">
<h2 class="title">Services</h2>
</div>
<div class="col-md-9 jt_col column_container">
<div class="text">
We work on a range of platforms including <strong>RoR</strong> , <strong>Android</strong> , and <strong>iOS</strong> to create our product offerings. Our expertise extends across four principal domains:
</div>
</div>
</div>
<div class="jt_row jt_row-fluid row">
<div class="row">
<div class="col-md-12" style="margin-bottom:180px;">
<div class="col-md-4" style="padding-top:180px; margin-bottom:200px">
<div class="card transition">
<a href="#"><h2 class="transition " style="color: #3487f7;font-family: 'Raleway', sans-serif;font-size: 24px;font-weight: 200;margin-top: 150px;position: absolute;text-align: center;width: 100%;z-index: 9999;">User Experience</h2></a>
<p class="transition " style="color: #000000;
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-weight: normal;
margin-top: 200px;
position: absolute;
text-align: center;
z-index: 9999;
}">We are known for user research, user experience design and quick prototyping using FramerJS.</p>
<div class="cta-container transition"><a href="uxdesign.html" class="cta">View More</a></div>
<div class="card_circle transition" style="background: url('https://www.marketingtechblog.com/wp-content/uploads/2013/08/user-experience.jpg') no-repeat center bottom;"></div>
</div>
</div>
<div class="col-md-4 " style="padding-top:180px; margin-bottom:200px">
<div class="card transition">
<a href="#"> <h2 class="transition " style="color: #3487f7;
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 200;
margin-top: 150px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;">Mobile App Development</h2></a>
<p class="transition " style="color: #000000;
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-weight: normal;
margin-top: 200px;
position: absolute;
text-align: center;
z-index: 9999;
}">We are one of the well know design led application development company, having expertise in developing applications for enterprise & startup's.</p>
<div class="cta-container transition cardd" ><a href="mobileapp.html" class="cta" >View More</a></div>
<div class="card_circle transition" style="background: url(' http://www.mobdevapp.com/wp-content/uploads/2013/08/Mobile-Application-Development.jpg') no-repeat center bottom;"></div>
</div>
</div>
<div class="col-md-4" style="padding-top:180px; margin-bottom:200px">
<div class="card transition">
<a href="#"><h2 class="transition " style="color: #3487f7;
font-family: 'Raleway', sans-serif;
font-size: 24px;
font-weight: 200;
margin-top: 150px;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;">Web Development</h2></a>
<p class="transition " style="color: #000000;
font-family: 'Raleway', sans-serif;
font-size: 100%;
font-weight: normal;
margin-top: 200px;
position: absolute;
text-align: center;
z-index: 9999;
}">Being one of the India's fastest grawing Ruby on Rails development company. We have delivered some emerging products to our clients.</p>
<div class="cta-container transition"><a href="webapp.html" class="cta">View More</a></div>
<div class="card_circle transition" style="background: url('http://websitment.com/images/service-web-development.png') no-repeat center bottom;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="section">
<div class="container">
<div class="jt_row jt_row-fluid row">
<div class="col-md-3 jt_col column_container">
<h2 class="title">Projects</h2>
</div>
<div class="col-md-9 jt_col column_container">
</div>
</div>
</div> <!-- End .container -->
</section>
<section id="portfolio-2" class="section">
<div class="container full-width">
<div class="jt_row jt_row-fluid row">
<div class="col-md-12 jt_col column_container">
<ul class="folio-filter xtra container" data-option-key="filter">
<li><a class="selected" href="#filter" data-option-value="*">All Works</a></li>
<li><a href="#filter" data-option-value=".design">UX/Design</a></li>
<li><a href="#filter" data-option-value=".motion">Mobile Apps</a></li>
<li><a href="#filter" data-option-value=" .web">Web Apps</a></li>
</ul>
<div id="ajax"></div>
<div class="portfolio-grid">
<div id="folio" class="isotope">
<div id="da-thumbs" class="da-thumbs">
<div class="folio-item isotope-item motion">
<div class="portfolio-thumb">
<a href="billclip.html">
<img src="images/Billclip/01_upcoming_iphone_white_portrait.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4 >Bill Clip</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item motion" >
<div class="portfolio-thumb">
<a href="truxie.html">
<img src="images/Truxie/IMG_0272_ipadair2_gold_portrait.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4 >Truxie</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item motion">
<div class="portfolio-thumb">
<a href="reebonz.html">
<img src="images/Reebonz/01_upcoming_iphone_BLACK_portrait.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>Reebonz</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item design" >
<div class="portfolio-thumb">
<a href="Healthbook.html">
<img src="images/portfolio/healthbook!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>Health Book</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item web " >
<div class="portfolio-thumb">
<a href="healthysurprise.html">
<img src="images/portfolio/healthysuprise!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>Healthy Surprise</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item design ">
<div class="portfolio-thumb">
<a href="spi.html">
<img src="images/portfolio/spi!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>SPI</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item motion" >
<div class="portfolio-thumb">
<a href="sway.html">
<img src="images/portfolio/sway!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>Sway</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item web" >
<div class="portfolio-thumb">
<a href="thefunnel.html">
<img src="images/portfolio/theefunnel!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>The Funnel</h4>
</div>
</div>
</a>
</div>
</div>
<div class="folio-item isotope-item web " >
<div class="portfolio-thumb">
<a href="vedit.html">
<img src="images/portfolio/viedit!.png" class="img-responsive" alt=""/>
<div class="portfolio-dark-overlay"></div>
<div class="portfolio-inner">
<div class="portfolio-inner-ctr">
<span class="zoom"></span>
<h4>Viedit</h4>
</div>
</div>
</a>
</div>
</div>
</div> <!-- End .da-thumbs -->
</div> <!-- End #folio -->
</div> <!-- End .portfolio-grid -->
</div> <!-- End .jt_col -->
</div> <!-- End .jt_row -->
</div> <!-- End .container -->
</section>
<section id="clients" class="section bg-light-gray">
<div class="container">
<div class="jt_row jt_row-fluid row">
<div class="col-md-3 jt_col column_container">
<h2 class="title">Clients</h2>
</div>
<div class="col-md-9 jt_col column_container">
<div class="text">
</div>
</div>
</div>
<div class="jt_row jt_row-fluid row">
<div class="col-md-12 jt_col column_container">
<ul class="clients-list clearfix">
<li><a href="#"><img src="images/zoomcars.jpg" alt=""></a></li>
<li><a href="#"><img src="images/bluejeans-logo-blue-text.png" alt=""></a></li>
<li><a href="#"><img src="images/Accion-Labs-Logo-website-e1411728963805.png" alt=""></a></li>
<li><a href="#"><img src="images/viedit_logo.png" alt=""></a></li>
<li><a href="#"><img src="images/wooed_logo.png" alt=""></a></li>
<li><a href="#"><img src="images/healty_suprise_logo.png" alt=""></a></li>
<li><a href="#"><img src="images/covest_capital_logo.png" alt=""></a></li>
<li><a href="#"><img src="images/onvia_logo.png" alt=""></a></li>
</ul>
</div>
</div>
</div> <!-- End .container -->
</section>
<section id="contact" class="section" >
<div class="container full-width">
<div class="jt_row jt_row-fluid row">
<div class="col-md-12 col-md-offset-1 jt_col column_container" style=" margin-top: 25px;">
<h2 class="title invert-2">Contact</h2>
</div>
<div class="row">
<div class="">
<div class="jt_row jt_row-fluid row col-md-offset-1 col-md-6 visible">
<div class="col-md-5 jt_col col-md-offset-2 column_container">
<h4 class="address-title">INDIA</h4>
<div class="address"><p>98/1 MMR Plaza, 1st Floor above DCB Bank, Jakkasandra, 1st Block Koramangala,
Bengaluru, Karnataka 5600345</p></div><div class="address">090662 48726</div>
</div>
<div class="col-md-1 jt_col column_container"></div>
<div class="col-md-5 jt_col column_container">
<h4 class="address-title">VIETNAM</h4>
<div class="address">Golden Bee Building, 607-609, Nguyen Kiem, Ho Chi Minh City, Vietnam</div>
</div>
</div>
<div class="jt_row jt_row-fluid row col-md-6 visible">
<div class="col-md-12 jt_col column_container">
<form action="mail.php" method="post" id="contactform" class="contact-form" novalidate="novalidate">
<p class="col"><input type="text" placeholder="Full Name" name="name" class="text name required" style="background-color:white;"></p>
<p class="col col2"><input type="phone" placeholder="Phone Number" name="phone" class="text phone required" style="background-color:white;"></p>
<p class="col5" style=""><input type="email" placeholder="Your Email" name="email" class="text email required" style="background-color:white;"></p>
<p style=""><textarea name="message" class="text area required" placeholder="Type Message" style="background-color:white;"></textarea></p>
<div class="formSent"><strong>Your Message Has Been Sent!</strong> Thank you for contacting us.</div>
<p class="clearfix" style="color:#fff;"><input type="submit" value="Say Hello" class="button submit next"></p>
</form>
</div>
</div>
</div>
</div>
</div>
</div> <!-- End .container -->
</section>
<footer id="footer" class="section">
<a href="#home-slider" class="scrollup">Back to top</a>
<div class="container">
<h4 class="social-title2">Follow Us On Social Media</h4>
<ul class="social">
<li><a href="https://www.facebook.com/digifutura" class="icon tw"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://twitter.com/digifutura" class="icon fb"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/company/digifutura" class="icon"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://plus.google.com/u/0/100724894743376338416/posts" class="icon"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.pinterest.com/digifutura/" class="icon"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</footer>
<div class="md-overlay"></div>
<div class="modal-form">
<span class="title mini" style="color:#711B19">Start a project</span>
<span class="subtitle">Want to work with us?</span>
<span class="subtitle strong">Let' Get Started</span>
<form action="mail.php" method="post" id="contact-project" class="contact-form">
<p class="col"><input type="text" placeholder="Full Name" name="name" class="text required name"></p>
<p class="col col2"><input type="phone" placeholder="Phone Number" name="Phone Number" class="text required email"></p>
<p class=""><input type="email" placeholder="Email" name="email" class="text required email"></p>
<p><textarea name="message" class="text required area" placeholder="Type Message"></textarea></p>
<p class="clearfix"><input type="submit" value="Say Hello" class="button submit inverse next"></p>
<div class="formSent"><strong>Your Message Has Been Sent!</strong> Thank you for contacting us.</div>
</form>
</div>
</div>
<!-- BEGIN Scripts-->
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.js"></script>
<script src="js/classie.js"></script>
<script src="js/pathLoader.js"></script>
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.inview.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/default.js"></script>
<!-- END Scripts -->
</body>
</html>