/* imports */

@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");

/* vars */
:root {
	--primary-color: #234dd4;
	--secondary-color: #888888;
	--section-regular-background: #ffffff;
	--section-alternate-background: #f2f2f2;
	--hero-height: 100vh;
	--hero-subpage-height: 300px;
	/* --default-font: "Poppins", sans-serif;
	--default-font-size: 16px;
	--default-font-weight: normal;
	--default-color: #333333;
	--default-line-height: 1.2; */
	--main-content-font-family: "Poppins", sans-serif;
	--main-content-font-weight: normal;
	--main-content-font-size: 16px;
	--main-content-color: #333333;
	--main-content-line-height: 1.2;
	--main-headline-font-family: "Poppins", sans-serif;
	--main-headline-font-weight: normal;
	--main-headline-color: #ffffff;
	--main-header-font-family: "Poppins", sans-serif;
	--main-header-font-weight: normal;
	--main-header-color: #ffffff;
	--main-footer-font-family: "Poppins", sans-serif;
	--main-footer-font-weight: normal;
	--main-footer-color: #ffffff;
	--content-font-family: "Lato", "Helvetica", sans-serif;
	--content-font-size: 16px;
	--content-line-height: 1.7em;
	--content-color: #212529;
	--content-font-weight: normal;
	--topbar-background: #ffffff;
	--topbar-opacity: 1;
	--footer-background: #234dd4;
	--header-background: #b9b9b9;
	--supbage-header-background: #b9b9b9;
	--call-to-action-background: #b9b9b9;
	--call-to-action-overlay-color: #000000;
	--call-to-action-opacity: 1;
	--footer-font-family: "Poppins", sans-serif;
	--footer-font-weight: normal;
	--footer-color: #fff;
	--footer-font-size: 16px;
	--footer-line-height: 1.2;
	--footer-menu-font-family: "Poppins", sans-serif;
	--footer-menu-color: #fff;
	--footer-menu-font-size: 16px;
	--footer-menu-line-height: 1.2;
	--footer-links-active-color: #fff;
	--footer-links-hover-color: #fff;
	--footer-disclaimer-font-family: "Poppins", sans-serif;
	--footer-disclaimer-color: #fff;
	--footer-disclaimer-font-size: 14px;
	--footer-disclaimer-line-height: 1.2;
	--backdrop-color: rgb(0, 0, 0);
	--backdrop-opacity: 0.7;
	--nav-link-color: #303441;
	--nav-link-font: "Lato", "Helvetica", sans-serif;
	--nav-link-font-size: 12px;
	--nav-link-hover-color: #fff;
	--nav-link-hover-background: #234dd4;
	--nav-link-active-color: #fff;
	--nav-link-active-background: #234dd4;
	--btn-primary-background: #234dd4;
	--btn-primary-color: #fff;
	--header-content-font-family: "Poppins", sans-serif;
	--header-content-font-size: 16px;
	--header-content-font-weight: normal;
	--header-content-color: #333;
	--header-content-line-height: 1.2;
	--header-form-headline-font-family: "Poppins", sans-serif;
	--header-form-headline-font-size: 24px;
	--header-form-headline-font-weight: bold;
	--header-form-headline-color: #333;
	--header-form-headline-line-height: 1.4;
	--header-form-instructions-font-family: "Poppins", sans-serif;
	--header-form-instructions-font-size: 18px;
	--header-form-instructions-font-weight: normal;
	--header-form-instructions-color: #fff;
	--header-form-instructions-line-height: 1.4;
	--header-form-disclaimer-font-family: "Poppins", sans-serif;
	--header-form-disclaimer-font-size: 18px;
	--header-form-disclaimer-font-weight: normal;
	--header-form-disclaimer-color: #fff;
	--header-form-disclaimer-line-height: 1.4;
	--header-form-button-background: #234dd4;
	--header-form-button-color: #fff;
	--header-form-background-rgba: rgba(255, 255, 255, 0.8);
	--header-form-button-border-color: #fff;
	--header-form-border-color: transparent;
	--header-form-input-border-color: #333333;
	--header-form-input-text-color: #574d49;
	--header-form-input-placeholder-color: #a9a9a9;
	--btn-header-form-font-family: "Poppins", sans-serif;
	--btn-header-form-font-size: 18px;
	--btn-header-form-font-weight: normal;
	--btn-header-form-line-height: 1.2;
	--content-form-headline-font-family: "Poppins", sans-serif;
	--content-form-headline-font-size: 24px;
	--content-form-headline-font-weight: bold;
	--content-form-headline-color: #333;
	--content-form-headline-line-height: 1.4;
	--content-form-instructions-font-family: "Poppins", sans-serif;
	--content-form-instructions-font-size: 18px;
	--content-form-instructions-font-weight: normal;
	--content-form-instructions-color: #fff;
	--content-form-instructions-line-height: 1.4;
	--content-form-disclaimer-font-family: "Poppins", sans-serif;
	--content-form-disclaimer-font-size: 18px;
	--content-form-disclaimer-font-weight: normal;
	--content-form-disclaimer-color: #fff;
	--content-form-disclaimer-line-height: 1.4;
	--content-form-button-background: #234dd4;
	--content-form-button-color: #fff;
	--content-form-background-rgba: rgba(255, 255, 255, 0.8);
	--content-form-button-border-color: #fff;
	--content-form-border-color: transparent;
	--content-form-input-border-color: #333333;
	--content-form-input-text-color: #574d49;
	--content-form-input-placeholder-color: #a9a9a9;
	--btn-content-form-font-family: "Poppins", sans-serif;
	--btn-content-form-font-size: 18px;
	--btn-content-form-font-weight: normal;
	--btn-content-form-line-height: 1.2;
	--h1-font-family: "Poppins", sans-serif;
	--h1-font-size: 50px;
	--h1-font-weight: 600;
	--h1-color: #212529;
	--h1-line-height: 1.2;
	--h2-font-family: "Poppins", sans-serif;
	--h2-font-size: 40px;
	--h2-font-weight: 600;
	--h2-color: #212529;
	--h2-line-height: 1.2;
	--h3-font-family: "Poppins", sans-serif;
	--h3-font-size: 25px;
	--h3-font-weight: 600;
	--h3-color: #212529;
	--h3-line-height: 1.2;
	--h4-font-family: "Poppins", sans-serif;
	--h4-font-size: 20px;
	--h4-font-weight: 600;
	--h4-color: #212529;
	--h4-line-height: 1.2;
	--h5-font-family: "Poppins", sans-serif;
	--h5-font-size: 18px;
	--h5-font-weight: 600;
	--h5-color: #212529;
	--h5-line-height: 1.2;
	--h6-font-family: "Poppins", sans-serif;
	--h6-font-size: 16px;
	--h6-font-weight: 600;
	--h6-color: #212529;
	--h6-line-height: 1.2;
	/* --content-link-font-family: "Lato", "Helvetica", sans-serif; */
	/* --content-link-font-size: 16px; */
	/* --content-link-line-height: 1.7em; */
	--content-link-color: #234dd4;
	--content-link-decoration: none;
	/* --content-link-font-weight: normal; */
	--content-h1-font-family: "Poppins", sans-serif;
	--content-h1-font-size: 50px;
	--content-h1-font-weight: 600;
	--content-h1-color: #212529;
	--content-h1-line-height: 1.2;
	--content-h2-font-family: "Poppins", sans-serif;
	--content-h2-font-size: 40px;
	--content-h2-font-weight: 600;
	--content-h2-color: #212529;
	--content-h2-line-height: 1.2;
	--content-h3-font-family: "Poppins", sans-serif;
	--content-h3-font-size: 25px;
	--content-h3-font-weight: 600;
	--content-h3-color: #212529;
	--content-h3-line-height: 1.2;
	--content-h4-font-family: "Poppins", sans-serif;
	--content-h4-font-size: 20px;
	--content-h4-font-weight: 600;
	--content-h4-color: #212529;
	--content-h4-line-height: 1.2;
	--content-h5-font-family: "Poppins", sans-serif;
	--content-h5-font-size: 18px;
	--content-h5-font-weight: 600;
	--content-h5-color: #212529;
	--content-h5-line-height: 1.2;
	--content-h6-font-family: "Poppins", sans-serif;
	--content-h6-font-size: 16px;
	--content-h6-font-weight: 600;
	--content-h6-color: #212529;
	--content-h6-line-height: 1.2;
	--logo-font-family: "Lato";
	--logo-font-size: 28px;
	--logo-font-weight: bold;
	--logo-color: #3590ea;
	--call-to-action-font-family: "Poppins", sans-serif;
	--call-to-action-font-size: 40px;
	--call-to-action-font-weight: 600;
	--call-to-action-color: #fff;
	--call-to-action-line-height: 1.2;
	--call-to-action-button-background: #234dd4;
	--call-to-action-button-font-family: "Poppins", sans-serif;
	--call-to-action-button-font-size: 20px;
	--call-to-action-button-font-weight: normal;
	--call-to-action-button-color: #fff;
	--call-to-action-button-border-color: #fff;
	--call-to-action-button-line-height: 1.2;
	--learn-more-text-color: #234dd4;
	--learn-more-background-color: transparent;
	--learn-more-border-color: #234dd4;
	--swiper-pagination-color: #234dd4;
	--service-bullet-icon: "\f058";
	--service-bullet-color: #234dd4;
	--service-bullet-size: 28px;
	--aboutus-image-text-color: #ffffff;
	--aboutus-image-overlay-color: #234dd4;
	--aboutus-image-overlay-opacity: 0.8;
	--map-height: 600px;
	--map-padding-bottom: 600px;
	--service-card-background-color: #ffffff;
	--service-card-text-color: #333333;
	--content-width: 50%;
}

