-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrealestate.html
445 lines (414 loc) · 20.1 KB
/
realestate.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Rozans Global</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- themify icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- animate -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- Aos -->
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- swiper -->
<link rel="stylesheet" href="plugins/swiper/swiper.min.css">
<!-- Stylesheets -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<!-- preloader start -->
<div class="preloader">
<img src="images/preloader.gif" alt="preloader">
</div>
<!-- preloader end -->
<!-- navigation -->
<header>
<!-- top header -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-12">
<ul class="list-inline text-lg-right text-center">
<li class="list-inline-item">
<a href="mailto:info@rozansglobal.com">info@rozansglobal.com</a>
</li>
<li class="list-inline-item">
<a href="callto:0802 742 8287">Call Us Now:
<span class="ml-2"> 0802 742 8287</span>
</a>
</li>
<li class="list-inline-item">
<a href="#" id="searchOpen">
<i class="ti-search"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- nav bar -->
<div class="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index-2.html">
<img src="images/logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Services
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="automobile.html">Automobile</a>
<a class="dropdown-item" href="realestate.html">Real Estate</a>
<a class="dropdown-item" href="investment.html">Finance</a>
<a class="dropdown-item" href="#.html">Logistics</a>
</div>
</li>
<!-- nav bar
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="team.html">Team Page</a>
<a class="dropdown-item" href="pricing.html">Pricing Page</a>
<a class="dropdown-item" href="project.html">project Page</a>
<a class="dropdown-item" href="faqs.html">FAQs Page</a>
<a class="dropdown-item" href="project-single.html">Project Single</a>
<a class="dropdown-item" href="team-single.html">Team Single</a>
<a class="dropdown-item" href="404.html">404 Page</a>
<a class="dropdown-item" href="signup.html">Sign Up Page</a>
<a class="dropdown-item" href="login.html">Login Page</a>
<a class="dropdown-item" href="comming-soon.html">Comming Soon Page</a>
</div>
</li>
-->
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Blog
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="blog.html">Blog Page</a>
<a class="dropdown-item" href="blog-sidebar.html">Blog with Sidebar</a>
<a class="dropdown-item" href="blog-single.html">Blog Single</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Elements
</a>
<div class="dropdown-menu" >
<a class="dropdown-item" href="components/buttons.html">Buttons</a>
<a class="dropdown-item" href="components/icons.html">Icons</a>
<a class="dropdown-item" href="components/typography.html">Typography</a>
<a class="dropdown-item" href="components/accordions.html">Accordions</a>
<a class="dropdown-item" href="components/blog-contents.html">Blog Contents</a>
<a class="dropdown-item" href="components/service-contents.html">Service Contents</a>
<a class="dropdown-item" href="components/team-contents.html">Team Contents</a>
</div>
</li>
-->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- Search Form -->
<div class="search-form">
<a href="#" class="close" id="searchClose">
<i class="ti-close"></i>
</a>
<div class="container">
<form action="#" class="row">
<div class="col-lg-10 mx-auto">
<h3>Search Here</h3>
<div class="input-wrapper">
<input type="text" class="form-control" name="search" id="search" placeholder="Enter Keywords..." required>
<button>
<i class="ti-search"></i>
</button>
</div>
</div>
</form>
</div>
</div>
<!-- /navigation -->
<section class="page-title overlay" style="background-image: url(images/background/page-title2.jpg);">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="text-white font-weight-bold">Real Estate</h2>
</div>
</div>
</div>
</section>
<!-- philosophy -->
<section class="section">
<div class="container">
<div class="row">
<!-- philosophy video -->
<div class="col-lg-5 align-self-center">
<div class="overlay overlay-rounded mb-md-50">
<img class="img-fluid w-100 rounded" src="images/about/about-video-thumbnail.jpg" alt="video-thumbnail">
<a class="play-icon popup-youtube centralized" href="https://youtu.be/VXeaU0i54H0?si=9dYpFFZhnSAwJHdg"><i class="ti-control-play"></i></a>
</div>
</div>
<div class="col-lg-7">
<h5 class="section-title-sm"> About</h5>
<h2 class="section-title section-title-border-half">Rozans Global Real estate</h2>
<p>Rozan's Real Estate is a distinguished and reputable firm that stands out in the competitive real estate landscape. With a commitment to excellence and a deep understanding of the local market, Rozan's Real Estate has consistently delivered exceptional results for its clients. The team at Rozan's combines industry expertise with a personalized approach, ensuring that each client receives tailored solutions to meet their unique real estate needs.
What sets Rozan's Real Estate apart is their unwavering dedication to client satisfaction. Whether buying, selling, or leasing, clients can trust Rozan's to navigate the complexities of real estate transactions with transparency and integrity. The firm's strong market knowledge, coupled with a client-centric ethos, has earned them a stellar reputation within the community. Rozan's Real Estate is more than just a brokerage; it's a trusted partner for individuals and families seeking a seamless and successful real estate experience.</p>
<a href="#" class="btn btn-primary">Explore More</a>
</div>
</div>
</div>
</section>
<!-- philosophy -->
<section class="about section-sm overlay" style="background-image: url(images/background/about-bg2.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-6 ml-auto">
<div class="rounded p-sm-5 px-3 py-5 bg-secondary">
<h3 class="section-title section-title-border-half text-white">What we do</h3>
<p class="text-white mb-40">Our real estate services are designed to streamline your property journey, whether you're buying, selling, or managing real estate investments. Our dedicated team provides expert guidance in residential and commercial transactions, ensuring you make informed decisions. From accurate property valuations to tailored marketing strategies, we prioritize transparency and client satisfaction.</p>
<div>
<ul class="d-inline-block pl-0 mr-5">
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Residential Sales and Purchases</li>
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Commercial Real Estate Services</li>
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Rental Services</li>
</ul>
<ul class="d-inline-block pl-0">
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Property Management</li>
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Real Estate Consulting</li>
<li class="font-secondary mb-10 text-white">
<i class="text-primary mr-2 ti-arrow-circle-right"></i>Real Estate Financing</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ceo section -->
<section class="section">
<div class="container">
<div class="row rounded bg-gray">
<div class="col-lg-7">
<!-- ceo content -->
<div class="p-5">
<h2 class="section-title section-title-border-half">The Lucrative World of Real Estate Investment </h2>
<p>At Rozan's, we prioritize not just transactions, but lasting relationships. Our tailored approach considers your unique investment goals, risk tolerance, and market trends to craft a bespoke investment strategy. Whether you are a seasoned investor or exploring real estate for the first time, Rozan's Global Real Estate ensures a seamless and rewarding investment journey. Join us in unlocking the potential of international real estate markets, where every investment is a step towards financial growth, portfolio diversification, and global success.</p>
</div>
</div>
<!-- ceo image -->
<div class="col-lg-5 rounded-right ceo-image" style="background-image: url(images/about/ceo-2.jpg);"></div>
</div>
</div>
</section>
<!-- /ceo section -->
<section class="cta overlay-primary py-50 text-center text-lg-left" style="background-image: url(images/background/cta.jpg);">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-6">
<h3 class="text-white">Rozan's Global Real Estate: Unveiling Investment Excellence</h3>
</div>
<div class="col-lg-6 text-lg-right align-self-center">
<a href="contact.html" class="btn btn-light">GET A QUOTE</a>
</div>
</div>
</div>
</section>
<
<!-- /skill -->
<!-- footer -->
<footer class="bg-secondary">
<div class="py-100 border-bottom" style="border-color: #454547 !important">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="mb-5 mb-md-0 text-center text-md-left">
<!-- logo -->
<img class="mb-30" src="images/logo-footer.png" alt="logo">
<p class="text-white mb-30">Lorem ipsum dolor amet consectetur adipisicing elit sed eiusm tempor incididunt
labore dolore magna aliqua enim.</p>
<!-- social icon -->
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-icon-outline" href="#">
<i class="ti-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon-outline" href="#">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon-outline" href="#">
<i class="ti-vimeo-alt"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-icon-outline" href="#">
<i class="ti-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Services</h4>
<ul class="footer-links">
<li>
<a href="#">Company History</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
<li>
<a href="service.html">Service</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
<!-- footer links -->
<div class="col-lg-2 col-md-4 col-6">
<h4 class="text-white mb-4">Quick Link</h4>
<ul class="footer-links">
<li>
<a href="#">Company History</a>
</li>
<li>
<a href="about-2.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
<li>
<a href="service-2.html">Service</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
<!-- subscribe form -->
<div class="col-lg-3 offset-lg-1">
<div class="mt-5 mt-lg-0 text-center text-md-left">
<h4 class="mb-4 text-white">Subscribe Us</h4>
<p class="text-white mb-4">Lorem ipsum dolor sit amet, consect etur adipisicing. elit sed do
eiusmod. </p>
<form action="#" class="position-relative">
<input type="text" class="form-control subscribe" name="subscribe" id="Subscribe"
placeholder="Enter Your Email">
<button class="btn-subscribe" type="submit" value="send">
<i class="ti-arrow-right"></i>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="pt-4 pb-3 position-relative">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5">
<p class="text-white text-center text-md-left">
<span class="text-primary">Bizpro</span> © 2017 All Right Reserved</p>
</div>
<div class="col-lg-6 col-md-7">
<ul class="list-inline text-center text-md-right">
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="#">Legal</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="#">Sitemap</a>
</li>
<li class="list-inline-item mx-lg-3 my-lg-0 mx-2 my-2">
<a class="font-secondary text-white" href="#">Privacy Policy</a>
</li>
<li class="list-inline-item ml-lg-3 my-lg-0 ml-2 my-2 ml-0">
<a class="font-secondary text-white" href="#">Terms & Conditions</a>
</li>
</ul>
</div>
</div>
</div>
<!-- back to top -->
<button class="back-to-top">
<i class="ti-angle-up"></i>
</button>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- magnific popup -->
<script src="plugins/magnific-popup/jquery.magnific.popup.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"></script>
<script src="plugins/google-map/gmap.js"></script>
<!-- Syo Timer -->
<script src="plugins/syotimer/jquery.syotimer.js"></script>
<!-- aos -->
<script src="plugins/aos/aos.js"></script>
<!-- swiper -->
<script src="plugins/swiper/swiper.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
<!-- Mirrored from demo.themefisher.com/biztrox-bootstrap/about-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 03 Dec 2023 09:02:48 GMT -->
</html>