<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
*****************************************
@File: Real - Estate Responsive HTML5 template.

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below&gt;&gt;&gt;&gt;&gt;
******************************************
|index page styles|

* Global Style &amp; prefex.
* Top header
* Main menu Styles.
* Call US  Anytime Styles.
* Main Banner Styles.
* Find home table Styles.
* Start Real Estate Styles.
* Featured Properties Styles.
* Recent Properties Styles.
* Testimonial Styles.
* Popular Agents Styles.
* Popular Area Styles.
* Featured Partners Styles.
* Our Newsletter Styles.
* Footer Styles.
* Home version 2 Styles.
* Find Your Home Table Styles.
* Featured Properties 2 Styles.
* Recent Properties 2 Styles.
* Testimonial Two Styles.
* Popular Agents Two Styles.
* Home Page 3 Styles.
* Home Page 3 Top section Styles.
* Sale or Rent Search Styles.
* Properties Banner slider Styles.
* Properties For Rent Styles.
* Properties For Sale Styles.
* Side bar Styles.
* Home Page 4 Styles.
* Home Page 5 Styles.

|Single Pages Styles|

* Inner Banner Styles.
* Sidebar Two styles.
* Contact Us page Styles.
* Gallery Styles.
* Single gallery page Styles.
* Gallery_details Styles.
* Blog Styles.
* About us Styles.
* FAQ Styles.
* Home loan Eligibility Styles.
* Login / Register Styles.
* Pricing plans Table Styles.
* Testimo0nial Styles.
* Agency details Styles.
* Agency listing Styles.
* Vertical map Styles.
* FIXED MENU STYLE Styles.

*****************************************
**/



/*

	Start styling your theme from here _____

*/


/**
* Importing Styles.
**/
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600,700italic,600italic');
/*----bootstrap css ----- */
@import url('../bootstrap/bootstrap.css');
/*----font awesome -------*/
@import url('../../fonts/font-awesome/css/font-awesome.min.css');
/*----polyglot-switcher---*/
@import url('../polyglot-language-switcher.css');
/*----tooltipster css-----*/
@import url('../tooltipster.css');
/*----jquery ui css-------*/
@import url('../jquery-css/jquery-ui.css');
/*----fancybox css--------*/
@import url('../fancy-box/jquery.fancybox.css');
/*----owl-carousel css----*/
@import url('../owl.carousel.css');
@import url('../owl.theme.css');
/*----revolution-slider---*/
@import url('../revolution/settings.css');
@import url('../revolution/layers.css');
@import url('../revolution/navigation.css');




/*______________________ Global stlye and prefix ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 

body {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 16px;
	color:#555;
	overflow-x:hidden;
}
p {
	line-height: 24px;
}
li a {
	font-weight: 700;
	display: inline-block;
}
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ITC Avant Garde Gothic Std Bold", sans-serif !important;
	font-weight: 700;
	color:#243842;	
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-weight: 700;
	font-size: 16px;
}
button {
	border:none;
	outline: none;
	box-shadow: none;
}
.theme-btn {
	width:153px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.border_round {
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.tran5s {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tran3s {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tran3sL {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-right: 3px;
}
.clear_fix {
	clear:both;
}

.main_title {
	position: relative;
	padding-left:70px;
}
.main_title h2 {
	border-bottom: 1px solid #e5e3e3;
	position: relative;
	padding:7px 0 9px 0;
}
.main_title:before {
	content: '\f007';
	font-family: 'font-awesome';
	position: absolute;
	font-size: 24px;
	color:#fff;
	width: 50px;
	border-radius: 15px;
	line-height: 45px;
	background: #282828;
	text-align: center;
	top:0;
	left:0;
	border-bottom: 5px solid #F04923;
}
.main_title h2:before {
	content: '';
	width:50px;
	height:0px;
	background: #282828;
	position: absolute;
	bottom: -1px;
	left:0;
}


.main_title2 h3 {
	border-bottom: 1px solid #e5e3e3;
	position: relative;
	padding:7px 0 11px 0;
}

.main_title2 h3:before {
	content: '';
	width:50px;
	height:0px;
	background: #282828;
	position: absolute;
	bottom: -1px;
	left:0;
}
.main_title2 h2 {
	border-bottom: 1px solid #e5e3e3;
	position: relative;
	padding:7px 0 9px 0;
}

.main_title2 h2:before {
	content: '';
	width:50px;
	height:0px;
	background: #282828;
	position: absolute;
	bottom: -1px;
	left:0;
}
.main_title2 {
	position: relative;
}

.main_title2 h6 {
	border-bottom: 1px solid #e5e3e3;
	position: relative;
	padding:7px 0 17px 0;
	text-transform: uppercase;
	color:#243842;
}

.main_title2 h6:before {
	content: '';
	width:50px;
	height:0px;
	background: #282828;
	position: absolute;
	bottom: -1px;
	left:0;
}
.main_title .dropdown {
	position: absolute;
	top:-2px;
	right:0;
}
.main_title .dropdown button {
	background: #f5f5f5;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	line-height: 32px;
    padding-left: 9px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.main_title .dropdown ul {
	min-width:100%;
	box-shadow: none;
	padding:2px 0 0 0;
	background: #f5f5f5;
	border: 1px solid #f1f1f1;
	border-radius: 0 0 4px 4px;
	margin:-2px 0 0 0;
}
.main_title .dropdown ul li {
	padding: 5px 9px;
	cursor: pointer;
}
.main_title .dropdown ul li:hover {
	background: #282828;
	color:#fff;
}
.main_title .dropdown ul li:last-child {
	border-radius: 0 0 4px 4px;
}
.main_title .dropdown button&gt;i {
	vertical-align: text-top;
	padding: 0 4px 0 15px;
}
.main-title-center {
	text-align: center;
}
.center {
	text-align: center;
}
.main-title-center h2 {
	display: inline-block;
	border-bottom: 1px solid #e5e3e3;
	padding:0 56px 13px 56px;
	position: relative;
}
.main-title-center h2:before {
	content: '';
	width:50px;
	height:0px;
	background: #282828;
	position: absolute;
	bottom: -1px;
	left:43%;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}

.form-validation label.error {
	display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
	border:1px solid #f03838;
}

/*_______________ Top Header _______________*/

#top_header {
	background: #243842;
	padding: 8px 0 9px 0;
}

#top_header a {
	font-weight: normal;
	color: #fff;
}
#top_header a.login {
	margin-right:20px;
}
#top_header a.mail i {
	margin-right:2px;
}
#top_header a.download {
	margin-right:16px;
}
#top_header .dropdown button {
	background: transparent;
	border:none;
	box-shadow: none;
	outline: none;
	color:#fff;
	padding-left: 1px;
}
#top_header .dropdown {
	color:#fff;
}
#top_header .top_header_left {
	padding-top: 5px;
}
#top_header .top_header_right {
	width:auto;
	float:right;
}
#top_header .top_header_right&gt;.dropdown,
#top_header .top_header_right #polyglotLanguageSwitcher,
#top_header .top_header_right&gt;a,
#top_header .top_header_right .icon_header {
	display: inline-block;
}
#top_header .top_header_right .icon_header li {
	display: inline-block;
	width:32px;
	height:32px;
	background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-right:5px;
}
#top_header .top_header_right .icon_header li:last-child {
	margin-right:0;
}
#top_header .top_header_right .icon_header li a {
	display: block;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	 -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
#top_header .top_header_right .icon_header li:hover,
#top_header .top_header_right .icon_header li:focus {
	background: #282828;
}
#polyglotLanguageSwitcher span.trigger:before {
	content: 'ï„‡';
	font-family: 'font-awesome';
	position: absolute;
	color:#fff;
	top:0;
	right:0;
}

#top_header .top_header_right&gt;.dropdown {
	width:80px;
	z-index: 99999;
}
#top_header .top_header_right&gt;.dropdown ul {
	box-shadow: none;
	border:none;
	background: #F04923;
	min-width:130px;
	padding: 0;
	top:34px;
	border-radius: 0 0 3px 3px;
}
#top_header .top_header_right&gt;.dropdown ul li {
	padding: 6px 0px 6px 15px;
	border-top: 1px dotted #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
}
#top_header .top_header_right&gt;.dropdown ul li:first-child {
	border-top:none;
}
#top_header .top_header_right&gt;.dropdown ul li:last-child {
	border-radius: 0 0 3px 3px;
}

#top_header .top_header_right&gt;.dropdown ul li:hover {
	background-color: #282828;
}

/*___________________ Main Menu ___________________*/
.main_menu {
	/*border-bottom: 5px solid #282828; */
	padding-bottom: 8px;
	background-color: #282828;
	background-image: url(/images/dipetta/metalbanner.png);
}

.main_menu .wrapper {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0px;
}
.main_menu .logo_holder {
	order:-3;
	margin-top: 16px;
}

.main_menu a.amenities {
	order:-1;
	background: #282828;
	height:40px;
	width:127px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-top:10px;
}
.main_menu a.amenities:hover {
	background: #F04923;
}
.main_menu nav {
	order:-2;
	border:none;
	background-color:transparent;
	border-radius: 0;
	min-height: auto;
	margin:8px 0 0 20px;
}
.main_menu nav .nav&gt;li&gt;a {
	font-weight: 600;
	font-size: 16px;
	color:#243842;
	line-height: 14px;
	padding: 15px 22px;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main_menu nav .nav&gt;li {
	position:relative;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    z-index: 9999;
}
.main_menu nav .nav&gt;li:hover,
.main_menu nav .nav&gt;li:focus {
	background: unset;
}
.main_menu nav .nav&gt;li:hover&gt;a,
.main_menu nav .nav&gt;li:focus&gt;a {
	color:#243842;
}
.main_menu nav .nav&gt;li.sub-menu-holder:after {
	content: 'ïƒ—';
	font-family: 'font-awesome';
	color:#F04923;
	font-size: 22px;
	position: absolute;
	bottom: -12px;
	left:44%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main_menu nav .nav&gt;li.sub-menu-holder:hover:after {
	opacity: 1;
	visibility: visible;
	bottom: -17px;
}
.main_menu nav .nav&gt;li:hover:before {
	content: '';
	background: transparent;
	width:100%;
	height:100%;
	position: absolute;
	top:100%;
	left:0;
	z-index: -1;
}

.main_menu nav .nav ul.sub-menu {
    position: absolute;
    top: 110px;
    left: -24px;
    background: #fff;
    width:239px;
	border:1px solid #F04923;;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	 -o-transition: all 0.5s ease-in-out;
	 transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.main_menu nav .nav&gt;li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top:76px;
}
.main_menu nav .nav ul.sub-menu&gt;li {
	position: relative;
}
.main_menu nav .nav ul.sub-menu:before,
.main_menu nav .nav ul.sub-sub-menu:before {
	content: '';
	position: absolute;
	width:calc(100% + 8px);
	height: calc(100% + 8px);
	top:-4px;
	left:-4px;
	border-radius: 5px;
	border: 4px solid rgba(0,0,0,0.12);
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;
	z-index: -1;  
}

.main_menu nav .nav&gt;li&gt;ul li a {
	font-weight: normal;
	font-size: 14px;
	color:#414751;
	width:100%;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	line-height: 50px;
	padding: 0 0 0 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main_menu nav .nav&gt;li&gt;ul&gt;li:last-child&gt;a {
	border:none;
	border-radius: 0 0 5px 5px;
}
.main_menu nav .nav&gt;li&gt;ul&gt;li:first-child&gt;a {
	border-radius: 5px 5px 0 0;
}
.main_menu nav .nav&gt;li&gt;ul&gt;li&gt;a i {
	font-size: 18px;
	color:#b7b7b7;
	float:right;
	padding-right: 20px;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main_menu nav .nav&gt;li&gt;ul&gt;li a:hover {
	background: #f1f1f1;
	color:#F04923;
	padding-left: 25px;
}
.main_menu nav .nav&gt;li&gt;ul&gt;li a:hover i {
	padding-right: 15px;
}

.main_menu nav .nav ul.sub-sub-menu {
    position: absolute;
    top: 0;
    right:-115%;
    background: #fff;
    width: 239px;
	border:1px solid #F04923;;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.main_menu nav .nav ul.sub-sub-menu:after {
	content: '';
	width:100%;
	height:100%;
	background: transparent;
	position: absolute;
	left:-20px;
	top:0;
	z-index: -1;
}
.main_menu nav .nav ul.sub-menu&gt;li:hover .sub-sub-menu {
	right:-104%;
	opacity: 1;
	visibility: visible;
}
.main_menu nav .nav .sub-sub-menu&gt;li:last-child&gt;a {
	border:none;
	border-radius: 0 0 5px 5px;
}
.main_menu nav .nav .sub-sub-menu&gt;li:first-child&gt;a {
	border-radius: 5px 5px 0 0;
}

/*_____________________ Call US  Anytime ____________*/
.call_us {
	background: #243842;
	height:41px;
	width:315px;
	float: right;
	border-radius: 0px 0px 10px 10px;
	position: relative;
	margin:0 20px -31px 0;
	z-index: 99;
	text-align:center;
}

.call_us p {
	position: relative;
	color:#fff;
	font-weight: 700;
	display: inline-block;
	margin: 5px 11px 0 13px;
}
.call_us p span {
	display: inline-block;
	color:#fff;
	width:30px;
	line-height: 30px;
	text-align: center;
	background: #F04923;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 8px;
}
.call_us a {
	color:#F04923;
}
/*_____________________ Main Banner __________________*/

#main_banner .rent-box .rent-content {
	width:470px;
	height:310px;
	background-color: #fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding:4px 30px;
}
#main_banner .rent-box .rent-content h2 {
	font-size: 30px;
	color:#282828;
	margin-right:12px;
}
#main_banner .rent-box .rent-content h4:nth-child(1) {
	color:#282828;
	font-size: 18px;
}
#main_banner .rent-box .rent-content h4:nth-child(3) {
	color:#F04923;
	font-size: 18px;
}
#main_banner .rent-box .rent-content .title-rent h2,
#main_banner .rent-box .rent-content .title-rent a {
	display: inline-block;
}
#main_banner .rent-box .rent-content .title-rent {
	border-bottom: 1px solid #243842;
    margin-bottom: 28px;
    padding-bottom: 3px;
}
#main_banner .rent-box .rent-content .title-rent a {
	color:#fff;
	width:80px;
	padding:3px 0;
	text-align: center;
	background: #F04923;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    vertical-align: text-bottom;
    -webkit-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
#main_banner .rent-box .rent-content .title-rent a:hover,
#main_banner .rent-box .rent-content .title-rent a:focus {
	background: #282828;
}
#main_banner .rent-box .rent-content .text p {
	white-space: pre-wrap;
    margin: 19px 0px 16px 0 !important;
    line-height: 24px !important;
}

#main_banner .rent-box .rent-content .text {
	border-bottom: 1px solid #243842;
	padding-bottom: 26px;
	margin-bottom: 14px;
}
#main_banner .rent-box .rent-content ul li {
	display: inline-block;
	cursor: pointer;
	margin-right:15px;
	font-size: 14px;
}
#main_banner .rent-box .rent-content ul li:first-child {
	margin-left:7px;
}
#main_banner .rent-box .rent-content ul li i {
	color:#F04923;
}

#main_banner .metis .tp-bullet-title {
	background: #282828;
    padding: 5px 11px;
}
#main_banner .metis .tp-bullet-title:after {
	border-color: rgba(244,118,42,1) transparent transparent transparent;
}
#main_slider_two h1 {
	font-size: 48px;
	color:#fff;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.metis .tp-bullet {
	width:65px;
	height:65px;
	background: transparent;
	background-color: #fff;
}

