<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('font-awesome.min.css');
@import url('overlay.css');
@import url('lightslider.min.css');
 @import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&amp;family=Poppins:wght@200&amp;family=Prata&amp;display=swap');

@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i';
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700');
 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&amp;display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400; 700&amp;display=swap');
@font-face {
    font-family: 'weather';
    src: url('../fonts/artill_clean_icons-webfont.eot');
    src: url('../fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('../fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('../fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	.c18b_info
	{
		position: relative;
		padding: 0px 0px 0px 0px;
		width: 100%;
		min-height: 500px;
		margin: 0 auto 0 auto;
		text-align: left;
		border-top: 0px solid #000;
		border-bottom: 0px solid #000;
		
		color: #000;
		background-color: #FFF;	
		
		
		/*
		-webkit-box-shadow:0 0 18px #000; 
		-moz-box-shadow: 0 0 18px #000; 
		*/
		
		/*
		box-shadow:0 0 28px #CCC;
		*/
		
		
		transition: all .75s ease-in-out;		
		
		
	}
	.c18b_info_overlay
	{
		position: absolute;
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
		border: 5px solid #CCC;
		z-index: 1;
		background-color: rgba(0,0,0,0.0);
	}
	/*
	.c18b_info:hover
	{
		transform:scale(1.1);
	}
	*/
	
	.c18b_info_inner
	{
		position: relative;
		width: 50%;
		padding-top: 60px;
		float: left;
		
		z-index: 2;
	}
	
	.c18b_info_inner_pic
	{
		
		position: relative;
		min-height: 700px;
		margin: 40px 0px;
		width: 47%;
		float: left;
		
		background-image: url(../images/Elizabeth_and_Enzo-Anzellini.jpg);
		
		background-size:cover;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #000;
		/*min-height: 500px;*/
		
	
	}
	
	.c18b_info_inner_pic img
	{
		max-height: 100%;
		width: auto;
		right: 0;
	}
	
	.c18b_info_inner_data
	{
		font-size: 16px;
		font-family: "Montserrat", sans-serif;
		line-height: 30px;
		font-weight: 400;
		letter-spacing: 1px;
		padding:40px 80px 80px 80px;
		
	}
	
	.c18b_info_inner_data p
	{
		padding: 0px 0px;	
	}
	
   
	
	a.c18b_info_go 
   	{
	   	position: relative;
	   	width: 180px;
	   	
	   	font-family: "Montserrat", sans-serif;
	   	font-size:13px;
		font-weight: 500;
		text-transform: uppercase;
	   	color: #FFF;
		background-color:#000;
		border: 1px solid #000;
		
		padding: 12px 12px 12px 12px;
		margin-top: 20px;
		margin-right: 20px;
		display: inline-block;
		
		
		
		letter-spacing: 1px;
		text-decoration: none;		
		
		white-space: nowrap;
		text-align: center;
		line-height: 20px;
		
		transition: all .3s ease-in-out; 
	}
	
	a.c18b_info_go:hover
	{
		background-color:#FFF;
		color: #000;
		
		/*padding-left:0px;*/
	}
	
	.c18b_info_go_divider
	{
		position: relative;
		margin: 0 auto;
		margin-top: 5px;
		width: 30px;
		height: 2px;
		border-top: 2px solid #094ea7;
		transition: all .3s ease-in-out;
	}
	
	a.c18b_info_go:hover .c18b_info_go_divider
	{
		width:80%;
		border-top-color:rgba(0,191,255,1.0);
		border-top-color:#000;
	}	
		
	.c18b_title_main
	{
		position: relative;
		font-size: 3vw;  
		line-height: 85px;
		text-transform: uppercase;
		font-family: 'Poppins', sans-serif; 
		font-weight: 700;
		padding-top: 50px;
		width: 100%;
		
		display: inline-block;
		z-index: 3;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;

	
	}
	
	
	.c18b_title_sub
	{
		position: relative;
		font-size: 13px;  
		text-transform: uppercase;
		font-family: 'Karla', sans-serif; 
		font-weight: 400;
		letter-spacing: 3px;
		
		padding-left: 0px;
		width:100%;
		margin-top: 0px;
		
		display: inline-block;
	}


	.c18b_title_divider
	{
		position: relative;	
		width: 25%;
		display: inline-block;
		z-index: 3;
		border-top: 2px solid #ccc; 
		margin-top: 0px;
		top: 5px;
		height: 10px;
		
		transition: all .75s ease-in-out; 
		
		z-index: 1;
	}
	
	.c18b_info:hover .c18b_title_divider
	{
		width: 35%;
	}

	
	
	@media only screen and (max-width : 700px)
	{
	   	.c18b_info
	   	{
		   padding: 0px;
		   min-height:auto;
		}
		
		.c18b_info_inner
		{
			width: 100%;
			margin: 0 auto;
			
			display: inline-block;
			border: 0px solid #FFF;
			border-bottom: 0px solid #666666;
			padding-bottom: 0px;
			margin: 0px;
		}
		.c18b_info_inner_data
		{
			padding:40px 15px 40px 15px;
		}

		.c18b_info_inner_pic
		{
			width: 100%;
			display: inline-block;
			min-height: 250px;
			margin-left: 0px;
		}
.c18b_info_overlay {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 0px solid #CCC;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.0);
}
	.c18b_title_sub {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    letter-spacing: 3px;
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
    display: inline-block;
}	
		.c18b_info_inner_data p
		{
			padding: 0px 20px 20px 20px;
		}
	   	
	   	.c18b_title_main
		{
			padding-top: 0px;
			font-size: 3.2vh;
			line-height: 36px;
		}
		.c18b_hide_on_mobile
		{
			display: none;
		}
	}	
	




	
	@media only screen and (max-width : 700px)
	{
	   	.c18b_info
	   	{
		   padding: 0px;
		   min-height:auto;
		}
		
		.c18b_info_inner
		{
			width: 100%;
			margin: 0 auto;
			
			display: inline-block;
			border: 0px solid #FFF;
			border-bottom: 0px solid #666666;
			padding-bottom: 0px;
			margin: 0px;
padding-top: 0px;
		}
		.c18b_info_inner_data
		{
			padding:40px 15px 40px 15px;
		}

		.c18b_info_inner_pic
		{
			width: 100%;
			display: inline-block;
			min-height: 250px;
			margin-left: 0px;
		}
		
		.c18b_info_inner_data p
		{
			padding: 0px 20px 20px 20px;
		}
	   	
	   	.c18b_title_main
		{
			padding-top: 0px;
			font-size: 3.2vh;
			line-height: 36px;
		}
		.c18b_hide_on_mobile
		{
			display: none;
		}
	}	
	



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
transition: all ease-in-out 0.4s;
width: 96%;
margin-top: 184px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
text-align: left;
}

.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
line-height: 1px;
font-size: 14px;
text-align: left;
margin-bottom: 0;
color: #e1e1e1;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
color: #094ea7;
}



/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/

.section-bg {
  background-color: #eee;
}
.why-us .why-box {
  padding: 30px;
  background: #ce1212;
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: #ce1212;
  background: #fff;
}

.why-us .icon-box {
 text-align: center;
background: #fff;
padding: 40px 30px;
width: 100%;
height: 521px;
border: 1px solid rgba(55, 55, 63, 0.1);
transition: 0.3s;
}

.why-us .icon-box i {
color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
background: #ce1212;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
 font-size: 15px;
    color: #000;
    font-weight: 400;
}
@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}



.divider {
  display: inline-block;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 4px solid #094ea7;
}


