/*-------------------------------------------------------------- 
# FAQ 
--------------------------------------------------------------*/
.video-faq__block {
	position: relative;
	background-color: #24262b;
}

.video-faq__block-dot {
	position: absolute;
	right: 0;
	bottom: 2%;
}

.video-faq__block .video-one {
	position: absolute;
	top: 0;
	left: 0;
}

.video-faq__block .container-fluid {
	position: relative;
}

@media(min-width: 1921px) {

	.video-faq__block .container-fluid {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 1660px) {

	.video-faq__block .video-one {
		left: -10%;
	}
}

@media(max-width: 1440px) {

	.video-faq__block .video-one {
		left: -25%;
	}
}

@media(max-width: 1240px) {

	.video-faq__block .video-one {
		position: relative;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 960px;
		display: block;
	}

	.video-faq__block .video-one>img {
		max-width: 100%;
	}

	.video-faq__block [class*=col-] {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.video-faq__block .container-fluid {
	padding-left: 0;
	padding-right: 0;
}


.faq-one__block {
	padding-top: 150px;
	padding-bottom: 146px;
	width: 100%;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 1240px) {
	.faq-one__block {
		padding-top: 80px;
	}
}

.faq-one__block .block-title {
	padding-bottom: 30px;
}

.faq-one__block .block-title h3 {
	color: #fff;
}

.faq-one__block>p {
	color: #c6c6c6;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 37px;
}

.faq-one__block .career-one__accrodion .accrodion {
	background-color: transparent;
	border-radius: 10px;
	padding-top: 0;
	transition: all 500ms ease;
}

.faq-one__block .career-one__accrodion .accrodion-title h4 {
	color: #fff;
}

.faq-one__block .career-one__accrodion .accrodion.active {
	background-color: rgba(255, 255, 255, .07);
	box-shadow: none;
	padding-top: 30px;
}

.faq-one__block .career-one__accrodion .accrodion-content p {
	color: #c6c6c6;
}

.faq-one__block .career-one__accrodion .accrodion+.accrodion {
	margin-top: 40px;
}
.faq-two__image {
	position: absolute;
	bottom: 0;
	right: 10%;
}
.faq-two__image::before {
	content: '';
	width: 10000px;
	height: 270px;
	background-color: var(--thm-primary);
	position: absolute;
	bottom: 0;
	left: 300px;
}

.faq-two__image>img {
	position: relative;
}

@media(max-width: 1660px) {
	.faq-two__image {
		right: 5%;
	}
}

@media(max-width: 1440px) {
	.faq-two__image {
		right: 2%;
	}
}

.faq-two .faq-one__block .career-one__accrodion .accrodion.active {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: none;
	padding-top: 30px;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.faq-two .faq-one__block .career-one__accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-black);
}

.faq-two .faq-one__block .career-one__accrodion .accrodion-content p {
	color: #93959e;
}

.faq-three {
	padding-top: 150px;
	padding-bottom: 146px;
	background-color: #f0f7f7;
}

.faq-three .faq-one__block {
	max-width: 100%;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.faq-three .faq-one__block .block-title h3 {
	color: var(--thm-black);
}

.faq-three .faq-one__block .career-one__accrodion .accrodion-content p,
.faq-three .faq-one__block>p {
	color: #93959e;
}

.faq-three .faq-one__block .career-one__accrodion .accrodion-title h4 {
	color: var(--thm-black);
}

.faq-three .faq-one__block .career-one__accrodion .accrodion.active {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.faq-three__image {
	margin-left: 70px;
	position: relative;
}

.faq-three__image>img:not(.faq-three__image-dots) {
	border-radius: 10px;
	position: relative;
	z-index: 10;
	box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.15);
}

.faq-three__image-dots {
	position: absolute;
	bottom: -55px;
	left: -70px;
}/*-------------------------------------------------------------- 
# Video 
--------------------------------------------------------------*/

.video-one {
	position: relative;
	display: inline-block;
}

.video-one .video-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 22px;
	color: var(--thm-primary);
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

.video-one .video-popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: inherit;
	transform: rotate(15deg);
	border-radius: inherit;
	opacity: .3;
	transition: transform 500ms;
}

.video-one .video-popup:hover::before {
	transform: rotate(195deg);
}

/*-------------------------------------------------------------- 
## Video Two 
--------------------------------------------------------------*/


.video-two {
	position: relative;
	padding-top: 273px;
	padding-bottom: 273px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.video-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.6;
}

.video-two .container {
	position: relative;
}

.video-two .video-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 22px;
	color: var(--thm-primary);
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.video-two .video-popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: inherit;
	transform: rotate(15deg);
	border-radius: inherit;
	opacity: .3;
	transition: transform 500ms;
}

.video-two .video-popup:hover::before {
	transform: rotate(195deg);
}/*-------------------------------------------------------------- 
# Career 
--------------------------------------------------------------*/

.career-one {
	padding-top: 150px;
	padding-bottom: 150px;
}

.career-one__block {
	padding-right: 100px;
}

.career-one__block .block-title {
	padding-bottom: 30px;
}

.career-one__accrodion .accrodion {
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	background-color: #fff;
}

.career-one__accrodion .accrodion+.accrodion {
	margin-top: 40px;
}

.career-one__accrodion .accrodion.active {
	padding-bottom: 30px;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.career-one__accrodion .accrodion-title h4 {
	margin: 0;
	font-weight: bold;
	color: var(--thm-black);
	position: relative;
	cursor: pointer;
	padding-left: 55px;
	font-size: 22px;
	line-height: 36px;
}

.career-one__accrodion .accrodion-title h4::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	width: 36px;
	height: 36px;
	background-color: var(--thm-base);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.career-one__accrodion .accrodion.active .accrodion-title h4::before {
	content: '\f068';
}

.career-one__accrodion .accrodion-content {
	padding-left: 55px;
	padding-top: 10px;
}

.career-one__accrodion .accrodion-content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 30px;
}

.career-one__accrodion .accrodion-content p+h4 {
	margin-top: 20px;
}

.career-one__accrodion .accrodion-content h4 {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.career-one__content-list {
	margin-bottom: 20px;
	margin-top: 10px;
}

.career-one__content-list li {
	position: relative;
	padding-left: 20px;
}

.career-one__content-list li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--thm-base);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.career-one__home-three {
	background-color: #f0f7f7;
}

.career-one__home-three .career-one__accrodion .accrodion {
	background-color: #f0f7f7;
}

.career-one__home-three .career-one__accrodion .accrodion.active {
	background-color: #fff;
}

.career-one__home-five {
	padding-top: 235px;
}/*-------------------------------------------------------------- 
# Appointment 
--------------------------------------------------------------*/
.appointment-one {
	position: relative;
	padding-top: 195px;
}
.appointment-one__map-1,
.appointment-one__map-2 {
	position: absolute;
	left: 0;
	top: 20%;
	opacity: .05;
}
.appointment-one__map-2 {
	right: 0;
	left: auto;
}
.appointment-one__moc {
	position: absolute;
	bottom: 0;
	left: 8%;
}
@media(max-width: 1440px) {
	.appointment-one__moc {
		left: -2%;
	}
}
.appointment-one .container {
	position: relative;
	padding-bottom: 150px;
}
.appointment-one__about-page {
	padding-top: 150px;
}
.appointment-one__home-one {
	padding-top: 335px;
}/*-------------------------------------------------------------- 
## Contact Two
--------------------------------------------------------------*/

.contact-two {
	position: relative;
	background-color: var(--thm-base);
}

.contact-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 1920px;
}

