

/* Featured Properties Area Start Here */
.multiple-featured-properties{
	width: 100%;
	padding: 70px 0;
	background-color: #eaf0f3;
	float: left;
}
.multiple-featured-properties label{
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 2px;
	background-color: #ff551a;
}
.multiple-featured-properties .image-with-label{
    position: relative;
    clear: both;
}
.multiple-featured-properties .image-with-label > label{
   
     
    
  background-color: #0d7daa !important;
    position: absolute;
    font-size: 14px;
    left: 50%;
  transform: translate(-50%);
    bottom: 10px;    
}
.multiple-featured-properties img{
	width: 100%;
	height: 100%;	
}
.multiple-featured-properties a{
	text-decoration: none;
}
.multiple-featured-properties h6{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}
.multiple-featured-properties .featured-properties-price{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #7e8c99;
}
.multiple-featured-properties .featured-properties-price{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #31a2e1;
	margin-top: 0;
	margin-bottom: 20px;
}
.multiple-featured-properties .featured-properties-detail ul{
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	min-height:45px;
}
.multiple-featured-properties .featured-properties-detail ul li{
	width: 90%;
	float: left;
	padding: 10px 0;
}
.multiple-featured-properties .featured-properties-detail ul li.right{
	width: 10%;
	text-align: right;
}
.multiple-featured-properties .featured-properties-detail ul li span{
	padding: 5px 11px;
	background-color: #f3f6f8;
	border-radius: 100px;
}
.multiple-featured-properties .featured-properties-detail {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 35px 25px 0 25px;
}
.multiple-featured-properties .featured-properties-address-div{
	width: 100%;
	float: left;
	background-color: #fff;
	padding-top: 10px;
}
.multiple-featured-properties .featured-properties-address{
	width: 100%;
	float: left;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #eff2f4;	
	padding: 25px 25px;	
	margin: 0;
}
.multiple-featured-properties .featured-properties-address i.fa.fa-map-marker.fa-lg{
	padding-right: 15px;
	color: #ff551a;
}
.multiple-featured-properties .featured-properties-detail ul li img {
	width: auto;
	margin-right: 20px;
}
.multiple-featured-properties .col-sm-6.col-md-4.col-lg-4{
	float: left;
}
.multiple-featured-properties .container {
  position: relative;
}
.left-right-arrow{
	height:13px;
	width:65px;
    position: absolute;
    right: 50%;
    top: 635px;	
}
.left-right-arrow .carousel-control.left,
.left-right-arrow .carousel-control.right{
	background:none;
}
.left-right-arrow .carousel-control{
	width:auto;
}
.left-right-arrow > img{
	height:100%;
	width:auto;
	cursor:pointer;
}
@media screen and (max-width: 991px) {
	.multiple-featured-properties .col-sm-6.col-md-4.col-lg-4 {
		margin-bottom: 30px;
	}
}
/* Featured Properties Area End Here */

/* Recent Properties Area Start Here */
.multiple-recent-properties{
	width: 100%;
	float: left;
	padding: 70px 0 0;	
	position: relative;
}
.multiple-recent-properties a{
	text-decoration: none;
}
.multiple-recent-properties h6{
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.multiple-recent-properties .recent-properties-address{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #7e8c99;
}
.multiple-recent-properties .recent-properties-price{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #31a2e1;
	margin-top: 14px;	
}
.multiple-recent-properties .col-sm-6.col-md-4.col-lg-4{
	margin-bottom: 45px;
}
.multiple-recent-properties label{
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 2px;
	background-color: #ff551a;
}
.multiple-recent-properties .image-with-label{
    position: relative;
}
.multiple-recent-properties .image-with-label > label{
    position: absolute;
    right: 6%;
    bottom: -14px;
}
.multiple-recent-properties img{
	width: 100%;
	height: 100%;
}
.multiple-recent-properties .carousel-indicators{
	top: 98%;
}
.multiple-recent-properties .carousel-indicators li{
	background-color: #7e8c99;
	border: none;
	width: 12px;
	height: 12px;
}
.multiple-recent-properties .carousel-indicators .active{
	background-color: #ff551a;
	border: none;
	margin: 1px; 
}
ul.property-type > li{
    float: left;
    list-style: outside none none;
    margin-left: 34px;
}
ul.property-type > li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7e8c99;
	text-transform: uppercase;
	text-decoration: none;	
}
ul.property-type > li a.active,
ul.property-type > li a:hover{
	font-weight: bold;
	color: #ff551a !important;
	outline:none;
}
.multiple-recent-properties .carousel.slide{
	display: none;
}
.multiple-recent-properties .carousel.slide.active{
	display: block;
}
@media screen and (max-width: 1199px) {
	ul.property-type > li {
		margin-left: 33px;
	}
}
@media screen and (max-width: 991px) {
	ul.property-type > li {
		margin-left: 0;
		margin-right: 33px;
	}
}
/* Recent Properties Area End Here */

