Your IP : 18.118.164.100
<?php
session_start(); ob_start();
header('location: ./');
require_once('includes/headerquery.php');
?>
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Trade with Relox</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Place favicon.png in the root directory -->
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<!-- Font Icons css -->
<link rel="stylesheet" href="css/font-icons.css">
<!-- plugins css -->
<link rel="stylesheet" href="css/plugins.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<style type="text/css">
nav lis{text-transform: uppercase;}
</style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- Body main wrapper start -->
<div class="body-wrapper">
<?php include('head.php'); ?>
<div class="ltn__utilize-overlay"></div>
<!-- BREADCRUMB AREA START -->
<div class="ltn__breadcrumb-area text-left bg-overlay-white-30 bg-image p-5" data-bs-bg="img/bg/14.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ltn__breadcrumb-inner">
<h1 class="page-title">Property Trading</h1>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="#"><span class="ltn__secondary-color"><i class="fas fa-home"></i></span> Home</a></li>
<li>Property Trading</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BREADCRUMB AREA END -->
<!-- PRODUCT SLIDER AREA START -->
<div class="ltn__product-slider-area ltn__product-gutter pt-1 pb-90 plr--7">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="section-title-area ltn__section-title-2--- text-center">
<h6 class="section-subtitle ltn__secondary-color">#1 Property Trading Platform</h6>
<h3 class="section-title">Simplified Property Ownership</h3>
<big>Property banking is currently the surest investment you can engage in today. As cool as that seems, many are cut off from this vast opportunity basically because of the cost of acquiring one. Property trading was introduced to help people buy a little part of the property they can sell off and make profit when the property value appreciates. Relox Properties simplifies the entire process.</big>
</div>
</div>
</div>
</div>
</div>
<!-- ABOUT US AREA START -->
<div class="ltn__about-us-area section-bg-1 bg-image-right-before pt-5 pb-5 mt-0">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="about-us-info-wrap">
<div class="section-title-area ltn__section-title-2--- mb-0">
<h6 class="section-subtitle section-subtitle-2--- ltn__secondary-color">Buy, Sell & Make Profits</h6>
<h1 class="section-title">Investing in properties that are profitable</h1>
<p>Relox Properties are divided into several trading slots. You can decide to buy all the slots or simply buy a fraction of the property in form of trading slots that can be resold anytime to make a profit.</p>
</div>
<ul class="ltn__list-item-half ltn__list-item-half-2 list-item-margin clearfix">
<li>
<i class="icon-done"></i>Buy property slots you can afford and keep.
</li>
<li>
<i class="icon-done"></i>
Monitor the price of the property as it grows
</li>
<li>
<i class="icon-done"></i>
Sell your property slot when the value appreciate
</li>
<li>
<i class="icon-done"></i>
Keep the profits or use it to buy another property slot
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ABOUT US AREA END -->
<?php include('forsale.php') ?>
<!-- GOOGLE MAP AREA START -->
<div class="mt-100 pt-100">
</div>
<!-- GOOGLE MAP AREA END -->
<?php include('foot.php') ?>
</div>
<!-- Body main wrapper end -->
<!-- All JS Plugins -->
<script src="js/plugins.js"></script>
<!-- Contact Form -->
<script src="js/contact.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>