.metis .tp-bullet.selected, .metis .tp-bullet:hover {
	background: #fff;
}
.metis .tp-bullet-image {
	box-shadow: none;
	width:59px;
	height:59px;
	-webkit-transition: all 0.3s ease-in-out
    -o-transition: all 0.3s ease-in-out
    transition: all 0.3s ease-in-out
}
.metis .tp-bullet-image:before {
	content: '';
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	border-radius: 50%;
	background: rgba(77,194,230,0.8);
	transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.metis .tp-bullet.selected .tp-bullet-image:before,
.metis .tp-bullet:hover .tp-bullet-image:before {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}
/*____________________ Find home table ___________________*/
.find_home {
	background: #F04923;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 27px 30px 10px 30px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}
.find_home form {
	margin-top:35px;
}
.find_home h3.table_title {
	color:#fff;
	position: relative;
}
.find_home h3.table_title i {
	padding-right:6px;
}
.find_home form .single_form {
	height:45px;
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}

.find_home form .space_fix {
	margin-right: 26px;
}
.find_home form .selectmenu_type_1 {
	width:240px;
}
.find_home form .selectmenu_type_2 {
	width:270px;
}
.find_home form .selectmenu_type_22 {
	width:320px;
}
.find_home form .selectmenu_type_23 {
	width:220px;
}
.find_home form .selectmenu_type_3 {
	width:164px;
}
.find_home form .selectmenu_type_4 {
	width:270px;
}
.ui-state-default {
	width:100% !important;
	height:100%;
	background: #fff;
	box-shadow: none;
	border:none;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 14px;
	color:#243842;
	border:none;
	outline: none;
	box-shadow: none;
}
.ui-state-default:hover,
.ui-state-default:focus {
	border:none;
	outline: none;
	box-shadow: none;
}
.ui-selectmenu-button span.ui-icon {
	display: block;
	float:right;
	position: relative;
	text-indent:0;
	height:45px;
	top:0;
	margin-top:0;
	border-left:1px solid #243842;
	width:37px;
    background-image: none;
}
.ui-selectmenu-button span.ui-icon:before {
	content: 'ï„‡';
	font-family: 'font-awesome';
	position: absolute;
	top:30%;
	left:50%;
	font-size: 16px;
	color: #243842;
	overflow: visible;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	float:left;
	margin-top:7px;
	padding: 7px 0px 0 10px;
}
.ui-menu .ui-menu-item {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 14px;
	color:#243842;
	text-transform: capitalize;
	padding: 9px 0 9px 10px;
}
.ui-menu .ui-menu-item:last-child {
	border-bottom-right-radius: 3px;
	 border-bottom-left-radius: 3px;
}
.ui-widget-content {
	background: #fff;
	border:1px solid #243842;
	padding: 0;
	max-height: 300px;
	overflow-y:auto;
}
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
	background: #F04923;
	color:#fff;
	border:none;
	margin:0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.find_home form #datepicker {
	width:100%;
	height:100%;
	border:none;
	outline: none;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 14px;
	padding-left: 15px;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: #F04923;
	border:1px solid #F04923;
}
.ui-datepicker .ui-datepicker-header {
	background: #F04923;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    padding: 0;
    border:none;
}
.ui-datepicker .ui-datepicker-title{
	color:#fff;
	line-height: 40px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 6px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
	cursor: pointer;
	background-image: none;
	margin:0;
	padding: 0;
}
.ui-datepicker .ui-datepicker-prev {
	left:2px;
}
.ui-datepicker .ui-datepicker-next {
	right:2px;
}
.find_home form .search  {
	line-height:45px;
	width:153px;
	background: #282828;
	text-align: center;
	color:#fff;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border:none;
    outline: none;
    box-shadow: none;
}
.find_home form .date_select span {
	display: block;
	position: absolute;
	height:100%;
	width:45px;
	border-left:1px solid #243842;
	top:0;
	right:0;
	text-align: center;
    padding-top: 12px;
}

/*_______________ Start Real Estate ______________________*/
.real_estate {
	margin-top:-69px;
	background: #fdfbfb;
	position: relative;
	z-index: 1;
	border-top:1px solid #243842;
	border-bottom:1px solid #243842;
	padding-top: 119px;
	padding-bottom: 64px;
}
.real_estate .text h2 {
	margin-top:14px;
}
.real_estate .text h1 {
	margin-top:0;
}
.real_estate .text p {
	margin: 25px 0 26px 0;
    padding-right: 67px;
}
.real_estate .text a {
	background: #F04923;
	display: block;
	color:#fff;
}
.real_estate .text a:hover,
.real_estate .text a:focus {
	background: #282828;
	color:#fff;
}
.real_estate .image_gallery {
	margin-top:19px;
}
.real_estate .image_gallery .img_holder {
	float:left;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.real_estate .image_gallery .space_fix {
	padding-right: 10px;
	z-index: 99;
}
.real_estate .image_gallery .upper_sapce_fix {
	margin-top:calc(-40% + 3px);
	z-index: 9;
}
.real_estate .image_gallery .upper_sapce_fix:before {
	content: '';
	width:170px;
	height:226px;
	background: #fff;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
}
.real_estate .image_gallery .img_holder h4 {
	font-family: 'Vidaloka', serif;
	color:#fff;
	position: absolute;
	font-size: 18px;
}

/*_________________ Featured Properties _______________*/

.featured_properties {
	margin-top:50px;
}

.services_boxes {
	margin-top:0px;
}
.featured_properties .properties_item {
	margin-top:40px;
}
.properties_item .single_properties {
	margin-bottom: 40px;
}
.properties_item .single_properties .img_holder {
	position: relative;
}
.properties_item .single_properties .img_holder a {
	display: block;
}
.properties_item .single_properties .img_holder  span,
.properties_item .single_properties span.price {
	position: absolute;
	color:#fff;
	bottom: 13px;
	display: block;
	font-weight: normal;
	cursor: default;
}
.properties_item .single_properties span.price {
	left:19px;
	font-size: 22px;
	font-weight: normal;
}
.properties_item .single_properties .img_holder a span.properties_img {
	right:19px;
	bottom: 17px;
	font-size: 14px;
}
.properties_item .single_properties .img_holder a span.properties_img i {
	padding-right: 6px;
}
.properties_item .single_properties span.property_tag_top,
.properties_item .single_properties span.property_tag {
	font-size: 12px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	display: inline-block;
	line-height: 23px;
	position: absolute;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    cursor: default;
    padding: 0 8px;
}
.properties_item .single_properties span.property_tag {
	top:13px;
	left:12px;
    background: #F04923;
}
.properties_item .single_properties span.property_tag_top {
	top:13px;
	right:12px;
    background: #282828;
}
.properties_item .single_properties .text {
	border:1px solid #f3f3f3;
	padding-top:37px;
}
.properties_item .single_properties .text .title h6 {
	margin:0 0 7px 0;
	color:#243842;
	text-transform: uppercase;
}
.properties_item .single_properties .text .title span {
	color:#282828;
	display: block;
}
.properties_item .single_properties .text .author_img img {
	width:54px;
	height:54px;
	border:2px solid #f1f1f1;
}

.properties_item .single_properties .text .title {
	float:left;
	padding-left: 19px;
}
.properties_item .single_properties .text .author_img {
	float:right;
	padding-right: 17px;
    margin-top: -16px;
}
.properties_item .single_properties .properties_history {
	margin-top:15px;
}
.properties_item .single_properties .properties_history li {
	color:#243842;
	padding-left: 20px;
	border-top:1px solid #f3f3f3;
	line-height: 39px;
}
.properties_item .single_properties .properties_history li span {
	display: block;
	float: right;
	color:#243842;
	padding-right: 17px;
	font-size: 14px;
	line-height: 39px;
}
.properties_item .single_properties .properties_history li i {
	color:#F04923;
}
.properties_item .single_properties .carousel-control.right,
.properties_item .single_properties .carousel-control.left {
	background: none;
}
.properties_item .single_properties .carousel-control {
	font-size: 30px;
	color:#fff;
	text-shadow:none;
	opacity: 0;
	visibility: hidden;
	width:10%;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.properties_item .single_properties .carousel-control.right i {
	position: absolute;
    top: 43%;
    left: 41%;
}
.properties_item .single_properties .carousel-control.left i {
	position: absolute;
    top: 43%;
    left: 41%;
}
.properties_item .single_properties:hover .carousel-control {
	opacity: 1;
	visibility: visible;
}
/*_________________ Recent Properties _______________*/

.recent_properties {
	margin-top:9px;
	position: relative;
}
.recent_properties .properties_item {
	padding-top: 30px;
}
.recent_properties .single_properties .recent_properties_history {
	background: #fdfbfb;
    padding-top: 23px;
}
.recent_properties .single_properties .recent_properties_history h6 {
	margin-top:0;
	color:#243842;
	text-transform: uppercase;
	text-align: center;
	line-height: 28px;
	padding: 0 20px;
}
.recent_properties .single_properties {
	margin-right: 15px;
	margin-left:15px;
}
.recent_properties .single_properties .recent_properties_history ul li {
	display: inline-block;
	text-align: center;
    margin-right: 66px;
    font-size: 14px;
}
.recent_properties .single_properties .recent_properties_history ul li i {
	color:#F04923;
	font-size: 18px;
	display: block;
	margin-bottom: 13px;
}
.recent_properties .single_properties .recent_properties_history ul li:last-child {
	margin:0;
}
.recent_properties .single_properties .recent_properties_history ul {
	padding-left: 22px;
	margin-top:28px;
}
.recent_properties .single_properties .recent_properties_history a {
	display: block;
	line-height: 45px;
	text-align: center;
	background: #F04923;
	color:#fff;
	margin-top:25px;
}
.recent_properties .single_properties .recent_properties_history a:hover,
.recent_properties .single_properties .recent_properties_history a:focus {
	background: #282828;
}
.recent_properties .customNavigation {
	position: absolute;
	top:35px;
	right:17px;
	color:#243842;
}

.recent_properties .owl-theme .owl-nav {
	position: absolute;
	margin:0;
	right:15px;
	top:-52px;
}
.recent_properties .owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent_properties .owl-theme .owl-nav .owl-prev {
	margin-right:42px;
}
.recent_properties .owl-theme .owl-nav .owl-prev:before {
	content: 'ï„„';
	font-family: 'font-awesome';
	font-size: 24px;
	font-weight: bold;
	color:#243842;
	position: absolute;
	top:0;
	left:0;
}
.recent_properties .owl-theme .owl-nav .owl-next:before {
	content: 'ï„…';
	font-family: 'font-awesome';
	font-size: 24px;
	font-weight: bold;
	color:#243842;
	position: absolute;
	top:0;
	right:0;
}
.recent_properties .owl-theme .owl-nav .owl-prev:hover:before,
.recent_properties .owl-theme .owl-nav .owl-next:hover:before {
	color:#282828;
}

/*____________________ Testimonial ____________________*/

.testimonial {
	background: #f7f7f7;
	margin-top:29px;
	padding-top:70px;
	padding-bottom: 105px;
	border-top:1px solid #243842;
	border-bottom:1px solid #243842;
}
.testimonial .slider #myCarousel img,
.testimonial .slider #myCarousel .carousel-inner,
.testimonial .slider #myCarousel .item {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.testimonial .slider #myCarousel .carousel-indicators {
	bottom: -49px;
}
.testimonial .slider #myCarousel .carousel-indicators li {
	width:12px;
	height:12px;
	border:1px solid #F04923;
	margin:0 0 0 5px;
}
.testimonial .slider #myCarousel .carousel-indicators li.active {
	background: #F04923;
	border:1px solid #F04923;
}
.testimonial .client_speach {
    position: relative;
    padding: 0 75px 0 20px;
}
.testimonial .client_speach p {
	font-size: 16px;
	line-height: 30px;
	padding-left:40px;
	position: relative;
	margin-bottom: 50px;
	padding-top: 32px;
}
.testimonial .client_speach p:before {
	content: 'ï„';
	font-family: 'font-awesome';
	font-size: 24px;
	color:#282828;
	position: absolute;
	left:0;
	top:-2px;
}
.testimonial .client_speach #client-slider a {
	font-family: 'Vidaloka', serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: capitalize;
	color:#fff;
	line-height: 62px;
	width:226px;
	text-align: center;
	background: #F04923;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    cursor: default;
    margin-right:30px;
}
.testimonial .client_speach #client-slider a:hover {
	background: #282828;
}
.testimonial .client_speach #client-slider span {
	color:#282828;
	line-height: 24px;
    margin-top: 5px;
}
.testimonial .client_speach #client-slider span,
.testimonial .client_speach #client-slider a  {
	float:left;
}

