/* Base CSS */
/*old blue: #292f85*/
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100%; }
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #1D242C;
	font-size: 16px;
	position: relative;
	padding-top: 140px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.map-n-filter {
	position: relative;
}

.map-n-filter .search-result-header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.search-result-items {
	width: 66.6666%;
}

.search-result-items .section-header {
	padding: 0 15px;
	margin-bottom: 25px;
}

.google-map-search-page {
	width: 33.3333%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
}

.google-map-search-page #googleMapSearchPage {
	width: 100%;
	height: 100%;
	z-index: 9;
}

.search-result-header-new {
	background: #333;
}

.search-result-header-new .showcase-area {
	position: initial;
	transform: initial;
	margin: 0 auto;
	max-width: 750px;
	background: none;
}

.search-result-header-new .showcase-area .heading-h2 {
	color: #FFDC2C;
	text-align: center;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 300;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.font-weight-300 {
	font-weight: 300;
}

.font-size-28 {
	font-size: 28px;
}

.mt--15 {
	margin-top: -15px;
}

#wrapper {
	position: relative;
}

#wrapper:before {
	content: "";
	background: rgba(0,0,0,0.7);
	width: 100%;
	position: absolute;
	z-index: 1000;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}

#wrapper.active:before {
	opacity: 1;
	visibility: visible;
}

a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Base Text Bold */
.b600 {
	font-weight: 600;
}

/* Base Headings CSS */
.heading-h2 {
	font-weight: 200;
	margin-bottom: 50px;
    font-size: 30px;
}

.heading-h2 span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}

.heading-h3 {
	font-weight: 200;
	margin-bottom: 5px;
	font-size: 22px;
}

.heading-h4 {
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 20px;
}

.heading-h5 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
	
}

.heading-h6 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
}

.osBlue {
	color:#1D242C;
}

.osYellow {
	color:#FFDC2C !important;
}

.contant-form-wrapper a {
	color: #1D242C !important;
	text-decoration: underline;
}

.property-page-body-content table, .property-page-body-content th, .property-page-body-content td {
	font-size:14px;
	border: 1px solid #999;
	border-collapse: collapse;
	
}

.property-page-body-content tr:nth-child(even) {
	background: #faf996;
}

.property-page-body-content table {
	
	margin-bottom:20px;
	width:100%;
	
}
.property-page-body-content th, .property-page-body-content td {
	padding:7px;
	
}

.property-page-body-content ul, .property-page-body-content ol {
	padding-bottom:15px !important;
	padding-left:10px !important;
	
}


.property-page-proterty-item .search-result-item {
	max-width: 360px;
	width: 100%;
	margin: 0 auto 25px;
	padding: 0;
}
.property-page-proterty-item .search-result-item .search-result-item-inner {
	margin: 0;
	height: initial;
}

/* Base Buttons CSS */
.primary-button {
	border-radius: 0;
	margin-top: 10px;
	padding: 12px 0px;
	text-align: center;
	min-width: 120px;
	background: #1D242C;
	font-weight: 600 !important;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;

}

.primary-button:hover {
	background: #FFDC2C;
	color: #1b2665;
}

.secondary-button {
	border-radius: 0;
	margin-top: 10px;
	padding: 12px 35px;
	text-align: center;
	font-weight: 600 !important;
	color: #FFDC2C;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
	border: 2px solid #FFDC2C;
	background: transparent;
}

.secondary-button:hover {
	color: #333;
	background: #FFDC2C;
}

.dark-button {
	border-radius: 0;
	margin-top: 10px;
	padding: 12px 35px;
	text-align: center;
	font-weight: 600 !important;
	color: #1D242C;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
	border: 2px solid #1D242C;
	background: transparent;
}

.dark-button:hover {
	color: #fff;
	background: #1D242C;
}

.section-header {
	margin-bottom: 50px;
}

a {
	color: #1D242C;
}


/* Header Area CSS */
header {
	background: #1D242C;
	width: 100%;
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 0;
	padding: 30px 0;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
    -ms-transition: 0.3s;
     -o-transition: 0.3s;
        transition: 0.3s;
}

header.active {
	padding: 15px 0;
}


header .header-logo {
    width: 200px;
    height: 81px;
    background: url(images/logo/logo.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
	margin-right: 30px;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
    -ms-transition: 0.3s;
     -o-transition: 0.3s;
        transition: 0.3s;
}

	
@media  only screen and (-webkit-min-device-pixel-ratio: 1.3),
    only screen and (-o-min-device-pixel-ratio: 13/10),
    only screen and (min-resolution: 120dpi)
    {
        header .header-logo {
		    width: 200px;
		    height: 81px;
		    background: url(images/logo/logo@2x.png) no-repeat;
		    background-position: center;
		    background-size: 100% 100%;
		}
}
	
	
header.active .header-logo {
	width: 150px;
    height: 61px;
}

header .header-nav {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-nav ul li {
	float: left;
	position: relative;
}

.header-nav > ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}

.header-nav ul li a {
	color: #ffffff;
	padding: 15px;
	display: block;
	-webkit-transition: background 0.3s;
   -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
     -o-transition: background 0.3s;
        transition: background 0.3s;
}

.header-nav ul li a:hover {
	color: #FFDC2C;
}

.header-nav > ul > li > ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #1D242C;
	border-top: 3px solid #eee;
	min-width: 160px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s;
   -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
     -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
}

