﻿a, a:hover, a:focus {
	
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
/*---welcome--*/
.desc {
  padding: 1em;
  background: #00923F;
  text-align: center;
    box-shadow: 16px 17px 17px #eee
}
.desc h4 {
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.grid_2
{
    padding:4em;
}
/*--footer--*/
.footer {
  padding: 50px 0;
  background-color: #222222;
}
 .ftr_navi h3 {
  margin-bottom: 15px;
  color: white;
  font-size: 22px;

  font-weight: 500;
}
.ftr_navi ul li {
line-height:2em;
display: block;
color: #fff;
font-size: 14px;
}
.ftr_navi ul li a {
  text-decoration: none;
color: #fff;
font-size:13px;
}
.ftr_navi ul li a:hover {
color:#00923F;
padding-left:5px;
}
.ftr-logo a{
  text-decoration: none;
  font-size: 37px;
  color: #fff;

}
.ftr-logo ul{
margin-top:20px;
}
.ftr-logo ul li {
margin-left:5px;
  list-style-type: none;
  display: inline-block;
}
.ftr-logo ul li a{
width:24px;
height:24px;
display:block;
}
.ftr-logo ul li a.f1{
background: url(../images/img-sprite.png) no-repeat 0px 0px;
}
.ftr-logo ul li a.f2{
background: url(../images/img-sprite.png) no-repeat -26px 0px;
}
.ftr-logo ul li a.f3{
background: url(../images/img-sprite.png) no-repeat -52px 0px;
}
.ftr-logo ul li a.f4{
background: url(../images/img-sprite.png) no-repeat -78px 0px;
}
.ftr-logo ul li a.f1:hover{
background: url(../images/img-sprite-hover.png) no-repeat 0px 0px;
    transform: rotateY(360deg);
}
.ftr-logo ul li a.f2:hover{
background: url(../images/img-sprite-hover.png) no-repeat -26px 0px;
    transform: rotateY(360deg);
}
.ftr-logo ul li a.f3:hover{
background: url(../images/img-sprite-hover.png) no-repeat -52px 0px;
    transform: rotateY(360deg);
}
.ftr-logo ul li a.f4:hover{
background: url(../images/img-sprite-hover.png) no-repeat -78px 0px;
    transform: rotateY(360deg);
}
.ftr-logo span{
  margin-right: 10px;
  color: #ECCA69;
  font-size: 30px;
  top: 0;
}
/*--//footer--*/
/*-- copy --*/
.copy-right{
background:#000;
padding:17px 0;
}
.copy-right p{
text-align:center;
margin:0 0 0px 0;
font-size:14px;
color: #ffffff;
margin-top:10px;
}
.copy-right p a{
text-decoration:none;
color: #00923F;
}
.copy-right p a:hover{
color:#fff;
}
/*-- copy --*/
.footer-below {
  padding: 50px 0;

  padding: 35px;
  background: #222222 ;
  padding-bottom: 60px;
}

.aa-title {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#aa-latest-property .aa-latest-property-area {
    display: inline;
    float: left;
    width: 100%;
    margin-top:-53px;
}
.aa-title p {
    font-size: 18px;
    padding: 0 50px;
}
#aa-latest-property .aa-latest-property-area .aa-latest-properties-content {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.aa-properties-item {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-properties-item:hover {
  box-shadow: 0px 0px 18px 4px #ccc;
}
.aa-properties-item .aa-properties-item-img {
    width: 100%;
}
.aa-properties-item .aa-properties-item-img img {
    width: 100%;
}
.aa-properties-item .aa-tag {
  color: #fff;
  padding: 6px 10px;
  position: absolute;
  left: 15px;
  top: -15px;
}
.aa-properties-item .for-rent {
  background-color: #00923F;
}
.aa-properties-item .sold-out {
  background-color: #ff0000;
}
.aa-properties-item .aa-properties-item-content {
  background-color: #f8f8f8;
  border: 2px solid #ddd;
  border-top: none;
  display: inline;
  float: left;
  width: 100%;
  height:210px;
}
.aa-properties-item .aa-properties-item-content .aa-properties-info {
  border-bottom: 2px solid #ddd;
  display: inline;
  float: left;
  padding: 10px;
  width: 100%;
  text-align: left;
  color:#737373;
}
.aa-properties-item .aa-properties-item-content .aa-properties-info span {
  margin: 0px 5px;
  font-size: 12px;
  font-weight:bold;
}
.aa-properties-item .aa-properties-item-content .aa-properties-about {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px;
}
.aa-properties-item .aa-properties-item-content .aa-properties-about h3 {
  margin-top: 0px;
  color:#DA251C;
}
.aa-properties-item .aa-properties-item-content .aa-properties-about p {
  font-size: 13px;
  margin-top:10px;
  color:#737373;
}
.aa-properties-item .aa-properties-item-content .aa-properties-detial {
  border-top: 1px solid #ddd;
  display: inline;
  float: left;
  padding: 10px;
  width: 100%;
}
.aa-properties-item .aa-properties-item-content .aa-properties-detial .aa-price {
  float: left;
  font-size: 18px;
  padding: 3px 0;
  color:#737373;
}
.aa-properties-item .aa-properties-item-content .aa-properties-detial a {
  float: right;
  text-decoration:none;
  padding:5px;
  color:#00923F;
}
.aa-properties-item .for-sale {
    background-color: #59abe3;
}
#aa-latest-property {
    background-color: #f8f8f8;
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0;
}
.aa-title span {
    width: 2px;
    height: 15px;
    display: inline-block;
    position: relative;
}
.aa-title span {
    background-color: #056802;
}
.aa-title span::before {
    content: '';
    right: 4px;
    top: 7px;
    position: absolute;
    width: 100px;
    height: 2px;
}
.aa-title span::before {
    background-color: #056802;
}
.aa-title span::after {
    content: '';
    left: 4px;
    top: 7px;
    position: absolute;
    width: 100px;
    height: 2px;
}
.aa-title span::after {
    background-color: #056802;
}

