html {
	position: relative;
	height: 100%;
}
/** {
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}*/
body {
	color: #fff;
	background-color:#f5f5f5;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin:0;
	padding:0;	
	height: 100%;
}
.wrapper {
  background-image: url("../images/background-img.jpg");
  background-size: cover;
  margin: 60px auto 0;
  max-width: 768px;
  min-height: 100%;
  position: relative;
}
.wrapper::before {
 background-color: rgba(0, 0, 0, 0.7);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 9;
}
.overlay {
	bottom: 55px;
	max-width: 768px;
	position: fixed;
	width: 100%;
	background-image: url("../images/footer-bg-img.png");
	height: 100%;
	max-height: 460px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.login-page .overlay{
	bottom:0;
}
.login-page .wrapper {
  margin-top: 0;
}
.container {
	max-width:768px;
	width:100%;
}
ul, ol {
	margin: 0;
	padding: 0;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 1.1;
}
.h1, h1 {
	font-size: 24px;
}
.h2, h2 {
	font-size: 22px;
}
.h3, h3 {
	font-size: 20px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 14px;
}
a {
	color: #6e1c6e;
	text-decoration: none;
}
a:hover, a:focus {
	color: #db5e02;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
b, strong, label {
	font-weight: 500;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.no-padding {
	padding: 0;
}
.btn {
	border: medium none;
	border-radius: 22px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	min-width: 85px;
	padding: 7px 15px;
}
.btn-default {
	background-color: #f47d35;
}
.btn-primary {
	background-color: #6e1c6e;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline-offset: 0;
    outline: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
   background-color: #480048; 
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #480048; 
}
.table-responsive {
	margin-bottom: 10px;
}
.table, table {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
tr {
  background-color: #f0f0f0;
  color: #2a2a2a;
}
tr:nth-child(2n+2) {
  background-color: #e0e0e0;
}
td, th {
  border: 1px solid rgba(225, 225, 225, 0.5);	
  vertical-align: middle;
  padding: 7px 6px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 1px solid rgba(225, 225, 225, 0.5);
	vertical-align: middle;
	padding: 7px 6px;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.checkbox-inline, .radio-inline {
	margin-bottom: 10px;
}
input[type="checkbox"], input[type="radio"] {
	line-height: normal;
	margin: 2px 0 0;
}
.table-responsive {
	border: medium none;
}
.fixed {
  border: medium none;
  display: none;
  position: fixed;
  top: 60px;
  width: auto;
}
.scrollMore{
  margin-top:600px;
}
.datepicker-months .month, .datepicker-years .year {
  display: inline-block;
  padding: 8px;  
}
.datepicker-months, .datepicker-years{
	width:200px;
}
.datepicker-years td{
  text-align: center;
}

/*------------------------------------------------------------------------
						Header Css
---------------------------------------------------------------------------*/
.header {
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header-wrapper {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: table;
  height: 60px;
  width: 100%;
}
.header-logo {
	float: left;
}
.header-logo .logo {
	display: block;
	padding: 12px 0;
}
.header-logo img {
	max-height: 35px;
}
.menu-toggle {
  color: #6e1c6e;
  cursor: pointer;
  float: left;
  margin-right: 15px; 
  position: relative;
  width: 30px;
}
.menu-back {
  font-size: 28px;  
}
.menu-back .back-button {
  display: block;
  padding: 11px 0 11px 10px;
}
.menu-icon {
  padding: 23px 0 23px 10px;
  transition: all 0.2s ease-in-out 0s;
}
.menu-icon .icon-bar {
  background-color: #6e1c6e;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 20px;
  cursor:pointer;
}
.menu-icon .icon-bar + .icon-bar {
  margin-top: 3px;
}
.menu-icon.open .icon-bar.first {
  margin-top: 5px;
  transform: rotate(45deg);
   -webkit-transform:rotate(45deg);
  transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08) 0s;
}
.menu-icon.open .icon-bar.second {  
  display: none;
}
.menu-icon.open .icon-bar.third {
  margin-top: -3px;
  transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08) 0s;
}
.header-menu-icon {
	float: right;
}
.menu-option >  li {
	float: left;
	list-style-type: none;
}
.menu-option > li > a {
  display: block;
  font-size: 24px;
  line-height: 24px;
  padding: 18px 10px;
  position: relative;
}
.menu-option > li > a img {
  width: 21px;
}
.menu-option > li > a span {
  font-size: 14px;
}
.search-section.open .search-wrapper {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	visibility: visible;
}
.search-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	left: 0;
	margin: 0 auto;
	max-width: 768px;
	min-width: 250px;
	opacity: 0;
	padding: 40px 30px;
	position: fixed;
	right: 0;
	top: 60px;
	transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}
.search-section .input-group {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
}
.search-section .input-group .form-control {
	background-color: transparent;
	border: medium none;
	box-shadow: none;
	color: #2a2a2a;
	height: 40px;
}
.search-section .input-group-btn.searchFilters {
	background-color: #f0f0f0;
	font-size: 12px;
}
.search-section .input-group-btn.searchFilters select {
	-moz-appearance: none;
	background-color: #f0f0f0;
	border: medium none;
	height: 40px;
	padding: 0 5px;
	text-indent: 1px;
	text-overflow: "";
}
.search-section .input-group-btn.searchIco {
	background-color: #6e1c6e;
	border-radius: 0 25px 25px 0;
}
.search-section .input-group .searchIco button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	text-align: center;
	text-shadow: none;
	width: 40px;
}
.search-overlay.open {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 768px;
  position: fixed;
  right: 0;
  width: 100%;
}
.main-navigation {
	background-color: #fff;
	border-top: 1px solid #f5f5f5;
	bottom: 0;
	height: 100%;
	left: -75%;
	overflow-y: visible;
	position: fixed;
	top: 60px;
	width: 75%;
	z-index: 999;
	-webkit-transition: .5s ease-in-out; 
 	transition: .5s ease-in-out;
}
.main-navigation.open {
	left: 0;
}
.menu-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: static;
    top: 60px;
    width: 100%;
    z-index: 0;
}
.menu-overlay.open {    
    position: fixed;
    top: 60px;
    z-index: 3;
}
.navbar-nav {
	float: left;
	margin: 0;
	padding-bottom: 60px;
	width: 100%;
}
.navbar-nav li {
	float: none;
	list-style-type: none;
	position: relative;
	width: 100%;
}
.navbar-nav li a {
	border-bottom: 1px solid #f0f0f0;
	color: #2a2a2a;
	display: block;
	height: 36px;
	padding: 8px 10px;
	text-transform: uppercase;
}
.navbar-nav li.active a {
	background-color:#6e1c6e;
	color: #fff;
}
.sub-menu {
	display: none;
	padding-left:15px;
}
.navbar-nav li.parent.open > .sub-menu {
	display: block;
}
.navbar-nav li.parent > a::after {
 color: #2a2a2a;
 content: "\f067";
 display: block;
 font-family: fontawesome;
 height: 36px;
 line-height: 36px;
 position: absolute;
 right: 0;
 text-align: center;
 top: 0;
 width: 36px;
 z-index: 99;
}
.navbar-nav li.parent > a.open::after {
content: "\f068";
}
.dropdown-menu {
  border: 1px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  left: inherit;
  min-width: 90px;
  right: 0;
}
.dropdown-menu > li {
  float: left;
  width: 100%;
}
.dropdown-menu > li > a {
  color: #2a2a2a;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
  padding: 5px;
  white-space: nowrap;
}
.dropdown-menu > li > a .fa {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.menu-option > li > a span.count {
  color: #000;
  display: block;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 24px;
  width: 15px;
}

/*============================================================================
						Home Css
==============================================================================*/
.main-section {
	padding-bottom: 30px;
	position: relative;
	z-index: 99;
}
.section {
	margin-bottom: 30px;
	padding: 0 30px;
}
.section-heading {
	padding: 20px 0;
}
.heading {
	overflow: hidden;
	text-align: center;
	color:#f47d35;
}
.heading::before, .heading::after {
 background-color: #f47d35;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.heading:before {
	right: 25px;
	margin-left: -50%;
}
.heading:after {
	left: 25px;
	margin-right: -50%;
}
.banner-section {
	margin-bottom: 25px;
}
.banner-section .item {
  overflow: hidden;
  position: relative;
}
.banner-deal {
  background-color: red;
  font-size: 12px;
  font-weight: 600;
  left: -25px;
  overflow: hidden;
  padding: 5px 30px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  transform: rotate(320deg);
}
.search-property .heading {	
	color:#fff;
}
.search-property .heading::before, .search-property  .heading::after {
 background-color: rgba(255,255,255,0.5);
}
.search-property .search-form .form-group:first-of-type {
  margin-bottom: 20px;
}
.search-property .search-form .form-group {
	margin-bottom: 20px;
}
.search-property .search-form .form-control {
    text-align: center;
    text-align-last: center;
    text-align: -webkit-center;
}
.search-property .search-form .btn-default {  
  margin-top: 20px;
   margin-bottom: 10px;
}

.quick-search-box {
	display: table;
	width: 100%;
}
.quick-search-box li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 0 2.5% 2.5% 0;
	position: relative;
	width: 31.5%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.quick-search-box > li:nth-child(3n+3) {
 margin-right: 0;
}
.quick-search-box img {
	border-radius: 100%;
}
.quick-search-box a.quick-search-img {
	overflow:hidden;
	position:relative;
	display:block;
}
.quick-search-box a.quick-search-img::before {
 background-color: rgba(0, 0, 0, 0.60);
 border-radius: 100%;
 content: "";
 height: 100%;
 position: absolute;
 width: 100%;
}
.quick-search-box p {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
}
.quick-search-box a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.section-box.hot-deal-section {
  background-color: transparent;
  padding: 0;
}
.hot-deal-section .btn {
  background-color: #dd0f0f;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
.hot-deal-section .btn:hover, .hot-deal-section .btn:focus {
  background-color: rgb(110, 28, 110);
  color: #fff;
}
/*============================================================================
						Footer Css
==============================================================================*/
.footer {
	position: relative;
	z-index: 99;
}
.footer {
	padding-top: 55px;
}
.footer-menu {
	background-color: rgba(250, 112, 50, 1);
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 768px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 9;
}
.footer-menu li {
  display: table-cell;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 1%;
  z-index: 99;
}
.footer-menu a {
  color: #fff;
  display: block;
  line-height: 16px;
  padding: 9px 5px;
}
.footer-menu li .fa {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.footer-menu ul li img {
  width: 16px;
}
.footer-menu .dropdown-menu {
  bottom: 100%;
  color: #2a2a2a;
  display: block;
  opacity: 0;
  right: 5px;
  top: inherit;
  visibility: hidden;
}
.a2a_default_style a {  
  margin: 0 3px;  
}
.footer-menu .dropdown-menu li {
  display: block;
  text-align: left;
  width: 100%;
}
.footer-menu .open .dropdown-menu {  
  opacity: 1; 
  visibility: visible;
}
.footer-menu .dropdown-menu > .active > a, .footer-menu .dropdown-menu > .active > a:focus, .footer-menu .dropdown-menu > .active > a:hover {
	background-color: #6e1c6e;
}
.footer-menu ul > li a.play-store img {
  width: auto;
}
.play-store-link{
	padding:10px;
}
.play-store-link input.input {
  border: 1px solid #e0e0e0;
  height: 30px;
  padding: 5px;
}
.play-store-btn {
  background-color: #f47d35;
  border: medium none;
  color: #fff;
  height: 30px;
  padding: 5px 10px;
}
.play-store {
  padding: 10px 0 0;
  display:block;
}
/*============================================================================
						Default Css
==============================================================================*/
.content-wrapper {
	margin-top:15px;
}
.section-box {
  background-color: rgba(110, 28, 110, 0.8);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 15px;
}
.section-title {
  background-color: #f47d35;
  border-radius: 3px 3px 0 0;
  padding: 10px;
}
.section-title a {
  color: #fff;
}
.section-title .fa {
  float: right;
  font-size: 20px;
}
.section-body {
	transition: all 0s ease 0s;
}
.section-carousel li {
	display: block;
	text-align: center;
}
.section-carousel li a {
	color:#fff;
}
.section-carousel li span {
	display:block;
	margin-top:5px;
}
.area-heading.section-collapsed {
  border: medium none;
  margin: 0;
  padding: 0;
}
.section-collapsed .area-title {
  margin: 0;
}
.area-heading.section-collapsed span {
  margin-top: -17px;
}
.area-heading {
	border-bottom: 1px solid #f47d35;
	margin-bottom: 20px;
	padding-bottom: 5px;
	-webkit-transition: .5s ease-in-out;	
	transition: .5s ease-in-out;
}
.area-heading span {
	font-size: 14px;
	margin-top: -27px;
}
.area-tabs {
	display: table;
	width:100%;
}
.area-tabs > li {
	display: table-cell;
	list-style-type: none;
	margin-bottom: 0;
	width: 1%;
}
.area-tabs > li > a {
	background-color: rgba(110, 28, 110, 0.7);
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-align: center;
}
legend {
	border-color: #f0f0f0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px;
}
.control-label {
	font-weight: normal;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding: 10px 0 0 15px;
	text-align: right;
}
div.required .control-label::after {
 color: #ee372a;
 content: "*";
 font-weight: bold;
 margin-left: 5px;
}
.form-control {
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 0;
	border-width: 0 0 1px;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.5);
	height: 36px;
	-webkit-box-shadow: none;
    box-shadow: none;    
    -webkit-appearance: none;
    -moz-appearance: none;	
}
select.form-control {
    background-image: url(../images/caret-down-gray.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 98% 50%;		
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1;
}
input[type="file"] {
	display: block;
	padding: 0;
}
textarea.form-control {
	height: 70px;
}
.form-control::-webkit-input-placeholder {
 color:#a0a0a0;
 opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 color:#a0a0a0;
 opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 color:#a0a0a0;
 opacity:1;
}
.form-control:-ms-input-placeholder {
 color:#a0a0a0;
 opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 color: transparent;
}
.form-control:focus:-moz-placeholder { /* Firefox 18- */
 color: transparent;
}
.form-control:focus::-moz-placeholder {  /* Firefox 19+ */
 color: transparent;
}
.form-control:focus:-ms-input-placeholder {
 color: transparent;
}
.of-select {
    background: transparent;
    border: none;
}
.of-select  option{
    color: #222;  
}
button.close {
  background-color: rgb(110, 28, 110);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 25px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-shadow: none;
  top: -10px;
  width: 25px;
  z-index: 99;
}
.no-record-found {
	padding: 15px 0;
}
.owl-next, .owl-prev {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 50%;
	display: inline-block;
	font-size: 0;
	height: 30px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 30px;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-prev::before, .owl-next::before {
 content: "\f104";
 display: block;
 font-family: FontAwesome;
 font-size: 16px;
}
.owl-next::before {
 content: "\f105";
}
.modal-body p {
	margin-bottom: 0;
}
.more-btn {
	background-color: #f47d35;
	padding: 5px 7px;
	line-height: 14px;
}
.column-list {
	display: table;
	width:100%;
}
.column-list li {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 33.33%;
}
.column-list span {
	display: block;
	margin: 5px 0;
}
.column-list a {
	color:#fff;
}
.column-list img {
	max-width: 35px;
}
.column-list i {
	background-color: rgb(110, 28, 110);
	border-radius: 50%;
	display: inline-block;
	padding: 10px;
}
.column-list i.fa {
	font-size: 24px;
	padding: 15px;
	width: 55px;
	height: 55px;
	text-align: center;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content { 
  color: #2a2a2a;
}
.modal-body .form-control {
  background-color: transparent;
  border-color: #ccc;
  color: #2a2a2a;
}
.modal-content .btn {
  box-shadow: none;
}
.section-body table tr {
  background: transparent none repeat scroll 0 0;
  color: #fff;
}
.section-body table tr.table-heading {
  background-color: rgba(255, 255, 255, 0.8);
  color: #2a2a2a;
}
/*============================================================================
						Product List Css
==============================================================================*/
.property-views {
	position:relative;
}
.property-sort {
	background-color: #6e1c6e;
	display: table;
	margin-bottom: 25px;
	 position: relative;
	width: 100%;
}
.property-overlay{
	position:relative;
}
.property-overlay.open::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 768px;
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  z-index: 99;
}
.property-sort > ul {
	display: table;
	width: 100%;
}
.property-sort li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 50%;
}
.property-sort li:first-child a {
	border-left: none;
}
.property-sort a {
	border-left: 1px solid #f0f0f0;
	color: #fff;
	display: block;
	padding: 10px;
}
.property-sort a .fa {
	margin-right:3px;
}
.sortby-wrapper {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	bottom: -100%;
	color: #2a2a2a;
	left: 0;
	margin: auto;
	max-width: 720px;
	opacity: 0;
	padding: 15px;
	position: fixed;
	right: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.sortby-wrapper.open {
	opacity: 1;
	visibility: visible;
	bottom:60px;
}
.sorting-form legend {
	color: #2a2a2a;
}
.sorting-form input {
	float:right;
}
.property-filter {
	background-color: #fff;
	left: 0;
	max-width: 720px;
	opacity: 0;
	padding-bottom: 50px;
	position: absolute;
	top: 45px;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}
.property-filter.open {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.property-section {
	overflow: hidden;
}
.property {
	float: left;
	margin: 0 2.5% 5.5% 0;
	position: relative;
	width: 48.75%;
}
.property:nth-child(2n+2) {
 margin-right: 0;
}
.property-top-content {
	position: relative;
}
.property-top-content > span {
	background-color: #f47d35;
	border-radius: 0 15px 15px 0;
	color: #fff;
	display: block;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0;
}
.property-top-content .title {
	background-color: rgba(110, 28, 110, 0.8);
	bottom: -3px;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.property-top-content .title a {
	color:#fff;
}
.property-bottom-content {
	background-color: #f47d35;
	max-height: 55px;
	padding: 7px 0 15px;
	position: relative;
	text-align: center;
}
.property .type {
	background-color: #6e1c6e;
	border: 2px solid #6e1c6e;
	border-radius: 20px;
	bottom: -20px;
	color: #fff;
	left: 10%;
	margin: 0 auto;
	max-height: 40px;
	max-width: 200px;
	padding: 7px 5px;
	position: absolute;
	right: 10%;
}
.property .location .fa {
	padding-right: 5px;
}
.property .location {
	color: #fff;	
	margin: 0 0 10px;
}
.fast-forword {
  background-color: #6e1c6e;
  border: 2px solid #6e1c6e;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 1;
  padding-left: 2px;
  padding-top: 5px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 10px;
  width: 34px;
}
.fast-forword:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.property-wishlist {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 25px;
  z-index: 9;
}
.property-wishlist > a {
  color: #e10000;
  display: block;

}
.property-wishlist > a span {
  display: block;
}
.property-wishlist > a span .fa {
  padding-top: 6px;
}
/*============================================================================
						Property Detail
==============================================================================*/
.property-gallery {
	margin-bottom: 12px;	
	position: relative;
}
.property-gallery-carousel img {
  border-radius: 3px; 
}
.property-gallery-tab {
	bottom: 0;
	display: table;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.property-gallery-tab.vedio-tab {
  position: static;
}
.property-detail-section .section-box {
  margin-bottom: 12px;
}
.property-summery {
	position: relative;
}
.property-heading .area-location {
  margin: 0;
}
.detail-wishlist .property-wishlist {
  right: 10px;
  top: 10px;
}
.summery-list {
	display: table;
	width: 100%;
}
.summery-list > li {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 33.33%;
}
.summery-list span {
	color: rgba(255, 255, 255, 0.5);
	display: block;
}
.amenities-list {
	display: table;
	width: 100%;
}
.amenities-list li {
	float: left;
	list-style-type: none;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	width: 25%;
}
.amenities-list img {
	display: block;
	margin: 0 auto 10px;
	max-height: 30px;
	text-align: center;
}
.specification-box {
	margin-bottom: 25px;
}
.specification-box ol, .specification-box ul {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 30px;
}
.floor-plan .area-tabs > li {
	padding: 0 2px;
	text-align: center;
}
.floor-plan .area-tabs li span {
	display: block;
	margin-top: 10px;
}
.property-bank-loan .section-carousel li img {
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.property-bank-loan .section-carousel li a {	
	margin-top: 5px;
	display: block;
}
.property-button {
	overflow:hidden;
}
.property-button .btn {
	float: left;
	margin: 1%;
	width: 47.5%;
}
.property-inventory {
	margin-top: 15px;
}
.project-inventory-heding {
	font-size: 16px;
	margin-top: 10px;
}
.project-inventory-heding a {
	color:rgba(250, 112, 50, 1);
}
/*.inventory thead tr {
	background-color: rgb(255, 255, 255);
	color: #2a2a2a;
}*/
.inventory thead tr {
  background-color: #6e1c6e;
  color: #fff;
}
.table-header a {
  color: #fff;
}
thead .amount {
  min-width: 85px;
}
.unit-available, .unit-booked, .unit-hold {
  text-align: center;
}
.table-header th {
  text-align: center;
}
.inventory-tabel-color {
	margin-bottom: 15px;
	margin-top: 10px;
}
.inventory-tabel-color li {
  display: table-cell;
  line-height: 16px;
  padding-right: 15px;
  position: relative;
}
.inventory-tabel-color li::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 15px;
  line-height: inherit;
  margin-right: 7px;
  vertical-align: bottom;
  width: 15px;
}
.inventory-tabel-color li.hold::before {
  background-color: #f2f300;
}
.inventory-tabel-color li.booked::before {
  background-color: #c83232; 
}
.unit-available, .unit-available:nth-child(2n+2) {
 background-color: #fff;
 color: #2a2a2a;
}
.unit-hold, .unit-hold:nth-child(2n+2) {
 background-color: #f2f300;
 color: #2a2a2a;
}
.unit-booked, .unit-booked:nth-child(2n+2) {
 background-color: #c83232;
 color: #fff;
}
.unit-available a {
	color: #2a2a2a;
}
.unit-available .available a {
	color: green;
}
.unit-hold a {
	color: #2a2a2a;
}
.unit-booked a{
	color:#fff;
}
.inventory {
  margin-bottom: 20px;
  position: relative;
}
.inventory.section-box {
	padding: 0;
}
.inventory-list {
	display: table;
	width: 100%;
}
.inventory-list li {
  display: inline-block;
  min-height: 60px;
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
  width: 32.5%;
}
.inventory-list span {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-weight:600;
}
.inventory-detail-tab .area-tabs > li.active > a {
  background-color: #480048;
}
.inventory-detail-tab .section-box {
  background-color: #480048;
  border-radius: 0 0 3px 3px;
}
.inventory-detail-tab .area-tabs > li > a {
  background-color: rgb(110, 28, 110);
}
.discount-group .control-label {
  display: block;
}
.discount-group .control-input:last-child {
    padding-left: 10px;
}
.discount-group .control-input {
    display: table-cell;
    vertical-align: middle; 
}
.related-property-carousel .property {
	width: 100%;
}
.floting {
	left: 0;
	margin: auto;
	max-width: 768px;
	position: fixed;
	right: 0;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.floting .fast-forword {
	background-color: #f47d35;
	border-color: #f47d35;
	color: #fff;
	right: 5px;
}
.property-button-availability {
  margin-top: 70px;
  position: relative;
}
.button-availability {
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  max-width: 720px;
  padding: 7px 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.button-availability.absolute {
  bottom: 0;
  position: absolute;
}
.button-availability .btn-call, .button-availability .btn-enquiry {
  border-radius: 50%;
  font-size: 16px;
  height: 40px;
  min-width: inherit;
  padding: 9px 0 0;
  text-align: center;
  width: 40px;
}
.btn-call, .btn-green {
  background-color: green;
}
.btn-enquiry {
 margin: 0 10px; 
}
.btn-availability {
  width: 60%;
}
.property-extra {
  margin: 25px 0;
}
.extra-list > li {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
.extra-list a i {
  background-color: rgb(110, 28, 110);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 30px;
  margin: auto auto 10px;
  padding: 10px;
  width: 50px;
}
.extra-list a {  
  color: #fff; 
  position:relative;
}
.extra-list a small {
  background-color: #fff;
  border-radius: 50%;
  color: #2a2a2a;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 18px;
}
.related-property-content img {
  border-radius: 100%;
}
.related-property-content a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.related-property-content > a::before {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.related-property-content .title {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 45%;
}
/*============================================================================
						Login Page Css
==============================================================================*/

.login-logo {
	margin: auto;
	padding: 40px 0;
	text-align: center;
	width: 60%;
}
.login-with-box {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  vertical-align: top;
  width: 1%;
}
.login-icon {
	background-color: rgb(110, 28, 110);
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 48px;
	height: 125px;
	margin: 0 auto;
	padding: 25px 30px;
	text-align: center;
	width: 125px;
}
.login-icon .fa {
	padding-top: 15px;
}
.login-with h3 {
	color: #fff;
	margin-top: 15px;
	text-transform: uppercase;
}
.login-form-section .form-group {
	overflow: hidden;
	position:relative;
}
.login-form-section .form-control {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	height: 44px;
	padding-left: 35px;
}
.login-form-section select.form-control option {
  color: #2a2a2a;
}
.login-form-section .form-group .fa {
	color: #fff;
	font-size: 18px;
	left: 10px;
	line-height: 40px;
	position: absolute;
	top: 3px;
}
.login-form-section .btn {
  margin: 0 0 10px;
}
.login-term-condition a {
  color: #f47d35;
}
.forget-paassword {
	color: #a5a5a5;
	display: inline-block;
	float: right;
	font-weight: 500;
	margin: 10px 10px;
}
.remember {
	color: #a5a5a5;
	float: left;
	margin: 10px 10px;
}
.remember > input {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
.login-socail {	
	text-align: center;
}
.login-socail ul {
  margin-bottom: 20px;
}
.login-socail li {
	display: inline-block;
}
.login-socail li a {
  background-color: #fff;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 45px;
  margin: 0 10px;
  padding: 10px 10px 0;
  text-align: center;
  width: 45px;
}
.login-socail li.facebook a {
	background-color: #3d5d97;
}
.login-socail li.twitter a {
	background-color: #3eade9;
}
.login-socail li.google-plus a {
	background-color: #de4936;
}
.register-now {
	margin: 25px 0 0;	
	text-transform: uppercase;
}
.register-now h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 10px;
}
.register-account-link {
	border-bottom: 1px dashed #fff;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	margin: auto;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.profile-summery > li {
	display: block;
	padding: 0 0 10px;
}
.profile-summery span {
	color: rgba(255, 255, 255, 0.75);
	padding-right: 5px;
}
.profile .area-heading a {
	color: rgb(250, 112, 50);
}
.first-time-user{
	color: #a5a5a5;
    padding-left: 10px;
}
/*============================================================================
						Extra Css
==============================================================================*/
.scroll {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 768px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.scroll-top {
  background-color: #3498db;
  border-radius: 60px;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  bottom: 60px;
  cursor: pointer;
  display: none;
  height: 35px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  width: 35px;
  z-index: 999;
}
.scroll-top span { 
  border:8px solid transparent;
  border-bottom-color:#ffffff;	
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}
.scroll-top:hover {
    background-color:#0b75bc;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.advanece-serach {
	margin-bottom:15px;
}
.advanece-serach .btn {
	font-size: 14px;
	border-radius: 3px;
	min-width: inherit;
}
.advanece-serach .btn .fa {
/*	margin-right: 7px;*/
}
.advance-search-form h5 {
	color: #f47d35;
}
.advance-search-checkbox input {
	margin-top: -1px;
	vertical-align: middle;
}
.advance-search-checkbox  {
	margin-bottom: 5px;
}
.property-wishlist-wrapper {	
	overflow: hidden;
}
.property-description {
	float: left;
	width: 60%;
}
.property-thumbnail {
	float: left;
	width: 40%;
	padding-left:15px;
	text-align:right;
}
.property-thumbnail img {
	max-width: 150px;
	width: 100%;
}
.property-short-detail p:last-child {
	margin-bottom: 0;
}
.property-button.wishlist-button {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  float: left;
  margin-top: 15px;
  padding-top: 10px;
  width: 100%;
}
.wishlist-button > a {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  padding-top: 6px;
  text-align: center;
  width: 35px;
}
.wishlist-detail {
  float: right;
}

.home-popup-banner {
  padding: 10px;
}
.home-popup-banner .btn {
  margin-top: 10px;
  box-shadow: none;
}
.datepicker table {
  width: auto;
}
.datepicker.datepicker-dropdown {
  left: 0;
  right: inherit;
}
.budget-filter {
  margin-bottom: 25px;
  padding: 10px 5px;
}
.budget-input {
  margin: 0 0 15px;
}
.budget-input > input {
    background-color: transparent;
}
.property.full-view {
  margin: 0 0 25px;
  width: 100%;
}
.section-box.property-wishlist-project {
  background-color: #480048;
}
.calcualte-price-form {
    margin-bottom: 15px;
}
.calcualte-price-form > li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.calcualte-price-form input {
  width: 120px;
}
.hot-deal-banner img{
	max-height:450px;
}
.hot-deal-banner .owl-dots {
  background-color: rgba(110, 28, 110, 0.7);
  border: 0 none;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  counter-reset: slides-num;
  left: 0;
  margin: auto;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100px;
}
.hot-deal-banner .owl-dots::after {
  content: counter(slides-num, decimal);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}
.hot-deal-banner .owl-dot {
  counter-increment: slides-num;
  display: inline-block; 
}
.hot-deal-banner .owl-dot span {
	display: none;
}
.hot-deal-banner .owl-dot.active::before {
  content: counter(slides-num, decimal) " /";
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.preloader-image {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../images/ellipsis.svg");
  background-position: center center;
  background-repeat: no-repeat; 
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 768px;
  opacity: 1;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.earning-section .earning-title {
  background-color: #f0f0f0;
  border-radius: 0;
  color: #2a2a2a;
  position: relative;
}
.earning-section .fast-forword {
  font-size: 18px;
  height: 30px;
  padding-top: 3px;
  top: 5px;
  width: 30px;
}
.earning-section .fast-forword .fa {
  float: none;
  font-size: inherit;
}
.book-date {
  display: block;
  float: right;
  font-size: 14px;
}
.content-us > p {
  margin: 0 0 15px;
  overflow: hidden;
}
.content-us .fa {
  border: 1px solid #f47d35;
  color:#f47d35;
  float: left;
  font-size: 14px;
  height: 25px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 4px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
.content-us h3 {
  margin-bottom: 15px;
  overflow: hidden;
}
.content-us a {
  color: #fff;
}
.property-sort.hot-deal-sort {
  margin: 0;
}
.hot-deal-sort li{
	width:100%;
}
.hot-deal-gallery-carousel {
  margin-bottom: 10px;
}
.hotdeal-description tr {
  background-color: transparent;
  color: #fff;
}
.comission-view {
  float: right;
}
.comission-view > img {
  width: 25px;
}
.mobile-opt-wrap {
  text-align: center;
}
.otp-heading {
  text-transform: uppercase;
}
.timer {
  color: #f47d35;
  margin: 15px 0;
}
.mobile-opt-wrap .otp-subheading {
  color: #848484;
  margin-bottom: 20px;
}
.notification-box .section-title .fa {
  font-size: 18px;
}
.notification-list {
  overflow: hidden;
  padding: 5px 15px;
}
.notification-box .section-title span {
  font-size: 12px;
}
.area-cal-section {
  background-color: #fff;
}
.areaCalculatorOuter .areaCalculatorWrapper {
  padding: 10px 0;
}
.browse-btn {
  color: #2a2a2a;
  font-size: 12px;
  min-width: 70px;
}
.kyc-image {
  max-width: 100px;
  position: relative;
}
.kyc-image a {
  display: block;
}
.kyc-image button.close {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  width: 20px;
}
.kyc-image button.close:focus, .kyc-image button.close:hover:hover {
  background-color: #000;
  color: #fff; 
  opacity: 1;
}
.page-content ul, .page-content ol{
  padding-left:20px;
}
.page-content a {
  color: #e0e0e0;
}
.post-requirement-button .btn{
	padding:10px;
	width:100%;
}
.post-requirement-form .checkbox-inline {
  /*color: rgba(255, 255, 255, 0.6);*/
  margin-right: 10px;
  text-transform: capitalize;
}
/*.post-requirement-form .radio-inline {
  color: rgba(255, 255, 255, 0.6); 
}*/
.post-requirement-form  .checkbox-inline + .checkbox-inline{
  margin-left: 0;
  margin-top: 0;
}
.post-requirement-form .mobile-verify{
	position:relative;
}
.post-requirement-form .mobile-verify .mobile_edit {
  background-color: #000;
  padding: 6px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-detail span {
 cursor: pointer;
display: block;
float: right;
font-size: 14px;
padding: 0 5px;
}
.total-net {
  border-bottom: 1px solid;
  color: #000;
}
.not-found {
  margin: 0;
}
/*====================== On Input focus =======================*/
.wrapper.staticfix {
	margin: 0 auto 0;
}
.wrapper.staticfix .header {
	position: relative;
}
.wrapper.staticfix .footer {
	padding-top: 0;
}
.wrapper.staticfix .footer-menu {
	position: relative;
}
.wrapper.staticfix .overlay {
	bottom: 0;
}
.download-app img {
	max-width: 150px;
	margin-bottom: 20px;
}
.download-app .modal-title {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.download-app-link img {
	margin-bottom: 0;
}