/* Luxury Estates */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/*
	font-family: 'Outfit', sans-serif;

*/

/*
	font-family: 'Outfit', sans-serif;
	font-family: 'Gotham_Book', Arial, sans-serif;
	font-family: 'Gotham_Medium', Arial, sans-serif;
	font-family: 'Gotham_Bold', Arial, sans-serif;

*/

@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



@font-face {
    font-family: 'Gotham_Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/Gotham-Book.svg#Gotham_Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_Medium';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamMedium.woff') format('woff'),
         url('../fonts/GothamMedium.ttf') format('truetype'),
         url('../fonts/GothamMedium.svg#Gotham_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_Bold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBold.woff') format('woff'),
         url('../fonts/GothamBold.ttf') format('truetype'),
         url('../fonts/GothamBold.svg#Gotham_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Outfit', Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	line-height:1.50em;
	font-weight:400;
	background:#000000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fbd8cd;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Outfit', Arial, sans-serif;
	font-weight:normal;
	margin:0 0 15px;
	background:none;
	line-height:1.22em;
}

input,button,select,textarea{
	font-family: 'Outfit', Arial, sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.50em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1660px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Gotham_Bold', Arial, sans-serif;
	font-size: 14px;
	padding: 10px 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	border: none;
	text-transform: uppercase;
	border-radius: 25px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-one:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #fbd8cd;
  border-radius: 25px;
}

.btn-style-one:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fbd8cd;
  border-radius: 25px;
  -webkit-transform: scaleX(0.0);
  transform: scaleX(0.0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -ms-transition: all .3s ease-Out;
  transition: all .3s ease-Out;
}

.btn-style-one:hover:after{
	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}

.btn-style-one:hover{
	color: #3b3b3b;
	border-color: #fbd8cd;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #3b3b3b;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	padding: 10px 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	border: none;
	text-transform: uppercase;
	border-radius: 25px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #fbd8cd;
  border-radius: 25px;
}

.btn-style-two span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fbd8cd;
  border-radius: 25px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -ms-transition: all .3s ease-Out;
  transition: all .3s ease-Out;
}

.btn-style-two:hover:after{
  -webkit-transform: scaleX(0.0);
  transform: scaleX(0.0);
}

.btn-style-two:hover{
	color: #ffffff;
	border-color: #fbd8cd;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#fbd8cd;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:400;	
}

