-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
867 lines (765 loc) · 39.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="REGex Startup Services">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Title -->
<title>REGEX Startup Services</title>
<!-- Favicon -->
<link rel="icon" href="./img/core-img/regex_logo.png">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="wrapper">
<div class="cssload-loader"></div>
</div>
</div>
<!-- ***** Top Search Area Start ***** -->
<div class="top-search-area">
<!-- Search Modal -->
<div class="modal fade" id="searchModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<!-- Close Button -->
<button type="button" class="btn close-btn" data-dismiss="modal"><i class="fa fa-times"></i></button>
<!-- Form -->
<form action="index.html" method="post">
<input type="search" name="top-search-bar" class="form-control" placeholder="Search and hit enter...">
<button type="submit">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Top Search Area End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Main Header Start -->
<div class="main-header-area">
<div class="classy-nav-container breakpoint-off">
<!-- Classy Menu -->
<nav class="classy-navbar justify-content-between" id="uzaNav">
<!-- Logo -->
<style>
</style>
<a class="nav-brand" href="index.html"><img class="logo-regex" style="" src="./img/bg-img/regex_logo.png"> </a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Menu Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul id="nav">
<li class="current-item"><a href="./index.html">Home</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<!-- Get A Quote -->
<div class="get-a-quote ml-4 mr-3">
<a href="#" class="btn uza-btn">Get A Quote</a>
</div>
<!-- Login / Register -->
<!--<div class="login-register-btn mx-3">
<a href="#">Login <span>/ Register</span></a>
</div> -->
<!-- Search Icon -->
<!--<div class="search-icon" data-toggle="modal" data-target="#searchModal">
<i class="icon_search"></i>
</div> -->
</div>
<!-- Nav End -->
</div>
</nav>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<section class="welcome-area">
<div class="welcome-slides owl-carousel">
<!-- Single Welcome Slide -->
<div class="single-welcome-slide">
<!-- Background Curve -->
<div class="background-curve">
<img src="./img/core-img/curve-1.png" alt="">
</div>
<!-- Welcome Content -->
<div class="welcome-content h-100">
<div class="container h-100">
<div class="row h-100 align-items-center">
<!-- Welcome Text -->
<div class="col-12 col-md-6">
<div class="welcome-text">
<h2 data-animation="fadeInUp" data-delay="100ms">We make your <br> work <span>greater</span></h2>
<h5 data-animation="fadeInUp" data-delay="400ms">We love to create "cool" things on Digital Platforms</h5>
<a href="#" class="btn uza-btn btn-2" data-animation="fadeInUp" data-delay="700ms">Start Exploring</a>
</div>
</div>
<!-- Welcome Thumbnail -->
<div class="col-12 col-md-6">
<div class="welcome-thumbnail">
<img src="./img/bg-img/1.png" alt="" data-animation="slideInRight" data-delay="400ms">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Single Welcome Slide -->
<div class="single-welcome-slide">
<!-- Background Curve -->
<div class="background-curve">
<img src="./img/core-img/curve-1.png" alt="">
</div>
<!-- Welcome Content -->
<div class="welcome-content h-100">
<div class="container h-100">
<div class="row h-100 align-items-center">
<!-- Welcome Text -->
<div class="col-12 col-md-6">
<div class="welcome-text">
<h2 data-animation="fadeInUp" data-delay="100ms">We make your <br> work <span>greater</span></h2>
<h5 data-animation="fadeInUp" data-delay="400ms">We love to create "cool" things on Digital Platforms</h5>
<a href="#" class="btn uza-btn btn-2" data-animation="fadeInUp" data-delay="700ms">Start Exploring</a>
</div>
</div>
<!-- Welcome Thumbnail -->
<div class="col-12 col-md-6">
<div class="welcome-thumbnail">
<img src="./img/bg-img/1.png" alt="" data-animation="slideInRight" data-delay="400ms">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Single Welcome Slide -->
<div class="single-welcome-slide">
<!-- Background Curve -->
<div class="background-curve">
<img src="./img/core-img/curve-1.png" alt="">
</div>
<!-- Welcome Content -->
<div class="welcome-content h-100">
<div class="container h-100">
<div class="row h-100 align-items-center">
<!-- Welcome Text -->
<div class="col-12 col-md-6">
<div class="welcome-text">
<h2 data-animation="fadeInUp" data-delay="100ms">We make your <br> work <span>greater</span></h2>
<h5 data-animation="fadeInUp" data-delay="400ms">We love to create "cool" things on Digital Platforms</h5>
<a href="#" class="btn uza-btn btn-2" data-animation="fadeInUp" data-delay="700ms">Start Exploring</a>
</div>
</div>
<!-- Welcome Thumbnail -->
<div class="col-12 col-md-6">
<div class="welcome-thumbnail">
<img src="./img/bg-img/1.png" alt="" data-animation="slideInRight" data-delay="400ms">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Welcome Area End ***** -->
<!-- ***** About Us Area Start ***** -->
<section class="uza-about-us-area">
<div class="container">
<div class="row align-items-center">
<!-- About Thumbnail -->
<div class="col-12 col-md-6">
<div class="about-us-thumbnail mb-80">
<img src="./img/bg-img/2.jpg" alt="">
<!-- Video Area -->
<div class="uza-video-area hi-icon-effect-8">
<a href="./img/bg-img/REGex_Video.mp4" class="hi-icon video-play-btn"><i class="fa fa-play" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- About Us Content -->
<div class="col-12 col-md-6">
<div class="about-us-content mb-80">
<h2 class="display-1">What is REGex Startup Services ?</h2>
<p>REGex Start-up Services is devised to bring an extra edge to information technology. We are a group of young, experienced and enthusiastic people, working together to deliver quality services. Our office is based in Jaipur as well
as in Udaipur.We work to bring your imagination into reality. Our brand is an amalgamation of technique, creativity and modern learnings.
</p>
<a href="#services" class="btn uza-btn btn-2 mt-4">Start Exploring</a>
</div>
</div>
</div>
</div>
<!-- About Background Pattern -->
<div class="about-bg-pattern">
<img src="./img/core-img/curve-2.png" alt="">
</div>
</section>
<!-- ***** About Us Area End ***** -->
<!-- ***** Services Area Start ***** -->
<section class="uza-services-area section-padding-80-0" id="services">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2 class="display-1">What we do ?</h2>
</div>
</div>
</div>
<div class="row">
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_cone_alt"></i>
</div>
<h5>Technical Training</h5>
<p>Delivering quality training to tech geeks is our most prominent business model.We provide training in multiple technical skills like Linux, python related tech(Django, flask,bigdata,ML), cloud computing(AWS,AZURE) and competitive
programming in python, C and C++.</p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_piechart"></i>
</div>
<h5>Freelance Projects</h5>
<p>We are always open to work on all sorts of technical projects like web designing and development,designing responsive application for android as well as iOS, web hosting ad maintenance digital marketing, content writing and many
more.
</p>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-lg-4">
<div class="single-service-area mb-80">
<!-- Service Icon -->
<div class="service-icon">
<i class="icon_easel"></i>
</div>
<h5>Collaborations</h5>
<p>We are eagerly looking up for new and impressive start-up companies to be a helping hand to them by providing them with technical assistance and digital power.We want to grow our brand by flourishing companies collaborated withus.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Services Area End ***** -->
<!--
<!-- ***** Portfolio Area Start *****
<section class="uza-portfolio-area section-padding-80">
<div class="container">
<div class="row">
<!-- Section Heading
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Portfolio</h2>
<p>We stay on top of our industry by being experts in yours.</p>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<!-- Portfolio Slides
<div class="portfolio-sildes owl-carousel">
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/3.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/4.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/5.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/6.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/5.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
<!-- Single Portfolio Slide
<div class="single-portfolio-slide">
<img src="./img/bg-img/6.jpg" alt="">
<!-- Overlay Effect
<div class="overlay-effect">
<h4>Digital Marketing</h4>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet gubergren no sea takimata sanctus est</p>
</div>
<!-- View More
<div class="view-more-btn">
<a href="#"><i class="arrow_right"></i></a>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Client Feedback Area Start
<div class="clients-feedback-area mt-80 section-padding-80 clearfix">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Testimonial Slides
<div class="testimonial-slides owl-carousel">
<!-- Single Testimonial Slide
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail
<div class="testimonial-thumbnail">
<img src="./img/bg-img/7.jpg" alt="">
</div>
<!-- Testimonial Content
<div class="testimonial-content">
<h4>“ Ltd’s ranking has gone up so much from the great work that your team has done and our brand get organic sales consistently from your efforts. We are happy that the results of your efforts were lasting and profitable.”</h4>
<!-- Ratings
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info
<div class="author-info">
<h5>Darrell Goodman <span>- CEO </span></h5>
</div>
<!-- Quote Icon
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
<!-- Single Testimonial Slide
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail
<div class="testimonial-thumbnail">
<img src="./img/bg-img/23.jpg" alt="">
</div>
<!-- Testimonial Content
<div class="testimonial-content">
<h4>“ Ltd’s ranking has gone up so much from the great work that your team has done and our brand get organic sales consistently from your efforts. We are happy that the results of your efforts were lasting and profitable.”</h4>
<!-- Ratings
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info
<div class="author-info">
<h5>Darrell Goodman <span>- CEO </span></h5>
</div>
<!-- Quote Icon
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
<!-- Single Testimonial Slide
<div class="single-testimonial-slide d-flex align-items-center">
<!-- Testimonial Thumbnail
<div class="testimonial-thumbnail">
<img src="./img/bg-img/24.jpg" alt="">
</div>
<!-- Testimonial Content
<div class="testimonial-content">
<h4>“ Ltd’s ranking has gone up so much from the great work that your team has done and our brand get organic sales consistently from your efforts. We are happy that the results of your efforts were lasting and profitable.”</h4>
<!-- Ratings
<div class="ratings">
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
<i class="icon_star"></i>
</div>
<!-- Author Info
<div class="author-info">
<h5>Darrell Goodman <span>- CEO </span></h5>
</div>
<!-- Quote Icon
<div class="quote-icon"><img src="img/core-img/quote.png" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Client Feedback Area End -->
<!-- Border
<div class="container">
<div class="border-line"></div>
</div>
<!-- Background Curve
<div class="portfolio-bg-curve">
<img src="./img/core-img/curve-3.png" alt="">
</div>
</section>
<!-- ***** Portfolio Area End *****
<!-- ***** Blog Area Start *****
<section class="uza-blog-area">
<!-- Background Curve
<div class="blog-bg-curve">
<img src="./img/core-img/curve-4.png" alt="">
</div> -->
<section class="uza-portfolio-area section-padding-80">
<div class="container">
<div class="row">
<!-- Section Heading -->
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Templates</h2>
<p>We stay on top of our industry by being experts in yours.</p>
</div>
</div>
</div>
</div>
<style>
</style>
<div class="container-fluid">
<div class="row">
<!-- Team Member Slides -->
<div class="team-sildes owl-carousel">
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template5.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Dashboard Template</h6>
<h4><a href="http://regexss.pythonanywhere.com/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This an admin dashboard template , one can manage and see visual data here.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template1.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID Template</h6>
<h4>Food App (Home)</h4>
<p>This is an welcome page of an android forr order app.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template6.png" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Countdown Template</h6>
<h4><a href="https://regexss.github.io/countdown/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This is a countdown template.</p>
<p>This is a countdown template.</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template2.jpeg" height="600px" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Discount Page</h4>
<p>Simple UI for Discount section of an android app</p>
</div>
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/REGEX-ecommerce.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>E-Commerce Website Template</h6>
<h4><a href="https://regexss.github.io/ecommerce-template/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>This is an fresh ready to go e-commerce website template.</p>
</div>
<!-- Social Info -->
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template3.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Cart Page</h4>
<p>Cart Page for an android based food delivery application</p>
</div>
<!-- Social Info -->
</div>
<!-- Single Team Slide -->
<div class="single-team-slide slider">
<img src="./img/bg-img/REGEX-Contact.PNG" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect">
<h6>Contact Form Template</h6>
<h4><a href="https://regexss.github.io/contact-form/" target="_blank"><strong>Visit Live Template</strong></a></h4>
<p>An modern looking CSS contact form to impress your customers.</p>
</div>
<!-- Social Info -->
</div>
<div class="single-team-slide slider">
<img src="./img/bg-img/regex_template4.jpeg" alt="">
<!-- Overlay Effect -->
<div class="overlay-effect" style="height:610px;">
<h6>ANDROID TEMPLATE</h6>
<h4>Product Page</h4>
<p>Products page for an food ordering app like swiggy , zomato. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="border-line mt-80"></div>
</div>
<!-- CTA Area Start -->
<div class="uza-cta-area section-padding-0-80">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<div class="cta-content mb-80">
<h2>Interested in working with us?</h2>
<h6>Give a call ,we will call you back.</h6>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="cta-content mb-80">
<div class="call-now-btn">
<a href="#"><span>Call us now:</span> <br>(+91) 888-938-9757 <br> (+91) 800-558-0219 </a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Area End -->
<!--
<div class="container">
<div class="row">
<!-- Section Heading
<div class="col-12">
<div class="section-heading text-center">
<h2>Our Latest Blogs</h2>
<p></p>
</div>
</div>
</div>
<div class="row">
<!-- Single Blog Post
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/8.jpg);">
<!-- Post Content
<div class="post-content">
<span class="post-date"><span>23</span> August, 2018</span>
<a href="#" class="post-title">SEO: The Movie By Ignite Visibility</a>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing esed diam nonumy eirmod tempor invidunt ut</p>
<a href="#" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Post
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/9.jpg);">
<!-- Post Content
<div class="post-content">
<span class="post-date"><span>13</span> December, 2018</span>
<a href="#" class="post-title">What Curling Irons Are The Best Ones</a>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing esed diam nonumy eirmod tempor invidunt ut</p>
<a href="#" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Post
<div class="col-12 col-lg-4">
<div class="single-blog-post bg-img mb-80" style="background-image: url(./img/bg-img/10.jpg);">
<!-- Post Content
<div class="post-content">
<span class="post-date"><span>08</span> July, 2018</span>
<a href="#" class="post-title">Amazon REV Workshop: Road to Seattle</a>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing esed diam nonumy eirmod tempor invidunt ut</p>
<a href="#" class="read-more-btn">Read More <i class="arrow_carrot-2right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- ***** Blog Area End ***** -->
<!-- ***** Newsletter Area Start *****
<section class="uza-newsletter-area">
<div class="container">
<div class="row align-items-center justify-content-between">
<!-- Newsletter Content
<div class="col-12 col-md-6 col-lg-6">
<div class="nl-content mb-80">
<h2>Subscribe to our Newsletter</h2>
<p>Subscribe to our weekly newsletter to get notification about our new updates</p>
</div>
</div>
<!-- Newsletter Form
<div class="col-12 col-md-6 col-lg-5">
<div class="nl-form mb-80">
<form action="#" method="post">
<input type="email" name="nl-email" value="" placeholder="Your Email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
<!-- Border Bottom
<div class="border-line"></div>
</div>
</section>
<!-- ***** Newsletter Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-80-0">
<div class="container">
<div class="row justify-content-between">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Contact Us</h4>
<!-- Footer Content -->
<div class="footer-content mb-15">
<h3>(+91) 888-938-9757</h3>
<h3>(+91) 800-558-0219</h3>
<p>Jaipur , Rajasthan , India <br> [email protected] </p>
</div>
<p class="mb-0">Mon - Sat: 09:00 Hrs - 20:00 Hrs <br> Closed on Weekends</p>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-80">
<!-- Widget Title -->
<h4 class="widget-title">Quick Link</h4>
<!-- Nav -->
<nav>
<ul class="our-link">
<li>
<a href="/about.html" ">About Us</a></li>
<li><a href="/contact.html ">Contact Us</a></li>
<li><a href="/services.html ">Our Services</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3 ">
<div class="single-footer-widget mb-80 ">
<!-- Widget Title -->
<h4 class="widget-title ">Resources</h4>
<!-- Nav -->
<nav>
<ul class="our-link ">
<li><a href="# ">Customer Support</a></li>
<li><a href="# ">Privacy</a></li>
<li><a href="# ">Media & Press</a></li>
<li><a href="# ">Our Team</a></li>
<li><a href="# ">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3 ">
<div class="single-footer-widget mb-80 ">
<!-- Widget Title -->
<h4 class="widget-title ">About Us</h4>
<p>We are the best in what we do</p>
<!-- Copywrite Text -->
<div class="copywrite-text mb-30 ">
<p>© Copyright 2018
<a href="# "></a>.</p>
</div>
<!-- Social Info -->
<div class="footer-social-info ">
<a href="# " class="facebook " data-toggle="tooltip " data-placement="top " title="Facebook "><i class="fa fa-facebook "></i></a>
<a href="# " class="twitter " data-toggle="tooltip " data-placement="top " title="Twitter "><i class="fa fa-twitter "></i></a>
<a href="# " class="pinterest " data-toggle="tooltip " data-placement="top " title="Pinterest "><i class="fa fa-pinterest "></i></a>
<a href="# " class="instagram " data-toggle="tooltip " data-placement="top " title="Instagram "><i class="fa fa-instagram "></i></a>
<a href="# " class="youtube " data-toggle="tooltip " data-placement="top " title="YouTube "><i class="fa fa-youtube-play "></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- ******* All JS Files ******* -->
<!-- jQuery js -->
<script src="js/jquery.min.js "></script>
<!-- Popper js -->
<script src="js/popper.min.js "></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js "></script>
<!-- All js -->
<script src="js/uza.bundle.js "></script>
<!-- Active js -->
<script src="js/default-assets/active.js "></script>
</body>
</html>