/*==================
 SERVICE SECTION
====================*/

#aa-service .aa-service-area .aa-service-content .aa-single-service {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-service-icon {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-service-icon::before {
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    height: 100px;
    margin-left: 4px;
    position: absolute;
    width: 92px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-service-icon span {
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-service-icon span {
    background-color: #00923F;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-single-service-content {
    display: inline;
    float: left;
    width: 100%;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-single-service-content h4 {
    font-size: 20px;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-single-service-content h4 a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service .aa-single-service-content p {
    font-size: 13px;
    margin-top:20px;
    color:#737373;
}
#aa-service .aa-service-area .aa-service-content .aa-single-service {
    text-align: center;
}
#aa-service {
    display: inline;
    
    width: 100%;
    padding: 100px 0;
}
.aa-single-service-content
{
  padding:1em 3px 41px;  
}
.aa-service-area
{
    margin-top:16px;
}

/*==================
 PROMO BANNER SECTION
====================*/

.content-middle {
  background: url(../images/best-featurers-bg.jpg) fixed center;
  width: 100%;
  min-height: 250px;
  display: block;
  background-size: cover; 
}
.mid-content{
	background:#00923F;
	padding:2em;
	width:35%;
	margin:5em auto 0;
	float:right;
}
.mid-content h3{
	text-transform:uppercase;
	font-size:2em;
	
	color:#fff;	
}
.mid-content p{
	font-size: 0.9em;
  	margin: 0.5em 0 0em;
  	line-height:2em;
  	color:#fff;
}
a.more-in{
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
	color:#fff;
	padding: 0.3em 0.7em;
	display:inline-block;
	margin: 1em 0 0;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #80ba40;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.more-in:before{
	background:#fff;
}
a.more-in:hover{
	color: #80ba40;
}

/*==================
Feature Project
====================*/

.future h3 {
  font-size: 2em;
  color: #000;
  margin: 0 0 1em;

  text-align: center;
}
.future h3:after,.future h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.project-fur{
	border: 1px solid #CACACA;
	margin: 0 15px;
}
.fur{
	padding: 1em 0em;
	background-color:#fff;
}
.fur1{
	padding: 0 1.5em 1em;
}
.fur1 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	padding: 0.2em 0;
}
span.fur-money{
	color:#000;
}
.fur1 h6{
	color:#80ba40;
	font-size: 1em;
	
	margin: 0.3em 0;
}
.fur1 h6 a{
	color:#00923F;
	text-decoration: none;
	font-size:18px;
}