/* html, body */
html,
body {
	min-height: 100%;
	overflow-x: hidden !important;
}

body,
#customize-preview body {
	font-family: var(--main-content-font-family);
	font-weight: var(--main-content-font-weight);
	font-size: var(--main-content-font-size);
	color: var(--main-content-color);
	line-height: var(--main-content-line-height);
}

.no-scroll {
	overflow: hidden;
}

/* defaults */
.btn {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-right: 15px;
}

.btn.btn-lg {
	font-size: 20px;
	padding: 1rem 2rem;
}

.btn.btn-primary {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	filter: brightness(120%);
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	filter: brightness(120%);
}

.btn-primary.focus,
.btn-primary:focus {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	filter: brightness(120%);
	box-shadow: none;
}

.btn.btn-primary:hover {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	filter: brightness(120%);
}

.btn.btn-outline-primary {
	border-color: var(--primary-color);
	color: var(--btn-primary-color);
}

.btn.btn-outline-primary:hover {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	background-color: var(--primary-color);
	border-color: #ffffff;
	color: #ffffff;
	box-shadow: none;
}

.btn:hover {
	transition: .2s !important;
}

.btn.btn-outline-primary.btn-view-all {
	border-color: var(--call-to-action-button-background);
	color: var(--call-to-action-button-background);
}

.btn.btn-outline-primary.btn-view-all:hover {
	background-color: var(--call-to-action-button-background);
	border-color: var(--call-to-action-button-color);
	color: var(--call-to-action-button-color);
}

.btn-outline-primary.btn-view-all.focus,
.btn-outline-primary.btn-view-all:focus,
.btn-outline-primary.btn-view-all:active,
.btn-outline-primary:not(:disabled):not(.disabled):active.btn-view-all {
	background-color: var(--call-to-action-button-background);
	border-color: var(--call-to-action-button-color);
	color: var(--call-to-action-button-color);
	box-shadow: none;
}

blockquote {
	border-left: 0.25em solid;
	margin: 1.75em 0;
	padding-left: 1em;
}

p {
	font-family: var(--content-font-family);
	font-weight: var(--content-font-weight);
	font-size: var(--content-font-size);
	color: var(--content-color);
	line-height: var(--content-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--main-headline-font-family);
	font-weight: var(--main-headline-font-weight);
	color: var(--main-headline-color);
}

h1 {
	font-family: var(--content-h1-font-family);
	font-weight: var(--content-h1-font-weight);
	font-size: var(--content-h1-font-size);
	color: var(--content-h1-color);
	line-height: var(--content-h1-line-height);
}

h2 {
	font-family: var(--content-h2-font-family);
	font-weight: var(--content-h2-font-weight);
	font-size: var(--content-h2-font-size);
	color: var(--content-h2-color);
	line-height: var(--content-h2-line-height);
}

h3 {
	font-family: var(--content-h3-font-family);
	font-weight: var(--content-h3-font-weight);
	font-size: var(--content-h3-font-size);
	color: var(--content-h3-color);
	line-height: var(--content-h3-line-height);
}

h4 {
	font-family: var(--content-h4-font-family);
	font-weight: var(--content-h4-font-weight);
	font-size: var(--content-h4-font-size);
	color: var(--content-h4-color);
	line-height: var(--content-h4-line-height);
}

h5 {
	font-family: var(--content-h5-font-family);
	font-weight: var(--content-h5-font-weight);
	font-size: var(--content-h5-font-size);
	color: var(--content-h5-color);
	line-height: var(--content-h5-line-height);
}

h6 {
	font-family: var(--content-h6-font-family);
	font-weight: var(--content-h6-font-weight);
	font-size: var(--content-h6-font-size);
	color: var(--content-h6-color);
	line-height: var(--content-h6-line-height);
}

/* form */
.rw-form .form-group {
	text-align: left;
}

.header-form-container .rw-form .form-group label {
	color: var(--header-form-instructions-color);
}

.content-form-container .rw-form .form-group label {
	color: var(--content-form-input-text-color);
}

/* header form */
.header-form-container .form-headline * {
	color: var(--header-form-headline-color);
	font-family: var(--header-form-headline-font-family);
	font-weight: var(--header-form-headline-font-weight);
	line-height: var(--header-form-headline-line-height);
}

.header-form-container .form-headline h1 {
	font-size: var(--h1-font-size);
}

.header-form-container .form-headline h2 {
	font-size: var(--h2-font-size);
}

.header-form-container .form-headline h3 {
	font-size: var(--h3-font-size);
}

.header-form-container .form-headline h4 {
	font-size: var(--h4-font-size);
}

.header-form-container .form-headline h5 {
	font-size: var(--h5-font-size);
}

.header-form-container .form-headline h6 {
	font-size: var(--h6-font-size);
}

.header-form-container .form-headline p {
	font-size: var(--header-form-headline-font-size);
	padding: 0;
	margin-bottom: 15px;
}

.header-form-container .form-headline {
	font-family: var(--header-form-headline-font-family);
	font-size: var(--header-form-headline-font-size);
	font-weight: var(--header-form-headline-font-weight);
	line-height: var(--header-form-headline-line-height);
	color: var(--header-form-headline-color);
	text-align: center;
}

.header-form-container .form-subheadline {
	font-family: var(--header-form-instructions-font-family);
	font-size: var(--header-form-instructions-font-size);
	line-height: var(--header-form-instructions-line-height);
	color: var(--header-form-instructions-color);
	font-weight: var(--header-form-instructions-font-weight);
	text-align: left;
}

.header-form-container .form-headline a {
	color: var(--header-form-headline-color);
}

.header-form-container .form-subheadline a {
	color: var(--header-form-instructions-color);
}

.header-form-container .form-subheadline * {
	font-family: var(--header-form-instructions-font-family);
	line-height: var(--header-form-instructions-line-height);
	color: var(--header-form-instructions-color);
	font-weight: var(--header-form-instructions-font-weight);
}

.header-form-container .form-subheadline h1 {
	font-size: var(--h1-font-size);
}

.header-form-container .form-subheadline h2 {
	font-size: var(--h2-font-size);
}

.header-form-container .form-subheadline h3 {
	font-size: var(--h3-font-size);
}

.header-form-container .form-subheadline h4 {
	font-size: var(--h4-font-size);
}

.header-form-container .form-subheadline h5 {
	font-size: var(--h5-font-size);
}

.header-form-container .form-subheadline h6 {
	font-size: var(--h6-font-size);
}

.header-form-container .form-subheadline p {
	font-size: var(--header-content-font-size);
	padding: 5px 0;
}

/* form disclaimer */
.header-form-container .form-disclaimer {
	margin-top: 10px;
}

.header-form-container .form-disclaimer * {
	font-family: var(--header-form-disclaimer-font-family);
	line-height: var(--header-form-disclaimer-line-height);
	color: var(--header-form-disclaimer-color);
	font-weight: var(--header-form-disclaimer-font-weight);
}

.header-form-container .form-disclaimer h1 {
	font-size: var(--h1-font-size);
}

.header-form-container .form-disclaimer h2 {
	font-size: var(--h2-font-size);
}

.header-form-container .form-disclaimer h3 {
	font-size: var(--h3-font-size);
}

.header-form-container .form-disclaimer h4 {
	font-size: var(--h4-font-size);
}

.header-form-container .form-disclaimer h5 {
	font-size: var(--h5-font-size);
}

.header-form-container .form-disclaimer h6 {
	font-size: var(--h6-font-size);
}

.header-form-container .form-disclaimer p {
	font-size: var(--header-form-disclaimer-font-size);
	padding-top: 5px;
	margin-bottom: 0;
}

/* form input */
.header-form-container input,
.header-form-container textarea,
.header-form-container select {
	border: 1px solid var(--header-form-input-border-color);
	color: var(--header-form-input-text-color);
}

.header-form-container form.rw-form input,
.header-form-container form input,
.header-form-container form.rw-form textarea,
.header-form-container form textarea,
.header-form-container form.rw-form select,
.header-form-container form select {
	border: 1px solid var(--header-form-input-border-color);
	color: var(--header-form-input-text-color);
}

.header-form-container form.rw-form input:focus,
.header-form-container form input:focus,
.header-form-container form.rw-form textarea:focus,
.header-form-container form textarea:focus {
	color: var(--header-form-input-text-color);
}

.header-form-container .form-control::placeholder {
	color: var(--header-form-input-placeholder-color) !important;
}

.header-form-container .form-control:-ms-input-placeholder {
	color: var(--header-form-input-placeholder-color) !important;
}

.header-form-container .form-control::-webkit-input-placeholder {
	color: var(--header-form-input-placeholder-color) !important;
}

.header-form-container .form-control::-moz-placeholder {
	color: var(--header-form-input-placeholder-color) !important;
	opacity: 1;
}