.testimonial .client_speach .owl-theme .owl-nav {
	position: absolute;
	margin:0;
	right: -79px;
    bottom: -5px;
}
.testimonial .client_speach .owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	width:46px;
	height: 46px;
	text-align: center;
	color:#243842;
	background: #fff;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-left:6px;
    font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.testimonial .client_speach .owl-theme .owl-nav .owl-prev:before {
	content: 'ï“';
	font-family: 'font-awesome';
	position: absolute;
	top: 30%;
    left: 35%
}
.testimonial .client_speach .owl-theme .owl-nav .owl-next:before {
	content: 'ï”';
	font-family: 'font-awesome';
	position: absolute;
	top: 30%;
    right: 35%
}
.testimonial .client_speach .owl-theme .owl-nav .owl-prev:hover:before,
.testimonial .client_speach .owl-theme .owl-nav .owl-next:hover:before {
	color: #F04923;
}
/*______________________ Popular Agents ____________*/
.popular_agent {
	margin-top:50px;
}
.agent_people {
	margin-top:40px;
}
.agent_people .single_agent .agent_image {
	background: #f7f7f7;
	padding: 30px 25px 26px 25px;
}
.agent_people .single_agent .agent_image .agent_name {
	margin-top:15px;
	text-align: center;
}
.agent_people .single_agent .agent_image .agent_name .name_holder {
	
}
.agent_people .single_agent .agent_image .agent_name .button {
	float:right;
}
.agent_people .single_agent .agent_image .agent_name .button a {
	line-height: 34px;
	width:100px;
	text-align: center;
	color:#fff;
	background: #F04923;
	font-style: italic;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.agent_people .single_agent .agent_image .agent_name .button a:hover,
.agent_people .single_agent .agent_image .agent_name .button a:focus {
	background: #282828;
}
.agent_people .single_agent .agent_image .agent_name .name_holder h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#243842;
	font-weight: 700;
    margin-top: -4px;
    margin-bottom: 6px;
}
.agent_people .single_agent .agent_image .agent_name .name_holder i {
	color:#282828;
}
.agent_people .single_agent .agent_contact&gt;a {
	display: block;
	color:#243842;
	line-height: 20px;
	font-weight: normal;
	margin:9px 0;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.agent_people .single_agent .agent_contact&gt;a:hover {
	color:#F04923;
}
.agent_people .single_agent .agent_contact {
	padding: 16px 25px 30px 25px;
    box-shadow: 0px 1px 4px 0px rgba(191, 191, 191, 0.17);
}
.agent_people .single_agent .agent_contact&gt;a i {
	color:#F04923;
}

.agent_people .single_agent .agent_contact ul li {
	display: inline-block;
	width:35px;
	height:35px;
	border: 1px solid #f3f3f3;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #fdfbfb;
    margin: 18px 6px 0px 0;
}
.agent_people .single_agent .agent_contact ul li a {
	display: block;
	line-height: 35px;
	text-align: center;
	color:#243842;
}
.agent_people .single_agent .agent_contact ul li:hover,
.agent_people .single_agent .agent_contact ul li:focus {
	background: #F04923;
}
.agent_people .single_agent .agent_contact ul li:hover a,
.agent_people .single_agent .agent_contact ul li:focus a{
	color:#fff;
}

/*______________________ Popular Area _________________*/


.popular_areas {
	margin:44px auto 0 auto;
	max-width:1920px;
}
.popular_areas .area_gallery .content {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
.popular_areas .area_gallery .img_holder {
	position: relative;
}
.popular_areas .area_gallery .img_holder .overlay {
	background: rgba(77,194,230,0.9);
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.popular_areas .area_gallery .content:hover .img_holder .overlay {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}
.popular_areas .area_gallery .img_holder .overlay h2,
.popular_areas .area_gallery .img_holder .overlay h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
}

.popular_areas .area_gallery .img_holder .overlay a {
	background: #282828;
	margin-top: 10px;
	color:#fff;
}
.popular_areas .area_gallery {
	width:100%;
	overflow: hidden;
	margin-top: 30px;
}
.popular_areas .area_gallery&gt;div {
	margin-left:-5px;
	margin-right:-10px;
}
.popular_areas .area_gallery .img_large {
	width:50%;
	max-height: 570px;
}
.popular_areas .area_gallery .img_small {
	width:24.73958%;
}

.popular_areas .area_gallery .space_fix_bottom {
	margin-top:10px;
}
.popular_areas .area_gallery .img_small .img_holder .overlay h2 {
	font-size: 22px;
	margin-bottom: 13px;
}
.popular_areas .area_gallery .img_small .img_holder .overlay h4 {
	font-size: 14px;
	margin-top:0;
}



/*______________________ Featured Partners _____________________*/


.featured_partners {
	margin-top:53px;
}


.partner_images ul.uper_iamges {
	margin-top:19px;
}
.partner_images ul.uper_iamges li {
	display: inline-block;
	margin:0 15px;
	padding: 31px 77px;
	cursor:pointer;
}

.partner_images ul li:hover {
	background: url(../../images/home/p-bg.jpg) repeat;
}

.partner_images ul.lower_iamges li {
	display: inline-block;
	margin:0 15px;
	padding: 31px 68px;
	cursor:pointer;
}
.partner_images ul.lower_iamges {
	margin-top:17px;
}

/*_____________________ Our Newsletter ____________________*/

.newsletter {
	background: url(../../images/home/21.jpg);
	background-attachment: fixed;
	background-size: cover;
	margin-top: 36px;
	height:312px;
	position: relative;
}
.newsletter .overlay {
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(77,194,230,0.9);
	text-align: center;
	padding-top: 41px;
}
.newsletter h2,
.newsletter p {
	color:#fff;
	-webkit-user-select:none;
}
.newsletter p {
    margin:17px 0 33px 0;
}
.newsletter form .input_group {
	width:735px;
	height:48px;
	position: relative;
	margin: 0 0 0 171px;
}
.newsletter form .input_group input {
	width:50%;
	height:100%;
	background:transparent;
	border:1px solid #fff;
	outline: none;
	padding-left:20px;
	padding-right: 20px;
	color:#fff;
	float:left;
}
.newsletter form .input_group input[type="email"] {
	border-left:none;
}
.newsletter form .input_group button {
	width:100px;
	height:100%;
	text-align: center;
	color:#FFF;
	background: #282828;
	position: absolute;
	right:-94px;
	border:none;
	outline: none;
	box-shadow: none;
}
.newsletter form .input_group ::-webkit-input-placeholder {
   color: #fff;
}

.newsletter form .input_group :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.newsletter form .input_group ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.newsletter form .input_group :-ms-input-placeholder {  
   color: #fff;  
}

/*_____________________ Footer __________________*/

footer .main_footer {
	background: #1c252c;
	padding-top: 78px;
    padding-bottom: 50px;
}

footer .main_footer .about_estate p {
	line-height: 25px;
	margin-top: 19px;
    letter-spacing: 0.2px;
}
footer .main_footer .about_estate p span {
	display: block;
	margin-top:16px;
}
footer .main_footer .about_estate ul {
	margin-top:34px;
}
footer .main_footer .about_estate ul li {
	display: inline-block;
	width:40px;
	height:40px;
	margin-right:7px;
	background: linear-gradient(to right, #1a2228 0%,#1a2228 50%,#141c22 50%,#141c22 50%,#141c22 100%);
	 -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
footer .main_footer .about_estate ul li:last-child {
	margin-right:0;
}
footer .main_footer .about_estate ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	 -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
footer .main_footer .about_estate ul li:hover,
footer .main_footer .about_estate ul li:focus {
	background: #282828;
}
footer .footer_title h4 {
	color:#fff;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #2c3236;
	padding-bottom: 17px;
}
footer .footer_title h4:before {
	content: '';
	width:50px;
	height:1px;
	background: #282828;
	position: absolute;
	left:0;
	bottom: -1px;
}
footer .footer_title {
	margin-bottom: 25px;
}
footer .useful_link ul {
	display: inline-block;
	vertical-align: top;
}
footer .useful_link ul li {
	line-height: 40px;
}
footer .useful_link ul li a {
	font-weight: normal;
	color:#243842;
	display: inline;
}
footer .useful_link ul li a i {
	font-size: 18px;
	vertical-align: middle;
    padding-right: 6px;
}
footer .useful_link ul li a:hover {
	color:#e8874c;
}
footer .useful_link ul:nth-child(3) {
	padding-left: 29px;
}

footer .featured_properties_footer .item {
	display: table;
	margin-bottom: 10px;
}

footer .featured_properties_footer .item .image_holder,
footer .featured_properties_footer .item .text {
	display: table-cell;
	vertical-align: top;
}
footer .featured_properties_footer .item .text {
	padding-left:18px;
}
footer .featured_properties_footer .item .text a {
	display: block;
}
footer .featured_properties_footer .item .text h6 {
	margin-top:-2px;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color:#243842;
	margin-bottom: 4px;
}
footer .featured_properties_footer .item .text span {
	color:#282828;
	display: block;
}
footer .featured_properties_footer .item .text h4 {
	color:#243842;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight: 700;
    margin-top: 12px;
}
footer .featured_properties_footer .history {
	margin-top:40px;
}
footer .contact_info ul {
	margin-top:35px;
}
footer .contact_info ul li,
footer .contact_info ul li a {
	display: block;
	color:#243842;
	line-height: 24px;
	font-weight: normal;
}
footer .contact_info ul li a:hover {
	color:#282828;
}
footer .contact_info ul li {
	padding-left:30px;
	position: relative;
	margin-left:-1px;
	margin-bottom: 15px;
}
footer .contact_info ul li:before {
	position: absolute;
	top:0;
	left:0;
	color:#F04923;
	font-size: 18px;
	padding-left: 1px;

}
footer .contact_info ul li:nth-child(1):before {
	content: 'ï€•';
	font-family: 'font-awesome';
}

footer .contact_info ul li:nth-child(2):before {
	content: 'ï‚•';
	font-family: 'font-awesome';
}

footer .contact_info ul li:nth-child(3):before {
	content: 'ïƒ&nbsp;';
	font-family: 'font-awesome';
	font-size: 16px;
}
footer .contact_info ul li:nth-child(4):before {
	content: 'ï‚¬';
	font-family: 'font-awesome';
}
footer .contact_info ul li:nth-child(5):before {
	content: 'ï€—';
	font-family: 'font-awesome';
}
footer .bottom_footer {
	
	font-size: 14px;
	background-color: #243842;
}
footer .bottom_footer .container {
	border-top:1px solid #243842;
	padding: 10px 0 5px 0;
}
footer .bottom_footer .text {
	float:left;
}

footer .bottom_footer .footer_nav {
	float:right;
}
footer .bottom_footer .text p {
	letter-spacing: 0.25px;
	color:#ffffff;
}
footer .bottom_footer .text p a {
	color:#ffffff;
	font-weight: normal;
}

footer .bottom_footer .footer_nav ul li {
	display: inline-block;
	margin-right:18px;
	line-height: 24px;
}
footer .bottom_footer .footer_nav ul li:last-child {
	margin-right:0;
}
footer .bottom_footer .footer_nav ul li a {
	font-weight: normal;
	color: #ffffff;
}
footer .bottom_footer .text p a:hover,
footer .bottom_footer .footer_nav ul li a:hover {
	color:#F04923;
}

/*__________________________________________ Home version 2 ____________________________________*/


.home2 .main_menu {
	border-bottom: 5px solid #282828;
}
.home2 .call_us:before {
	content: url(../../images/skin/l.png);
}
.home2 .call_us:after {
	content: url(../../images/skin/r.png);
}
.home2 .call_us.color2:before {
	content: url(../../images/skin/l2.png);
}
.home2 .call_us.color2:after {
	content: url(../../images/skin/r2.png);
}
.home2 .call_us.color3:before {
	content: url(../../images/skin/l3.png);
}
.home2 .call_us.color3:after {
	content: url(../../images/skin/r3.png);
}
.home2 .call_us.color4:before {
	content: url(../../images/skin/l4.png);
}
.home2 .call_us.color4:after {
	content: url(../../images/skin/r4.png);
}
.home2 .call_us {
	background: #282828;
}
.home2 .call_us p span {
	background: #e26b23;
	color:#fff;
}
.home2 .call_us p,
.home2 .call_us a{
	color:#fff;
}
#google-map-area {
	width:100%;
	height:609px;
}
#google-map-area .google-map-home {
	height:100%;
}
/*_________________ Find Your Home Table _________________*/

.find_home_2 {
	margin-top:-149px;
	position: relative;
	z-index: 9;
}
.find_home_2 h4.table_title {
	color:#fff;
	line-height: 44px;
	display: inline-block;
	background: #F04923;
	padding:0 30px;
	border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
.find_home_2 h4.table_title i {
	padding-right: 3px;
}
.find_home_2 .table_content {
	background: #fff;
	border:1px solid #f1f1f1;
	padding: 0 28px 22px 28px;
}
.find_home_2 .table_content .space_fix {
	margin-right:17px;
}

.find_home_2 .table_content .single_form {
	display: inline-block;
	height:50px;
	margin-top:28px;
}
.find_home_2 .table_content .selectmenu_type_1 {
	width:400px;
	vertical-align: top;
}
.find_home_2 .table_content .selectmenu_type_2 {
	width:170px;
}
.find_home_2 .table_content .selectmenu_type_3 {
	width:310px;
	vertical-align: top;
}
.find_home_2 .table_content .selectmenu_type_4 {
	width:245px;
}
.find_home_2 .table_content .selectmenu_type_5 {
	width:210px;
}
.find_home_2 .table_content .selectmenu_type_6 {
	width:202px;
}
.find_home_2 .table_content .selectmenu_type_1 input {
	width:100%;
	height:100%;
	box-shadow: none;
	outline: none;
	padding-left: 10px;
}
.find_home_2 .ui-state-default,
.find_home_2 .table_content .selectmenu_type_1 input {
	background: #f7f7f7;
	border: 1px solid #243842;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 16px;
}
.find_home_2 .ui-selectmenu-button span.ui-icon:before {
	content: 'ï„‡';
	font-size: 16px;
	color:#243842;
}
.find_home_2 .ui-selectmenu-button span.ui-icon {
	border:none;
}
.home2 .ui-widget-content {
	background: #f7f7f7;
}
.home2 .ui-menu .ui-menu-item {
	padding:12px 5px;
}
.find_home_2 .table_content .selectmenu_type_3 button a {
	display: block;
	text-align: center;
	line-height: 48px;
	width:100%;
	background: #F04923;
	color:#fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:none;
    box-shadow: none;
    outline:none;
}
.linkbutton:hover {
	background: #282828;
	color:#fff;
	cursor:pointer;
}

.linkbutton  {
	cursor:pointer;
	display: block;
	text-align: center;
	line-height: 48px;
	width:250px;
	margin-left: auto;
	margin-right: auto;
	background: #F04923;
	color:#fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:none;
    box-shadow: none;
    outline:none;
}

.find_home_2 .table_content .selectmenu_type_3 button:hover a:hover {
	background: #282828;
}

.home2 .ui-selectmenu-button span.ui-selectmenu-text {
	padding:8px 10px;
}


/*_____________ Featured Properties 2 ____________________*/

.featured_properties2 {
	margin-top:50px;
}
.properties_item2 {
	margin-top:39px;
}
.properties_item2 .single_properties {
	border:1px solid #f1f1f1;
	background: #fff;
}
.properties_item2 .single_properties .properties_name a {
	display: block;
}
.properties_item2&gt;div {
	margin-bottom: 30px;
}
.properties_item2 .single_properties .properties_name h6 {
	color:#243842;
	text-transform: uppercase;
	font-size: 16px;
	margin:0 0 6px 0;
}
.properties_item2 .single_properties .properties_name {
	padding: 20px 20px 13px 20px;
	border-bottom:1px solid #f1f1f1;
}
.properties_item2 .single_properties .properties_name .title span {
	color:#282828;
	display: block;
}
.properties_item2 .single_properties .properties_name a.button {
	width:100px;
	line-height: 34px;
	text-align: center;
	color:#fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.properties_item2 .single_properties .properties_name a.rent {
	background: #F04923;
}
.properties_item2 .single_properties .properties_name a.rent:hover {
	background: #282828;
}
.properties_item2 .single_properties .properties_name a.sale {
	background: #282828;
}
.properties_item2 .single_properties .properties_name a.sale:hover {
	background: #F04923;
}
.properties_item2 .single_properties .properties_name .title {
	float:left;
}
.properties_item2 .single_properties .properties_name a.button {
	float:right;
}
.properties_item2 .single_properties .properties_details .img_holder,
.properties_item2 .single_properties .properties_details .text {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.properties_item2 .single_properties .properties_details .img_holder .overlay {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(77,194,230,0.9);
}
.properties_item2 .single_properties .properties_details .img_holder .overlay a {
	color:#fff;
	display: block;
	text-align: center;
	font-size: 18px;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content:center;
    justify-content: center;
    align-items: center;
    align-items: center;
	height:100%;
}
.properties_item2 .single_properties .properties_details .text {
	padding-left:20px;
}
.properties_item2 .single_properties .properties_details .properties_title h4 {
	margin: -4px 0 8px 0;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}
.properties_item2 .single_properties .properties_details .properties_title h4 span {
	font-size: 22px;
}
.properties_item2 .single_properties .properties_details .properties_title&gt;span {
	color:#282828;
}
.properties_item2 .single_properties .properties_details .properties_title {
	float:left;
}
.properties_item2 .single_properties .properties_details .author_image {
	float:right;
	position: relative;
	width:54px;
	height:54px;
	border:2px solid transparent;
	margin-top: -3px;
}
.properties_item2 .single_properties .properties_details .author_image img {
	border:2px solid #f1f1f1;
	width:54px;
	height:54px;
}
.properties_item2 .single_properties .properties_details .author_image .overlay {
	width:54px;
	height:54px;
	position: absolute;
	top:0;
	left:0;
	background: rgba(77,194,230,0.9);
	border:2px solid #f1f1f1;
}
.properties_item2 .single_properties .properties_details .author_image .overlay a {
	display: block;
	width:100%;
	line-height: 54px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.properties_item2 .single_properties .properties_details p {
	margin: 11px 26px 0 0;
}
.properties_item2 .single_properties .properties_details {
	padding: 30px 22px 30px 18px;
}
.properties_item2 .single_properties .properties_history {
	border-top:1px solid #f1f1f1;
}
.properties_item2 .single_properties .properties_history li {
	display: inline-block;
	text-align: center;
    font-size: 14px;
    padding: 13px 17px 15px 19px;
    border-right:1px solid #f1f1f1;
}
.properties_item2 .single_properties .properties_history li i {
	color:#F04923;
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
}
.properties_item2 .single_properties .properties_history li:last-child {
	margin:0;
}
.properties_item2 .single_properties .properties_details .img_holder .overlay,
.properties_item2 .single_properties .properties_details .author_image .overlay {
	transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.properties_item2 .single_properties:hover .properties_details .img_holder .overlay,
.properties_item2 .single_properties:hover .properties_details .author_image .overlay {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}


.properties_item2 .owl-theme .owl-nav [class*=owl-]  {
	padding: 0;
	margin:0 5px;
	position: relative;
}
.properties_item2 .owl-theme .owl-nav {
	margin: 0;
}
.properties_item2 .owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: 'ïƒ™';
	font-family: 'font-awesome';
	position: absolute;
	top:-4px;
	right:-1px;
	font-size: 16px;
	color:#243842;
}
.properties_item2 .owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: 'ïƒš';
	font-family: 'font-awesome';
	position: absolute;
	top:-4px;
	right:-7px;
	font-size: 16px;
	color:#243842;
}

.properties_item2 .owl-theme .owl-controls {
	margin:0;
	position: absolute;
	right:1px;
	bottom: 3px;
	width:100px;
	height:42px;
	background: #fff;
}
.properties_item2 .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.properties_item2 .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
	color:#F04923;
}

/*_____________________ Recent Properties 2 ______________*/
.recent_properties_two {
	margin-top:20px;
}
.recent_properties_two .title_sapce_fix {
	padding-right: 0;
}
.properties_item_two {
	margin-top:30px;
}
.recent_properties_two .nav-tabs {
	border:1px solid #f1f1f1;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 28px 0 0 14px;
}
.recent_properties_two .nav-tabs li a {
	border:none;
	color:#243842;
	font-weight: normal;
	border-radius: 0;
	margin:0;
	border-right:1px solid #f1f1f1;
	padding: 10px 18px 10px 21px;
}
.recent_properties_two .nav-tabs li:last-child a {
	border:none;
	border-radius: 0 4px 4px 0;
}
.recent_properties_two .nav-tabs li:first-child a {
	border-radius: 4px 0 0 4px;
}
.recent_properties_two .nav-tabs li:hover a,
.recent_properties_two .nav-tabs li.active a,
.recent_properties_two .nav-tabs li.focus a {
	background: #F04923;
	background-color: none;
	color:#fff;
	border:none;
	border-right:1px solid #f1f1f1;
}
.properties_item_two .single_properties {
	border:1px solid #f1f1f1;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.properties_item_two .single_properties a h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight: 700;
	color: #243842;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
    padding: 13px 23px 13px 23px;
    line-height: 24px;
}
.properties_item_two .single_properties&gt;span {
	text-transform: uppercase;
	font-weight: 700;
	color:#fff;
	display: block;
	width:72px;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    position: absolute;
    top: 6px;
    left: -19px;
}
.properties_item_two .single_properties&gt;span.rent {
	background: #F04923;
}
.properties_item_two .single_properties&gt;span.sale {
	background: #282828;
}
.properties_item_two .single_properties .img_holder a {
	display: block;
}
.properties_item_two .single_properties .property_details {
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
    padding: 19px 0 14px 0;
}
.properties_item_two .single_properties .property_details h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color:#F04923;
	margin: 0 0 5px 0;
}
.properties_item_two .single_properties .property_details h4 span {
	font-size: 14px;
}
.properties_item_two .single_properties .property_details&gt;span {
	display: block;
	color:#282828;
}
.properties_item_two .single_properties ul li {
	display: inline-block;
	text-align: center;
    padding: 14px 16px 9px 16px;
    font-size: 14px;
}
.properties_item_two .single_properties ul li i {
	color:#F04923;
	font-size: 18px;
	display: block;
	margin-bottom: 3px;
}
.properties_item_two .single_properties ul li:last-child {
	margin:0;
}
.properties_item_two .single_properties .carousel-control.right,
.properties_item_two .single_properties .carousel-control.left {
	background: none;
}
.properties_item_two .single_properties .carousel-control {
	font-size: 30px;
	color:#fff;
	text-shadow:none;
	opacity: 0;
	visibility: hidden;
	width:10%;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.properties_item_two .single_properties .carousel-control.right i {
	position: absolute;
    top: 43%;
    left: 25%;
}
.properties_item_two .single_properties .carousel-control.left i {
	position: absolute;
    top: 43%;
    left: 41%;
}
.properties_item_two .single_properties:hover .carousel-control {
	opacity: 1;
	visibility: visible;
}

/*_________________ Testimonial Two ______________*/
.testimonial_two {
	background: #f7f7f7;
	border-top:1px solid #243842;
	border-bottom:1px solid #243842;
	margin-top:37px;
	padding: 47px 0 20px 0;
}
.testimonial_two  .client_speach {
	 margin: 30px 0 48px 0;
	 position: relative;
}
.testimonial_two  .client_speach .item {
	background: #fff;
    padding: 41px 0 39px 43px;
    position: relative;
    margin: 10px 0 10px 0;
	-webkit-box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
	box-shadow: 0px 6px 13px -8px rgba(0,0,0,0.25);
}

.testimonial_two  .client_speach .item .img_holder,
.testimonial_two  .client_speach .item .speach {
	float: left;
}

.testimonial_two  .client_speach .item .img_holder img,
.testimonial_two  .client_speach .item .img_holder .client_name {
	display: block;
	float:left;
}
.testimonial_two  .client_speach .item .img_holder .client_name {
	padding-left:30px;
}
.testimonial_two  .client_speach .item .img_holder img {
	border-radius: 4px;
	width: 120px;
    height: 120px;
}
.testimonial_two  .client_speach .item .img_holder .client_name h5 {
	font-size: 20px;
	margin:0 0 6px 0;
}
.testimonial_two  .client_speach .item .img_holder .client_name span {
	color:#282828;
	display: block;
}
.testimonial_two  .client_speach .item .speach {
	margin-left:28px;
	border-left:1px solid #243842;
	position: relative;
	width:63%;
}
.testimonial_two  .client_speach .item .speach:before {
	content: url(../../images/home2/1.png);
	position: absolute;
	top:34%;
	left:-1px;
}
.testimonial_two  .client_speach .item .speach p {
    padding: 10px 0 7px 49px;
    word-spacing: 0.2px;
    position: relative;
}
.testimonial_two  .client_speach .item .speach p:after,
.testimonial_two  .client_speach .item .speach p:before {
	font-family: 'font-awesome';
	position: absolute;
	font-size: 24px;
	color:#e4e2e2;
}
.testimonial_two  .client_speach .item .speach p:before {
	content: 'ï„';
    top: -51px;
    left: 12px;
}
.testimonial_two  .client_speach .item .speach p:after {
	content: 'ï„Ž';
    bottom: -62px;
    right: -8px;
}

.testimonial_two  .client_speach .owl-theme .owl-nav {
	position: absolute;
	top:0;
	right: 0;
	height: 91%;
	width:45px;
	border-left: 2px solid #efefef;
	background: #fff;
}
.testimonial_two  .client_speach .owl-theme .owl-nav [class*=owl-] {
	height:50%;
	font-size: 24px;
	color:#243842;
	padding: 0;
	margin:0;
	display: block;
	background: transparent;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial_two  .client_speach .owl-theme .owl-nav .owl-prev {
	border-bottom: 2px solid #efefef;
}
.testimonial_two  .client_speach .owl-theme .owl-nav .owl-prev:before {
	content: 'ïƒ™';
	font-family: 'font-awesome';
	position: absolute;
	top: 30%;
    left: 35%
}
.testimonial_two  .client_speach .owl-theme .owl-nav .owl-next:before {
	content: 'ïƒš';
	font-family: 'font-awesome';
	position: absolute;
	top: 30%;
    right: 35%
}
.testimonial_two  .client_speach .owl-theme .owl-nav .owl-prev:hover:before,
.testimonial_two  .client_speach .owl-theme .owl-nav .owl-next:hover:before {
	color:#F04923;
}
/*___________________ Popular Agents Two _________________*/
.popular_agent_two .agent_people .single_agent .agent_image {
	background: #fff;
	padding: 0;
}
.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button a {
	line-height: 40px;
	width:40px;
}
.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button {
	position: relative;
	margin-top:-2px;
}
.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button span {
	display: block;
	width:81px;
	line-height: 23px;
	text-align: center;
	color:#fff;
	position: absolute;
	top: -32px;
    left: -21px;
	background: #243842;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}
.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button span i.fa {
	color: #243842;
	position: absolute;
	top: 17px;
    left: 48%;
}
.popular_agent_two .agent_people .single_agent .agent_contact {
	padding: 12px 0px 30px 0px;
	box-shadow: none;
}
.popular_agent_two .agent_people .single_agent .agent_image .agent_name .button:hover span {
	opacity: 1;
    visibility: visible;
}

/*-------------*/

.home2 .newsletter {
	margin-top:38px;
}


/*______________________________________________ Home Page 3 _______________________________________*/


/*_______________ Home Page 3 Top section _________________*/

.home_top_wrapper {
	background: url(../../images/home3/1.jpg) no-repeat center;
	background-size: cover;
	height:840px;
	position: relative;
	margin-bottom: 90px;
}

.home_top_wrapper header {
	padding-top:50px;
}
.home_top_wrapper header .left_side {
	background: #fff;
	height:126px;
	width:308px;
	display: inline-block;
	text-align: center;
    padding: 33px 0 0 0;
}
.home_top_wrapper header .right_side a.mail {
	margin-left:17px;
}
.home_top_wrapper header .right_side {
	display: inline-block;
	vertical-align: top;
	width:1000px;
	margin-left:-3px;
}
.home3 .top_header {
	background:#243842;
	padding: 17px 0 17px 49px;
}
.home3 .bottom_header {
	background: #F04923;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
   /* padding: 6px 0 7px 0;*/
}
.home_top_wrapper header .top_header .login,
.home_top_wrapper header .top_header .dropdown,
.home_top_wrapper header .top_header #polyglotLanguageSwitcher {
	display: inline-block;
}
.home_top_wrapper .top_header a {
	color: #fff;
	font-weight: normal;
}
.home_top_wrapper .top_header button {
	background: transparent;
	border:none;
	box-shadow: none;
	outline: none;
	color:#fff;
	padding-left: 1px;
}
.home_top_wrapper .top_header .dropdown {
	color:#fff;
}
.home_top_wrapper .top_header .dropdown button {
	padding-left: 2px;
}
.home_top_wrapper .top_header_right&gt;.dropdown {
	width:87px;
}
.home_top_wrapper .top_header_right&gt;.dropdown ul {
	box-shadow: none;
	border:none;
	background: #F04923;
	min-width:130px;
	padding: 0;
	top:40px;
	border-radius: 0 0 3px 3px;
    z-index: 999999;
}
.home_top_wrapper .top_header_right #polyglotLanguageSwitcher ul.dropdown {
	top:46px;
}
.home_top_wrapper .top_header_right&gt;.dropdown ul li {
	padding: 6px 0px 6px 15px;
	border-top: 1px dotted #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.home_top_wrapper .top_header_right&gt;.dropdown ul li:first-child {
	border-top:none;
}
.home_top_wrapper .top_header_right&gt;.dropdown ul li:last-child {
	border-radius: 0 0 3px 3px;
}

.home_top_wrapper .top_header_right&gt;.dropdown ul li:hover {
	background-color: #282828;
}
.home_top_wrapper .top_header a.login {
	margin-right:6px;
}
.home_top_wrapper .top_header .dropdown&gt;i.fa {
	padding-left: 11px;
}
.home_top_wrapper header .top_header .top_header_left {
	float:left;
	padding: 5px 0 0 0;
}
.home_top_wrapper header .top_header .top_header_left a:hover {
	color:#282828;
}
.home_top_wrapper header .top_header .top_header_right {
	float:right;
	padding-right: 39px;
}
.home3 .bottom_header .social_icon {
	margin-right:50px;
}
.home3 .bottom_header .social_icon li {
	display: inline-block;
	width:32px;
	height:32px;
	background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
	 -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	 margin: 16px 11px 0 0;
}
.home3 .bottom_header .social_icon li:last-child {
	margin-right:0;
}
.home3 .bottom_header .social_icon li a {
	display: block;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.home3 .bottom_header .social_icon li:hover,
.home3 .bottom_header .social_icon li:focus {
	background: #282828;
}
.home3 .bottom_header nav {
	margin:0 21px 0 0;
	border:none;
	background: transparent;
	border-radius: 0;
}
.home3 .bottom_header nav ul.nav&gt;li&gt;a {
	font-size: 16px;
	color:#fff;
	font-weight: normal;
	padding: 21px 22px 22px 22px;
}
.home3 .bottom_header nav ul.nav li {
	position: relative;
	z-index: 9999;
}
.home3 .bottom_header nav ul.nav&gt;li:before {
	content: '';
	width:100%;
	height:0;
	background: #243842;
	position: absolute;
	bottom:0;
	left:0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.home3 .bottom_header nav ul.nav&gt;li:hover:before {
	height: 100%;
}
.home3 .bottom_header nav ul.nav .sub-menu {
	position: absolute;
    top: 80px;
    left: 0px;
    background: #243842;
    width: 239px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:0;
    visibility: hidden;
}
.home3 .bottom_header nav ul.nav .sub-menu::before {
	content: 'ïƒ˜';
    font-family: font-awesome;
    color: #243842;
    font-size: 22px;
    position: absolute;
    top: -18px;
    left: 16%;
}
.home3 .bottom_header nav ul.nav&gt;li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top:68px;
}
.home3 .bottom_header nav ul.nav .sub-menu li a {
	font-weight: normal;
    font-size: 14px;
    color: #fff;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2d2d2d;
    line-height: 50px;
    padding: 0 0 0 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home3 .bottom_header nav .nav&gt;li&gt;ul&gt;li&gt;a i {
	float:right;
	padding-right: 20px;
	line-height: 50px;
}
.home3 .bottom_header nav ul.nav .sub-menu li:last-child&gt;a {
	border:none;
}
.home3 .bottom_header nav ul.nav .sub-menu li a:hover {
	background: #2d2d2d;
	padding-left: 25px;
}

.home3 .bottom_header nav .nav ul.sub-sub-menu {
    position: absolute;
    top: 0;
    right: -115%;
   	background: #243842;
    width: 239px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:0;
    visibility: hidden;
}
.home3 .bottom_header nav .nav ul.sub-sub-menu:before {
	content: '';
	width:100%;
	height:100%;
	background: transparent;
	position: absolute;
	top:0;
	left:-25px;
	z-index: -1;
}
.home3 .bottom_header nav ul.nav .sub-menu&gt;li:hover .sub-sub-menu {
	right:-104%;
	opacity: 1;
	visibility: visible;
}
/*___________________ Sale or Rent Search ________________*/
.properties_search {
	margin-top:157px;
}
.properties_search .nav-tabs {
	border: none;
	margin-left: 20px;
}
.properties_search .nav-tabs li a {
	color:#fff;
	background: #F04923;
	border:none;
	margin-right: 10px;
    padding: 13px 18px 8px 19px;
}
.properties_search .nav-tabs li.active a {
	background: #fff;
	color:#243842;
	border:none;
}
.search_category .search_form .single_form {
	height:45px;
	display: inline-block;
	vertical-align: top;
}
.search_category .search_form .space_fix {
	margin-right:16px;
}
.search_category .search_form .space_fix_top {
	margin-top:16px;
}
.search_category .search_form .selectmenu_type_1 {
	width:100%;
}
.search_category .search_form .selectmenu_type_2 {
	width:100%;
	border: 1px solid #243842;
}
.search_category .search_form .selectmenu_type_22 {
	width:288px;
	border: 1px solid #243842;
}
.search_category .search_form .selectmenu_type_23 {
	width:188px;
	border: 1px solid #243842;
}
.search_category .search_form .selectmenu_type_3 {
	width:125px;
}
.search_category .search_form .selectmenu_type_1 input {
	width:100%;
	height:100%;
	outline: none;
	border: 1px solid #243842;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding-left: 15px;

} 
.search_category .search_form .selectmenu_type_3 button {
	display: block;
	width:100%;
	line-height: 43px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	background: #282828;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:none;
    box-shadow: none;
}
.search_category .search_form .selectmenu_type_3 button:hover {
	background: #F04923;
}
.home3 .ui-selectmenu-button span.ui-icon {
	border:none;
}
.home3 .ui-selectmenu-button span.ui-icon:before {
	content: 'ï„‡';
	color:#243842;
}
.properties_search .search_category {
	background: #fff;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding:28px 20px;
    margin-top: 1px;
}

/*_________________________ Properties Banner slider ___________________*/

.properties_slider_banner {
	position: absolute;
	bottom: 0;
	background: rgba(21,21,21,0.9);
	width:100%;
	padding: 18px 10px;
}
.properties_slider_banner .single_properties {
	background: #1d1f1e;
	margin:0 10px;
	padding: 20px 21px 20px 33px;
}
.properties_slider_banner .single_properties&gt;.img_holder,
.properties_slider_banner .single_properties .properties_name {
	float:left;
}

.properties_slider_banner .single_properties .properties_name {
	padding-left: 20px;
}
.properties_slider_banner .single_properties .properties_name h5 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	font-weight: 700;
}
.properties_slider_banner .single_properties .properties_name&gt;span {
	color:#282828;
}
.properties_slider_banner .single_properties .properties_name h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color:#fff;
	margin-top: 13px;
}
.properties_slider_banner .single_properties .properties_name h4 span {
	font-size: 14px;
}
.properties_slider_banner .single_properties .author_img img {
	width:54px;
	height:54px;
}
.properties_slider_banner .single_properties .author_img {
	position: relative;
	border:2px solid #f1f1f1;
	margin-top:12px;
	float:right;
}
.properties_slider_banner .single_properties .author_img .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(77,194,230,0.9);
	transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}
.properties_slider_banner .single_properties .author_img .overlay a {
	display: block;
	width:100%;
	line-height: 54px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.properties_slider_banner .single_properties:hover .author_img .overlay {
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.properties_slider_banner .owl-theme .owl-controls {
	position: absolute;
	left:calc(50% - 68px);
	bottom: -58px;
	background: #151616;
	margin: 0;
	padding: 10px 36px 10px 36px;
}
.properties_slider_banner .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border:1px solid #fff;
	opacity: 1;
	margin:0 5px;
	width:11px;
	height:11px;
}
.properties_slider_banner .owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}

/*___________________ Main page content ____________________*/

 			/*___________ Properties For Rent _______*/

.rent_properties .main_title {
	margin-bottom: 106px;
}
.rent_properties .single_properties .properties_name {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	z-index: 99;
    padding: 0 0 16px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rent_properties.properties_item .single_properties {
	margin-bottom: 20px
}
.rent_properties.properties_item .single_properties.space_fix {
	margin-bottom: 125px;
}
.rent_properties .single_properties .properties_name:before {
	content: '';
	background-image: url(../../images/home3/11.png);
	position: absolute;
	top:-70px;
	left:0px;
	height:71px;
	width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rent_properties .single_properties:hover .properties_name:before {
	background-image: url(../../images/skin/arrow_bg.png);
}
.rent_properties .single_properties:hover .properties_name.color2:before {
	background-image: url(../../images/skin/arrow_bg2.png);
}
.rent_properties .single_properties:hover .properties_name.color3:before {
	background-image: url(../../images/skin/arrow_bg3.png);
}
.rent_properties .single_properties:hover .properties_name.color4:before {
	background-image: url(../../images/skin/arrow_bg4.png);
}
.rent_properties .single_properties .properties_name .author_img {
	position: absolute;
	right:14px;
	bottom: -30px;
}
.rent_properties .single_properties .properties_name .author_img img {
	border:2px solid #f1f1f1;
}
.rent_properties .single_properties .properties_name h6 {
	color:#243842;
	text-transform: uppercase;
	margin-top:0;
}
.rent_properties .single_properties .properties_name h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#282828;
}
.rent_properties .single_properties .properties_name h4 span {
	font-size: 14px;
}
.rent_properties .single_properties .image_holder {
	position: relative;
	z-index: 9;
}
.rent_properties .single_properties .image_holder .property_tag {
	background: #fff;
	color:#F04923;
    top: 15px;
    left: 14px;
}
.rent_properties .single_properties .properties_history {
	margin-top: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	padding: 18px 0 23px 0;
}
.rent_properties .single_properties .properties_history li {
	border:none;
	padding-left: 14px;
	line-height: 35px;
}
.rent_properties .single_properties .properties_history li span {
	line-height: 35px;
}
.rent_properties .single_properties:hover .property_tag {
	background: #282828;
	color:#fff !important;
}
.rent_properties .single_properties:hover .properties_name {
	background: #F04923;
}
.rent_properties .single_properties:hover .properties_name h4,
.rent_properties .single_properties:hover .properties_name h6 {
	color:#fff;
}

 			/*___________ Properties For Sale _______*/

.home3 .sale_properties {
	margin-top:48px;
}

.sale_properties .properties_item_two {
	margin-top:40px;
}

/*______*/
.home3 .featured_partners {
	margin-top:16px;
}

.home3 .featured_partners .main-title-center h2 {
	display: block;
}
.home3 .featured_partners .main-title-center h2:before {
	left:48%;
}

			/*___________ Side bar _______*/
.side_bar .our_agents .main_title2 h3 {
	margin-top:10px;
}
.side_bar .our_agents .img_holder img {
	border:2px solid #f1f1f1;
	width:54px;
	height:54px;
}
.side_bar .our_agents .agents_details h6 {
	margin:0 0 10px 0;
	font-size: 14px;
	color:#243842;
	text-transform: uppercase;
}
.side_bar .our_agents .agents_details a {
	font-weight: normal;
	font-size: 13px;
	color:#243842;
	display: block;
	line-height: 24px;
}
.side_bar .our_agents .agents_details a i {
	color:#F04923;
}
.side_bar .our_agents .agents_details a:hover {
	color:#F04923;
}
.side_bar .our_agents .agents_single_content .img_holder,
.side_bar .our_agents .agents_single_content .agents_details {
	display: table-cell;
	vertical-align: top;
}
.side_bar .our_agents .agents_single_content {
	padding: 19px 0 13px 19px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}
.side_bar .our_agents .agents_single_content .img_holder {
	padding-right: 19px;
}
.side_bar .our_agents .agents_wrapper {
	margin-top:57px;
}
.sidebar_properties {
	position: relative;
    margin-bottom: 42px;
    margin-top: 25px;
}
.sidebar_properties .slider_box {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    background: #fff;
    padding: 20px 15px;
    margin-top: 41px;
}
.sidebar_properties .slider_box .img_holder a {
	display: block;
}
.sidebar_properties .slider_box .text {
	background: #f5f5f5;
	text-align: center;
	padding: 18px 0 0 0;
}
.sidebar_properties .slider_box .text h6 {
	color:#243842;
	text-transform: uppercase;
	margin:0 0 0 0;
}
.sidebar_properties .slider_box .text h5 {
	font-size: 18px;
	color:#282828;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}
.sidebar_properties .slider_box .text h5 span {
	font-size: 14px;
}
.sidebar_properties .slider_box .text a {
	display: block;
	color:#fff;
	background: #F04923;
	line-height: 35px;
}
.sidebar_properties .slider_box .text p {
	margin: 10px 26px 15px 26px;
}
.sidebar_properties .slider_box .text a:hover  {
	background: #282828;
}
.sidebar_properties .carousel-control {
	background: transparent;
	width:20px;
	height:20px;
	color:#243842;
	font-size: 24px;
	opacity: 1;
	text-shadow: none;
	top:2px;
}
.sidebar_properties .carousel-control.left {
	position: absolute;
	right:13px !important;
	left:auto;
}
.sidebar_properties .carousel-control.right {
	right:-6px;
}
.sidebar_properties .carousel-control:hover {
	color:#282828;
}
.reduced_properties .item_wrapper {
	margin-top:38px;
}
.reduced_properties .item_wrapper .itme .img_holder,
.reduced_properties .item_wrapper .itme .text {
	display: table-cell;
	vertical-align: top;
}
.reduced_properties .item_wrapper .itme .img_holder {
	padding-right: 20px;
}
.reduced_properties .item_wrapper .itme .text h6 {
	color:#243842;
	margin-top:0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.reduced_properties .item_wrapper .itme .text&gt;a&gt;span {
	color:#aaaaaa;
	font-weight: normal;
}
.reduced_properties .item_wrapper .itme .text h5 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-size: 14px;
	color:#282828;
    margin: 13px 0 0 0;
}
.reduced_properties .item_wrapper .itme {
	margin-bottom: 30px;
}


/*______________________________________________ Home Page 4 _______________________________________*/

			/*__________ main menu ______________*/

.main_menu.menu_style_three {
	border:none;
	margin-bottom: -120px;
    z-index: 99;
    position: relative;
}
.main_menu.menu_style_three nav .nav&gt;li&gt;a {
	color:#fff;
	padding: 15px 22px;
}

.main_menu.menu_style_three a.amenities {
	margin-top:10px;
}
.main_menu.menu_style_three nav {
	margin: 7px 0 0 10px;
}
			/*_____________ Banner ________________*/

#main_slider_two .tparrows {
	 border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fff;
    width:50px;
    height:50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main_slider_two .tparrows:before {
	font-family: 'font-awesome';
	font-size: 18px;
	color:#F04923;
	line-height: 50px;
}

#main_slider_two .tparrows.tp-leftarrow:before {
	content: 'ï“';
}
#main_slider_two .tparrows.tp-rightarrow:before {
	content: 'ï”';
}
#main_slider_two .tparrows:hover{
	background: #F04923;
}
#main_slider_two .tparrows:hover:before {
	color:#fff;
}