.google-map__home-five {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 806px;
}

.contact-two .my-auto {
	width: 100%;
}

.contact-two__content {
	width: 100%;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-two__content .block-title h3,
.contact-two__content .block-title p {
	color: #fff;
}

.contact-two__content .block-title p.has-line::before {
	background-color: #fff;
}

[class*=contact-two__map-] {
	position: absolute;
}

.contact-two__map-1 {
	top: 2%;
	right: 0;
}
.cta-three__content {
    color: #fff;
}
.contact-two .wpcf7 .bootstrap-select>.dropdown-toggle,
.contact-two .wpcf7 textarea,
.contact-two .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}

.contact-two .wpcf7 ::placeholder {
	color: #fff;
}

.contact-two .contact-one__btn {
	background-color: var(--thm-primary);
	margin-top: 20px;
}

.contact-two .contact-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/* contact form */


.wpcf7 .bootstrap-select>.dropdown-toggle,
.form-default .bootstrap-select>.dropdown-toggle,
.wpcf7 textarea,
.form-default textarea,
.wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-default input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #93959e;
	border: 1px solid #dfe5e5;
	padding-left: 30px;
	margin-bottom: 30px;
}

.wpcf7 textarea,
.form-default textarea {
	height: 150px;
	padding-top: 15px;
}