/* Get in touch start here */
.multiple-get-in-touch{
	float:left;
	width:100%;
	min-height:220px;
}
.multiple-get-in-touch .multiple-get-in-touch-inner
{
	float:left;
	margin-top:110px;
	width:100%;
	min-height:110px;
	background:#31a2e1 none repeat scroll 0 0;
	position: relative;
}
.multiple-get-in-touch-inner > img {
  bottom: 0;
  height: 175px;
  left: 0;
  position: absolute;
  width: 165px;
}
.multiple-get-in-touch-inner .multiple-get-in-touch-description{
	padding-left:205px; 
}
.multiple-get-in-touch-description h3
{
	margin-top: 35px;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	margin-bottom:5px;
}
.multiple-get-in-touch-description p
{
	font-family: 'Lato', sans-serif;
	color:#ace1ff;
	font-size:14px;
	margin-top:0px;
}
.multiple-get-in-touch-contact .fa,
.multiple-get-in-touch-contact .phone_number_h2
{
	color:#ffffff;
}
.multiple-get-in-touch-contact .phone_number h5
{
	color:#cdedff;
}
.multiple-get-in-touch-contact > .contact_detial
{
	padding-top:0px;
	margin-top:35px;
	float:right;
}
.multiple-get-in-touch-button > a
{
	float:left;
	margin-top:35px;
	height:40px;
	width:165px;
	background:#ffffff none repeat scroll 0 0;
	color:#435061;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	line-height:40px;
}
@media screen and (max-width:991px)
{
	.multiple-get-in-touch-inner > img {
		display:none;
	}
	.multiple-get-in-touch-inner .multiple-get-in-touch-description{
		padding-left:30px; 
	}
	.multiple-get-in-touch-contact > .contact_detial
	{
		float:left;
		margin-left:15px;
		margin-top:15px;
	}
	.multiple-get-in-touch-button > a
	{
		margin-top:15px;
	}
}
@media screen and (max-width:479px)
{
	.multiple-get-in-touch-button > a
	{
		margin-bottom:15px;
		margin-left:15px;
	}	
}
/* Get in touch end here */

/* What People Have To Say Area Start Here */
.multiple-people-to-say{
	width: 100%;
	float: left;
	padding: 70px 0;
	background: url("../images/people-say-background.png");
}
.multiple-people-to-say .people-to-say{
	color: #ffffff;
}
.multiple-people-to-say .people-message{
	background-color: #fff;
	padding: 35px;
	margin-bottom: 32px;
}
.people-message::after {
	bottom: 76px;
	content: " ";
  	height: 0;
  	left: 15px;
  	position: absolute;
  	width: 0;
  	border:15px solid;
  	border-color:#ffffff transparent transparent #ffffff;
}
.multiple-people-to-say .people-message p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #334756;
	line-height: 2;
}
.multiple-people-to-say .div-quote-img{
	text-align: center;
	margin-bottom: 30px;
}
.multiple-people-to-say .people-name{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
}
.multiple-people-to-say .people-position{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;	
	color: #9ab0cd;	
}
.multiple-people-to-say .col-sm-6.col-md-4.col-lg-4{
		margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
	.multiple-people-to-say .col-sm-6.col-md-4.col-lg-4{
		margin-bottom: 30px;
	}
	.multiple-recent-properties .carousel-indicators{
		top: 100%;
	}
	ul.property-type{
		padding-left: 0px;
		padding-top: 10px;
	}
	ul.property-type li{
		padding-bottom: 20px;
	}
}
/* What People Have To Say Area End Here */

