-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
781 lines (702 loc) · 37.1 KB
/
index.html
File metadata and controls
781 lines (702 loc) · 37.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Title -->
<title>Qbatch | Where innovation meets technology</title>
<!-- Meta Data -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png">
<!-- Web Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli%7CRubik:400,400i,500,700">
<!-- ======= Bootstrap CSS ======= -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- ======= Font Awesome CSS ======= -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- ======= Owl Carousel CSS ======= -->
<link rel="stylesheet" href="assets/plugins/owlcarousel/owl.carousel.min.css">
<!-- ======= Main Stylesheet ======= -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- ======= Custom Stylesheet ======= -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152976433-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152976433-1');
</script>
</head>
<body>
<!-- Preloader Begin -->
<div class='preloader w-100 h-100 position-fixed'>
<div class="loader">
<img class="icon" src="assets/img/preloader.png" alt="">
</div>
</div>
<!-- Preloader End -->
<!-- Header Begin -->
<header class="header fixed-top">
<!-- Header Style One Begin -->
<div class="fixed-top header-main style--one">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-sm-4 col-8">
<!-- Logo Begin -->
<div class="logo">
<a href="index.html">
<img class="default-logo" src="assets/img/logo.png" data-rjs="2" alt="">
<img class="sticky-logo" src="assets/img/logo_sticky.png" data-rjs="2" alt="">
</a>
</div>
<!-- Logo End -->
</div>
<div class="col-lg-9 col-sm-8 col-4">
<!-- Main Menu Begin -->
<div class="main-menu d-flex align-items-center justify-content-end">
<ul class="nav align-items-center">
<li class="current-menu-parent">
<a href="#">Home</a>
</li>
<li>
<a href="#about-us">About Us</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li>
<a href="https://blog.qbatch.com" target="_blank">Blog</a>
</li>
<li>
<a href="careers.html">Careers</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<!-- Offcanvas Holder Trigger -->
<span class="offcanvas-trigger text-right d-none d-lg-block">
<span></span>
<span></span>
<span></span>
</span>
<!-- Offcanvas Trigger End -->
</div>
<!-- Main Menu ENd -->
</div>
</div>
</div>
</div>
<!-- Header Style One End -->
</header>
<!-- Header End -->
<!-- Offcanvas Begin -->
<div class="offcanvas-overlay fixed-top w-100 h-100"></div>
<div class="offcanvas-wrapper bg-white fixed-top h-100">
<!-- Offcanvas Close Button Begin -->
<div class="offcanvas-close position-absolute">
<img src="assets/img/icons/close.svg" class="svg" alt="">
</div>
<!-- Offcanvas Close Button End -->
<!-- Offcanvas Content Begin -->
<div class="offcanvas-content">
<!-- About Widget Begin -->
<div class="widget widget_about">
<div class="widget-logo">
<img src="assets/img/logo_sticky.png" data-rjs="2" alt="">
</div>
<div class="about-content">
<p>Our focus is always on setting result-driven standards for every project. When you collaborate with us, you will be working with a heterogeneous mix of art directors, design engineers, code masters and quality assurance specialists who bring a wealth of experience to the project and help us assure completely reliable, secure and transparent work.</p>
</div>
</div>
<!-- About Widget End -->
<!-- Contact Widget Begin -->
<div class="widget widget_contact_info">
<!-- Widget Logo Begin -->
<div class="widget-title">
<h4>Get in touch</h4>
</div>
<!-- Widget Logo End -->
<!-- Widget Content Begin -->
<div class="info-content">
<div class="single-info">
<span>Head Office</span>
<p>106 Sector K, CCA Phase-1 DHA, Lahore, Pakistan</p>
</div>
<div class="single-info">
<span>Faisalabad Office</span>
<p>Office No 197-C, 2nd Floor, Regent Mall, People's Colony No 1, Faisalabad, Pakistan</p>
</div>
<div class="single-info">
<span>Support mail</span>
<p>
<a href="mailto:hello@qbatch.com">hello@qbatch.com</a>
</p>
</div>
</div>
<!-- Widget Content End -->
</div>
<!-- About Widget End -->
<!-- Offcanvas Button Begin -->
<div class="offcanvas-btn">
<a href="contact.html" class="btn"><span>Contact</span></a>
</div>
<!-- Offcanvas Button End -->
</div>
<!-- Offcanvas Content End -->
</div>
<!-- Offcanvas End -->
<!-- Slider Begin -->
<section class="banner section-pattern" data-bg-img="assets/img/section-pattern/slider-pattern.png">
<!-- Banner Slider Begin -->
<div class="banner-slider owl-carousel d-flex align-items-center justify-content-center" data-owl-animate-in="fadeIn" data-owl-animate-Out="fadeOut" data-owl-autoplay="false" data-owl-dots="true">
<!-- Single Slide Begin -->
<div class="single-banner-slider">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<!-- Banner Content Begin -->
<div class="banner-content">
<h1>
Where<br />
<span>innovation</span> meets <br>
technology
</h1>
<p>We help to get software products from concept to production</p>
<a href="contact.html" class="banner-btn btn"><span>Let's Talk</span></a>
</div>
<!-- Banner Content End -->
</div>
<div class="col-lg-6">
<!-- Banner Content Begin -->
<div class="banner-image mt-50 mt-lg-0 text-center text-lg-right">
<img src="assets/img/banner/slider-3.png" data-rjs="2" alt="">
</div>
<!-- Banner Content End -->
</div>
</div>
</div>
</div>
<!-- Single Slide End -->
<!-- Single Slide Begin -->
<div class="single-banner-slider">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<!-- Banner Content Begin -->
<div class="banner-content">
<h1>
Reliable <br />
<span>Team</span>
aligned to <br> deliver solutions
</h1>
<p>Let's make award-winning work, together</p>
<a href="contact.html" class="banner-btn btn"><span>Let's Talk</span></a>
</div>
<!-- Banner Content End -->
</div>
<div class="col-lg-6">
<!-- Banner Content Begin -->
<div class="banner-image mt-50 mt-lg-0 text-center text-lg-right">
<img src="assets/img/banner/slider-5.png" data-rjs="2" alt="">
</div>
<!-- Banner Content End -->
</div>
</div>
</div>
</div>
<!-- Single Slide End -->
</div>
<!-- Banner Slider End -->
</section>
<!-- Slider End -->
<!-- About Begin -->
<section id="about-us" class="pt-120 pb-120 section-pattern ov-hidden" data-bg-img="assets/img/section-pattern/about-pattern.png">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7">
<!-- Section Title Begin -->
<div class="section-title">
<h3>About Us</h3>
<h2>Inspiring businesses<br>
to bring innovative<br>
ideas to life</h2>
<p>
Our focus is always on setting result-driven standards
for every project. When you collaborate with us, you will
be working with a heterogeneous mix of art directors,
design engineers, code masters and quality assurance
specialists who bring a wealth of experience to the
project and help us assure completely reliable, secure
and transparent work.
</p>
</div>
<!-- Section Title End -->
<!-- About Tabs Begin -->
<!-- <div class="about-nav-tab">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-items">
<a class="nav-link active" data-toggle="tab" href="#mission" role="tab" aria-selected="true">Our Mission</a>
</li>
<li class="nav-items">
<a class="nav-link" data-toggle="tab" href="#vission" role="tab" aria-selected="false">Our Vission</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="mission" role="tabpanel">
<p>Surprise not wandered speedily husbands although yet end. Are court tiled cease young built fat one man taken. We
highest ye friends is exposed equally in. Ignorant had too strictly followed.</p>
<ul class="list-unstyled list-check">
<li><i class="fa fa-check" aria-hidden="true"></i> Become successful & superior</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Provide quick & good solution for business</li>
</ul>
<a href="#" class="btn"><span>SEE MORE</span></a>
</div>
<div class="tab-pane fade" id="vission" role="tabpanel">
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<ul class="list-unstyled list-check">
<li><i class="fa fa-check" aria-hidden="true"></i> Become successful & superior</li>
<li><i class="fa fa-check" aria-hidden="true"></i> Provide quick & good solution for business</li>
</ul>
<a href="#" class="btn"><span>SEE MORE</span></a>
</div>
</div>
</div> -->
</div>
<div class="col-lg-5 video-area mt-50 mt-lg-0">
<img src="assets/img/banner/slider-7.svg" data-rjs="2" alt="">
<!-- <a href="https://www.youtube.com/watch?v=ctvlUvN6wSE" class="vdo-btn popup-video"><img src="assets/img/icons/play.svg" class="svg" alt=""> Watch Video</a> -->
</div>
</div>
</div>
</section>
<!-- About End -->
<section id="services" class="pt-120 pb-90">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Title Begin -->
<div class="section-title text-center">
<h3>Services</h3>
<h2>
We Work Hard <br>
So You Work Smart
</h2>
<p>Whether you are a start-up or an established incumbent we will help you choose the right technologies to solve the problems and get your solutions to market.</p>
</div>
<!-- Section Title End -->
</div>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6">
<!-- Single Service Begin -->
<div class="single-service style--two text-center">
<!-- Icon Begin -->
<div class="icon">
<img src="assets/img/icons/web-mobile-service.svg" alt="" style="height: 145px">
</div>
<!-- Icon End -->
<!-- Content Begin -->
<div class="content">
<h4>Web & Mobile App Development</h4>
<p>Whether you are looking at Full-Stack, Cloud, DevOps or Testing, Qbatch can provide the expertise to help you build a strategy that is right for you.</p>
<!-- <a href="#" class="btn-inline">Read More</a> -->
</div>
<!-- Content End -->
</div>
<!-- Single Service End -->
</div>
<div class="col-lg-3 col-sm-6">
<!-- Single Service Begin -->
<div class="single-service style--two text-center">
<!-- Icon Begin -->
<div class="icon">
<img src="assets/img/icons/ecommerce-service.svg" alt="" style="height: 189px;">
</div>
<!-- Icon End -->
<!-- Content Begin -->
<div class="content">
<h4>eCommerce Seller Tools</h4>
<p>We help large scale sellers to develop customized tools for selling on different platforms including Amazon, eBay, Walmart, Shopify.</p>
<!-- <a href="#" class="btn-inline">Read More</a> -->
</div>
<!-- Content End -->
</div>
<!-- Single Service End -->
</div>
<div class="col-lg-3 col-sm-6">
<!-- Single Service Begin -->
<div class="single-service style--two text-center">
<!-- Icon Begin -->
<div class="icon">
<img src="assets/img/icons/web-scraping-service.svg" alt="" style="height: 170px;">
</div>
<!-- Icon End -->
<!-- Content Begin -->
<div class="content">
<h4>Web Scraping & Automations</h4>
<p>We develop customised Automated tools which includes scraping, parsing, storing & managing large scale data.</p>
<!-- <a href="#" class="btn-inline">Read More</a> -->
</div>
<!-- Content End -->
</div>
<!-- Single Service End -->
</div>
<div class="col-lg-3 col-sm-6">
<!-- Single Service Begin -->
<div class="single-service style--two text-center">
<!-- Icon Begin -->
<div class="icon">
<img src="assets/img/icons/elearning-service.svg" alt="" style="height: 162px;">
</div>
<!-- Icon End -->
<!-- Content Begin -->
<div class="content">
<h4>eLearning</h4>
<p>We help EdTech businesses to develop online learning systems, Interactive education platforms & Corporate eLearning solutions</p>
<!-- <a href="#" class="btn-inline">Read More</a> -->
</div>
<!-- Content End -->
</div>
<!-- Single Service End -->
</div>
</div>
</div>
</section>
<!-- Counter Begin -->
<section class="pt-120 pb-70 gradient-bg">
<div class="container">
<div class="row align-items-center">
<!-- Single Counter -->
<div class="col-lg-4 col-sm-6">
<div class="single-counter text-center text-white">
<h2 class="count"><span>5</span></h2>
<p>Years of experience</p>
</div>
</div>
<!-- End Single Counter -->
<!-- Single Counter -->
<div class="col-lg-4 col-sm-6">
<div class="single-counter text-center text-white">
<h2 class="count"><span>20</span>+</h2>
<p>Happy Clients</p>
</div>
</div>
<!-- End Single Counter -->
<!-- Single Counter -->
<div class="col-lg-4 col-sm-6">
<div class="single-counter text-center text-white">
<h2 class="count"><span>30</span>k+</h2>
<p>Hours Worked</p>
</div>
</div>
<!-- End Single Counter -->
</div>
</div>
</section>
<!-- Counter End -->
<!-- Testimonial Begin -->
<section class="pt-120 pb-120 section-pattern" data-bg-img="assets/img/section-pattern/testimonial-pattern.png">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Section Title Begin -->
<div class="section-title text-center">
<h3>Testimonial</h3>
<h2>Our Happy Client Tell About Us</h2>
</div>
<!-- Section Title End -->
</div>
</div>
<!-- Testimonial Slider Begin -->
<div class="testimonial-slider owl-carousel" data-owl-nav="false" data-owl-autoplay="true" data-owl-animate-Out="fadeOut" data-owl-animate-in="fadeIn" data-owl-margin="3">
<!-- Single Testimonial Begin -->
<div class="single-testimonial-slide">
<div class="row align-items-center">
<div class="col-md-3">
<!-- Testimonial Image Begin -->
<div class="testimonial-image mb-50 mb-md-0">
<img src="assets/img/testimonial/michael.jpg" data-rjs="2" alt="" style="margin: 0 auto;">
</div>
<!-- Testimonial Image End -->
</div>
<div class="col-md-9">
<!-- Testimonial Content Begin -->
<div class="testimonial-content">
<p>
It has been my pleasure to work with the development team at Qbatch for the past 3 years on a number of very large and complex web applications. The attention to detail and level of communication has been superior.
<br />
The quality of the code and stability of my applications has been well above expectations and I look forward to a long and effective relationship for years to come.
</p>
<h4>Michael Flanagan</h4>
<span>Minmax Industries</span>
</div>
<!-- Testimonial Content End -->
</div>
</div>
</div>
<!-- Single Testimonial End -->
<!-- Single Testimonial Begin -->
<div class="single-testimonial-slide">
<div class="row align-items-center">
<div class="col-md-3">
<!-- Testimonial Image Begin -->
<div class="testimonial-image mb-50 mb-md-0">
<img src="assets/img/testimonial/jamil.jpeg" data-rjs="2" alt="" style="margin: 0 auto;">
</div>
<!-- Testimonial Image End -->
</div>
<div class="col-md-9">
<!-- Testimonial Content Begin -->
<div class="testimonial-content">
<p>Hassan worked with us for 2 years and he was one of the most important members of our team. Very skillful and responsible.Highly responsible.</p>
<h4>Jamil Khan</h4>
<span>North Aware</span>
</div>
<!-- Testimonial Content End -->
</div>
</div>
</div>
<!-- Single Testimonial End -->
<!-- Single Testimonial Begin -->
<div class="single-testimonial-slide">
<div class="row align-items-center">
<div class="col-md-3">
<!-- Testimonial Image Begin -->
<div class="testimonial-image mb-50 mb-md-0">
<img src="assets/img/testimonial/tripexpert.png" data-rjs="2" alt="" style="background: #151313; margin: 0 auto; padding: 10px;">
</div>
<!-- Testimonial Image End -->
</div>
<div class="col-md-9">
<!-- Testimonial Content Begin -->
<div class="testimonial-content">
<p>It has been a pleasure to work with Hassan. His work is excellent and he shows great attention to detail. He communicates well and is very attentive to deadlines and client needs. He has become an indispensable part of my team. I recommend him highly.</p>
<h4>Andrew Nicole</h4>
<span>Trip Expert</span>
</div>
<!-- Testimonial Content End -->
</div>
</div>
</div>
<!-- Single Testimonial End -->
<!-- Single Testimonial Begin -->
<div class="single-testimonial-slide">
<div class="row align-items-center">
<div class="col-md-3">
<!-- Testimonial Image Begin -->
<div class="testimonial-image mb-50 mb-md-0">
<img src="assets/img/testimonial/Valentine.jpeg" data-rjs="2" alt="" style="margin: 0 auto;">
</div>
<!-- Testimonial Image End -->
</div>
<div class="col-md-9">
<!-- Testimonial Content Begin -->
<div class="testimonial-content">
<p>It was fantastic working with Qbatch. Usama had a great eye for detail and was able to deliver the requested design with thoroughness and full quality. I look forward to hiring him again for future design work.</p>
<h4>Valentine Nwachukwu</h4>
<span>Zaden Technologies</span>
</div>
<!-- Testimonial Content End -->
</div>
</div>
</div>
<!-- Single Testimonial End -->
<!-- Single Testimonial Begin -->
<div class="single-testimonial-slide">
<div class="row align-items-center">
<div class="col-md-3">
<!-- Testimonial Image Begin -->
<div class="testimonial-image mb-50 mb-md-0">
<img src="assets/img/testimonial/ershad.jpeg" data-rjs="2" alt="" style="margin: 0 auto;">
</div>
<!-- Testimonial Image End -->
</div>
<div class="col-md-9">
<!-- Testimonial Content Begin -->
<div class="testimonial-content">
<p>One of the most hardworking guys I have ever seen! Will definitely work with Hassan and his team in the future!</p>
<h4>Ershad Anari</h4>
<span>Secondbind</span>
</div>
<!-- Testimonial Content End -->
</div>
</div>
</div>
<!-- Single Testimonial End -->
</div>
<!-- Testimonial Slider End -->
</div>
</section>
<!-- Testimonial End -->
<!-- CTA Begin -->
<section class="gradient-bg pt-120 pb-120">
<div class="container">
<div class="row">
<div class="col-12">
<!-- CTA Content Begin -->
<div class="cta-content text-center text-white">
<h2>The best strategical business <br>
agency to build up your business in next level.</h2>
<a href="contact.html" class="btn btn-white"><span>Let's Discuss</span></a>
</div>
<!-- CTA Content End -->
</div>
</div>
</div>
</section>
<!-- CTA End -->
<!-- Footer Begin -->
<footer class="footer bg-light section-pattern footer-bg" data-bg-img="assets/img/section-pattern/footer-pattern.png">
<!-- Footer Top Begin -->
<div class="footer-top pt-60">
<div class="container border-bottom">
<div class="row">
<div class="col-lg-3 col-sm-6">
<!-- Contact Widget Begin -->
<div class="widget widget_contact_info">
<!-- Widget Logo Begin -->
<div class="widget-logo">
<img src="assets/img/logo_footer.png" data-rjs="2" alt="">
</div>
<!-- Widget Logo End -->
<!-- Widget Content Begin -->
<div class="info-content">
<div class="single-info">
<span>Lahore</span>
<p>28 CCA Phase 5 DHA Lahore</p>
</div>
<div class="single-info">
<span>Faisalabad</span>
<p>1st Floor, Sitara Tower, Bilal Rd, Civil Lines, Faisalabad</p>
</div>
<div class="single-info">
<span>Contact</span>
<p>
<a href="mailto:hello@qbatch.com">hello@qbatch.com</a>
</p>
</div>
</div>
<!-- Widget Content End -->
</div>
<!-- About Widget End -->
</div>
<div class="col-lg-3 col-sm-6">
<!-- Widget Quick Nav -->
<div class="widget widget_nav_menu">
<!-- Widget Title Begin -->
<div class="widget-title">
<h4>Quick Links</h4>
</div>
<!-- Widget Title End -->
<!-- Menu Begin -->
<ul class="menu">
<li><a href="#about-us">About Us</a></li>
<li><a href="#services">Our Services</a></li>
<li><a href="contact.html">Get Constultation</a></li>
<li><a href="terms-conditions.html">Terms & Condition</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
</ul>
<!-- Menu End -->
</div>
<!-- Widget Quick Nav -->
</div>
<div class="col-lg-6 col-sm-6">
<!-- Widget Newsletter Begin -->
<div class="widget widget_newsletter">
<!-- Widget Title Begin -->
<div class="widget-title">
<h4>Newsletter</h4>
</div>
<!-- Widget Title End -->
<div class="newsletter-content">
<form action="https://themelooks.us13.list-manage.com/subscribe/post?u=79f0b132ec25ee223bb41835f&id=f4e0e93d1d" method="post" name="mc-embedded-subscribe-form" target="_blank" class="newsletter-form">
<div class="theme-input-group">
<input type="text" placeholder="Your Email">
<button type="submit"><i class="fa fa-paper-plane-o" aria-hidden="true"></i></button>
</div>
</form>
</div>
</div>
<!-- Widget Newsletter End -->
<!-- Widget Social Icon Begin -->
<div class="widget widget_social_icon">
<ul class="social_icon_list list-inline">
<li>
<a href="https://www.facebook.com/qbatch"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/qbatchofficial"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://linkedin.com/company/qbatch"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.instagram.com/qbatch"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.github.com/qbatch"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://blog.qbatch.com"><i class="fa fa-medium" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:contact@qbatch.com"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<!-- Widget Social Icon End -->
</div>
</div>
</div>
</div>
<!-- Footer Top End -->
<!-- Footer Bottom Begin -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-12">
<div class="copyright-text text-center">
<span><a href="#">Qbatch</a> © Copyright 2016 - 2022. All rights reserved.</span>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom End -->
</footer>
<!-- Footer End -->
<!-- Back to Top Begin -->
<a href="#" class="back-to-top position-fixed">
<div class="back-toop-tooltip"><span>Back To Top</span></div>
<div class="top-arrow"></div>
<div class="top-line"></div>
</a>
<!-- Back to Top End -->
<!-- ======= jQuery Library ======= -->
<script src="assets/js/jquery.min.js"></script>
<!-- ======= Bootstrap Bundle JS ======= -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- ======= Mobile Menu JS ======= -->
<script src="assets/js/menu.min.js"></script>
<!-- ======= Waypoints JS ======= -->
<script src="assets/plugins/waypoints/jquery.waypoints.min.js"></script>
<!-- ======= Counter Up JS ======= -->
<script src="assets/plugins/waypoints/jquery.counterup.min.js"></script>
<!-- ======= Owl Carousel JS ======= -->
<script src="assets/plugins/owlcarousel/owl.carousel.min.js"></script>
<!-- ======= Countdown JS ======= -->
<script src="assets/plugins/countdown/countdown.min.js"></script>
<!-- ======= Google API ======= -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjkssBA3hMeFtClgslO2clWFR6bRraGz0"></script>
<!-- ======= Main JS ======= -->
<script src="assets/js/main.js"></script>
<!-- ======= Custom JS ======= -->
<script src="assets/js/custom.js"></script>
</body>
</html>