.wpcf7 ::placeholder,
.form-default ::placeholder {
	opacity: 1;
	color: #93959e;
}

.wpcf7 label.error,
.form-default label.error {
	display: none !important;
}

.wpcf7 textarea.error,
.form-default textarea.error,
.form-default input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpcf7 input.error:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	background-color: rgba(255, 0, 0, .4);
}

.wpcf7 .error::placeholder,
.wpcf7 .form-default ::placeholder {
	opacity: 1;
	color: #fff;
}

.wpcf7 .bootstrap-select:not(.input-group-btn),
.wpform-default cf7 .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	display: block;
}

.wpcf7 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.form-default .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.wpcf7 .bootstrap-select>.dropdown-toggle,
.form-default .bootstrap-select>.dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

.wpcf7 .bootstrap-select .dropdown-toggle .filter-option,
.form-default .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.wpcf7 .dropdown-toggle::after,
.form-default .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.google-map__contact {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 550px;
}/*-------------------------------------------------------------- 
# About 
--------------------------------------------------------------*/
.about-one {
	padding-top: 150px;
	padding-bottom: 150px;
}

.about-one__image {
	position: relative;
}

.about-one__content {
	padding-left: 30px;
}

.about-one__tab-title {
	margin-bottom: 46px;
}

.about-one__tab-title .nav-link {
	padding: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 18px;
	font-family: var(--heading-font);
	transition: 500ms;
	position: relative;
	transition: 500ms;
}
.about-one__tab-title .nav-link::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--thm-base);
	transform: scale(0, 1);
	transform-origin: right center;
	transition: transform 500ms;
}

.about-one__tab-title .nav-link.active,
.about-one__tab-title .nav-link:hover {
	color: var(--thm-base);
}

.about-one__tab-title .nav-link.active::before,
.about-one__tab-title .nav-link:hover::before {
	transform: scale(1, 1);
	transform-origin: left center;
}

.about-one__tab-title .nav-link+.nav-link {
	margin-left: 35px;
}

.about-one__content p {
	margin: 0;
	margin-bottom: 40px;
}

.about-one__content .block-title {
	padding-bottom: 27px;
}
.about-one__image-content h3 {
	color: #fff;
	font-size: 65px;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

.about-one__image-content p {
	margin: 0;
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}

.about-one__home-two {
	padding-top: 0;
	background-color: #f0f7f7;
}

.about-one__home-two__image {
	margin-left: 70px;
	position: relative;
}

.about-one__home-two__image>img:not(.about-one__home-two__image-dot) {
	border-radius: 10px;
	position: relative;
	z-index: 10;
	box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.15);
}
.about-one__home-two__image-dot {
	position: absolute;
	bottom: -55px;
	left: -70px;
}
/*-------------------------------------------------------------- 
## About Two 
--------------------------------------------------------------*/
.about-two {
	padding-bottom: 150px;
	padding-top: 150px;
}

.about-two__image {
	position: relative;
	display: inline-block;
}

.about-two__image>img {
	border-radius: 10px;
	position: relative;
	z-index: 10;
}

.about-two__image-content {
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: -14.142px 14.142px 30px 0px rgba(67, 131, 99, 0.08);
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 100%;
	max-width: 370px;
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 54px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 11;
}
.about-two__image-content::after {
	content: '';
	width: 3px;
	height: 50px;
	background-color: var(--thm-base);
	position: absolute;
	top: 50px;
	left: 0;
}

.about-two__image-content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 22px;
}

.about-two__image-content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 30px;
}

[class*=about-two__image-dot-] {
	position: absolute !important;
}
.about-two__image-dot-1 {
	bottom: 30px;
	right: -50px;
}

.about-two__image-dot-2 {
	bottom: -60px;
	left: 160px;
}

.about-two__content .block-title {
	padding-bottom: 0;
}

.about-two__content>p {
	margin: 0;
	margin-top: 30px;
}

.about-two__content .blog-details__list {
	margin-top: 33px;
	margin-bottom: 40px;
}

