@charset "utf-8";

:root {
	--swh-orange: rgb(255, 165, 0);
	--swh-text-light: #cfcfcf;
}

.bmd-layout-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#layout-content {
	top: 6rem;
}
#page-content {
	min-height: calc(50% + 0px);
}
.bg-grey {
	background-color: #fefefe;
}

.swh-bg-orange {
	background-color: var(--swh-orange) !important;
}
.swh-border-orange {
	border-color: var(--swh-orange) !important;
}
.swh-no-underline {
	text-decoration: none !important;
}
.swh-table-larger {
	font-size: 1.2rem;
}
.swh-table-property-details,
.swh-table-property-details tr,
.swh-table-property-details td {
	border: none;
}
.swh-table-property-details td {
	/* line-height: 24px !important; */
	line-height: 1.5rem !important;
	vertical-align: bottom;
}
.swh-table-property-details tr td:nth-of-type(1) {
	text-align: right;
}
.swh-table-property-details tr td:nth-of-type(2) {
	font-size: 1.2rem;
	text-align: left;
}
.swh-text-orange {
	color: var(--swh-orange) !important;
}
.swh-text-dark {
	color: var(--gray-dark) !important;
}
.swh-text-light {
	color: var(--swh-text-light) !important;
}
.swh-text-lighter {
	opacity: 0.8 !important;
}
.swh-text-80 {
	font-size: 0.8rem !important;
}
.swh-text-120 {
	font-size: 1.2rem !important;
}
.swh-text-150 {
	font-size: 1.5rem !important;
}
.swh-text-180 {
	font-size: 1.8rem !important;
}

[data-expando],
[data-trigger-click] {
	cursor: pointer;
}

footer {
	color: var(--swh-text-light);
}
footer a {
	color: inherit;
	transition: all 125ms linear;
}
footer a:hover {
	color: var(--swh-orange);
	opacity: 1;
}
footer svg.icon {
	fill: var(--swh-text-light);
}
footer .copyright,
footer svg.icon {
	font-size: 0.8rem;
	opacity: 0.5;
}

.get-a-cash-offer {
	background: url(/assets/add_property.png);
	position: relative;
	z-index: 0;
	/* opacity: 0.4; */
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.overlay {
	background-color: rgb(255, 165, 0);
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 25;
	padding: 30px 0;
}
.hidden {
	display: none;
}
.test {
	color: white;
	font-size: 1em;
	position: relative;
	z-index: 5;
	font-weight: bold;
}
.single_property {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.single_property .property_thumb {
	position: relative;
	overflow: hidden;
}
.single_property .property_thumb img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single_property .property_thumb .property_tag {
	position: absolute;
	top: 25px;
	left: 25px;
	background: rgb(255, 165, 0);
	padding: 8px 14px;
	color: #fff;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	z-index: 1;
}
.single_property .property_content {
	padding: 25px;
	border-bottom: 1px solid #e8e8e8;
}
.single_property .property_content .amount {
	display: inline-block;
	background: #ffa500;
	border-radius: 30px;
	padding: 7px 18px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	margin-top: 13px;
}
.single_property:hover .property_thumb img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.single_property .footer_pro {
	padding: 12px 25px;
}
.single_property .footer_pro ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single_property .footer_pro ul li .single_info_doc span {
	color: #001d38;
	font-size: 13px;
	font-weight: 400;
	margin-left: 5px;
	display: inline-block;
}

.popular_property {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.popular_property.plus_padding {
		padding-top: 50px;
	}
	.popular_property {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.popular_property.plus_padding {
		padding-top: 50px;
	}
}
.boxed-btn3-line {
	color: #ffa500 !important;
	display: inline-block;
	padding: 14px 31px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border: 0;
	border: 1px solid #ffa500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	text-transform: capitalize;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.boxed-btn3-line:hover {
	color: #fff !important;
	border: 1px solid transparent;
	background: #ffa500;
	/* Old browsers */
	background: -moz-linear-gradient(left, #ffa500 0%, #fd8e5e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffa500 0%, #fd8e5e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffa500 0%, #fd8e5e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#fd8e5e',GradientType=1 );
	/* IE6-9 */
}

.boxed-btn3-line:focus {
	outline: none;
}

.boxed-btn3-line.large-width {
	width: 220px;
}
.services {
	font-size: 16px;
}

.selected-item {
	border-bottom: 5px solid #ffa500;
	margin-bottom: 0px;
}
.selected-left {
	border-left: 5px solid #ffa500;
}
.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}

.single-input:focus {
	outline: none;
}

.list-group-item-action {
	border-left: 5px solid transparent;
}
.list-group-item-action:hover {
	border-left: 5px solid #ffa500;
	background-color: white;
}
.bg-dark {
	background-color: #193a1b !important;
}
.nav-item.nav-link {
	background-color: var(--light);
	border-bottom-color: transparent !important;
}
.nav-item.nav-link.active {
	background-color: #ffa500 !important;
}
.b {
	border: 1px solid red;
}
.contactseparator {
	color: #ffa500;
	font-size: 0.5em;
}
.crop_thumb {
	height: 100px;
	width: 150px;
	overflow: hidden;
}
.crop_thumb img {
	/* height: auto;
    width: 150px; */
	height: 100%;
	width: 100%;
}
.selected_img {
	border: 2px solid red;
}
.comp_card {
	border-bottom: 1px solid #c0c0c0;
	border: 5px solid transparent;
}
.highlight {
	border: 5px solid #1565c0;
}
.nowrap {
	white-space: nowrap;
}
hr.taper {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.btn-florida {
	background-color: #ffa500;
	color: white;
}
.btn-florida:hover {
	color: #ffa500;
}
.form-group {
	margin-bottom: 0px;
}
.lr_bg {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
/* #homepage-blurred-background {
	background: url(/assets/loan-home.jpg);
    background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
    width: 100%;
    height: 350px;
	position: relative;
	filter: blur(10px);
	-webkit-filter: blur(10px);
} */
/* .blurred-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	filter: blur(4px);
	-webkit-filter: blur(4px);
	z-index: -1;
} */

.logo {
	box-sizing: border-box;
	background: url(/assets/loan-home.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
	background-attachment: fixed;
	overflow: hidden;
}

.blurred-background {
	box-sizing: border-box;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background: inherit;
	background-attachment: fixed;
	overflow: hidden;
}
.blurred-background::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 200%;
	height: 200%;
	background: inherit;
	background-attachment: fixed;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.blurred-background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.centered {
	box-sizing: border-box;
	position: relative;
	/* position: absolute;
	top: 50%;
	left: 0;
	right: 0; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	color: white;
	z-index: 1;
}