/*__________ page content __________*/

.home4 .recent_properties_two {
	margin-top:50px;
}

		/*_______ Get Free Advice ________*/

.free_advice {
	background: url(../../images/home4/1.jpg) no-repeat;
	background-attachment: fixed;
	height:494px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 46px;
}
.free_advice .overlay {
	width:100%;
	height:100%;
	padding-top: 50px;
	text-align: center;
	background: rgba(77,194,230,0.8);
}

.free_advice h2 {
	position: relative;
	color:#fff;
	display: inline-block;
	padding-bottom: 15px;
}
.free_advice h2:before {
	content: '';
	width:79%;
	height:1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: calc(10% + 2px);
}
.free_advice h2:after {
	content: '';
	width:50px;
	height:1px;
	background: #282828;
	position: absolute;
	bottom: 0;
	left:44%;
}
.free_advice .single_content {
	margin-top: 30px;
}
.free_advice .single_content .icon_holder {
	width:100px;
	height:100px;
	background: #fff;
	margin:0 auto;
	position: relative;
}

.free_advice .single_content .icon_holder a {
	display: block;
	line-height: 100px;
}
.free_advice .single_content .text h6 {
	font-size: 18px;
	text-transform: uppercase;
	color:#fff;
    margin: 27px 0 11px 0;
}
.free_advice .single_content .text p {
	color:#fff;
    margin-bottom: 24px;
}
.free_advice .single_content .text a {
	display: block;
	width:120px;
	line-height: 38px;
	background: #fff;
	color:#F04923;
	margin:0 auto;
	 border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.free_advice .single_content:hover .text a {
	color:#fff;
	background: #282828;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.free_advice .single_content:hover .hvr-grow,
.free_advice .single_content:focus .hvr-grow, 
.free_advice .single_content:active .hvr-grow{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}


/*______________________________________________ Home Page 5 _______________________________________*/
.main_menu.menu_style_four {
	border-bottom: none;
}
.properties_slider_style5 {
	max-width: 1920px;
	margin:0 auto;
}
.properties_slider_style5 .item .content {
	position: relative;
	overflow: hidden;
}
.properties_slider_style5 .item .content:hover img {
	transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.properties_slider_style5 .item .content .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left: 30px;
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 70%), rgba(0,0,0,0.0) 1000%; /* Standard syntax (must be last) */
}
.properties_slider_style5 .item:hover .overlay {
	transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.properties_slider_style5 .item .content h6 {
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
	line-height: 34px;
	position: absolute;
	bottom: 106px;
	left:25px;
}
.properties_slider_style5 .item .content p {
	color:#fff;
	font-size: 24px;
	position: absolute;
	bottom: 64px;
	left: 25px;
}
.properties_slider_style5 .item .content p span {
	font-size: 16px;
}
.best_deal .space_fix {
	padding-left:5px;
	padding-right: 5px;
}
.properties_slider_style5 .item .content a {
	display: block;
	width:76px;
	height:76px;
	background: #fff;
	border:8px solid rgba(255,255,255,0.25);
	border-radius: 50%;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	text-align: center;
	font-size: 20px;
	color:#F04923;
	line-height: 60px;
	position: absolute;
	left:calc(50% - 36px);
	top:calc(50% - 36px);
	transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.properties_slider_style5 .item:hover .content a {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}
.best_deal .row {
	margin-left:-5px;
	margin-right:-5px;
	margin-top: 30px;
}
.best_deal .space_fix_top {
	margin-top:10px;
}
.best_deal .single_properties {
	position: relative;
	overflow: hidden;
}
.best_deal .single_properties .text {
	position: absolute;
	bottom: -66px;
	left:0;
	width:100%;
}
.best_deal .text h4 {
	color:#fff;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.best_deal .text h6 {
	font-weight: normal;
	color:#fff;
}
.best_deal .single_properties&gt;span {
	font-weight: 700;
	color:#fff;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.best_deal .single_properties&gt;span.sale {
	background: #282828;
}
.best_deal .single_properties&gt;span.rent {
	background: #F04923;
}
.best_deal .text ul {
	background: #F04923;
	opacity: 0;
	 -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.best_deal .single_properties:hover .text ul {
	opacity: 1;
}
.best_deal .single_properties:hover .text {
	bottom: 0;
}
.best_deal .text ul li {
	color:#fff;
	text-align: center;
	display: inline-block;
	line-height: 27px;
}

.best_deal .text ul li i {
	display: block;
}
.best_deal .image_large .text h4 {
	line-height: 26px;
	font-size: 18px;
    margin: 0 0 10px 30px;
}
.best_deal .image_large .text h6 {
	font-size: 24px;
	margin: 0 0 26px 30px;
}
.best_deal .image_large .single_properties&gt;span {
    top: 12px;
    left: -36px;
    line-height: 32px;
    font-size: 16px;
    width: 129px;
}
.best_deal .single_properties .icon_holder {
	position: absolute;
	width:45px;
	line-height: 45px;
	background: #fff;
	top:20px;
	right:19px;
	font-size: 24px;
	color:#F04923;
	text-align: center;
}
.best_deal .image_large .text ul {
	padding-left: 30px;
}
.best_deal .image_large .text ul li {
	font-size: 15px;
	margin: 16px 46px 14px 0;
}

.best_deal .image_small .text h4 {
	line-height: 24px;
	font-size: 14px;
    margin: 0 0 10px 20px;
}

.best_deal .image_small .text h6 {
	font-size: 18px;
	margin: 0 0 27px 20px;
}
.best_deal .image_small .text h6 span {
	font-size: 14px;
}
.best_deal .image_small .text ul {
	padding: 10px 0 1px 26px;
}
.best_deal .image_small .text ul li {
	font-size: 14px;
	margin: 0px 33px 0px 0;
}
.best_deal .image_small .text ul li i {
	font-size: 18px;
}
.best_deal .image_small .single_properties&gt;span {
    top: 7px;
    left: -21px;
    font-size: 13px;
    line-height: 20px;
    width: 80px;
}
.best_deal .text ul li:last-child {
	margin-right: 0;
}


.home5 .testimonial_two {
	margin-top:70px;
}



/*___________________________________________ Inner Banner _______________________________*/

#inner_banner {
	background-size: cover !important;
	height:320px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;

	
}
#inner_banner .overlay {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
}

#inner_banner h2 {
	font-size: 44px;
	color:#fff;
	text-transform: uppercase;
	-webkit-user-select:none;
	text-shadow: 2px 2px #243842;
}
#inner_banner ul li {
	display: inline-block;
	color:#fff;
	margin: 1px 5px 0 2px;
}
#inner_banner ul li a {
	display: block;
	color:#fff;
	font-weight: normal;
}
#inner_banner .title {
	padding-top:100px;
}