.header-nav > ul > li > ul > li {
	float: initial;
}

.header-nav > ul > li > ul > li > a {
	display: block;
}

.header-nav > ul > li > ul > li > a:hover {
	background: #11151a;
}

.header-dropdown-section {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 10000;
	margin-top: -1px;
}

.header-nav-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header-nav-dropdown li {
	display: inline-block;
}

.header-nav-dropdown li a {
	padding: 15px 25px;
	display: block;
	color: #4d4e52;
}

.header-nav-dropdown li a:hover {
	text-decoration: underline;
}

.slicknav_menu {
	display:none;
	background: #1D242C !important;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_menu .slicknav_icon {
    margin: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #1D242C !important;
}

.slicknav_btn {
	margin: 10px;
}

.slicknav_btn {
    background-color: #FFDC2C !important;
}

header .mobile-email {
	margin-left: 15px;
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mobile-email .mobile-number img {
	margin-right: 5px;
	width: 15px;
}

.mobile-email .email-address {
	margin-left: 25px;
}

.mobile-email a {
	color: #ffffff;
	margin-right: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.mobile-email a:hover {
	color: #FFDC2C;
}

.mobile-email a i {
	font-size: 22px;
	color: #FFDC2C;
	margin-right: 5px;
}

.mobile-email a:last-of-type {
	margin-right: 0;
}

.mobile-menu {
	display: none;
	overflow: hidden;
}

/* Welcome Slider Section CSS */
.welcome-slider-section {
	position: relative;
	background-image: url(images/Slide---10-172652.jpg);
	background-size: cover;
	background-position: center;
}

.welcome-slider-section .spa-image {
	position: absolute;
	top: 0%;
	right: 5%;
	width: 12.5rem;
	box-shadow: 2px 0px 5px 0px rgb(0 0 0 / 0.8);
}

.welcome-slider-section .spa-image-mobile {
	display: none;
}

.welcome-slider-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.welcome-slider-section .showcase-area {
	background: none;
	position: relative;
	top: initial;
	left: initial;
	transform: initial;
	margin: 0 auto;
	padding: 140px 0 150px;
}

.welcome-slider-section .showcase-area:after {
	content: "";
	display: block;
	clear: both;
}

.welcome-slider-section .carousel, .welcome-slider-section .carousel-inner, .welcome-slider-section .carousel-inner > .item, .slider-item  {
    height: 100%;
}



.slider-item img {
	display: none;
}

.carousel-inner > .item > img {
	height: calc(100vh - 110px);
	width: 100%;
}

.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 2px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 35%;
    background-color: #ffffff;  
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 2px;
    background-color: #FFDC2C;
}

.carousel-indicators {
    bottom: 0px;
    display: none;
}

.showcase-area {
	max-width: 650px;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
}

.showcase-area h2 {
	color: #FFDC2C;
	text-align: center;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 26px;
}

.showcase-area h2 img {
	width: 35px;
	margin-right: 6px;
	margin-top: -3px;
}

.rics-logo {
	max-width: 150px;
	width: 100%;
	margin-top: 30px;
}

.desktop-search-bar:after {
	content: "";
	display: block;
	clear: both;
}

.search-bar {
	width: 100%;
}

.search-bar:after {
	content: "";
	display: block;
	clear: both;
}

.search-box {
	width: 90%;
	padding: 12px 14px;
	margin: 0;
	list-style: none;
	float: left;
	height: 55px;
	background: #1D242C;
	color: #fff;
	font-size: 14px;
}

.map-n-filter .search-box {
	width: 100%;
	padding: 12px 10px;
	margin: 0;
	list-style: none;
	float: left;
	background: #1D242C;
	color: #fff;
	font-size: 14px;
}

.search-box > li {
	float: left;
}

.map-n-filter .search-box > li {
	float: left;
	width: 50%;
	padding: 0 10px !important;
}

.search-box label {
	margin-bottom: 0px;
}

.search-box > li:first-child, .search-box > li:nth-child(4) {
	padding: 5px 5px 0px 0px;
}

.search-box > li:nth-child(3) {
	max-width: 220px;
	width: 100%;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #4d4e52;
	border-left: 1px solid #4d4e52;
}

.search-box.search-box-home > li:nth-child(3) {
	border-right: none;
}

.map-n-filter .search-box > li:first-child {
	padding: 0;
	border-right: 1px solid #4d4e52;
}

.map-n-filter .search-box > li:first-child input {
	border: none;
	width: 100%;
	background: #1D242C;
	color: #fff;
	padding: 5px;
	border: 1px solid rgba(255,255,255,0.2);
}

.map-n-filter .search-box > li:nth-child(2) span {
	margin-right: 15px;
}

.search-box > li .bootstrap-select > .dropdown-toggle {
	height: 32px;
	background: #1D242C;
	color: #fff;
}

.search-box > li:nth-child(3) input {
	border: none;
	width: 100%;
	background: #1D242C;
	color: #fff;
}

.search-box > li:nth-child(3) input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.8;
}

