

body {
  background: var(--ohblk1c);
  color: var(--white);
}
a{
	color: var(--bl120);
}
a:hover, a:focus{
	text-decoration: none;
}
.border-bottom{
	border-bottom: 1px solid var(--white60);
}
.form-control.bg-ob2{
	color: var(--white);
}
.btn-theme{
	background: var(--bl140);
	color: var(--white) !important;
}
.btn-dark, .btn-dark:hover, .btn-dark:focus{
	background: var(--blk120);
	color: var(--white);
	border-color: var(--blk120);
}
.btn-xs{
	border:1px solid var(--bl20);
}
.btn-secondary{
	background: var(--bl20);
	color: var(--bl120);
	border: 1px solid var(--bl20);
}
.btn-secondary:hover,
.btn-secondary:focus{
	background: var(--bl140);
	border-color: var(--bl140);
}
.btn-info{
	background: var(--white80);
	color: var(--blk100);
	border-color: var(--white80);
}
.btn-light, .btn-light:hover, .btn-light:focus{
    color: var(--bl140);
}
.btn-info:hover,
.btn-info:focus{
	background: var(--bl140);
	color: var(--white);
	border-color: var(--bl140);
}

.text-primary{
	color: var(--bl120) !important;
}
.text-success{
	color: var(--green) !important;
}
.text-dim{
	color: var(--blk10) !important;
}
.text-gb{
	color: var(--white60) !important;
}
.text-bl20{
	color: var(--blk20) !important;
}
.text-bl40{
	color: var(--bl40) !important;
}
.text-bl60{
	color: #AABAFD !important;
}
.text-bl80{
	color:var(--bl80) !important;
}
.text-bl100{
	color: var(--blk100) !important;
}
.text-bl140{
	color: var(--blk140) !important;
}
.text-wt120{
	color: var(--white120) !important;
}
.text-wt20{
	color: var(--white20) !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: rgba(28, 28, 30, 0.6);
  transition: all 0.5s;
  z-index: 1001;
  height:72px;
}

.header.sticked {
	background: rgba(28, 28, 30, 1);
  border-color: var(--white);
  border-color: #eee;
}
.header .logo a, .header .logo a:hover, .header .logo a:focus{
	color: var(--white);
}
.header .mobile-nav-toggle{
    color: var(--white);
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media screen and (min-width: 1199px) {
  .header .navbar a{
    color: var(--white);
  }
}


hr{
	border-color: var(--ohblk3);
}
.hr-light{
	border-color: var(--ohblk5);
}
.hr-dark{
	border-color: var(--ohblk1c);
}
.br-style-2{
	border-color: var(--white60) !important;
}

.card{
	border: 2px solid #3D3737;
}
.progress-theme{
	background: #D1D9FE;
}
.progress-theme .progress-bar{
	background: var(--bl120);
	white-space: nowrap;
}
.progress-success{
	background: #D1EEC9;
}
.progress-success .progress-bar{
	background: #248A3D;
}
.card-theme .mo-amt:before{
	background: var(--bl120);
}
.card-theme .mo-amt:last-child:before{
	background: var(--bl20);
}
.card-success .mo-amt:before{
	background: #248A3D;
}
.card-success .mo-amt:last-child:before{
	background: #D4F2DC;
}
.mortgage-output::before {
	background: var(--ohblk3);
}
.ec-rating-stars i {
	color: var(--white60);
}
.ec-rating-stars i.selected{
	color: #FFBB00;
}
.bg-dark{
	background: #1B2025 !important;
}
.bg-lblue{
	background: var(--white100) !important;
}

.tabs-rounded.nav-tabs .nav-link {
	background: transparent;
	color: var(--white);
	border: 2px solid var(--white20);
}
.tabs-rounded.nav-tabs .nav-link.active{
	background: var(--white);
	border-color: var(--white);
	color: var(--blk140);
}
.tabs-solid{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	background: var(--ohblk3);
	border:none;
}
.tabs-solid .nav-link {
	border-radius: var(--bradius8);
	min-width: 100px;
	text-align: center;
	padding: 7px 20px;
	color: var(--white);
	background: var(--ohblk3);
	border:1px solid var(--ohblk3);
}
.tabs-solid .nav-link:hover, .tabs-solid .nav-link:focus{
	border:1px solid var(--ohblk3);
	background: var(--blk140)
}
.tabs-solid .nav-item:before{
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	height: 34px;
	top: 12px;
}
.tabs-solid .nav-item:first-child:before{
	content: none;
}
.tabs-solid .nav-link.active{
	background: var(--blk140);
	color: var(--white);
	border-color: var(--blk140);
}

.tab-content{
	clear: both;
}
.tabs-solid-theme{
	background: var(--white);
	color: var(--blk140);
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.12);
}
.tabs-solid-theme .nav-link{
	min-width: initial;
	background: var(--white);
	color: var(--blk140);
	border-color: var(--white);
}

