body {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	min-width: 324px;
}

form.form-loading button,
form.form-loading button:hover,
form.form-loading button:active {
	/* font-size: 0px; */
	color: rgba(0, 0, 0, 0) !important;
	background-size: 40% !important;
	background-position: center center !important;
	background-image: url(/bootstrap/img/loader.gif) !important;
	background-repeat: no-repeat !important;
}

h1, h2 {
	margin-bottom: 0px;
	font-size: inherit;
}

.g-recaptcha {
	overflow: hidden;
}

.tnr {
	font-family: "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}

.button-white {
	background: #ede9e1;
	padding: 15px 25px;
	color: #303030;
	border-radius: 5px;
	/* font-size: 20px; */
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.button-black {
	display: inline-block;
	background: #313232;
	padding: 15px 25px;
	color: #f8f6f1;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.g-recaptcha {
	padding-bottom: 20px;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.navbar .nav {
	margin: 24px 0px 0px 0px;
}

.navbar .navbar-brand {
	padding-top: 5px;
	padding-bottom: 15px;
}

.navbar .navbar-brand img {
	max-height: 50px;
	filter: drop-shadow(0px 100px 0 #595959);
	transform: translateY(-100px);
}

nav {
	background: #595959;
}

.nav-link {
	color: #c5cacb;
	text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #c5cacb;
	text-decoration: underline;
}

.container.with-shadow,
.container-fluid.with-shadow,
.container-lg.with-shadow,
.container-md.with-shadow,
.container-sm.with-shadow,
.container-xl.with-shadow,
.container-xxl.with-shadow {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1238px;
	}
}

.shadow {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.container.w100 {
	width: 100%;
	max-width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.container.w100.bg001 {
	min-height: auto;
	background-position: center center;
	background-image: url(/bootstrap/img/bg-001.jpg);
}

.container.w100.bg002 {
	background: #fff;
}

.container.w100.bg003 {
	height: auto;
	background-image: url(/bootstrap/img/bg-003.jpg);
}

.container.w100.bg004 {
	background: #eff2ef;
}

.container.w100.bg005 {
	background: #f4f1ed;
}

.container.w100.bg006 {
	height: auto;
	background-position: 85% 5%;
	background-image: url(/bootstrap/img/bg-006.jpg);
}

.container.w100.bg006.bg008-bg {
	background-image: url(/bootstrap/img/bg-008.jpg);
}

.container.w100.bg006.bg010-bg {
	background-image: url(/bootstrap/img/elevate_your_career.jpg);
}

.container.w100.bg006.bg011-bg {
	background-image: url(/bootstrap/img/bg-011-2.jpg);
}

.container.w100.bg008 {
	height: auto;
	background-image: url(/bootstrap/img/bg-008.jpg);
}

.container.w100.bg010 {
	background: #f4f1ed;
}

.container.w100.bg011 {
	height: auto;
	background-image: url(/bootstrap/img/bg-011.jpg);
}

.container.w100.bg012 {
	height: auto;
	background-position: center 60%;
	background-image: url(/bootstrap/img/bg-012.jpg);
}

.container.w100.bg013 {
	background: #7b818d;
}

.container.w100.bg001 .shadow {
	padding-top: 120px;
	padding-bottom: 40px;
}

.home-logo {
	margin-top: 0px;
}

.home-logo img {
	width: 100%;
	max-width: 300px;
}

.dark-background {
	max-width: 680px;
	margin-top: 20px;
	padding: 20px;
	border-radius: 0px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.4);
}

.font-black-caption {
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
}

.font-black-body {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.capt001 {
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	width: 100%;
	max-width: 860px;
	margin-bottom: 5px;
}

.capt002 {
	width: 100%;
	max-width: 750px;
}

.capt003 {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	width: 100%;
	max-width: 765px;
	margin-top: 0px;
}

.capt004::after {
	clear: both;
	content: '';
	display: block;
	height: 0px;
}

.capt004 a {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	min-width: 145px;
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 14px;
	color: #000;
	border: 3px solid #fff;
	background-color: rgba(255, 255, 255, 0.8);
}

.capt004 a:hover {
	background-color: rgba(255, 255, 255, 1.0);
}

.capt004 a:last-child {
	margin-right: 0px;
}

.search-bar {
	width: 100%;
	max-width: 730px;
	margin-top: 30px;
}

.footer-search {
	padding-top: 35px;
}

.footer-search .search-bar {
	margin-top: 20px;
	max-width: 570px;
}

.search-bar form {
	position: relative;
}

.search-bar input,
.search-bar input:focus {
	width: 100%;
	padding: 0.675rem .75rem;
	border-radius: 0px;
	margin-bottom: 20px;
	color: #fff;
	border: 3px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.search-bar input::placeholder {
	color: #fff;
}

.search-bar button {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #303030;
	border-color: #f8f6f1;
	background-color: #f8f6f1;
	text-transform: uppercase;
	padding: 0.475rem 2.4rem;
	border-radius: 0px;
}

.bg002 .padding {
	padding: 60px 0px;
}

.bg002 .text {
	padding-top: 0px;
}

.bg002 .text p {
	color: #000;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 0px;
}

.bg002 .video {
	margin-top: 20px;
	border: 6px solid #623e2a;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.bg002 .video video {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.bg003 {
	color: #f8f6f1;
	text-align: center;
}

.bg003 .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bg003 .text h2 {
	font-size: 24px;
	line-height: 24px;
}

.bg003 .row {
	margin-top: 40px;
}

.bg003 .row .over {
	font-size: 28px;
	line-height: 28px;
}

.bg003 .row .count {
	font-size: 66px;
	line-height: 66px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Georgia;
	font-weight: bold;
}

.bg003 .row .desc {
	font-size: 34px;
	line-height: 48px;
}

.bg004 .padding {
	padding-top: 60px;
	padding-bottom: 20px;
}

.bg004 .text p,
.bg004 .text h1 {
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
}

.bg004 .row {
	margin-top: 30px;
}

.bg004 .row .image img {
	max-width: 100%;
}

.bg004 .texts {
	padding-top: 20px;
}

.bg004 .texts p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.bg004 .banners {
	text-align: center;
}

.bg004 .banners .banner {
	display: inline-block;
}

.bg004 .banners .banner {
	margin: 0px 20px;
}

.bg004 .banners .banner img {
	width: 100%;
}

.bg004 .banners .bnr1 img {
	max-width: 207px;
}

.bg004 .banners .bnr2 img {
	max-width: 150px;
}

.bg004 .banners .bnr3 img {
	max-width: 307px;
}

.bg004 .banners .bnr4 img {
	max-width: 183px;
}

.bg005 .padding {
	padding-top: 60px;
	padding-bottom: 0px;
}

.bg005 .capt,
.bg005 .capt h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #623e2a;
	margin-bottom: 25px;
}

.bg005 .texts {
	padding-top: 430px;
	background-size: 170%;
	background-position: 45% -45px;
	background-repeat: no-repeat;
	background-image: url(/bootstrap/img/jennifer-2.png?v=4);
}

.bg005 .texts p {
	font-size: 18px;
	line-height: 24px;
	color: #623e2a;
	margin-bottom: 10px;
}

.bg005 .texts p:last-child {
	margin-bottom: 0px;
}

.bg006 .padding {
	padding-top: 30px;
	padding-bottom: 5px;
}

.bg006 .text {
	color: #f8f6f1;
	padding: 20px;
	border-radius: 0px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.4);
}

.bg006 .text .capt {
	/* font-size: 24px;
	line-height: 34px; */
	margin-bottom: 10px;
}

.bg006 .text .more {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
}

.bg007 .padding {
	padding-top: 80px;
	padding-bottom: 40px;
}

.bg007 .text {
	margin-bottom: 0px;
}

.bg007 .text p {
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #4e5152;
	text-align: center;
}

.bg007 .img {
	margin-top: 0px;
	padding: 0px 0px;
	max-height: 333px;
	overflow: hidden;
}

.bg007 .img img {
	height: 100%;
	margin-left: -33%;
}

.bg007 .capt {
	padding: 20px 5px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #4e5152;
}

.bg007 .desc,
.bg007 .city {
	padding: 0px 5px;
	font-size: 14px;
	line-height: 24px;
}

.bg007 a {
	text-decoration: none;
}

.object-card {
	display: block;
	padding: 20px;
	border-radius: 10px;
	margin-top: 25px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
}

.bg007 .capt,
.bg007 .desc,
.bg007 .city {
	color: #4e5152;
}

.bg007 .more {
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}

.bg008 .padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bg008 .text {
	color: #f8f6f1;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px 20px 20px 20px;
}

.bg008 .text.ready-to-sell {
	margin-top: 10px;
	border-radius: 20px 20px 20px 20px;
}

.bg008 .text .capt {
	font-size: 20px;
	color: #623e2a;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.bg008 .text .desc {
	color: #623e2a;
	font-size: 18px;
	line-height: 24px;
}

.bg008 .text .more {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.bg010 .padding {
	padding-top: 80px;
	padding-bottom: 60px;
}

.bg010 .capt {
	font-size: 32px;
	line-height: 32px;
	color: #623e2a;
	margin-bottom: 30px;
}

.bg010 .texts p {
	font-size: 18px;
	line-height: 24px;
	color: #623e2a;
	margin-bottom: 15px;
}

.bg010 .texts p:last-child {
	margin-bottom: 0px;
}

.bg010 .more {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.bg010 .img img {
	width: 100%;
	border-radius: 20px 20px 20px 20px;
}

.bg011 .padding {
	padding-top: 25px;
	padding-bottom: 25px;
}

.bg011 .text {
	color: #28292a;
	padding: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(239, 235, 229, 0.8);
	border-radius: 20px 20px 20px 20px;
}

.bg011 .text .capt {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

.bg011 .text .desc {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	padding: 0px 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.bg011 .text .lbl {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bg011 .text .input {
	padding-bottom: 20px;
}

.bg011 .text textarea {
	min-height: 144px;
}

.bg011 .button {
	text-align: center;
}

.bg011 .button button {
	border-color: #f8f6f1;
}

.bg011-bg form .form-control {
	margin-top: 15px;
}

.bg011-bg form .g-recaptcha > div {
	margin-top: 15px;
}

.bg011-bg form .button {
	text-align: center;
}

.bg011-bg form .button .btn {
	display: inline-block;
	background: #313232;
	padding: 15px 25px;
	color: #f8f6f1;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

.bg012 .padding {
	padding-top: 70px;
	padding-bottom: 80px;
}

.bg012 .text p {
	font-size: 34px;
	line-height: 34px;
	color: #ffffff;
	text-align: center;
}

.bg012 .img {
	margin-top: 40px;
	padding: 0px 40px;
}

.bg012 .img img {
	width: 100%;
	border-radius: 50%;
	background-color: #f1efe9;
}

.bg012 .capt {
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}

.bg012 .desc {
	font-size: 20px;
	line-height: 34px;
	color: #ffffff;
	margin-top: 15px;
	text-align: center;
}

.bg012 .capt,
.bg012 .desc {
	padding: 0px 15px;
}

.bg012 .more {
	margin-top: 50px;
	text-align: center;
}

.bg013 .padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* .bg013 .logo {
	margin-top: 0px;
} */

.bg013 .logo img {
	width: 100%;
	max-width: 470px;
}

.bg013 .left {
	margin-bottom: 40px;
	padding-left: 0px;
}

.bg013 .get-social {
	margin-top: 30px;
}

.bg013 .social-links {
	margin-top: 15px;
}

.bg013 .social-links a {
	margin-right: 10px;
	display: block;
	float: left;
}

.bg013 .social-links a img {
	width: 100%;
	max-width: 33px;
}

.bg013 .social-links a.tt,
.bg013 .social-links a.li {
	width: 32px;
	height: 32px;
	padding: 4px;
	border-radius: 50%;
	text-align: center;
	background-color: #f8f6f1;
}

.bg013 .social-links a.tt img,
.bg013 .social-links a.li img {
	max-width: 21px;
	max-height: 21px;
	margin-top: -2px;
	vertical-align: middle;
}

.bg013 .social-links a.li img {
	max-width: 17px;
	max-height: 17px;
	margin-top: -4px;
}

.bg013 .social-links::after {
	clear: both;
	content: '';
	display: block;
	height: 0px;
}

.bg013 .left,
.bg013 .right {
	color: #f8f6f1;
	font-size: 18px;
	line-height: 20px;
}

.bg013 .capt {
	font-size: 34px;
	line-height: 34px;
}

.bg013 .right .desc {
	margin-top: 15px;
	margin-bottom: 30px;
}

.bg013 .right .desc a {
	color: #f8f6f1;
	text-decoration: none;
}

.bg013 .right .desc a:hover {
	text-decoration: underline;
}

.bg013 .right .schedule,
.bg013 .right .hint {
	font-size: 18px;
	line-height: 28px;
}

.bg013 .right .schedule {
	margin-top: 15px;
	margin-bottom: 20px;
}

.footer-links,
.footer-links a,
.footer-copyright {
	color: #c5cacb;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-links a:focus,
.footer-links a:hover {
	color: #ffffffbf;
}

.footer-links,
.footer-copyright {
	text-align: center;
}

.footer-copyright {
	padding-top: 20px;
	padding-bottom: 50px;
}

/* Animations */

.fade-in {
	opacity: 0;
}

.fade-in.visible {
	opacity: 1;
	animation: fadeIn 1s;
}

.fade-in-2.visible {
	animation: fadeIn 2s;
}

.fade-in-3.visible {
	animation: fadeIn 3s;
}

.fade-in-4.visible {
	animation: fadeIn 4s;
}

.fade-in-5.visible {
	animation: fadeIn 5s;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.animate-body {
	width: 100%;
}

.slide-up {
	position: relative;
}

.slide-up .animate-body {
	opacity: 0;
	top: 60%;
	position: absolute;
}

.slide-up.visible .animate-body {
	opacity: 1;
	top: 0%;
	animation: slideUp 1s;
}

.slide-up-2.visible .animate-body {
	animation: slideUp 2s;
}

.slide-up-3.visible .animate-body {
	animation: slideUp 3s;
}

.slide-up-4.visible .animate-body {
	animation: slideUp 4s;
}

.slide-up-5.visible .animate-body {
	animation: slideUp 5s;
}

@keyframes slideUp {
	0% { opacity: 0; top: 60%; }
	50% { opacity: 1; }
	100% { opacity: 1; top: 0%; }
}

.slide-down {
	position: relative;
}

.slide-down .animate-body {
	opacity: 0;
	top: -60%;
	position: absolute;
}

.slide-down.visible .animate-body {
	opacity: 1;
	top: 0%;
	animation: slideDown 1s;
}

.slide-down-2.visible .animate-body {
	animation: slideDown 2s;
}

.slide-down-3.visible .animate-body {
	animation: slideDown 3s;
}

.slide-down-4.visible .animate-body {
	animation: slideDown 4s;
}

.slide-down-5.visible .animate-body {
	animation: slideDown 5s;
}

@keyframes slideDown {
	0% { opacity: 0; top: -60%; }
	50% { opacity: 1; }
	100% { opacity: 1; top: 0%; }
}

.slide-right {
	position: relative;
}

.slide-right .animate-body {
	opacity: 0;
	left: -60%;
	position: absolute;
}

.slide-right.visible .animate-body {
	opacity: 1;
	left: 0%;
	animation: slideRight 1s;
}

@keyframes slideRight {
	0% { opacity: 0; left: -60%; }
	50% { opacity: 1; }
	100% { opacity: 1; left: 0%; }
}

/* Agent in header */
.navbar .navbar-brand.with-account {
	height: 70px;
	position: relative;
}

.header-owner {
	border: 1px solid rgba(255, 255, 255, 1);
	cursor: pointer;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 0px;
	height: 71px;
}

.navbar .navbar-brand.with-account img {
	max-height: 79px;
	filter: none;
	transform: none;
	border: 5px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	height: 79px;
	left: 10px;
	position: absolute;
	top: -10px;
	width: 79px;
}

.header-owner-frame {
	background-color: rgba(255, 255, 255, 1);
	height: 60px;
}

.header-owner-avatar {
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 0px;
}

.header-owner-content {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 225px;
	padding-left: 100px;
	color: #595959;
}

.header-owner-content-name {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.header-owner-content-title {
	font-size: 10px;
	text-transform: uppercase;
}

.header-owner-content-phone {
	font-size: 10px;
	text-transform: uppercase;
}