.search-box > li:nth-child(3) input::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.8;
}

.search-box > li:nth-child(3) input:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.8;
}

.search-box > li:nth-child(3) input:-moz-placeholder { /* Firefox 18- */
  opacity: 0.8;
}

.search-button {
	width: 10%;
	height: 55px;
	float: left;
	background: #FFDC2C;
	border: none;
	-webkit-transition: background 0.3s;
   -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
     -o-transition: background 0.3s;
        transition: background 0.3s;
}

.map-n-filter .search-button {
	width: 50%;
	float: initial;
	margin: 0 auto;
}

.search-button:hover {
	cursor: pointer;
	background: #d39b10;
}

.mobile-search-bar {
	display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b2665;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.advanced-search {
	color: #FFDC2C;
	margin-top: 20px;
	text-align: center;
	display: block;
	text-decoration: underline;
	-webkit-transition: background 0.3s;
   -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
     -o-transition: background 0.3s;
        transition: background 0.3s;

}

.advanced-search:hover {
	color: #d39b10;
	cursor: pointer;
	text-decoration: underline;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.welcome-slider-section .fa-angle-double-down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	font-size: 60px;
	margin-left: -19px;
	color: #FFDC2C;
}

/* Welcome Message Section CSS */
.welcome-message-section {
	padding: 100px 0px;
	background: #ffffff;
}

.welcome-message-section h1 img, .welcome-message-section h2 img {
	width: 32px;
	margin-right: 20px;
	margin-top: -5px;
}

.welcome-message-section .heading-h2 {
	margin-bottom: 50px;
}

.welcome-message-section p {
	padding: 0px 150px;
	line-height: 1.7em;
}

.carousel-control {
	color: #FFDC2C;
	font-size: 50px;
}

.carousel-control:hover, .carousel-control:active, .carousel-control:focus {
	color: #FFDC2C;
}


/* Featured Services Section CSS */
.featured-services-section {
	padding: 40px 0px;
	text-align: center;
	background: url(images/featured-services-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.featured-services-section h2 {
	margin-bottom: 40px;
}

.featured-services-section h2 img {
	width: 35px;
	margin-right: 15px;
	margin-top: -6px;
}


.featured-title {
	margin-bottom: 5px;
	font-weight: 600;
}

.featured-services-section .featured-title {
	min-height: 40px;
}

/* View All Services Section CSS */
.view-all-services-section {
	background: #1b2665;
	padding: 50px 0 20px;
	color: #ffffff;
	position: relative;
}

.view-all-services-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(27,38,101,0.8);
}

.view-all-services-section h2 img {
	margin-right: 15px;
	margin-top: -2px;
}

.view-all-services-section h2 button {
	margin-top: 0px;
	vertical-align: middle;
	margin-left: 30px;
}

/* Featured Properties Section CSS */
.featured-properties-section {
	padding: 100px 0px; 
	background: #F0F4F7;
}

.featured-properties-section h2 img {
	width: 35px;
	margin-right: 5px;
	margin-top: -6px;
}

.featured-properties-section .featured-item {
	height: 100%;
	background: #1D242C;
}

.featured-properties-section .featured-item .image-box {
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: center;
}

.featured-properties-section .featured-item:hover .featured-item-overlay {
	opacity: 1;
	visibility: visible;
}

.featured-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(56, 56, 57, 0.7);
	text-align: center;
	padding: 30px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.featured-item-overlay-h1 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: left;
}

.featured-item-overlay-h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 25px;
}

.featured-item-overlay p {
	color: #ffffff;
	text-align: left;
}

.featured-item-overlay-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	text-align: left;
	line-height: 1.2em;
}

.featured-item-overlay-list li {
	padding-left: 12px;
	margin-bottom: 4px;
}

.featured-item-overlay-list i.fa {
	font-size: 8px;
	color: #FFDC2C;
	position: absolute;
	margin-left: -12px;
	margin-top: 7px;
}

.featured-item-overlay a {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}


.featured-properties-section .owl-stage {
	display: flex;
}

.featured-properties-section .owl-stage .owl-item {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	margin-bottom: 5px;
}

.featured-properties-section .featured-item .contents {
	padding: 2rem;
	color: white;
}


/* Deals Section Section CSS */
.deals-section {
	padding: 100px 0px; 
	background: #F0F4F7;
}

.news-body-section.deals-section {
	background: #fff;
}

.deals-section .deal-item {
	background: #1D242C;
	height: 100%;
	position: relative;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.deals-section .deal-item .image-box {
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: center;
}

.deals-section .deal-item:hover .deal-item-overlay {
	opacity: 1;
	visibility: visible;
}

.deal-item-overlay {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(56, 56, 57, 0.7);
	text-align: center;
	padding: 30px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.deal-item-overlay-h1 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: left;
}

.deal-item-overlay-h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 25px;
}

.deal-item-overlay p {
	color: #ffffff;
	text-align: left;
}

.deal-item-overlay-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	text-align: left;
	line-height: 1.2em;
}

.deal-item-overlay-list li {
	padding-left: 12px;
	margin-bottom: 4px;
}