.fur2{
	border-top:1px dotted  #CACACA ;
	padding: 1em 1.5em 0em;
}
.fur2 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	text-align: center;
}
.future {
  padding: 5em 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite1.png) no-repeat -130px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite1.png) no-repeat -153px 0px ;
}
/*--//--*/
/* start tabs */
.sap_tabs{
	
	  margin-top:86px;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	cursor: pointer;
	padding: 0;
	display: inline-block;
	margin: 0 ;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:rgba(0,0,0,0.6);
	color:#fff;	
}
.resp-tab-active{
	color:black;	
background-color: rgba(255,255,255,.8);
}
.resp-tab-item span{
	
	   padding: 8px 25px;
  display: block;
  border:1px solid;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}

.login{
	background-color: #fff;
 
}
.login input[type="text"] {
	outline: none;
	padding: 8px 15px;
  	background: none;
  	width: 93%;
  	border: none;
  	height:45px;
  	color: #8c8c8c;
}
.login input[type="submit"] {	
	width: 32px;
	height: 32px;
	background: url(../images/search1.png) no-repeat ;
	padding: 0px;
	border: none;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
}
/*----*/
/*--patner--*/
.content-bottom1 ul li{
	display:inline-block;
	float:left;
  	width:20%;
  	margin: 0 auto;
}
.content-bottom1 {
  padding: 5em 0;
    background-color: #F7F7F7;
}
.content-bottom1 h3{
	text-align:center;
	color: #000;
  font-size: 2em;
  padding: 0 0 1em;

}
.content-bottom1 h3:after,.content-bottom1 h3:before{
	width: 200px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.content-bottom1 ul{
	width:75%;
	margin: 1em auto 0;
}
.content-bottom1 ul li a img{
	margin: 0 auto;
}
/*gallary*/
/*--inner-page-gallery --*/
.gallery h3{
  font-size: 3em;
  text-transform: capitalize;
  color: #fff;
  text-align:center;
}
.gallery {
  padding: 4em 0;
  }
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 0.4%;
    padding: 3px;
    position: relative;
    width: 32.4%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
    background: rgba(113, 198, 193, 0.66);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 11px 20px 20px 20px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 1.1em;
}
.da-thumbs li a div  h5 {
    color: #FFF;
    font-size: 3em;
    margin: 1.5em 0 0 0;
    text-align: center;
    text-transform: capitalize;
}
.gallery-grids {
  margin-top: 3em;
}
/*--//inner-page-gallery--*/
 /* our team */
 /*=======================================================
			OUR TEAM
========================================================*/
.team-title h4 {
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.team-title h4 > a {
	color: inherit;
}
.team-title span {
	color: #fff;
	display: block;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.team {
	position: relative;
	z-index: 1;
	padding:3em;
}
.team:before, .team:after {
	content: " ";
	display: table;
}
.team:after {
	clear: both;
}
.team .team-image img { 
	width: 100%;
}
.team.style-1 .team-desc {
	background-color: transparent;
	border-top: 2px solid #ededed;
	color: #FFFFFF;
	bottom: 0;
	display: block;
	left: 0;
	padding: 1rem 1.42857rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.team.style-2 .team-small li {
	float: left;
	width: 16.666666%;
	position: relative;
	overflow: hidden;
}
.team.style-2 .team-small li .hover {
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	position: absolute;
	padding: 10px;
	width: 100%;
	bottom: -100%;
	left: 0px;
	float: left;
	text-align: center;
	color: #fff;
	z-index: 999;
}
.team.style-2 .team-small li:hover .hover {
	bottom: 0px;
}
.team.style-2 .team-small li a i {
	float: right;
	color: #f6b138;
}
.team.style-3 ul li {
	text-align: center;
}
.team.style-3 ul li span {
	text-align: center;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
}
.team.style-3 ul li h6 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #141414;
}
.team.style-3 ul li .team-image {
	position: relative;
	overflow: hidden;
	padding:0.4em;
}
.team.style-3 ul .hover-social {
	background: #ffffff;
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	padding: 14px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-3 ul .hover-social li {
	display: inline-block;
	background: #ffffff;
	margin: 0 10px;
	font-size: 16px;
}
.team.style-3 ul li:hover .hover-social {
	bottom: 20px;
}
.team.style-4 .hover-detail {
	position: absolute;
	background: #eeb013;
	left: 0px;
	width: 100%;
}
.team.style-4 .hover-detail {
	color: #fff;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.team.style-4 .hover-detail h6 {
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team.style-4 .hover-detail span {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team.style-4 .hover-detail ul {
	float: right;
	width: 100%;
	text-align: right;
	display: inline-block;
}
.team.style-4 .hover-detail ul li {
	display: inline-block;
	margin: 0 5px;
}
.team.style-4 .hover-inn {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: -100%;
	border: 40px solid;
	border-color: transparent;
	margin-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-4 .hover-detail ul li a {
	color: #fff;
	font-size: 10px;
}
.team.style-4 li:hover .hover-inn {
	bottom: 140px;
}
.team.style-4 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-4 li:hover .hover-inn:before {
	content: "\f0d8";
	
	position: absolute;
	color: #eeb013;
	top: -40px;
	left: 45%;
	font-size: 50px;
}
.team.style-5 {
	background: #323233;
}
.team.style-5 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-5 .team-image img {
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail span {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
}
.team.style-5 .hover-detail h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0px;
}
.team.style-5 .hover-detail {
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail li {
	display: inline-block;
	margin: 0 10px;
	margin-top: 40px;
}
.team.style-5 .hover-detail li a {
	color: #fff;
}
.team.style-5 .hover-detail li a:hover {
	color: #f6b138;
}
.team.style-5 .position-center-center {
	width: 100%;
}
.team.style-5 .team-image:hover img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .team-image:hover .hover-detail {
	opacity: 1;
}
.team.style-5 .owl-nav div {
	color: #fff;
	height: 53px;
	width: 53px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 50px;
	font-size: 18px;
}
.team.style-5 .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -100px;
}
.team.style-5 .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -100px;
}
.team.style-6 {
}
.team.style-6 ul li img {
	position: relative;
}
.team.style-6 .member-detail {
	text-align: center;
	padding: 20px 20px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
.team.style-6 .team-image {
	background: #eeb013;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image:hover {
	background: #141414;
}
.team.style-6 .member-detail h6 {
	color: #fff;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.team.style-6 .member-detail span {
	color: #fff;
}
.team.style-6 .team-image:hover .member-detail {
}
.team.style-6 .team-image:hover .member-detail {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons {
	padding: 22px 0;
	padding-bottom: 0px;
	position: absolute;
	z-index: 99;
	height: 85px;
	width: 100%;
	bottom: -100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons a {
	color: #fff;
}
.team.style-6 .team-image:hover .social-icons {
	bottom: 0px;
	position: relative;
}
.cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    .form-wrapper {
        width: 735px;
        padding: 15px;
        margin: 150px auto 50px auto;
    
        background: rgba(0,0,0,0.7);
       
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        margin:0px;
    }
    
    .form-wrapper input {
       width:595px;
        /*padding: 10px 58px;*/
        float: left;    
        /*font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
        border: 0;
        /*background: #eee;*/
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;   
       height: 48px;
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 48px;
        width: 110px;
        
        color: #fff;
        text-transform: uppercase;
        background: #DA251C;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #e54040;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #c42f2f;    
    }
    
    .form-wrapper button:before {
       
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #d83c3c transparent;
        top: 12px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #e54040;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #c42f2f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .searchterm
    {
        position: absolute;
  z-index: 10;
  margin-top: 160px;
    }
   
.testimonials h3,.about h3,h3.title,.gallery h3,.contact h3{
	color:#b4976f;
	font-size:2em;
	margin:0;
}
.testimonials-grid-right p{
	font-size:13px;
	color:#737373;
	line-height:1.8em;
	margin:1em 0 0;
}
.testimonials-grid-right p span{
	display:block;
	font-size:1em;
	margin:.3em 0 0;
	color:#b4976f;
	
}
.rating {
    direction: rtl;
    text-align:left;
}
.rating > span {
    display: inline-block;
    position: relative;
}
.rating > span:hover, .rating > span:hover ~ span {
    color: #B4976F;
}
.testimonials-grids{
	margin:1em 0 0;
	margin-bottom:1em;
}
.text-content
{
    color: #737373;
  padding: 1.8em;
  text-align:-webkit-center;
  line-height:1.7em;
}
 /* about us */
  section.abt {
  padding-top: 25px;
}
.atb {
  padding-left: 70px;
}
section.abt h3 {
 
  font-size: 40px;
 
  margin-bottom: 30px;
}
.abt p {
  font-size: 13px;
  color: #737373;
  line-height:22px;
  letter-spacing:0.2px;
}
.abt1 p {
  font-size: 13px;
  color: #737373;
  letter-spacing:0.2px;
  line-height:22px;
 
}
.abt p, .propt h4, hgroup.sld_txt1 h4 {
  text-align: justify;
}
.img-responsive {
  display: block;
 
  height: auto;
  width:100%;
}

 /* principal */
 .principles {
  padding: 50px 0;
}
.principles img {
  width: 64px;
}
.principles h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 22px;
  
  color: #737373;
}
.principles p {
  padding: 0 25px;
  line-height: 30px;
  color: #737373;
}
.principles ol {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 30px;
  color: #737373;
}
.p-grid {
  border-left: 2px solid #EEE;
  border-right: 2px solid #EEE;
}

/*investor*/
.invst h3 {
  margin-top: 20px;
  font-size: 43px;
 
}
.invst p {
   font-size: 13px;
  color: #737373;
  line-height:22px;
  letter-spacing:0.2px;
}
.invst p:last-child {
  margin-top: 40px;
}
.invst p span {
  color: #ED3237;
  margin-left: 0;
}
.fnd h3, .invst h3 {
  margin-bottom: 20px;
}
.invi {
  min-height: 90px;
  border: 5px solid transparent;
  -webkit-transition: all .9s;
  transition: all .9s;
  -moz-transition: all .9s;
}
/*search page*/
  .content-wrapper {
    margin-bottom: 40px;
}
.content-wrapper {
    float: left;
    width: 100%;
    margin-top:80px;
}
.kf_property_meta {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 20px;
    border: 2px solid #ebebeb;
    margin-bottom: 40px;
}
.kf_property_meta h5 {
    color: #666666;
    font-weight: 600;
    width: 20%;
    float: left;
    margin-bottom: 0px;
}
.kf_view_type {
    float: right;
}
.kf_property_view {
    float: left;
    width: auto;
    margin-left: 20px;
}
.kf_property_view span {
    color: #999999;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    float: left;
    line-height: 32px;
}
.kf_property_view .chosen-select {
    width: 145px;
    height: 32px;
    border: 1px solid #e9e9e9;
}
.kf_property_meta .chosen-container {
    width: 100px !important;
}
.kf_property_view .chosen-container-single .chosen-single {
    background: none;
    box-shadow: none;
    height: 34px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    line-height: 29px;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single span {
    background: transparent !important;
}

.chosen-container-single .chosen-single div {
    top: 8px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
   
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/chosen-sprite.png) no-repeat 0 2px;
}

.kf_property_view i
{
    width: 28px;
    height: 28px;
    background-color: #e9e9e9;
    color: #999999;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 10px;
}






.widget-filter {
    float: left;
    width: 100%;
}
.aside_hdg {
    
    position: relative;
    margin: 0px 0px 5px;
}
h2.widget-title, .aside_hdg h5 {
    text-transform: uppercase;
    color: #737373;
    position: relative;
    padding: 0px 0px 6px;
    margin: 0px 0px 5px;
    font-size: 17px;
}
h2.widget-title:before, .aside_hdg h5:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 5px;
    height: 3px;
}
h2.widget-title:after, .aside_hdg h5:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 8px;
    width: 5px;
    height: 3px;
}
.kf_search_field {
    float: left;
    width: 100%;
    position: relative;
}
.kf_search_field input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 8px 15px;
    margin: 0px 0px 20px;
}
.widget-filter .choose-one {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.widget-filter label {
    cursor: pointer;
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.widget-filter .radio {
    float: left;
    margin: 0px 5px 0px 0px;
}
.widget-filter .radio input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.widget-filter .radio-value {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #737373;
    border-radius: 2px;
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    position: relative;
    vertical-align: -0.5em;
    width: 17px;
}
.widget-filter input:checked + .radio-value {
    background-image: url(../images/tick.png);
}
.widget-filter input:checked + .radio-value {
    border-color: #DA251C;
}
.widget-filter .option-item {
    color: #737373;
    float: left;
    margin: 2px 0px;
    font-weight:normal;
    font-size:13px;
    
}
.filter-btn {
    float: left;
    width: 100%;
    border-top: solid 1px #ccc;
    padding: 20px 0px 0px 0px;
}
.filter-btn input[type="submit"] {
    color: #fff;
    width:100%;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    border: none;
    float: left;
    background: #00923F;
}
.kode-notice, .kodehotel-form-loading {
    display: none;
}
.kf_property_listing_wrap {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    margin: 0px 0px 30px;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.kf_property_listing_wrap figure {
    position: relative;
    width: 100%;
}
.kf_property_listing_wrap figure img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.kf_property_listing_des p {
    margin: 0px 0px 15px;
}
h5 {
    color: #4d4d4d;
    font-size:13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}
.kf_listing_total_price:before {
    top: 44%;
}
.kf_listing_total_price:before, .kf_listing_total_price:after {
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 1;
}
.kf_listing_total_price h4 {

    display: inline-block;
    padding: 0px 10px;
    background-color: #fff;
    position: relative;
    z-index: 99;
    font-size:13px;
}
.kf_listing_total_price {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 0px 0px 15px;
}
.kf_property_listing_des {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 15px;
    text-align: center;
}
    p {
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #737373;
    font-size: 13px;
}
.kf_property_listing_des ul {
    float: left;
    width: 100%;
}
.kf_property_listing_des ul {
    padding: 0px;
}
.kf_property_listing_des ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 24%;
    font-size: 13px;
}
.kf_property_listing_wrap:hover
{
    border-color: #0070bb !important;
}
.kf_property_listing_wrap:hover {
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
}
.kf_property_listing_wrap:hover {
    border-bottom: 2px solid;
}

.kf_property_listing_wrap:hover .kf_property_listing_des h5 > a
{
    color: #0070bb;
}
.kf_property_listing_wrap:hover .kf_listing_total_price h4
{
    color:#0070bb;
}
.kf_listing_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.kf_listing_detail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.kf_listing_detail > a.kode_link_1 {
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -62px;
   background-color: #00923F;
   
}
.kode-size-medium {
    padding: 9px 15px;
}
.kode_link_1 {
    display: inline-block;

   
    font-size: 16px;
    text-transform: uppercase;
   
    font-weight: 600;
    border-radius: 3px;
}
.kf_property_listing_wrap:hover .kf_listing_overlay
{
    -moz-transform: scale(1);
    background-color:#0070bb;
}
.kf_listing_overlay
{
    background-color:#0070bb;
    -moz-transition: all 0.3s ease-in-out;
}

 
/*---property-details--*/
  /* Main carousel style */
.carousel {
    width: 600px;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 20px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
  
    #page-property-content .pr-summary {
    background-color: #fff;
    float: right;
    padding: 20px;
}
#page-property-content .hl-bl {
    padding: 0;
    margin-bottom: 20px;
}
#page-property-content .hl-bl h2 {
    font-weight: 600;
    margin-top: 0px;
}
.page-property-content .hl-bl h5 {
    font-size: 12px;
    font-weight: 600;
}
#page-property-content .hl-bl .fa-star {
    font-size: 24px;
    color: #00923F;
    margin: 10px 0 10px 0;
}
#page-property-content .pr-summary p, #page-property-content .pr-summary li {
    color: #898989;
    font-size: 14px;
}
.cat-img img {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0 10px;
    float: left;
}
#page-property-content .pr-summary hr {
    width: 100%;
    display: table;
}
.wide-2 hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
hr {
   
    border: 0;
    border-top: 2px solid #00923F;
    width: 50%;
    margin-left: 0px;
}
.rank {
    font-size: 9px;
    vertical-align: super;
}
.wide-2 .line {
    border-left: 2px solid #dadada;
    height: 10px;
}
#page-property-content .pr-summary .full-width {
    margin-top: -2px;
}
#page-property-content .pr-summary .picker-block {
    margin-bottom: 20px;
}
.wide-2 .ffs-bs {
    position: relative;
    z-index: 1;
    display: block;
}
#page-property-content .pr-summary .ffs-bs .btn {
    background-color: #00923F;
    border-color: #00923F;
    width: 100%;
      height: 48px;
  font-size: 19px;
  padding:1px;
}
#page-property-content .pr-summary .fav-block {
    border: 1px solid #E7E7E7;
    padding: 10px 0px;
}
#page-property-content .wide-2 .btn {
    /* display: inherit; */
    margin-top: 0px;
}
#page-property-content .pr-summary .picker-block .chek {
    font-size: 14px;
    margin: 10px 0 15px 0;
}
#page-property-content .pr-summary .picker-block .col-xs-6 {
    padding: 0;
}
#page-property-content .pr-summary .picker-block .form-group {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #E7E7E7;
}
#date-from, #date-to {
    border: 0px;
    padding: 15px 0px 15px 10px;
    width: 100%;
}
#page-property-content .pr-summary .picker-block .form-group .point {
    border-color: #898989 transparent transparent transparent;
}
.point {
    content: ' ';
    
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ADADAD transparent transparent transparent;
}
#page-property-content .pr-summary .circle {
    width: 65px;
    height: 65px;
    margin: 5px 15px 0 5px;
}
.circle {

    border-radius: 100px;
    float: left;
    overflow: hidden;

}
.circle img {
    width: 100%;
}
#page-property-content .pr-summary .team-info {
    margin-top: 10px;
    float: left;
}
#page-property-content .pr-summary .team-info h3 {
    margin: 5px 0 0 0;
}