/*____________________________________ Sidebar Two style ____________________________*/

.sidebar_style_two .preperty_search {
	border:1px solid #f1f1f1;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 39px;
}
.sidebar_style_two .preperty_search h4 {
	border-bottom: 1px solid #f1f1f1;
	padding: 2px 0 11px 14px;
}
.sidebar_style_two .preperty_search form {
	padding: 5px 14px 16px 14px;
}
.sidebar_style_two .preperty_search form .single_form,
.sidebar_style_two .preperty_search form .price_range input[type="text"] {
	height:40px;
	border:1px solid #f1f1f1;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar_style_two .preperty_search form .price_range  input[type="text"] {
	display: inline-block;
	width:112px;
	line-height: 40px;
	outline: none;
	padding-left: 10px;
}
.sidebar_style_two .preperty_search form .price_range input[type="text"]:first-child  {
	margin-right:6px;
}

.sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 40px;
	padding: 0 0 0 10px;
	margin:0;
}
.sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-icon {
	border:none;
	height:40px;
}
.sidebar_style_two .preperty_search .ui-selectmenu-button span.ui-icon::before {
	content: 'ï„‡';
	font-size: 16px;
	color:#243842;
	top: 20%;
    left: 66%;
}

.sidebar_style_two .preperty_search .input_checker {
	background: #f5f5f5;
	border:1px solid #f1f1f1;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 0px 0 18px 0;
    padding: 0 0 17px 9px;
}
.sidebar_style_two .preperty_search .input_checker .single_checkbox {
	display: inline-block;
}
.sidebar_style_two .preperty_search .input_checker label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	font-weight: normal;
    margin: 16px 13px 0 0;
    -webkit-user-select:none;
}
.sidebar_style_two .preperty_search .input_checker input[type="checkbox"] {
	display: none;
}
.sidebar_style_two .preperty_search .input_checker label:before {
	content: 'ï…Š';
	font-family: 'font-awesome';
	font-size: 15px;
	color:#243842;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left:0;
	top:0;
}

.sidebar_style_two .preperty_search .input_checker input[type="checkbox"]:checked + label:before {
	content: 'ï…Š';
	font-family: 'font-awesome';
	font-size: 15px;
	color:#F04923;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left:0;
	top:0;
}
.sidebar_style_two .preperty_search .input_checker input[type="checkbox"]:checked + label {
	color:#F04923;
}
.sidebar_style_two .preperty_search .search {
	display: block;
	line-height: 45px;
	width:100%;
	text-align: center;
	color:#fff;
	background: #F04923;
	 border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border:none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar_style_two .preperty_search .search:hover {
	background: #282828;
}
/*_____________________________*/

.sidebar_style_two .brochure_download a  {
	display: block;
	width:100%;
	line-height: 45px;
	background: #f5f5f5;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    font-weight: normal;
    color:#243842;
    margin-bottom: 20px;
    position: relative;
}
.sidebar_style_two .brochure_download h3 {
	margin-bottom: 42px;
}
.sidebar_style_two .brochure_download {
	margin-bottom: 40px;
}
.sidebar_style_two .brochure_download a:hover {
	color:#F04923;
}

.sidebar_style_two .brochure_download a:before {
	
	font-family: 'font-awesome';
	font-size: 16px;
	position: absolute;
	left: 0;
	top:0;
	line-height: 45px;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	width:47px;
}

.sidebar_style_two .brochure_download a.pdf:before {
	content: 'ï‡';
}
.sidebar_style_two .brochure_download a.txt:before {
	content: 'ïƒ¶';
}
/*__________________________*/
.sidebar_testimonial {
	margin-top:41px;
    margin-bottom: 38px;
}
.sidebar_testimonial .slider_box {
	box-shadow: none;
	border:1px solid #f1f1f1;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
    text-align: center;
}
.sidebar_testimonial .slider_box .title h6 {
	color:#243842;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.sidebar_testimonial .slider_box .title i {
	display: block;
	color:#282828;
}
.sidebar_testimonial .slider_box .title {
	position: relative;
    padding: 16px 0 64px 0;
}
.sidebar_testimonial .slider_box .title img {
	display: block;
	width:80px;
	height:80px;
	position: absolute;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
	bottom: -30%;
    left: 35%;
}
.sidebar_testimonial .slider_box .text i {
	color:rgba(160,160,160,0.35);
}
.sidebar_testimonial .slider_box .text i.fa-quote-left {
	display: block;
	text-align: left;
}
.sidebar_testimonial .slider_box .text i.fa-quote-right {
	display: block;
	text-align: right;
}
.sidebar_testimonial .slider_box .text p {
	margin:0;
}
.sidebar_testimonial .slider_box .text {
	padding: 39px 17px 30px 20px;
}

/*____________________________ Contact Us page ____________________________________*/
.contact_us_content {
	margin-bottom: 28px;
}
.contact_us_content .map_location p {
	margin:34px 0;
}

/*_____________*/
.contact_us_content .contact_information .address h6 {
	text-transform: uppercase;
	color:#243842;
	margin-bottom: 20px;
}
.contact_us_content .contact_information .address p {
	margin-bottom: 0;
}
.contact_us_content .contact_information .address a {
	display: block;
	line-height: 24px;
	color:#243842;
	font-weight: normal;
}
.contact_us_content .contact_information .address .top {
	margin-bottom: 41px;
}
.contact_us_content .contact_information&gt;p {
	margin: 32px 0 21px 0;
}

/*_________________________*/
.send_message input {
	width:100%;
	height:45px;
	border:1px solid #f1f1f1;
	background: #f5f5f5;
	outline: none;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding-left: 16px;
    margin-bottom: 20px;
}
.send_message textarea {
	width:100%;
	min-height:140px;
	border:1px solid #f1f1f1;
	background: #f5f5f5;
	outline: none;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 9px 14px;
    resize: none;
    margin-bottom: 24px;
}
.send_message button {
	line-height: 43px;
	width:153px;
	text-align: center;
	color:#fff;
	background: #F04923;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
}
.send_message button:hover {
	background: #282828;
}
.send_message form {
	margin-top:44px;
}


.contact_us_content .send_message .alert_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	top: 0;
    left: 0;
    z-index: 9999999;
}
.contact_us_content .send_message #success,
.contact_us_content .send_message #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  text-align: center;
}
.contact_us_content .send_message #success .wrapper,
.contact_us_content .send_message #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact_us_content .send_message #success .wrapper p,
.contact_us_content .send_message #error .wrapper p{
	display: table-cell;
	vertical-align: middle;
}
.contact_us_content .send_message #success {
  color: #F04923;
}
.contact_us_content .send_message #error {
  color: red;
}
.contact_us_content .send_message #error button,
.contact_us_content .send_message #success button {
	color:#fff;
	width:40px;
	height:40px;
	line-height: 20px;
	position: absolute;
	background: #F04923;
	border-radius: 50%;
	position: absolute;
	top: -20px;
    right: -20px;
    font-size: 25px;
}

/*________________________________________________ Gallery __________________________________*/
.gallery_wrapper .menu_wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.gallery_wrapper .gallery_menu {
	display: inline-block;
	border:1px solid #f1f1f1;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.gallery_wrapper .gallery_item_container.container {
	margin-top:49px;
}
.gallery_wrapper .gallery_menu li {
	line-height: 50px;
	display: inline-block;
	border-right:1px solid #f1f1f1;
	padding: 0 18px;
	cursor: pointer;
}
.gallery_wrapper .gallery_menu li:last-child {
	border:none;
}
.gallery_wrapper .gallery_menu li.active,
.gallery_wrapper .gallery_menu li.is-checked{
	color:#F04923;
}
.gallery_item_container .single_item {
	position: relative;
	overflow: hidden;
}
.gallery_item_container .mix {
	display: none;
}
.gallery_style_one,
.gallery_style_two,
.gallery_style_three {
	width:100%;
}
.gallery_item_container .single_item .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(77,194,230,0.95);
	transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
}
.gallery_item_container .single_item:hover .overlay {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}

.gallery_item_container .single_item .overlay .text {
	position: absolute;
    bottom: 44px;
    left: 49px;
	width:100%;
	color:#fff;
}
.gallery_item_container .single_item img {
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	width:100%;
}
.gallery_item_container .single_item:hover img {
	transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.gallery_item_container .single_item .overlay .text h6 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.gallery_item_container .single_item .overlay .text i {
	display: block;
	font-size: 18px;
}
.gallery_item_container .single_item .overlay .link a {
	width:70px;
	line-height: 70px;
	height:70px;
	background: #fff;
	text-align: center;
	font-size: 24px;
	color:#F04923;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin:0 8px;
}
.gallery_item_container .single_item .overlay .link {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content:center;
    justify-content: center;
   	align-items: center;
    align-items: center;
	-webkit-flex-direction: row;
    flex-direction: row;
    height:100%;
}
.gallery_wrapper a.load_more {
	display: block;
	line-height: 50px;
	height:50px;
	width:150px;
	color:#fff;
	text-align: center;
	background: #F04923;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 50px auto 70px auto;
}
.gallery_wrapper a.load_more:hover {
	background: #282828;
}
.gallery_wrapper .page_indicator&gt;a {
	display: block;
	line-height: 50px;
	height:50px;
	width:125px;
	color:#243842;
	text-align: center;
	background: #f5f5f5;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    top:0;
}
.page_indicator {
	text-align: center;
	position: relative;
	margin-top:20px;
    margin-bottom: 69px;
}
.gallery_wrapper .page_indicator&gt;a:hover {
	background: #F04923;
	color:#fff;
}
.gallery_wrapper .page_indicator&gt;a.prev {
	left:0;
}
.gallery_wrapper .page_indicator&gt;a.next {
	right:0;
}
.page_indicator ul li {
	display: inline-block;
}
.page_indicator ul {
	display: inline-block;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.page_indicator ul li a {
	display: block;
	font-size: 18px;
	color:#243842;
	font-weight: normal;
	line-height: 49px;
	padding: 0 16px;
	border-right: 1px solid #f1f1f1;
}
.page_indicator ul li:last-child a {
	border:none;
}
.page_indicator ul li a:hover,
.page_indicator ul li.active a{
	color: #fff;
	background: #282828;
}
.gallery_wrapper .gallery_text .img_holder {
	position: relative;
	overflow: hidden;
}
				/*_____________ Gallery full-width 2columns ____________*/

.gallery_style_one .single_item {
	float:left;
	width:50%;
	margin:0 -1px;
}
				/*_____________ Gallery full-width 3columns ____________*/

.gallery_style_two .single_item {
	float:left;
	width:33.3333333333333%;
	margin:0 -1px;
}
				/*_____________ Gallery full-width 4columns ____________*/

.gallery_style_three .single_item {
	float:left;
	width:25%;
	margin:0 -1px;
}
.gallery_style_three .single_item .overlay .link a,
.gallery_style_four .single_item .overlay .link a {
	width:50px;
	height:50px;
	line-height: 50px;
}
.gallery_style_three .single_item .overlay .text h6 {
	font-size: 18px;
}
.gallery_style_three .single_item .overlay .text,
.gallery_style_four .single_item .overlay .text {
	left:30px;
	bottom: 30px;
}

				/*_____________ Gallery grid 2columns ____________*/

.gallery_style_four .single_item .overlay .text h6 {
	font-size: 22px;
}
.gallery_style_four .single_item,
.gallery_style_five .single_item,
.gallery_style_six .single_item,
.gallery_style_seven .single_item,
.gallery_style_eight .single_item,
.gallery_style_nine .single_item  {
	margin-bottom: 30px;
}

				/*_____________ Gallery grid 3columns ____________*/

.gallery_style_five .single_item .overlay .text h6,
.gallery_style_six .single_item .overlay .text h6 {
	font-size: 20px;
}
.gallery_style_five .single_item .overlay .text i,
.gallery_style_six .single_item .overlay .text i {
	font-size: 16px;
}

.gallery_style_five .single_item .overlay .link a {
	width:45px;
	height:45px;
	line-height: 45px;
	font-size: 14px;
}
.gallery_style_five .single_item .overlay .text,
.gallery_style_six .single_item .overlay .text,
.gallery_masonary .single_item .overlay .text {
	left:20px;
	bottom: 20px;
}


				/*_____________ Gallery-text 2columns ____________*/

.gallery_wrapper .gallery_text .single_item .overlay .link a {
	width:50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.gallery_wrapper .gallery_text .single_item .title {
	background: #f5f5f5;
	padding: 20px 20px;
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
	-moz-box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
	box-shadow: inset 0px -1px 2px 0px rgba(33,33,33,0.1);
}
.gallery_wrapper .gallery_text .single_item .title a {
	display: block;
}
.gallery_wrapper .gallery_text .single_item .title h6 {
	margin-top:0;
	font-size: 16px;
	color:#243842;
	text-transform: uppercase;
}
.gallery_wrapper .gallery_text .single_item .title i {
	font-weight: normal;
	color:#F04923;
	letter-spacing: 0.4px;
}

				/*_____________ Gallery-text 4columns ____________*/

.gallery_wrapper .gallery_style_nine .single_item .title h6 {
	font-size: 14px;
}

				/*_____________ Gallery grid 4columns ____________*/
.gallery_style_six .single_item .overlay .link a,
.gallery_wrapper .gallery_style_nine .single_item .overlay .link a {
	width:40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}


				/*_____________ Masonary Gallery ____________*/
.isotop_item {
	padding: 0 15px 0 15px;
	float:left;
	width:33.333333333%;
	margin-bottom: 30px;
}
.gallery_masonary .single_item .overlay .link a {
	width:45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.gallery_masonary .single_item .title h6 {
	font-size: 20px;
}
.gallery_masonary .single_item .title i {
	font-size: 16px;
	letter-spacing: 0.4px;
}

/*_______________________________________ Single gallery page _________________________*/

.sidebar_style_two #loan_calculator .single_form label {
	display: block;
	font-weight: normal;
	color:#F04923;
	position: relative;
	margin-bottom: 10px;
}
.sidebar_style_two #loan_calculator .single_form {
	border:none;
	margin-bottom: 46px;
}
.sidebar_style_two #loan_calculator .single_form input,
.sidebar_style_two #loan_calculator .single_form #loan_tenture {
	display: block;
	height:40px;
	width:100%;
	border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    clear:both;
}
.sidebar_style_two #loan_calculator .single_form input {
	padding-left: 10px;
}
.sidebar_style_two #loan_calculator .single_form label:before {
	content: '';
	width:0;
	height:0;
	clear: both;
	position: absolute;
	top: 0;
}
.sidebar_style_two #loan_calculator {
	margin-top:48px;
    margin-bottom: 40px;
}
.sidebar_style_two #loan_calculator h4 {
	padding: 6px 0 16px 15px;
}
.sidebar_style_two #loan_calculator .search {
	margin-top:53px;
	margin-bottom: 3px;
}

.sidebar_style_two .commercial_video .video_content {
	position: relative;
    margin-top: 40px;
}
.sidebar_style_two .commercial_video .video_content&gt;img {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.sidebar_style_two .commercial_video .video_content a {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content:center;
    justify-content: center;
   	align-items: center;
    align-items: center;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
}


/*_________________ Gallery_details __________________*/

.single_gallery {
	margin-bottom: 71px;
}
.single_gallery .slider_wrapper p {
	margin: 33px 0 53px 0;
}
.single_gallery .slider_wrapper .owl-theme .owl-nav {
	margin:0;
}
.single_gallery .slider_wrapper .owl-theme .owl-nav [class*=owl-] {
	width:35px;
	height:111px;
	background: #f5f5f5;
	font-size: 30px;
	color:#243842;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: 'ï„„';
	font-family: 'font-awesome';
	position: absolute;
	line-height: 111px;
	width:35px;
	text-align: center;
	top:0;
	left:0;
}
.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	top:0;
	left:-45px;
}
.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: 'ï„…';
	font-family: 'font-awesome';
	position: absolute;
	line-height: 111px;
	width:35px;
	text-align: center;
	top:0;
	left:0;
}
.single_gallery .slider_wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	top:0;
	right:-45px;
}

.single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-next,
.single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-prev {
	position: absolute;
    top: 40%;
    margin-top: -10px;
}

.single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-next {
	right: 0;
}