.deal-item-overlay-list i.fa {
	font-size: 8px;
	color: #FFDC2C;
	position: absolute;
	margin-left: -12px;
	margin-top: 7px;
}

.deal-item-overlay a {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}

.deals-section .deal-item .contents {
	padding: 2rem;
	color: white;
}

.deals-section .secondary-button.dark {
	margin-top: 50px;
	border-color: #1D242C;
	color: #1D242C;
}

.deals-section .secondary-button.dark:hover {
	background: #1D242C;
	color: #fff;
}


/* Latest News And Latest Property Section CSS */
.latest-news-and-latest-property-section {
	position: relative;
	z-index: 9;
	background: #bcbcbd;
	width: 100%;
}

/*
.latest-news-and-latest-property-section > div > div > div:first-child {
	border-right: 2px solid #ffffff;
}

.latest-news-and-latest-property-section > div > div > div:last-child {
	border-left: 2px solid #ffffff;
}
*/

.latest-news-and-latest-property-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 0;
    top: 0;
    left: 0;
    background: #eeeeee;
}

.latest-news-wrapper {
	padding: 40px 0 30px;
}

.latest-news-wrapper h2 img {
	width: 35px;
	margin-right: 5px;
	margin-top: -6px;
}

.latest-property-wrapper {
	padding: 40px 0 30px;
	text-align: center;
}

.latest-property-wrapper h2 img {
	width: 35px;
	margin-right: 5px;
	margin-top: -6px;
}


/* Services Section */
#services-section {
	padding: 100px 0px;
}

#services-section .service-item {
	text-align: center;
}

#services-section .service-item .icon {
	border: 2px solid #1D242C;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto 25px;
	padding: 15px;
}

#services-section .service-item img {
	width: 100px;
	margin-bottom: 25px;
}

#services-section .service-item h3 {
	min-height: 52px;
}

#services-section .service-item p {
	min-height: 92px;
}


/* Footer CSS */
footer {
	background: #1D242C;
	color: #ffffff;
	padding: 50px 0 20px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

footer .rics-logo {
	margin: 0 0 25px;
	display: block;
}

footer .Blondie {
	font-size: 18px;
	margin-bottom: 25px;
	display: block;
}

footer .Blondie img {
    margin-right: 5px;
    width: 15px;
}

footer .social-icons a {
    margin-right: 15px;
    font-size: 45px;
	color: #FFDC2C;
}

footer .social-icons a:last-child {
    margin-right: 0;
}

#wrapper {
    position: relative;
    min-height:100%;
}

footer p {
	margin: 5px;
	font-size: 12px;
	float: left;
}

footer p.second-p {
	margin-left: 25px;
}

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

footer .link-list li {
	margin-bottom: 8px;
}

footer .footer-bottom {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
}

.footer-navigation-wrapper {
	float: right;
}

.footer-navigation-wrapper.bottom {
	margin-right: 55px;
}

.footer-navigation-wrapper ul {
	float: left;
	margin-right: 35px;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
}

.footer-navigation-wrapper ul li {
	float: left;
}

footer a {
	color: #ffffff;
	-webkit-transition: color 0.3s;
   -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
     -o-transition: color 0.3s;
        transition: color 0.3s;
}

footer a:hover {
	color: #FFDC2C;
}

.footer-navigation-wrapper ul li a {
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	display: block;
	-webkit-transition: color 0.3s;
   -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
     -o-transition: color 0.3s;
        transition: color 0.3s;
}

.footer-navigation-wrapper i.fa {
	font-size: 20px;
}

.footer-navigation-wrapper ul li a:hover {
	color: #FFDC2C;
}

.footer-navigation-wrapper ul:last-child {
	margin-right: 0px;
}


/* Team Page CSS */
.team-page-header-section {
	padding: 50px 0px;
	background: #333;
}

.team-page-header-section p {
    padding: 0px 80px;
    line-height: 2em;
	text-align: center;
	color: #ffffff;
}

.team-page-header-section .heading-h2 {
    color: #FFDC2C;
    font-size: 30px;
    margin-bottom: 0;
}

.team-page-body-section {
	padding: 50px 0;
}

.team-page-body-section p {
	font-weight: 400;
}

.team-page-body-section .team-members {
	padding-top: 60px;
}

.team-page-body-section hr {
	margin-bottom: 30px;
	border-top: 2px solid #FFDC2C;
}

