-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
640 lines (623 loc) · 37.3 KB
/
demo.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
<!DOCTYPE HTML>
<html class="no-js" lang="zxx">
<!-- Mirrored from code-theme.com/html/findhouses/demo.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 30 Sep 2024 05:30:07 GMT -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Find Houses - HTML Template</title>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i%7CMontserrat:500,600,700,800" rel="stylesheet">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ARCHIVES CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="demo.min.css">
</head>
<body class="homepage-4" data-spy="scroll" data-offset="80">
<header class="heading fixed-top" id="heading">
<div class="container">
<a href="index.html" class="logo">
<a href="index.html"><img src="images/logo-red.svg" alt=""></a>
</a>
<nav id="main-menu" class="collapse">
<ul>
<li><a class="page-scroll" href="#home">Home</a></li>
<li><a class="page-scroll" href="#demos">Demos</a></li>
<li><a class="page-scroll" href="#property">Property</a></li>
<li><a class="page-scroll" href="#listings">Listings</a></li>
<li><a class="page-scroll" href="#agents">Agents & Agencies</a></li>
<li><a class="page-scroll" href="#features">Features</a></li>
</ul>
</nav>
</div>
</header>
<section id="home" class="headings4">
<div class="text-heading">
<div class="container mb-46">
<h1 class="text-center">Create Awesome Real Estate Website</h1>
<p class="text-center wid">Find Houses is a beautiful, powerful and flexible real estate HTML Template that comes with 24 stunning Home demos, suitable for all real estate business.</p>
<div class="box bg-1">
<a data-scroll href="#demos" class="button button--wayra button--border-thick button--text-upper button--size-s">See All Demo</a>
</div>
</div>
</div>
</section>
<!-- END SECTION HEADINGS -->
<!-- START SECTION BLOG -->
<section id="demos" class="blog num1 bg-blue rec-pro">
<div class="container-fluid">
<div class="section-title num1">
<div class="title-style mb-4" id="blog">
<h2 class="number">24+</h2>
<h2>HomePage Demos</h2>
<p>You Can Choose Find Houses Home Pages From Here</p>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect pr-4" data-animate="fadeInUp">
<a href="index.html" target="_blank"><img src="images/ScreenShoot/h-1.png" alt="" /></a>
<div class="blog-info">
<a href="index.html" target="_blank"><h3 class="text-center">Modern Home</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect pl-4" data-animate="fadeInUp">
<a href="index-2.html" target="_blank"><img src="images/ScreenShoot/h-2.png" alt="" /></a>
<div class="blog-info">
<a href="index-2.html" target="_blank"><h3 class="text-center mt-4">Home Boxed Image</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-3.html" target="_blank"><img src="images/ScreenShoot/h-3.png" alt="" /></a>
<div class="blog-info">
<a href="index-3.html" target="_blank"><h3 class="text-center">Home Modern Image</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-4.html" target="_blank"><img src="images/ScreenShoot/h-4.png" alt="" /></a>
<div class="blog-info">
<a href="index-4.html" target="_blank"><h3 class="text-center">Home Video Image</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-5.html" target="_blank"><img src="images/ScreenShoot/h-5.png" alt="" /></a>
<div class="blog-info">
<a href="index-5.html" target="_blank"><h3 class="text-center">Home Minimalist Style</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-6.html" target="_blank"><img src="images/ScreenShoot/h-6.png" alt="" /></a>
<div class="blog-info">
<a href="index-6.html" target="_blank"><h3 class="text-center">Home - Typed Image</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-7.html" target="_blank"><img src="images/ScreenShoot/h-7.png" alt="" /></a>
<div class="blog-info">
<a href="index-7.html" target="_blank"><h3 class="text-center">Home Video</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-8.html" target="_blank"><img src="images/ScreenShoot/h-8.png" alt="" /></a>
<div class="blog-info">
<a href="index-8.html" target="_blank"><h3 class="text-center">Home - Contact Form</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-9.html" target="_blank"><img src="images/ScreenShoot/h-9.png" alt="" /></a>
<div class="blog-info">
<a href="index-9.html" target="_blank"><h3 class="text-center">Map Style 1</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-24.html" target="_blank"><img src="images/ScreenShoot/h-24.png" alt="" /></a>
<div class="blog-info">
<a href="index-24.html" target="_blank"><h3 class="text-center">Modern Image and video</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-23.html" target="_blank"><img src="images/ScreenShoot/h-23.png" alt="" /></a>
<div class="blog-info">
<a href="index-23.html" target="_blank"><h3 class="text-center">Home Image</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-10.html" target="_blank"><img src="images/ScreenShoot/h-10.png" alt="" /></a>
<div class="blog-info">
<a href="index-10.html" target="_blank"><h3 class="text-center">Modern Full Image</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-13.html" target="_blank"><img src="images/ScreenShoot/h-13.png" alt="" /></a>
<div class="blog-info">
<a href="index-13.html" target="_blank"><h3 class="text-center">Home Style Dark</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-14.html" target="_blank"><img src="images/ScreenShoot/h-14.png" alt="" /></a>
<div class="blog-info">
<a href="index-14.html" target="_blank"><h3 class="text-center">Home Style White</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-11.html" target="_blank"><img src="images/ScreenShoot/h-11.png" alt="" /></a>
<div class="blog-info">
<a href="index-11.html" target="_blank"><h3 class="text-center">Slider Presentation 2</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-21.html" target="_blank"><img src="images/ScreenShoot/h-21.png" alt="" /></a>
<div class="blog-info">
<a href="index-21.html" target="_blank"><h3 class="text-center">Parallax Image video</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-16.html" target="_blank"><img src="images/ScreenShoot/h-16.png" alt="" /></a>
<div class="blog-info">
<a href="index-16.html" target="_blank"><h3 class="text-center">Slider Presentation 3</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-17.html" target="_blank"><img src="images/ScreenShoot/h-17.png" alt="" /></a>
<div class="blog-info">
<a href="index-17.html" target="_blank"><h3 class="text-center">Modern Parallax Image</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-19.html" target="_blank"><img src="images/ScreenShoot/h-19.png" alt="" /></a>
<div class="blog-info">
<a href="index-19.html" target="_blank"><h3 class="text-center">Home Modern Slider</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-20.html" target="_blank"><img src="images/ScreenShoot/h-20.png" alt="" /></a>
<div class="blog-info">
<a href="index-20.html" target="_blank"><h3 class="text-center">Home Modern Video</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-18.html" target="_blank"><img src="images/ScreenShoot/h-18.png" alt="" /></a>
<div class="blog-info">
<a href="index-18.html" target="_blank"><h3 class="text-center">Image Filter Search</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-22.html" target="_blank"><img src="images/ScreenShoot/h-22.png" alt="" /></a>
<div class="blog-info">
<a href="index-22.html" target="_blank"><h3 class="text-center">Home Image Slider</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-12.html" target="_blank"><img src="images/ScreenShoot/h-12.png" alt="" /></a>
<div class="blog-info">
<a href="index-12.html" target="_blank"><h3 class="text-center">Map Style 2</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 plr blog-pots hover-effect" data-animate="fadeInUp">
<a href="index-15.html" target="_blank"><img src="images/ScreenShoot/h-15.png" alt="" /></a>
<div class="blog-info">
<a href="index-15.html" target="_blank"><h3 class="text-center">Home Typed Image</h3></a>
</div>
</div>
</div>
</div>
</section>
<!-- END SECTION BLOG -->
<!-- START SECTION INFO-HELP -->
<section class="info-help rec-pro2">
<div class="container-fluid">
<div class="row info-head">
<div class="col-lg-5 col-md-6" data-animate="fadeInLeft">
<div class="info-text">
<h3>Powerful User Dashboard</h3>
<p>A thoroughly-built system that allows admin to control everything on the website including registered agencies, agents, manage real estate marketplace, coordinate agents, and accept property submissions.</p>
</div>
</div>
<div class="col-lg-7 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="fadeInRight">
<a href="dashboard.html" target="_blank"><img src="images/ScreenShoot/dashboard.png" alt="" /></a>
<div class="blog-info2">
</div>
</div>
</div>
</div>
</section>
<!-- END SECTION INFO-HELP -->
<!-- START SECTION BLOG -->
<section id="property" class="blog bg-white rec-pro2">
<div class="container-fluid">
<div class="section-title">
<div class="title-style mb-4" id="blog">
<h2 class="number">6+</h2>
<h2>Single Property Pages</h2>
<p>You Can Choose different Single Property Pages</p>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="single-property-1.html" target="_blank"><img src="images/ScreenShoot/s-1.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-1.html" target="_blank"><h3 class="text-center">Single Property Style 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="single-property-2.html" target="_blank"><img src="images/ScreenShoot/s-2.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-2.html" target="_blank"><h3 class="text-center mt-4">Single Property Style 2</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="single-property-3.html" target="_blank"><img src="images/ScreenShoot/s-3.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-3.html" target="_blank"><h3 class="text-center mt-4">Single Property Style 3</h3></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="single-property-4.html" target="_blank"><img src="images/ScreenShoot/single-4.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-4.html" target="_blank"><h3 class="text-center">Single Property Style 4</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="single-property-5.html" target="_blank"><img src="images/ScreenShoot/single-5.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-5.html" target="_blank"><h3 class="text-center mt-4">Single Property Style 5</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="single-property-6.html" target="_blank"><img src="images/ScreenShoot/single-6.png" alt="" /></a>
<div class="blog-info2">
<a href="single-property-6.html" target="_blank"><h3 class="text-center mt-4">Single Property Style 6</h3></a>
</div>
</div>
</div>
</div>
</section>
<!-- END SECTION BLOG -->
<!-- START SECTION BLOG -->
<section id="listings" class="blog bg-gray rec-pro2">
<div class="container-fluid">
<div class="section-title">
<div class="title-style mb-4" id="blog">
<h2 class="number">15+</h2>
<h2>Property Listing pages</h2>
<p>You Can Choose different Property Listing Pages</p>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-grid-1.html" target="_blank"><img src="images/ScreenShoot/pg-1.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-grid-1.html" target="_blank"><h3 class="text-center">Grid View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-grid-2.html" target="_blank"><img src="images/ScreenShoot/pg-2.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-grid-2.html" target="_blank"><h3 class="text-center mt-4">Grid View 2</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-grid-3.html" target="_blank"><img src="images/ScreenShoot/pg-3.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-grid-3.html" target="_blank"><h3 class="text-center mt-4">Grid View 3</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-grid-4.html" target="_blank"><img src="images/ScreenShoot/pg-4.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-grid-4.html" target="_blank"><h3 class="text-center mt-4">Grid View 4</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-full-grid-1.html" target="_blank"><img src="images/ScreenShoot/pf-1.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-full-grid-1.html" target="_blank"><h3 class="text-center">Full Grid View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-full-grid-2.html" target="_blank"><img src="images/ScreenShoot/pf-2.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-full-grid-2.html" target="_blank"><h3 class="text-center">Full Grid View 2</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-full-grid-3.html" target="_blank"><img src="images/ScreenShoot/pf-3.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-full-grid-3.html" target="_blank"><h3 class="text-center">Full Grid View 3</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-full-list-1.html" target="_blank"><img src="images/ScreenShoot/fl-1.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-full-list-1.html" target="_blank"><h3 class="text-center mt-4">Full List View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-full-list-2.html" target="_blank"><img src="images/ScreenShoot/pl-2.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-full-list-2.html" target="_blank"><h3 class="text-center mt-4">Full List View 2</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-list-1.html" target="_blank"><img src="images/ScreenShoot/pl-1.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-list-1.html" target="_blank"><h3 class="text-center mt-4">List View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-list-2.html" target="_blank"><img src="images/ScreenShoot/pl-22.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-list-2.html" target="_blank"><h3 class="text-center mt-4">List View 2</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-half-map-1.html" target="_blank"><img src="images/ScreenShoot/pm-1.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-half-map-1.html" target="_blank"><h3 class="text-center">Half Grid Map</h3></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="properties-half-map-2.html" target="_blank"><img src="images/ScreenShoot/pm-2.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-half-map-2.html" target="_blank"><h3 class="text-center">Half List Map</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-top-map-1.html" target="_blank"><img src="images/ScreenShoot/pm-4.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-top-map-1.html" target="_blank"><h3 class="text-center mt-4">Grid Top Map</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pl-4" data-animate="zoomIn">
<a href="properties-top-map-2.html" target="_blank"><img src="images/ScreenShoot/pm-5.png" alt="" /></a>
<div class="blog-info2 bg-gray">
<a href="properties-top-map-2.html" target="_blank"><h3 class="text-center mt-4">List Top Map</h3></a>
</div>
</div>
</div>
</div>
</section>
<!-- END SECTION BLOG -->
<!-- START SECTION BLOG -->
<section id="agents" class="blog bg-white rec-pro2">
<div class="container-fluid">
<div class="section-title">
<div class="title-style mb-4" id="blog">
<h2 class="number">7+</h2>
<h2>Agents & Agencies Pages</h2>
<p>You Can Choose different Single Property Pages</p>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agents-listing-grid.html" target="_blank"><img src="images/ScreenShoot/agents-1.png" alt="" /></a>
<div class="blog-info2">
<a href="agents-listing-grid.html" target="_blank"><h3 class="text-center">Agents View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agents-listing-row.html" target="_blank"><img src="images/ScreenShoot/agents-2.png" alt="" /></a>
<div class="blog-info2">
<a href="agents-listing-row.html" target="_blank"><h3 class="text-center">Agents View 2</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agents-listing-row-2.html" target="_blank"><img src="images/ScreenShoot/agents-3.png" alt="" /></a>
<div class="blog-info2">
<a href="agents-listing-row-2.html" target="_blank"><h3 class="text-center">Agents View 3</h3></a>
</div>
</div>
</div>
<div class="row mb-55">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agent-details.html" target="_blank"><img src="images/ScreenShoot/agents-4.png" alt="" /></a>
<div class="blog-info2">
<a href="agent-details.html" target="_blank"><h3 class="text-center">Agent Details</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agencies-listing-1.html" target="_blank"><img src="images/ScreenShoot/agencies-1.png" alt="" /></a>
<div class="blog-info2">
<a href="agencies-listing-1.html" target="_blank"><h3 class="text-center">Agencies View 1</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agencies-listing-2.html" target="_blank"><img src="images/ScreenShoot/agencies-2.png" alt="" /></a>
<div class="blog-info2">
<a href="agencies-listing-2.html" target="_blank"><h3 class="text-center">Agencies View 2</h3></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="agencies-details.html" target="_blank"><img src="images/ScreenShoot/agencies-3.png" alt="" /></a>
<div class="blog-info2">
<a href="agencies-details.html" target="_blank"><h3 class="text-center">Agencies Details</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="shop-with-sidebar.html" target="_blank"><img src="images/ScreenShoot/shop-1.png" alt="" /></a>
<div class="blog-info2">
<a href="shop-with-sidebar.html" target="_blank"><h3 class="text-center">Shop Page</h3></a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 blog-pots hover-effect pr-4" data-animate="zoomIn">
<a href="shop-single.html" target="_blank"><img src="images/ScreenShoot/shop-2.png" alt="" /></a>
<div class="blog-info2">
<a href="shop-single.html" target="_blank"><h3 class="text-center">Shop Single Page</h3></a>
</div>
</div>
</div>
</div>
</section>
<!-- END SECTION BLOG -->
<!-- START SECTION SERVICES -->
<main id="features" class="services bg-gray rec-pro2">
<div class="container-fluid">
<div class="sec-title">
<h2 class="mb-5"><span>Find Houses </span>Feature</h2>
</div>
<div class="row service-1">
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/b4.png" alt="" />
<h3>Bootstrap 4</h3>
</div>
<div class="service-text-p">
<p class="text-left">On the latest technology based we have added this version of bootstrap, which will be helpful to add new classes.</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/css.png" alt="" />
<h3>CSS 3</h3>
</div>
<div class="service-text-p">
<p class="text-left">We have used the latest Css Coding style that makes the pages in well working state and look more professional.</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv hidden-md-down" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/html.png" alt="" />
<h3>HTML 5</h3>
</div>
<div class="service-text-p">
<p class="text-left">We have used the latest HTML Coding that makes the pages in well working state and It is more easy to Maintain.</p>
</div>
</div>
</article>
</div>
<div class="row service-1">
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/sass.png" alt="" />
<h3>Build With Sass</h3>
</div>
<div class="service-text-p">
<p class="text-left">This Template is created with Sass which makes it more compatible and more attractive with all browsers.</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/slider-revolution.png" alt="" />
<h3>Slider Revolution</h3>
</div>
<div class="service-text-p">
<p class="text-left">Revolution Slider effects are becoming more and more popular and that makes the site look more attractive.</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv mt-50 hidden-md-down" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/mailchimp.png" alt="" />
<h3>MailChimp</h3>
</div>
<div class="service-text-p">
<p class="text-left">We have used MailChimp Newsletter form to get in contact and make this template more professional.</p>
</div>
</div>
</article>
</div>
<div class="row service-1">
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/owl.png" alt="" />
<h3>Owl Carousel</h3>
</div>
<div class="service-text-p">
<p class="text-left">The owl carousel added with new functionality. You can use this as different style to your page and much more.</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/jquery.png" alt="" />
<h3>Jquery</h3>
</div>
<div class="service-text-p">
<p class="text-left">We have used Jquery animation for this template. which will helpful to make the Template much attractive!</p>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-xs-12 serv hidden-md-down" data-animate="zoomIn">
<div class="serv-flex">
<div class="art-1">
<img src="images/ScreenShoot/font-awesome.png" alt="" />
<h3>Font Awesome</h3>
</div>
<div class="service-text-p">
<p class="text-left">We have used FontAwesome you have a lot of icons available to you with lots of font-family and icon style.</p>
</div>
</div>
</article>
</div>
</div>
</main>
<!-- END SECTION SERVICES -->
<!-- START FOOTERT -->
<footer>
<ul class="social-network">
<li><a href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
</ul>
<div class="copy">
<p>2021 © Copyright | By Code-Theme | All Rights Reserved.</p>
</div>
</footer>
<a data-scroll href="#home" class="go-up"><i class="fa fa-angle-double-up" aria-hidden="true"></i></a>
<!-- END FOOTERT -->
<!-- START PRELOADER -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<!-- END PRELOADER -->
<!-- ARCHIVES JS -->
<script src="js/jquery.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/lightcase.js"></script>
<script src="demo-script.min"></script>
</body>
<!-- Mirrored from code-theme.com/html/findhouses/demo.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 30 Sep 2024 05:30:54 GMT -->
</html>