/* Recent Posts Area Start Here */
.multiple-recent-posts{
	width: 100%;
	float: left;
	padding: 70px 0;
}
.multiple-recent-posts a{
	text-decoration: none;
}
.multiple-recent-posts .multiple-blog-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #435061;
	margin-top: 25px;
}
.multiple-recent-posts span{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #7e8c99;
	padding-right: 20px;
}
.multiple-recent-posts .multiple-blog-overview{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #7e8c99;
	padding-top: 25px;
	line-height: 1.8;
	padding-bottom: 17px;
}
.multiple-recent-posts .multiple-blog-read-more{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #435061;
	text-transform: uppercase;
	padding-right: 10px;
}
.multiple-recent-posts .multiple-blog-read-more a{
	color: #435061;
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.multiple-recent-posts .col-sm-6.col-md-4.col-lg-4{
		margin-bottom: 50px;
	}
}
/* Recent Posts Area End Here */

/* Valuable Clients Area Start Here */
.multiple-valuable-clients-area{
	width: 100%;
	float: left;
	padding: 0px 0 70px 0;
}
.multiple-valuable-clients-area .header_with_icon{
	margin-bottom:15px;
}
#multiple-valuable-clients-img-area img{
	margin-right: 20px;
}
@media screen and (max-width: 1197px) {
	#multiple-valuable-clients-img-area img{
		margin-bottom: 40px;
	}
}
/* Valuable Clients Area End Here */

/* Footer Area Start Here */
.multiple-location-detail {
	min-height: 914px;
	width: 100%;
	float: left;
	background: #eee url(../img/Master-Bedroom.jpg) center center !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px
}


@media screen and (max-width: 600px) {
.multiple-location-detail {
	min-height: 914px;
	width: 100%;
	float: left;
	background: #eee url() center center !important;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px
}
	}
.multiple-location-detail h3.multiple-location-title {
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	padding: 50px 0 30px;
	margin: 0
}
.multiple-location-detail .col-sm-8 .multiple-location-map {
	height: 292px;
	width: 100%;
	margin: 0 0 38px
}
.multiple-location-detail #multiple-contact-part {
	background: #31a2e1;
	min-height: 457px
}
.multiple-location-detail-inner {
	min-height: 455px;
	float: left;
	width: 100%;
	background: rgba(0,0,0,0) linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -webkit-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -moz-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -o-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -ms-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%)
}
.multiple-location-detail-inner .container {
	background-color: #435061;
	
}
.multiple-locations {
	background: #435061;
	min-height: 457px;
	padding: 0 38px 0 43px;
	float: left
}
.multiple-address-area p span {
	font-weight: 700;
	color: #fff
}
.col-md-6.multiple-address-area {
	border-right: 1px solid #505d6f;
	margin: 48px 30px 0 0;
	padding-right: 0;
	width: 47%;
	word-wrap: break-word
}
.multiple-address-area p, .multiple-time-detail p, .multiple-contact-detail a {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #a5b4c7 !important; 
	line-height: 15px
}
.multiple-address-area p span {
	font-weight: 700;
	color: #fff
}
.multiple-address {
	padding-bottom: 29px
}
.multiple-time-detail h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 700;
	padding-bottom: 25px;
	margin: 0
}
.multiple-time-detail .multiple-schedule_visit {
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #ff551a;
	min-width: 197px;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.multiple-time-detail .multiple-schedule_visit:hover {
	background: #39a3de
}
.multiple-time-detail .multiple-schedule_visit a {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff !important;
	font-weight: 900;
	text-transform: uppercase;
	padding: 13px 37px 15px !important;
	float: left;
	text-decoration: none;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.col-lg-6.multiple-time-detail {
	padding-left: 21px
}
.col-md-4.multiple-time-detail {
	margin: 48px 0 0
}
.multiple-contact-agent {
	padding: 53px 22px
}
.multiple-contact-agent h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px;	
	margin: 0
}
.multiple-contact-agent img {
	width: 100%
}
.multiple-contact-agent h3.multiple-agent-name {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 10px;
	margin: 0
}
.multiple-contact-agent p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	line-height: 15px
}