.header-form-container form.rw-form .btn,
.header-form-container form .btn {
	padding: 1rem 1rem;
	font-size: 18px;
	background-color: var(--header-form-button-background);
	font-family: var(--btn-header-form-font-family);
	font-size: var(--btn-header-form-font-size);
	line-height: var(--btn-header-form-line-height);
	color: var(--header-form-button-color);
	border-color: var(--header-form-button-border-color);
	font-weight: var(--btn-header-form-font-weight);
}

.header-form-container form.rw-form .btn.btn-primary,
.header-form-container form .btn.btn-primary {
	background-color: var(--header-form-button-background);
	color: var(--header-form-button-color);
	border-color: var(--header-form-button-border-color);
}

.header-form-container form.rw-form .btn-primary.focus,
.header-form-container form .btn-primary.focus,
.header-form-container form.rw-form .btn-primary:focus,
.header-form-container form .btn-primary:focus {
	background-color: var(--header-form-button-background);
	color: var(--header-form-button-color);
	border-color: var(--header-form-button-border-color);
	filter: brightness(120%);
	box-shadow: none;
}

.header-form-container form.rw-form .btn.btn-primary:hover,
.header-form-container form .btn.btn-primary:hover {
	background-color: var(--header-form-button-background);
	color: var(--header-form-button-color);
	border-color: var(--header-form-button-border-color);
	filter: brightness(120%);
}

.header-form-container form.rw-form .form-button,
.header-form-container form .form-button {
	color: var(--header-form-button-color);
	border-color: var(--header-form-button-border-color);
}

.rw-form .form-check .form-check-input {
	zoom: 1.5;
	margin-top: 0;
	margin-left: -1rem;
}

.rw-form .form-check .form-check-label {
	margin-left: 5px;
}

/* content form */
.page-content .form-headline * {
	color: var(--content-form-headline-color);
	font-family: var(--content-form-headline-font-family);
	font-weight: var(--content-form-headline-font-weight);
	line-height: var(--content-form-headline-line-height);
}

.page-content .form-headline h1 {
	font-size: var(--h1-font-size);
}

.page-content .form-headline h2 {
	font-size: var(--h2-font-size);
}

.page-content .form-headline h3 {
	font-size: var(--h3-font-size);
}

.page-content .form-headline h4 {
	font-size: var(--h4-font-size);
}

.page-content .form-headline h5 {
	font-size: var(--h5-font-size);
}

.page-content .form-headline h6 {
	font-size: var(--h6-font-size);
}

.page-content .form-headline p {
	font-size: var(--content-form-headline-font-size);
}

.page-content .form-headline {
	font-family: var(--content-form-headline-font-family);
	font-size: var(--content-form-headline-font-size);
	font-weight: var(--content-form-headline-font-weight);
	line-height: var(--content-form-headline-line-height);
	color: var(--content-form-headline-color);
	text-align: center;
}

.page-content .form-subheadline {
	font-family: var(--content-form-instructions-font-family);
	font-size: var(--content-form-instructions-font-size);
	line-height: var(--content-form-instructions-line-height);
	color: var(--content-form-instructions-color);
	font-weight: var(--content-form-instructions-font-weight);
	text-align: left;
}

.page-content .form-headline a {
	color: var(--content-form-headline-color);
}

.page-content .form-subheadline a {
	color: var(--content-form-instructions-color);
}

.page-content .form-subheadline * {
	font-family: var(--content-form-instructions-font-family);
	line-height: var(--content-form-instructions-line-height);
	color: var(--content-form-instructions-color);
	font-weight: var(--content-form-instructions-font-weight);
}

.page-content .form-subheadline h1 {
	font-size: var(--h1-font-size);
}

.page-content .form-subheadline h2 {
	font-size: var(--h2-font-size);
}

.page-content .form-subheadline h3 {
	font-size: var(--h3-font-size);
}

.page-content .form-subheadline h4 {
	font-size: var(--h4-font-size);
}

.page-content .form-subheadline h5 {
	font-size: var(--h5-font-size);
}

.page-content .form-subheadline h6 {
	font-size: var(--h6-font-size);
}

.page-content .form-subheadline p {
	font-size: var(--content-form-instructions-font-size);
}

/* form disclaimer */
.page-content .form-disclaimer {
	margin-top: 10px;
}

.page-content .form-disclaimer * {
	font-family: var(--content-form-disclaimer-font-family);
	line-height: var(--content-form-disclaimer-line-height);
	color: var(--content-form-disclaimer-color);
	font-weight: var(--content-form-disclaimer-font-weight);
}

.page-content .form-disclaimer h1 {
	font-size: var(--h1-font-size);
}

.page-content .form-disclaimer h2 {
	font-size: var(--h2-font-size);
}

.page-content .form-disclaimer h3 {
	font-size: var(--h3-font-size);
}

.page-content .form-disclaimer h4 {
	font-size: var(--h4-font-size);
}

.page-content .form-disclaimer h5 {
	font-size: var(--h5-font-size);
}

.page-content .form-disclaimer h6 {
	font-size: var(--h6-font-size);
}

.page-content .form-disclaimer p {
	font-size: var(--content-form-disclaimer-font-size);
}

/* form input */
.page-content form input,
.page-content form textarea,
.page-content form select,
.content-form-container form input,
.content-form-container form textarea,
.content-form-container form select {
	border: 1px solid var(--content-form-input-border-color);
	color: var(--content-form-input-text-color);
}

.page-content form.rw-form input,
.page-content form input,
.page-content form.rw-form textarea,
.page-content form textarea,
.page-content form.rw-form select,
.page-content form select,
.content-form-container form.rw-form input,
.content-form-container form input,
.content-form-container form.rw-form textarea,
.content-form-container form textarea,
.content-form-container form.rw-form select,
.content-form-container form select {
	border: 1px solid var(--content-form-input-border-color);
	color: var(--content-form-input-text-color);
}

.page-content form.rw-form input:focus,
.page-content form input:focus,
.page-content form.rw-form textarea:focus,
.page-content form textarea:focus,
.content-form-container form.rw-form input:focus,
.content-form-container form input:focus,
.content-form-container form.rw-form textarea:focus,
.content-form-container form textarea:focus {
	color: var(--content-form-input-text-color);
}

.page-content .form-control::placeholder,
.content-form-container .form-control::placeholder {
	color: var(--content-form-input-placeholder-color) !important;
}

.page-content .form-control:-ms-input-placeholder,
.content-form-container .form-control:-ms-input-placeholder {
	color: var(--content-form-input-placeholder-color) !important;
}

.page-content .form-control::-webkit-input-placeholder,
.content-form-container.form-control::-webkit-input-placeholder {
	color: var(--content-form-input-placeholder-color) !important;
}

.page-content .form-control::-moz-placeholder,
.content-form-container .form-control::-moz-placeholder {
	color: var(--content-form-input-placeholder-color) !important;
	opacity: 1;
}

.page-content form.rw-form .btn,
.page-content form .btn,
.content-form-container form.rw-form .btn,
.content-form-container form .btn {
	padding: 1rem 1rem;
	font-size: 18px;
	background-color: var(--content-form-button-background);
	font-family: var(--btn-content-form-font-family);
	font-size: var(--btn-content-form-font-size);
	line-height: var(--btn-content-form-line-height);
	color: var(--content-form-button-color);
	border-color: var(--content-form-button-border-color);
	font-weight: var(--btn-content-form-font-weight);
}

.page-content form.rw-form .btn.btn-primary,
.page-content form .btn.btn-primary,
.content-form-containerform.rw-form .btn.btn-primary,
.content-form-container form .btn.btn-primary {
	background-color: var(--content-form-button-background);
	color: var(--content-form-button-color);
	border-color: var(--content-form-button-border-color);
}

.page-content form.rw-form .btn-primary.focus,
.page-content form .btn-primary.focus,
.page-content form.rw-form .btn-primary:focus,
.page-content form .btn-primary:focus,
.content-form-container form.rw-form .btn-primary.focus,
.content-form-container form .btn-primary.focus,
.content-form-container form.rw-form .btn-primary:focus,
.content-form-container form .btn-primary:focus {
	background-color: var(--content-form-button-background);
	color: var(--content-form-button-color);
	border-color: var(--content-form-button-border-color);
	filter: brightness(120%);
	box-shadow: none;
}

.page-content form.rw-form .btn.btn-primary:hover,
.page-content form .btn.btn-primary:hover,
.content-form-container form.rw-form .btn.btn-primary:hover,
.content-form-container form .btn.btn-primary:hover {
	background-color: var(--content-form-button-background);
	color: var(--content-form-button-color);
	border-color: var(--content-form-button-border-color);
	filter: brightness(120%);
}

.page-content form.rw-form .form-button,
.page-content form .form-button,
.content-form-container form.rw-form .form-button,
.content-form-container form .form-button {
	color: var(--content-form-button-color);
	border-color: var(--content-form-button-border-color);
}

/* form captcha */
.form-captcha-wrapper {
	display: none;
}

.form-captcha-wrapper .form-captcha-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.form-captcha-wrapper .form-captcha-close {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 1;
}

.form-captcha-wrapper .form-captcha-close i {
	color: #ffffff;
	font-size: 18px;
}

.content-form-container {
	position: relative;
}

.content-form-container .form-captcha-wrapper .form-captcha-inner {
	border: 1px solid #ddd;
}

