@charset "utf-8";
/* CSS Document */
.home-hero {
	width: 100%;
	display: flex;
	min-height: 820px;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	margin: 0 auto;
}
.home-hero img {
	width: 100%;
	object-fit: cover;
	background-position: right top;
	height: 820px;
	object-fit: cover;
	width: 100%;
}
.home-hero-txt {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 0;
	left: 0px;
	padding: 10px;
	text-align: center;
}

@media (max-width: 490px) {
.home-hero {
	min-height: 680px;
}
.home-hero img {
	height: 680px;
}
}
.home-hero-txt .quote-author {
	margin-top: 35px;
	color: #65ac4c;
	font-size: 3rem;
}
.home-hero-txt img {
	max-width: 513px;
	height: auto;
}
/* #Home intro text ---*/

.featbox-grey, .featbox-white {
	text-align: left;
	padding: 40px;
}
.featbox-grey {
	background: #f1f2f3;
}
.featbox-grey2, .featbox-white2 {
	text-align: left;
	padding: 25px 40px;
}
.profile-section .featbox {
	padding: 30px;
	border: 1px solid #e2e2e2;
	flex-basis: 0;
	flex-grow: 1;
	margin-bottom: 30px;
}
/* #Home intro text ---*/


/* #Why choose---*/
.whychoose-banner {
	height: 566px;
	position: relative;
}
.whychoose-banner img {
	object-fit: cover;
	background-position: right top;
	height: 566px;
	object-fit: cover;
	width: 100%;
}
.whychoose-banner-text {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 10px;
	right: 50px;
	padding: 20px 30px;
	text-align: left;
	max-width: 780px;
	width: 100%;
}
/* #/Why choose---*/
.question-lady {
	text-align: center;
}
footer {
	background: url(../images/gradient-bg.jpg);
	background-size: auto;
	background-size: cover;
}
.gmap {
/* height: 340px;*/
}