.single_gallery .slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
	background: #F04923;
	color:#fff;
}
.single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item {
	position: relative;
}
.single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item .overlay {
	position: absolute;
	width:100%;
	height:100%;
	
	 transform: scale(0,0);
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -ms-transform:scale(0,0);
    -o-transform:scale(0,0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    top:0;
    left:0;
}
.single_gallery .slider_wrapper .single-gallery-carousel-thumbnail-box .item:hover .overlay {
	 transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
}
.single_gallery .property_address .contact_map {
	margin-top:38px;
}
.single_gallery .property_address .location ul {
	background: #243842;
	margin:0;
	padding:5px 0 30px 30px;
}
.single_gallery .property_address .location ul li {
	display: inline-block;
	color:#fff;
	margin-top:20px;
}
.single_gallery .property_address .location ul li span {
	font-weight: 700;
}
.single_gallery .property_address .location ul li:nth-child(1) {
	margin-right:167px;
}
.single_gallery .property_address .location ul li:nth-child(2) {
	margin-right:96px;
}

.single_gallery .property_address .location ul li:nth-child(4) {
	margin-right:97px;
}
.single_gallery .property_overview {
	margin-top:58px;
}
.single_gallery .overview_content {
	margin-top:35px;
}
.single_gallery .overview_content span {
	font-weight: 700;
	color: #243842;
	display: block;
	margin-bottom: 10px;
}
.single_gallery .overview_content .single_input {
	margin-bottom: 26px;
}
.single_gallery .overview_content input {
	display: block;
    height: 45px;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    outline: none;
    padding-left: 15px;
}
.single_gallery .property_specification {
	margin-top:32px;
}
.specification_tab {
	margin-top:40px;
}
.specification_tab .panel-heading {
	padding: 0;
	border-radius: 4px;
	border:1px solid #f1f1f1;
	background: #f5f5f5;
	margin-bottom: -2px;
	position: relative;
}

.specification_tab .panel-heading h6 a {
	display: block;
	height:100%;
	width:100%;
	line-height: 44px;
	font-size: 16px;
	color:#243842;
	text-transform: uppercase;
	padding-left: 19px;
	position: relative;
}
.specification_tab .panel-heading h6 a:before {
	content: 'ï„‡';
	font-family: 'font-awesome';
	font-size: 18px;
	line-height: 44px;
	font-weight: normal;
	color:#243842;
	position: absolute;
	right:19px;
	top:0;
}
.specification_tab .panel-group .panel-heading + .panel-collapse &gt; .panel-body, 
.specification_tab .panel-group .panel-heading + .panel-collapse &gt; .list-group {
	border-top:none;
	border-left:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-radius: 0 0 4px 4px;
	padding: 15px 0 3px 20px;
}
.specification_tab .panel-group .panel {
	box-shadow: none;
	border:none;
	margin-bottom: 6px;
}
.specification_tab .panel-heading.active-panel h6 a ,
.specification_tab .panel-heading.active-panel h6 a:before{
	color:#F04923;
}

.single_gallery .floor_plans .single_image {
	text-align: center;
	margin-bottom: 38px;
}
.single_gallery .floor_plans .single_image .img_holder {
	background: #f5f5f5;
	 -webkit-box-shadow:inset 0px 0px 0px 1px #f1f1f1;
    -moz-box-shadow:inset 0px 0px 0px 1px #f1f1f1;
    box-shadow:inset 0px 0px 0px 1px #f1f1f1;
}
.single_gallery .floor_plans .single_image .img_holder img {
	display: inline-block;
}
.single_gallery .floor_plans .single_image h6 {
	text-transform: uppercase;
	color:#243842;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    margin-top: 18px;
}
.single_gallery .floor_plans {
	margin-top:59px;
}
.single_gallery .floor_plans .floor_img {
	margin-top:40px;
}
.single_gallery .floor_plans .single_image:hover h6 {
	color:#F04923;
}
.single_gallery .public_facilities {
	margin-top:23px;
}
.single_gallery .public_facilities ul {
	margin-top:40px;
}
.single_gallery .public_facilities ul li {
	display: inline-block;
	font-size: 14px;
	color:#243842;
	line-height: 38px;
	margin-bottom: 30px;
}
.single_gallery .public_facilities ul li i {
	display: inline-block;
	width:40px;
	background: #F04923;
	border-radius: 4px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	line-height: 40px;
	margin-right: 17px;
}
.single_gallery .public_facilities ul li:nth-child(1) {
	margin-right:30px;
}
.single_gallery .public_facilities ul li:nth-child(2) {
	margin-right:75px;
}
.single_gallery .public_facilities ul li:nth-child(4) {
	margin-right:43px;
}
.single_gallery .public_facilities ul li:nth-child(5) {
	margin-right:90px;
}
.single_gallery .public_facilities ul li:nth-child(7) {
	margin-right:26px;
}
.single_gallery .public_facilities ul li:nth-child(8) {
	margin-right:80px;
}
.single_gallery .contact_agent {
	border:0px solid #f1f1f1;
	border-radius: 4px;
	padding: 30px;
	margin-top:40px;
}
.single_gallery .contact_agent .agent_details .img,
.single_gallery .contact_agent .agent_details .agent_info {
	float:left;
}
.single_gallery .contact_agent .agent_details .agent_info {
	width:100%;
	
}
.single_gallery .contact_agent .agent_details .img {
	margin-right: 0px;
}
.single_gallery .contact_agent .agent_details .img img {
	border-radius: 4px;
}
.single_gallery .contact_agent .agent_details .agent_info h4 {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#243842;
    margin: 29px 0 7px 0;
    font-size: 16px;
}
.single_gallery .contact_agent .agent_details .agent_info .name_holder i {
	color:#282828;
	display: block;
    margin-bottom: 21px;
}

.single_gallery .contact_agent .agent_details .agent_info .name_holder {
	height: 75px;
}


.single_gallery .contact_agent .agent_details .agent_contact&gt;a {
    display: block;
    color: #243842;
    line-height: 20px;
    font-weight: normal;
    margin: 9px 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.single_gallery .contact_agent .agent_details .agent_contact&gt;a i {
	color:#F04923;
}

.single_gallery .contact_agent .agent_details .agent_contact ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #fdfbfb;
    margin: 18px 6px 0px 0;
}
.single_gallery .contact_agent .agent_details .agent_contact ul li a {
    display: block;
    line-height: 35px;
    text-align: center;
    color: #243842;
}
.single_gallery .contact_agent .send_your_msg {
	margin-top:29px;
}
.similar_properties {
	margin-top:64px;
}
.similar_properties .single_item {
	position: relative;
	margin-top:30px;
}
.similar_properties .single_item .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77,194,230,0.95);
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}
.similar_properties .single_item:hover .overlay {
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.similar_properties .single_item:hover .overlay .link {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 100%;
}
.similar_properties .single_item .overlay .link a {
	width: 40px;
    line-height: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #F04923;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin: 0 8px;
}

.similar_properties .single_item .overlay .text h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.similar_properties .single_item .overlay .text i {
    display: block;
    font-size: 14px;
}
.similar_properties .single_item .overlay .text {
    position: absolute;
    bottom: 18px;
    left: 16px;
    width: 100%;
    color: #fff;
}


/*_______________________________________ Blog ________________________________*/

						/*_______ blog full-width ___________*/


.blog_post_meta .post {
	position: relative;
	margin-top:31px;
}
.blog_post_meta .post .date {
	position: absolute;
	width:62px;
	height:67px;
	line-height: 21px;
	background: #F04923;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	padding-top: 13px;
	font-weight: 700;
	right:0;
	top:9px;
}
.blog_post_meta .post .date:after {
	content: '';
	display: block;
	width:0;
	height:0;
	position: absolute;
	right:0;
	top:100%;
	border: 0 solid transparent;
	border-width:14px 13px;
	border-right-width: 0;
	border-top-color:#F04923;
}
.blog_post_meta .post .main_title2 {
	width:92%;
}
.blog_post_meta .post&gt;ul li {
	display: inline-block;
	margin: 7px 12px 0 0;
	color:#9b9b9b;
	font-size: 13px;
}
.blog_post_meta .post&gt;ul li i {
	color: #F04923;
	margin-right:6px;
}
.blog_post_meta .post&gt;ul li:last-child {
	margin-right: 0;
}
.blog_post_meta .post&gt;p:nth-child(4) {
	margin: 23px 0 17px 0;
}
.blog_post_meta .post_text {
	margin: 33px 0 43px 16px;
	border:2px solid #f1f1f1;
	position: relative;
	padding: 21px 45px;
}
.blog_post_meta .post_text i {
	font-size: 16px;
	line-height: 26px;
	display: block;
    margin-bottom: 19px;
}
.blog_post_meta .post_text img {
	width:40px;
	height:40px;
}
.blog_post_meta .post_text .decor {
	position: absolute;
	left:-18px;
	top:39%;
	background: #fff;
	width:34px;
	height:43px;
}
.blog_post_meta .post_text .decor span {
	display: block;
	height:4px;
	width:33px;
	background: #F04923;
	transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}
.blog_post_meta .post_text .decor span:first-child {
	margin: 16px 0px 0 -3px;
}
.blog_post_meta .post_text .decor span:last-child {
    margin: 1px 0 0 4px;
}
.blog_post_meta .post_text p {
	display: inline-block;
	font-weight: 700;
	color: #243842;
	text-transform: uppercase;
	margin:0 0 15px 7px;
}
.blog_post_meta .post_text p span {
	font-weight: normal;
	color:#F04923;
	font-style: italic;
	text-transform: capitalize;
}
.environment_video .video_content,
.environment_video .text {
	float:left;
}
.environment_video .text {
	width:57%;
	padding-left: 30px;
}
.environment_video .text h6 {
	text-transform: uppercase;
	color:#243842;
	margin-top:0;
}
.environment_video .text p {
	margin: 21px 0 12px 0;
}
.environment_video .text ul {
	display: inline-block;
}

.environment_video .text ul li {
	line-height: 35px;
}
.environment_video .text ul li i {
	margin-right: 7px;
	font-size: 18px;
	vertical-align: middle;
}
.environment_video .text ul:nth-child(3) {
	margin-right:109px;
}
.environment_video .video_content {
	position: relative;
}
.environment_video .video_content a {
	display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.environment_video&gt;p {
	margin: 29px 0 33px 0;
}
.post_wrapper .share_box {
	border-top:1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}
.post_wrapper .share_box .share_links {
	float:left;
}
.post_wrapper .share_box .indicator {
	float:right;
}
.post_wrapper .share_box .share_links span,
.post_wrapper .share_box .share_links ul li,
.post_wrapper .share_box .share_links ul,
.post_wrapper .share_box .indicator ul li {
	display: inline-block;
}
.post_wrapper .share_box .share_links span {
	font-weight: 700;
	color:#243842;
	text-transform: uppercase;
	line-height: 40px;
	margin-right: 16px;
}
.post_wrapper .share_box .share_links ul li {
	width:40px;
	height:40px;
	background: linear-gradient(to right, #43bade 0%,#43bade 50%,#3fb3d7 50%,#3fb3d7 50%,#3fb3d7 100%);
	 -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin-right: 7px;
}

.post_wrapper .share_box .share_links ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	 -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.post_wrapper .share_box .share_links ul li:hover {
	background: #282828;
}
.post_wrapper .share_box .indicator ul li,
.post_wrapper .share_box .indicator ul li a {
	font-weight: 700;
	color:#243842;
	text-transform: uppercase;
	line-height: 40px;
	margin-left:2px;
}
.post_wrapper .share_box .indicator ul li:hover a {
	color:#F04923;
}

.post_wrapper .blog_post_author {
	background: #f5f5f5;
    padding: 30px 30px 21px 30px;
    margin: 70px 0 61px 0;
}
.post_wrapper .blog_post_author .img_holder,
.post_wrapper .blog_post_author .text {
	display: table-cell;
	vertical-align: top;
}
.post_wrapper .blog_post_author .text {
	padding-left:30px;
}
.post_wrapper .blog_post_author .text h6 {
	text-transform: uppercase;
	color:#243842;
	margin-top:-3px;
	margin-bottom: 20px;
}

.post_wrapper .commment_area .single_comment {
    border-bottom: 1px solid #f6f4f4;
    padding-bottom: 34px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.post_wrapper .commment_area .comment_img,
.post_wrapper .commment_area .comment_text {
	display: table-cell;
	vertical-align: top;
}
.post_wrapper .commment_area .comment_img img {
	width:90px;
	height:90px;
}
.post_wrapper .commment_area .comment_text {
	padding-left: 28px;
}
.post_wrapper .commment_area .single_comment h6 {
    text-transform: uppercase;
    color: #243842;
    float: left;
    margin:5px 0 21px 0;
}

.post_wrapper .commment_area .single_comment h6 span {
    font-size: 14px;
    background: #f5f5f5;
    font-weight: normal;
    text-transform: capitalize;
    color: #243842;
    margin-left: 34px;
    padding: 3px 10px;
    border-radius: 4px;
    vertical-align: top;
}
.post_wrapper .commment_area .comment_text p {
	margin: 0px 42px 18px 0;
}
.post_wrapper .commment_area .single_comment a.share {
    float: right;
    color: #9b9b9b;
    display: block;
    background: #f4f4f4;
    padding: 0 7px 0 10px;
    border-radius: 4px;
    line-height: 25px;
}
.post_wrapper .commment_area .single_comment a.share i {
    padding-right: 2px;
}
.post_wrapper .commment_area .single_comment a.reply {
    color: #F04923;
}
.post_wrapper .commment_area .single_comment a.reply:hover {
    color: #282828;
}
.post_wrapper .leave_reply {
	margin:70px 0;
}
.post_wrapper .leave_reply form {
	margin-top:40px;
}
.post_wrapper .leave_reply input {
	margin-bottom: 30px;
}
.post_wrapper .leave_reply textarea {
	margin-bottom:35px;
}

				/*_______ blog large image ___________*/
.blog .post_wrapper {
	position: relative;
}
.blog .post_wrapper:before {
	content: '';
	width:1px;
	height:calc(96% + 10px);
	position: absolute;
	top:96px;
	right:-15px;
	background: #f1f1f1;
}
.blog_details_sidebar .blog .post_wrapper:before {
	height: calc(94% + 10px);
}
.blog_large_page {
	margin-bottom: 70px;
}
.post_wrapper .single_blog_post .read_more {
	background: #F04923;
	margin-top:15px;
	color:#fff;
}
.post_wrapper .single_blog_post:hover .read_more {
	background: #282828;
}
.post_wrapper .single_blog_post .post .main_title2 {
	width:89%;
}
.post_wrapper .single_blog_post {
	margin-bottom: 50px;
}
.post_wrapper .single_blog_post .img_holder {
	overflow: hidden;
}

.post_wrapper .single_blog_post:hover .img_holder img {
	transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.post_wrapper .single_blog_post .img_holder img {
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


				/*_________ blog Sidebar ___________*/
.blog_sidebar .sidebar_wrapper {
	padding-left: 20px;
}
.blog_sidebar .search_keywords {
	height:45px;
	border:1px solid #f1f1f1;
	border-radius: 4px;
	position: relative;
	padding: 5px 6px;
	margin-bottom: 43px;
}
.blog_sidebar .search_keywords input {
	width:100%;
	height:100%;
	border:none;
	outline: none;
	padding: 0 98px 0 3px;
}
.blog_sidebar .search_keywords button {
	width:90px;
	line-height: 33px;
	background: #F04923;
	text-align: center;
	color:#fff;
	border-radius: 4px;
	position: absolute;
	top:5px;
	right:6px;
}
.blog_sidebar .search_keywords button:hover,
.blog_sidebar .search_keywords button:focus {
	background: #282828;
}
.blog_sidebar .blog_categories ul {
	margin-top:22px;
	margin-bottom: 38px;
}
.blog_sidebar .blog_categories ul li {
	border-bottom: 1px solid #f1f1f1;
	line-height: 43px;
}
.blog_sidebar .blog_categories ul li a {
	font-weight: normal;
	color:#243842;
	position: relative;
}
.blog_sidebar .blog_categories ul li a i {
	font-size: 18px;
	vertical-align: middle;
	margin-right:5px;
}
.blog_sidebar .blog_categories ul li a:hover {
	color:#F04923;
	padding-left: 10px;
}
.blog_sidebar .blog_categories ul li a:before {
	content: '';
	width:0;
	height:100%;
	background: #F04923;
	position: absolute;
	top:0;
	left:-20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_sidebar .blog_categories ul li a:hover:before {
	width:3px;
}
.blog_sidebar .sidebar_latest_news .single_news_wrapper {
	margin:40px 0;
}
.blog_sidebar .sidebar_latest_news .news_single .img_holder,
.blog_sidebar .sidebar_latest_news .news_single .text {
	display: table-cell;
	vertical-align: top;
}
.blog_sidebar .sidebar_latest_news .news_single .text {
	padding-left: 20px;
}
.blog_sidebar .sidebar_latest_news .news_single .text h6 {
	margin:-7px 0 5px 0;
	font-size: 14px;
	text-transform: uppercase;
	color:#243842;
	line-height: 24px;
}
.blog_sidebar .sidebar_latest_news .news_single .text ul li {
	display: inline-block;
	margin-right:9px;
	font-size: 13px;
	color:#9b9b9b;
}
.blog_sidebar .sidebar_latest_news .news_single .text ul li:last-child {
	margin-right:0;
}
.blog_sidebar .sidebar_latest_news .news_single .text ul li i {
	margin-right:6px;
	color:#F04923;
}
.blog_sidebar .sidebar_latest_news .news_single {
	margin-bottom: 30px;
}
.blog_sidebar .twitter_widget ul {
	margin-top:31px;
}
.blog_sidebar .twitter_widget ul li {
	line-height: 24px;
	padding-left: 21px;
	position: relative;
    margin-bottom: 17px;
}
.blog_sidebar .twitter_widget ul li a {
	font-weight: normal;
	color:#F04923;
}
.blog_sidebar .twitter_widget ul li:before {
	content: 'ï‚™';
	font-family: 'font-awesome';
	position: absolute;
	top:0;
	left:0;
	color:#F04923;
}
.blog_sidebar .find_us_facebook {
	margin-top:33px;
}
.blog_sidebar .find_us_facebook .img_holder {
	position: relative;
	margin-top:40px;
}
.blog_sidebar .find_us_facebook .img_holder .logo {
	position: absolute;
	width:100%;
	height:100%;
	top:10px;
	left:0;
	text-align: center;
}
.blog_sidebar .find_us_facebook .img_holder .logo h6 {
	font-size: 24px;
	color:#fff;
	text-transform: uppercase;
}
.blog_sidebar .find_us_facebook .img_holder .logo a {
	width:90px;
	line-height: 23px;
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	color:#243842;
	border-radius: 4px;
	position: absolute;
	bottom: -2px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23);
}
.blog_sidebar .find_us_facebook .img_holder .logo a i {
	color:#243842;
	margin-right:1px;
}
.blog_sidebar .find_us_facebook .img_holder .logo a img {
	margin-right: 3px;
}
.blog_sidebar .find_us_facebook .img_holder .logo a.facebook {
	left:10px;
}
.blog_sidebar .find_us_facebook .img_holder .logo a.contact {
	right:10px;
}
.blog_sidebar .find_us_facebook .first_friend ul li {
	display: inline-block;
	margin-right:2px;
}
.blog_sidebar .find_us_facebook .first_friend {
	background: #f5f5f5;
	padding: 24px 10px 15px 9px;
}
.blog_sidebar .find_us_facebook .first_friend span {
	font-size: 12px;
	color:#243842;
	display: block;
	margin-bottom: 6px;
}
.blog_sidebar .find_us_facebook .first_friend ul li:last-child {
	margin-right: 0;
}
.blog_sidebar .tag_cloud {
	margin-top: 40px;
}
.blog_sidebar .tag_cloud ul li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 10px;
}
.blog_sidebar .tag_cloud ul li a {
	line-height: 25px;
	background: #f5f5f5;
	font-weight: normal;
	color: #243842;
	padding: 0 15px;
	border-radius: 4px;
}
.blog_sidebar .tag_cloud ul li a:hover {
	color:#FFF;
	background: #F04923;
}
.blog_sidebar .tag_cloud ul {
	margin-top: 40px;
}

				/*_________ Blog list view ___________*/

.blog_list_view .blog_single_item_list .img_holder,
.blog_list_view .blog_single_item_list .post {
	float:left;
	vertical-align: top;
	position: relative;
}
.blog_list_view .blog_single_item_list .img_holder a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
}
.blog_list_view .blog_single_item_list .post {
	width:68%;
	padding-left: 30px;
	margin-top:0;
}
.blog_list_view .blog_single_item_list .post .main_title2 h6 {
	margin-top:0;
	padding-top: 0;
}
.blog_list_view .blog_single_item_list .post .main_title2 {
	width:85%;
}
.blog_list_view .blog_single_item_list .post&gt;a {
	background: #F04923;
	margin-top:15px;
	color:#fff;
}
.blog_list_view .blog_single_item_list .post&gt;a:hover {
	background: #282828;
}
.blog_list_view .blog_single_item_list {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog_list_view .blog_single_item_list .blog_post_meta .post .date {
	right: -9px;
	top:0;
}
.blog_list_view .page_indicator {
	margin: 50px 0 69px 0;
}
.blog_list_view.blog .post_wrapper:before,
.blog_grid_view.blog .post_wrapper:before {
	height: calc(92% + 10px);
}

				/*_________ Blog Grid view ___________*/
.blog_grid_view .blog_single_grid {
	margin-bottom: 30px;
}
.blog_grid_view .blog_single_grid .img_holder {
	position: relative;
	overflow: hidden;
}

.blog_grid_view .blog_single_grid .img_holder a {
	display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.blog_grid_view .blog_single_grid .post {
	background:#f5f5f5;
	position: relative;
    padding: 17px 10px 23px 32px;
}

.blog_grid_view .blog_single_grid .img_holder:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: calc(100% - 30px);
    right: -30px;
    background: #f5f5f5;
 }
.blog_grid_view .blog_single_grid .img_holder:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    top: calc(100% - 30px);
    left: 30px;
    border: 15px solid #f5f5f5;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
 }

.blog_grid_view .blog_single_grid .post h6 {
	margin-top:0;
	color:#243842;
	text-transform: uppercase;
}

.blog_grid_view .blog_single_grid .post&gt;a {
  	color:#243842;
  	line-height: 24px;
    margin-top: 7px;
 }
.blog_grid_view .blog_single_grid .post&gt;a:hover {
    color:#F04923;
    text-decoration: underline;
}
.blog_grid_view .blog_single_grid&gt;ul {
	background: #efefef;
    padding: 9px 0 11px 31px;
}
.blog_grid_view .blog_single_grid&gt;ul li {
	display: inline-block;
	font-size: 13px;
    margin-right: 9px;
}
.blog_grid_view .blog_single_grid&gt;ul li i {
	color:#F04923;
    margin-right: 6px;
}
.blog_grid_view .blog_single_grid&gt;ul li:last-child {
	margin-right:0;
}
.blog_grid_view .blog_single_grid .post&gt;span {
	display: block;
	width:36px;
	line-height: 36px;
	font-size: 16px;
	color:#fff;
	background: #F04923;
	text-align: center;
	position: absolute;
	top: -47px;
    left: 33px;
}


/*_____________________________ About us __________________________*/

.about_us .real_estate {
	margin:-19px 0 102px 0;
	background: transparent;
	border:none;
	padding: 0;
}
.about_history .content,
.about_history {
	text-align: center;
	position: relative;
}
.about_history .history_item h6 {
	text-transform: uppercase;
	color:#243842;
    margin-top: 18px;
}
.about_history .history_item .img_holder {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.about_history .history_item:hover img {
	 transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.about_history:before {
	content: '';
	width:100%;
	height:1px;
	background: #f5f5f5;
	position: absolute;
	top:-36px;
	left:0;
}
.about_history .content:before {
	content: '';
	width:12px;
	height:12px;
	background: #F04923;
	border-radius: 50%;
	position: absolute;
	top:-41px;
	left:calc(50% - 7px);
}

.fun_facts {
	width:100%;
	background-color: #f5f5f5;
	height:335px;
	overflow: hidden;
	margin-top: 56px;
}
.fun_facts .fun_content .container {
	position: relative;
}
.fun_facts .fun_content .img_left {
	position: absolute;
    left: -32%;
    top: -70px;
}
.fun_facts .fun_content .img_left img {
	border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
}
.fun_facts .fun_content .img_right {
	position: absolute;
	right:-32%;
	top:-25%;
}
.fun_facts .fun_content .img_right img {
	border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -webkit-border-radius: 50% 0 0 50%;
    -o-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
}
.fun_facts .fun_content .facts_item {
	padding-top:52px;
}
.fun_facts .fun_content .facts_item {
	text-align: center;
}
.fun_facts .fun_content .facts_item .item {
	position: relative;
	margin-top:28px;
}
.fun_facts .fun_content .facts_item .item img {
	margin:0 auto;
}
.fun_facts .fun_content .facts_item .item h6 {
	text-transform: uppercase;
	color:#243842;
	padding-top: 27px;
}
.fun_facts .fun_content .facts_item .item span {
	color:#F04923;
	position: absolute;
	top: 22%;
    left: 47%;
    font-size: 18px;
}

/*______________________________________ FAQ ____________________________*/

.inner_section_title span.left_side {
	display: inline-block;
	width:154px;
	line-height: 57px;
	text-align: center;
	background: #f5f5f5;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color:#243842;
	position: relative;
	padding-left: 13px;
}
.inner_section_title span.left_side:before {
	content: '';
	width:40px;
	height:40px;
	background:  #f5f5f5;
	transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    position: absolute;
    top: 9px;
    right: -20px;
    z-index: -1;
}
.inner_section_title p {
	margin: 34px 0 32px 0;
}
.inner_section_title&gt;ul {
	display: inline-block;
	border:1px solid #f1f1f1;
	border-left:none;
	padding: 10px 0 10px 27px;
	margin:0 0 0 13px;
	position: relative;
	width:calc(85% + 3px);
}
.inner_section_title&gt;ul:before {
	content: '';
	width:40px;
	height:1px;
	background:#f1f1f1;
	position: absolute;
	transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    top: 13px;
    left: -6px; 
}
.inner_section_title&gt;ul:after {
	content: '';
	width:40px;
	height:1px;
	background:#f1f1f1;
	position: absolute;
	transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    bottom: 13px;
    left: -6px; 
}
.inner_section_title&gt;ul li {
	display: inline-block;
	text-transform: capitalize;
}
.inner_section_title&gt;ul li a {
	font-weight: normal;
	color:#243842;
	text-transform: capitalize;
	line-height: 35px;
	border-right:1px solid #f1f1f1;
	padding: 0 18px 0 20px;
}
.inner_section_title&gt;ul li.active,
.inner_section_title&gt;ul li.active a,
.inner_section_title&gt;ul li a:hover {
	color:#F04923;
}
.faq_item .single_question {
	border:1px solid #f1f1f1;
	border-radius: 3px;
	margin-bottom: 30px;
}
.faq_item .single_question .icon_holder,
.faq_item .single_question .text {
	display: table-cell;
	vertical-align: top;
}
.faq_item .single_question .icon_holder {
	width:22%;
	border-right:1px solid #f1f1f1;
	text-align: center;
}
.faq_item {
	margin-top:39px;
}
.faq_item .single_question .icon_holder .icon {
	background: #f5f5f5;
	width:80px;
	line-height:80px;
	text-align: center;
	margin:20px auto;
	font-size: 24px;
	color:#F04923;
}
.faq_item .single_question .text {
	padding: 24px 0 12px 26px;
}
.faq_item .single_question .text a {
	font-size: 16px;
	text-transform: uppercase;
	color:#243842;
	text-decoration: underline;
	margin-bottom: 19px;
}
.faq_item .single_question .text a:hover {
	color:#F04923;
}
.ask_question .single_form .ui-state-default{
	width: 100%;
    height: 45px;
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 20px;
}
.faq_page .page_indicator {
	margin-top: 50px;
}
.faq_page .send_message textarea {
	margin-bottom: 20px;
}
.faq_page {
	margin-bottom: 70px;
}

/*____________________ Home loan Eligibility ______________*/
.home_loan_eligibility {
	margin-bottom: 70px;
}
.loan_tab .tab_nav_holder ul li {
	display: block;
	float:none;
}
.loan_tab .tab_nav_holder ul{
	border:1px solid #f1f1f1;
	border-radius: 0;
}
.loan_tab .tab_nav_holder ul li a {
	line-height: 89px;
	color:#243842;
	text-transform: uppercase;
	margin:0;
	border:none;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 0;
	position: relative;
	padding: 0;
	text-align: center;
}
.loan_tab .tab_nav_holder ul li a:before {
	content: '';
	width:0;
	height:100%;
	background: #F04923;
	position: absolute;
	top:0;
	left:-1px;
}
.loan_tab .tab_nav_holder ul li:last-child a {
	border-bottom:1px solid transparent;
}
.loan_tab .tab_nav_holder ul li a:hover,
.loan_tab .tab_nav_holder ul li.active a {
	border:none;
	border-bottom: 1px solid #f1f1f1;
	background: transparent;
	color:#243842;
}
.loan_tab .tab_nav_holder ul li.active a:before {
	width:2px;
}
.loan_tab .tab-pane .eligibility_form label {
	color:#243842;
	text-align: right;
	display: inline-block;
	line-height: 50px;
	margin-bottom: 25px;
	float: left;
	width:38%;
}

.loan_tab .tab-pane .single_form_select_menu,
.loan_tab .tab-pane input {
	width:270px;
	height:50px;
	border:1px solid #f1f1f1;
	border-radius: 3px;
	outline: none;
	margin-bottom: 25px;
	display: inline-block;
	float: right;
}
.loan_tab .tab-pane input {
	padding-left: 10px;
}
.loan_tab .tab-pane .single_form_select_menu .ui-state-default {
	vertical-align: middle;
}
.loan_tab .tab-pane .ui-selectmenu-button span.ui-icon {
	border: none;
}
.loan_tab .tab-pane input,
.loan_tab .tab-pane .single_form_select_menu .ui-selectmenu-button span.ui-selectmenu-text  {
	padding-left: 10px;
}
.loan_tab .tab-pane button {
	float:right;
	background: #F04923;
	margin-top: 13px;
}
.loan_tab .tab-pane button:hover {
	background: #282828;
}
.loan_tab .tab-pane .apply_loan_form {
	background: #f5f5f5;
    padding: 15px 21px 20px 19px;
}
.loan_tab .tab-pane .apply_loan_form h6 {
	font-size: 24px;
	font-weight: normal;
	color:#243842;
	margin-top:0;
	margin-bottom: 20px;
}
.loan_tab .tab-pane .apply_loan_form h6 i {
	font-size: 30px;
	vertical-align: middle;
	color:#F04923;
	margin-right:11px;
}
.loan_tab .tab-pane .apply_loan_form label {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color:#243842;
	line-height: 38px;
}
.loan_tab .tab-pane .apply_loan_form p {
	color:#F04923;
    margin: 12px 0 11px 2px;
}

/*________________________________ Login / Register _________________________*/

.register_page .register_form .login {
	margin-bottom: 60px;
}
.register_page .register_form .register {
	margin-bottom: 70px;
}
.register_page .register_form .login,
.register_page .register_form .register {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 30px;
}
.register_page .register_form form {
	background: #fff;
	border:1px solid #e2e2e2;
	border-top:2px solid #F04923;
	border-radius: 4px;
	padding: 30px 29px;
}
.register_page .register_form form h6 {
	margin-top:0;
	color:#243842;
	text-transform: uppercase;
	text-align: center;
    margin-bottom: 25px;
}
.register_page .register_form form .single_form {
	width:310px;
	height:50px;
	display: inline-block;
	margin-bottom: 30px;
}
.register_page .register_form form .single_form input {
	width:100%;
	height:100%;
	background: #f5f5f5;
	border:1px solid #f1f1f1;
	border-radius: 4px;
	padding-left: 16px;
	outline: none;
}
.register_page .register_form form .space_fix {
	margin-right: 26px;
}
.register_page .register_form form button {
	width:100%;
	line-height: 50px;
	display: block;
	color:#fff;
	text-align: center;
	background: #F04923;
	border-radius: 4px;
}
.register_page .register_form form button:hover {
	background: #282828;
}
.register_page .register_form .login .single_checkbox,
.register_page .register_form .register .single_checkbox {
	float:left;
	margin-top:29px;
}
.register_page .register_form .login a {
	float:right;
	color:#F04923;
	margin-top: 29px;
}

.register_page .register_form .login .single_checkbox label,
.register_page .register_form .register .single_checkbox label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-weight: normal;
    margin: 0;
    -webkit-user-select:none;
}
.register_page .register_form .login .single_checkbox input[type="checkbox"],
.register_page .register_form .register .single_checkbox input[type="checkbox"] {
	display: none;
}
.register_page .register_form .login .single_checkbox label:before,
.register_page .register_form .register .single_checkbox label:before {
	content: '';
	width:21px;
	height:21px;
	background: #fbfbfb;
	border:1px solid #e3e6e9;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
	box-shadow: inset 0px 0px 1px 0px rgba(174,174,174,0.21);
	display: inline-block;
	position: absolute;
	text-align: center;
	left:0;
	top:0;
}

.register_page .register_form .login .single_checkbox input[type="checkbox"]:checked + label:before,
.register_page .register_form .register .single_checkbox input[type="checkbox"]:checked + label:before {
	content: 'ï€Œ';
	font-family: 'font-awesome';
	font-size: 14px;
	line-height: 18px;
	color:#F04923;
	display: inline-block;
	position: absolute;
	left:0;
	top:0;
}

/*____________________________ Pricing plans Table ___________________________*/

.pricing_plan_table .single_price_table {
	background-color:#f5f5f5;
	text-align: center;
	position: relative;
	z-index: 99;
	padding-bottom: 30px;
	margin-bottom: 70px;
}
.pricing_plan_table .single_price_table h3 {
	margin:0;
	text-transform: uppercase;
	color:#fff;
	background-color: #43bade;
	line-height: 50px;
}
.pricing_plan_table .single_price_table span {
	font-size: 66px;
	color:#fff;
	display: block;
	background: url(../../images/skin/bg.png) no-repeat center;
	position: relative;
    padding-bottom: 42px;
	
}
.pricing_plan_table .single_price_table span sup {
	font-size: 24px;
    top: -26px;
    left: 16px;
}
.pricing_plan_table .single_price_table span sub {
	font-size: 14px;
    right: 16px;
}
.pricing_plan_table .single_price_table ul {
	padding-top: 18px;
	position: relative;
    padding-bottom: 17px;
}
.pricing_plan_table .single_price_table ul li {
	line-height: 36px;
}
.pricing_plan_table .single_price_table  a {
	width:150px;
	line-height: 45px;
	background: #F04923;
	text-align: center;
	color:#fff;
	border-radius: 4px;
}
.pricing_plan_table .single_price_table:hover h3 {
	background-color: #ec7127;
}
.pricing_plan_table .single_price_table:hover span {
	background: url(../../images/skin/bg-hover.png) no-repeat center;
}
.pricing_plan_table .single_price_table:hover a {
	background: #282828;
}

.pricing_plan_table .single_price_table span.color2 {
	background: url(../../images/skin/bg2.png) no-repeat center;
}
.pricing_plan_table .single_price_table:hover span.color2 {
	background: url(../../images/skin/bg-hover2.png) no-repeat center;
}

.pricing_plan_table .single_price_table span.color3 {
	background: url(../../images/skin/bg3.png) no-repeat center;
}
.pricing_plan_table .single_price_table:hover span.color3 {
	background: url(../../images/skin/bg-hover3.png) no-repeat center;
}
.pricing_plan_table .single_price_table span.color4 {
	background: url(../../images/skin/bg4.png) no-repeat center;
}
.pricing_plan_table .single_price_table:hover span.color4 {
	background: url(../../images/skin/bg3.png) no-repeat center;
}
/*_________________________________ Testimo0nial _________________________*/

.testimonial_page .testimonial_item_single {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	margin-bottom: 49px;
}

.testimonial_page .testimonial_item_single p {
	background: #f5f5f5;
	border-radius: 5px;
	position: relative;
    padding: 35px 22px 30px 22px;
    margin-bottom: 29px;
}
.testimonial_page .testimonial_item_single p:before {
	content: 'ï„';
	font-family: 'font-awesome';
	width:40px;
	height:40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	border:1px solid #f1f1f1;
	border-radius: 4px;
	font-size: 18px;
	position: absolute;
	left:20px;
	top:-20px;
}
.testimonial_page .testimonial_item_single p.left:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left:49px;
    top: 100%;
    border: 0 solid transparent;
    border-width: 21px 18px;
    border-right-width: 0;
    border-top-color: #f5f5f5;
}
.testimonial_page .testimonial_item_single .client_history .title_left {
	float:left;
	margin-left: 40px;
}
.testimonial_page .testimonial_item_single .client_history .post_history_right {
	float:right;
}
.testimonial_page .testimonial_item_single .client_history img {
	width:65px;
	height:65px;
	border:2px solid #f5f5f5;
}
.testimonial_page .testimonial_item_single .client_history img,
.testimonial_page .testimonial_item_single .client_history .name {
	display: inline-block;
	vertical-align: top;
}
.testimonial_page .testimonial_item_single .client_history .post_history_right {
	text-align: right;
}
.testimonial_page .testimonial_item_single .client_history .name h6 {
	margin-top:0;
	font-size: 14px;
	color:#243842;
	text-transform: uppercase;
	margin: 18px 0px 3px 0px;
}
.testimonial_page .testimonial_item_single .client_history .name i {
	display: block;
	color:#F04923;
}
.testimonial_page .testimonial_item_single .client_history span {

}
.testimonial_page .testimonial_item_single .client_history ul li {
	color:#F04923;
	font-size: 10px;
	display: inline-block;
    margin-right: -2px;
}
.testimonial_page .testimonial_item_single .client_history .post_history_right ul li:last-child  {
	margin-right: 0;
}
.testimonial_page .testimonial_item_single .client_history a {
	width:65px;
	line-height: 23px;
	text-align: center;
	font-weight: normal;
	color:#243842;
	background: #f5f5f5;
	border-radius: 5px;
	margin-top: 7px;

}
.testimonial_page .testimonial_item_single .client_history .title_left .name {
	padding-left: 4px;
}

.testimonial_page .testimonial_item_single p.right:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right:49px;
    top: 100%;
    border: 0 solid transparent;
   	border-width: 21px 18px;
    border-left-width: 0;
    border-top-color: #f5f5f5;
}
.testimonial_page .testimonial_item_single .post_history_left {
	float:left;
}
.testimonial_page .testimonial_item_single .title_right {
	float:right;
	margin-right: 40px;
}
.testimonial_page .testimonial_item_single .title_right .name {
	padding-right: 4px;
	text-align: right;
}

/*_______________________________________ Agency details ______________________*/

.properties_search.inner_page_properties_search {
	margin-top:-170px;
	position: relative;
	z-index: 9;
	margin-bottom: 68px;
	box-shadow: 5px 5px 8px #243842;
	border-radius: 10px;
}

.properties_search.inner_page_properties_search .search_category {
	border:1px solid #f1f1f1;
}
.agent_and_agency_details {
	border:1px solid #f1f1f1;
	border-radius: 5px;
	padding: 30px 30px 23px 30px;
	margin-bottom: 70px;
}

.agent_and_agency_details .img_holder,
.agent_and_agency_details .info {
	float:left;
}
.agent_and_agency_details .img_holder {
	width:30%;
}
.agent_and_agency_details .img_holder img {
	border-radius: 5px;
}
.agent_and_agency_details .info {
	width:70%;
	padding-left: 27px;
}
.agent_and_agency_details .info h3 {
	padding-top: 0;
	margin-top:-5px;
}
.agent_and_agency_details .info p {
	color:#F04923;
    margin: 23px 0 3px 0;
}
.agent_and_agency_details .info span {
	display: block;
	line-height: 31px;
}
.agent_and_agency_details .info ul {
	display: inline-block;
	margin-top:10px;
}
.agent_and_agency_details .info ul li a {
	font-weight: normal;
	color:#243842;
}
.agent_and_agency_details .info ul li {
	line-height: 30px;
}
.agent_and_agency_details .info ul li a i {
	color:#F04923;
}
.agent_and_agency_details .info ul.space_fix {
	padding-left: 36px;
}
.agency_details .properties_item_two,
.agent_details .properties_item_two {
	margin-top:40px;
}
.agent_details .properties_item_two {
	margin-bottom: 40px;
}
.agency_details .popular_agent {
    margin-top: 40px;
    margin-bottom: 40px;
}
.agency_details_page,
.agent_details_page {
	margin-bottom: 72px;
}

/*________________________ Agency listing ______________________*/

.agency_listin_page_content .single_agency {
	background: #f5f5f5;
	padding: 30px 30px 30px 30px;
	margin-bottom: 30px;
}
.agency_listin_page_content .single_agency .icon_holder,
.agency_listin_page_content .single_agency .info {
	float:left;
}
.agency_listin_page_content .single_agency .icon_holder {
	background: #fff;
	width:28%;
	height: 204px;
	text-align: center;
	line-height: 204px;
}
.agency_listin_page_content .single_agency .info {
	width:72%;
	padding-left: 30px;
}
.agency_listin_page_content .single_agency .info h6 {
	color:#243842;
	text-transform: uppercase;
	margin-top: 0;
	float: left;
}
.agency_listin_page_content .single_agency .info span {
	display: block;
	width:80px;
	line-height: 25px;
	background: #F04923;
	border-radius: 5px;
	text-align: center;
	float:right;
	border-bottom: 1px solid rgba(28,73,87,0.2);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	margin-top:2px;
}
.agency_listin_page_content .single_agency .info span a {
	color:#fff;
	display: block;
}
.agency_listin_page_content .single_agency .info p {
	border-bottom: 1px solid #e7e7e7;
    margin: 15px 0 0 0;
    padding: 0 0 23px 0;
}

.agency_listin_page_content .single_agency .info ul li {
	display: inline-block;
	margin: 13px 25px 0px 0;
}
.agency_listin_page_content .single_agency .info ul li a {
	font-weight: normal;
	color: #243842;
}

.agency_listin_page_content .single_agency .info ul li a i {
	color:#F04923;
	margin-right:2px;
}
.agency_listin_page_content .single_agency .info ul li:last-child a i {
	margin-right: 8px;
}
.agency_listin_page_content .page_indicator {
	margin-top:53px;
}

/*______________________________ agent details ____________________*/

.agent_details_page .agent_and_agency_details {
	margin-bottom: 51px;
}

/*__________________________ Agent listing with sidebar ________________*/
.agent_listing_sidebar_page_content {
	margin-bottom: 40px;
}

/*__________________ Property details ________________*/

.property_details_page .properties_item_two {
	margin-top:40px;
}

/*___________________________ property -listing _________________*/
.inner_section_title.style_two {
	margin-bottom: 38px;
}
.inner_section_title.style_two&gt;ul li a {
	border:none;
	padding: 0;
}
.inner_section_title.style_two span.left_side {
	text-align: left;
	padding-left: 20px;
}
.inner_section_title.style_two&gt;ul button {
	background: transparent;
	padding: 0;
}
.inner_section_title.style_two&gt;ul li.border-right {
	border-right:1px solid #f1f1f1;
}
.inner_section_title.style_two&gt;ul button i {
	padding-left: 15px;
}
.inner_section_title.style_two&gt;ul&gt;li {
	margin-left:20px;
	padding-right: 20px;
	line-height: 35px;
}
.inner_section_title.style_two&gt;ul&gt;li:last-child a {
	font-size: 18px;
	margin-right: 18px;
    vertical-align: middle;
}
.inner_section_title.style_two&gt;ul&gt;li:last-child {
	padding-right: 0;
	float:right;
}
.inner_section_title.style_two&gt;ul .dropdown-menu {
	min-width: 100% !important;
	border-radius: 0;
	margin:0;
	box-shadow: none;
}
.inner_section_title.style_two&gt;ul .dropdown-menu li {
	padding-left: 5px;
}
.inner_section_title.style_two&gt;ul li.back_home {
	margin-left:12px;
}
.inner_section_title.style_two&gt;ul li.back_home a {
	text-decoration: underline;
	color:#F04923;
}
.inner_section_title.style_two&gt;ul&gt;li:last-child a.active {
	color:#F04923;
}
.property_type .single_properties {
	background: #f5f5f5;
	padding: 20px 20px 16px 20px;
	position: relative;
	margin-bottom: 30px;
}
.property_type .single_properties&gt;span {
	position: absolute;
	top: 15px;
    width: 120px;
    right: -31px;
    line-height: 32px;
	background: #F04923;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.property_type .single_properties&gt;span.top {
	background: #282828;
}
.property_type .single_properties .img_holder,
.property_type .single_properties .text {
	
	vertical-align: top;
}
.property_type .single_properties .text-tiles {
	padding-top: 20px;
    display: inherit;
    height: 245px;
    overflow: hidden;
    width: 330px;
    padding-left: 0px !important;
	text-overflow: ellipsis;
}
.property_type .single_properties .text {
	padding-left: 28px;
}
.property_type .single_properties .img_holder {
	position: relative;
	width: 100%;
}
.property_type .single_properties .img_holder .overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
}
.property_type .single_properties:hover .overlay {
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.property_type .single_properties .img_holder .overlay a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
}
.property_type .single_properties .text .properties_title a {
	display: block;
}
.property_type .single_properties .text h6 {
	margin:0;
	text-transform: uppercase;
	color:#243842;
}
.property_type .single_properties .text .properties_title span {
	display: block;
	color:#282828;
    margin: 7px 0 15px 0;
}
.property_type .single_properties .text&gt;span {
    line-height: 35px;
    background: #F04923;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(28,73,87,0.2);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    margin-top: 2px;
    cursor: pointer;
    margin-bottom: 12px;
	padding: 8px;
}
.property_type .single_properties .text .properties_history {
	border-top: 1px solid #e7e7e7;
	padding: 13px 0 0 0;
	margin-top:13px;
}
.property_type .single_properties .text .properties_history li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 0 18px 0 19px;
    line-height: 25px;
    border-right: 1px solid #e7e7e7;
}
.property_type .single_properties .text .properties_history li:last-child {
    margin: 0;
}
.property_type .single_properties .text .properties_history li:first-child {
    padding-left: 0;
}
.property_type .single_properties .text .properties_history li i {
    color: #F04923;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.property_type {
	position: relative;
}
.property_type .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0 5px;
    position: relative;
}
.property_type .owl-controls .owl-nav .owl-next::before {
    content: "ïƒš";
    font-family: font-awesome;
    position: absolute;
    top: -4px;
    right: -7px;
    font-size: 16px;
    color: #243842;
}