.bold-font{
	font-weight:400;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#fbd8cd; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); display: none; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:48px;
	height:48px;
	color:#101010;
	font-size:16px;
	text-transform:uppercase;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:24px;
	background:#fbd8cd;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background: #ffffff;
	color:#202020;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1{
	font-size: 60px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 20px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

form .form-group{
	position:relative;
	margin-bottom: 20px;
}

form .row{
	margin: 0 -10px;
}

form .row .form-group{
	position:relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

form .field-inner{
	position: relative;
	display: block;
}

form .field-inner .alt-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	font-size: 20px;
	color: #3b3b3b;
	z-index: 1;
	pointer-events: none;
}

form .field-inner .alt-icon img{
	position: relative;
	top: -1px;
	max-height: 34px;
}

form .field-inner .left-icon{
	right: auto;
	left: 20px;
}

form .form-group .field-label{
	position:relative;
	display: block;
	color: #585f5f;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

form .form-group .e-label{
	position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select{
	position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #3b3b3b;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
	border-radius:25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea{
	height: 150px;
	padding-top: 20px;
	resize: none;
}

form .form-group select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

form .form-group select option{
	line-height: 28px;
	padding-left:30px;
	text-indent: 30px;
	cursor:pointer;	
}

form .form-group input[type="submit"],
form .form-group button{
	display:inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #fbd8cd;
}

form ::-webkit-input-placeholder{color: #656363;}

form ::-moz-input-placeholder{color: #656363; }

form ::-ms-input-placeholder{color: #656363;}

form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:7px;
	line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 30px 10px;
	line-height:28px;
	font-family: 'Outfit', sans-serif;
	color:#585f5f;
	border-radius:25px;
	background-color:#ffffff;
	border: 1px solid #ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:6px;
	right: -5px;
	text-indent:0px;
	color:#999999;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'simple-line-icons';
	content: "\e604";
	position:absolute;
	right:0px;
	top:0px !important;
	width:15px;
	height:30px;
	display:block;
	color:#3b3b3b;
	line-height:20px;
	font-size:12px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-selectmenu-menu{
	min-width: 150px;
	max-height: 200px;
	overflow-y: auto;
}

.ui-widget.ui-widget-content{
	border:1px solid #fbd8cd;
	border-top: none;
	font-family: 'Outfit', sans-serif;
	border-radius: 0;
	padding: 0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #fbd8cd;
}

.ui-menu .ui-menu-item:last-child{
	border:none;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:10px 20px !important;
	font-size:15px;
	line-height:30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-active{
	background: #3b3b3b;
	font-weight: 400;
	border: none;
	border-bottom:1px solid #fbd8cd;
	margin: 0;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	background:none;
	z-index:999;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.inner-header{
	position: relative;
}

.fixed-header{
	top: 0;
}

.main-header .auto-container{
	
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:left;
	margin-left: 60px;
	padding:5px 0px;	
}

.main-header .nav-toggler button{
	position:relative;
	display: block;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	background:none;
	color:#ffffff;
	font-size:30px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler button .icon{
	display: block;
}

.main-header .nav-toggler button img{
	position: relative;
	top: -3px;
	height: 21px;
}

.main-header .header-upper{
	position:relative;
	left: 0;
	top: 0;
	width: 100%;
	padding:0px;
	width:100%;
	min-height: 150px;
	background: none;
	border-bottom: 1px solid transparent;
}

.main-header .main-box{
	position:relative;
	padding:0px 30px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:30px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
	text-align: center;
}

.main-header .main-box .logo-box .logo img{
	position: relative;
	display:block;
	height: 200px;
	z-index: 5;
}

.main-header .other-links{
	position: relative;
	float: right;
	margin-top: 30px;
}

.main-header .links-box{
	position: relative;
	float: left;
	padding: 50px 0px;
}

.main-header .links-box .search-btn{
	position: relative;
	float: left;
	margin-top: 5px;
	line-height: 40px;
}

.main-header .links-box .search-toggle{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	cursor: pointer;
}

.main-header .links-box .mail-btn{
	position: relative;
	float: left;
	margin-left: 24px;
	margin-top: 5px;
	font-size: 30px;
	line-height: 40px;
}

.main-header .links-box .mail-btn a{
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.main-header .links-box .phone-btn{
	position: relative;
	float: left;
	margin-left: 24px;
	margin-top: 5px;
	font-size: 30px;
	line-height: 40px;
}

.main-header .links-box .phone-btn a{
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.main-header .links-box .wa-btn{
	position: relative;
	float: left;
	margin-left: 24px;
	margin-top: 5px;
	font-size: 30px;
	line-height: 40px;
}

.main-header .links-box .wa-btn a{
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
}

.main-header .links-box .link-btn{
	position: relative;
	float: left;
	margin-left: 85px;
}

.main-header .links-box img{
	height: 26px;
}

.main-header .links-box .wa-btn img{
	height: 30px;
}

.main-header .search-box{
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .main-header .search-box{
	opacity: 1;
	visibility: visible;
	top: 160px;
}

.main-header .search-box .inner-box{
	position: relative;
	display: block;
	float: right;
	width: 630px;
	max-width: 100%;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 10px;
}

.main-header .search-box .form-box{
	position: relative;
	padding: 0 40px 0 40px;
}

.main-header .search-box .s-icon{
	position: absolute;
	left: 0;
	top: 1px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #101010;
	z-index: 1;
}

.main-header .search-box .s-close-btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	color: #101010;
	cursor: pointer;
	z-index: 1;
}

.main-header .search-box .s-close-btn svg{
	width: 20px;
	height: 20px;
	stroke-width: 1.25px;
}

.main-header .search-box .form-group{
	margin: 0;
}

.main-header .search-box form input{
	width: 100%;
	height: 40px;
	line-height: 24px;
	padding: 8px 0;
	background: none;
	border: none;
	font-size: 18px;
	box-shadow: none;
}


.main-header .search-box form input::placeholder,
.main-header .search-box form textarea::placeholder{
	color:#101010;
}

.search-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .search-backdrop{
    opacity: 1;
    visibility: visible;
}

body.visible-search{
	overflow-y: hidden;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.90);
    cursor: pointer;
    opacity:0;
    visibility:hidden;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.visible-sidebar .menu-backdrop{
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0,0,0,0.0);
  padding-top: 50px;
  padding-bottom: 102px;
  color: #ffffff;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1000ms ease-in;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
}

.hidden-bar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0); 
}

.hidden-bar .nav-logo-box{
  position: relative;
  padding: 10px 25px 20px;
  margin-bottom: 20px;
}

.hidden-bar .nav-logo-box img{
  max-height: 100px;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
  list-style-type:none;
  margin:0px;
}


.hidden-bar .hidden-bar-closer{
  position: absolute;
  right: 20px;
  top: 25px;
  padding: 5px 5px;
  line-height: 30px;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.hidden-bar .hidden-bar-closer img{
  height: 23px;
}

.hidden-bar .lower-data{
  position: relative;
  width: 100%;
  padding: 80px 20px 50px;
}

.hidden-bar .lower-data .line{
  position: absolute;
  left: 10%;
  top: 40px;
  right: 10%;
  border-bottom: 2px solid #ffffff;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 1000ms ease-in 300ms;
  -webkit-transition: all 1000ms ease-in 300ms;
  -ms-transition: all 1000ms ease-in 300ms;
  -o-transition: all 1000ms ease-in 300ms;
  -moz-transition: all 1000ms ease-in 300ms;
}

.hidden-bar.visible-sidebar .lower-data .line{
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.anim-line{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.anim-line .line{
  position: relative;
  left: 0px;
  top: 0px;
  border-bottom: 2px solid #ffffff;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 1000ms ease-in 300ms;
  -webkit-transition: all 1000ms ease-in 300ms;
  -ms-transition: all 1000ms ease-in 300ms;
  -o-transition: all 1000ms ease-in 300ms;
  -moz-transition: all 1000ms ease-in 300ms;
}

.anim-line.animated .line{
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hidden-bar .lower-data .info{
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.hidden-bar .lower-data .info .phone,
.hidden-bar .lower-data .info .email{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 0 20px 10px;
  line-height: 30px;
}

.hidden-bar .lower-data .info .phone a,
.hidden-bar .lower-data .info .email a{
  color: #ffffff;
}

.hidden-bar .lower-data .info .phone .icon,
.hidden-bar .lower-data .info .email .icon{
  position: relative;
  top: -2px;
  padding-right: 20px;
}

.hidden-bar .lower-data .info .phone img{
  height: 30px;
}

.hidden-bar .lower-data .info .email img{
  height: 26px;
}

.hidden-bar .lower-data .social-links{
  position: relative;
  text-align: center;
}

.hidden-bar-wrapper-outer{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
}

.hidden-bar-wrapper{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
  padding: 150px 0px 50px;
}

.hidden-bar .side-menu{
  position: relative;
  display: block;
  vertical-align: top;
  text-align: center;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.hidden-bar .side-menu ul li a{
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size:20px;
  line-height: 26px;
  text-transform: capitalize;
  padding: 0px 0px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:before,
.hidden-bar .side-menu ul > li > a:before,
.hidden-bar .side-menu ul > li > ul > li > a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #fbd8cd;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover:before,
.hidden-bar .side-menu ul > li.current > a:before,
.hidden-bar .side-menu ul > li > ul > li.current > a:before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  color: #fbd8cd;
}

.hidden-bar .side-menu ul li ul li{
  border-bottom: none;
}

.hidden-bar .side-menu ul li ul li a{
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.hidden-bar .side-menu ul li .btn-expander{
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(255,255,255,1);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li a .btn{
	color: #ffffff;
}

.hidden-bar .side-menu ul li{
  padding: 0;
}

.hidden-bar .side-menu ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .side-menu ul li a{
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0px 0px;
  text-transform: capitalize;
}

.hidden-bar .side-menu ul li .btn-expander{
  top: 11px;
  right: -12px;
  font-weight: 700;
  font-size: 14px;
  width: 30px;
  height: 30px;
  outline: none;
  box-shadow: none;
  border: none;
}

.hidden-bar .side-menu ul li .btn.focus, .hidden-bar .side-menu ul li .btn:focus{
	outline: none;
  box-shadow: none;
  border: none;
}

.hidden-bar .side-menu ul li .btn-expander i{
  font-weight: 800;
}

.hidden-bar .side-menu ul li ul{
  padding: 10px 0px 0px;
}

.hidden-bar .side-menu ul li ul li ul{
  padding: 0px 0px;
  margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li{
  margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .links-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 20px 0px;
}

.hidden-bar .links-box .link{
  position: relative;
}

.hidden-bar .links-box .link .theme-btn{
  font-size: 14px;
  padding: 10px 25px;
  line-height: 24px;
}

.rounded-social-buttons {
  
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 2px solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0 4px 10px;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	margin:0px 0px;
}

.banner-section ul,
.banner-section ul li{
	list-style: none;
	margin: 0;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	color: #ffffff;
	height: 980px;
	min-height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

.banner-section .active .slide-item .image-layer{
	transition: all 7000ms ease;
	-moz-transition: all 7000ms ease;
	-webkit-transition: all 7000ms ease;
	-ms-transition: all 7000ms ease;
	-o-transition: all 7000ms ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
}

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #b2822c;
}

.banner-section .owl-nav,
.banner-section .owl-dots{
	display: none;
}

.banner-section .content-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 10;
}

.banner-section .content-container .content-box{
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: top;
	min-height: 100%;
	padding: 400px 0px 50px;
	z-index: 10;
}

.banner-section .content-container .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.banner-section .content-container .upper-content{
	position: relative;
	max-width: 815px;
	text-align: center;
	margin: 0 auto 200px;
}

.banner-section .content-container .upper-content h2{
	font-size:36px;
	font-weight:700;
	line-height:1.30em;
	margin:0px 0px;
}

.banner-section .content-container .upper-content .text{
	padding-top: 20px;
	max-width: 660px;
	margin: 0 auto;
	font-size:24px;
	font-weight:400;
	line-height:1.50em;
}

.banner-section .content-container .upper-content .links-box{
	position: relative;
	display: block;
	padding-top: 45px;
}

.banner-section .content-container .upper-content .links-box .link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 7px 15px;
}

.banner-section .content-container .auto-container{
	max-width: 1200px;
}

.banner-section .content-container .inner{
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	width: 100%;
}

.banner-section .content-container form{
	position: relative;
	display: block;
	padding-right: 170px;
}

.banner-section .content-container form .datepicker{
	padding-left: 60px;
}

.banner-section .content-container form .guests{
	padding-left: 70px;
}

.banner-section .content-container form button{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 150px;
}

/*** 

====================================================================
	Properties Section
====================================================================

***/

.properties-section{
	position:relative;
	padding: 120px 0 0;
	overflow: hidden;
}

.properties-section .auto-container{
	max-width: 1720px;
}

.properties-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.properties-section .title-box h2{
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
}

.properties-section .carousel-box{
	position: relative;
	padding: 0 30px;
}

.properties-section .row{
	margin: 0 -20px;
}

.property-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .property-block{
	margin-bottom: 0;
}

.properties-section .row .property-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.property-block .inner-box{
	position: relative;
	color: #c8c9c7;
	min-height: 100%;
	border-bottom: 5px solid #525252;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.property-block .image-box{
	position: relative;
	display: block;
}

.property-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.property-block:hover .image-box img{
	opacity: 0.70;
}

.property-block .lower-box{
	position: relative;
	display: block;
	padding: 20px 30px 15px 30px;
	background: #171717;
}

.property-block .inner-box:hover{
	border-color: #fbd8cd;
}

.property-block .p-title{
	position: relative;
	font-family: 'Gotham_Bold', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 16px;
}

.property-block .p-title a{
	color: #c8c9c7;
}

.property-block .price{
	position: relative;
	font-family: 'Gotham_Bold', Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}

.property-block .specs{
	position: relative;
	margin: 0 0 25px;
}

.property-block .specs ul{
	position: relative;
	margin: 0 0;
	padding: 0;
}

.property-block .specs ul li{
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-family: 'Gotham_Book', Arial, sans-serif;
	line-height: 28px;
	margin-right: 30px;
}

.property-block .specs ul li .icon{
	position: relative;
	padding-left: 10px;
}

.property-block .specs ul li .icon img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-height: 28px;
}

.property-block .dealer-info{
	position: relative;
	font-size: 15px;
	line-height: 24px;
}

.property-block .dealer-info .name{
	position: relative;
	font-size: 14px;
	font-family: 'Gotham_Bold', Arial, sans-serif;
	line-height: 20px;
}

.property-block .dealer-info .tel a,
.property-block .dealer-info .email a{
	color: #c8c9c7;
	font-family: 'Gotham_Book', Arial, sans-serif;
}

.property-block .dealer-info .email a{
	font-size: 20px;
}

.property-block .dealer-info .wa a{
	font-size: 22px;
	color: #4caf50;
}

.properties-section .owl-theme .owl-dots{
	display: none;
}

.properties-section .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
	width: 100%;
	height: 0;
}

.properties-section .owl-theme .owl-nav .owl-next,
.properties-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	width: 64px;
	height: 64px;
	background: #222222;
	border: 2px solid #fbd8cd;
	color: #c3c4c2;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-radius: 50%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.properties-section .owl-theme .owl-nav .owl-prev{
	left: -30px;
}

.properties-section .owl-theme .owl-nav .owl-next{
	right: -30px;
}

.properties-section .owl-theme .owl-nav .owl-prev:hover,
.properties-section .owl-theme .owl-nav .owl-next:hover{
	background: #fbd8cd;
	color: #222222;
}

.properties-section .more-link-box{
	position: relative;
	text-align: center;
	padding-top: 60px;
}

/*** 

====================================================================
	Team Intro Section
====================================================================

***/

.team-intro{
	position:relative;
	padding: 120px 0 170px;
	overflow: hidden;
}

.team-intro .auto-container{
	max-width: 1270px;
}

.team-intro .content-box{
	position: relative;
	text-align: center;
}

.team-intro .content-box .image{
	position: relative;
	margin-bottom: 40px;
}

.team-intro h2{
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 30px;
}

.team-intro .text{
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
}

.team-intro .text p{
	margin-bottom: 20px;
}

.team-intro .text a{
	color: #ffffff;
	text-decoration: underline;
}

/*** 

====================================================================
	Villas for rent Section
====================================================================

***/

.villas-for-rent{
	position:relative;
	padding: 0 0;
	overflow: hidden;
}

.villas-for-rent .auto-container{
	max-width: none;
}

.villas-for-rent .title-box{
	position: relative;
	text-align: center;
	max-width: 1250px;
	margin: 0 auto 80px;
}

.villas-for-rent .title-box h2{
	font-weight: 500;
	margin-bottom: 0;
}

.villas-for-rent .title-box .text{
	position: relative;
	padding-top: 25px;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 300;
}

.villas-for-rent .content-box{
	position: relative;
	margin: 0 -20px;
}

.villas-for-rent .rent-block{
	position: relative;
	margin-bottom: 30px;
}

.villas-for-rent .rent-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
}

.villas-for-rent .rent-block .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.villas-for-rent .rent-block .image img{
	position: relative;
	display: block;
	width: 100%;
	-ms-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.villas-for-rent .rent-block:hover .image img{
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.villas-for-rent .rent-block .image:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(248, 213, 213, 0.50);
	background: -webkit-linear-gradient(bottom,rgba(248, 213, 213, 1),rgba(248, 213, 213, 0.0));
	background: -ms-linear-gradient(bottom,rgba(248, 213, 213, 1),rgba(248, 213, 213, 0.0));
	background: -moz-linear-gradient(bottom,rgba(248, 213, 213, 1),rgba(248, 213, 213, 0.0));
	-ms-transition:all 0.7s ease;
	transition:all 0.7s ease;
	z-index: 1;
}

.villas-for-rent .rent-block:hover .image:before{
	opacity: 0.70;
}

.villas-for-rent .rent-block .title{
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 2;
}

.villas-for-rent .rent-block .title h3{
	color: #101010;
	font-weight: 700;
	margin-bottom: 0;
}

.villas-for-rent .rent-block .title h3 a{
	color: #101010;
}

/*** 

====================================================================
	Popular Section
====================================================================

***/

.popular-section{
	position:relative;
	padding: 100px 0 140px;
	overflow: hidden;
}

.popular-section .logo-l{
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	text-align: center;
	height: auto;
}

.popular-section .auto-container{
	max-width: 1720px;
}

.popular-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.popular-section .title-box h2{
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
}

.popular-section .carousel-box{
	position: relative;
	padding: 0 30px;
}

.popular-section .row{
	margin: 0 -20px;
}

.popular-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .popular-block{
	margin-bottom: 0;
}

.popular-section .row .popular-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.popular-block .inner-box{
	position: relative;
	text-align: center;
	min-height: 100%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.popular-block .image-box{
	position: relative;
	display: block;
	margin-bottom: 22px;
	border-radius: 20px;
	overflow: hidden;
}

.popular-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.popular-block:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.popular-block h5{
	position: relative;
	font-weight: 500;
}

.popular-block h5 a{
	color: #ffffff;
}

.popular-block .link-box{
	position: relative;
	padding-top: 12px;
}

.popular-block .link-box .theme-btn{
	font-size: 13px;
	padding: 8px 25px;
	line-height: 20px;
	border-radius: 20px;
}

.popular-section .owl-theme .owl-dots{
	display: none;
}

.popular-section .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 40%;
	margin-top: -32px;
	width: 100%;
	height: 0;
}

.popular-section .owl-theme .owl-nav .owl-next,
.popular-section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	width: 64px;
	height: 64px;
	background: #222222;
	border: 2px solid #fbd8cd;
	color: #c3c4c2;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	border-radius: 50%;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.popular-section .owl-theme .owl-nav .owl-prev{
	left: -30px;
}

.popular-section .owl-theme .owl-nav .owl-next{
	right: -30px;
}

.popular-section .owl-theme .owl-nav .owl-prev:hover,
.popular-section .owl-theme .owl-nav .owl-next:hover{
	background: #fbd8cd;
	color: #222222;
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	padding: 300px 0 90px;
}

.cta-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.cta-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.10);
}

.cta-section .outer-container{
	position: relative;
}

.request-quote .outer-container .row{
	margin: 0 0;
}

.cta-section .content{
	position: relative;
	display: block;
	max-width: 650px;
	z-index: 1;
}

.cta-section .content h2{
	position: relative;
	font-size: 40px;
	font-weight: 500;
	max-width: 500px;
	margin-bottom: 40px;
}

.cta-section .content .text{
	position: relative;
	float: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.cta-section .content .link-box{
	position: relative;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}

.cta-section .content .link-box .theme-btn{
	font-size: 14px;
	padding: 8px 25px;
	line-height: 22px;
	border-radius: 21px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	background: #222222;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .bg-logo{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.main-footer .footer-logo{
	position: absolute;
	left: 0;
	top: 0;
}

.main-footer .footer-logo img{
	max-height: 272px;
}

.main-footer .upper-section{
	position: relative;
    padding: 60px 0 100px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	padding-left: 650px;
	padding-top: 20px;
	min-height: 270px;
}

.main-footer .upper-section h6{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 20px;
}

.main-footer .upper-section h6 span{
	position: relative;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 4px;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	color: #ffffff;
	line-height: 20px;
}

.main-footer .upper-section .links li a:hover{
	color: #fbd8cd;
	text-decoration: underline;
}

.main-footer .upper-section .info{
	position: relative;
}

.main-footer .upper-section .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}

.main-footer .upper-section .info li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .info li.address{
	padding-bottom: 10px;
}

.main-footer .upper-section .info li a{
	position: relative;
	color: #ffffff;
	line-height: 20px;
}

.main-footer .upper-section .info li a:hover,
.main-footer .upper-section .wa-link a:hover{
	color: #fbd8cd;
}

.main-footer .social-links{
	position: relative;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 10px;
}

.main-footer .social-links li a{
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.main-footer .social-links li a:hover{
	background: #ffffff;
	color: #101010;
}

.main-footer .f-bottom{
	position: relative;
	text-align: center;
	padding: 20px 0 50px;
}

.main-footer .f-bottom .inner{
	position: relative;
	text-align: center;
}

.main-footer .copyright{
	position: relative;
	line-height: 20px;
}

.main-footer .copyright a{
	position: relative;
	color: #ffffff;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Properties Listing
====================================================================

***/

.properties-listing{
	position:relative;
	padding: 50px 0 100px;
	overflow: hidden;
}

.properties-listing .title-box{
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.properties-listing .title-box h2{
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
}

.properties-listing .properties-box{
	position: relative;
}

.properties-listing .sort-by{
	position: relative;
	padding-bottom: 30px;
}

.properties-listing .sort-by .search-count{
	position: relative;
	float: left;
	color: #c7c8c5;
	font-size: 12px;
	padding-top: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.properties-listing .sort-by .search-count .count{
	font-size: 18px;
}

.properties-listing .sort-by .filter-box{
	position: relative;
	float: right;
	width: 200px;
	max-width: 100%;
	margin-bottom: 30px;
}

.properties-listing .sort-by .filter-box .form-group .ui-selectmenu-button.ui-button{
	background: #fbd8cd;
}

.properties-listing .row{
	margin: 0 -20px;
}

.properties-listing .row .property-block{
	padding: 0 20px;
	margin-bottom: 70px;
}

.pagination-box{
	position: relative;
	text-align: center;
}

.pagination-box ul{
	margin: 0 0;
	padding: 0 0;
}

.pagination-box ul li{
	position: relative;
	display: inline-block;
	list-style: none;
	vertical-align: top;
	margin: 0 10px 15px;
}

.pagination-box ul li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #171717;
	color: #ffffff;
	border-radius: 10px;
	font-size: 12px;
}

.pagination-box ul li a:hover,
.pagination-box ul li .active{
	background: #fbd8cd;
	color: #171717;
}

.pagination-box ul li.next a,
.pagination-box ul li.prev a{
	position: relative;
	width: 44px;
	height: 44px;
	font-size: 16px;
	border: 2px solid #ffffff;
	background: none;
	top: -2px;
	border-radius: 50%;
}

.pagination-box ul li.next a:hover,
.pagination-box ul li.prev a:hover{
	background: #fbd8cd;
	border-color: #fbd8cd;
}

.fixed-social{
   position:fixed;
   right:0;
   top:55%;
   margin-top:-80px;
   height:170px;
   list-style: none;
   z-index:999;
}

.fixed-social li{
    position:relative;
    text-align:center;
    list-style: none;
    margin-bottom: 10px;
}

.fixed-social li:last-child{
    border:none;
    margin-bottom: 0;   
}

.fixed-social li a{
   display: block;
    line-height: 10px;
    padding: 9px 5px 6px;
    height: 45px;
	text-transform:capitalize;
}

.fixed-social li a:hover{
    color:#000;   
}

.fixed-social li .icon{
    display:block;
    margin:3px;
}

.fixed-social li .icon img{
    height:32px;
}