.team-member-wrapper {
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.team-member-top {
    display: inline-block;
    width: 100%;
}

.team-member-img {
	
}

.requirement-img {
	float: left;
	max-width:500px;
	width: 100%;
	margin-top: 52px;
	border: 2px solid #666666;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}

.requirement-img:hover {
	cursor: pointer;
	border: 2px solid #FFDC2C;
}

.team-member {
	background: #fff;
	max-width: 320px;
	min-height: 440px;
	margin: 0 auto 100px;
	padding: 0 25px 25px;
	display: inline-block;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.team-member .image-box {
	max-width: 180px;
	border-radius: 50%;
	overflow: hidden;
	margin: -60px auto 25px;
}

.team-member-top-info {
	line-height: 2em;
}

.team-member-top-info .name {
	font-size: 20px;
}

.team-member-top-info p {
	margin: -5px 0px 13px 0px;
}

.team-member-top-info .secondary-button {
	padding: 12px 20px;
}

.team-member-desc {
	line-height: 2em;
}

/* Contact Page CSS */

.contact-page-map-form-section {
	padding: 50px 0;
}

.contact-map {
	height: 400px;
	margin-bottom: 50px;
}

.contact-map img {
	height: 332px;
	width: 100%;
}

.contant-form-wrapper {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0 15px;
	padding: 15px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.contant-form-wrapper a {
	color: #ffffff;
}

.contant-form-wrapper h3 {
	font-weight: 400;
}

.contact-form {
	padding: 10px 30px 30px 0;
	color: #ffffff;
	line-height: 2em;
}

.contact-form-left {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.contact-form-right {
	width: 50%;
	float: left;
	padding-left: 10px;
}

.contact-form input, .contact-form button {
	height: 40px;
	border: none;
	width: 100%;
}

.contact-form input {
	height: 40px;
	border: none;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #1D242C;
	color: #1D242C;
}

.contact-form button {
	margin-top: -5px;
	background: #FFDC2C;
	color: #1D242C;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}

.contact-form button:hover {
	background: #E0BB00;
	color: #1D242C;
}

.error {
	color: #cc0000 !important;
	font-weight:600;
}

.contact-form textarea {
	height: 89px; 
	border: none;
	width: 100%;
	color: #1D242C;
	padding: 5px 10px;
	resize: none;
	border: 1px solid #1D242C;
}

.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1D242C;
  opacity: 1;
}

.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #1D242C;
  opacity: 1;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #1D242C;
  opacity: 1;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
  color: #1D242C;
  opacity: 1;
}

/* Property Page CSS */
.property-page-header-section {
	padding: 25px 0px 50px;
}

.property-page-header-section .heading-h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.property-page-header-section .secondary-button {
	padding: 12px 60px;
	margin-top: 0;
}

.property-page-breadcrumb {
	padding: 5px;
}

.property-page-breadcrumb a {
	color: #1b2665;
}

.property-page-breadcrumb span.glyphicon {
	margin-right: 10px;
	transform: rotateY(180deg);
}

.property-page-header-list {
	font-weight: 600;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

.property-page-header-list li {
	padding: 0px 15px;
	text-align: center;
	display: inline;
}

.property-page-header-list li i {
	font-size: 10px;
}

.property-page-body-section {
	padding: 0 0 50px;
}

#property-slider-carousel {
	margin-bottom: 30px;
}

#property-slider-carousel .carousel-inner img {
	width: 100%;
	height: 470px;
	border: 2px solid #666666;
}

#property-slider-carousel .carousel-control {
	display: none;
}

#property-slider-carousel:hover .carousel-control {
	display: block;
}

.property-page-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.property-page-wrapper ul li {
	padding-left: 15px;
	position: relative;
}

.property-page-wrapper ul i.fa {
	font-size: 10px;
	color: #FFDC2C;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 4px;
}

.property-page-wrapper {
	margin-bottom: 50px;
}

.property-page-sidebar-header {
	padding: 15px 20px;
}

.property-page-sidebar-header img {
	margin-right: 10px;
}

.sidebar-heading {
	font-size: 22px;
	font-weight: 200;
	margin: 0;
}

.property-page-sidebar-body {
	padding: 15px 20px;
	overflow: hidden;
	margin-top: 2px;
}

.property-page-sidebar-item {
	margin-bottom: 25px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.property-page-sidebar-img {
	float: left;
	width: 35%;
}

.property-page-sidebar-img img {
	width: 100%;
	border: 2px solid #666666;
}

.property-page-sidebar-info {
	padding-left: 20px;
	width: 65%;
	float: left;
}
.property-page-sidebar-info a{
	font-size: 15px;
}
.property-page-sidebar-info .secondary-button {
	padding: 9px 20px;
	margin-top: 0px;
}

.property-page-sidebar-btn {
	border: none;
	background: #87888a;
	color: #ffffff;
	padding: 15px;
	display: block;
	width: 100%;
	text-align: center;
}

.property-page-sidebar-map {
	width: 100%;
	height: 280px;
}

/* Text Page CSS */
.text-page-header-section {
	padding: 60px 0px 170px;
	background: url(images/search-result-heading-bg-2.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.text-page-header-section .heading-h2 {
    color: #FFDC2C;
    font-size: 30px !important;
}

.text-page-header-section p {
	padding: 0px 80px;
	line-height: 2em;
}

.text-page-body-section {
	padding: 100px 0;
}

.text-page-body-section p {
	padding: 0px 80px;
	font-weight: 400;
}

/* Search Result CSS */

.search-showcase-area {
	background: #333;
}

.search-showcase-area .search-showcase-inner {
	max-width: 750px;
	width: 100%;
	padding: 15px;
	margin: 0 auto 15px;
}

.map-n-filter .search-showcase-area {
	padding: 25px 15px;
}

.search-showcase-area h2 {
	color: #FFDC2C;
	text-align: center;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 300;
}

.search-showcase-area h2 img {
    width: 35px;
	margin-right: 6px;
	margin-top: -6px;
}

.search-select-options {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.map-n-filter .search-select-options {
	margin-top: 25px;
}

.search-select-options-bottom {
	margin: 0;
	padding: 0;
	list-style: none;
}

.map-n-filter .search-select-options-bottom {
	margin-left: -10px;
	margin-right: -10px;
}

.search-select-options-bottom .btn-default {
	font-weight: 300;
}

.search-select-options-bottom > li {
	width: 20%;
	float: left;
	padding-right: 15px;
}

.map-n-filter .search-select-options-bottom > li {
	width: 50%;
	margin-bottom: 25px;
	padding: 0 10px;
}

.search-select-options-bottom > li:last-child {
	padding-right: 0px;
}

.map-n-filter .search-select-options-bottom > li:last-child {
	padding-right: 10px;
}

.search-select-options-label {
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 11px;
}

.map-n-filter .search-select-options-label {
	font-size: 14px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select > .dropdown-toggle {
	height: 50px;
	border: none;
	border-radius: 0;
	background: #1D242C;
	color: #fff;
}

.search-result-body-section.has-padding {
	padding: 50px 0;
}

.search-result-body-section .button-primary-enquireForm {
	-webkit-transition: color 0.3s;
   -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
     -o-transition: color 0.3s;
        transition: color 0.3s;
}

.search-result-body-section .button-primary-enquireForm:hover {
	cursor: pointer;
	color: #e9c402;
}

.search-result-body-section .heading-h2 {
	margin-bottom: 10px;
}

.search-result-item {
	width: 33.3333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.search-result-item-inner {
	height: 100%;
	position: relative;
	background: #1D242C;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.search-result-item-inner .image-box {
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: center;
}

.search-result-item-footer {
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	min-height: 90px;
	color: white;
}

.search-result-item-footer p {
	margin-bottom: 0px;
	text-align: center;
}

.search-result-item-inner:hover .search-result-item-overlay {
	opacity: 1;
	visibility: visible;
}

.search-result-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(56, 56, 57, 0.8);
	text-align: center;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: 0.3s;
	cursor: pointer;
}

.search-result-item-overlay-h1 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: left;
}

.search-result-item-overlay-h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 25px;
}

.search-result-item-overlay p {
	color: #ffffff;
	text-align: left;
}

.search-result-item-overlay-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	text-align: left;
	line-height: 1.2em;
}

.search-result-item-overlay-list li {
	padding-left: 12px;
	margin-bottom: 4px;
}

.search-result-item-overlay-list i.fa {
	font-size: 8px;
	color: #FFDC2C;
	position: absolute;
	margin-left: -12px;
	margin-top: 7px;
}

.search-result-item-overlay a {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}

.search-item-header {
    width: 100%;
    padding: 10px;
    background: rgba(56, 56, 57, 0.8);
    text-align: center;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.search-item-header h4 {
	color: #FFDC2C;
    margin: 0;
}

.load-button-wrapper {
	margin-top: 50px;
}

.load-button-wrapper span {
	font-size: 30px;
	margin-right: 25px;
	font-weight: 200;
}

/* Newa CSS */
.news-header-section {
	padding: 50px 0;
	background: #333;
}

.news-header-section h2 {
	color: #FFDC2C;
	margin-bottom: 0;
}

.news-body-section {
	padding: 50px 0px;
}

.news-body-section .deal-item {
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.news-item-header-section {
	padding: 25px 0px 50px;
}

.news-item-header-section .heading-h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.news-item-body-section {
	padding: 0 0 50px;
}


/* Services Page */
.service-page-header-section {
	padding: 60px 0px 170px;
	background: url(images/search-result-heading-bg-2.jpg);
	background-position: center;
	background-size: 100% 100%;
}

.service-page-header-section .heading-h2 {
    color: #FFDC2C;
    font-size: 30px;
}

.service-page-body-section {
	margin-top: -100px;
	padding: 0 0 100px;
}

.service-page-body-section p {
	padding: 0px 80px;
	font-weight: 400;
}



.showcase-area-service-page {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.showcase-area-service-page .heading-h2 {
    color: #FFDC2C;
    text-align: center;
    font-weight: 300;
    margin: 0;
    font-size: 26px;
}

.showcase-area-service-page .heading-h2 img {
	width: 35px;
	margin-right: 15px;
	margin-top: -6px;
}

.service-page-body-big-section {
	padding: 50px 0;
}

.service-page-body-big-section h1 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

.service-page-body-big-section .panel-heading {
	padding: 0;
}

.service-page-body-big-section .panel-heading a {
	padding: 10px 15px;
	display: block;
}

.service-page-body-big-section .panel-heading a:focus {
	text-decoration: none;
}

.service-page-body-big-section .panel-heading a span {
	float: right;
}

.service-page-body-big-section .panel-heading a span i {
	-webkit-text-stroke: 4px white;
}

.service-page-body-big-section .panel-default > .panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}

.service-page-body-big-section .panel {
	border: none;
	box-shadow: inherit;
}

.service-page-body-big-section .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}

.service-page-body-big-section .panel-heading a span {
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
     font-size: 25px;
}

.fa.fa-minus {
	color: red;
}



/* Pop Up */
.enquireForm{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index:999999;
	right: 0;
	background-color: rgba(0,0,0,.7);
}
.calenderForm{
	width: 90% ;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	background: #1D242C;
	margin-top: 5%;
}
.formHeader{
	background-color: rgba(247,247,247,8);
	padding-left: 20px;
	border-bottom: 1px solid #ececec;
}

.formHeader span{
	display: block;
	color: #809db7;
	font-size: 18px;
	padding: 15px 0;
}
.calenderFormContainer{
/*	background-color: #ffffff;
*/	padding: 15px;
}
.oneInput{
	position: relative; 
	width:90%;
	margin: 10px auto

}


.calenderFormContainer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    opacity: 0.7;
    letter-spacing: 1px;
}
.calenderFormContainer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  .7;
       letter-spacing: 1px;

}
.calenderFormContainer ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  .7;
       letter-spacing: 1px;

}
.calenderFormContainer :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   opacity: 0.7;
       letter-spacing: 1px;

}
.calenderFormContainer ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
   opacity: 0.7;
       letter-spacing: 1px;

}