.wide-2 .btn {
    margin: 81px auto 30px auto;

}
#page-property-content .pr-info {
    padding-right: 30px;
}
#page-property-content .wide-2 .map-marker {
    height: 13px;
    width: 13px;
    border: 2px solid #8C9397;
    float: left;
    margin: 10px 5px 0 0;
    background-color: transparent;
}
#page-property-content h5 {
    font-size: 14px;
    margin-top:15px;
}
    .wide-2 .team-color {
    padding-right: 0;
}
.team-color {
    color: #8C9397;
}
#page-property-content .pr-info .fa {
    margin-right: 10px;
    font-size: 18px;
}
    #page-property-content .wide-2 p, #page-property-content .wide-2 li {
    font-size: 13px;
    text-align: justify;
    color:#737373;
    line-height:1.7em;
    
}
#page-property-content .pr-info h3 {
    margin: 20px 0 10px 0;
}
#page-property-content .wide-2 h3 {
   
    font-size: 18px;
}
#page-property-content .wide-2 .block ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0px 0px 25px;
}
#page-property-content .pr-info ul {
    -webkit-padding-start: 0px;
    padding: 0px;
}
#page-property-content .wide-2 .block li:before {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #00923F;
    content: "\f00c";
    position: absolute;
    line-height: 17px;
    left: -25px;
    font-size: 17px;
    top: 5px;
}
#page-property-content .wide-2 .block .nonexistent:before {
    content: "\f00d";
    color: #8C9397;
}
#page-property-content .wide-2 .block li {
    padding: 0 0 15px 0;
    position: relative;
}
.cust-row {
    margin-right: -5px;
    margin-left: -5px;
}


