-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
893 lines (813 loc) · 42.5 KB
/
index.html
File metadata and controls
893 lines (813 loc) · 42.5 KB
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
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Dat tech lab, dat, dat lab, dattechlab, dattech">
<meta name="description" content="Start your digital journey with us where ideas take flight">
<title>DAT TECH LAB</title>
<link rel="icon" href="assets/images/logo/logo.png" type="image/icon type">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700%7COswald:300,400,500,600,700" rel="stylesheet" type="text/css">
<!-- styles -->
<link href="assets/css/plugins.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TSE1KS4XY4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TSE1KS4XY4');
</script>
</head>
<body class="loader">
<!-- loading start -->
<div class="loading">
<div>
<img class="logo-loading" src="assets/images/logo/logo.png" alt="logo" >
<p class="text-color-6" style="margin-top: 100px; font-weight: 400;">DAT TECH LAB</p>
</div>
</div>
<!-- loading end -->
<!-- pointer start -->
<div class="pointer" id="pointer">
<i class="fas fa-long-arrow-alt-right"></i>
<i class="fas fa-search"></i>
<i class="fas fa-link"></i>
</div><!-- pointer end -->
<!-- to-top-btn start -->
<a class="to-top-btn pointer-small" href="index.html">
<span class="to-top-arrow"></span>
</a><!-- to-top-btn end -->
<!-- header start -->
<header class="fixed-header" style="background-color: #fafafa;">
<!-- header-flex-box start -->
<div class="header-flex-box" >
<!-- logo start -->
<a id="logo_hide" href="index.html" class="logo pointer-large animsition-link">
<div class="logo-img-box">
<div class="header-company-name">
<!-- <img src="assets/images/logo/Asset 7.png" alt="logo"> -->
<!-- <p class="slider-overlay2" style="font-size: 22px; margin-top: 10px;color: #fff;">DAT TECH LAB</p><br> -->
<span style="color: #ff502f;">DAT TECH LAB</span>
</div>
</div>
</a>
<!-- logo end -->
<ul class="header_nav_items header_responsive" style="color: #5f6368;padding-bottom: 20px;">
<a href="#home"><li>Home</li></a>
<a href="#about"><li>About</li></a>
<a href="#services"><li>Service</li></a>
<a href="#contact"><li>Contact</li></a>
</ul>
<div id="header_responsive_bar1" class="header_responsive_bar" style="width: 30px; margin: 15px;" onclick="loadResponsiveNavbar()">
<img src="./assets/images/accessories/menu.svg" alt="" width="40px" />
</div>
</div><!-- header-flex-box end -->
</header><!-- header end -->
<div class="fixed-header1" id="responsive_navbar1" style="width: 100vw; text-align: center; padding-top: 15px; padding-bottom: 15px; background: #fafafa; color: #5f6368;">
<div style="display: flex; justify-content: center;">
<ul>
<a href="#home">
<li style="padding: 5px">Home</li>
</a>
<a href="#about">
<li style="padding: 5px">About</li>
</a>
<a href="#services">
<li style="padding: 5px">Service</li>
</a>
<a href="#contact">
<li style="padding: 5px">Contact</li>
</a>
</ul>
<div id="header_responsive_bar2" class="header_responsive_bar" style="width: 30px; position: absolute; right: 15px;" onclick="loadResponsiveNavbar()">
<img src="./assets/images/accessories/menu.svg" alt="" width="40px" />
</div>
</div>
</div>
<!-- animsition-overlay start -->
<main class="animsition-overlay" data-animsition-overlay="true">
<!-- home-slider start -->
<section class="home-slider fullscreen-home-slider" id="home">
<!-- swiper-wrapper start -->
<div class="swiper-wrapper">
<!-- swiper-slide start -->
<div class="swiper-slide flex-min-height-box home-slide">
<!-- slide-bg -->
<div class="slide-bg" style="background: #fff;"></div>
<!-- <div class="bg-overlay"></div> -->
<!-- home-slider-content start -->
<div class="home-slider-content flex-min-height-inner dark-bg-1" style="background: #fff;">
<!-- container start -->
<div class="container top-bottom-padding-120 text-center">
<div class="p-style-bold-up text-height-20 slider-fade slider-tr-delay03" style="width: 70px; display: block; margin-left: auto; margin-right: auto;">
<img src="./assets/images/logo/Asset 7.png" />
</div>
<p class="slider-overlay2" style="font-size: 22px; margin-top: 10px;">DAT TECH LAB</p><br>
<h2 class="slider-overlay2 medium-title" style="color: #ff502f;">Beyond Digital</h2><br />
<h2 class="large-title-bold" style="margin-top: 40px;">
<span class="slider-overlay2">Embrace the digital</span><br>
<span class="slider-overlay2 slider-tr-delay01">world with us</span><br>
<!-- <span class="slider-overlay2 slider-tr-delay02"></span> -->
</h2>
</div><!-- container end -->
</div><!-- home-slider-content end -->
</div><!-- swiper-slide end -->
<!-- swiper-slide start -->
<div class="swiper-slide flex-min-height-box home-slide">
<!-- slide-bg -->
<div class="slide-bg" style="background: #fff;"></div>
<!-- home-slider-content start -->
<div class="home-slider-content flex-min-height-inner dark-bg-1">
<!-- container start no res slider-->
<div class="slider-non-res">
<div class="container top-bottom-padding-120" style="padding-left: 30px;">
<h2 class="slider-overlay2 medium-title" style="color: #ff502f;">Welcome to dat</h2>
<h3 class="large-title-bold ">
<span class="slider-overlay2 slider-tr-delay01">Pushing your</span><br>
<span class="slider-overlay2 slider-tr-delay02">business beyond</span><br>
<span class="slider-overlay2 slider-tr-delay03">Digital limits</span>
</h3>
<div class="slider-fade slider-tr-delay04 top-margin-30">
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#services" class="border-btn" data-text="Services">Services</a>
</div>
</div>
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#products" class="border-btn" data-text="Products">Products</a>
</div>
</div>
</div>
</div>
<div>
<div class="slider-overlay2" style="width: 50vw;">
<img style="height: 100vh; " src="./assets/images/slider/slider2.jfif"/>
</div>
</div>
</div>
<!-- container end no res slider-->
<!--container start res slider-->
<div class="slider-res" style="text-align: center;">
<div class="container top-bottom-padding-120">
<h2 class="slider-overlay2 medium-title" style="color: #ff502f;">Welcome to dat</h2>
<h3 class="large-title-bold ">
<span class="slider-overlay2 slider-tr-delay01">Pushing your</span><br>
<span class="slider-overlay2 slider-tr-delay02">business beyond</span><br>
<span class="slider-overlay2 slider-tr-delay03">Digital limits</span>
</h3>
<div class="slider-fade slider-tr-delay04 top-margin-30">
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#services" class="border-btn" data-text="Services">Services</a>
</div>
</div>
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#products" class="border-btn" data-text="Products">Products</a>
</div>
</div>
</div>
</div>
</div>
<!--container end res slider-->
</div><!-- home-slider-content end -->
</div><!-- swiper-slide end -->
<!-- swiper-slide start -->
<div class="swiper-slide flex-min-height-box home-slide">
<!-- slide-bg -->
<div class="slide-bg" style="background: #fff;"></div>
<!-- <div class="bg-overlay"></div> -->
<!-- home-slider-content start -->
<div class="home-slider-content flex-min-height-inner dark-bg-1">
<!-- container start non-res-->
<div class="slider-non-res">
<div>
<div class="slider-overlay2" style="width: 50vw;">
<img style="height: 100vh; " src="./assets/images/slider/slider3.jpg"/>
</div>
</div>
<div class="container top-bottom-padding-120 text-right" style="padding-right: 30px;">
<h2 class="large-title-bold ">
<span class="slider-overlay2">Experience</span><br>
<span class="slider-overlay2 slider-tr-delay01">ethical</span><br>
<span class="slider-overlay2 slider-tr-delay02">Development</span>
</h2>
<p class="p-style-bold-up text-height-20 slider-fade slider-tr-delay03 " style="background-color: black; color: #ff502f;">#creative_team #innovative_ideas #best_service</p><br>
<div class="slider-fade slider-tr-delay04 top-margin-30">
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#contact" class="border-btn" data-text="hire us">hire us</a>
</div>
</div>
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#contact" class="border-btn" data-text="career">career</a>
</div>
</div>
</div>
</div>
</div>
<!-- container end non-res-->
<!-- container start res-->
<div class="slider-res" style="text-align: center;">
<div class="container top-bottom-padding-120">
<h2 class="large-title-bold ">
<span class="slider-overlay2">Experience</span><br>
<span class="slider-overlay2 slider-tr-delay01">ethical</span><br>
<span class="slider-overlay2 slider-tr-delay02">Development</span>
</h2>
<p class="p-style-bold-up text-height-20 slider-fade slider-tr-delay03 " style="background-color: black; color: #ff502f;">#creative_team #innovative_ideas #best_service</p><br>
<div class="slider-fade slider-tr-delay04 top-margin-30">
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#contact" class="border-btn" data-text="hire us">hire us</a>
</div>
</div>
<div class="border-btn-box pointer-large">
<div class="border-btn-inner">
<a href="#contact" class="border-btn" data-text="career">career</a>
</div>
</div>
</div>
</div>
</div>
<!-- container end res-->
</div><!-- home-slider-content end -->
</div><!-- swiper-slide end -->
</div><!-- swiper-wrapper end -->
<!-- scroll-btn start -->
<!-- <a href="#down" class="scroll-btn pointer-large">
<div class="scroll-arrow-box">
<span class="scroll-arrow"></span>
</div>
<div class="scroll-btn-flip-box">
<span class="scroll-btn-flip" data-text="Scroll">Scroll</span>
</div>
</a> -->
<!-- scroll-btn end -->
</section><!-- home-slider end -->
<!-- flex-min-height-box start -->
<section class="dark-bg-2 flex-min-height-box" style="background-color: #fff;">
<!-- flex-min-height-inner start -->
<div class="flex-min-height-inner">
<!-- container start -->
<div class="container small" style="padding-top: 50px; padding-bottom: 50px;" >
<!-- flex-container start -->
<div data-animation-container class="flex-container">
<!-- column start -->
<div class="twelve-columns text-center" >
<h2 class="large-title text-height-12">
<span data-animation-child class="title-fill" data-animation="title-fill-anim" data-text="Purpose">Purpose</span><br>
<!-- <span data-animation-child class="title-fill tr-delay01" data-animation="title-fill-anim" data-text="We are Xen">We are Xen</span> -->
</h2>
<!-- column start -->
<div class="twelve-columns text-center">
<p data-animation-child class="p-letter-style text-color-4 text-height-13 fade-anim-box tr-delay04" data-animation="fade-anim" style="font-size: 15px; color: #ff502f;">START YOUR DIGITAL JOURNEY WITH US, WHERE IDEAS TAKE FLIGHT</p>
</div>
<!-- column end -->
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns">
<div class="content-left-margin-20">
<p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay02" data-animation="fade-anim" style="color: #5f6368;">
We are committed to helping you take your business to the next level by providing
innovative and pragmatic solutions to hurdles that you face in the digital scope
and assist you on your digital journey. Our purpose is to push beyond digital
limits for our clients and aid in strengthening their business.
</p>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns text-center">
<h2 class="large-title text-height-12" style="margin-top: 15px;">
<span data-animation-child class="title-fill" data-animation="title-fill-anim" data-text="Our Speciality">Our Speciality</span><br>
<!-- <span data-animation-child class="title-fill tr-delay01" data-animation="title-fill-anim" data-text="We are Xen">We are Xen</span> -->
</h2>
<!-- column start -->
<!-- <div class="twelve-columns text-center">
<p data-animation-child class="p-letter-style text-color-4 text-height-13 fade-anim-box tr-delay04" data-animation="fade-anim" style="font-size: 15px;">INNOVATION AND CREATIVITY IN PERFECT HARMONY</p>
</div> -->
<!-- column end -->
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns">
<div class="content-left-margin-20">
<p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay03" data-animation="fade-anim" style="color: #5f6368;">
Dat Tech Lab specialises in Application and Website development where we visualise
your dreams into reality. We further support SEO optimization for improving your
visibility in a competitive environment. We deliver what you envision. We provide
you with extended assistance and updation to every project and discover ways to
improve and enhance the project.
</p>
</div>
</div>
<!-- column end -->
<!-- column start -->
<div class="twelve-columns">
<div class="content-left-margin-20">
<p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay03" data-animation="fade-anim" style="color: #5f6368;">
At Dat Tech Lab, ethical development is a core philosophy. We value your and your
client’s privacy and are committed to delivering quality services well within ethical
boundaries. At the heart of our organisation is an aspiration to formulate ideas and
create digital solutions to problems faced by our clients. Beyond fulfilling digital
needs, we are empathetic and consider it integral to an organisation to be able to
devise solutions that benefit society.
</p>
</div>
</div>
<!-- column end -->
</div><!-- flex-container end -->
</div><!-- container end -->
</div><!-- flex-min-height-inner end -->
</section><!-- flex-min-height-box end -->
<!--Line starts-->
<div style="display: flex; padding-left: 30vw; padding-right: 30vw; background-color: #fff;padding-top: 40px; padding-bottom: 40px;">
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
<div style="width: 30vw;background-color: #ff502f;min-height: 2px;"></div>
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
</div>
<!--Line ends-->
<!-- dark-bg-2 start -->
<div id="services" style="background-color: #fff;">
<div class="text-center " style="padding-top: 100px;" id="services" style="background-color: #fff;">
<h2 class="large-title text-height-10 title-fill" data-animation="title-fill-anim" data-text="Our Services">Our Services</h2><br>
</div>
</div>
<div class="dark-bg-1" style="background-color: #fff;">
<!--@#$-->
<div class="contentq">
<!-- card -->
<div class="cardq">
<div class="iconq"><i class="material-icons md-36">devices</i></div>
<p class="titleq">Web<br /> Development</p>
<p class="textq">React JS</p>
<p class="textq">Node JS</p>
<p class="textq">Vue JS</p>
<p class="textq">Python</p>
<p class="textq">PHP</p>
</div>
<!-- end card -->
<!-- card -->
<div class="cardq">
<div class="iconq"><i class="material-icons md-36">trending_up</i></div>
<p class="titleq">Digital<br /> Marketing</p>
<p class="textq">Search Engine Optimization</p>
<p class="textq">Social Media Marketing</p>
<p class="textq">Email Marketing</p>
<p class="textq">Mobile Marketing</p>
<p class="textq">Content Marketing</p>
</div>
<!-- end card -->
<!-- card -->
<div class="cardq">
<div class="iconq"><i class="material-icons md-36">aod</i></div>
<p class="titleq">Mobile<br /> Development</p>
<p class="textq">Flutter</p>
<p class="textq">React Native</p>
<p class="textq">Kotlin</p>
<p class="textq">Ionic</p>
<p class="textq">PWA's</p>
</div>
<!-- end card -->
<!-- card -->
<div class="cardq">
<div class="iconq"><i class="material-icons md-36">create</i></div>
<p class="titleq">Review & <br /> Designing</p>
<p class="textq">UI Design</p>
<p class="textq">UX Reviews</p>
<p class="textq">Brouchure Design</p>
<p class="textq">Catelogue Design</p>
<p class="textq">Poster Design</p>
</div>
<!-- end card -->
</div>
</div>
<!--@#$-->
</div>
<!-- light-bg-1 start -->
<div id="products" class="light-bg-1 bottom-padding-30" data-midnight="black" style="background-color: #fff; padding-top: 120px;">
<!-- container start -->
<div data-animation-container class="container small bottom-padding-60 text-center">
<!-- <h2 data-animation-child class="large-title text-height-10 text-color-1 overlay-anim-box2" data-animation="overlay-anim2">Our Products</h2><br> -->
<p data-animation-child class="fade-anim-box tr-delay02 text-color-1 xsmall-title-oswald top-margin-5" data-animation="fade-anim" style="font-size: 25px;">See us in action</p>
</div><!-- container end -->
<!-- bottom-padding-90 start -->
<section class="bottom-padding-90">
<!-- portfolio-content start -->
<div class="portfolio-content flex-min-height-box">
<!-- portfolio-content-inner start -->
<div class="portfolio-content-inner flex-min-height-inner">
<!-- flex-container start -->
<div class="flex-container container small">
<!-- column start -->
<div data-animation-container class="six-columns">
<div class="content-right-margin-40">
<span class="small-title-oswald overlay-anim-box2" data-animation="overlay-anim2" style="color: #ff502f;">Custom cart</span>
<h3 class="title-style text-color-1">
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay01" data-animation="overlay-anim2">Determine what your </span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay02" data-animation="overlay-anim2">customer needs and</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay03" data-animation="overlay-anim2">work backwards</span>
</h3>
<p data-animation-child class="p-style-small text-color-2 fade-anim-box tr-delay04" data-animation="fade-anim">
Custom cart web application provides an orders module in the admin panel where, the
admins can completely control the orders at any point of time, hence making the system
more robust. Admins can track the orders, cancel or sort or filter them easily. Furthermore,
the system comes with an anylitical dashboard.
</p>
<div data-animation-child class="arrow-btn-box top-margin-30 fade-anim-box tr-delay05" data-animation="fade-anim">
<a href="#contact" class="arrow-btn pointer-large">Know more</a>
</div>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="six-columns top-padding-60">
<a class="portfolio-content-bg-box pointer-large hover-box hidden-box">
<div class="portfolio-content-bg hover-img overlay-anim-box2 overlay-dark-bg-2" data-animation="overlay-anim2" style="background-image:url(assets/images/service-slider/ecm_admin1.PNG); background-size: contain;"></div>
</a>
</div><!-- column end -->
</div><!-- flex-container end -->
</div><!-- portfolio-content-inner end -->
</div><!-- portfolio-content end -->
</section><!-- bottom-padding-90 end -->
<!-- bottom-padding-90 start -->
<section class="bottom-padding-90">
<!-- portfolio-content start -->
<div class="portfolio-content flex-min-height-box">
<!-- portfolio-content-inner start -->
<div class="portfolio-content-inner flex-min-height-inner">
<!-- flex-container start -->
<div class="flex-container reverse container small">
<!-- column start -->
<div class="six-columns top-padding-60">
<a class="portfolio-content-bg-box pointer-large hover-box hidden-box">
<div class="portfolio-content-bg hover-img overlay-anim-box2 overlay-dark-bg-2" data-animation="overlay-anim2" style="background-image:url(assets/images/service-slider/ecm_admin2.PNG); background-size: contain;"></div>
</a>
</div><!-- column end -->
<!-- column start -->
<div data-animation-container class="six-columns">
<div class="content-left-margin-40">
<span class="small-title-oswald overlay-anim-box2" data-animation="overlay-anim2" style="color: #ff502f;">Custom cart</span>
<h3 class="title-style text-color-1">
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay01" data-animation="overlay-anim2">The more inventory company</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay02" data-animation="overlay-anim2">has the less likely they</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay03" data-animation="overlay-anim2">would have what they need </span>
</h3>
<p data-animation-child class="p-style-small text-color-2 fade-anim-box tr-delay04" data-animation="fade-anim">
Inventory management is one of the major challenge for every companies today. Our Custom cart
ease this concern by providing the best quality services in this module. The admins can manage
stock, update stocks easily using this system. Moreover, the admins would get notifications about
each and every categoeries and products.
</p>
<div data-animation-child class="arrow-btn-box top-margin-30 fade-anim-box tr-delay05" data-animation="fade-anim">
<a href="#contact" class="arrow-btn pointer-large">Know more</a>
</div>
</div>
</div><!-- column end -->
</div><!-- flex-container end -->
</div><!-- portfolio-content-inner end -->
</div><!-- portfolio-content end -->
</section><!-- bottom-padding-90 end -->
<!-- bottom-padding-90 start -->
<section class="bottom-padding-90">
<!-- portfolio-content start -->
<div class="portfolio-content flex-min-height-box">
<!-- portfolio-content-inner start -->
<div class="portfolio-content-inner flex-min-height-inner">
<!-- flex-container start -->
<div class="flex-container container small">
<!-- column start -->
<div data-animation-container class="six-columns">
<div class="content-right-margin-40">
<span class="small-title-oswald overlay-anim-box2" data-animation="overlay-anim2" style="color: #ff502f;">Edu Platform</span>
<h3 class="title-style text-color-1">
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay01" data-animation="overlay-anim2">A new generation</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay02" data-animation="overlay-anim2">adminstrative tool can ease</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay03" data-animation="overlay-anim2">your hetic workload</span>
</h3>
<p data-animation-child class="p-style-small text-color-2 fade-anim-box tr-delay04" data-animation="fade-anim">
Are you running an educational institution? then, our Edu platform app is the best choice for you.
Edu platform app comes with super admin panel, admin panels, staff, student and parent portals.
You can run your institution effeciently with edu platform application. The most relevant features
are the exam module and online fee payment module which is safe and secure.
</p>
<div data-animation-child class="arrow-btn-box top-margin-30 fade-anim-box tr-delay05" data-animation="fade-anim">
<a href="#contact" class="arrow-btn pointer-large ">Know more</a>
</div>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="six-columns top-padding-60">
<a class="portfolio-content-bg-box pointer-large hover-box hidden-box ">
<div class="portfolio-content-bg hover-img overlay-anim-box2 overlay-dark-bg-2" data-animation="overlay-anim2" style="background-image:url(assets/images/service-slider/edu_stud.PNG); background-size: contain;"></div>
</a>
</div><!-- column end -->
</div><!-- flex-container end -->
</div><!-- portfolio-content-inner end -->
</div><!-- portfolio-content end -->
</section><!-- bottom-padding-90 end -->
<!-- bottom-padding-90 start -->
<section class="bottom-padding-90">
<!-- portfolio-content start -->
<div class="portfolio-content flex-min-height-box">
<!-- portfolio-content-inner start -->
<div class="portfolio-content-inner flex-min-height-inner">
<!-- flex-container start -->
<div class="flex-container reverse container small">
<!-- column start -->
<div class="six-columns top-padding-60">
<a class="portfolio-content-bg-box pointer-large hover-box hidden-box ">
<div class="portfolio-content-bg hover-img overlay-anim-box2 overlay-dark-bg-2" data-animation="overlay-anim2" style="background-image:url(assets/images/service-slider/edu_bus.PNG); background-size: contain;"></div>
</a>
</div><!-- column end -->
<!-- column start -->
<div data-animation-container class="six-columns">
<div class="content-left-margin-40">
<span class="small-title-oswald overlay-anim-box2" data-animation="overlay-anim2" style="color: #ff502f;">Edu Platform</span>
<h3 class="title-style text-color-1">
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay01" data-animation="overlay-anim2">safety of your</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay02" data-animation="overlay-anim2">child is our</span><br>
<span data-animation-child class="overlay-anim-box2 overlay-dark-bg-2 tr-delay03" data-animation="overlay-anim2">primary concern</span>
</h3>
<p data-animation-child class="p-style-small text-color-2 fade-anim-box tr-delay04" data-animation="fade-anim">
Edu platform app has a transport module in which admins can track the bus movements,
take necessary steps incase of emergency situations. Furthermore, parents can track
the children, since the bording module updates the status and location of children.
To put it more clearly, your children are in safe hands.
</p>
<div data-animation-child class="arrow-btn-box top-margin-30 fade-anim-box tr-delay05" data-animation="fade-anim">
<a href="#contact" class="arrow-btn pointer-large ">Know more</a>
</div>
</div>
</div><!-- column end -->
</div><!-- flex-container end -->
</div><!-- portfolio-content-inner end -->
</div><!-- portfolio-content end -->
</section><!-- bottom-padding-90 end -->
</div><!-- light-bg-1 end -->
<!--Line starts-->
<div style="display: flex; padding-left: 30vw; padding-right: 30vw; background-color: #fff;padding-top: 40px; padding-bottom: 40px;">
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
<div style="width: 30vw;background-color: #ff502f;min-height: 2px;"></div>
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
</div>
<!--Line ends-->
<section class="dark-bg-1 flex-min-height-box" id="about" style="background-color: #fff;">
<!-- flex-min-height-inner start -->
<div class="flex-min-height-inner1">
<!-- container start -->
<div class="container small " style="padding-top: 50px; padding-bottom: 50px;">
<!-- flex-container start -->
<div data-animation-container class="flex-container">
<!-- column start -->
<div class="twelve-columns text-center">
<h2 class="large-title text-height-12">
<span data-animation-child class="title-fill" data-animation="title-fill-anim" data-text="Championing">Championing</span><br>
<span data-animation-child class="title-fill tr-delay01" data-animation="title-fill-anim" data-text="Digital Change">Digital Change</span>
</h2>
</div><!-- column end -->
<!-- column start -->
<div class="six-columns">
<div class="content-right-margin-20">
<p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay02" data-animation="fade-anim" style="color: #5f6368;">
We’re a group of passionate, experienced and enthusiastic individuals dedicated
to helping businesses ease their way into the digital world. Ours is a team of
developers, designers, creatives and more delivering superior service to our clients.
We’re the whole package, the dream team, equipped with everything you need to help
take your digital presence up a notch.
</p>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="six-columns">
<div class="content-left-margin-20">
<p data-animation-child class="p-style-medium text-color-5 fade-anim-box tr-delay03" data-animation="fade-anim" style="color: #5f6368;">
We do everything digital, from developing websites to digital marketing to designing,
we have you covered. Whether you’re an established corporate or a budding startup,
we’ve got your back when it comes to your digital needs. We, Dat Tech Lab, focus on
improving the digital trend across all businesses and provide reliable solutions at
the lowest cost possible.
</p>
</div>
</div><!-- column end -->
<!-- column start -->
<!-- <div class="twelve-columns text-center">
<p data-animation-child class="p-letter-style text-color-4 text-height-13 fade-anim-box tr-delay04" data-animation="fade-anim">Godard slow-carb chartreuse occupy, tumblr letterpress</p>
</div> -->
<!-- column end -->
</div><!-- flex-container end -->
</div><!-- container end -->
</div><!-- flex-min-height-inner end -->
</section><!-- flex-min-height-box end -->
<!--Line starts-->
<div style="display: flex; padding-left: 30vw; padding-right: 30vw; background-color: #fff;padding-top: 40px; padding-bottom: 40px;">
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
<div style="width: 30vw;background-color: #ff502f;min-height: 2px;"></div>
<div style="width: 35vw;background-color: #000;min-height: 2px;"></div>
</div>
<!--Line ends-->
<!-- contact-form-box start -->
<section class="contact-form-box flex-min-height-box" style="background-color: #fff; padding-top: 90px;">
<!-- <div class="bg-overlay"></div> -->
<!-- flex-min-height-inner start -->
<div class="flex-min-height-inner" id="contact">
<!-- contact-form-container start -->
<div class="contact-form-container" >
<!-- container start -->
<div class="container small top-bottom-padding-60 form-box" id="abc_xyz">
<h4 class="small-title-oswald text-center" style="color: #ff502f;">Lets Get in Touch!</h4>
<div style="display: flex; align-items: center; justify-content: space-between; margin-top: 50px;" class="contact_res">
<div class="contact-illus">
<img src="./assets/images/contact/contact2.svg" />
</div>
<div class="contact_form_res">
<!-- flex-container start -->
<form class="flex-container top-padding-90" name="formobrsv" id="send_form" action="">
<!-- column start -->
<div class="four-columns">
<div class="content-right-margin-10 input-box">
<input type="text" name="first_name" id="name" required class="form-input pointer-small" >
<label for="first_name" class="form-label" style="color: black;">First name</label>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="four-columns">
<div class="content-left-right-margin-5 input-box">
<input type="text" name="last_name" id="last_name" required class="form-input pointer-small">
<label for="last_name" class="form-label" style="color: black;">Last name</label>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="four-columns">
<div class="content-left-margin-10 input-box">
<input type="email" name="email" id="email" required class="form-input pointer-small">
<label for="email" class="form-label email-label" style="color: black;">Email address</label>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns input-box message-input">
<textarea name="message" id="message" required class="form-input pointer-small"></textarea>
<label for="message" class="form-label" style="color: black;">Message content</label>
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns text-center" style="padding-top: 30px;">
<button id="send" class="border-btn-box pointer-large" style="border: 1px solid #000; color: black;">
<span class="border-btn-inner">
<span class="border-btn" data-text="submit">submit</span>
<span class="btn-wait">Wait...</span>
</span>
</button>
</div><!-- column end -->
</form><!-- flex-container end -->
</div>
</div>
<div class="twelve-columns input-box message-input" style="margin-top: 90px;">
<!-- <h4 class="small-title-oswald text-color-4 text-center">Lets Get In Touch!</h4> -->
<p data-animation-child class="small-title-oswald" style="color: #000; text-transform: lowercase; text-align: center;">
<span style="text-transform: uppercase;">DTL</span> is concerned about all your queries and will respond to each query with appropriate solutions. <span style="text-transform: capitalize;">Please</span> wait for 3-4 business days for the solution.
</p>
</div><!-- column end -->
</div><!-- container end -->
<!-- alert start -->
<div id="m_sent">
<div class="js-popup text-center" >
<div style="display: flex; justify-content: center;">
<div style="width: 50px;">
<img src="./assets/images/accessories/checked.svg" width="40px"/>
</div>
</div>
<div class="popup-alert title-style ">
Thank you!<br>
We're Happy<br>
To Here From You!
</div>
<div class="flip-btn-box js-popup-close">
<div class="flip-btn pointer-large" data-text="Close" onclick="closeMessage()">Close</div>
</div>
</div>
</div><!-- alert end -->
<!-- alert start -->
<div id="m_err">
<div class="js-popup text-center">
<div style="display: flex; justify-content: center;">
<div style="width: 50px;">
<img src="./assets/images/accessories/close.svg" width="40px"/>
</div>
</div>
<div class="popup-alert title-style ">
Something<br>
Went Wrong<br>
Plz try later
</div>
<div class="flip-btn-box js-popup-close">
<div class="flip-btn pointer-large" data-text="Close" onclick="closeMessage()">Close</div>
</div>
</div>
</div><!-- alert end -->
</div><!-- contact-form-container end -->
</div><!-- flex-min-height-inner end -->
</section><!-- contact-form-box end -->
</main><!-- animsition-overlay end -->
<!-- footer start -->
<footer class="footer dark-bg-1">
<!-- flex-container start -->
<div class="flex-container container top-bottom-padding-90">
<!-- column start -->
<div class="four-columns bottom-padding-60">
<div class="content-left-right-margin-10 footer-center-mobile">
<ul class="footer-information text-color-4">
<li>
<div style="display: flex;">
<span class="far fa-envelope"></span>
<a class="xsmall-title-oswald" style="margin-left: 10px; text-transform: lowercase;">hello@dattechlab.com</a>
</div>
</li>
<li>
<div style="display: flex;">
<span class="fas fa-mobile-alt"></span>
<a class="xsmall-title-oswald" style="margin-left: 10px;">+91 8590717705<br>
+91 7561028783
</a>
</div>
</li>
<li>
<div style="display: flex;">
<span class="fas fa-map-marker-alt"></span>
<a class="xsmall-title-oswald text-height-17" style="margin-left: 10px;">Startups Valley TBI<br>
Amal Jyothi College of Engineering<br>Kovapally P.O Kanjirapally<br>Kottayam dist.<br>Pin 686518</a>
</div>
</li>
</ul>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="two-columns bottom-padding-60">
<div class="content-left-right-margin-10">
<ul class="footer-menu text-color-4">
<li><a class="pointer-large small-title-oswald hover-color " href="index.html">Home</a></li>
<li><a class="pointer-large small-title-oswald hover-color" href="#about">About</a></li>
<li><a class="pointer-large small-title-oswald hover-color" href="#services">Services</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Portfolio</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Blog</a></li>
<li><a class="pointer-large small-title-oswald hover-color" href="#contact">Contact</a></li>
</ul>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="three-columns bottom-padding-60">
<div class="content-left-right-margin-10">
<ul class="footer-menu text-color-4">
<li><a class="pointer-large small-title-oswald hover-color active" >Services</a></li>
<li><a class="pointer-large small-title-oswald hover-color " >Digital Marketing</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Web Development</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Mobile Development</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >UI/UX Design</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Catelogue Design</a></li>
</ul>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="three-columns bottom-padding-60">
<div class="content-left-right-margin-10">
<ul class="footer-menu text-color-4">
<li><a class="pointer-large small-title-oswald hover-color active" >Products</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Aggregator App</a></li>
<li><a class="pointer-large small-title-oswald hover-color " >Custom Cart App</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Organization App</a></li>
<li><a class="pointer-large small-title-oswald hover-color" >Edu Platform</a></li>
</ul>
</div>
</div><!-- column end -->
<!-- column start -->
<div class="twelve-columns">
<p class="p-letter-style text-color-4 footer-copyright"> Made with ♥ Team Dat. © 2021, All rights reserved.</a></p>
</div><!-- column end -->
</div><!-- flex-container end -->
</footer><!-- footer end -->
<!-- scripts -->
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
<script>
$("#send_form").submit((e)=>{
e.preventDefault()
$.ajax({
url:"https://script.google.com/macros/s/AKfycbywO-tfsZ9OkSO71h4BF7MszgSGpuDrPntOF0yU_xgZ3gMM6RgJh5AfXA/exec",
data:$("#send_form").serialize(),
method:"post",
success:function (response){
document.getElementById('abc_xyz').style.display="none"
document.getElementById('m_sent').style.display="block"
},
error:function (err){
document.getElementById('abc_xyz').style.display="none"
document.getElementById('m_err').style.display="block"
}
})
})
</script>
</body>
</html>