.oneInput input{
	color:#FFDC2C;
	background: none;
	padding: 10px 0;
	width: 100% ;
	padding-left: 10px; 
	border:1px solid #FFDC2C
}
.oneInput input[type="submit"]{
	padding-left: 0;
}
.calenderD{
	width: 90%;
	margin: 0 auto;
	margin-bottom:10px;
}
.ui-widget-header .ui-icon{
	background-image: url(../images/sprite.png);
}
.ui-icon-circle-triangle-e{
	background-position: -10px 0;
	display: block;
	width: 10px;
	height: 17px;
}
.ui-icon-circle-triangle-w{
	background-position: 0 0;
	display: block;
	width: 10px;
	height: 17px;
}
.closeIcon , .closeIconPhone{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	cursor: pointer;

}

.calenderD i{
	position: absolute;
	top: 10px;
	left: 10px;

}
.calenderD input {
	text-indent: 16px;
}

/*#number {
	text-indent: 40px;
}*/
#mySelect{
	    position: absolute;
    top: 1px;
    left: 6px;
    padding: 10px 0;
    border: 0;
    outline: 0;
    width: 45px;
}
.text-enquiry{
	width: 100%;
	clear: both;
	margin: 10px 0 20px;
	float: left;
	
}
.text-enquiry textarea{
	width: 100%;
	min-height:50px;
	padding: 8px 10px;
	background: none;
	border:1px solid #FFDC2C;
	color: #fff;
}
.r-checkbox{
	color: #FFF;
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}
.r-checkbox span{
	color: #FFF;
	padding-left: 10px;
}