.property_type .owl-controls .owl-nav .owl-prev::before {
    content: "ïƒ™";
    font-family: font-awesome;
    position: absolute;
    top: -4px;
    right: -1px;
    font-size: 16px;
    color: #243842;
}
.property_type .owl-controls {
	position: absolute;
    right: 89px;
    bottom: 57px;
}
.property_type .owl-controls .owl-nav .owl-prev:hover:before,
.property_type .owl-controls .owl-nav .owl-next:hover:before {
	color:#F04923;
}


.property_listing_fullwidth .property_type .owl-controls {
	position: absolute;
    right: 151px;
    bottom: 57px;
}

/*____________________________ Vertical map ____________________*/

.vertical-map {
	height:775px;
	width:50%;
	float:left;
	margin-top:-113px;
}
.map_page_properties {
	width:50%;
	padding: 0 30px;
	float:right;
}
.map_page_properties .properties_details {
	margin-bottom: 30px;
}
.map_page_properties .img_holder {
	position: relative;
}
.map_page_properties .img_holder span {
	position: absolute;
	line-height: 23px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	padding: 0 8px;
	text-transform: uppercase;
	font-weight: 700;
	background: #F04923;
	border-radius: 5px;
	top:13px;
	left:13px;
}
.map_page_properties .text {
	background: #f5f5f5;
	padding: 20px;
}
.map_page_properties .text .properties_title a {
	text-transform: uppercase;
	color:#243842;
}
.map_page_properties .text .properties_title h6 {
	margin:0;
}
.map_page_properties .text .properties_title span {
	color:#282828;
	display: block;
    margin: 7px 0 15px 0;
}
.map_page_properties .text&gt;span {
	display: block;
    width: 115px;
    line-height: 35px;
    background: #F04923;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid rgba(28,73,87,0.2);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
    margin-top: 2px;
    cursor: pointer;
    margin-bottom: 12px;
}