.titleH {
  font-family: 'Poppins',sans-serif;
  font-size: 54px;
  line-height: 50px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.title-sub {
 font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 32px;
white-space: nowrap;
text-align: center;
color: #FFF;
text-shadow: 0px 1px 1px rgba(0,0,0,1.0);
text-transform: uppercase;
margin-top: 390px;
}

.font-news {
    font-size: 20px;
    color: #000;
}
.search-input2{
	float:right;	
}

.search-box-slim{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
	position: absolute;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    left: 50%;
    margin: -384px 0 0 -230px;
    padding: 10px;
    color: #fff;
    width: 560px;
}
.search-button-slim{
	font-size: 17px;
    text-transform: none;
    font-weight: 400;
    border-radius: 2px;
    border: none;
    transition: all ease-in-out 200ms;
	padding: 10px;
	background-color: rgba(248,167,49,0.75);
}
.realtor-text {
	     font-family: 'Montserrat', sans-serif;
padding: 0 20px 29px 30px;
line-height: 40px;
text-shadow: #000 2px 0px 2px;
font-size: 41px;
color: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
position: absolute;
z-index: 5;
margin-top: -170px;
letter-spacing: 1px;

}


.realtor1 {

 background: url(../images/Shelly-Ann-Welch-Realtor.png) no-repeat center center;
     height: 587px;
margin-top: -586px;
position: absolute;
right: 7%;
width: 472px;
z-index: 5;
   display:none;
}


*{
	outline: none !important;
}
body{
	font:300 14px;
    font-family: 'Montserrat', sans-serif;

}
body.ng-scope{
display:block;
}
a{
	color:#000;
	transition: all ease-in-out 200ms;
}
a:hover{
	color:#333;
	text-decoration: none;
	outline: none;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open&gt;.dropdown-toggle.btn-success.focus, .open&gt;.dropdown-toggle.btn-success:focus, .open&gt;.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #084c8a;
    border-color: #00396d;
}
.btn{
	font-size:20px;

	font-weight:300;
	border-radius:2px;
	border:none;
	transition: all ease-in-out 200ms;
}
.btn-success{
	background:#094ea7;
}
.btn-success:hover{
	background:#000;
}
.btn-active{
	background:#000 !important;
	color: #fff !important;
}

.btn-default{
	background:#c7c7c7;
}
.btn-default:hover{
	background:#919191;
}
.btn-border{
	border:1px solid #000;
}
.btn-border:hover{
	border:1px solid #000;
	background:#000;
	color:#fff;
}
[ng-cloak].loader-overlay
{
    display: block !important;
}
[ng-cloak].wrapper
{
    display: none !important;
}
[ng-cloak].table-wrap
{
    display: none !important;
}

.site-header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	z-index: 99;
}
.site-header .header-top{
	height: 50px;
	background: #000;
	color: #b2b2b2;
}
.site-header .header-bottom{
	background: #fff;
	padding: 20px 0;
	transition: all ease-in-out 200ms;
}
.site-header .header-bottom .container{
	position: relative;
}
.site-header .navbar-brand{
	/*background: #71b100;*/
	width: 200px;
	height: 200px;
	position: absolute;
	top: -70px;
	left: 15px;
	text-align: center;
	padding: 0;
}
.site-header.fix-head .navbar-brand{
	width: 122px;
	height: 122px;
}
.site-header .navbar-brand &gt; span{
	display: table;
	width: 100%;
	height: 100%;
}
.site-header .navbar-brand &gt; span &gt; span{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.site-header .navbar-brand img{
	max-width: 100%;
}
.site-header .navbar-nav &gt; li &gt; a {
    background: none !important;
    color: #000;
    padding: 15px 8px;
    float: left;
    font-weight: 700;
}
.site-header .navbar-nav &gt; li .fa-angle-down {
	margin-top: 18px;
}
.site-header .navbar-nav &gt; li &gt; a:hover,
.site-header .navbar-nav &gt; li.active &gt; a{
	color: #000;
}
.navbar-nav &gt; li.dropdown.open{
	background:#000;
}
.navbar-nav &gt; li.dropdown.open  a{
	color:#fff;
}
.navbar-nav &gt; li &gt; .dropdown-menu{
	background:#000;
        max-height:242px;
}
.navbar-nav &gt; li &gt; .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu li a{
	color:#fff;
}
.navbar-nav &gt; li &gt; .dropdown-menu li a:focus, .navbar-nav &gt; li &gt; .dropdown-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.not-show-under-1024{
	opacity:0; 
	position:absolute;
}
.site-header.fix-head{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.site-header.fix-head .header-bottom{
	padding:0;
}
.site-header .header-lan{
	height: 24px;
	float: left;
	margin: 20px 0 0 215px;
}
.site-header .header-lan .map-icons{
    display: block;
    float: left;
    white-space: nowrap;
}
.site-header .header-lan .map-icons a{
    display: inline-block;
}
.site-header .header-lan img{
	 display:block;
	 margin:auto;
}
.site-header .header-social{
	float: left;
	font-size: 18px;
	margin: 12px 0 0 30px;
}
.site-header .header-social ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-header .header-social ul li{
	float: left;
	margin-right: 10px;
}
.site-header .header-social ul li a{
	color:#92ccfe;
}
.site-header .header-social ul li a:hover{
	color:#000;
}
.site-header .header-actions{
	float: right;
}
.site-header .header-actions ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header .header-actions ul li{
	float: left;
	margin-left: 25px;
}
.site-header .header-actions ul li:first-child{
	margin-left:0;
}
.site-header .header-actions ul li a,
.site-header .header-actions ul li .search-link{
	color: #92ccfe;
	line-height: 50px;
	display: block;
	text-decoration: none !important;
	background:none;
	border:none;
}
.site-header .header-actions ul li a:hover,
.site-header .header-actions ul li .search-link:hover{
	color:#fff;
}
.site-header .header-actions ul li a .fa{
	font-size: 18px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}


.flexslider-container .flexslider{
	position:relative;
}
.flexslider-container .flexslider:after{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/banner-overlay.png) repeat-x left top;
	content: "";
	z-index: 5;
}
.flexslider .slides{
	margin: 0;
	padding: 0;
	list-style: none;;
}
.flexslider .slides:before,
.flexslider .slides:after{
	display: table;
  	content: "";
}
.flexslider .slides:after{
	clear: both;
}

.flexslider .slides &gt; li{
	height: 860px;
	position: relative;
}
.flexslider .slides .slider-item{
	position: absolute;;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.flexslider .flex-control-nav{
	display: none;
	visibility: hidden;
}
.flexslider .flex-direction-nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
display: none;
	z-index: 7;
	list-style: none;
	padding: 0;
	margin:0;
	text-align: center;
}
.flexslider .flex-direction-nav li{
	display: inline-block;
	margin:0 2px;
display: none;
}
.flexslider .flex-direction-nav li a{
	width: 40px;
display: none;
	height: 40px;
	display: block;
	background: #000;
	text-indent:-9999px;
	position:relative;
}
.flexslider .flex-direction-nav li a:before{
	font-family:'FontAwesome';
	content:"";
	color:#fff;
	font-size:30px;
	position:absolute;
	left:0;
	top:1px;
	text-indent:0;
}
.flexslider .flex-direction-nav li a.flex-prev:before{
	content:"\f104";
	left:13px;
}
.flexslider .flex-direction-nav li a.flex-next:before{
	content:"\f105";
	left:15px;
}
.flexslider .flex-direction-nav li a:hover{
	background:#20272b;
}


.content-area{
	padding:30px 0;
}
.content-area.white-bg{
	background-color:#fff;
}
.content-area .heading-sec{
	margin-bottom:30px;
}
.content-area .heading-sec h3{
	display:inline-block;
	padding-bottom:20px;
	margin:0;
    font-family: 'Playfair Display', serif;
	text-transform:uppercase;
	position:relative;
}
.content-area .heading-sec h3:after{
	position:absolute;
	width:90px;
	height:1px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	content:"";
}
.content-area.white-bg .heading-sec h3{
	color:#000;
}
.content-area.white-bg .heading-sec h3:after{
	background:#000;
}
.content-area.dark-bg .heading-sec h3{
	color:#fff;
}
.content-area.dark-bg .heading-sec h3:after{
	background:#909395;
}
.project-listing{
	margin-left:5%;
	margin-right:5%;
	margin-top:50px;
}
.project-listing ul{
	margin:0;
	padding:0;
	list-style:none;
}
.project-listing ul li{
	width:24.6%;
	height:300px;
	margin:.2%;
	float:left;
	position:relative;
}

.project-block{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	overflow:hidden;
}
.project-block .project-thumb{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	transition:all ease-in-out 200ms;
}
.project-block:hover .project-thumb{
	transform:scale(1.1,1.1);
}
.project-block .project-info{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	padding:15px;
	background:rgba(0, 0, 0,0.7);
}
.result-blocks .project-block .project-info{
	background:rgba(4, 0, 0,0.7);
}
.project-block .project-info .prop-title{
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.project-block .project-info .prop-title a{
	color:#e1e1e1;
	text-decoration:none !important;
}
.project-block .project-info .prop-title a:hover{
	color:#fff;
}

.skyline-bg{
	background:url(../images/skyline-bg.jpg) no-repeat center center fixed;
	background-size:cover;
}
.neighborhood-blocks .nav{
	margin-bottom:30px;
}
.neighborhood-blocks .nav &gt; li{
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
}
.neighborhood-blocks .nav &gt; li &gt; a{
	border:1px solid #000;
	padding:5px 15px;
}
.neighborhood-blocks .nav &gt; li.active &gt; a{
	background:#000;
	color:#fff;
}
.neighborhood-block{
	height:330px;
	position:relative;
	margin-bottom:30px;
}
.featured-neighborhoods .btn-border{
	font-size:14px;
	font-weight:500;
}
.featured-neighborhoods .btn-border .fa{
	font-size:17px;
	margin-left:5px;
}
.project-block .project-info .prop-title.light{
    font-size: 17px;
    font-weight: 300;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.project-block .project-info .prop-title.light a{
	color:#fff;
	text-decoration:none !important;
}
.project-block .project-info .prop-title.light a:hover{
	color:#094ea7;
}
.project-block .project-info .prop-tags{
	list-style:none;
	margin:10px 0 0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
}
.project-block .project-info .prop-tags li{
	display:inline-block;
color: #fff;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #fff;
	height:11px;
	line-height:11px;
}
.project-block .project-info .prop-tags li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

.left-tab-panel{
	border-bottom:1px solid #c7c7c7;
}
.left-tab-panel .tab-bg{
	width:645px;
	min-height:700px;
	background:url(../images/tab-bg.jpg) no-repeat left center;
	background-size:cover;
	float:left;
}
.left-tab-panel .nav &gt; li{
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:2px;
}
.left-tab-panel .nav &gt; li &gt; a{
	color:#fff !important;
	display:inline-block;
	padding:10px 30px;
	background:none !important;
}
.left-tab-panel .nav &gt; li.active &gt; a{
	color:#000 !important;
	background:#fff !important;
}
.left-tab-panel .tab-content{
	padding:60px 30px 100px;
	overflow:hidden;
	position:relative;
}
.left-tab-panel .tab-content .btn-holder{
	position:absolute;
	left:30px;
	right:30px;
	bottom:30px;
	text-align:center;
}
.left-tab-panel .tab-content .btn-holder .btn{
	font-size:14px;
	padding:10px 20px;
	font-weight:500;
}

.project-slider{
	padding-bottom:80px;
}
.project-slider .slider-single{
	height:430px;
}
.project-slider .swiper-button-next,
.project-slider .swiper-button-prev{
	top:auto;
	bottom:10px;
	background-color:#000;
	width:40px;
	height:40px;
	background-size:12px auto;
	transition:all ease-in-out 200ms;
}
.project-slider .swiper-button-next:not(.swiper-button-disabled):hover,
.project-slider .swiper-button-prev:not(.swiper-button-disabled):hover{
	background-color:#333;
}
.project-slider .swiper-button-next{
	left:50%;
	margin-left:10px;
}
.project-slider .swiper-button-prev{
	left:50%;
	margin-left:-40px;
}
.form-group{
	margin-bottom:20px;
}
.control-label{
	font-weight:400;
}
.form-control{
	border:1px solid #c7c7c7;
	border-radius:2px;
	min-height:42px;
	box-shadow:none;
}
.custom-select{
	position:relative;
	background:#fff;
	border-radius:6px;
}
.custom-select select{
	position:relative;
	z-index:2;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background:none;
   padding-right:30px;
   /*color:rgba(0,0,0,0);
   text-shadow:0 0 0 #4a4a4a;*/
}
.custom-select:after{
	width:15px;
	height:8px;
	background:url(../images/select-arrow.png) no-repeat;
	background-size:15px 8px;
	position:absolute;
	right:15px;
	top:18px;
	z-index:1;
	content:"";
}
.check-icon label{
	margin:0;
	display:inline-block;
}
.check-icon label input[type=checkbox]{
	display:none;
}
.check-icon label input[type=checkbox] + span{
	display:block;
	float:left;
	width:68px;
	height:42px;
	margin-right:4px;
	background-color:#f7f7f7;
	border:1px solid #c7c7c7;
	border-radius:2px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-weight:300;
	color:#a6a6a6;
	transition:border-color ease-in-out 200ms;
}
.check-icon label input[type=checkbox] + span:not(.num-label){
	cursor:pointer;
	background-image:url(../images/check-icons.png);
	background-repeat:no-repeat;
}
.check-icon label input[type=checkbox] + span:not(.num-label):hover{
	border-color:#7c7c7c;
}
.check-icon label input[type=checkbox]:checked + span:not(.num-label){
	border:2px solid #000;
}
.check-icon label input[type=checkbox] + span.bed-label{
	background-position:center 9px;
}
.check-icon label input[type=checkbox]:checked + span.bed-label{
	background-position:center -45px;
}
.check-icon label input[type=checkbox] + span.bath-label{
	background-position:center -97px;
}
.check-icon label input[type=checkbox]:checked + span.bath-label{
	background-position:center -151px;
}

.news-area{
	background:#20272b;
}
.news-blocks .news-block{
	background:#fff;
	padding:20px 30px;
}
.news-blocks .news-block .news-title{
	text-transform:uppercase;
	margin-bottom:15px;
	line-height:24px;
}
.news-blocks .news-block .news-title a{
	color:#000;
}
.news-blocks .news-block .news-date{
	color:#627681;
	font-size:14px;
}


.site-footer .footer-top{
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:50px 0;
}
.site-footer .broker-block .broker-thumb{
	height: 250px;
width: 250px;
float: left;
margin-right: 20px;
border: 2px solid #fff;
box-shadow: 0 0 2px rgba(0,0,0,0.4);
border-radius: 50%;

}
.site-footer .broker-block .broker-info{
	overflow:hidden;
	padding-right:50px;
}
.site-footer .broker-block .broker-info .name{
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:2px;
}
.site-footer .broker-block .broker-info .info{
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	color:#b3b3b3;
}
.site-footer .social-icons h3{
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 15px;
	font-weight:400;
}
.site-footer .social-icons ul{
	margin:0;
	padding:0;
	list-style:none;
}
.site-footer .social-icons ul li{
	float:left;
	margin-right:5px;
}
.site-footer .social-icons ul li a{
	display:block;
	width:30px;
	height:30px;
	color:#fff;
	background:#ccc;
	text-align:center;
	line-height:30px;
	font-size:17px;
}
.site-footer .social-icons ul li a:hover{
	opacity:0.8;
}
.site-footer .social-icons ul li a.facebook{
	background:#204385;
}
.site-footer .social-icons ul li a.twitter{
	background:#2aa9e0;
}
.site-footer .social-icons ul li a.linkedin{
	background:#02669a;
}
.site-footer .social-icons ul li a.google-plus{
	background:#d3492c;
}
.site-footer .social-icons ul li a.youtube_url {
    background: #e62117;
}
.site-footer .sponsor-logos .logo-block{
	margin-bottom:15px;
}
.site-footer .sponsor-logos .logo-block:last-child{
	margin-bottom:0;
}
.site-footer .sponsor-logos .logo-block img{
	max-width:100%;
}

.site-footer .footer-middle{
	padding:40px 0;
}
.site-footer .logo-chain ul{
	margin:0;
	padding:0;
	list-style:none;
}
.site-footer .logo-chain ul li{
	display:inline-block;
	margin:0 25px;
}
.site-footer .footer-bottom{
	font-size:13px;
	background:#20272b;
	color:#fff;
	padding:50px 0;
}
.site-footer .footer-bottom a{
	
	color:#000;
	
}
.site-footer .footer-link ul{
	list-style:none;
	margin:0 0 10px;
	padding:0;
}
.site-footer .footer-link ul li{
	display:inline-block;
	height:12px;
	line-height:12px;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #fff;
}
.site-footer .footer-link ul li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.site-footer .footer-link ul li a{
	color:#fff;
}
.site-footer .copyright-info{
	margin-top:30px;
	line-height:25px;
}
.site-footer .copyright-info p{
	margin:0;
}


.quick-contact-box{
	position:fixed;
	right:10%;
	bottom:-70px;
	width:330px;
	background:#094ea7;
	color:#fff;
	border-radius:3px 3px 0 0;
	z-index:99;
	transition:all ease-in-out 400ms;
}
.quick-contact-box.anim-up{
	bottom:0;
}
.quick-contact-box .box-handel{
	font-size:18px;
	text-transform:uppercase;
	padding:15px;
	position:relative;
	cursor:pointer;
}
.quick-contact-box .box-handel:after{
	font-family:'FontAwesome';
	content:"\f106";
	position:absolute;
	right:15px;
	top:16px;
}

.quick-contact-box a{
	
color:#a9b5c4;
	}
.quick-contact-box .box-form{
	display:none;
}
.quick-contact-box .box-form .form-horizontal{
	border-top:1px solid #92ccfe;
	margin:0 15px 15px;
	padding-top:15px;
}
.quick-contact-box .box-form .control-label{
	font-weight:300;
	text-align:left;
	font-size:14px;
}
.quick-contact-box .box-form .form-control{
	min-height:34px;
	background:none;
	border:1px solid #92ccfe;
	box-shadow:none;
	color:#fff;
}
.quick-contact-box .box-form .form-control:focus{
	border-color:#fff;
}
.quick-contact-box .box-form .btn{
	background:none;
	border:1px solid #92ccfe;
	font-size:15px;
	text-transform:uppercase;
}
.quick-contact-box .box-form .btn:hover{
	background:#fff;
	border-color:#fff;
	color:#000;
}
.required{
	color:#f00;
}

/* Inner Page */

.page-breadcrumb{
	background-image:url(../images/about-bg3.png);
	    border-bottom: 1px solid #ededed;
    background-repeat: no-repeat;
    object-fit: cover;
    max-width: inherit;
    width: 100%;
    background-position: center;
}
.page-breadcrumb .page-title{
	font-weight:300;
    display: none;
background-position: center;
	text-transform:uppercase;
	padding:25px 0 15px;
	margin:0;
color:#fff;
	text-align:center;
}
.page-breadcrumb .bread-btns{
	padding:19px 0 10px;
}
.page-breadcrumb .bread-btns .btn{
	font-size:16px;
}
hr{
	border-color:#e9e9e9;
	margin-top:30px;
	margin-bottom:30px;
}
.home-finder-form .sub-heading{
	font-weight:300;
	margin:30px 0;
}
.custom-checkbox label{
	display:block;
	font-weight:300;
	position:relative;
	margin:0;
	line-height:20px;
	padding-left:30px;
	cursor:pointer;
}
.custom-checkbox input[type=checkbox]{
	display:none;
}
.custom-checkbox label:before{
	width:20px;
	height:20px;
	border:1px solid #c7c7c7;
	position:absolute;
	left:0;
	top:5px;
	content:"";
}
.custom-checkbox label:hover:before{
	border-color:#a6a6a6;
}
.custom-checkbox input[type=checkbox]:checked + label:before{
	background:url(../images/check-icon.png) no-repeat center center #000;
	background-size:14px auto;
	border-color:#000;
}
.agent-panel{
	min-height: 640px;
	position:relative;
}
.search-loader{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(255,255,255,0.8) url(../images/loader-32-32.gif) no-repeat center center;
	z-index:5;
}
.search-top{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #c7c7c7;
}
.search-tags{
	font-size:14px;
	margin-top:20px;
}
.search-tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.search-tags ul li{
	display:inline-block;
	margin:0 5px 9px 0;
	padding:5px 30px 5px 10px;
	border:1px solid #000;
	border-radius:2px;
	position:relative;
	color:#fff;
	background:#000;
	font-weight:400;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.search-tags ul li strong{
	color:#fff;
}
.search-tags .close-tag{
	position:absolute;
	right:10px;
	top:5px;
	font-weight:500;
	text-decoration:none !important;
	color:#fff;
}
.search-tags .close-tag:hover{
	color:#fff;
}
.search-top .search-buttons .btn{
	font-size:14px;
}
.search-top .search-buttons .btn .fa{
	margin-right:5px;
}
.search-top .toggle-search{
	margin-top:30px;
	background:#f2f2f2;
	padding:20px;
}
.search-top .check-icon label input[type="checkbox"] + span{
	width:65px;
}
.search-top .mid-row{
	padding-top: 20px;
	border-top: 1px solid #dedede;
}
.search-top .prop-lists{
	min-height:100px;
	max-height:100px;
	overflow-x:hidden;
	overflow-y:auto;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.search-top .prop-lists a{
	display:block;
	padding:2px 10px;
	color:#000;
	text-decoration:none !important;
}
.search-top .prop-lists a span{
	color:#000;
	font-style:italic;
}
.search-top .prop-lists a:hover{
	background:#f2f2f2;
}
.search-top .more-choise ul{
	padding:0;
	margin:0;
	list-style:none;
}
.search-top .more-choise ul li{
	padding:2px 0;
	font-size:13px;
}
.search-top .more-choise ul li a{
	color: #000;
}
.search-top .more-choise ul li a.active{
	font-weight: 500;
    color: #000;
}
.home-banner-container{
	position:relative;
    background: rgba(0, 0, 0, 0.84);
}
#weather {
  width: 235px;
  text-transform: uppercase;
  position:absolute;
  top:200px;
  z-index:9;
  background:rgba(0,0,0,0.65);
  left:50%;
  margin-left:-588px;
  color: #fff;
  font-size:14px;
  font-weight:500;
}

#weather i{
  font-family: weather;
  font-size: 100px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
	background:rgba(0,0,0,0.55);
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	margin:0;
	border-bottom:1px solid #454443;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
#weather ul{
	margin: 0;
	padding: 20px;
	list-style:none;
}
#weather li{
	padding:10px 0;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
#weather li:last-child{
	border-bottom:none;
}
#weather li label{
	display:block;
	color:#000;
	margin:0 0 3px;
}
#weather .w-error{
	padding: 10px;
	margin: 0;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	position:relative;
	padding-top:40px;
}
#weather .w-error:before{
	font-family:'FontAwesome';
	content:"\f071";
	position:absolute;
	left:0;
	right:0;
	top:12px;
	text-align:center;
	font-size:20px;
	color:#ec8d12;
}

.about-cont .author-thumb{
	width: 400px;
height: 400px;
border: 0px solid #edeeee;
float: left;
margin: 0 40px 50px 0;
}
.about-cont p:first-of-type:first-letter{
	font-size:25px;
	color:#000;
}

.contact-cont .author-thumb{
	height:430px;
	border:15px solid #edeeee;
	margin-bottom:15px;
}
.contact-info h4,
.contact-form h4{
	font-size:24px;
	margin:0 0 20px;
}
.contact-info .dl-horizontal dt{
	text-align:left;
	width:80px;
	text-transform:uppercase;
}
.dl-horizontal dd{
	margin-left:80px;
	margin-bottom:5px;
}


.dev-blocks .dev-block{
	margin-bottom:30px;
	background:#20272b;
}
.dev-block .dev-project-thumb{
	height:250px;
}
.dev-block .dev-project-details{
	color:#000;
	padding:20px;
}
.dev-block .dev-project-details h4{
	font-size:20px;
	font-weight:300;
	margin:0 0 20px;
text-transform: uppercase;
color:#fff;
}
.dev-block .dev-project-details h4 a{
	color:#fff;
	text-decoration:none;
}
.dev-block .dev-project-details h4 a:hover{
	color:#000;
}
.dev-block .dev-project-details .dev-info{
	margin:0;
	padding:0;
	list-style:none;
}
.dev-block .dev-project-details .dev-info li{
	margin:5px 0;
	position:relative;
	padding:2px 2px 2px 15px;
}
.dev-block .dev-project-details .dev-info li:before{
	font-family:'FontAwesome';
	content:"\f105";
	position:absolute;
	left:0;
	top:3px;
}
.advanced-filter{
	margin:40px 0;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}
.advanced-filter .heading-cont{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}
.advanced-filter .heading-cont h3{
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
	margin:0;
}
.advanced-filter .heading-cont .toggle-filter{
	position:absolute;
	right:0;
	top:0;
	color:#848484;
}
.advanced-filter h4{
	font-weight:400;
	font-size:18px;
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #c7c7c7;
}
.advanced-filter ul{
	margin:0;
	padding:0;
	list-style:none;
}
.advanced-filter ul li{
	padding:5px 0;
}
.advanced-filter ul li a{
	color:#20272b;
	text-decoration:none !important;
}
.advanced-filter ul li a:hover{
	color:#000;
}
.advanced-filter ul li a.active{
	font-weight:500;
	color:#000;
}