/* ------- reCaptcha Popup ------- */
.rw-grecaptcha-popup {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
}

.rw-grecaptcha-wrapper,
.rw-grecaptcha-spinner {
	position: absolute;
	text-align: center;
	clear: both;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rw-grecaptcha-spinner {
	display: none;
}

/* used for creating a 16:9 ratio div to display an image in */
.img-fluid {
	height: 0;
	padding-bottom: 56.25%;
	background-position: center;
	background-size: cover;
}

.thumb-img-fluid {
	width: 100px;
	height: 0;
	padding-bottom: 80px;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

/* used for creating a 16:9 ratio div to display an iframe in */
.iframe-fluid {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.iframe-fluid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 !important;
	z-index: 1;
}

.iframe-fluid .touch-prevention {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.pos-relative {
	position: relative;
}

.backdrop {
	position: relative;
}

.backdrop::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--backdrop-color);
	opacity: var(--backdrop-opacity);
	z-index: 1;
}

.backdrop > * {
	position: relative;
	z-index: 2;
}

.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a {
	display: block;
	color: #333333;
	font-size: 28px;
	text-decoration: none;
}

.social-icons li a:hover {
	text-decoration: none;
}

.main-sections-container > .rw-section {
	background-color: var(--section-regular-background);
}

.main-sections-container > .rw-section:nth-child(even) {
	background-color: var(--section-alternate-background);
}

.rw-section > .container-fluid > .container > h2 {
	/* font-family: var(--content-h2-font-family);
	font-weight: var(--content-h2-font-weight);
	font-size: var(--content-h2-font-size);
	color: var(--content-h2-color);
	line-height: var(--content-h2-line-height); */
	transform: translateY(100%);
	opacity: 0;
}

.rw-section > .container-fluid > .container > h3 {
	transform: translateY(100%);
	opacity: 0;
	/* font-family: var(--content-h3-font-family);
	font-weight: var(--content-h3-font-weight);
	font-size: var(--content-h3-font-size);
	color: var(--content-h3-color);
	line-height: var(--content-h3-line-height); */
}

.rw-section > .container-fluid > .container > .btn {
	transform: translateY(100%);
	opacity: 0;
}

.card-body h3 {
	/* font-family: var(--content-h3-font-family);
	font-weight: var(--content-h3-font-weight);
	font-size: var(--content-h3-font-size);
	color: var(--content-h3-color);
	line-height: var(--content-h3-line-height); */
}

.card-body p {
	/* font-family: var(--content-font-family);
	font-size: var(--content-font-size);
	line-height: var(--content-line-height);
	color: var(--content-color);
	font-weight: var(--content-font-weight); */
}

/* structure */
.navbar {
	padding: 1rem 0;
	/* transform: translateY(-100%);
	opacity: 0; */
}

.navbar > .container {
	overflow: visible;
}

.navbar-brand img {
	transform: translateY(-100%);
	opacity: 0;
}

.navbar-nav li.nav-item {
	margin-left: 10px;
}

.navbar-nav li.nav-item:first-child {
	margin-left: 0;
}

.navbar-nav li.nav-item a.nav-link {
	padding: 8px 20px;
	font-family: var(--nav-link-font);
	color: var(--nav-link-color);
	font-size: var(--nav-link-font-size);
	line-height: 1.2;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.navbar-nav li.nav-item a.nav-link:hover {
	color: var(--nav-link-hover-color);
	background: var(--nav-link-hover-background);
}

.navbar-nav li.nav-item a.nav-link.nav-btn-company-phone {
	border: 1px solid var(--nav-link-color);
}

.navbar-nav li.nav-item a.nav-link.nav-btn-company-phone:hover {
	border: 1px solid var(--nav-link-hover-background);
}

.nav-mobile .navbar-nav li.nav-item a.nav-link.nav-btn-company-phone {
	display: none;
}

.navbar-nav li.nav-item.active > a.nav-link {
	color: var(--nav-link-active-color);
	background: var(--nav-link-active-background);
}

.nav-mobile .navbar-nav {
	background-color: #ffffff;
}

.nav-mobile .navbar-nav li.nav-item a.nav-link {
	color: #000000;
}

.navbar-toggler,
.navbar-light .navbar-toggler {
	/* background-color: var(--nav-link-color);
	background-color: #ffffff; */
	border: 2px solid var(--nav-link-color);
	padding: 0.25rem 0.5rem;
	font-size: unset;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
	width: 20px;
	height: 20px;
}

.navbar-light .navbar-toggler-icon i {
	font-size: 20px;
	color: #3c4257;
	color: var(--nav-link-color);
}

li.nav-item {
	position: relative;
}

li.nav-item ul.sub-menu {
	position: static;
	visibility: hidden;
	width: 300px;
	background-color: var(--topbar-background);
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s ease-out;
	transform: translateY(130%);
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 15px 15px 0 rgb(0 0 0 / 12%);
	z-index: 1;
}

li.nav-item ul.sub-menu li.nav-item {
	margin: 0;
}

li.nav-item ul.sub-menu li.nav-item a.nav-link {
	display: block;
}

li.nav-item:hover > ul.sub-menu {
	visibility: visible;
	transition-delay: .2s;
	transform: translateY(100%);
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 5;
}

.navbar-brand {
	font-family: var(--logo-font-family);
	font-weight: var(--logo-font-weight);
	font-size: var(--logo-font-size);
	color: var(--logo-color);
	transform: translateY(-100%);
	opacity: 0;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: var(--logo-color);
}

.navbar-brand img {
	/* max-width: 80%; */
	max-height: 80px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

/* pagination */
.container-pagination .page-link {
	background-color: transparent;
}

.container-pagination .page-item.active .page-link {
	background-color: transparent;
	border-color: #ddd;
}

/* section hero */
.section-hero {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-color: var(--header-background);
	background-attachment: fixed;
	min-height: var(--hero-height);
	/* height: var(--hero-height); */
}

.section-hero .row {
	min-height: 720px;
	min-height: var(--hero-height);
}

.section-hero .headline {
	transform: translateY(20%);
	opacity: 0;
}

.section-hero .subheadline {
	transform: translateY(20%);
	opacity: 0;
}

.section-hero > h1,
.section-hero > h2,
.section-hero > h3,
.section-hero > h4,
.section-hero > h5,
.section-hero > h6,
.section-hero > p,
.section-hero.is-subpage > h1,
.section-hero.is-subpage > h2,
.section-hero.is-subpage > h3,
.section-hero.is-subpage > h4,
.section-hero.is-subpage > h5,
.section-hero.is-subpage > h6,
.section-hero.is-subpage > p {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-hero h1,
.section-hero.is-subpage h1 {
	font-family: var(--h1-font-family);
	font-size: var(--h1-font-size);
	color: var(--h1-color);
	line-height: var(--h1-line-height);
	font-weight: var(--h1-font-weight);
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-hero h2,
.section-hero.is-subpage h2 {
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	color: var(--h2-color);
	line-height: var(--h2-line-height);
	font-weight: var(--h2-font-weight);
}

.section-hero h3,
.section-hero.is-subpage h3 {
	font-family: var(--h3font-family);
	font-size: var(--h3-font-size);
	color: var(--h3-color);
	line-height: var(--h3-line-height);
	font-weight: var(--h3-font-weight);
}

.section-hero h4,
.section-hero.is-subpage h4 {
	font-family: var(--h4-font-family);
	font-size: var(--h4-font-size);
	color: var(--h4-color);
	line-height: var(--h4-line-height);
	font-weight: var(--h4-font-weight);
}

.section-hero h5,
.section-hero.is-subpage h5 {
	font-family: var(--h5-font-family);
	font-size: var(--h5-font-size);
	color: var(--h5-color);
	line-height: var(--h5-line-height);
	font-weight: var(--h5-font-weight);
}

.section-hero h6,
.section-hero.is-subpage h6 {
	font-family: var(--h6-font-family);
	font-size: var(--h6-font-size);
	color: var(--h6-color);
	line-height: var(--h6-line-height);
	font-weight: var(--h6-font-weight);
}

.section-hero p,
.section-hero.is-subpage p {
	font-family: var(--header-content-font-family);
	font-size: var(--header-content-font-size);
	color: var(--header-content-color);
	line-height: var(--header-content-line-height);
	font-weight: var(--header-content-font-weight);
}

.section-hero :is(ul li, ol li, pre, a, button),
.section-hero.is-subpage :is(ul li, ol li, pre, a, button) {
	color: var(--header-content-color);
}

.section-hero .header-video {
	transform: translateX(-20%);
	opacity: 0;
}

.section-hero .header-video iframe {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
	border: 1px solid #6f6f6f !important;
}

.section-hero .hero-buttons {
	padding-top: 10%;
	transform: translateY(20%);
	opacity: 0;
}

.section-hero.no-form .hero-buttons {
	padding-top: 5%;
}

.section-hero .hero-buttons .btn-primary {
	border-color: var(--call-to-action-button-border-color);
	font-family: var(--call-to-action-button-font-family);
	font-size: var(--call-to-action-button-font-size);
	color: var(--call-to-action-button-color);
	line-height: var(--call-to-action-button-line-height);
	font-weight: var(--call-to-action-button-font-weight);
}

.section-hero .hero-buttons .btn-outline-primary {
	font-family: var(--call-to-action-button-font-family);
	font-size: var(--call-to-action-button-font-size);
	line-height: var(--call-to-action-button-line-height);
	font-weight: var(--call-to-action-button-font-weight);
}

.section-hero .header-form-container {
	position: relative;
	padding: 30px;
	background-color: var(--header-form-background-rgba);
	border: 1px solid var(--header-form-border-color);
	transform: translateX(20%);
	opacity: 0;
}

/* subpage hero */
.section-hero.is-subpage {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-color: var(--supbage-header-background);
	background-attachment: fixed;
	min-height: var(--hero-subpage-height);
	height: var(--hero-subpage-height);
	color: #fff;
}

.section-hero-our-team,
.section-hero-our-team .row {
	height: 600px;
	min-height: 600px;
}

.section-hero-our-team .our-team-member-image {
	display: block;
	width: 250px;
	height: 250px;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	overflow: hidden;
	margin: 25px auto;
	margin-top: 0px;
	background-position: center;
	background-size: cover;
}

.section-our-team-member .headline {
}

.section-our-team-member .subheadline {
	margin-top: 0;
}

.section-hero.is-subpage .row {
	min-height: var(--hero-subpage-height);
	height: var(--hero-subpage-height);
}

.section-hero.is-subpage h1 {
	transform: translateY(20%);
	opacity: 0;
}

.section-subpage-hero-post {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-color: var(--supbage-header-background);
	background-attachment: fixed;
	min-height: 600px;
	height: 600px;
	color: #fff;
}

.section-subpage-hero-post .row {
	min-height: 600px;
	height: 600px;
}

.section-subpage-hero-post h1 {
	transform: translateY(20%);
	opacity: 0;
}

/* subpage content */
.page-content {
	width: var(--content-width);
	/* padding: 10px; */
}

.page-content {
	/* padding: 20px; */
	padding: 0;
}

.page-content :is(h1, h2, h3, h4, h5, h6, p) {
	padding: 0 10px;
}

.page-content h1,
.page-content h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-content h3 {
	font-weight: bold;
}

.page-content ul li,
.page-content ol li {
	font-family: var(--content-font-family);
	font-size: var(--content-font-size);
	color: var(--content-color);
	font-weight: var(--content-font-weight);
	margin-bottom: 1rem;
}

.page-content p a,
.page-content a {
	color: var(--content-link-color);
	text-decoration: var(--content-link-decoration);
}

.page-content p a:hover,
.page-content a:hover {
	filter: brightness(120%);
}

/* sidebar */
.page-sidebar {
	font-family: var(--content-font-family);
	font-size: var(--content-font-size);
	line-height: var(--content-line-height);
	color: var(--content-color);
	font-weight: var(--content-font-weight);
}

.page-sidebar a {
	color: var(--content-link-color);
	text-decoration: var(--content-link-decoration);
}

.page-sidebar a:hover {
	filter: brightness(120%);
}

.page-sidebar form {
	margin-bottom: 20px;
}

/* cards */
.custom-cards-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

/* properties */
.container-properties {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* recently sold */
.container-recently-sold {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.container-properties .filter-wrapper select {
	width: 200px;
	margin-bottom: 25px;
}

.property-listing {
	display: block;
	color: #303441;
	text-decoration: none;
	transition: all 0.2s ease-out;
	transform: translateX(-30%);
	opacity: 0;
}

.property-listing:hover {
	color: #303441;
	text-decoration: none;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.property-listing .card {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.2s ease-out;
}

.property-listing:hover .card {
	border-color: var(--primary-color);
}

.property-listing .card-img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.property-listing .card-img .card-status {
	position: absolute;
	top: 10px;
	left: 10px;
}

.property-listing-status {
	padding: 5px 10px;
	margin-right: 5px;
	font-size: 10px;
	font-family: "Lato", "Helvetica", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.property-listing .card-img .card-status .property-listing-status.sold {
	background-color: #ff1c4a;
	color: #fff;
}

.property-listing .card-img .card-status .property-listing-status.featured {
	background-color: #45a042;
	color: #fff;
}

.property-listing .property-listing-attribute {
	color: #888888;
	padding-top: 5px;
	padding-bottom: 5px;
}

.property-listing .property-listing-attribute i {
	margin-right: 10px;
}

.property-listing .card-body h3 {
	margin-bottom: 0;
}

.property-listing .card-body .card-title {
	margin-bottom: 15px;
	text-align: center;
}

/* our services */
.container-services {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.card.service.no-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.service {
	display: block;
	color: #303441;
	text-decoration: none;
	transition: all 0.2s ease-out;
	transform: translateY(30%);
	opacity: 0;
}

.service:hover {
	color: #303441;
	text-decoration: none;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.service .card {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.2s ease-out;
}

.service:hover .card {
	border-color: var(--primary-color);
}

.service .service-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.service .card-img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service.no-title .card-img {
	padding-bottom: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.service.no-title .card-body {
	display: none;
}

.service .card-body {
	background-color: var(--service-card-background-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service .card-body h3 {
	margin-bottom: 0;
}

.service .card-body .card-title {
	/* margin-bottom: 15px; */
	color: var(--service-card-text-color);
	text-align: center;
}

.service .card-description {
	line-height: 1.5em;
	margin-top: 15px;
}

.section-service .service-content {
	padding: 10px 0;
}

.section-service .description-above-bullets {
	margin-bottom: 20px;
}

.section-service .description-bellow-bullets {
	margin-bottom: 20px;
}

/* service bullets */
ul.rw-bullets {
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

ul.rw-bullets li {
	position: relative;
	list-style-type: none;
	display: flex;
	/* align-items: center; */
}

ul.rw-bullets li .rw-bullet-body {
	display: inline-block;
	margin-left: 10px;
	width: calc(100% - 20px - var(--service-bullet-size));
	vertical-align: top;
}

ul.rw-bullets li .rw-bullet-title {
	display: inline-block;
	width: 100%;
}

ul.rw-bullets li .rw-bullet-description {
	width: 100%;
	margin-bottom: 0;
}

ul.rw-bullets li i {
	color: var(--service-bullet-color);
	font-size: var(--service-bullet-size);
	vertical-align: top;
	margin-top: 2px;
}

/* custom bullets */
ul.rw-custom-bullets {
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

ul.rw-custom-bullets li {
	position: relative;
	list-style-type: none;
	display: flex;
	margin-bottom: 15px;
}

ul.rw-custom-bullets li::before {
	content: var(--service-bullet-icon);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	margin-top: 5px;
	font-size: var(--service-bullet-size);
	vertical-align: top;
}

/* blog posts */
.container-posts {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.blog-post {
	display: block;
	color: #303441;
	text-decoration: none;
	transition: all 0.2s ease-out;
	transform: translateY(30%);
	opacity: 0;
}

.blog-post:hover {
	color: #303441;
	text-decoration: none;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.blog-post .card {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.2s ease-out;
}

.blog-post:hover .card {
	border-color: var(--primary-color);
}

.blog-post .card-img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.blog-post .card-body h3 {
	margin-bottom: 0;
}

.blog-post .card-body .card-title {
	margin-bottom: 15px;
	text-align: center;
}

.blog-post p {
	/* line-height: 1.5em; */
}

/* testimonials */
.container-testimonials {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.container-testimonials .row {
	overflow: hidden;
}

.testimonial-slider-container {
	margin-top: 70px;
	overflow: hidden;
	white-space: nowrap;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	padding-bottom: 40px;
}

.testimonial-slider-container::after {
	content: "";
	display: block;
	clear: both;
}

.testimonial-slider-container .testimonial-item {
	/* width: 33.333333%; */
	padding: 0 15px;
	display: inline-block;
	white-space: normal;
}

.img-testimonial {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.testimonial-name {
	padding-top: 15px;
	margin-bottom: 0;
}

.testimonial-stars i {
	color: #eed942;
}

.testimonial-position {
	color: var(--primary-color);
	text-transform: uppercase;
}

.testimonial-text {
	padding-top: 15px;
	font-family: var(--content-font-family);
	font-size: var(--content-font-size);
	line-height: var(--content-line-height);
	color: var(--content-color);
	font-weight: var(--content-font-weight);
}

/* featured property */
.container-featured-property {
	perspective: 1000px;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.container-featured-property .card-featured-property {
	position: absolute;
	padding: 40px;
	padding-bottom: 80px;
	height: 90%;
	top: 5%;
	width: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.container-featured-property .property-card {
	/*backface-visibility: hidden;*/
	transform-style: preserve-3d;
}

.container-featured-property .card-featured-property .col-sm-4 {
	padding: 0;
}

.container-featured-property .card-featured-property .featured-property-price {
	position: absolute;
	left: 40px;
	bottom: 35px;
	transition: all 0.3s ease-out;
}

.container-featured-property .card-featured-property .btn-primary {
	position: absolute;
	right: 40px;
	bottom: 35px;
	margin-right: 0;
}

.container-featured-property .img-fluid {
	transition: all 0.3s ease-out;
}

.container-featured-property .card-featured-property h3 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	transition: all 0.3s ease-out;
}

.container-featured-property .card-featured-property > span.text-muted {
	transition: all 0.3s ease-out;
}

.container-featured-property .card-featured-property span {
	font-family: "Lato", "Helvetica", sans-serif;
}

.featured-property-attribute::after {
	content: "";
	display: block;
	clear: both;
}

.featured-property-attribute .attribute-icon {
	float: left;
	margin-right: 10px;
	padding: 12px;
	background-color: #f2f2f2;
	min-width: 55px;
	text-align: center;
}

.featured-property-attribute .attribute-icon i {
	font-size: 24px;
	color: var(--primary-color);
}

/* call to action */
.container-get-in-touch {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: var(--call-to-action-background);
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.rw-section .container-get-in-touch .container h2 {
	font-family: var(--call-to-action-font-family);
	font-size: var(--call-to-action-font-size);
	font-weight: var(--call-to-action-font-weight);
	color: var(--call-to-action-color);
	line-height: var(--call-to-action-line-height);
}

.container-get-in-touch .btn.btn-lg {
	border-color: #fff;
}

.rw-section .btn-primary.cta-button {
	font-family: var(--call-to-action-button-font-family);
	font-size: var(--call-to-action-button-font-size);
	font-weight: var(--call-to-action-button-font-weight);
	color: var(--call-to-action-button-color);
	border-color: var(--call-to-action-button-border-color);
	background-color: var(--call-to-action-button-background);
	line-height: var(--call-to-action-button-line-height);
}

.rw-section .btn-outline-primary.cta-button {
	color: var(--learn-more-text-color);
	border-color: var(--learn-more-border-color);
	background-color: var(--learn-more-background-color);
}

.rw-section .btn-outline-primary.cta-button:hover,
.rw-section .btn-outline-primary.cta-button:active,
.btn-primary:not(:disabled):not(.disabled):active.cta-button,
.btn-outline-primary:focus.cta-button,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus.cta-button {
	background-color: var(--call-to-action-button-background);
	color: var(--call-to-action-button-color);
	border-color: var(--call-to-action-button-border-color);
}

.get-in-touch-backdrop {
	position: relative;
}

.get-in-touch-backdrop::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--call-to-action-overlay-color);
	opacity: var(--call-to-action-opacity);
	z-index: 1;
}

.get-in-touch-backdrop > * {
	position: relative;
	z-index: 2;
}

/* gallery */
.container-gallery {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.gallery-image {
	display: block;
	color: #303441;
	text-decoration: none;
	transition: all 0.2s ease-out;
	transform: translateY(30%);
	opacity: 0;
}

.gallery-image:hover {
	color: #303441;
	text-decoration: none;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.gallery-image .card {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.2s ease-out;
}

.gallery .card:hover {
	border-color: var(--primary-color);
}

.gallery-image .card-img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery-image .card-body h3 {
	margin-bottom: 0;
}

.gallery-image .card-body .card-title {
	margin-bottom: 15px;
	text-align: center;
}

.gallery-image p {
	line-height: 1.5em;
}

.rw-gallery-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .88);
	z-index: 999998;
}

.rw-gallery-modal .rw-gallery-image {
	margin: auto;
	position: relative;
}

.rw-gallery-modal .rw-gallery-image img {
	display: block;
	max-width: 100vw;
	max-height: 100vh;
	object-fit: contain;
}

.rw-gallery-modal .rw-gallery-close,
.rw-gallery-modal .rw-gallery-next,
.rw-gallery-modal .rw-gallery-previous {
	position: fixed;
	top: 30px;
	right: 30px;
	color: white;
	text-decoration: none;
	font-size: 26px;
	cursor: pointer;
}

.rw-gallery-modal .rw-gallery-close:hover,
.rw-gallery-modal .rw-gallery-next:hover,
.rw-gallery-modal .rw-gallery-previous:hover {
	color: white;
}

.rw-gallery-modal .rw-gallery-next {
	top: 50%;
	transform: translateY(-50%);
}

.rw-gallery-modal .rw-gallery-previous {
	top: 50%;
	right: initial;
	left: 30px;
	transform: translateY(-50%);
}

/* contact us */
.container-contact-us {
	padding-left: 0;
	padding-right: 0;
}

.container-contact-us > .row > .col-sm-12:first-child {
	z-index: 2;
}

.container-contact-us .contact-details {
	max-width: 570px;
	padding: 0 15px;
	/* font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px; */
}

.container-contact-us .contact-details h5.text-muted {
	/* font-size: 16px; */
	/* line-height: 1.7em; */
	font-style: italic;
}

.container-contact-us .contact-details .contact-label {
	color: #888;
	margin-bottom: 10px;
}

.container-contact-us .contact-details span.address {
	/* font-size: 16px;
	color: var(--primary-color); */
	display: block;
	margin-bottom: 10px;
}

/* map */
.map-home-page {
	height: 100%;
}

.container-map {
	height: var(--map-height);
}

.container-contact-us .map-container {
	z-index: 1;
	transform: translateX(-100%);
	opacity: 0;
}

.container-home-sections-map .map-container {
	z-index: 1;
	transform: translateX(-100%);
	opacity: 0;
	height: var(--map-height);
}

.map-regular-page {
	height: var(--map-height);
	padding-bottom: var(--map-padding-bottom);
}

/* about us */
.container-about-us {
	padding-left: 0;
	padding-right: 0;
}

.container-about-us .about-us-background {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-color: var(--aboutus-background);
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: translateX(100%);
	opacity: 0;
}

.container-about-us .about-us-background::before {
	background: var(--aboutus-image-overlay-color);
	opacity: var(--aboutus-image-overlay-opacity);
}

.container-about-us .about-us-details {
	padding: 40px;
}

.container-about-us .about-us-background .about-us-image-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.container-about-us .about-us-background .about-us-image-text * {
	color: var(--aboutus-image-text-color);
}

.container-about-us .about-us-background.about-us-overlay {
	position: relative;
}

.container-about-us .about-us-background.about-us-overlay::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.rw-section.active .container-about-us .about-us-background {
	transition: .5s .5s;
	transform: translateX(0%);
	opacity: 1;
}

/* our team */
.container-our-team {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.our-team-item {
	display: block;
	color: #303441;
	text-decoration: none;
	transition: all 0.2s ease-out;
	transform: translateY(30%);
	opacity: 0;
}

.our-team-item:hover {
	color: #303441;
	text-decoration: none;
	transform: scale(0.98);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.our-team-item .card {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.2s ease-out;
}

.our-team-item:hover .card {
	border-color: var(--primary-color);
}

.our-team-item .card-img {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.our-team-item .card-body h3 {
	margin-bottom: 0;
}

.our-team-item .card-body .card-title {
	margin-bottom: 15px;
	text-align: center;
}

.our-team-item p {
	line-height: 1.5em;
}

/* top bar */
.container-topbar,
.nav-side.nav-mobile {
	position: relative;
}

.container-topbar::before,
.nav-side.nav-mobile::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--topbar-background);
	opacity: var(--topbar-opacity);
	z-index: 1;
}

/* .nav-side.nav-mobile.show::before {
	opacity: 1;
} */

.container-topbar > *,
.nav-side.nav-mobile > * {
	position: relative;
	z-index: 2;
}

.rw-section.header-navigation,
.nav-side.nav-mobile {
	position: absolute;
	width: 100%;
}

.rw-section.header-navigation {
	z-index: 4;
}

.nav-side.nav-mobile {
	z-index: 3;
}

.container-code-snippet {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/* footer */
.rw-section > .container-fluid.container-footer {
	background-color: var(--footer-background);
	color: var(--footer-color);
	font-family: var(--footer-font-family);
	font-weight: var(--footer-font-weight);
	/* font-size: var(--footer-font-size); */
	line-height: var(--footer-line-height);
}

.rw-section > .container-fluid.container-footer h2 {
	font-family: var(--footer-font-family);
	color: var(--footer-color);
}

.rw-section > .container-fluid.container-footer h3,
.rw-section > .container-fluid.container-footer h4 {
	font-family: var(--footer-font-family);
	font-weight: lighter;
	color: var(--footer-color);
}

.container-footer hr {
	border-color: rgba(255, 255, 255, 0.2);
	margin-left: -15px;
	margin-right: -15px;
}

.container-footer .footer-nav .navbar-nav {
	flex-direction: row;
	justify-content: center;
}

.container-footer .footer-nav .navbar-nav li.nav-item {
	clear: both;
}

.container-footer .footer-nav .navbar-nav li.nav-item::after {
	content: "|";
	margin-left: 10px;
	position: relative;
	top: 6px;
	color: var(--footer-menu-color);
}

.container-footer .footer-nav .navbar-nav li.nav-item:last-child::after {
	content: "";
}

.rw-section > .container-fluid.container-footer .footer-nav .navbar-nav li.nav-item a.nav-link {
	float: left;
	font-family: var(--footer-menu-font-family);
	color: var(--footer-menu-color);
	font-size: var(--footer-menu-font-size);
	line-height: var(--footer-menu-line-height);
	text-transform: none;
}

.container-footer .footer-nav .navbar-nav li.nav-item a.nav-link:hover {
	text-decoration: underline;
	color: var(--footer-links-hover-color);
}

.container-footer .footer-nav .navbar-nav li.nav-item.active a.nav-link {
	background: none;
	color: var(--footer-links-active-color);
	font-weight: bold;
}

.container-footer .footer-social-icons {
	position: absolute;
	right: 0;
	top: 0;
}

.container-footer .footer-social-icons .social-icons li a {
	color: var(--footer-color);
}

.container-footer .copy a {
	color: var(--footer-color);
}

.container-footer .footer-widget-container {
	display: grid;
	gap: 30px;
}

.container-footer .footer-widget-container.columns-1 {
	grid-template-columns: 1fr;
}

.container-footer .footer-widget-container.columns-2 {
	grid-template-columns: 1fr 1fr;
}

.container-footer .footer-widget-container.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-7 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-8 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-9 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container.columns-10 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-footer .footer-widget-container .footer-widget-column {
	/* border-right: 1px solid; */
	/* border-right-color: var(--footer-menu-color); */
	padding: 10px;
}

.container-footer .footer-widget-container .footer-widget-column .footer-widget-item ul {
	list-style-type: none;
	padding: 0;
}

.container-footer .footer-widget-container .footer-widget-column .footer-widget-item ul li {
	display: block;
	padding: 3px 0;
}

.container-footer .footer-widget-container a {
	color: var(--footer-menu-color);
}

.container-footer .rw-company-name,
.container-footer .footer-company-address {
	zoom: 0.8;
}

.container-footer .footer-disclaimer * {
	font-family: var(--footer-disclaimer-font-family);
	font-size: var(--footer-disclaimer-font-size);
	color: var(--footer-disclaimer-color);
	line-height: var(--footer-disclaimer-line-height);
}

/* property listing page */
.section-property-details {
	font-family: "Lato", "Helvetica", sans-serif;
	font-size: 14px;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
}

.section-property-details .property-status {
	display: inline-block;
	float: left;
	margin-top: 2px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
}

.section-property-details .property-status.sold {
	background-color: #ff1c4a;
	color: #fff;
}

.need-share-button_button {
	visibility: hidden;
	width: 30px;
}

.need-share-button_button::before {
	content: "\f1e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	visibility: visible;
	font-size: 16px;
}

.need-share-button_dropdown-bottom-center {
	margin-top: 0 !important;
}

.section-property-details .property-views {
	display: inline-block;
	padding: 5px 10px 5px 0px;
	color: #888;
}

.section-property-details .property-views i {
	margin-right: 10px;
	font-size: 22px;
	float: left;
}

.section-property-details .property-details-action-link {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 10px;
	color: #888;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.section-property-details .property-details-action-link:hover {
	text-decoration: none;
}

.section-property-details .property-details-action-link:hover i {
	color: var(--primary-color);
}

.section-property-details .property-details-action-link i {
	margin-right: 10px;
	font-size: 22px;
	float: left;
}

.section-property-address .property-listing-attribute {
	display: inline-block;
	margin-right: 20px;
}

.section-property-address .property-listing-attribute span {
	font-size: 18px;
	color: #888;
	line-height: 1.4;
}

.section-property-address .property-listing-attribute i {
	color: var(--primary-color);
	font-size: 25px;
	margin-right: 8px;
	float: left;
}

.section-property-address .property-price span {
	color: var(--primary-color);
}

.property-listing-slider-container {
	overflow: hidden;
	position: relative;
}

.property-listings-thumbs-container {
	overflow: hidden;
}

.property-listings-thumbs-container .thumb-img-fluid {
	transition: all 0.2s ease-out;
}

.property-listings-thumbs-container .swiper-slide-thumb-active {
	padding-bottom: 70px;
	border: 5px solid var(--primary-color);
}

/* our team */
.our-team-container .team-member-container {
	margin-bottom: 30px;
}

.our-team-container .team-member-container:last-child {
	margin-bottom: 0;
}

.team-member-container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.team-member-container .team-member-image {
	flex: .2;
	flex-shrink: 0;
	padding-right: 30px;
}

.team-member-container .team-member-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.team-member-container .team-member-image .team-member-name {
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: var(--content-color);
}

.team-member-container .team-member-image .team-member-name a {
	color: var(--content-color);
}

.team-member-container .team-member-image .team-member-position {
	text-align: center;
}

.team-member-container .team-member-bio {
	flex: 1;
	padding: 30px;
	border-radius: 4px;
	background-color: var(--section-alternate-background);
	text-align: left;
	overflow: hidden;
	font-family: var(--content-font-family);
	font-size: var(--content-font-size);
	line-height: var(--content-line-height);
	color: var(--content-color);
	font-weight: var(--content-font-weight);
}

/* wordpress elements styling */
.widget {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07),
		0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries ul li a {
	display: block;
	padding: 5px 10px;
	padding-left: 0;
}

/* rw-section animations */
.disable-color-transition {
	transition: color 0s, background-color 0s, border-color 0s !important;
}

.rw-section.active .section-hero .headline,
.rw-section.active .section-hero.is-subpage h1,
.rw-section.active .section-subpage-hero-post h1 {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .section-hero .subheadline {
	transition: .5s .7s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .section-hero .header-video {
	transition: .5s 1.2s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .section-hero .hero-buttons {
	transition: .5s 1s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .section-hero .header-form-container {
	transition: .5s 1.2s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active > .container-fluid > .container > h2 {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active > .container-fluid > .container > h3 {
	transition: .5s .7s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active > .container-fluid > .container > .btn {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .property-listing:nth-child(n + 4) {
	transition: .5s .3s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .property-listing:nth-child(1) {
	transition: .5s .3s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .property-listing:nth-child(2) {
	transition: .5s .4s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .property-listing:nth-child(3) {
	transition: .5s .5s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .property-listing:hover {
	transition: .2s ease-out;
	transform: translateY(0%) scale(0.98);
	opacity: 1;
}

.rw-section.active .service:nth-child(n + 4) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .service:nth-child(1) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .service:nth-child(2) {
	transition: .5s .4s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .service:nth-child(3) {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .service:hover {
	transition: .2s ease-out;
	transform: translateY(0%) scale(0.98);
	opacity: 1;
}

.rw-section.active .service.no-url:hover {
	transform: none;
	box-shadow: none;
	cursor: default;
}

.rw-section.active .blog-post:nth-child(n + 4) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .blog-post:nth-child(1) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .blog-post:nth-child(2) {
	transition: .5s .4s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .blog-post:nth-child(3) {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .blog-post:hover {
	transition: .2s ease-out;
	transform: translateY(0%) scale(0.98);
	opacity: 1;
}

.rw-section.active .gallery-image:nth-child(n + 4) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .gallery-image:nth-child(1) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .gallery-image:nth-child(2) {
	transition: .5s .4s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .gallery-image:nth-child(3) {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .gallery-image:hover {
	transition: .2s ease-out;
	transform: translateY(0%) scale(0.98);
	opacity: 1;
}

.rw-section.active .our-team-item:nth-child(n + 4) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .our-team-item:nth-child(1) {
	transition: .5s .3s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .our-team-item:nth-child(2) {
	transition: .5s .4s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .our-team-item:nth-child(3) {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .our-team-item:hover {
	transition: .2s ease-out;
	transform: translateY(0%) scale(0.98);
	opacity: 1;
}

.rw-section.active .container-contact-us .map-container {
	transition: .5s .5s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .container-home-sections-map .map-container {
	transition: .5s .5s;
	transform: translateX(0%);
	opacity: 1;
}

.rw-section.active .navbar-brand img {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

.rw-section.active .navbar-brand {
	transition: .5s .5s;
	transform: translateY(0%);
	opacity: 1;
}

/* float call button */
.container-float-call-button {
	display: none;
	background-color: rgb(0 0 0 / 80%);
	border: 0;
	position: fixed;
	width: 100vw;
	height: auto;
	bottom: 0px;
	z-index: 3;
}

.container-float-call-button .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container-float-call-button .cta-button {
	margin-top: 10px;
}

.container-float-call-button .cta-button:first-child {
	margin-top: 0;
}

/* covid-19 banner */
.covid-19-banner {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	padding: 20px;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 999999999;
}

.covid-19-banner p {
	margin-bottom: 0;
}

.covid-19-banner .close-button {
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 0px;
	padding: 10px;
	font-size: 20px;
}

.covid-19-banner .close-button a {
	color: #333333;
}

/* accept cookies banner */
.accept-cookies-banner {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	padding: 15px;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 999999999;
}

.accept-cookies-banner p {
	margin-bottom: 0;
}

.accept-cookies-banner .close-button {
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	right: 0px;
	bottom: auto;
	top: 0px;
	padding: 10px;
	font-size: 20px;
}

.accept-cookies-banner .close-button a {
	color: #333333;
}

/* modal dialog */
.modal-dlg-bkg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
}

.modal-dlg {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0;
	background: #fff;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(236, 243, 249, 1);
	-moz-box-shadow: 0px 0px 20px 5px rgba(236, 243, 249, 1);
	box-shadow: 0px 0px 20px 5px rgba(236, 243, 249, 1);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.modal-dlg .modal-dlg-close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

.modal-dlg .modal-dlg-close a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	z-index: 101;
}

.modal-dlg .modal-dlg-close a i {
	-webkit-text-stroke: 1px black;
}

.modal-dlg p {
	font: var(--main-font);
	font-size: 20px;
}

.modal-dlg .buttons-container .btn {
	min-width: 260px;
}

.property-optin-dialog {
	max-width: 1000px;
}

.property-optin-dialog img {
	width: 100%;
}

.responsive-preview-dialog {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.responsive-preview-dialog .toggle-responsive-preview {
	padding: 10px;
	background: #edf2b3;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
}

.responsive-preview-dialog .toggle-responsive-preview a {
	margin-right: 0;
}

.responsive-preview-dialog .toggle-responsive-preview a i {
	color: #000000;
	font-size: 20px;
}

.responsive-preview-dialog iframe {
	display: none;
	width: 100%;
	height: 100%;
	border: 1px solid #cccccc;
	border-top: 0;
}

.responsive-preview-dialog .collapse-responsive-preview {
	position: absolute;
	top: 13px;
	right: 15px;
	font-size: 24px;
}

.responsive-preview-dialog .collapse-responsive-preview a i {
	color: #000000;
}

.responsive-preview-dialog iframe.xs {
	width: 375px;
}

.responsive-preview-dialog iframe.sm {
	width: 576px;
}

.responsive-preview-dialog iframe.md {
	width: 768px;
}

.responsive-preview-dialog iframe.lg {
	width: 992px;
}

.responsive-preview-dialog iframe.xl {
	width: 1200px;
}

/* mobile view notice dialog */
.mobile-view-notice-dialog {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	padding: 20px;
	background: #fff;
	z-index: 9992;
}

.mobile-view-notice-dialog .modal-dlg-close {
	position: absolute;
	top: 10px;
	right: 20px;
}

.mobile-view-notice-dialog .modal-dlg-close i {
	font-size: 24px;
	color: #696969;
}

.mobile-view-notice-dialog .modal-dlg-content {
	margin-top: 20px;
	height: auto;
}

.mobile-view-notice-dialog .modal-dlg-content .logo {
	text-align: center;
	margin-bottom: 20px;
}

.mobile-view-notice-dialog .modal-dlg-content .logo img {
	width: 60%;
}

.mobile-view-notice-dialog .modal-dlg-content .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}

.mobile-view-notice-dialog .modal-dlg-content .description {
	font-size: 18px;
	line-height: 1.4;
	color: #696969;
	margin-bottom: 20px;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn {
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 15px 0;
	border-radius: 5px;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn:last-child {
	margin-bottom: 0;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn.btn-primary,
.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn.btn-outline-primary:hover,
.mobile-view-notice-dialog
	.modal-dlg-content
	.buttons-container
	.btn-outline-primary:not(:disabled):not(.disabled):active,
.mobile-view-notice-dialog
	.modal-dlg-content
	.buttons-container
	.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	background-color: #007bff;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .btn.btn-outline-primary:hover {
	color: #ffffff;
}

.mobile-view-notice-dialog .modal-dlg-content .buttons-container .button-separator {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333333;
}

/* ------------------- */

/* fix for WooCommerce plugin (col-1 and col-2 conflicts with Bootstrap) */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
	display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

/* fix for BB editor */
html.fl-builder-edit .rw-section {
	position: relative;
	z-index: 1;
}

body:not(.bb-powerpack-ui) .fl-builder-lightbox .fl-lightbox {
	width: unset !important;
}

body.fl-builder {
	overflow-x: hidden !important;
}

.main-sections-container.bb-preview {
	position: relative;
	z-index: 1;
}

/* fix for YouTube video on page (full width) */
.wp-block-embed__wrapper {
	padding-bottom: 56.25%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.headline {
		padding-top: 50px !important;
	}
}

/* media */
@media screen and (max-width: 767px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-properties,
	.container-recently-sold,
	.container-services,
	.container-posts,
	.container-testimonials,
	.container-featured-property,
	.container-gallery,
	.container-our-team,
	.container-code-snippet {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	li.nav-item ul.sub-menu {
		position: static;
		visibility: visible;
		transform: none !important;
		width: 100%;
		padding-left: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
		box-shadow: none;
		transition: all 0s !important;
	}

	.page-content {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	ul.rw-bullets {
		grid-template-columns: repeat(auto-fit, calc(100% - 10px)) !important;
	}

	.btn.learn-more {
		display: none;
	}

	.navbar-nav {
		border-top: 1px solid #ddd;
	}

	/* .container-topbar .navbar-nav {
		background-color: var(--topbar-background);
	} */

	.container-topbar .navbar-nav::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--topbar-background);
		opacity: var(--topbar-opacity);
		z-index: 1;
	}

	.container-topbar .navbar-nav > * {
		position: relative;
		z-index: 2;
	}

	/* .rw-section.header-navigation {
		position: relative;
	} */

	.container-topbar > .container > .navbar > .container {
		max-width: 100% !important;
		display: flex;
		flex-direction: row;
	}

	.container-topbar > .container > .navbar > .container .navbar-brand {
		flex: 1;
	}

	.container-footer .footer-nav .navbar-nav {
		border-top: 0;
	}

	.navbar-nav li.nav-item {
		margin: 0;
	}

	.navbar-nav li.nav-item a.nav-link {
		padding: 14px 20px;
	}

	.navbar-brand img {
		max-width: 80%;
		max-height: 40px;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	.section-hero {
		min-height: auto;
		min-height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-hero .row {
		min-height: auto;
	}

	.hero-buttons .btn {
		margin-bottom: 20px;
	}

	/* cards */
	.custom-cards-wrapper {
		grid-template-columns: 1fr;
	}

	.container-featured-property .card-featured-property {
		position: static;
		margin: 0 15px;
		padding: 20px;
		width: 100%;
		height: auto;
		box-shadow: none;
		border: 1px solid #dddddd;
		border-top: 0;
	}

	.container-featured-property .card-featured-property .featured-property-price {
		position: static;
		margin-top: 15px;
		min-height: 30px;
	}

	.container-featured-property .card-featured-property .btn-primary {
		right: 40px;
		bottom: 20px;
	}

	.container-featured-property .card-featured-property .row-attributes::after {
		content: "";
		display: block;
		clear: both;
	}

	.container-featured-property .card-featured-property .col-sm-4 {
		float: left;
		width: 33.333333333%;
	}

	.featured-property-attribute .attribute-icon {
		min-width: 44px;
	}

	.featured-property-attribute .attribute-icon i {
		font-size: 16px;
	}

	/* our team */
	.team-member-container {
		flex-direction: column;
		align-items: center;
	}

	.team-member-container .team-member-image {
		padding: 0;
		padding-bottom: 20px;
		max-width: 70%;
	}

	.container-contact-us [class*="col-sm-"] {
		margin-bottom: 0;
	}

	.container-contact-us .contact-details .contact-label {
		display: none;
	}

	.container-footer h2 {
		font-size: 28px;
		text-align: center;
	}

	.container-footer h3 {
		font-size: 16px;
		text-align: center;
	}

	.container-footer .footer-nav .navbar-nav {
		flex-direction: column;
	}

	.container-footer .footer-nav .navbar-nav li.nav-item {
		margin: 0;
	}

	.container-footer .footer-nav .navbar-nav li.nav-item::after {
		content: "";
		position: static;
		top: auto;
		margin: 0;
		display: none;
	}

	.container-footer .footer-nav .navbar-nav li.nav-item a.nav-link {
		float: none;
		margin: 0;
		text-align: left;
	}

	.container-footer .copy {
		display: block;
		font-size: 11px;
		text-align: center;
	}

	.container-footer .footer-social-icons {
		position: static;
		margin-top: 15px;
	}

	.container-footer .footer-social-icons .social-icons {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.container-footer .footer-widget-container.columns-1,
	.container-footer .footer-widget-container.columns-2,
	.container-footer .footer-widget-container.columns-3,
	.container-footer .footer-widget-container.columns-4,
	.container-footer .footer-widget-container.columns-5,
	.container-footer .footer-widget-container.columns-6,
	.container-footer .footer-widget-container.columns-7,
	.container-footer .footer-widget-container.columns-8,
	.container-footer .footer-widget-container.columns-9,
	.container-footer .footer-widget-container.columns-10 {
		grid-template-columns: 1fr;
	}

	.page-sidebar {
		margin-left: 15px;
		margin-right: 15px;
	}

	.section-hero.is-subpage h1 {
		text-align: center;
	}

	[class*="col-sm-"] {
		margin-bottom: 20px;
	}

	[class*="col-sm-"]:last-child {
		margin-bottom: 0;
	}

	/* property listings */
	.section-property-details .property-views {
		display: none;
	}

	.section-property-details .text-right {
		text-align: center !important;
	}

	.section-property-details .property-details-action-link:first-child {
		margin-left: 0;
	}

	.section-property-address .col-sm-12::after {
		content: "";
		display: block;
		clear: both;
	}

	.section-property-address .property-listing-attribute {
		width: 50%;
		margin: 0;
		margin-top: 10px;
		float: left;
	}

	.section-hero h1 {
		/* font-size: 28px !important; */
		text-align: center;
	}

	.section-hero .subheadline {
		/* font-size: 18px !important; */
		text-align: center;
	}

	.navbar-brand {
		font-size: 18px !important;
	}

	.section-hero .hero-buttons {
		text-align: center !important;
	}

	.section-hero .hero-buttons a {
		margin-left: auto;
		margin-right: auto;
	}

	.property-optin-dialog {
		width: 100%;
		margin: 5px;
	}

	.header-form-container form.rw-form .btn.btn-primary,
	.header-form-container form .btn.btn-primary {
		width: 100%;
	}

	.container-about-us .about-us-details {
		padding: 20px 0;
	}
}

@media all and (max-width: 768px) {
	.section-hero {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	[class*="col-sm-"] {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}