.multiple-agent-row .glyphicon {
	margin-right: 5px
}
.multiple-agent-row .multiple-certified-agent {
	color: #c3eaff;
}
.multiple-agent-form {
	margin-top: 40px
}
.multiple-agent-form h3 {
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
	text-transform: uppercase;
}
.multiple-agent-form {
	margin-top: 40px
}
.multiple-agent-form input, textarea {
	width: 100%;
	background: #0e90d9;
	padding: 10px 20px 12px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #b1e2ff;
	border: #0e90d9 !important;
	margin-bottom: 10px;
	resize: none;
	line-height:normal !important;
}
.multiple-agent-form textarea {
	height: 95px
}
.multiple-agent-form .multiple-send-message {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 900;
	margin: 10px 0 0 !important;
	color: #0e90d9 !important;
	background: #fff !important;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.multiple-agent-form .multiple-send-message:hover {
	background: #435060 !important;
	color: #fff !important
}
.multiple-copyright-area .col-sm-12 {
	padding: 0 !important
}
p.multiple-copyright-text {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #e4e9ec;
	margin-top: 35px;
	
}
.multiple-agent-form input::-webkit-input-placeholder, .multiple-agent-form textarea::-webkit-input-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input:-moz-placeholder, .multiple-agent-form textarea:-moz-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input::-moz-placeholder, .multiple-agent-form textarea::-moz-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input:-ms-input-placeholder, .multiple-agent-form textarea:-ms-input-placeholder {
	color: #b1e2ff
}
.multiple-location-map {
	width: 100%;
	height: 290px
}
a.multiple-mail-link{
	color: #fff !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button, input[type=number]::-ms-inner-spin-button, input[type=number]::-ms-outer-spin-button, input[type=number]::-o-inner-spin-button, input[type=number]::-o-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}
.round-members-logo img,
#multiple-valuable-clients-img-area img{	
	vertical-align:middle;
}
@media screen and (max-width: 1197px) {
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 33px 15px !important;
	}
	.multiple-contact-agent {
		padding: 40px 38px
	}
}
@media screen and (max-width: 766px) {
	.col-md-6.multiple-address-area {
		border-right: none
	}
	.multiple-time-detail .multiple-schedule_visit {
		margin-bottom: 60px
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.multiple-time-detail .multiple-schedule_visit {
		min-width: 150px
	}
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 8px 15px;
	}
}
@media screen and (max-width: 639px) {
	.col-md-6.col-sm-6.col-xs-12.multiple-address-area {
		width: 100%
	}
}
@media screen and (max-width: 767px) {
	.multiple-locations {
		padding: 0 15px
	}
}
@media screen and (max-width: 991px) {
	.multiple-location-detail .col-sm-8 .multiple-location-map {
		height: auto
	}	
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 33px 15px
	}
}
/* Footer Area End Here */
.schedule_visit_btn, .schedule_visit_btn_header, .view_on_map_btn, .schedule_visit_href_btn {
	background: #ff551a none repeat scroll 0 0;
	color: #fff !important;
	float: right;
	height: 45px;
	line-height: 3.2;
	text-align: center;
	text-transform: uppercase;
	width: 165px;
	text-decoration: none;
	font-weight: 900;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.schedule_visit_btn:hover, .schedule_visit_btn_header:hover, .schedule_visit_btn:hover > a, .schedule_visit_btn_header:hover > a, a.schedule_visit_href_btn:hover {
	background: #39a3de
}
.schedule_visit_btn > a, .schedule_visit_btn_header > a {
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
	display: block;
	line-height: 3.2
}
/*
 * ------------------------------------------------------------------------------------------------
 * 4.0 Inner page header area
 * ------------------------------------------------------------------------------------------------
 */
.inner-page-header-area{
	float:left;
	width:100%;
	min-height:205px;
	position: relative;
	background-color:#4CBDFC;
	z-index: 0;
	text-align:center;
	overflow:hidden;
}

.inner-page-header-area > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width:100%;
    height:auto;
    min-height:100%;
    line-height:12;
    font-size:24px;
}
.inner-page-header-area .property_info_header{
	float:left;
	background:#31a2e1;
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	min-height:120px;
	width:auto;
	min-width:260px;
	text-align:left;
}

.inner-page-header-area .property_info_header h2{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px !important;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0;
}

.inner-page-header-area .property_info_header h5,
.inner-page-header-area .property_info_header h5 a{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-size:13px !important;
	color:#c2e9ff !important;
	text-transform: uppercase;
	line-height:2;
}

.inner-page-header-area .inner_slider_text{
	margin-top:80px;
	width:100%;
}
/*
 * ------------------------------------------------------------------------------------------------
 * 5.0 Amenities at villa (Services we are offring)
 * ------------------------------------------------------------------------------------------------
 */
#amenities-img{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 585px
}
#amenities-content {
	height:410px !important;
	width: 56%;
	padding: 70px 50px;
	background: #31a2e1;
	color: #fff;
	overflow:hidden;
	margin:0;
}



@media screen and (max-width: 600px) {
#amenities-content {
	height:450px !important;
	width: 56%;
	padding: 70px 50px;
	background: #31a2e1;
	color: #fff;
	overflow:hidden;
	margin:0;
}

}