.map_page_properties .text .properties_history {
    border-top: 1px solid #e7e7e7;
    padding: 13px 0 0 0;
    margin-top: 13px;
}
.map_page_properties .text .properties_history li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 0 5px 0 5px;
    line-height: 25px;
}

.map_page_properties .text .properties_history li:first-child {
    padding-left: 0;
}

.map_page_properties .text .properties_history li i {
    color: #F04923;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.map_page_properties .page_indicator {
	text-align: left;
	padding-left: 15px;
}




/*=============================== FIXED MENU STYLE ======================*/
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
}
.fixed {
  position: fixed;
  background-image: url(/images/dipetta/metalbanner.png);
  top:0;
  left:0;
  width: 100%;
  z-index: 999999;
  padding-bottom: 10px;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
.fixed .wrapper,
.fixed_style_two .wrapper {
	margin-top:12px;
}


.main_menu.fixed_style_two {
  position: fixed;
  background: rgba(0,0,0,0.7);
  top:0;
  left:0;
  width: 100%;
  z-index: 999999;
  padding-bottom: 10px;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}

.fixed_style_three {
  position: fixed;
  background: #F04923;
  top:0;
  left:0;
  width: 100%;
  height:70px;
  z-index: 999999;
  padding-bottom: 0;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
.fixed_style_three .top_header {
	display: none;
}
.fixed_style_three header {
	padding-top: 0;
}
.fixed_style_three header .left_side {
	height:70px;
	padding: 5px 0;
}
.fixed.static,
.fixed_style_two.static,
.fixed_style_three.static {
	position: relative;
}

.slider_wrapper .owl-carousel .owl-item img {
    position: relative;
    overflow: hidden;
    width: 870px;
    height: 500px;
    object-fit: cover;
}

.properties_details .img_holder img,
.recent_properties .owl-carousel .owl-item img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.thumb-img {
    height: 110px !important;
    width: 170px !important;
    object-fit: contain !important;
}

.property_headline {
    height: 70px;
    vertical-align: middle;
    padding: 20px;
}

.property_price {
    height: 20px;
    padding: 20px;
}
.recent_properties_history h6 {
	height: 60px;
	line-height: 18px !important;
    text-align: left !important;
}

.sidebar_testimonial .slider_box .title em {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    bottom: -30%;
    left: 35%;
	background-color: #ccc;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
}

.properties_item .single_properties .img_holder {
    height: 246px;
}

.properties_item .single_properties .img_holder img {
    min-height: 246px;
}
/** **/

.tiles{
  position: relative;
  text-align: center;
  color: white;	
}

.h2centered {
  color: white !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.tiles:hover .image {
  opacity: 0.3;
}

.tiles:hover .middle .htextbg{
  opacity: 1;
}

.htextbg {
  opacity: 0.7;
  background-color: #282828;
  padding: 16px 32px;
  color: white;
}

.htext {
  opacity: 1;
  padding: 16px 32px;
  position: absolute;
  color: white;
  z-index: 10;
}

/** Recaptcha **/ 
.g-recaptcha-outer{
    text-align: left;
    border-radius: 2px;
    background: #f9f9f9;
    border-width: 1px;
    border-bottom-width: 2px;
	margin-bottom: 20px;
}
.g-recaptcha-inner{
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 15px;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

@media (min-width: 768px) {
.navbar-nav {
    margin-top: 5px;
}
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
.grid {
    position: relative;
    list-style: none;
    text-align: center;
}



/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    min-width: 100%;
    max-width: 100%;
	border-radius: 0px;
	min-height: 450px;
    max-height: 450px;
    
    background: #3085a3;
    text-align: center;
    cursor: pointer;
	margin: auto;
    margin-bottom: 20px;
}

@media (max-width:800px)  {
	.grid figure {
		width: 95%	;
		min-width: 270px;
		min-height: 270px;
		text-align: center;
	}
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}



@media (max-width:800px)  {
	.grid figure img {
		height: 300px;
		width: 800px;
		max-width: unset;
	}

	
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
	color: white;
    font-size: 28px;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



/* Individual effects */

figure.effect-bubba {
    
}

figure.effect-bubba .icon {
	min-width: unset;
	max-width: unset;
	min-height: unset;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	opacity: 100%;
}

figure.effect-bubba img {
    
}

figure.effect-bubba:hover img {
  
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
	border-radius: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    padding-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

@media (max-width:800px)  {
	figure.effect-bubba h2 { 
		padding-top: 20px;
	}

	figure.effect-bubba .icon {
		min-width: unset;
		max-width: unset;
		min-height: unset;
		width: unset;
		margin-left: auto;
		margin-right: auto;
		height: unset;
		
		opacity: 100%;
	}
}

figure.effect-bubba h3 {
    padding-top: 10%;
	color: white;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

@media (max-width:800px)  {
	figure.effect-bubba h2 {
		font-size: 26px
	}
	figure.effect-bubba h3 {
		font-size: 16px
	}
}


figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.btn-primary {
    color: #fff;
    background-color: #F04923;
    border-color: #2e6da4;
}


/* Video */

.videoWrapperOuter {
  max-width:640px; 
  margin-left:auto;
  margin-right:auto;
}
.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.videoWrapperInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
}

/* IE fixes */

.img-responsive {
	width: 100%;
	max-width: 100%;
}


#background {
background: url("/images/home/Melbourne.jpg");
background-position: center;
background-size: cover;
height: 200px; width: 100%;
}

@media (min-width: 480px) {
	#background { height: 200px; }
}

@media (min-width: 768px) {
	#background { height: 250px; }
}

@media (min-width: 992px) {
	#background { height: 400px; }
}

.row {
	padding-top : 10px;
}


.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
	object-fit: cover;
	
	height: 450px;
}

.videoWrapper &gt; video {
    display: block !important;
}
.videoWrapper &gt; img {
    display: none;
}

.hidedesktop {
	display: none !important;
}

.commercialBanner {
	background: url(../../images/dipetta/commercialBanner.jpg) no-repeat center;
	-webkit-background-size: cover  !important;
	-moz-background-size: cover  !important;
	-o-background-size: cover  !important;
	background-size: cover !important;
	width: 100%  !important;
    height:100vh  !important;  /* responsive height */
}

.bannericon { 
	margin-top: -50px;
    margin-bottom: 50px;
}

.residentialBanner {
	background: url(../../images/dipetta/residentialBanner.jpg) no-repeat center;
	-webkit-background-size: cover  !important;
	-moz-background-size: cover  !important;
	-o-background-size: cover  !important;
	background-size: cover !important;
	width: 100%  !important;
    height:100vh  !important;  /* responsive height */
}

.businesssalesBanner {
	background: url(../../images/dipetta/businesssalesBanner.jpg) no-repeat center;
	-webkit-background-size: cover  !important;
	-moz-background-size: cover  !important;
	-o-background-size: cover  !important;
	background-size: cover !important;
	width: 100%  !important;
    height:100vh  !important;  /* responsive height */
}

.commercialBanner .title {
	padding-top:300px !important;
}

.residentialBanner .title {
	padding-top:300px !important;
}

.businesssalesBanner .title {
	padding-top:300px !important;
}

#h-content-comingsoon {
	position: absolute;
    top:20vh;
    left:50%;
	transform: translate(-50%, -50%);
}


#h-content-comingsoon  h1 {
	color : white;
	font-size: 60px;
	text-shadow: 2px 2px #243842;
}


#h-content {
    position: absolute;
    top:80vh;
    left:50%;
	transform: translate(-50%, -50%);
}

#h-content h1 {
	color : white;
	font-size: 44px;
	text-shadow: 2px 2px #243842;
}

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

.ca3-scroll-down-link-other {
	bottom : 120px;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width:1200px) {
	
}

.customstyling  {
	font-family: "ITC Avant Garde Gothic Std Bold", sans-serif !important;
	font-size : 30px;
	font-weight: 700;
	padding-bottom:20px;
	text-shadow: 2px 2px #243842;
	letter-spacing: 1px;
	color:white;	
  }

.desktopsize {
	font-size : 28px;
	padding-top : 10px;
}

@media (max-width:1200px)  {
	.videoWrapper &gt; video {
		width: 100%;
	}

	.bannericon {
		margin-left: auto;
		margin-top: -65px;
		margin-right: auto;
	}
	
	.customstyling  {
		font-family: "ITC Avant Garde Gothic Std Bold", sans-serif !important;
		font-size : 30px;
		font-weight: 700;
		padding-bottom:40px;
		letter-spacing: 1px;
		color:white;	
		display: none !important;
	  }

	.grid figure figcaption, .grid figure figcaption &gt; a {
		position: absolute;
		bottom: 0;
		
	}

	.hidedesktop {
		display: block !important;
	}

	.hidemobile {
		display: none !important;
	}

	

	.linkbutton {
		margin-top: 10px;
	}

	.ca3-scroll-down-arrow {
		display: none !important;
	}

	.commercialBanner {
		background: url(../../images/commercial.jpg) no-repeat center;
		width: 100%  !important;
    	height:60vh  !important;  /* responsive height */
	}

	.residentialBanner {
		background: url(../../images/residential.jpg) no-repeat center;
		width: 100%  !important;
    	height:60vh  !important;  /* responsive height */
	}

	.businesssalesBanner {
		background: url(../../images/Business%20Sales%20Page.jpg) no-repeat center;
		width: 100%  !important;
    	height:60vh  !important;  /* responsive height */
	}

	.businesssalesBanner .title {
		padding-top:20vh !important;
	}

	.residentialBanner .title {
		padding-top:20vh !important;
	}

	.commercialBanner .title {
		padding-top:20vh !important;
	}

	#inner_banner h2 {
		font-size: 36px;
	}

	.youtubeResponsive {
		width:"400px";
		 height:"315px"
	}

	h1 {
		font-size: 34px;
	}
	
	#h-content h1 {
		display: none;
	}

	.single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-next, .single_gallery .slider_wrapper .single-gallery-carousel-content-box .owl-controls .owl-nav .owl-prev {
		height: 100%;
		background: #f5f5f5;
		position: absolute;
		margin-top: unset;
    	top: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1300px;
	}

	.services-container {
		width: 99%;
	}
}

.shadowed {
    -webkit-filter: drop-shadow(5px 5px 12px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
.carousel-control.left {
	background-image : unset;
}

.carousel-control.right {
	background-image : unset;
}

.carousel-control {
	color: #243842 !important
}
.carousel-control:hover {
	color: #243842 !important
}

span.keeptogether {
	white-space: nowrap ;
  }


.owl-prev svg {
	display: none;
}  

.owl-next svg {
	display: none;
}  
</pre></body></html>