/
home
/
behniwal
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from thewebmax.com/build/index-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 15 Sep 2020 06:34:42 GMT --> <head> <!-- META --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="" /> <meta name="author" content="" /> <meta name="robots" content="" /> <meta name="description" content="" /> <!-- FAVICONS ICON --> <link rel="icon" href="images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" /> <!-- PAGE TITLE HERE --> <title>Real Estate(Sell & Buy)</title> <!-- MOBILE SPECIFIC --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- [if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/respond.min.js"></script> <![endif] --> <!-- BOOTSTRAP STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- FONTAWESOME STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/fontawesome/css/font-awesome.min.css" /> <!-- FLATICON STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/flaticon.min.css"> <!-- ANIMATE STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/animate.min.css"> <!-- OWL CAROUSEL STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css"> <!-- BOOTSTRAP SELECT BOX STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/bootstrap-select.min.css"> <!-- MAGNIFIC POPUP STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/magnific-popup.min.css"> <!-- LOADER STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/loader.min.css"> <!-- MAIN STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/style.css"> <!-- THEME COLOR CHANGE STYLE SHEET --> <link rel="stylesheet" class="skin" type="text/css" href="css/skin/skin-1.css"> <!-- CUSTOM STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/custom.css"> <!-- SIDE SWITCHER STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/switcher.css"> <!-- REVOLUTION SLIDER CSS --> <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/settings.css"> <!-- REVOLUTION NAVIGATION STYLE --> <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/navigation.css"> <!-- GOOGLE FONTS --> <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,400italic,500,500italic,700,700italic,900italic,900' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800italic,800,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Crete+Round:400,400i&subset=latin-ext" rel="stylesheet"> <style> #pp{ text-align: justify; } </style> </head> <body id="bg"> <div class="page-wraper"> <?php include "header.php"; ?> <!-- INNER PAGE BANNER --> <div class="wt-bnr-inr overlay-wraper" style="background-image:url(images/banner/product-banner.jpg);"> <div class="overlay-main bg-black opacity-07"></div> <div class="container"> <div class="wt-bnr-inr-entry"> <h1 class="text-white">Behniwal Group(Real Estate(Sell & Buy))</h1> </div> </div> </div> <!-- INNER PAGE BANNER END --> <!-- BREADCRUMB ROW --> <div class="bg-gray-light p-tb20"> <div class="container"> <ul class="wt-breadcrumb breadcrumb-style-2"> <li><a href="index.php"><i class="fa fa-home"></i> Home</a></li> <li>Real Estate(Sell & Buy)</li> </ul> </div> </div> <!-- BREADCRUMB ROW END --> <!-- LATEST PROJECT SECTION START --> <div class="section-full bg-white p-t80"> <div class="container"> <div class="section-head text-center"> <h2 class="text-uppercase ">Our Real Estate(Sell & Buy)</h2> <div class="wt-separator-outer m-b50"> <div class="wt-separator style-square"> <span class="separator-left bg-primary"></span> <span class="separator-right bg-primary"></span> </div> <p id="pp"><strong>Behniwal group is the well known name in the real estate sector of Punjab, as a leading Real Estate agent in kapurthala.</strong> We works with the vison to provide the affordable homes. We try to make provide best facilities to the client to make the living relaxing and comfortable and within your budget says <strong> best Real Estate agent in kapurthala.</strong></p> </div> <div class="filter-wrap center"> <ul class="masonry-filter link-style text-uppercase"> <li class="active"><a data-filter="*" href="#"><span> All</span></a></li> <li><a data-filter=".cat-1" href="#">Land & Plot</a></li> <li><a data-filter=".cat-2" href="#">Kothi</a></li> <!-- <li><a data-filter=".cat-3" href="#">Kitchen</a></li> <li><a data-filter=".cat-4" href="#">Cupbord</a></li> --> <!-- <li><a data-filter=".cat-5" href="#">Interior</a></li> --> </ul> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="portfolio-wrap mfp-gallery no-col-gap"> <!-- COLUMNS 1 --> <?php include "connection.php"; $q = "SELECT * FROM `real-estate` Where type ='Land_and_Plot'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $type = $row['type']; $name = $row['name']; $image = $row['image']; $price = $row['price']; $description=$row['description']; ?> <div class="masonry-item cat-1 col-md-5 " style="margin-left:60px;"> <div class="wt-gallery-bx"> <div class=" wt-img-overlay1 wt-img-effect zoom-slow"> <div id="card"> <?php echo "<img src ='".$image."' style='height:350px;'>" ?> </div> </div> <center><h3><?php echo"<p style>".$name."</p>"?></h3></center> <center><h5><?php echo"<font style = 'font-family:Rupee Foradian;color: grey;font-size:22px;'>₹".$price."</font>"?></h5></center> <center><?php echo "<p style='color:black;'>".$description."</p>"?></center> </div> </div> <?php } ?> <!-- COLUMNS 2 --> <?php include "connection.php"; $q = "SELECT * FROM `real-estate` Where type ='Kothi'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $type = $row['type']; $name = $row['name']; $image = $row['image']; $price = $row['price']; $description=$row['description']; ?> <div class="masonry-item cat-2 col-md-5 " style="margin-left:60px;"> <div class="wt-gallery-bx"> <div class=" wt-img-overlay1 wt-img-effect zoom-slow"> <div id="card"> <?php echo "<img src ='".$image."' style='height:350px;'>" ?> </div> </div> <center><h3><?php echo"<p style=''>".$name."</p>"?></h3></center> <center><h5><?php echo"<font style = 'font-family:Rupee Foradian;color: grey;font-size:22px;'>₹".$price."</font>"?></h5></center> <center><?php echo "<p style='color:black;'>".$description."</p>"?></center> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- LATEST PROJECT SECTION END --> <hr> <?php include "footer.php"; ?> </body> </html>