.tabs-solid-theme .nav-item{
	padding-right: 20px;
	position: relative;
}
.tabs-solid-theme .nav-link.active, .tabs-solid-theme .nav-link:hover, .tabs-solid-theme .nav-link:focus{
	background: var(--bl120);
	color: var(--white);
	border-color: var(--bl120);
}
.tabs-solid-theme .nav-item::before{
	left: -10px;
	top: 1px;
}
.lp-info .pb-col {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.lp-info .pb-ico{
	background: #F1F3F524;
	height: 36px;
	width: 36px;
	padding: 9px;
}
.lp-info .pb-count{
	font-size: var(--fs18);
}
.lp-info .property-build{
	justify-content: flex-end;
}
.insight-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.insight-card img{
	width: 60px;
}
.insight-table {
	border: 1px solid var(--white80);
	border-radius: var(--bradius16);
	overflow: hidden;
}
.insight-table .nav-pills .nav-link {
	background: var(--white100);
	color:var(--bl80);
	font-weight: 600;
	padding: 20px;
	border-bottom: 1px solid var(--white60);
	border-radius: 0;
}
.insight-table .nav-pills .nav-link.active{
	background: var(--white);
}
.insight-table table td{
	font-weight: 500;
	padding-left: 10%;
}
.insight-table table tr:first-child td{
	border-top: none;
}
.insight-table table td:first-child{
	text-align: center;
}
.insight-table .nav-pills{
	height: 100%;
	background: var(--white100);
	border-right: 1px solid var(--white60);
}
.ref-insights .form-control{
	min-width: 150px;
}
.overlay-alt{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fcn-wrapper {
	width: 100%;
	position: relative;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}
.fcn-wrapper:after{
	position: absolute;
	bottom: 0;
	height: 100px;
	left: 0;
	right: 0;
	content: '';
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, rgba(15, 15, 15, 0.23) 28.23%, rgba(16, 16, 16, 0.38) 55.11%, #0F0F0F 94.07%);
	pointer-events: none;
}
.fc-nearby{
	overflow: hidden;
	background-image: url(../img/bg-img328.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.fcn-search{
	position: relative;
	background: var(--white);
	background: var(--white);
	padding: 10px 10px 10px 50px;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: var(--bradius8);
}
.fcn-ico {
	background: var(--bl120);
	height: 35px;
	width: 35px;
	border-radius: var(--bradius8);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	left: 15px;
	top: 11px;
}
.fcn-search .form-control {
	box-shadow: none;
}
.fcn-search .form-control:hover,
.fcn-search .form-control:focus{
	border-color: transparent;
}
.fc-nearby .iframe{
	height: 550px;
}
.amenities-grid {
	display: flex;
	flex-direction: column;
	overflow: auto;
	height: calc(100% - 92px);
	scrollbar-width: thin;
	scrollbar-color: #aab7cf transparent;
	max-height: 460px;
}
.ag-col{
	border-radius: var(--bradius8);
	margin-bottom: 15px;
	border: 1px solid var(--ohblk4);
	background: var(--ohblk2);
}
.ag-ico {
	width: 40px;
	height: 40px;
	border-radius: var(--bradius8);
	text-align: center;
	padding: 2px;
	margin-right: 20px;
	display: inline-block;
}
.ag-ico img {
	width: 36px;
}
.ag-header {
	padding: 10px;
	position: relative;
}
.ag-body {
	padding: 0 15px;
}
.ag-list{
	margin-bottom: 0;
}
.ag-body.show{
	border-top: 1px solid var(--ohblk4);
}
.ag-list-item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-right: 65px;
	margin: 10px 0;
	border-bottom: 1px solid var(--ohblk4);
	padding-bottom: 10px;
}
.ag-list-item:last-child{
	border-bottom: 0;
}
.accordion .ag-header:after{
	position: absolute;
	content: '\e95a';
	font-family: icomoon;
	position: absolute;
	right: 20px;
	top: 18px;
}
.accordion .ag-header.collapsed:after{
	content: '\e959';
}
.walk-distane {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-weight: 500;
	font-size: 13px;
}
.walk-distane img{
	width: 10px;
	margin-right: 4px;
}
	
.walk-distane small{
	display: block;
	color: var(--white);
}

.ag-green .ag-ico, .ag-green .ag-list-item::before {
	background: #30DB5B;
}
.ag-purple .ag-ico, .ag-purple .ag-list-item::before {
	background: #BF5AF2;
}
.ag-brown .ag-ico, .ag-brown .ag-list-item::before {
	background: #D7B89B;
}
.ag-orange .ag-ico, .ag-orange .ag-list-item::before {
	background: #FFB340;
}
.ag-red .ag-ico, .ag-red .ag-list-item::before {
	background: #FF6961;
}
.ag-yellow .ag-ico, .ag-yellow .ag-list-item::before {
	background: #FFCC00;
}
.ag-blue .ag-ico, .ag-blue .ag-list-item::before {
	background: #007AFF;
}
.ag-sky .ag-ico, .ag-sky .ag-list-item::before {
	background: #409CFF;
}
.ag-red .ag-ico, .ag-red .ag-list-item::before {
	background: #FF6961;
}
.ag-peach .ag-ico, .ag-peach .ag-list-item::before {
	background: #FF6482;
}
.ag-dgreen .ag-ico, .ag-dgreen .ag-list-item::before {
	background: #248A3D;
}

.line-tabs .nav-link{
	color: var(--blk20);
	font-weight: 500;
}
.line-tabs{
	border-bottom: 2px solid var(--white60);
}
.line-tabs .nav-item{
	margin-bottom: -2px;
}
.line-tabs .nav-item .nav-link{
	border-bottom: 2px solid transparent;
}
.line-tabs .nav-item .nav-link.active{
	border-color: transparent;
	border-bottom: 2px solid var(--bl140);
    color: var(--bl140);
}
.card-lblue {
	background: var(--bl20);
}
.card-lblue table th{
    border-color: #AABAFD;
}
.accordion-faq {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
.accordion-faq .card{
	width: 100%;
    padding: 20px 0;
    border:0;
    border-top: 1px solid var(--blk100);
    border-radius: 0;
}
.accordion-faq .card-header{
	background: transparent;
	border: none;
}
.accordion-faq .card-header span{
	color: var(--white);
	letter-spacing: 0;
	cursor: pointer;
	padding: 10px 25px 10px 0;
	position: relative;
	display: block;
}

.accordion-faq .card-header span:after {
	position: absolute;
	font-family: icomoon;
	font-weight: 100;
	right: 0;
	content: '\e915';
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	transition: 0.3s ease;
	top: 9px;
    transform: rotate(-45deg);
	border: 2px solid var(--white);
	border-radius: var(--bradius24);
	font-size: 13px;
	padding: 2px 4px;
}
.accordion-faq .card-header span.collapsed:after{
	
	transition: 0.3s ease;
     transform: rotate(-0deg);
}
.agent-card {
	position: relative;
	padding-left: 135px;
}
.agent-card img {
	border-radius: 50px;
	height: 90px;
	width: 90px;
	object-fit: cover;
	position: absolute;
	left: 25px;
	top: 30px;
}
.btn-wapp{
	background: var(--green);
	color: var(--white);
}
.btn-wapp:hover, .btn-wapp:focus{
	color: var(--white);
}
.btn-wapp .icon-whatsapp{
	font-size: 25px;
	vertical-align: middle;
}
.header-btns .btn-wapp .icon-whatsapp {
	vertical-align: 0;
}
.btn-outline, .btn-outline:hover, .btn-outline:focus{
	color: var(--white);
	border:1px solid var(--white);
	border-radius: 80px;
	background: transparent;
}
.btn-outline-theme, .btn-outline-theme:hover, .btn-outline-theme:focus{
	color: var(--bl140);
	border:1px solid var(--bl20);
	background: transparent;
	border-radius: 4px;
	background: transparent;
}
.no-shadow{
	box-shadow: none !important;
}
.has-shadow{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sld-slider.owl-carousel .owl-item img {
	max-height: 450px;
	object-fit: cover;
	border-radius: var(--bradius16);
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
	background: #23282D;
	padding: 15px;
	border-radius: 5px;
}
.agent-dark-img {
	width: 135px;
}
.agent-dark-info {
	width: calc(100% - 135px);
	padding-left: 20px;
}
.input-group-c img {
	width: 100%;
}
.owl-carousel .owl-item .location-img{
	display: inline;
}

.fl-right {
  text-align: right;
}
.list-inline {
	display: flex;
}
.countries-flag img{
	width: 20px;
}
.social-list a {
	height: 25px;
	width: 25px;
	background: var(--bl140);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border-radius: 25px;
	font-size: 14px;
}
.search-bottom-fix {
   width: 100%;
   min-height: 140px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(3px);
   position: relative;
   bottom: 0px;
   z-index: 3;
   display: flex;
   align-items: center;
}
.pnex-overlay {
	position: absolute;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(3px);
	left: 20px;
	right: 20px;
	text-align: left;
	padding: 10px;
}

.btn-icon small {
	display: block;
}
.btn.btn-icon{
	padding-left: 70px;
	position: relative;
	text-align: left;
}
.btn-icon.btn img {
	width: 46px;
	position: absolute;
	left: 15px;
}
.pnx-events{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--white)+0,f1f3f5+100 */
	background: var(--white); /* Old browsers */
	background: -moz-linear-gradient(top,  var(--white) 0%, #f1f3f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  var(--white) 0%,#f1f3f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  var(--white) 0%,#f1f3f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.thm-text{
	padding-top: 10%;
	padding-bottom: 5%;
}
.top-home-main .container {
	position: relative;
	z-index: 3;
}
.top-home-main{
	background-image: url(../img/condominium/home-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.top-home-main::before {
	content: "";
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg,var(--white) 0%,rgba(255, 255, 255, 0.6) 58.33%,rgba(255, 255, 255, 0) 100%);
}
.search-bottom-fix form {
	width: 100%;
}
.search-bottom-fix form ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
}
.search-bottom-fix form label {
  color: var(--blk100);
}
.search-bottom-fix ul li {
  margin-right: 15px;
  width: 100%;
}
.search-bottom-fix ul li:last-child {
  margin-right: 0px;
}
.search-bottom-fix .in-type {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-bed {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-rent {
  min-width: 100px;
  max-width: 120px;
}
select.arrow-filled {
  background: var(--white) url(../img/newhome/dd-n.png) no-repeat 92% center;
  background-size: 15px;
  padding-right: 32px;
}
.line-curve{
  color: var(--bl140);
  position: relative;
  font-weight: 600;
}
.line-curve::before {
  background-image: url(../img/newhome/green-line.png);
}
.top-message-w {
  background: var(--white80);
  min-height: 50px;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
  margin-top: 68px;
}
.search-bottom-fix label {
	font-weight: ;
	font-size: 12px;
}
.property-tool-wrapper {
  width: 100%;
  position: relative;
  min-height: 650px;
  padding-top: 150px;
}
.tool-divv form {
  display: flex;
  margin-top: 40px;
}
.grant-img {
  width: 40%;
  position: absolute;
  bottom: 0px;
  height: 600px;
  object-fit: contain;
  object-position: left bottom;
  z-index: -1;
}

.dream-home-wrapper {
  width: 100%;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}
.dh-img {
  height: 700px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.dream-home-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: var(--blk140);
  opacity: 0.6;
}
.dream-home-wrapper .container {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.newlb-top span h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
}

.latest-news-wrapper {
  width: 100%;
  padding-top: 50px;
}
.nc-div {
  position: relative;
  width: 100%;
}

.nc-divin {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  left: 15px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  padding: 25px;
}

/*Agent Profile Details*/
.ap-ratings {
	padding: 0;
	list-style: none;
	max-width: 400px;
	background: var(--white100);
	border-radius: var(--bradius8);
	padding: 10px;
}
.ap-ratings span {
	font-weight: 500;
}
.ap-ratings li {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	border-bottom: 1px solid var(--white60);
}
.ap-ratings li:last-child{
	border-bottom: 0;
}
.ap-ratings li i{
	color: var(--white60);
	margin-right: 2px;
}
.ap-ratings li i.active{
	color: #FFBB00;
}
.contacts-bar {
	background: var(--white100);
	padding: 10px;
}
.awards-card {
	text-align: center;
}
.ar-section .owl-item{
	padding: 20px 0;
}
.awards-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 1.2;
	min-height: 50px;
}
.awards-title::before {
	position: absolute;
	width: 100px;
	background: var(--white60);
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.for-year{
	position: relative;
}
.for-year::before {
	position: absolute;
	width: 100px;
	background: var(--white60);
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.awards-card .dim-overlay{
	border-radius: 10px;
}
.review-form .btn {
	margin: 0 auto;
	min-width: 110px;
}
.review-form textarea.form-control{
	min-height: 100px;
}
.rr-section .ap-ratings{
	background: transparent;
	padding: 0;
}
.overlall-ratings {
	text-align: center;
}
.overlall-ratings .rr-total{
	font-size: 40px;
	color: var(--blk120);
	font-weight: 600;
}
.overlall-ratings i{
	font-size: 25px;
	color: var(--white60);
	margin:  0 2px;
}
.overlall-ratings i.active{
	color: #FFBB00;
}
.arw-item {
	padding-left: 90px;
	position: relative;
	border-top: 1px solid var(--white60);
	padding-top: 20px;
	padding-bottom: 10px;
}
.arw-identity {
	background: var(--bl20);
	height: 50px;
	width: 50px;
	position: absolute;
	border-radius: 50px;
	display: flex;
	text-align: center;
	color: var(--bl140);
	font-weight: 600;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 20px;
}
.arw-name{
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.arw-rating{
	margin-bottom: 10px;
	font-weight: 600;
	display: block;
}
.asw-comment{
	font-size: var(--fs18);
	color: var(--blk100);
}
.arw-rating i{
	color: var(--white60);
}
.arw-rating i.active{
	color: #FFBB00;
}
.arw-ratedOn{
	font-weight: 400;
	color: var(--bl40);
	font-size: 12px;
	font-family: 'SF Pro Text', sans-serif;
}
.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

li.nav-item {
  align-items: center;
  display: inline-flex;
}
/**/