#page-property-content .property-block-small a {
    color: #35393B;
}
#page-property-content .property-block-small .property-image-small {
    width: 65px;
    height: 56px;
    background-size: cover;
    background-position: center top;
    float: left;
    margin-right: 15px;
}
#page-property-content .property-block-small h3 {
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}
#page-property-content .property-block-small p, #page-property-content .property-block-small li {
    font-size: 11px;
    margin: 5px 0 5px 0;
}

.contact-form {
  padding: 5em 0;
}.contact-left h3 {
  font-size: 1.5em;
  color: #000;
  line-height: 1.4em;
 
}
.contact-left p {
  font-size: 13px;
  color: #737373;
  line-height: 22px;
  margin: 1em 0 0;
}
.address {
  padding: 2em 0 0;
}
.address-grid {
  padding: 1em 0;
}
.address-grid i {
  color: #00923F;
  font-size: 1.4em;
  float: left;
  margin: 0 5% 0 0;
  display: inline-block;
  line-height: 2em;
}
.address1 {
  float: left;
}
.address1 h3 {
  font-size: 1.2em;
  color: #000;
  line-height: 1.4em;

}
.address1 p {
  margin: 0;
}
.contact-top h3 {
  font-size: 1.5em;
  color: #000;
  line-height: 1.4em;

}

.contact-top div span {
 
  font-size: 0.9em;
}
.contact-top div input[type="text"], .contact-top div textarea {
  width: 100%;
  padding: 0.7em;
 
  background: none;
  outline: none;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
}
.contact-top div input[type="password"]
{
      width: 100%;
  padding: 0.7em;

  background: none;
  outline: none;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
}
.contact-top div textarea {
  height: 160px;
  resize: none;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {

  color: #fff;
  background: #00923F;
  text-decoration: none;
}
.contact-top input[type="submit"] {
  border: none;
  outline: none;
  background: none;
}
.contact-top label {
  font-weight: 400;
  cursor: pointer;
}
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;

  background-color: #00923F;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1em;
}
.map iframe {
  width: 100%;
  min-height: 450px;
  border: none;
}

