-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
898 lines (828 loc) · 59.7 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
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
894
895
896
897
898
<!DOCTYPE html>
<!-- upto 2 directory depth-->
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Faiz Dev & Co.</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="crossorigin"/>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;800&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;800&display=swap" media="print" onload="this.media='all'"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;800&display=swap"/>
<meta name="description" content="Faiz Dev & Co. is a leading web agency offering website development, eCommerce solutions,
and custom web services. We specialize in building high-performance, responsive websites to boost your online business.">
<meta name="keywords" content="Website Designer, Web Designer, Realestate Website Designer, web solutions, web agency, web agency near me,
web agency usa, web agency in west bengal, web designer in uae, web designer siliguri, siliguri institue of technology, sit siliguri, sit">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="styles.css?v=2">
<link href="./css/font-awesome/css/all.min.css?ver=1.2.0" rel="stylesheet">
<link href="./css/bootstrap-icons/bootstrap-icons.css?ver=1.2.0" rel="stylesheet">
<link href="./css/bootstrap.min.css?ver=1.2.0" rel="stylesheet"> <!--important used for entire bootstrap css-->
<link href="./css/aos.css?ver=1.2.0" rel="stylesheet"> <!--important used for animation (fade-up, fade-down) -->
<link href="./css/main.css?ver=1.2.0" rel="stylesheet"> <!--important used for entire bootstarp css too-->
<script src="disable.js"></script> <!--important used to disable the inspect keys, shortcuts, clicks and developer button-->
<link rel="shortcut icon" href="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459784/favicon_t9kjri.ico" type="image/x-icon"> <!--important used for favicon-->
<noscript>
<style type="text/css">
[data-aos] {
opacity: 1 !important;
transform: translate(0) scale(1) !important;
}
body{
scroll-behavior: smooth;
}
</style>
</noscript>
</head>
<body id="top">
<header class="bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light" id="header-nav" role="navigation">
<!-- <div class="container"><a class="link-dark navbar-brand site-title mb-0" href="https://faizdevandco.online/">Faiz Dev & Co.</a> -->
<div class="container"><a class="link-dark navbar-brand site-title mb-0" href="https://faizdevandco.online/"><img class="main_logo" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459767/site-main-logo_i4rgq7.png" alt="Main logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto me-2">
<li class="nav-item"><a class="nav-link" href="https://faizdevandco.online">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link" href="#pricing">Pricing</a></li>
<li class="nav-item"><a class="nav-link" href="/pages/portfolio/index.html">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul> <a class="btn btn-primary buttons-box-shadow" href="tel:+91 7294800465">+91 7294800465</a>
</div>
</div>
</nav>
</header>
<div class="page-content">
<div id="content">
<div class="parent-hero-section-container">
<div class="cover bg-light hero-section-target">
<div class="container px-2">
<div class="row">
<div class="col-lg-6">
<div class="mt-5 pt-lg-5">
<h1 class="intro-title marker" data-aos="fade-left" data-aos-delay="50">We Build Websites That Drive Success. </h1>
<p class="lead fw-normal mt-4" data-aos="fade-up" data-aos-delay="100">Specializing in innovative web design and development, we transform your vision into engaging, user-friendly digital experiences that drive results and elevate your brand.</p>
<div class="mt-3" data-aos="fade-up" data-aos-delay="200"><a id="hero-btn" class="btn btn-primary mt-1 me-2 buttons-box-shadow" href="#contact">Get Sarted <i class="fas fa-arrow-right ms-1"></i></a></div>
</div>
</div>
<div class="col-lg-6 p-3 pe-lg-0" data-aos="fade-left" data-aos-delay="100"><img class="pt-2 img-fluid bounce-illustration" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459456/building_websites-hero-img_um0xh8.svg" alt="hello"/></div>
</div>
</div>
</div>
<div class="wave-bg"></div>
</div>
<!-- Work With Us and ABOUT section starts here -->
<!-- Work With Us and ABOUT section starts here -->
<div class="section pt-3 pt-lg-5 px-2 px-lg-4" id="about" data-aos="fade-up" data-aos-delay="250">
<div class="container-narrow">
<div class="text-center mb-4">
<h2 class="marker marker-center">Empowered by Progress</h2>
</div>
<div class="text-center">
<p class="mx-auto mb-3" style="max-width:800px">From concept to deployment, the process involves planning, designing, development, testing, optimization, and finally launching the website to ensure functionality and user experience</p>
</div>
</div>
<div class="container">
<div class="parent-progress-bar">
<!-- Progress Image Entered here by CSS -->
</div>
</div>
<!-- Work with us section ends here -->
<!-- Work with us section ends here -->
<!-- Let our agile section starts here -->
<!-- Let our agile section starts here -->
<div class="container">
<div class="row py-3 py-lg-5">
<div class="col-lg-6 col-md-5 px-3 order-md-last" data-aos="fade-up" data-aos-delay="200"><img class="my-3 img-fluid" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459454/development_ngqztx.svg" alt="development"/></div>
<div class="col-lg-6 col-md-7 px-2" data-aos="zoom-in" data-aos-delay="100">
<div class="h3 mb-2">Let our <strong>Agile Team</strong> understand and serve your needs.</div>
<p class="text-secondary mb-3">Let our agile team decode your vision and deliver attuned digital solutions. We expertise in web design, development, and strategy, we're dedicated to exceeding your expectations and goals efficiently</p>
<div class="row">
<div class="col-lg-6 mb-2">
<div class="border border-3 rounded px-2 py-2 d-flex align-items-center">
<div class="badge bg-success me-2"><i class="fas fa-check"></i></div>
<div class="text-secondary fw-bold">Active Colloboration</div>
</div>
</div>
<div class="col-lg-6 mb-2">
<div class="border border-3 rounded px-2 py-2 d-flex align-items-center">
<div class="badge bg-success me-2"><i class="fas fa-check"></i></div>
<div class="text-secondary fw-bold">On-Schedule Delivery</div>
</div>
</div>
<div class="col-lg-6 mb-2">
<div class="border border-3 rounded px-2 py-2 d-flex align-items-center">
<div class="badge bg-success me-2"><i class="fas fa-check"></i></div>
<div class="text-secondary fw-bold">After Sales Services</div>
</div>
</div>
<div class="col-lg-6 mb-2">
<div class="border border-3 rounded px-2 py-2 d-flex align-items-center">
<div class="badge bg-success me-2"><i class="fas fa-check"></i></div>
<div class="text-secondary fw-bold">24x7 On-Support</div>
</div>
</div>
</div>
</div>
</div>
<div class="parent-featured-container" data-aos="fade-up" data-aos-delay="400">
<div class="text-center mb-4">
<h2 class="marker marker-center">Featured Projects</h2>
</div>
<div class="text-center">
<p class="mx-auto mb-3" style="max-width:800px">Here are some awesome featured projects: custom, responsive, and user-friendly websites with modern design,
fast performance, mobile compatibility, SEO optimization, and security</p>
</div>
<div class="featured-project">
<div class="card-featured" data-aos="fade-right" data-aos-delay="400">
<div class="image-containerr">
<div class="first-img-container">
<span class="image-title-ctrl">Apicha Health Care</span>
<span id="second-image-title">https://faizdevandco.online</span>
</div>
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459716/Apicha-slide-up-min_orvoeq.png" alt="Apicha_Health_Care_Image" class="hover-image" />
</div>
</div>
<div class="card-featured" data-aos="fade-up" data-aos-delay="400">
<div class="image-containerr">
<div class="second-img-container">
<span class="image-title-ctrl">Forest Hill Real Estate</span>
<span id="second-image-title">https://faizdevandco.online</span>
</div>
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459722/Forest-Hill-slideup-min_tlvnpm.png" alt="Forest_Hill_Realestate_Image" class="hover-image" />
</div>
</div>
<div class="card-featured" data-aos="fade-left" data-aos-delay="400">
<div class="image-containerr">
<div class="third-img-container">
<span class="image-title-ctrl">Day Off Tours & Travel</span>
<span id="second-image-title">https://faizdevandco.online</span>
</div>
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459720/Day0ff-slide-up-min_elh6sn.png" alt="Day_Off_Travel_Image" class="hover-image" />
</div>
</div>
</div>
</div>
<!-- We believe in Long Term Partnership STARTS here -->
<!-- We believe in Long Term Partnership STARTS here -->
<div class="row py-3 py-lg-5">
<div class="col-lg-6 col-md-5 px-3 order-md-last" data-aos="fade-zoom-in" data-aos-delay="50" data-aos-easing="ease-in-back"><img class="my-3 img-fluid" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459456/work-chat_fgsbrc.svg" alt="work-chat"/></div>
<div class="col-lg-6 col-md-7 px-2" data-aos="zoom-in" data-aos-delay="100">
<div class="h3 mb-2">We believe in <strong>Long Term Partnership</strong>.</div>
<p class="text-secondary mb-3">We prioritize trust, quality, and consistent support to build strong, lasting relationships with our clients</p>
<ul class="nav nav-tabs nav-fill" role="tablist">
<li class="nav-item" role="presentation"><a class="nav-link p-1 active" aria-current="page" href="#experience" data-bs-toggle="tab"><span class="badge bg-secondary me-1">1</span> Experience</a></li>
<li class="nav-item" role="presentation"><a class="nav-link p-1" href="#flexibility" data-bs-toggle="tab"><span class="badge bg-secondary me-1">2</span> Flexibility</a></li>
<li class="nav-item" role="presentation"><a class="nav-link p-1" href="#results" data-bs-toggle="tab"><span class="badge bg-secondary me-1">3</span> Results</a></li>
</ul>
<div class="tab-content border border-top-0 text-secondary p-3" id="myTabContent">
<div class="tab-pane fade show active" id="experience" role="tabpanel" aria-labelledby="home-tab">
<p>With years of industry expertise, our seasoned professionals bring a wealth of knowledge and skills to every project we undertake.</p>
<p>we leverage our deep industry insights to deliver solutions that exceed expectations and drive success.</p>
</div>
<div class="tab-pane fade" id="flexibility" role="tabpanel" aria-labelledby="profile-tab">
<p>Leverage agile frameworks to provide a robust synopsis for high level overviews.</p>
<p>Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p>
</div>
<div class="tab-pane fade" id="results" role="tabpanel" aria-labelledby="contact-tab">
<p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test.</p>
<p>Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.</p>
</div>
</div>
</div>
</div>
<!-- We believe in Long Term Partnership ENDS here -->
<!-- We believe in Long Term Partnership ENDS here -->
</div>
</div>
<!-- ABOUT section ends here -->
<!-- ABOUT section ends here -->
<!-- Trusted By Starts Here -->
<!-- Trusted By Starts Here -->
<div class="section py-3 py-lg-5 px-2 px-lg-4" id="clients">
<div class="container-narrow">
<div class="text-center mb-4">
<h2 class="marker marker-center">Trusted By</h2>
</div>
<div class="text-center">
<p class="mx-auto mb-3" style="max-width:800px">Serving clients across industries like tech, retail, hospitality, and non-profits, we provide unique products and services to match their needs</p>
</div>
</div>
<div class="container" data-aos="fade-left" data-aos-delay="300">
<div class="marquee-container">
<div class="marquee">
<!-- First set of images -->
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459675/T-1_nayrez.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459673/T-10_agcpje.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459677/T-11_prwkdg.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459678/T-12_mgyuw4.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459679/T-13_nyzmm1.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459680/T-14_rcgvel.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459682/T-15_qqufu5.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459683/T-16_yp0huv.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459684/T-17_l7azwl.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459686/T-18_lcxnoa.png" alt="LTrusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459687/T-19_jml4qj.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459688/T-2_kgashp.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459690/T-20_plhhrk.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459691/T-21_jyegto.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459692/T-22_zniuy2.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459693/T-23_nz2itf.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459694/T-3_q5ycxy.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459696/T-4_tfxsv2.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459697/T-5_yzgcwv.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459699/T-6_znpbtf.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459700/T-7_ey2xsn.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459701/T-8_ripdjw.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459703/T-9_sziexw.png" alt="Trusted_brand_logo">
<!-- Duplicate set of images for seamless looping -->
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459675/T-1_nayrez.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459673/T-10_agcpje.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459677/T-11_prwkdg.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459678/T-12_mgyuw4.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459679/T-13_nyzmm1.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459680/T-14_rcgvel.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459682/T-15_qqufu5.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459683/T-16_yp0huv.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459684/T-17_l7azwl.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459686/T-18_lcxnoa.png" alt="LTrusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459687/T-19_jml4qj.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459688/T-2_kgashp.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459690/T-20_plhhrk.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459691/T-21_jyegto.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459692/T-22_zniuy2.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459693/T-23_nz2itf.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459694/T-3_q5ycxy.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459696/T-4_tfxsv2.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459697/T-5_yzgcwv.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459699/T-6_znpbtf.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459700/T-7_ey2xsn.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459701/T-8_ripdjw.png" alt="Trusted_brand_logo">
<img src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459703/T-9_sziexw.png" alt="Trusted_brand_logo">
</div>
</div>
</div>
</div>
<!-- Trusted by Ends Here -->
<!-- Trusted by Ends Here -->
<!-- Our Services Section Starts Here -->
<!-- Our Services Section Starts Here -->
<div class="section bg-light py-3 py-lg-5 px-2 px-lg-4" id="services">
<div class="container-narrow">
<div class="text-center mb-5">
<h2 class="marker marker-center">Our Services</h2>
</div>
<div class="text-center">
<p class="mx-auto mb-3" style="max-width:800px">Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions</p>
</div>
<div class="row py-3">
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459649/web-design_iue24g.png" width="96" height="96" alt="web design"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">Web Design</div>
<p class="text-small">Crafting visually appealing and user-friendly interfaces to enhance digital presence and engagement.</p>
</div>
</div>
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459648/web_development_fjmjho.png" width="96" height="96" alt="graphic design"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">Web Develpoment</div>
<p class="text-small">Building robust and functional websites with advanced coding and programming languages.</p>
</div>
</div>
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459651/marketing_png_mqu9pn.png" width="96" height="96" alt="Ads campaign"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">Marketing & Ads</div>
<p class="text-small">Social media marketing uses targeted ads to increase brand awareness, engagement, and conversions.</p>
</div>
</div>
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459650/wordpress_j00h1t.png" width="96" height="96" alt="graphic design"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">WordPress Website</div>
<p class="text-small">Designing and developing websites using WordPress, a versatile and user-friendly content management system (CMS).</p>
</div>
</div>
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459645/shopify_ypeu3a.png" width="96" height="96" alt="graphic design"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">Shopify Website</div>
<p class="text-small">Developing e-commerce websites using Shopify, a platform that provides customizable templates and tools to sell products online effectively.</p>
</div>
</div>
<div class="col-md-4 text-center mb-3" data-aos="fade-up" data-aos-delay="200">
<div class="bg-white border rounded-circle d-inline-block p-2"><img id="services-img-target" class="p-2" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459644/e-com_website_ylumy8.png" width="96" height="96" alt="ui-ux"/></div>
<div class="bg-white border rounded p-3 mt-n4">
<div class="h5 mt-3">eCommerce Website</div>
<p class="text-small">Designing and developing online stores that facilitate buying and selling of products or services, secure payment gateways.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Our Services Section Ends Here -->
<!-- Our Services Section Ends Here -->
<!-- Project Done Start Here -->
<!-- Project Done Start Here -->
<div class="section bg-secondary text-light py-3 py-lg-5 px-2 px-lg-4" id="stats">
<div class="container-narrow">
<div class="row px-4">
<div class="col-md-3 col-sm-6">
<div class="d-flex py-2"><i class="mr-3 fas fa-clipboard-check fa-4x fa-fw"></i>
<div class="ms-1">
<div class="h2 mb-1 purecounter" data-purecounter-start="0" data-purecounter-end="42" data-purecounter-duration="2">50</div>
<div class="h6">Projects Done</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="d-flex py-2"><i class="mr-3 fas fa-smile fa-4x fa-fw"></i>
<div class="ms-1">
<div class="h2 mb-1 purecounter" data-purecounter-start="0" data-purecounter-end="52" data-purecounter-duration="2">61</div>
<div class="h6">Happy Clients</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="d-flex py-2"><i class="mr-3 fas fa-file-alt fa-4x fa-fw"></i>
<div class="ms-1">
<div class="h2 mb-1 purecounter" data-purecounter-start="0" data-purecounter-end="114" data-purecounter-duration="2">131</div>
<div class="h6">Appreciations</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="d-flex py-2"><i class="mr-3 fas fa-clock fa-4x fa-fw"></i>
<div class="ms-1">
<div class="h2 mb-1 purecounter" data-purecounter-start="0" data-purecounter-end="2160" data-purecounter-duration="2">9565</div>
<div class="h6">Support Hours</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Project Done Ends Here -->
<!-- Project Done Ends Here -->
<!-- Meet Our Team Section Starts Here -->
<!-- Meet Our Team Section Starts Here -->
<div class="section pt-5 pb-3 py-lg-5 px-2 px-lg-4" id="pricing" data-aos="fade-up" data-aos-delay="200">
<div class="container">
<div class="text-center mb-5">
<h2 class="marker marker-center">Pricing</h2>
</div>
</div>
<div class="pricing-parent-cards-container" data-aos="fade-up" data-aos-delay="200">
<div class="pricing-block-card" data-aos="fade-left" data-aos-delay="300">
<div class="price-tag">Starter</div>
<h2> Ideal for maintaining a seamless online presence, perfect for individuals and small businesses.</h2>
<div class="price">$79 <span>/year</span></div>
<ul>
<li>Upto 6 Pages</li>
<li>4-6 Day Delivery</li>
<li>1 Year Free Hosting</li>
<li>Modern Site</li>
<li>Multi Device Responsive</li>
<li>3 Months Free Site Maintenance</li>
<li>Form & Contact Section</li>
<li>Basic SEO</li>
<li>Google Analytics</li>
</ul>
<a href="https://faizdevandco.online/#contact" class="btn">Enquire now</a>
</div>
<!--Second Card -->
<div class="pricing-block-card" data-aos="fade-down" data-aos-delay="300">
<div class="price-tag">Standard</div>
<h2> Suitable for growing businesses seeking enhanced functionality and performance.</h2>
<div class="price">$119 <span>/year</span></div>
<ul>
<li>Upto 10 Pages</li>
<li>14-20 Day Delivery</li>
<li>1 Year Free Hosting</li>
<li>eCommerce Functionality</li>
<li>Multi Device Responsive</li>
<li>3 Months Free Site Maintenance</li>
<li>Payment Integration</li>
<li>Basic SEO</li>
<li>Google Analytics</li>
</ul>
<a href="https://faizdevandco.online/#contact" class="btn">Enquire now</a>
</div>
<!-- Third Card -->
<div class="pricing-block-card" data-aos="fade-right" data-aos-delay="300">
<div class="price-tag">Premium</div>
<h2>Designed for established businesses with advanced needs and comprehensive solutions.</h2>
<div class="price">$159 <span>/year</span></div>
<ul>
<li>Unlimite Pages</li>
<li>24-30 Day Delivery</li>
<li>1 Year Free Hosting</li>
<li>eCommerce Functionality</li>
<li>Multi Device Responsive</li>
<li>6 Months Free Site Maintenance</li>
<li>Payment Integration</li>
<li>Advanced SEO</li>
<li>Real-time Monitoring and Analytics</li>
</ul>
<a href="https://faizdevandco.online/#contact" class="btn">Enquire now</a>
</div>
</div>
</div>
<!-- Meet Our Team Sections Ends Here -->
<!-- Meet Our Team Sections Ends Here -->
<!-- First Row Testimonials -->
<!-- First Row Testimonials -->
<div class="section py-0 py-lg-0 px-2 px-lg-4" data-aos="fade-down" data-aos-delay="200" id="testimonials">
<div class="container overflow-hidden">
<div class="text-center mb-5">
<h2 class="marker marker-center">Client Testimonials</h2>
</div>
<div class="d-flex flex-nowrap testi-1">
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column align-item-center">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border" style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459675/T-1_nayrez.png" alt="Testimonials_image">
<h5 class="customer-name">Viva Aesthetic Clinic <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Faiz Dev & Co.,delivered exceptional results, transforming our hospital's online presence into a user-friendly experience
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border" style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459673/T-10_agcpje.png" alt="Testimonials_image">
<h5 class="customer-name">Tidy Here <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Faiz created a sleek, professional design that enhanced our brand's credibility and visibility
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459677/T-11_prwkdg.png" alt="Testimonials_image">
<h5 class="customer-name">Shalby Hospital<br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Highly recommend Faiz Dev Agency for creating patient-focused, modern healthcare websites tailored to unique needs
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459678/T-12_mgyuw4.png" alt="Testimonials_image">
<h5 class="customer-name">SG Cleaning Service <br> <span class="customer-job-position">Web Develpoment</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Customer inquiries have doubled since our modern, user-friendly site launched—great results!
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459679/T-13_nyzmm1.png" alt="Testimonials_image">
<h5 class="customer-name">QI Spine Clinic <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Efficient, professional service! Our patients appreciate the intuitive design and smooth navigation on our website
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459680/T-14_rcgvel.png" alt="Testimonials_image">
<h5 class="customer-name">NYC Hospital <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our clinic's website is now modern, functional, and enhances patient engagement with seamless appointment bookings with Faiz
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459682/T-15_qqufu5.png" alt="Testimonials_image">
<h5 class="customer-name">Next Level Real Estate <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our site's design perfectly showcases properties while driving higher traffic and client inquiries with Faiz Agency
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459683/T-16_yp0huv.png" alt="Testimonials_image">
<h5 class="customer-name">Mediclinic <br> <span class="customer-job-position">Web Develpoment</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Exceptional design tailored to healthcare needs; patients love the intuitive and professional interface
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459684/T-17_l7azwl.png" alt="Testimonials_image">
<h5 class="customer-name">Maid to Clean <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Highly recommend Faiz for professional, clean website designs that truly elevate cleaning service businesses
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459686/T-18_lcxnoa.png" alt="Testimonials_image">
<h5 class="customer-name">Maidpro <br> <span class="customer-job-position">Web Development </span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Effortlessly showcases our cleaning packages; clients appreciate the seamless navigation and clear service details
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459687/T-19_jml4qj.png" alt="Testimonials_image">
<h5 class="customer-name">Hertz <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Booking cars has never been easier, thanks to Faiz Dev's fast and stylish website redesign
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Second Row testimonials -->
<!-- Second Row testimonials -->
<div class="section py-0 py-lg-0 px-2 px-lg-4" data-aos="fade-up" data-aos-delay="200" id="testimonials">
<div class="container overflow-hidden">
<div class="d-flex flex-nowrap testi-2">
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column align-item-center">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459688/T-2_kgashp.png" alt="Testimonials_image">
<h5 class="customer-name">Kaya Skin Clinic <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Voluptatibus porro beatae excepturi sed optio,
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459690/T-20_plhhrk.png" alt="Testimonials_image">
<h5 class="customer-name">Forest Hill Real Estate <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Efficient, professional service that elevated our clinic digital presence and improved patient engagement
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459691/T-21_jyegto.png" alt="Testimonials_image">
<h5 class="customer-name">Ex-Arabia | Tours & Travels <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our tour packages look amazing online, and client inquiries have increased since the redesign
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459692/T-22_zniuy2.png" alt="Testimonials_image">
<h5 class="customer-name">Enterprise <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our website now aligns perfectly with our brand, enhancing bookings and overall customer satisfaction
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459693/T-23_nz2itf.png" alt="Testimonials_image">
<h5 class="customer-name">Day of Tour & Travels <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our tour packages look amazing online, and client inquiries have increased since the redesign
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459694/T-3_q5ycxy.png" alt="Testimonials_image">
<h5 class="customer-name">Cushman & Wakefield <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Impressive results—our listings shine, and clients love the easy-to-navigate interface
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459696/T-4_tfxsv2.png" alt="Testimonials_image">
<h5 class="customer-name">Capri Realty Real Estate <br> <span class="customer-job-position">Redesign of Webiste</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Faiz Dev created a site that showcases our properties beautifully and boosts client confidence
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459697/T-5_yzgcwv.png" alt="Testimonials_image">
<h5 class="customer-name">Apicha Health Care <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our hospital website is modern, patient-friendly, and significantly improved appointment bookings
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459699/T-6_znpbtf.png" alt="Testimonials_image">
<h5 class="customer-name">Buduget <br> <span class="customer-job-position">Web development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Their team truly captured the spirit of travel, delivering a site that engages and inspires
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459700/T-7_ey2xsn.png" alt="Testimonials_image">
<h5 class="customer-name">BCD Travel <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Our travel agency's website now captivates visitors with stunning visuals and seamless navigation
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459701/T-8_ripdjw.png" alt="Testimonials_image">
<h5 class="customer-name">Breezy Home Services <br> <span class="customer-job-position">Web Development</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Effortlessly showcases our cleaning packages; clients appreciate the seamless navigation and clear service details
</div>
</div>
</div>
<div class="testimonials-container-parent card p-2 mx-1 my-1" style="min-width: 350px;">
<div class="child-container d-flex flex-column">
<div class="top-part d-flex align-items-center gap-2">
<img class="testimonial-img img-fluid rounded-circle border " style="height: 55px; width: 55px; object-fit: cover;" src="https://res.cloudinary.com/dfuufhc0v/image/upload/v1735459703/T-9_sziexw.png" alt="Testimonials_image">
<h5 class="customer-name">Brooklyn Plaza Medical Center <br> <span class="customer-job-position">Redesign of Website</span> </h5>
</div>
<div class="lh-sm bottom-part pt-2">
Highly impressed with their attention to detail and user-focused healthcare web solutions
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials Section Ends Here -->
<!-- Testimonials Section Ends Here -->
<!-- Contact Form section starts here -->
<!-- Contact Form section starts here -->
<div class="section py-3 py-lg-5 px-2 px-lg-4" id="contact">
<div class="container-narrow">
<div class="text-center mb-5">
<h2 class="marker marker-center">Contact Us</h2>
</div>
<div class="row">
<div class="col-md-6" data-aos="zoom-in" data-aos-delay="100">
<div class="bg-light my-2 p-3 pt-2">
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="d94db97b-3aa0-452b-93ea-a02a56c8195e">
<div class="form-group my-2">
<label for="name" class="form-label fw-bolder">Name</label>
<input class="form-control" type="text" id="name" name="name" required>
</div>
<div class="form-group my-2">
<label for="email" class="form-label fw-bolder">Email</label>
<input class="form-control" type="email" id="email" name="_replyto" required>
</div>
<div class="form-group my-2">
<label for="message" class="form-label fw-bolder">Message</label>
<textarea class="form-control" style="resize: none;" id="message" name="message" rows="4" required></textarea>
</div>
<button id="submit-button" class="btn btn-primary mt-2 buttons-box-shadow" type="submit">Send</button>
</form>
</div>
</div>
<div class="col-md-6" data-aos="fade-left" data-aos-delay="300">
<div class="mt-3 px-2">
<div class="h5">Let's talk how we can help you!</div>
<p>If you like to work with us then drop us a message using the contact form.</p>
<p>Or get in touch using email or contact number.</p>
<p>See you!</p>
</div>
<div class="mt-5 px-2">
<div class="row">
<div class="col-sm-2">
<div class="pb-1">Email:</div>
</div>
<div class="col-sm-10">
<div class="pb-1 fw-bolder"><a style="text-decoration: none;" href="mailto:Sales@faizdevandco.online">Sales@faizdevandco.online</a></div>
</div>
<div class="col-sm-2">
<div class="pb-1">Phone:</div>
</div>
<div class="col-sm-10">
<div class="pb-1 fw-bolder"><a style="text-decoration: none;" href="tel:+91 7294800465">+91 7294800465</a></div>
</div>
<div class="col-sm-2">
<div class="pb-1">Social:</div>
</div>
<div class="col-sm-10">
<div class="pb-1 fw-bolder"><a style="text-decoration: none;" href="https://www.instagram.com/faiz_dev_co?igsh=cWN3bm9vaGNmZGFl" target="_blank" rel="noopener noreferrer">Instagram</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact form section ends here -->
<!-- Contact form section ends here -->
<!-- Footer Starts here -->
<!-- Footer Starts here -->
<footer class="py-5 px-2 bg-dark" id="footer">
<div class="container">
<!-- <div class="text-sm text-muted text-center">
<div class="">© <strong>Faiz Dev & Co.</strong> | All rights reserved.</div>
<div>
Design with ❤️ by <a style="font-weight: normal;" target="_blank" href="https://www.instagram.com/faiz_imam__/">Faiz Imam </a>
</div>
</div> -->
<footer id="parent-footer">
<div class="footer-container">
<div class="column-1">
<p>Faiz Dev & Co. is a web agency based in Northeast India, delivering innovative website design and development, hiring talented college minds for fresh, new-age perspectives on our projects.</p>
<div class="social-icons">
<a target="_blank" href="https://www.instagram.com/faiz_dev_co/"><img class="footer-img" src="https://icons.veryicon.com/png/o/miscellaneous/offerino-icons/instagram-53.png" alt="insta_icon"></a>
<!-- <a href="#"><img class="footer-img" src="https://cdn-icons-png.flaticon.com/512/81/81341.png"></a> -->
<a target="_blank" href="https://www.linkedin.com/company/faiz-dev-co"><img class="footer-img" src="https://cdn-icons-png.flaticon.com/512/1384/1384014.png" alt="linkedin_icon"></a>
</div>
</div>
<div class="column-2">
<h6 style="font-weight: bold; font-size: 18px;">COMPANY</h6>
<!-- <li><a href="#">Our Story</a></li> -->
<li><a href="/pages/portfolio/privacy policy.html">Privacy Policy</a></li>
<!-- <li><a href="#" rel="noopener noreferrer">Terms & Conditions</a></li> -->
<li><a href="#contact">Contact Us</a></li>
</div>
<div class="column-3">
<h6 style="font-weight: bold; font-size: 18px;">QUICK LINKS</h6>
<li><a href="#">Hire Talent</a></li>
<li><a href="#" rel="noopener noreferrer">Career</a></li>
<li> <a href="/pages/portfolio/index.html" rel="noopener noreferrer">Portfolio</a></li>
<!-- <li>Community</li> -->
<!-- <li>Events</li> -->
<!-- <li>Blog</li> -->
</div>
</div>
<!-- <div class="big-text"><h1>Faiz Dev & Co.</h1></div> -->
</footer>
</div>
</footer>
<!-- Footer Ends Here -->
<!-- Footer Ends Here -->
</div>
</div>
<div id="scrolltop"><a class="btn btn-secondary" href="#top"><span class="icon"><i class="fas fa-angle-up fa-x"></i></span></a></div>
<script src="./scripts/imagesloaded.pkgd.min.js?ver=1.2.0"></script>
<script src="./scripts/masonry.pkgd.min.js?ver=1.2.0"></script>
<script src="./scripts/BigPicture.min.js?ver=1.2.0"></script>
<script src="./scripts/purecounter.min.js?ver=1.2.0"></script>
<script src="./scripts/bootstrap.bundle.min.js?ver=1.2.0"></script>
<script src="./scripts/aos.min.js?ver=1.2.0"></script>
<script src="./scripts/main.js?ver=1.2.0"></script>
</body>
</html>