.calenderFormContainer p {
	color: #FFDC2C !important;
}



label {
	display: inline;
}
.enquirecheck {
	display: none;
}
.enquirecheck + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	float: left;
}
.enquirecheck:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #ee3b33;
}

.enquiryForm_close_wrapper {
	width: 100%;
	margin-bottom: 15px;
	text-align: right;
	color: #fff;
}

.enquiryForm_close {
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.register-contact-form {
	padding: 20px 0px 0px 0px;
}

.register-contact-form button {
	margin-top: 0;
	background: #ffffff;
}



.register-contact-form button[type="submit"] {
	margin-top: 0;
	background: #FFDC2C;
	color: #1D242C;
}

.register-contact-form button[type="submit"]:hover {
	background: #E0BB00;
}

.register-contact-form .bootstrap-select > .dropdown-toggle {
	height: 40px;
}

.register-contact-form textarea {
    height: 150px;
    display: block;
}


@media (min-width: 768px) {
	.calenderD {
		width: 45%;
		margin: 0;


	}


	.calenderD {
		float: left;
	}

	.calenderD:first-child {
		float: right
	}


}

@media (min-width: 768px) {
.oneInput{
	width: 45%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}	
.oneInput{
	margin: 10px 0;
}
}


@media (max-width: 768px) {
	.text-enquiry {
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: 90% !important;
	}

	.r-checkbox {
		margin-right: auto;
		margin-left: auto;
		width: 90% !important;
		float: none;
	}

	.back-to-search{
		display: block !important;
	}
	.property-type-detail span{
		display: block;
	}
	.d-xs-none{
		display: none;
	}
	.no-property-outer{
		margin: 50px 40px 100px !important;
	}
}


.team-page-header-section.register-page-header {
	padding: 40px 0 30px;
	background: gray;
}

.contact-page-map-form-section.register-contact-page {
	padding: 140px 0px;
	margin-top: 0;
	background: url(images/requirement-bg.jpg);
	background-position: center;
	background-size: cover;
}

.team-page-header-section.register-page-header h2 {
    color: #FFDC2C;
    text-align: center;
    margin-top: 0;
	margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}

.team-page-header-section.register-page-header h2 img {
    width: 35px;
    margin-right: 6px;
    margin-top: -6px;
} 

.team-page-header-section.requirements-page-header h2 img {
	width: 35px;
	margin-right: 6px;
	margin-top: -6px;
}

.contant-form-wrapper p {
	margin: 5px auto 0;
	font-weight: 500;
}

#contactForm {
	position: relative;
}

#contactForm:after {
	content: "";
	display: block;
	clear: both;
}

.requirements-modal {
	z-index: 100000;
}