.about-two__content .blog-details__list li {
	color: var(--thm-black);
}
/*-------------------------------------------------------------- 
## About Three 
--------------------------------------------------------------*/
.about-three {
	padding-top: 150px;
	padding-bottom: 150px;
}

.about-three__content {
	padding-right: 35px;
}

.about-three__image {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}

.about-three__image>img:not(.about-dot-3-1) {
	border-radius: 10px;
	position: relative;
	z-index: 10;
}

.about-dot-3-1 {
	position: absolute;
	bottom: -70px;
	right: -70px;
}

.about-three__image-text {
	font-size: 13px;
	color: var(--thm-base);
	font-weight: bold;
	font-family: var(--heading-font);
	text-transform: capitalize;
	letter-spacing: -0.02em;
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%) translateX(-50%);
	z-index: 11;
}
.about-three__image-text .curved-circle {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-44%, -44%);
	text-transform: capitalize;
}

.about-three__image-text .curved-circle span {
	text-transform: capitalize;
}

.about-three__content .block-title {
	padding-bottom: 0;
}

.about-three__content>p {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 34px;
}

.about-three__content .blog-details__list {
	margin-bottom: 41px;
}

.about-three__content .blog-details__list li {
	color: var(--thm-black);
}

.about-three__content .blog-details__list li+li {
	margin-top: 17px;
}
/*-------------------------------------------------------------- 
## About Four 
--------------------------------------------------------------*/
.about-four {
	padding-top: 150px;
	padding-bottom: 150px;
}

.about-four .block-title {
	padding-bottom: 30px;
}

.about-four__text p {
	margin: 0;
}

.about-four__text p+p {
	margin-top: 30px;
}

.about-four__icon-wrap {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.about-four__icon-single {
	text-align: center;
}

.about-four__icon-single i {
	font-size: 48px;
	color: var(--thm-primary);
}

.about-four__icon-single h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4px;
}

.about-four__icon-single:nth-child(1) i {
	color: var(--thm-primary);
}

.about-four__icon-single:nth-child(2) i {
	color: var(--thm-base);
}

.about-four__icon-single:nth-child(3) i {
	color: #ff5e5e;
}

.about-four__image>img {
	position: relative;
	z-index: 10;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.1);
}


.about-four__image {
	display: inline-block;
	position: relative;
	margin-left: 100px;
}

.about-four__image [class*=about-four__image-dot-] {
	position: absolute;
	z-index: 8;
	border-radius: 0;
	box-shadow: none;
}

.about-four__image-dot-1 {
	top: 30px;
	left: -50px;
}

.about-four__image-dot-2 {
	bottom: -85px;
	right: 60px;
}
/** living-option-four **/

.living-option-four{
	position: relative;
	background: #f0f7f7;
	padding: 135px 0px 110px 0px;
}

.living-option-four .single-item .inner-box{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.living-option-four .single-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--thm-base);
	border-radius: 10px;
	margin: 0px;
}

.living-option-four .single-item .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .image-box img{
	opacity: 0.2;
	transform: scale(1.05);
}

.living-option-four .single-item .inner-box .lower-content{
	position: relative;
	padding: 0px 40px;
}

.living-option-four .single-item .inner-box .lower-content .inner{
	position: relative;
	margin-top: -90px;
	display: block;
	background: #fff;
	padding: 45px 30px 50px 40px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.living-option-four .single-item .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 35px;
	color: #2d2929;
	font-weight: 700;
	margin-bottom: 11px;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color: #2d2929;
	transition: all 500ms ease;
}

.living-option-four .single-item .inner-box .lower-content .inner h3 a:hover{
	color: var(--thm-base);
}

.living-option-four .single-item .inner-box .lower-content .inner p{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 20px;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .link-btn{
	position: relative;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #2d2929;
    font-size: 23px;
    background-color: #fff;
    transform: scale(1,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .link-btn{
    transform: scale(0,0);
    opacity: 0;
}

.living-option-four .single-item .inner-box .lower-content .inner .btn-box .main-nav-one__btn{
	position: absolute;
	left: 0px;
	bottom: 50px;
	padding: 15px 45px;
	opacity: 0;
}

.living-option-four .single-item .inner-box:hover .lower-content .inner .btn-box .main-nav-one__btn{
	left: 40px;
	opacity: 1;
}

.living-option-four .single-item .inner-box .lower-content .inner .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
}