.filter-col{
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.search-result-listing .result-heading{
	border-bottom:1px solid #c7c7c7;
	padding:20px 0;
	margin-bottom:25px;
}
.search-result-listing .result-heading h3{
	font-weight:400;
	font-size:24px;
	letter-spacing:2px;
	margin:9px 0 0;
	text-transform:uppercase;
}
.search-result-listing .result-heading .btn{
	font-size:14px;
	min-height:42px;
	vertical-align:top;
}
.search-result-listing .result-heading .custom-select{
	display:inline-block;
	vertical-align:top;
}
.result-blocks .result-block{
	height:320px;
	position:relative;
	margin-bottom:30px;
}
.result-block .project-block .project-info{
	color:#fff;
}
.result-block .project-block .project-info .prop-title{
	text-align:left;
	margin-bottom:10px;
}
.result-block .project-block .project-info .prop-title a{
	color:#fff;
}
.result-block .project-block .project-info .prop-address,
.result-block .project-block .project-info .prop-no{
	margin:0;
	font-size:13px;
	font-weight:500;
}
.result-block .project-block .project-info .prop-price{
	margin-top:10px;
}
.result-block .project-block .project-info .prop-price .price{
	font-size:24px;
	font-weight:500;
	float:left;
	margin-right:10px;
}
.result-block .project-block .project-info .prop-tags{
	float:left;
	color:#fff;
}
.result-block .project-block .project-info .sale-tag{
	font-size:13px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	right:15px;
	top:17px;
}
.result-block .project-block .like-icon{
	position:absolute;
	top:10px;
	right:15px;
	font-size:24px;
	cursor:pointer;
	z-index:9;
}
.agent-panel .map-prop-cont{
  position: relative;
  overflow: hidden;
}
.agent-panel .map-prop-cont &gt; div{
  /*position: static !important;*/
}
.agent-panel .property-map{
  width: 50%;
  float: right;
  padding-left: 15px;
}
.agent-panel .map-prop-listing{
  float: left;
  width: 50%;
  padding-right: 15px;
}
.agent-prop-listing{
	/*height:580px;*/
	position:relative;
	padding-bottom:50px;
}
.agent-prop-listing .pagination{
	position:absolute;
	height:50px;
	left:0;
	right:0;
	bottom:0;
	background:#e4e4e4;
	margin:0;
	padding:10px 15px;
	border-radius:0;
}
.agent-prop-listing .pagination &gt; li{
	margin:0 2px;
	float:left;
}
.agent-prop-listing .pagination a,
.agent-prop-listing .pagination span{
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	min-width: 30px;
	height: 30px;
	text-align: center;
	line-height: 18px;
	border-radius: 3px;
	font-size: 12px;
	text-decoration:none;
	background:none;
}
.agent-prop-listing .pagination a:hover{
	background:#fff;
	color:#000;
}
.agent-prop-listing .pagination &gt; li.active a{
	background:#000;
	color:#fff;
	border-color:#000;
}
.agent-prop-listing &gt; ul{
	padding:0;
	margin:0;
	list-style:none;
	/*max-height: 530px;
	overflow-x: auto;*/
}
.agent-prop-listing &gt; ul &gt; li{
	border-bottom:1px solid #c7c7c7;
	padding:10px;
}
.agent-prop-listing &gt; ul &gt; li:nth-child(even){
	background:#f2f2f2;
}
.agent-prop-block .thumb-container{
	width:170px;
	height:140px;
	float:left;
	margin-right:15px;
	overflow:hidden;
	position:relative;
}
.agent-prop-block .virtual-tour{
	position:absolute;
	left:0;
	right:0;
	bottom:-30px;
	font-size:12px;
	color:#fff;
	text-decoration:none !important;
	font-weight:500;
	text-align:center;
	padding:6px;
	background:rgba(0,0,0,0.6);
	transition:all ease-in-out 200ms;
}
.agent-prop-block .virtual-tour:hover{
	color:#000;
	background:rgba(0,0,0,0.8);
}
.agent-prop-block:hover .virtual-tour{
	bottom:0;
}
.agent-prop-block .thumb-container .thumb{
	width:100%;
	height:140px;
}
.agent-prop-block .project-info{
	font-size:14px;
}
.agent-prop-block .project-info .prop-title{
	margin:0 0 10px;
}
.agent-prop-block .project-info .prop-address,
.agent-prop-block .project-info .prop-no{
	margin:0;
}
.agent-prop-block .project-info .prop-price{
	margin-top:10px;
}

.agent-prop-block .project-info .prop-price .price{
	font-size:24px;
	color:#000;
	font-weight:500;
}
.agent-prop-block .project-info .prop-tags{
	list-style:none;
	margin:3px 0 0;
	padding:0;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
}
.agent-prop-block .project-info .prop-tags li{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #ccc;
	height:11px;
	line-height:11px;
}
.agent-prop-block .project-info .prop-tags li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.agent-panel .agent-header{
	background:#e4e4e4;
	padding:10px;
	font-size:14px;
}
.agent-panel .agent-header .show-result{
	float:left;
	margin-top:12px;
}
.agent-panel .agent-header .sorting{
	float:right;
}
.agent-panel .agent-header .sorting .custom-select{
	display:inline-block;
}
.detail-top-sec{
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid #e9e9e9;
}
.details-cont .price-row{
	margin-bottom:15px;
}
.details-cont .price-row .price{
	font-size:30px;
	font-weight:700;
}
.details-cont .price-row .sale-tag{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	padding:0 10px;
}
.details-cont .prop-title{
	margin:15px 0;
}
.details-cont .prop-title h1, .details-cont .prop-title h2{
	font-size:24px;
	font-weight:300;
	margin:0;
}
.details-cont .prop-address{
	margin:15px 0;
	color:#7a7a7a;
	font-size:16px;
}
.details-cont .prop-address p{
	margin:0;
}
.details-cont .virtual-tour{
	margin:15px 0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
}
.details-cont .prop-info{
	margin:15px 0;
	color:#7a7a7a;
	font-size:16px;
}
.details-cont .prop-info p{
	margin:0;
}
.details-cont .prop-tags{
	margin:15px 0;
}
.details-cont .prop-tags ul{
	margin:0;
	padding:0;
	list-style:none;
}
.details-cont .prop-tags ul li{
	display:inline-block;
	border:1px solid #cacaca;
	border-radius:2px;
	font-size:12px;
	text-transform:uppercase;
	padding:10px;
	text-align:center;
}
.details-cont .prop-tags ul li span{
	font-size:20px;
	font-weight:700;
	color:#000;
	display:block;
}
.details-cont .call-info{
	margin:15px 0;
	font-size:20px;
	text-transform:uppercase;
}
.details-cont .prop-action{
	margin-top:15px;
}
.details-cont .prop-action .btn{
	font-size:15px;
	font-weight:400;
}
.property-details h3{
	/*margin:0 0 20px;*/
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
}
.property-details .dl-horizontal{
	margin-top:30px;
}
.property-details .dl-horizontal dt{
	width:220px;
	text-align:left;
}
.property-details .dl-horizontal dd{
	margin-left:240px;
	margin-bottom:14px;
}
.property-sidebar .contact-box{
	background:url(../images/tab-bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding:20px;
}
.property-sidebar .contact-box{
	margin-bottom:30px;
	color:#fff;
}
.property-sidebar .contact-box h4{
	font-size:16px;
	margin:0 0 20px;
	text-transform:uppercase;
}
.property-sidebar .contact-box .form-control{
	min-height:40px;
	background:none;
	border:1px solid rgba(255, 255, 255, 0.4);
	box-shadow:none;
	color:#fff;
}
.property-sidebar .contact-box .form-control:focus{
	border-color:#fff;
}
.property-sidebar .contact-box .btn{
	background:none;
	border:1px solid #71b8f9;
	font-size:15px;
	font-weight:400;
	padding:10px;
	text-transform:uppercase;
}
.property-sidebar .contact-box .btn:hover{
	background:#fff;
	border-color:#fff;
	color:#000;
}
.detail-mid-sec{
    padding-bottom: 50px;
    margin-bottom: 50px;
    /*border-bottom: 1px solid #e9e9e9;*/
}
.detail-bottom-sec .prop-desc h3{
	margin-bottom:20px;
}
.detail-bottom-sec .prop-desc p{
	margin-top: 30px;
    font-size: 16px;
}
.bottom-gap{
	margin-bottom: 20px;
}
.detail-mid-sec.document {
    padding-bottom: 30px;
    margin-bottom: 30px;    
    display: table;
}
span.spanclass {
    margin: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48%;
    box-shadow: none !important;
}
.btn-customdownload:hover {
	color: #000 !important;
}
.newclass {
    
}

/* RATING */

.rating{
	margin:5px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.rating li{
	display:inline-block;
	margin-right:4px;
}
.rating li span{
	display:block;
	float:left;
	width:68px;
	height:42px;
	background-color:#f7f7f7;
	border:1px solid #c7c7c7;
	border-radius:2px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-weight:300;
	color:#a6a6a6;
	cursor:pointer;
	background-image:url(../images/check-icons.png);
	background-repeat:no-repeat;
	transition:border-color ease-in-out 200ms;
}
.rating li span:hover{
	border-color:#7c7c7c;
}
.rating li.filled span{
	border:2px solid #000;
}
.rating li span.bed-label{
	background-position:center 9px;
}
.rating li.filled span.bed-label{
	background-position:center -45px;
}
.rating li span.bath-label{
	background-position:center -97px;
}
.rating li.filled span.bath-label{
	background-position:center -151px;
}
.rating li span.zero-label{
	background-image: none !important;
}
.search-map{
	width: 100%;
	height: 485px;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover{
	background-color: #000;
	border-color: #000;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span{
	color:#000;
}
.modal .btn{
	font-size:14px;
}
.sidebar-map{
	height: 300px;
}
/* Gallery */

.lSSlideOuter{
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	position:relative;
	z-index:1;
}
.lSSlideOuter .lSSlideWrapper{
	border:1px solid #e1e1e1;
}
.lightSlider &gt; li{
	height:450px;
}
.lSSlideOuter .lSGallery{
	position:absolute;
	bottom:20px;
	z-index:99;
}
.lSSlideOuter .lSPager.lSGallery li{
	transition:all ease-in-out 300ms;
	opacity:0.7;
}
.lSSlideOuter:hover .lSPager.lSGallery li{
	opacity:1;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover{
	border-radius:0;
}
.lSSlideOuter .lSPager.lSGallery li a{
	display:block;
	border:4px solid rgba(0,0,0,0.3);
	transition:all ease-in-out 200ms;
}
.lSSlideOuter .lSPager.lSGallery li:hover a{
	border-color:rgba(0,0,0,0.6);
}
.lSSlideOuter .lSPager.lSGallery li.active a{
	border-color:#000;
}
.lSAction &gt; a{
	background:#000 !important;
	margin-top:-60px;
	opacity:1;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:30px;
}
.lSAction &gt; a.lSPrev{
	left:0;
}
.lSAction &gt; a.lSNext{
	right:0;
}
.lSAction &gt; a:hover{
	background:#626262 !important;
}
.q-search-panel a{
	color:#000;
}
.search-result-listing{
	position:relative;
	min-height:450px;
}
.modal-body{
	position:relative;
	min-height:70px;
}
.custom-select .chosen-container{
	display: block;
	width: 100% !important;
}
.custom-select .chosen-container .search-field input[type=text]{
	width: 100% !important;
}
#image-gallery.lightSlider{
  margin: 0 !important;
}
.custom_class{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24.9%;
}
.dev-blocks .custom_class .dev-block{
background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 8px 6px -6px #20272b;
}
.roweq_height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dev-block .dev-project-details .dev-info li a:hover{
  color: #e1e1e1;
  text-decoration: none;
}
.dev-block .dev-project-details .dev-info li:before{
  color: #e1e1e1;
}
.dev-block .dev-project-details .dev-info li{
  padding-left: 10px;
}
.dev-block .dev-project-details h4 a{
  text-transform: uppercase;
}
.dev-block .dev-project-details h4{
  margin-bottom: 15px;
}
.form-horizontal .control-label{
  margin-bottom: 5px;
}
hr{
    clear: both;
    float: left;
    width: 100%;
}
.btn-custom{
	font-size: 17px;
}
.mtop10 {
    margin-top: 10px !important;
    text-decoration: none;
}
.no-arrow::after{
	display: none !important; 
}
.log-form{
    max-width: 700px;
    margin: auto;
    border: 1px solid #ededed;
    background: #f7f7f7;
    padding: 15px;
}
.form-group:last-child{
    margin-bottom: 0;
}

.site-header .header-actions ul li a.email-link {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-header .header-actions ul li a.user-nameheader {
    width: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}
.success-save{
	color: #000;
}
.error-save{
	color:red;
}
.customstylemodal .modal-header{
	background: #000;
}
.customstylemodal .modal-title{
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.customstylemodal h4.modal-title::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.customstylemodal h4.modal-title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    margin-left: -20px;
}
.customstylemodal .form-group:last-child {
    margin-bottom: 20px;
}
.modal-header .close {
    margin-top: -2px;
    z-index: 12;
    position: relative;
}
.fav-fill{
	color:#000;
}
.property-mail-succ{
	color:#FFF;
}
.property-mail-err{
	color:#F00;
}
.sml-search{
	max-width: 950px;
margin: auto;

padding: 85px;
border-radius: 0%;
color: #fff;
}
/*---------------Meet our team--09-12-2016----------------------*/
.ourTeam { width: 100%; margin: 0 0 40px 0; overflow: hidden; }
.ourTeam .broker-thumb { width: 250px; height: 250px; border: 7px solid #fff;  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);  margin: 0 auto 15px auto; float: none;}
.ourTeam .broker-info { width: 100%; text-align: center; }
.ourTeam .broker-info .name { font-size: 20px; text-transform: uppercase; font-weight: 400; padding: 0; margin: 0 0 5px 0; }
.ourTeam .broker-info .info { font-size: 14px; text-transform: uppercase; font-weight: 400; color: #b3b3b3; padding: 0; margin: 0 0 10px 0; }
.ourTeam .broker-info .call { font-size: 15px; font-weight: 300; color: #333333; padding: 0; margin: 0 0 5px 0; vertical-align: middle; }
.ourTeam .broker-info .email { font-size: 15px; font-weight: 300; color: #333333; padding: 0; margin: 0 0 5px 0; vertical-align: middle; }
.ourTeam .broker-info .email a { color: #333333; text-decoration: none; }
.ourTeam .broker-info .email a:hover { color: #000; text-decoration: none; }
.ourTeam .broker-info i { font-size: 16px; margin: 0 6px 0 0; display: inline-block; color: #000; }
.ourTeam .broker-info .call i { font-size: 22px; }
.ourTeam .broker-info .name.colorG { color: #000; }
/*---------------End Meet our team--09-12-2016----------------------*/

/*---------------- Sumitra 23-12-2016 Start-------------------*/

.criteria-labels{
    padding: 15px;
    border: 1px solid #333;
}
.criteria-labels label{
    padding: 10px 20px;
    border-radius: 5px;
    margin: 3px;
}
.property-listing .panel{
    position: relative;
}
.property-listing .panel-heading{
    font-size: 20px;
    padding: 15px;
}
.property-listing .prop-panel-btn{
    position: absolute;
    top: 15px;
    right: 15px;
}
.property-listing .prop-panel-btn button{
    padding: 0;
    margin-left: 10px;
    border: none;
    background: none;
    font-size: 20px;
}
.property-listing .panel .panel-body{
    padding: 15px;
}
.property-listing .property-thumb{
	width:210px;
	height:160px;
	overflow:hidden;
}
.property-listing .details{
	padding:20px;
	overflow:hidden;
}
.fav-heading{
    border-color: #e1e1e1;
    padding: 20px;
    font-size: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

}
/*------------------ Sumitra 23-12-2016 End------------------*/


/*...............added on 16th jan...........*/
.site-header .navbar-brand{
	width: 140px;
    height: 140px;
}
.site-header .navbar-brand img{
	max-height: 55px;
}
.site-header.fix-head .navbar-brand img{
	max-height: 100px;
}
.lefted-ul li{
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.lefted-ul li:first-child{
	margin-left: 0;
}
.lefted-ul li img {
    max-width: 70px;
}

.set-position{
	float: left;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.set-position li{
	float: none;
    margin: 1px;
    display: inline-block;    
}
/*..........added on 19th jan...........*/

.content-area .project-slider+.btn-holder a:first-child{
	margin-right: 4px;
}
.news-blocks .news-block .news-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-blocks .news-block{
	min-height: 198px;
}
.text-center .btn-center{
	display: inline-block;
}
.site-header .header-social ul li a:hover,.site-header .header-social ul li a:hover img{
	color: #b2b2b2;
	opacity: .8
}
.set-position{
	margin-top: -3px;
	text-align: center;
	width: 100%;
}
.site-header .header-social ul li{
	margin-top: 3px;
}
.home-finder-form .form-group:last-child{
	margin-bottom: 20px;
}
.nomargbottom{
	margin-bottom: 0;
}
.nomargbottom.advanced-filter .form-group:last-child{
	margin-bottom: 20px;
}
.site-header.fix-head .navbar-brand {
    top: -61px;
}
.ourTeam .broker-info i{
	font-size: 19px
}
.ourTeam .broker-info img{
    position: relative;
    top: -3px;
    margin-right: 6px;
    border-radius: 4px;
}

.home-banner-container .quick-search{
	position: absolute;
	z-index: 5;
	background: rgba(0,0,0,0.6);
	margin-top: 220px;
	left: 50%;
	margin-left: -570px;
	padding: 20px;
	color: #fff;
}
.home-banner-container .quick-search .heading-sec h3{
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.col-md-4.col-sm-6.ng-scope.common-edit:nth-of-type(3n+1) {
    clear: left;
}
.succ-msg-home{
position: relative;
    float: left;
    margin-top: 10px;
    padding-left: 15px;
}

/*........added later......*/

.gal-mesonry,.gal-mesonry2{
    margin: 50px 0;
}

.gal-mesonry .grid,.gal-mesonry2 .grid {
    margin: 0 -15px;
    padding: 0;
}

.gal-mesonry .grid-item,.gal-mesonry2 .grid-item{
  float: none;
  width: 25%;
  display: inline-block;
}
.gal-mesonry .grid-item--width2,.gal-mesonry2 .grid-item--width2 { 
    width: 50%; 
}
.gal-mesonry .grid-item .grid-block,.gal-mesonry2 .grid-item .grid-block{
    height: 240px;
    background: #1f272a;
    margin: 15px;
    position: relative;
}
.gal-mesonry .grid-item--width2 .grid-block,.gal-mesonry2 .grid-item--width2 .grid-block{
    height: 480px;
}
.gal-mesonry .grid-thumb,.gal-mesonry2 .grid-thumb{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.gal-mesonry .grid-thumb &gt; .overlay-text:before,
.gal-mesonry2 .grid-thumb &gt; .overlay-text:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 100%;
    content: "";
    opacity: 1;
    visibility: visible;
    transform: scale(2,2);
    transition: all ease-in-out 500ms;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.84+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
}
.gal-mesonry .grid-thumb:hover &gt; .overlay-text:before,
.gal-mesonry2 .grid-thumb:hover &gt; .overlay-text:before{
    opacity: 1;
    visibility: visible;
    transform: scale(2,2);
}
.gal-mesonry .grid-thumb .grid-title,
.gal-mesonry2 .grid-thumb .grid-title{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    z-index: 2;
    opacity: 1;
    /*transform: translate3d(-40px,0,0);*/
    transition: all ease-in-out 400ms;
}
.gal-mesonry .grid-thumb:hover .grid-title,
.gal-mesonry2 .grid-thumb:hover .grid-title{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.gal-mesonry .grid-thumb .grid-title:after,
.gal-mesonry2 .grid-thumb .grid-title:after{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    right: 0;
    top: 2px;
    font-family: 'FontAwesome';
    font-size: 15px;
    content: "\f105";
    text-align: center;
    line-height: 18px;
    opacity: 1;
    /*transform: translate3d(-15px,0,0);*/
    transition: all ease-in-out 500ms;
}
/*.gal-mesonry .grid-thumb:hover .grid-title:after{
    opacity: 1;
    transform: translate3d(0,0,0);
}*/
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    padding: 10px 30px;
}
.mainTitle {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    display: block;
    /*transform: translate3d(-15px,0,0);*/
    transition: all ease-in-out 500ms;
    opacity: 1;    
}
.gal-mesonry .grid-thumb:hover .mainTitle,
.gal-mesonry2 .grid-thumb:hover .mainTitle {
	opacity: 1;
    transform: translate3d(0,0,0);
}
.table-prop {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: bottom;
}
.table-cell.valign-middle {
	vertical-align: middle;
}
.overlay-text a {
    height: auto !important;
    width: auto !important;
    color: #9aceff;
    text-decoration: none;
    padding: 0 10px;
    border-left: 1px solid #9aceff;
    float: left;
    /*transform: translate3d(0px,15px,0);*/
    transition: all ease-in-out 500ms;
    opacity: 1;
}
.gal-mesonry .grid-thumb:hover .overlay-text a,
.gal-mesonry2 .grid-thumb:hover .overlay-text a
 {
	transform: translate3d(0px,0,0);    
    opacity: 1;
}
.overlay-text a:nth-of-type(1) {
	padding-left: 0;
	border: none;
}
.overlay-text .table-prop {
	position: relative;
    z-index: 12;
}
.new-developments {
	background: #f2f2f2;
}
.new-developments .project-block .project-info .prop-title.light a {
    color: #000;
    text-decoration: none !important;
}
.new-developments .project-block .project-info .prop-title.light a:hover {
    color: #000;
}
.new-developments .project-block .project-info {
	background: #fff;
}
.new-developments .project-block .project-info .prop-tags li {
    color: #4289c1;
}
.new-developments .neighborhood-blocks .nav &gt; li &gt; a {
    border: 1px solid #2887d9;
    color: #2887d9;
}
.new-developments .neighborhood-blocks .nav &gt; li.active &gt; a {
    background: #2887d9;
    color: #fff;
    border-color: #2887d9;
}
.btn-blue {
    border-color: #2887d9;
    color: #2887d9;
}
.btn-blue:hover {
	border-color: #2887d9;
	background-color: #2887d9;
}
.left-tab-panel.new-gapings {
	padding: 70px 0 50px;
}
.dummy-listing {
	padding: 50px 0;
}
.grid-style {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: none;
    list-style: none;
    text-align: center;
}
.grid-style figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 365px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    min-height: 365px;
}
figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
.grid-style figure .image-section {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    min-height: 425px;
    width: 100%;
}
.grid-style figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid-style figure figcaption, .grid-style figure figcaption &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-oscar figcaption {
    padding: 3em;
    background-color: transparent;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%,rgba(244,85,56,0) 100%);
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%,rgba(244,85,56,0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%,rgba(244,85,56,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f45538', endColorstr='#000',GradientType=1 );
    transition: all 500ms ease-in-out;
}
.grid-style figure figcaption::before, .grid-style figure figcaption::after {
    pointer-events: none;
}
figure.effect-oscar figcaption::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    content: '';
}
figure.effect-oscar figcaption::before, figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.grid-style figure h2 {
    font-weight: normal;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
}
.grid-style figure h2, .grid-style figure p {
    margin: 0;
}
figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    margin: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.grid-style figure p {
    letter-spacing: 5px;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
figure.effect-oscar figcaption::before, figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-oscar:hover figcaption {
    background: -moz-linear-gradient(to right, rgba(244,85,56,0) 0%,rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(to right, rgba(244,85,56,0) 0%,rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(244,85,56,0) 0%,rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f45538', endColorstr='#000',GradientType=1 );
}

/*====new-page-copy====*/
.map-area {
    float: left;
    margin-top: 140px;
    position: relative;
    width: 100%;
}

.map-area .map-image{
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
}

.map-area-content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.map-area-content .quick-search{
	width: 490px;
    height: auto;
    background: #000;
    padding: 25px 55px;
    position: relative;
    margin-left: -245px;
}
.map-area-content .quick-search::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -42px;
    margin-top: -44px;
    background: url(../images/red-arrow.png) no-repeat 0 0;
    width: 50px;
    height: 85px;
    content: "\f0da";
    font-family: FontAwesome;
    background: none;
    font-size: 150px;
    color: #000;
    z-index: 11;
    line-height: 85px;

}

.map-area-content .quick-search h3{
	margin: 0;
}
.heading-sec{
	 position: relative;
	 margin-bottom: 8px;
}
.heading-sec h3{
	letter-spacing: 2px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 22px;
   }

.heading-sec h3::after{
	width: 85px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -43px;
	content: "";
}


.map-area-content .q-search-panel .form-group .control-label,.map-area-content .q-search-panel .form-group span{
	 color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
    border:none;
}
.map-area-content .q-search-panel .form-group .form-control{
	border-radius: 6px;
}
.map-area-content .check-icon{
	color: #FFF;
}
.white-text{
	color: #FFF;
}
.map-area-content .btn-success{
	background: #080607;
	width: 100%;
	border-radius: 6px;
}
.map-area-content .form-area{
	margin-top: 20px;
}
.map-bottom-boxes{
	display: inline-block;
	width: 100%;
}
.map-bottom-boxes ul{
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.map-bottom-boxes ul li{
	float:left;
	width:25%;
	position: relative;
	padding-left: 1px;
	overflow:hidden; 
	cursor: pointer;
}
.map-bottom-boxes ul li:first-child{
	margin-left:0;
}
.map-bottom-boxes ul li::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: "";
	transform: scale(0,0);
    transition: all ease-in-out 500ms;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.84+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
}
.map-bottom-boxes ul li:hover::before{
	opacity: 0.6;
    visibility: visible;
    transform: scale(2,2);
}
.map-bottom-boxes ul li img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.box-content{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
}
.box-content::before{
	width: 100%;
	height: 2px;
	background: rgb(255,255,255,0.2);
	content: "";
	position: absolute;
	left: 0;
	top: 0;

}

.box-content h3{
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
}
.box-content h3 a{
	float: right;
}


/*====featured-area=====*/
.featured-area h2{
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	font-weight: 400;
}
.featured-area h2::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #41444d;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	content: "";
}
.featured-area .neighborhood-blocks{
	margin-top: 36px;
}

.featured-area .neighborhood-blocks .nav &gt; li.active &gt; a {
    background: #3184d2;
    color: #fff;
}
.featured-area .neighborhood-blocks .nav &gt; li &gt; a {
    border: 1px solid #aaaaaa;
    padding: 5px 15px;
    color: #aaaaaa;
}

.project-slider.home-top-slider .slider-single {
    height: 380px;
    position: relative;
}
.project-slider.home-top-slider .project-info .prop-title.light {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.project-slider.home-top-slider .project-info .prop-title.light a{
	float: right;
}

.project-slider.home-top-slider .project-block .project-info {
    background: rgba(32, 39, 43, 0.6);
}
.project-slider.home-top-slider{
    padding-bottom: 0;
}

.featured-area .gal-mesonry, .featured-area .gal-mesonry2 {
    margin: 50px 0 0;
}
.home-top-slider .swiper-slide{
	padding-left: 1px;
}
.home-top-arrows{
	margin-top: 80px;
}

.tab-up-button .nav{
	margin-bottom:40px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.tab-up-button .nav &gt; li{
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 4px;
}
.tab-up-button .nav &gt; li &gt; a{
	 border: 1px solid #aaaaaa;
    color: #aaaaaa !important;
	padding:5px 15px;
}
.tab-up-button .nav &gt; li.active &gt; a{
	background:#3184d2 !important;
	color:#fff !important;
}

h3.heading{
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: center;
}
h3.heading::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #41444d;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	content: "";
}
.mt-30 {
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.about-us{
	margin-top: 30px;
}
.about-content p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
#loading-bar .bar {
  background: #20272b;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #20272b;
  border-left-color: #20272b;
}
#loading-bar .peg {
  -moz-box-shadow: #20272b 1px 0 6px 1px;
  -ms-box-shadow: #20272b 1px 0 6px 1px;
  -webkit-box-shadow: #20272b 1px 0 6px 1px;
  box-shadow: #20272b 1px 0 6px 1px;
}

.dev-block .dev-project-details .dev-info li a {
	color: #fff;
}
.tab-up-button .nav &gt; li &gt; a:hover {
	background: #3184d2 !important;
    color: #fff !important;
}
a.lSNext::before {
    content: '\f105';
    font-family: FontAwesome;
}
.lSAction &gt; a.lSPrev::before {
	content: "\f104";
    font-family: FontAwesome;
}

.map-area-content ul.rating li span {
    line-height: 42px !important;
    color: #000 !important;
}

/*changed as perclient*/
	
.site-header .navbar-brand {
    width: 140px;
    height: 140px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    float: none;
}
.site-header.fix-head .navbar-brand img {
    max-height: 60px;
}
.site-header.fix-head .navbar-brand {
    top: auto;
    width: auto;
    height: 60px;
}
.navbar-header {
	width: 100%;
}
.site-header .header-bottom {
	padding: 10px 0;
}
.new-developments .project-block .project-info .prop-tags li:first-child {
    border-right: 1px solid #4289c1;
}
.map-area-content .quick-search {
	background: rgba(47, 133, 210, 0.74);
}
.page-breadcrumb {
	padding-top: 146px;

}
.map-area-content .quick-search::after {
	display: none;
}
.flexslider .slides &gt; li {
    height: 840px;
}
.gal-mesonry .grid-thumb .grid-title:after, 
.gal-mesonry2 .grid-thumb .grid-title:after {
	display: none;
}
@media (min-width: 768px){
	.navbar-right {
		float: none !important;
	    display: -webkit-box;
	    display: -moz-box;
	    display: box;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: row wrap;
	    -moz-box-orient: row wrap;
	    box-orient: row wrap;
	    -webkit-box-direction: normal;
	    -moz-box-direction: normal;
	    box-direction: normal;
	    -webkit-flex-direction: row wrap;
	    -moz-flex-direction: row wrap;
	    flex-direction: row wrap;
	    -ms-flex-direction: row wrap;
	    -webkit-box-pack: distribute;
	    -moz-box-pack: distribute;
	    box-pack: distribute;
	    -webkit-justify-content: space-around;
	    -moz-justify-content: space-around;
	    -ms-justify-content: space-around;
	    -o-justify-content: space-around;
	    justify-content: space-around;
	    -ms-flex-pack: distribute;
	}
}

.site-header .left-navheader .header-lan {
    margin: 15px 0 0 0;
}
.site-header .header-social {
    margin: 5px 0 0 0px;
    clear: left;
}
.site-header .header-actions ul li a, 
.site-header .header-actions ul li .search-link {
    color: #000;
}
.left-navheader {
	float: left;
}
.site-header .header-social ul li a {
    color: #000;
}
.site-header .header-social ul li a:hover, .site-header .header-social ul li a:hover img {
    color: #000;
    opacity: .8;
}
.site-header .header-actions ul li a:hover, 
.site-header .header-actions ul li .search-link:hover {
    color: #0b56a4;
}
.site-footer .broker-block .broker-thumb {
	height: auto;
}
.site-footer .broker-block .broker-thumb img {
    object-fit: contain;
    width: 100%;
}
.map-area-content .btn-success {
    width: auto;
}
.map-area-content .btn-success:hover {
	background: #464646;
}
.news-blocks .swiper-wrapper .swiper-slide::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #56a9f3;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    margin-left: -7.5px;
    top: 55px;
}
.news-blocks .swiper-wrapper .swiper-slide {
    padding: 20px 0;
    position: relative;
}
.news-blocks .swiper-wrapper .swiper-slide::before {
    content: '';
    width: 0;
    height: 100%;
    border-right: 1px dashed #fff;
    position: absolute;
    left: 50%;
    top: 0;
}
.news-blocks .swiper-wrapper .swiper-slide::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #56a9f3;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    margin-left: -7.5px;
    top: 55px;
}
.news-blocks .swiper-wrapper .swiper-slide .col-sm-6:nth-child(1) .news-block {
    top: -5px;
}
.news-blocks .swiper-wrapper .swiper-slide .col-sm-6:nth-child(2) .news-block {
    top: 5px;
}
.news-blocks .swiper-wrapper .swiper-slide .col-sm-6:nth-child(2) .news-block::before {
    content: '';
    position: absolute;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: -6px;
    top: 34px;
}
.news-blocks .swiper-wrapper .swiper-slide .col-sm-6:nth-child(1) .news-block::before {
    content: '';
    position: absolute;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -6px;
    top: 38px;
}
.news-blocks .news-block {
	position: relative;
}

/*.news-area {
	height: 390px;
}*/
.news-area .swiper-container {
	height: 244px;
}
.news-area {
    background: url(../images/newsbackground.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.news-area::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.78);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%,rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.info-blockfooter {
    float: left;
    width: 28%;
    padding: 0 20px;
}
.info-blockfooter p a {
    display: block;
}
.site-footer .broker-block .broker-thumb {
    width: 125px;
}
.site-footer .social-icons ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.social-icons.text-center {
   

}
.info-blockfooter p {
    margin-bottom: 2px;
}
.icon-block {
    position: relative;
    padding-left: 20px;
}
.icon-block span.icon-portion {
    position: absolute;
    font-size: 15px;
    left: 0;
    color: #0b56a4;
}
.icon-block + .icon-block {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.icon-block .icon-block + .icon-block span.icon-portion {
	top: 4px;
}
.zillow-itemclass {
    min-width: 22px;
    min-height: 20px;
    background: url(../images/icon/zilo-grey.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
}
.trulia-itemclass {
    min-width: 22px;
    min-height: 14px;
    background: url(../images/trulia-grey.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}
.project-slider.home-top-slider .project-block .project-info {
	bottom: auto;
	top: 0;
}
.project-slider.home-top-slider {
	margin-top: 8px;
}
.content-area.news-area .swiper-button-next, .content-area.news-area .swiper-button-prev {
	margin-top: 10px;
}
.agent-prop-listing .pagination {
	padding: 10px;
	position: relative;
	height: auto;
	width:100%;
}

.project-block .project-info .prop-tags li {
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 0;
    margin-right: 0;
    border-right: none !important;
    border-left: 1px solid #fff;
}
.project-block .project-info .prop-tags li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.new-developments .project-block .project-info .prop-tags li {
    color: #4289c1;
    border-left: 1px solid #4289c1;
}
.project-block .project-info .prop-tags li:first-child{
	padding-left: 0;
	margin-left: 0;
	border-left: none !important;
}
button.btn.btn-success.btn-help i {
    margin-right: 10px;
}
/*google map Markers info-window details*/
.load_map_img{
	background:url('../images/loader-32-32.gif') no-repeat;
}
.marker_googlemap {
	background-color: #212121 !important;
    border: 2px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 8px;
    margin-left: -22px;
    margin-top: -22px;
    padding: 3px 6px 1px;
    text-align: center;
    z-index: 999;
    color: #fff; 
    font-weight: bold;
}
}
.marker_googlemap::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    margin-left: -5px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-top: 8px solid #fff;
    z-index: 2;
}
.marker_googlemap::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    margin-left: -5px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    border-top: 8px solid #212121;
    z-index: 12;
}
.map_infowindowinfo {
	color: #444;
    display: inline-block;
    line-height: 1.3em;
    padding: 7px 0 5px;
    position: relative;
}
.right_mappart {
	float: left;
    width: 70%;
}
.load_map_img {
	float: left;
}
.right_mappart h4 {
	font-size: 14px;
	color: #333;
    font-family: Roboto,Arial;
    font-size: 13px;
    background-color: white;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-top: 0;
    margin-bottom: 3px;
}
.load_map_img {
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(204, 204, 204, 0.27);
}
.right_mappart span {
    float: left;
    margin-left: 3px;
    padding-left: 4px;
    /* border-left: 1px solid #0b56a4; */
    position: relative;
}
.right_mappart strong {
	text-transform: capitalize;
    color: #0b56a4;
}
.load_map_img img {
    object-fit: contain;
    height: 50px;
}
.right_mappart span::before {
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(11, 86, 164, 0.41);
    position: absolute;
    right: -4px;
    top: 1px;
}
.right_mappart span:nth-of-type(1) {
	padding-left: 0;
	margin-left: 0;
}
.right_mappart span:nth-of-type(3)::before {
	display: none;
}
.right_mappart h4 a {
    color: inherit;
}
.marker_googlemap.already_seen
{
	background: #e6e6ff !important;
}
.marker_googlemap.already_seen::before {
    border-top-color: #e6e6ff !important;
}
.marker_googlemap.already_seen:hover,
.marker_googlemap:hover {
    background: #a3a3c2 !important;
    color: #000;
}

/*changed as perclient*/

/*......added on 27th july.......*/

.detail-top-sec.detail_customnew {
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: none;
}
.top_borderproperty {
	margin-top: -4px;
	padding-top: 18px;
	border-top: 1px solid #e9e9e9;
}
.project_desc,.project_desc p {
	font: 300 16px/26px 'Roboto', sans-serif;
	color: #484848;
}
.project_desc p&gt;strong,.project_desc ul+ strong {
    font-size: 22px;
    color: #20272b;
    font-weight: 400;
    text-transform: uppercase;
}
.project_desc ul {
	padding: 0 0 0 15px;
}
.project_desc ul li {
	font-size: 16px;
	line-height: 36px;
	color: #484848;
	position: relative;
	list-style-type: none;
}
.project_desc ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #6d6d6d;
    border-radius: 100%;
    position: absolute;
    left: -15px;
    top: 16px;
}
p:empty {
	display: none;
}
.btn-customdownload {
    font: 400 15px/24px 'Roboto', sans-serif;
    color: #20272b;
    padding-left: 34px;
    position: relative;
}
.btn-customdownload::before {
    content: '';
    background: url(../images/download_icn.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
}
.newclass {
	clear: both;
}
.property-sidebar .table&gt;thead&gt;tr&gt;th {
    font-size: 14px;
    color: #484848;
    font-weight: 500;
    text-align: center;
    padding: 15px 8px;
    border-bottom: 2px solid #c7c7c7;
}
.property-sidebar .table&gt;tbody tr td {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #484848;
    padding: 11px 8px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    white-space: nowrap;
}
.property-sidebar .table&gt;tbody &gt; tr &gt; td {
    padding: 0;
}
.property-sidebar .table&gt;tbody&gt;tr:last-child&gt;td {
	border-bottom: none;
}
.property-sidebar .table&gt;tbody&gt;tr .specialstyleclass {
    background: #f4f4f4;
    font-size: 20px;
    line-height: 30px;
    color: #484848;
    padding: 21px;
    font-weight: 300;
}
.property-sidebar .nav-tabs&gt;li&gt;a {
	font-size: 18px;
	line-height: 30px;
	color: #484848;
	font-weight: 400;
	border-radius: 0;
	padding: 15px;
}
.property-sidebar .nav-tabs {
	border-bottom: 2px solid #c7c7c7;
}
.property-sidebar .nav-tabs&gt;li {
	position: relative;
	width: 50%;
    text-align: center;
}
.property-sidebar .nav-tabs&gt;li.active&gt;a, 
.property-sidebar .nav-tabs&gt;li.active&gt;a:focus, 
.property-sidebar .nav-tabs&gt;li.active&gt;a:hover {
    color: #71b100;
    font-weight: 500;
    border: none;
}
.property-sidebar .nav-tabs&gt;li.active::after {
	content: '';
	height: 3px;
	background: #71b100;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.property-sidebar .table-responsive {
	margin-bottom: 0;
}
.total_tabwrap {
	box-shadow: 0 0 10px #eaeaea;
}
.gottodetails {
    font-size: 20px;
    color: #71b100;
    display: inline-block;
    margin-left: 10px;
}
.property-details .dl-horizontal dt {
    width: 150px;
    text-align: left;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 500;
}
.property-details .dl-horizontal dd {
    margin-left: 170px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #7a7a7a;
}
.details-cont .prop-address p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.removeclassnameaftermap {
	height: 300px;
	background-color: #ccc;
	width: 100%;
}
 .table-responsive table {
    margin-bottom: 0;
}
.detail-mid-sec.document.custom_newclass {
	display: block;
}
.detail-mid-sec.document.custom_newclass span.spanclass:nth-of-type(2) {
    float: right;
    margin-right: 0;
}

.property-sidebar .table&gt;tbody tr td:nth-child(1),
.property-sidebar .table&gt;thead&gt;tr&gt;th:nth-child(1) {
    width: 76px;
}
.property-sidebar .table&gt;tbody tr td:nth-child(2),
.property-sidebar .table&gt;thead&gt;tr&gt;th:nth-child(2) {
    width: 76px;
}
.property-sidebar .table&gt;tbody tr td:nth-child(4),
.property-sidebar .table&gt;thead&gt;tr&gt;th:nth-child(4) {
    width: 108px;
}
.property-sidebar .table&gt;tbody tr td:nth-child(5),
.property-sidebar .table&gt;thead&gt;tr&gt;th:nth-child(5) {
    width: 142px;
}
.specialUl ul {
    list-style-type: none;
    padding-left: 0;
}
.specialUl ul li {
    font: 300 16px/26px 'Roboto', sans-serif !important;
    color: #484848;
    list-style-type: disc;
    list-style-position: inside;
}
 .specialUl ul li font {
    font: 300 16px/26px 'Roboto', sans-serif !important;
}
.unit_number_style{
	font-size: 15px;
    color: #71b100;
    display: inline-block;
    margin-left: 10px;
}
.detail-bottom-sec {
    border-top: 1px solid #e9e9e9;
    margin-top: 21px;
}
.property-details.top_borderproperty {
	border-top: none;
}
.detail-bottom-sec.ng-scope p {
    font: 300 16px/26px 'Roboto', sans-serif;
    color: #484848;
}

/*......added on 27th july.......*/

/*...........new search page...........*/

.top_search {
    height: 59px;
    background: #111;
    position: absolute;
    width: 100%;
    top: 95px;
    padding-top: 0;
    box-shadow: 0px 4px 8px rgba(187, 184, 177, 0.62);
    position: relative;
    /* z-index: 999999; */
    z-index: 98;
}
.map_search {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}
.search-map {
    width: 100%;
    height: 100%;
}
.search_listingnew {
    width: 50%;
    float: left;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}
.total_searchlisting {
	position: absolute;
    width: 100%;
    top: 170px;
    bottom: 0;
}
.total_searchlisting .search_results {
    height: 100%;
    position: absolute;
    width: 100%;
}
.total_searchlisting .project-block .project-thumb {
    position: absolute;
    left: -25px;
    right: -25px;
    top: -45px;
    bottom: -35px;
    z-index: 2;
    transition: all ease-in-out 200ms;
}
.total_searchlisting .result-blocks .project-block .project-info {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+44,000000+100&amp;0+0,0.73+44,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.73) 44%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 44%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.73) 44%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.total_searchlisting .project-block:hover .project-thumb {
     transform: scale(1,1); 
}
.total_searchlisting .result-block .project-block .project-info .prop-price .price {
    font-size: 22px;
}
.total_searchlisting .result-block .project-block .project-info .prop-price {
	clear: left;
}
.total_searchlisting .result-block .project-block .project-info .prop-address {
    padding-right: 5px;
    margin-right: 5px !important;
    border-right: 1px solid #fff;
    margin-bottom: 7px;
}
.total_searchlisting .result-block .project-block .project-info .prop-address, 
.total_searchlisting .result-block .project-block .project-info .prop-no {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin-bottom: 10px;
}
.search_propform {
    position: relative;
    margin-top: 9px;
}
/*.search_propform::after{
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 12px;
    color: #b2b2b2;
}*/
.top_search {
	text-align: center;
}
.top_search .form-control {
	border-color: #cececf;
	font-size: 13px;
	color: #b2b2b2;
}
.middle_searchform {
    display: inline-block;
    float: left;
}
.middle_searchform .open&gt;.dropdown-menu {
    display: block !important;
}
.middle_searchform .dropdown-toggle,.advance_search {
    font: 400 15px/59px Roboto,Arial;
    color: #fff;
    background: none;
    border: none;
    margin-top: 0;
    padding: 0 20px;
}
.advance_search {
	background: #094ea7;
	color: #000;
}
.middle_searchform .dropdown-menu,.topsearch_collapse {
    top: 59px;
    background-color: #fafafa;
    position: absolute;
    margin-left: 1px;
    display: none;
    box-shadow: 0px 3px 8px 0 #c0bcb5;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #a3a09a;
    border-top: none;
    margin: 0;
    min-width: 395px;
}
.middle_searchform .dropdown::before {
    content: '';
    width: 1px;
    height: 22px;
    background: #2d699e;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.custom_radio {
	position: relative;
	overflow: hidden;
}
.custom_radio input[type="radio"] {
	position: absolute;
	left: -99px;
}
.custom_radio input[type="radio"]+label {
    font: 400 15px/22px Roboto,Arial;
    color: #20272b;
    padding-left: 22px;
} 
.custom_radio input[type="radio"]+label::before {
	content: "\f096";
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	color: #2d699e;
}
.custom_radio input[type="radio"]:checked+label::before {
	content: "\f14a";	
}
.topsearch_collapse h4 {
    font: 500 18px/22px Roboto,Arial;
    color: #20272b;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 7px;
    margin-top: 0;
}
.topsearch_collapse ul li a {
	font: 300 15px/26px Roboto,Arial;
    color: #20272b;
    display: inline-block;
}
.topsearch_collapse ul li a:hover {
    color: #398bd4;
    text-decoration: none;
}
.feature_listpanel ul li {
	float: left;
	width: 50%;
}
.topsearch_collapse ul {
	padding-left: 0;
	list-style-type: none;
}
.advancesearch_panel {
	position: relative;
}
.topsearch_collapse h3 {
	font: 300 20px/22px Roboto,Arial;
    color: #20272b;
    margin-top: 0;
    margin-bottom: 15px;
}
#advance_collapse {
    min-width: 695px;
    text-align: left;
    padding: 15px 25px;
    right: 0;
}
footer.search_prop.site-footer {
	margin: 0 -15px;
}
footer.search_prop.site-footer .logo-chain li {
	margin: 0 10px;
}
footer.search_prop.site-footer .footer-middle {
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}
.button_searpanel .btn-success {
	background: none;
	font: 700 15px/22px Roboto,Arial;
	color: #71b100;
}
.button_searpanel .btn-success.btn-custom {
	color: #fff;
}
.button_searpanel .btn-success:hover,
.button_searpanel .btn-success:active,
.button_searpanel .btn-success:focus {
	color: #000;
}
.button_searpanel.pull-right {
	 padding-right: 5px;
	 margin-top: 12px;
	 overflow-x: hidden;
	 overflow-x: hidden;
}
.result-blocks .result-block {
    height: 308px;
    margin-bottom: 10px;
}
.result-blocks .col-sm-6 {
    padding: 0 5px;
}
.result-blocks .row {
    margin: 0 -10px;
}
.modal {
	z-index: 9999999;
}
.map_search span.msgtoshow {
	display: block;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	color: #fff;
	padding: 10px;
	text-shadow: none;
}
.middle_searchform .rating li span,.rating li span.bath-label {
	position: relative;
}
.middle_searchform .rating li span cite.blockedelm,.rating li span.bath-label cite.blockedelm {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 18px;
    font-size: 10px;
    font-weight: 700;
}
.result-block .project-block .project-info .prop-title {
    text-align: left;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 65px;
}
.ui-menu.ui-autocomplete {
z-index: 9999999;
}
.ui-menu.ui-autocomplete .ui-menu-item {
    font-size: 13px;
    line-height: 22px;
    border-top: 1px dotted #ccc;
}
.ui-menu.ui-autocomplete .ui-menu-item:first-child {
    border-top: none;
}
.m200 .dropdown-toggle {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.m200 .dropdown-toggle .caret {
    position: absolute;
    right: 10px;
    top: 24px;
}
.mw165 {
	min-width: 165px;
	text-align: left;
}
.mw165 .caret {
	position: absolute;
    right: 15px;
    top: 27px;
}
.left-icon i {
	margin-right: 10px;
}
.details-cont .prop-action .btn {
	font-size: 13px;
}

header .header-bottom .navbar-header {
	width: 100%;
}
#loading-bar .bar {
	z-index: 99999999;
}
.search-loader {
    left: -15px;
    right: -15px;
}
.middle_searchform .dropdown.mw165::before {
	left: -1px;
}
.search-top {
	margin: 0 10px;
}
.search-result-listing .result-heading {
	margin-bottom: 0;
}
.search-top {
    padding-bottom: 10px;
}
.site-header .header-social {
    margin: 12px 0 0 10px;
    clear:none;
}
/*.........added on 27thoct.......*/
.dev-block.customdev_block .dev-project-thumb {
    height: 160px;
}
.dev-blocks .custom_class .dev-block.customdev_block {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 6px -6px rgba(32, 39, 43, 0.42);
}
.dev-blocks .custom_class .dev-block.customdev_block .dev-project-details .dev-info li a {
    color: #797979;
    font-weight: 700;
}
.dev-blocks .custom_class .dev-block.customdev_block .dev-project-details .dev-info li {
    padding-left: 0;
}
.dev-blocks .custom_class .dev-block.customdev_block .dev-project-details .dev-info li:before {
    display: none;
}
.dev-blocks .custom_class .dev-block.customdev_block .dev-project-details h4 a{
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.fa-heart{
	color: #094ea7;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
transition: all ease-in-out 0.4s;
width: 96%;
margin-top: 184px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
text-align: left;
}

.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
line-height: 1px;
font-size: 14px;
text-align: left;
margin-bottom: 0;
color: #e1e1e1;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
color: #094ea7;
}
.custom-footer-main{
	margin:25px auto;	
}
.custom-footer img{
	width:100%;
	float:none;
	margin: 25px auto;
	text-align:center;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}




/* BLOG SECTION START 03-05-2018*/
.content-area-blog
{
	padding:20px;
}
.total-blog
{
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    float: left;
    width: 100%;
}
.blog_img {
    position: static;
    left: 20px;
    width: 260px;
    padding: 10px;
    background: #fff;
    float: left;
    width: 24%;
}
.blog_img img {
    width: 100%;
    height: auto;
}
.posted p {
    float: left;
    margin-right: 5px;
    font-weight: 500;
    color: #545454;
}
.blog-content img
{
    float: left;
    margin: 0 20px 10px 0;
    object-fit: contain;
    width: 134px;
    height: 100px;
}
.line-below
{
	/*border-bottom: 1px solid #9a9292;
	padding-bottom: 10px;*/
} 
.blog-content {
    font: 300 14px/18px 'Roboto', sans-serif;
    width: 73%;
    float: right;
} 
.blog-content h2 {
    margin-top: 0;
    font-size: 22px;
} 	
/* BLOG SECTION END 03-05-2018*/.login-tab.nav-tabs&gt;li a {
    padding: 12px 45px;
}

ul.nav.nav-tabs.login-tab {
    margin-bottom: 20px;
    max-width: 700px;
    margin: auto;
    border-bottom: none;
}
.login-tab.nav-tabs&gt;li {
    float: none;
    display: inline-block;
}
.nav-tabs.login-tab&gt;li.active&gt;a, .nav-tabs.login-tab&gt;li.active&gt;a:focus, .nav-tabs.login-tab&gt;li.active&gt;a:hover {
   background-color: #f7f7f7;
}

.map_search span.msgtoshow {
    width: 90%;
}
.search-remove-btn {
    cursor: pointer;
    font-size: 11px;
    padding: 10px 11px;
    cursor:pointer;
}
.custom-select:after {
    display:none;
}
.chosen-container:after {
    width: 15px;
    height: 8px;
    background: url(../images/select-arrow.png) no-repeat;
    background-size: 15px 8px;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 1;
    content: "";
    cursor: pointer;
}
/* Related Property */
.swiper-button-next.swiper-button-white.related-property,
.swiper-button-prev.swiper-button-white.related-property {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-white.related-property {
	
	left: auto;
    right: 0;
}
.swiper-button-prev.swiper-button-white.related-property {
    left: 0;
    margin-left: 0;
}
.custom-image-section .project-slider .slider-single.related-property {
	height: 160px;
}
.custom-image-section .project-block .project-thumb {
	left: -47px;
    right: -47px;
    top: -45px;
    bottom: -35px;
}
.custom-image-section .project-block .project-info .prop-tags{
	margin-top: 5px;
}
.custom-image-section .project-block .project-info {
	padding: 10px;
}

/** Blog Details And Listing */
.lefted-ul.blog-social li img {
    max-width: 23px;
    height: auto;
    margin: 0px;
}
.lefted-ul.blog-social li img {
    max-width:25px;
}
.blog_img {
    position: absolute;
    left: 20px;
    width: 260px;
    padding: 10px;
    background: #fff;
    max-height: 156px;
}
.blog_img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}
/* Related Property */
.swiper-button-next.swiper-button-white.related-property,
.swiper-button-prev.swiper-button-white.related-property {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-white.related-property {
	
	left: auto;
    right: 0;
}
.swiper-button-prev.swiper-button-white.related-property {
    left: 0;
    margin-left: 0;
}
.custom-image-section .project-slider .slider-single.related-property {
	height: 160px;
}
.custom-image-section .project-block .project-thumb {
	left: -47px;
    right: -47px;
    top: -45px;
    bottom: -35px;
}
.custom-image-section .project-block .project-info .prop-tags{
	margin-top: 5px;
}
.custom-image-section .project-block .project-info {
	padding: 10px;
}

/** Blog Details And Listing */
.lefted-ul.blog-social li img {
    max-width: 23px;
    height: auto;
    margin: 0px;
}
.lefted-ul.blog-social li img {
    max-width:25px;
}
.blog_img {
    position: absolute;
    left: 20px;
    width: 260px;
    padding: 10px;
    background: #fff;
    max-height: 156px;
}
.blog_img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}
/* Related Property */
.swiper-button-next.swiper-button-white.related-property,
.swiper-button-prev.swiper-button-white.related-property {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.swiper-button-next.swiper-button-white.related-property {
	
	left: auto;
    right: 0;
}
.swiper-button-prev.swiper-button-white.related-property {
    left: 0;
    margin-left: 0;
}
.custom-image-section .project-slider .slider-single.related-property {
	height: 160px;
}
.custom-image-section .project-block .project-thumb {
	left: -47px;
    right: -47px;
    top: -45px;
    bottom: -35px;
}
.custom-image-section .project-block .project-info .prop-tags{
	margin-top: 5px;
}
.custom-image-section .project-block .project-info {
	padding: 10px;
}

/** Blog Details And Listing */
.lefted-ul.blog-social li img {
    max-width: 23px;
    height: auto;
    margin: 0px;
}
.lefted-ul.blog-social li img {
    max-width:25px;
}
.blog_img {
    position: absolute;
    left: 20px;
    width: 260px;
    padding: 10px;
    background: #fff;
    max-height: 156px;
}
.blog_img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}
/**
/**
/**
/**
* Copy url
*/
.p-0 {
    padding: 10px 5px !important;
    font-size: 12px !important;
    background: none !important;
    font-weight: 700 !important;
}
/* Size change add */
.middle_searchform .dropdown-toggle,.advance_search {
	 font: 400 12px/59px Roboto,Arial;
}
.detail-bottom-sec.description { 
    padding: 30px 0; 
}
.detail-bottom-sec.description .stellar-logo {
     float: left; padding-right: 50px; 
}
.detail-bottom-sec.description .stellar-logo img {
     max-width: 120px; height: auto; 
}






/*26-02-2020*/
.property-sidebar .nav-tabs &gt; li.thead-col-3 { width: 33.333333%; }
table.project-tbl {}
table.project-tbl table.project-inner-tbl { width:100%; margin-bottom:0 }
.tr-bgcolor { background-color: #373737; color: #fff; }
table.project-tbl table.project-inner-tbl .specialstyleclass { font-size: 24px; font-weight: 400; text-align: left; }
table.project-tbl table.project-inner-tbl .tr-bgcolor td { color: #fff; }
table.project-tbl table.project-inner-tbl tbody tr td { color: #000; }
.newclass.download-tap span.spanclass {max-width: 100%; width: 100%;}
.detail-mid-sec.document.custom_newclass .newclass.download-tap span.spanclass:nth-child(2) { float: none; }
.custom_newclass .detail-bottom-sec { padding-top: 50px; }

/* ============ Rimpa register-modal ============ */


.register-modal {

}
.register-modal .modal-lg {
  max-width: 95%;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.register-modal .modal-content{
  border-radius: 0;
  border: none;
}
.register-modal-row {
 display: flex;
}
.register-modal-row .image-col {
  width: 50%;
}
.register-modal-row .image-col .image-holder{
  position: relative;
  width: 100%;
  height: 100%;
}
.register-modal-row .image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
}

.register-modal-row .register-content-col {
  width: 50%;
  padding: 50px;
}
.register-modal-row .register-content-heading-block{
  margin-bottom: 25px;
}
.register-modal-row .register-content-heading-block .headingText {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  color: #153254;
  margin: 0 0 10px;
}

.register-modal-row .register-content-heading-block .sub-headingText {
  font-size: 17px;
  line-height: 1.3;
  font-weight: normal;
    font-family: 'Montserrat', sans-serif;
  color: #153254;
  margin: 0;
}


.form-btn-holder .btn-comn-regal-blue{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background-color: #153254;
  padding: 13px 30px;
}
.register-modal-infoText {
  margin: 30px 0 0 ;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  display: inline-block;
}
.register-modal-infoText a{
  font-weight: 900;
  color: #153254;
  display: inline-block;
}
.register-modal-infoText a:hover{
  color: #000000;
}


.other-login {
}
.other-login .orDevider {
  position: relative;
  margin: 25px 0;
}
.other-login .orDevider:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}
.other-login .orDevider .orText {
  background-color: #fff;
  color: #979797;
  font-size: 12px;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}
.other-login .other-btn-holder .other-btn {
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: solid 1px #d3d3d3;
  background-color: #fff;
  padding: 5px 15px;
  text-align: left;
  line-height: 33px;
  font-size: 14px;
  font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  color: #000;
  text-align: center;
  text-transform: none;
}
.other-login .other-btn-holder .other-btn + .other-btn{
  margin-top: 10px;
}
.other-login .other-btn-holder .other-btn img {
  width: 26px;
  margin-right: 5px;
  height: 22px;
  object-fit: contain;
}
.other-login .other-btn-holder .other-btn:hover {
  box-shadow: 0 4px 14px 0 rgba(213, 213, 213, 0.7);
}/* ------- projectDetail-imgVideo-slider --------- */
.projectDetail-imgVideo-slider {
    position: relative;
}

.projectDetail-imgVideo-slider .swiper-slide {
    background-color: transparent;
}

.projectDetail-imgVideo-slider .img-slide {
    width: 100%;
    padding: 62.5% 0 0 0;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.projectDetail-imgVideo-slider .img-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectDetail-imgVideo-slider .video-slide {
    width: 100%;
    padding: 62.5% 0 0 0;
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.projectDetail-imgVideo-slider .video-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.projectDetail-imgVideo-slider .video-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectDetail-imgVideo-slider .swiper-pagination {
    top: 10px;
    right: 10px;
    width: auto;
    left: auto;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px 10px;
    border-radius: 4px;
}

.projectDetail-imgVideo-slider .pagination-text {
    font-size: 12px;
    line-height: 1.14;
    color: #ffffff;
}


.projectDetail-imgVideo-slider .swiper-button-next,
.projectDetail-imgVideo-slider .swiper-button-prev {
    width: 48px;
    height: 38px;
    border: none;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    background-image: none;
    opacity: 1 !important;
    box-shadow: none;
    transform: translateY(0);
}

.projectDetail-imgVideo-slider .swiper-button-next:after,
.projectDetail-imgVideo-slider .swiper-button-prev:after {
    font-size: 20px;
}

.projectDetail-imgVideo-slider .swiper-button-next {
    border-radius: 3px 0 0 3px;
    right: 0;
}

.projectDetail-imgVideo-slider .swiper-button-prev {
    border-radius: 0 3px 3px 0;
    left: 0;
}

.projectDetail-imgVideo-slider .swiper-button-next.swiper-button-disabled,
.projectDetail-imgVideo-slider .swiper-button-prev.swiper-button-disabled {
    border: none;
    color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.35);
}

/* ------- end projectDetail-imgVideo-slider --------- */

/* ------- projectDetail-fileFolder-modal ------- */

.projectDetail-fileFolder-modal {
    padding-right: 0 !important;
    background-color: #fff;
}

.projectDetail-fileFolder-modal .swiper-button-prev:after,
.projectDetail-fileFolder-modal .swiper-container-rtl .swiper-button-next:after,
.projectDetail-fileFolder-modal .swiper-button-next:after,
.projectDetail-fileFolder-modal .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px;
    color: #8a92af;
}

.projectDetail-fileFolder-modal .swiper-button-next,
.projectDetail-fileFolder-modal .swiper-container-rtl .swiper-button-prev {
    right: 5px;
}

.projectDetail-fileFolder-modal .swiper-button-prev,
.projectDetail-fileFolder-modal .swiper-container-rtl .swiper-button-next {
    left: 5px;
}

.projectDetail-fileFolder-modal .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
}

.projectDetail-fileFolder-modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 100%;
}

.projectDetail-fileFolder-modal .modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.projectDetail-fileFolder-modal .modal-body {
    min-height: calc(100% - 92px);
    padding: 0;
    overflow-y: auto;
}

.projectDetail-fileFolder-slider {
    position: relative;
    background-color: #fafbff;
    height: 90px;
    padding-left: 20px;
    padding-right: 20px;
}



.projectDetail-fileFolder-slider .swiper-slide {
    background-color: transparent;
}

.projectDetail-fileFolder-slider .swiper-container {
    padding-bottom: 7px;
}

.projectDetail-fileFolder-slider .folderImgBox-holder {
    padding: 12px 10px;
    width: 100%;
}


.projectDetail-fileFolder-slider .folderImgBox-holder.activeBox {
    background-color: #e3ecfb;
    box-shadow: inset 0 -2px 0 0 #264d90;
    position: relative;
}

.projectDetail-fileFolder-slider .folderImgBox-holder.activeBox:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #264d90 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-img-holder {
    width: 65px;
    height: 65px;
    position: relative;
    margin: 0 auto;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-img-holder .folderImg {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .playBtn-holder {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .playBtn-holder img {
    width: 100%;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-box {
    width: 100%;
    margin: auto;
    text-align: center;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-box .folder-icon-box {
    width: 50px;
    height: 47px;
    position: relative;
    margin: 0 auto 5px;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-box .folder-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-box .folder-icon-box .number-text {
    font-size: 12px;
    line-height: 1.4;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 17px;
    opacity: 0.7;
}

.projectDetail-fileFolder-slider .folderImgBox-holder .folder-box .folder-name-text {
    font-size: 12px;
    line-height: 1.2;
    color: #242424;
    margin: 0;
}


/* ------- fileFolder-detail-slider --------- */
.fileFolder-detail-slider {
    position: relative;
}

.fileFolder-detail-slider .swiper-slide {
    background-color: transparent;
}

.fileFolder-detail-slider .img-slide {
    width: 100%;
    padding: 62.5% 0 0 0;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.fileFolder-detail-slider .img-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fileFolder-detail-slider .video-slide {
    width: 100%;
    padding: 62.5% 0 0 0;
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.fileFolder-detail-slider .video-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.fileFolder-detail-slider .video-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fileFolder-detail-slider .swiper-pagination {
    top: 10px;
    right: 10px;
    width: auto;
    left: auto;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px 10px;
    border-radius: 4px;
}

.fileFolder-detail-slider .pagination-text {
    font-size: 12px;
    line-height: 1.14;
    color: #ffffff;
}


.fileFolder-detail-slider .swiper-button-next,
.fileFolder-detail-slider .swiper-button-prev {
    width: 48px;
    height: 38px;
    border: none;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    background-image: none;
    opacity: 1 !important;
    box-shadow: none;
    transform: translateY(0);
}

.fileFolder-detail-slider .swiper-button-next:after,
.fileFolder-detail-slider .swiper-button-prev:after {
    font-size: 20px;
}

.fileFolder-detail-slider .swiper-button-next {
    border-radius: 3px 0 0 3px;
    right: 0;
}

.fileFolder-detail-slider .swiper-button-prev {
    border-radius: 0 3px 3px 0;
    left: 0;
}

.fileFolder-detail-slider .swiper-button-next.swiper-button-disabled,
.fileFolder-detail-slider .swiper-button-prev.swiper-button-disabled {
    border: none;
    color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.35);
}

/* -------- end fileFolder-detail-slider --------- */
.fileFolder-detail-container {
    padding: 50px;
    position: relative;
}

.fileFolder-detail-container .dsc-heading-block .headingText {
    color: #242424;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
}

.fileFolder-detail-container .dsc-content p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}

.fileFolder-detail-container .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.propertylist-criteria-infobox .lead {
    font-weight: 400;
}

/*** theme 7 ***/
body.overflow {
    overflow: hidden;
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 99;
    display: none;
}

.menu-open-btn {
    display: none;
}

.menu-close-btn {
    display: none;
}

.section-gap {
    padding-top: 0px;
    padding-bottom: 80px;
}

.btn.new-btn {
    height: 45px;
    padding: 2px 19px 0px;
    line-height: 0.9;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 150px;
    line-height: 43px;
}

.btn.new-btn.green-btn {
    background: #111;
    color: #fff;
}

.btn.new-btn.green-btn:hover {
    background: #094ea7;
    /* background: #591067; */
    color: #fff;
}

.section-head {
    margin-bottom: 40px;
}

.section-head {
    margin-bottom: 40px;
}

.section-head .section-title {
  padding-bottom: 30px;
    position: relative;
    z-index: 0;
    text-align: left;
    font-weight: 500;
    font-family: 'Prata', serif;
    margin: 0;
    text-transform: uppercase;
    color: #094ea7;
    font-size: 69px;
    letter-spacing: 0.100em;

}

.section-head .section-title:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #000;
}

.section-head.text-center .section-title:after {
    right: 0;
    margin: auto;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 62px 0;
background-image: linear-gradient(180deg, #464646, #000 5%, #111 10%, rgba(37, 108, 165, 0));
}

.main-header .container {
    width: 1550px;
    max-width: 100%;
}

.main-header .header-inner {
    position: relative;
}

.main-header .header-logo {
max-width: 200px;
    position: absolute;
    z-index: 1;
    margin-top: 64px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

}

.main-header .header-logo img {
       display: block;
    max-width: 150%;
  margin-left: -25px;


}

.main-header .main-menu&gt;ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header .main-menu li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.main-header .main-menu li:nth-child(1) {
margin-left: 306px;
}

.main-header .main-menu li:not(:last-child) {
    margin-right: 28px;
}




.main-header .main-menu ul&gt;li&gt;a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.main-header .main-menu&gt;ul&gt;li&gt;a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    left: auto;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.main-header .main-menu&gt;ul&gt;li.active&gt;a:after,
.main-header .main-menu&gt;ul&gt;li&gt;a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.main-header .main-menu&gt;ul&gt;li&gt;ul {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0px 0;
    margin: 0;
    z-index: -999;
    background: #ffffff;
    width: 180px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
}

.main-header .main-menu&gt;ul&gt;li&gt;ul:before {
    content: '';
    bottom: 100%;
    height: 7px;
    left: 0;
    right: 0;
    background: transparent;
    position: absolute;
    z-index: 0;
}

.main-header .main-menu&gt;ul&gt;li:hover&gt;ul {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    padding: 8px 0;
}

.main-header .main-menu&gt;ul&gt;li&gt;ul&gt;li {
    margin: 0 0 !important;
    text-transform: capitalize;
}

.main-header .main-menu&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    color: #000;
    padding: 7px 15px;
}

.main-header .main-menu&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover,
.main-header .main-menu&gt;ul&gt;li&gt;ul&gt;li.active&gt;a {
    color: #000;
}

.main-header .subToggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.main-header .subToggle:after {
    content: '';
    width: 12px;
    height: 7px;
    top: 0px;
    bottom: 0;
    left: 0;
    right: -8px;
    background: url('../images/menu-toggle.png') no-repeat center center;
    margin: auto;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.main-header .subToggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-header .header-right {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.is-contact-page .main-header {
    padding: 46px 0;
}

.language-box {
    position: relative;
    z-index: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.language-box ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    list-style: none;
    padding: 4px 0 0 0;
    margin: 0;
    display: none;
    background-color: rgba(245, 245, 245, 0.7);
    padding: 5px;
    border-radius: 0 0 8px 8px;
}

.language-box li:not(:last-child) {
    margin-bottom: 4px;
}

.language-box img {

    height: auto;

}

.language-box img,
.language-box span {
    display: inline-block;
    vertical-align: middle;
    color: #6c757d;
}

.language-box .select-language span {
    color: #fff;
}

.language-box .select-language {
    background: url('../images/drop-down-l.png') no-repeat 100% center;
    padding-right: 15px;
    min-width: 35px;
}

.header-right .contact-box {
    margin-left: 20px;
}

.header-right .contact-box a {
    display: inline-block;
    vertical-align: middle;
}

.header-right .contact-box a:not(:last-child) {
    margin-right: 16px;
}


.home-banner img {
    display: block;
    max-width: 100%;
}

.home-banner .banner-list {
    position: relative;
    z-index: 0;
}

.home-banner .banner-list figure {
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 48.65% 0 0 0;
    min-height: 800px;
    position: relative;
    z-index: 0;
}

.home-banner .banner-list figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.home-banner .banner-video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner .banner-video video {
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    object-position: center center;
    object-fit: cover;
    margin: 0 auto;
}

.home-banner .banner-form {
   z-index: 3;
width: 771px;
max-width: 100%;
top: 60px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
padding-left: 15px;
padding-right: 15px;
}

.home-banner .banner-form-inner {
    width: 100%;
    padding: 20px 20px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.home-banner .form-group {
    margin-bottom: 0;
    width: calc(100% - 150px);
    padding-right: 20px;
}

.home-banner .form-control {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    padding: 0 20px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.home-banner ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777;
}

.home-banner ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
}

.home-banner :-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}

.home-banner :-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
}

.home-banner .fromBox .btn.new-btn {
    width: 150px;
}


.featured-property-section {
    background: #f6f6f6;
    overflow: hidden;
}

.featured-property-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.featured-property-section .list-wrapper .holder {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.featured-property-section .list-item {
    width: 314px;
    /* padding: 0 9px; */
}

.featured-property-section .background-box {
    width: 100%;
    height: 0;
    padding: 139.18% 0 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ededed;
}

.featured-property-section .background-box:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    opacity: 0;
}

.featured-property-section .list-wrapper .holder:hover .background-box:after {
    opacity: 0.3;
}

.featured-property-section .list-content {
    width: 70%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0,0,0.7);
    padding: 20px 20px 20px;
    color: #fff;




}

.featured-property-section .list-wrapper .holder:hover .list-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.featured-property-section h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 600;
    color: #0a2f4d;
}

.featured-property-section h3 a {
    color: #fff;
}

.featured-property-section h3 a:hover {
    color: #fff;
}

.featured-property-section .price-text {
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.featured-property-section .price-text strong {
    font-weight: 700;
    padding-right: 12px;
    margin-right: 13px;
    position: relative;
}

.featured-property-section .price-text strong:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -1px;
    background: #666;
}

.featured-property-section .info-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}

.featured-property-section img {
    max-width: 100%;
    display: block;
}

.featured-property-section .swiper-button-prev,
.featured-property-section .swiper-button-next {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.featured-property-section .swiper-button-prev:hover,
.featured-property-section .swiper-button-next:hover {
    color: #fff;
    background-color: #000;
    ;
}

.featured-property-section .swiper-button-prev:after,
.featured-property-section .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
}

.featured-property-section .swiper-button-prev {
    left: -26px;
}

.featured-property-section .swiper-button-next {
    right: -26px;
}


.featured-neighborhoods-section {
    background: #fff;
}

.featured-neighborhoods-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.featured-tab-section .tab-nav {
    margin-bottom: 42px;
}

.featured-tab-section .tab-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 16px;
    margin: 0;
    list-style: none;
}

.featured-tab-section .tab-nav ul li {
    /* -webkit-transition: 0.3s;
  transition: 0.3s; */
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
}

.featured-tab-section .tab-nav ul li a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.featured-tab-section .tab-nav ul li a:after {
    position: absolute;
    content: '';
    z-index: 0;
    background: #000;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -16px;
    pointer-events: none;
    opacity: 0;
}

.featured-tab-section .tab-nav ul li.tabActive a:after {
    opacity: 1;
}

.featured-tab-section .tab-nav ul li.tabActive {
    font-weight: 500;
    /* color: #000; */
}

.featured-tab-section .tab-nav ul li:not(:last-child):after {
    content: '|';
    font-weight: 300 !important;
    color: #000 !important;
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: none;
}

.featured-tab-section .left-panel {
    width: calc(100% - 339px);
    padding-right: 11px;
}

.featured-tab-section img {
    max-width: 100%;
    display: block;
}

.featured-tab-section .left-panel figure {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
    /* padding: 61.5% 0 0 0; */
    margin-bottom: 20px;
    height: 575px;
}

.featured-tab-section .left-panel figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.featured-tab-section .right-panel {
    width: 339px;
}

.featured-tab-section .right-panel .small-list {
    padding: 10px 10px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.featured-tab-section .right-panel .small-list.current {
    background: #f2f2f2;
}

.featured-tab-section .right-panel figure {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
    padding: 65.31% 0 0 0;
}

.featured-tab-section .right-panel figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.featured-tab-section .right-panel .imageBox {
    width: 147px;
}

.featured-tab-section .right-panel .text-box {
    width: calc(100% - 147px);
    padding-left: 20px;
}

.featured-tab-section .right-panel .text-box p {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
    margin: 0;
}

.featured-tab-section .main-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 50px;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    font-weight: 500;
    position: relative;
}

.featured-tab-section .main-content ul:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    height: 2px;
    width: 35px;
    background: #666666;
}

.featured-tab-section .main-content ul li {
    position: relative;
}

.featured-tab-section .main-content ul li:not(:last-child):after {
    content: '|';
    padding-left: 9px;
    padding-right: 9px;
    pointer-events: none;
}

.featured-tab-section .main-content .heading-box {
    width: calc(100% - 150px);
    padding-right: 20px;
}

.featured-tab-section .main-content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    color: #000;
}

.featured-tab-section .scrollbox {
    height: 575px;
}

.featured-tab-section .mCSB_inside&gt;.mCSB_container {
    margin-right: 16px;
}

.featured-tab-section .mCSB_scrollTools .mCSB_draggerContainer {
    left: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(0 0 0) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d7d7d7;
    width: 3px;
}

.featured-neighborhoods-section .section-head {
    margin-bottom: 30px;
}

.our-development-section {
    background: #f6f6f6;
    overflow: hidden;
}

.our-development-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.our-development-section .section-head {
    margin-bottom: 30px;
}

.our-development-tab-section .tab-nav2 {
    margin-bottom: 42px;
}

.our-development-tab-section .tab-nav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 16px;
    margin: 0;
    list-style: none;
}

.our-development-tab-section .tab-nav2 ul li {
    /* -webkit-transition: 0.3s;
  transition: 0.3s; */
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
}

.our-development-tab-section .tab-nav2 ul li a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.our-development-tab-section .tab-nav2 ul li a:after {
    position: absolute;
    content: '';
    z-index: 0;
    background: #000;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -16px;
    pointer-events: none;
    opacity: 0;
}

.our-development-tab-section .tab-nav2 ul li.tabActive a:after {
    opacity: 1;
}

.our-development-tab-section .tab-nav2 ul li.tabActive {
    font-weight: 500;
    /* color: #000; */
}

.our-development-tab-section .tab-nav2 ul li:not(:last-child):after {
    content: '|';
    font-weight: 300 !important;
    color: #000 !important;
    padding-left: 20px;
    padding-right: 20px;
    pointer-events: none;
}

.our-development-section .list-item {
    width: 314px;
    /* padding: 0 9px; */
}

.our-development-section .background-box {
    width: 100%;
    height: 0;
    padding: 139.18% 0 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #ededed;
}

.our-development-section .background-box:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    opacity: 0;
}

.our-development-section .list-wrapper .holder:hover .background-box:after {
    opacity: 0.3;
}

.our-development-section .list-content {
    width: 70%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0,0,0.7);
    padding: 20px 20px 20px;
    color: #fff;


}

.our-development-section .list-wrapper .holder:hover .list-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.our-development-section h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 500;
    color: #094ea7;
}

.our-development-section p {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}

.our-development-section h3 a {
    color: #fff;
}

.our-development-section h3 a:hover {
    color: #fff;
}

.our-development-section .list-wrapper .holder {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.our-development-section .button-holder {
    margin-top: 50px;
}

.development-navigation .swiper-button-prev,
.development-navigation .swiper-button-next {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.development-navigation .swiper-button-prev:hover,
.development-navigation .swiper-button-next:hover {
    color: #fff;
    background-color: #000;
    ;
}

.development-navigation .swiper-button-prev:after,
.development-navigation .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
}

.development-navigation .swiper-button-prev {
    left: -26px;
}

.development-navigation .swiper-button-next {
    right: -26px;
}


.real-estate-news-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.real-estate-news-section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.real-estate-news-section p:last-child {
    margin-bottom: 0 !important;
}

.real-estate-news-section .section-head {
    margin-bottom: 58px;
}

.real-estate-news-section .container-fluid {
    position: relative;
    z-index: 2;
}

.real-estate-news-section::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.real-estate-news-section .date-box {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 23px;
}

.real-estate-news-section .date-box .news-date {
    display: block;
}

.real-estate-news-section h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 19px;
    color: #fff;
}

.real-estate-news-section h3 a {
    color: inherit;
}

.real-estate-news-section h3 a:hover {
    color: #094ea7;
}

.real-estate-news-section .list-item p {
    font-size: 14px;
    line-height: 1.71;
}

.real-estate-news-section .list-item {
    /* padding: 0 26px; */
}

.newsSlide-navigation {
    padding-top: 50px;
}

.newsSlide-navigation .swiper-button-prev,
.newsSlide-navigation .swiper-button-next {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 8px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.newsSlide-navigation .swiper-button-prev:hover,
.newsSlide-navigation .swiper-button-next:hover {
    color: #fff;
    background-color: #094ea7;
    ;
}

.newsSlide-navigation .swiper-button-prev:after,
.newsSlide-navigation .swiper-button-next:after {
    font-size: 16px;
    font-weight: 700;
}


.home-bottom-section {}

.home-bottom-section .container {
    width: 1130px;
    max-width: 100%;
}

.home-bottom-section .container {
    width: 1300px;
    max-width: 100%;
}

.home-bottom-section .top-info {
    width: 1300px;
    max-width: 100%;
}

.home-bottom-section .profile-info {
width: 250px;
    padding-right: 15px;
    border-right: 1px solid #979797;
}

.home-bottom-section .profile-info figure {
    width: 250px;
    height: 138px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.home-bottom-section .profile-info figure img {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180%;
    object-fit: cover;
    max-width: inherit;
    display: block;
border-radius: 0%;
box-shadow: 0 0 0px rgba(0,0,0,0.4);
  margin-top: -20px;

}

.home-bottom-section .profile-info .user-text {
    width: calc(100% - 199px);
    padding-left: 20px;
display:none;
}

.home-bottom-section .profile-info .info-title {
    display: block;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.home-bottom-section .profile-info .info-name {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.home-bottom-section .info-right {
    width: calc(100% - 450px);
    padding-left: 55px;
    font-size: 16px;
    line-height: 1.63;
    color: #000;
    font-weight: 400;
}

.home-bottom-section .info-right a {
    color: inherit;
}

.home-bottom-section .info-right a:hover {
    color: #000;
}

.home-bottom-section .info-right .image-box img {
    display: block;
    max-width: 100%;
display: none;
}

.home-bottom-section .info-right .image-box {
    width: 152px;
}

.home-bottom-section .info-right .contact-box {
    max-width: 360px;
}


.home-bottom-section .info-right .contact-box:nth-child(2) {
    max-width: inherit;
}

.home-bottom-section .info-right .info-row {
    position: relative;
    z-index: 0;
    padding-left: 26px;
    margin-bottom: 20px;
}

.home-bottom-section .info-right .info-row:last-child {
    margin-bottom: 0;
}

.home-bottom-section .info-right .info-row img {
    max-width: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bottom-section .info-right .info-row .title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    margin-bottom: 6px;
}

.home-bottom-section .info-right .info-row p {
    margin-bottom: 0;
    font-weight: 400;
}

.home-bottom-section .top-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.home-bottom-section .swiper-wrapper {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.home-bottom-section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.home-bottom-section .bottom-info {
    padding-top:23px;
}

.main-footer {
    padding: 40px 0 80px;
    background: #111;
    color: #fff;
}

.main-footer a{
    
 
    color:#e8c663;
}

.main-footer .container {
    width: 1190px;
    max-width: 100%;
}

.main-footer .footerMenu {
    margin-bottom: 35px;
}

.main-footer .footerMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.main-footer .footerMenu ul li:not(:last-child):after {
    content: '|';
    padding-left: 13px;
    padding-right: 13px;
}

.main-footer .footerMenu ul li {
    font-size: 12px;
    line-height: 16px;

    margin-bottom: 5px;
}

.main-footer .footerMenu ul li a {
    color: #fff;
}

.main-footer .footerMenu ul li.active a,
.main-footer .footerMenu ul li a:hover {
    color: #094ea7;
}

.main-footer .footerLogo {
    width: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.main-footer .footerLogo img {
    display: block;
    max-width: 100%;
}

.main-footer .footerContent p,
.main-footer .powerBy p,
.main-footer .copyRight p {
    margin-bottom: 0;
}

.main-footer .footerContent {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
}

.main-footer .powerBy,
.main-footer .copyRight {
    font-size: 14px;
    line-height: 26px;
}

.social-icons a, .social-icons img {
     color: #000;
  line-height: 50px;
  display: block;
  font-size: 30px;

}
.social-icons a:hover {
     color: #094ea7;
}

.not-home .main-header {

  background-repeat: no-repeat;
    object-fit: cover;
    max-width: inherit;
    width: 100%;
    background-position: center;
}
/* ========= rimpa 21-06-21 ======== */
.middle_searchform .dropdown .custom_radio input[type="radio"]+label::after {
    content: "";
    opacity: 0.8;
    border: solid 1.2px rgba(151, 151, 151, 0.49);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
}
.middle_searchform .dropdown .custom_radio input[type="radio"]:checked+label::after{
    content: "";
    background: #2d699e;
    border: solid 1.2px #2d699e;
}
.middle_searchform .dropdown .custom_radio input[type="radio"]+label::before {
    content: "";
}
.middle_searchform .dropdown .custom_radio input[type="radio"]:checked+label::before {
    content: "";
    background-image: url(fonts/check-wht-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    width: 16px;
    height: 10px;
    top: 6px;
    left: 2px;
}
.middle_searchform .dropdown .custom_radio input[type="radio"]+label {
    padding-left: 28px;
    font: 600 12px/22px Roboto,Arial;
    color: #000000;
}
.middle_searchform .dropdown .btn-holder,.topsearch_collapse .btn-holder{
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.middle_searchform .dropdown .btn-holder-row,.topsearch_collapse .btn-holder-row{
    margin-left: -5px;
    margin-right: -5px;
}
.topsearch_collapse .btn-box,.middle_searchform .dropdown .btn-box{
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
}
.our_listings_virtual_tour{
                    position: absolute;
                    left: 0;
                    bottom: auto;
                    font-size: 14px;
                    color: #fff !important;
                    text-decoration: none !important;
                    font-weight: 500;
                    text-align: center;
                    padding: 6px;
                    background: rgba(0,0,0,0.6);
                    transition: all ease-in-out 200ms;
                    top: 0;
                    z-index: 4;
                    display: inline-block;
                    opacity: 0;
                    right: auto;
                }
                
                .result-blocks .result-block:hover .our_listings_virtual_tour{
                    opacity: 1;
                }.topsearch_collapse .btn-box .btn,.middle_searchform .dropdown .btn-box .btn{
    width: 100%;
}
#advance_collapse {
    /* min-width: 695px; */
    text-align: left;
    padding: 15px 25px;
    right: 0;
}

.price-list-wrap{
  display: flex;
  align-items: flex-start;
}

.price-list-wrap .price-list-col .input-box-holder{
    flex: 1 1 0;
    margin-bottom: 10px;
}
.price-list-wrap .price-list-col .input-box-holder input{
  border-radius: 1px;
  border: solid 1px #d1d1d5;
  width: 100%;
  background-color: #fff;
  padding: 12px;
  color: #333;
  height: 40px;
}
.price-list-wrap .price-middle-gap{
  width: 40px;
  height: 2px;
  position: relative;
}
.price-list-wrap .price-middle-gap:after{
  content: '';
  background-color: #d1d1d5;
  width: 16px;
  height: 2px;
  left: 10px;
  top: 20px;
  position: absolute;
}
.price-show {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 14px;
}
.price-filter-options.disabled .price-show{
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.topsearch_collapse h4.titleText{
  border-bottom: none;
  padding-bottom: 0;
}
/* ========== end rimpa 28/04/21 ========== */

	.c761_info_go 

		{

			position: relative;

			color: #FFF;
margin-top:30px;
			background-color: #000;

			font-family: 'Poppins', sans-serif;





			padding: 20px 20px;

			

			display: inline-block;

			

			font-size:18px;

			font-weight: 300;

			

			text-transform: capitalize;

			letter-spacing: 2px;

			text-decoration: none;		

			transition: 0.3s;

			z-index: 1;	

		}

		

		.c761_info_go a:hover

		{

			color: #fff;

			text-decoration: none;

			/*transform: scale(1.1);*/

		}

		

		a.c761_info_go:hover .c761_info_go_overlay

		{

			background-color: #FFF;

			border: 1px solid #000;

		}



		a.c761_info_go:hover

		{

				color: #000;
background:#fff;
			border:1px solid #000;
			text-decoration: none;

			/*transform: scale(1.1);*/

		}

		

		a.c761_info_go:hover .c761_info_go_overlay

		{

			background-color: #FFF;

			border: 1px solid #000;

		}

					.c12_wwu_1 { background-image: url(../images/crm-min.jpg); }
			.c12_wwu_1_overlay {  background-color: rgba(0,0,0,0.5); }



	.c12_wwu_1
	{
		position: relative;
		padding: 140px 80px 160px 80px;
		width: 100%;
		text-align: center;
		
		color: #FFF;
		background-color: #000;
		text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
		
		font-family: "Montserrat", sans-serif;
		
		min-height: 400px;
		border-top: 0px solid #000;
		border-bottom: 0px solid #000;
		/*
		background-image: url(../images/crm.jpg);
		*/
		background-position:center 0; 
		background-attachment:fixed;
		background-size:cover;  
		background-repeat: no-repeat;
display:none;
		
	}
	
	.c12_wwu_1_inner
	{
		position: relative;
		z-index: 2;
		width: 33%;
		margin: 0 auto;
		float: left;
		border-right: 1px solid #666666;
	
		
	}	
	.c12_wwu_1_title
	{
		font-size: 44px;	
		font-weight:400;
		padding: 0px;
		margin: 0px;
		line-height: 40px;
		font-weight: 400;
		letter-spacing: 1px;
	
	
	}
	.c12_wwu_1_info
	{
		font-size: 16px;
		padding: 0px 30px;
		line-height: 22px;
		font-weight: 300;
		letter-spacing: 1px;
	}
	.c12_wwu_1_overlay
	{
	        position: absolute;
	        z-index: 0;
	        top: 0;
	        bottom: 0;
	        left: 0;
	        right: 0;
display:none;
	        background-color: rgba(0,0,0,0.0);
			opacity: 1.0; 
	}
	.c12_wwu_1_title_main
	{
		font-family: 'Lato', sans-serif; 
		font-size: 5vw; 
		font-weight: 200; 
		text-align: center; 
		background-color: #EEE;
	}
	@media only screen and (max-width : 767px)
	{
		.c12_wwu_1
		{
			padding: 40px 20px 60px 20px;
			text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
			background-attachment:inherit;
		}
		.c12_wwu_1_info
		{
			font-size: 14px;
		}
		.c12_wwu_1_inner
		{
			width: 100%;
			margin: 0 auto;
			float: none;
			border: 0px solid #FFF;
			border-bottom: 1px solid #FFF;
			margin-bottom: 20px;
		}
		.c12_wwu_1_overlay
		{
			 background-position:center 0px;
			 background-attachment:inherit;
		}
		.c12_wwu_1_title
		{
			font-size:24px;
			white-space: nowrap;	
			line-height: 30px;
			padding:20px;
			padding-bottom: 0px;
		}
		.c12_wwu_1_title_main
		{
			font-size: 34px;
			padding: 30px;
		}
		
	}


			.c13_footer
			{
				position: relative;
				/*padding: 60px 80px 80px 80px;*/
				width: 100%;
				
				color: #000;
				background-color: #EFEFEF;
				font-family: "Poppins", sans-serif;
				text-align: left;
				font-size: 16px;
				font-weight: 300;
				letter-spacing: 1px;
				
				/*min-height: 400px;*/
				
				/*background-image: url('https://my.realtynetmedia.com/uploads/shared/v3/img/d3_banner_bg_900.jpg');	*/
				background-size:cover;
		        background-position:center top;
		        background-attachment: fixed;
			}
			
			.c13_footer_links_area,.c13_footer_contact_area
			{
				position: relative;
				width: 100%;
				padding: 60px 80px 80px 80px;
				z-index: 2;
    background: #000;
    color: #fff;
			}


			.c13_footer_links_area,.c13_footer_contact_area a
			{
			
    color: #fff;
			}




			.c13_footer_links_area
			{
				background-color: #FFF;
			}
			.c13_footer a
			{
				color: #fff;
				text-decoration: none;
				transition: 0.3s;
			}
			
			.c13_footer a:hover
			{
				text-decoration: underline;
			}
			
			.c13_footer_inner
			{
				width: 26%;
margin: 0 auto;
float: left;
border-right: 0px solid #666666;
transition: all .25s ease-in-out;
font-family: "Poppins", sans-serif;
text-align: left;
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;

			}


			.c13_footer_inner1
			{
				width: 19%;
margin: 0 auto;
float: left;
border-right: 0px solid #666666;
transition: all .25s ease-in-out;
font-family: "Poppins", sans-serif;
text-align: left;
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;

			}



.c13_footer_inner a
			{
				width: 11%;
				margin: 0 auto;
				float: left;
				border-right: 0px solid #666666;
				transition: all .25s ease-in-out;	

			}
			
			.c13_footer_main_title
			{
				position: relative;
				font-size: 50px;
				margin-bottom: 50px;
				font-weight: 100; 
				text-align: center; 
				position: relative; 
				text-transform: uppercase;
			}
			
			.c13_footer_sub_title
			{
				position: relative;
				font-size: 35px;
				margin-bottom: 40px;
				padding-top: 20px;
				font-weight: 200; 
				text-align: center; 
				text-transform: uppercase;
				z-index: 2;
			}
			.c13_footer_main_title_divider
			{
				position: relative;
				width: 10%;
				margin: 0 auto;
				height: 1px;
				border-bottom: 2px solid #666666;
			}
			.c13_footer_title
			{
				font-size: 15px;	
				font-weight:700;
				line-height: 40px;
				letter-spacing: 2px;
				text-transform: uppercase;
				padding: 0px 0px 20px 0px;
				margin: 0px;
				clear: both;
			}
		
			.c13_footer_si
			{
			   font-size: 30px;
			}
		   
		 	
			.c13_footer_go_overlay
			{
				position: absolute;	
				background-color: #019CBD;
				border: 1px solid #019CBD;
				
				background-color: #000;
				border: 1px solid #000;
				
				top:0;
				bottom: 0;
				left: 0;
				right: 0;
				transition: 0.3s;
				z-index: 0;
			}
			
			.c13_footer_go_text
			{
				position: relative;
				z-index: 1;
			}
			
					
			a.c13_footer_go 
			{
				position: relative;
			
				color: #FFF;
				background-color: #000;
				
				padding: 8px 33px;
				margin-top: 30px;
				display: inline-block;
				
				font-size:14px;
				font-weight: 500;
				text-transform: uppercase;
				letter-spacing: 2px;
				text-decoration: none;		
				transition: 0.1s;
				white-space: nowrap;
				z-index: 1;
				
			}
			
			a.c13_footer_go:hover
			{
				color: #000;
				text-shadow: none;
				text-decoration: none;
			}
			
			a.c13_footer_go:hover .c13_footer_go_overlay
			{
				background-color: #FFF;
				border: 1px solid #000;
			}
			
			
			.c13_footer_disclaimer
			{
				position: relative;
				padding-top: 60px;
				font-size: 13px;
			}
			
			
		   @media only screen and (max-width : 800px)
		   {
			   	.c13_footer_links_area,.c13_footer_contact_area
				{
					padding: 30px 20px 80px 20px;
				}
			   	
				.c13_footer_inner
				{
width: 53%;
					margin: 0 auto;
					float: none;
					border: 0px solid #FFF;
					border-bottom: 0px solid #666666;
					padding-bottom: 40px;
					margin: 20px 0px 0px 0px;
					
					
				}
				.c13_footer_main_title
				{
					
					text-align: center;
					margin-bottom: 30px;
					font-size:24px;
					font-weight:700;
					white-space: nowrap;	
					line-height: 40px;
					
				}
				.c13_footer_main_title_divider
				{
					margin: 0 auto;
					padding-top: 20px;
				}
				.c13_footer_title
				{
					font-size:24px;
					white-space: nowrap;	
					line-height: 40px;
					padding:0px;
					padding-bottom: 0px;
				}
				.c13_footer_hide_on_mobile
				{
					display: none;
				}
			}	
			
			
			
			
			
						
						.c13_footer,.c13_footer a
			{
				color: #FFF;
			}
			.c13_footer
			{
				background-color: #000;
				text-shadow: 0px 1px 1px #000;
			}
			.c13_footer_links_area
			{
				background-color:#333333;
			}
			.c13_footer_main_title_divider
			{
				border-bottom: 2px solid #EFEFEF;
			}
		
			
			
						.c13_footer_go_overlay
			{
				background-color: #FFF;
				border: 1px solid #FFF;
			}
			a.c13_footer_go:hover .c13_footer_go_overlay
			{
				background-color: #000;
				border: 1px solid #0000;
			}
			a.c13_footer_go
			{
				color: #000;
				background-color: #FFF;
				text-shadow: none;	
			}
			a.c13_footer_go:hover
			{
				color: #FFF;
				text-shadow: none;
			}

.v3_credit_disclaimers
	{
		min-height:100px; 
		margin: 0 auto; 
		padding: 20px 90px 20px 90px; 
		font-size: 14px;
		background-color: #F9F9F9;
		
	}
	.v3_credit_disclaimers a, .v3_credit_disclaimers a:visited
	{
		color:#000000;
	}
	.v3_credit_disclaimers_left
	{
		text-align: left;
	}
	.v3_credit_disclaimers_right
	{
		text-align: right; 
		letter-spacing:1px; 
	}
	.v3_credit_disclaimers_right img
	{
		max-height: 20px;
		width: auto;
	}
	.v3_credit_disclaimers_right strong
	{
		font-weight: 700;
		/*
		background-color: #EFEFEF;
		padding: 5px 8px;
		*/
	}
	
	@media only screen and (max-width : 800px)
	{
		.v3_credit_disclaimers
		{
			padding: 40px 0px 40px 0px; 
		}
   		.v3_credit_disclaimers_left,.v3_credit_disclaimers_right
		{
			text-align: center; 
		}
		.v3_credit_disclaimers_left
		{
			font-size: 12px;
			text-align: center;
		}
		.v3_credit_disclaimers_right
		{
			text-align: center;
			padding: 20px 0px 30px 0px;
		}
	}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background: url("../images/contact-bg.png") left top no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: #d5232b;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background:#d5232b;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
    text-transform: uppercase;
}

.contact .php-email-form button[type=submit]:hover {
  background: #000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
                        .dropdown-rating-label {
                            width: 100%;
                        }
                
                        .dropdown-rating-label .rating {
                            padding-left: 8px;
                        }
                
                        .dropdown-rating-label .rating li span,
                        .rating li span.bath-label {
                            position: relative;
                        }
                
                        .dropdown-rating-label .rating li span cite.blockedelm {
                            position: absolute;
                            right: 5px;
                            top: 0;
                            line-height: 18px;
                            font-size: 10px;
                            font-weight: 700;
                        }
                
                        .dropdown-rating-label button {
                            border: none;
                            background-color: white;
                            width: 100%;
                            text-align: left;
                            min-height: 42px;
                            padding: 5px 10px;
                            border-radius: 2px;
                            color: #555;
                            font-size: 14px;
                        }
                
.search-result-listing .result-heading .result-headingText-holder {
                    float: left;
                    display: flex;
                    align-items: center;
                }
                 
                @media screen and (max-width: 767px) {
                    .search-result-listing .result-heading .result-headingText-holder {
                        float: none;
                        text-align: center;
                        display: block;
                    }
                }
                 
                .search-result-listing .result-heading .result-headingText-holder .headingText1 {
                    font-weight: bold;
                    font-size: 25px;
                    letter-spacing: 1px;
                    margin: 0 10px 0 0;
                }
                 
                .search-result-listing .result-heading .result-headingText-holder .headingText2 {
                    font-weight: 400;
                    font-size: 19px;
                    letter-spacing: 1px;
                    margin: 0;
                    position: relative;
                    top: 2px;
                }                        .dropdown-rating-label button .caret {
                            position: absolute;
                            top: 19px;
                            right: 10px;
                        }
                                    #refresh-button {
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        background-color: #000;
                                        width: 36px;
                                        height: 36px;
                                        border-radius: 50%;
                                        box-shadow: 0 0 0 2px #111;
                                        z-index: 100;
                                        position: fixed;
                                        top: 50%;
                                        -webkit-transform: translateY(-50%);
                                        -ms-transform: translateY(-50%);
                                        transform: translateY(-50%);
                                        text-align: center;
                                        left: 17px;
                                        font-weight: 400;
                                        line-height: 2.4 !important;
                                    }



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}


.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  height: 100%;
  background: url(../images/footer.jpg) center center / cover no-repeat;
  z-index: 0;
  opacity: 0.5;
}
.footer .footer-top {
  background-color: color-mix(in srgb, var(--background-color), white 5%);
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
padding: 30px 0;
  z-index: 2;
  position: absolute;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: color-mix(in srgb, var(--default-color), transparent 92%);
  color: var(--accent-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  text-decoration: none;
}


.dropdown:hover .dropdown-content {display: block;}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}


.show {
display: table !important;
}</pre></body></html>