#cookies { 
  width: 100%;
  margin: 0;
  padding: 0 10% 5px;
  display: inline-block;
  background: #78797D;
  border-bottom: solid 1px rgb(225,225,225);
}
 
#cookies p {
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center; 
  color: #fff;
  margin: 4px;
  z-index: 999;
}

#cookies .cookie-accept {
  padding-left: 10px;
  cursor: pointer;
  display: inline;
  color: rgb(255,255,250);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

#cookies a {
	color: #fff;
	text-decoration:underline;
}

.cookie-accept .primary-button {
    margin-top: 5px;
}

.service-page-header-big-section1 .fa-angle-double-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    font-size: 60px;
    margin-left: -19px;
    color: #FFDC2C;
}
.service-page-header-big-section2 .fa-angle-double-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    font-size: 60px;
    margin-left: -19px;
    color: #FFDC2C;
}
.service-page-header-big-section3 .fa-angle-double-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    font-size: 60px;
    margin-left: -19px;
    color: #FFDC2C;
}
.service-page-header-big-section4 .fa-angle-double-down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    font-size: 60px;
    margin-left: -19px;
    color: #FFDC2C;
}

.service-page-sub-menu-container {
	margin-bottom: 20px;
	background: #1D242C;
	border-bottom: 4px solid #FFDC2C;
}

.service-page-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.service-page-sub-menu li {
    display: inline;
}

.service-page-sub-menu li a {
    padding: 20px;
    display: inline-block;
    color: #ffffff;
}

.service-page-sub-menu li.active a, .service-page-sub-menu li a:hover {
text-decoration: underline;
}


#service-page-sub-menu-trigger {
	display: none;
}

#service-page-sub-menu-trigger li a:hover, #service-page-sub-menu-trigger li a:focus {
	text-decoration: none;
}

#service-page-sub-menu-trigger a i {
	font-size: 25px;
	-webkit-text-stroke: 2px #1D242C;
	margin-right: 5px;
	vertical-align: sub;
}





.portfolio-type-filter {
    list-style: none;
    padding: 0;
    text-align: center;
    background: rgba(27,38,101,0.7);
    color: #ffffff;
    max-width: 715px;
	margin: 10px auto 15px;
}
.portfolio-type-filter li {
    display: inline-block;
    margin: 0 10px;
}
.portfolio-type-filter li input, .portfolio-type-filter li label {
    cursor: pointer;
}
.portfolio-type-filter-btn {
    display: none;
    background: #40642b;
    color: #fff;
    padding: 10px 0 6px;
    cursor: pointer;
}
.portfolio-type-filter-btn h3 {
    margin: 0;
}
.portfolio-type-filter-btn i {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 5px;
}
.portfolio-type-filter-btn i.active {
    transform: rotate(90deg);
}


/* .slideThree */
.slideThree {
  width: 100px;
  height: 26px;
  display: inline-block;
  background: #FFDC2C;
  margin: 20px 0 20px 3px;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
  content: 'SHOW';
  color: #1D242C;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'HIDE';
  color: #1D242C;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}
.slideThree label {
  display: block;
  width: 46px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 50px;
}


.search-result-item.type-1, .search-result-item.type-2, .search-result-item.type-3 {
	display: none;
}


/* Single Team Page Body Section */
.single-team-page-body-section {
	padding: 50px 0;
}

.single-team-page-body-section .image-box {
	max-width: 180px;
	width: 100%;
	margin: 0 auto 25px;
}

.single-team-page-body-section .image-box img {
	margin-bottom: 25px;
}

.single-team-page-body-section .image-box .heading-h2 {
	margin-bottom: 25px;
}

.single-team-page-body-section .team-member-top-info {
	margin-bottom: 25px;
}


.active-property{
    border: 3px solid #1D242C;
}

.chat-section{
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	background: #FFDC2C;
	padding: 12px 15px;
	border-radius: 40px;
	margin: 0px 25px 25px 0px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.chat-section i{
	color: #1D242C;
	font-size: 32px;
}

.back-to-search{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #FFDC2C;
	padding: 12px 15px;
	border-radius: 40px;
	margin: 0px 25px 50px 0px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	cursor:pointer;
	z-index: 8;
}
.back-to-search i{
	color: #1D242C;
	font-size: 32px;
}



#contact-modal .modal-dialog{
	margin-top: 0;
	margin-bottom: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-modal-body a{
	margin: 35px 0px 17px;
	width: 100%;
}

.close-btn-modal{
	background: #1c252c;
	color: white;
	outline: 0;
}
.close-btn-modal:hover,.close-btn-modal:focus,.close-btn-modal:active{
	outline: 0;
	color: white;
}
#contact-modal{
	z-index: 999999;
}
.property-type-detail{
	font-weight: 600;
}
.property-type-detail i{
	padding: 0px 30px;
	font-size: 10px;
}

.no-property-outer{
	margin: 50px 100px 200px;
}
.transparent-btn{
	background: transparent;
	border: 1px solid #686868;
	padding: 10px 16px;
	font-size: 14px;
}
.transparent-btn:hover,.transparent-btn:focus{
	outline: 0 !important;
}
.mt-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 2rem;
}