/*-------------------------------------------------------------- 
# 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;
}/*-------------------------------------------------------------- 
# Testimonials 
--------------------------------------------------------------*/
.testimonials-one {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.testimonials-one .container {
	position: relative;
}

.testimonials-one__carousel .owl-dots {
	margin-top: 70px !important;
}

.testimonials-one__carousel .owl-dots .owl-dot {
	margin: 0;
	outline: none;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 50%;
	background-color: #d2d9d9;
	margin-left: 5px;
	margin-right: 5px;
	transition: 500ms;
}

.testimonials-one__carousel {
	margin-top: 50px;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span {
	background-color: var(--thm-primary);
	height: 13px;
	width: 13px;
	clip-path: ellipse(30% 50% at 50% 50%);
}

.testimonials-one__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-one__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
}

.testimonials-one__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.testimonials-one__single {
	text-align: center;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}
.testimonials-one__inner {
	position: relative;
	padding-bottom: 40px;
	padding-left: 64px;
	padding-right: 64px;
}

.testimonials-one__image {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	top: -50px;
	margin-bottom: -50px;
}

.testimonials-one__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-base);
	transform: rotate(15deg);
	border-radius: inherit;
	opacity: .3;
	transition: transform 500ms;
}

.testimonials-one__single:hover .testimonials-one__image::before {
	transform: rotate(195deg);
}

.testimonials-one__image>img {
	border-radius: 10px;
	position: relative;
}

.testimonials-one__single p {
	margin-top: 42px;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: var(--thm-black);
	margin-bottom: 35px;
}

.testimonials-one__single h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	line-height: 1em;
	font-size: 20px;
	margin-bottom: 10px;
}

.testimonials-one__single span {
	color: #93959e;
	font-size: 16px;
	line-height: 1em;
	display: block;
}

.testimonials-one__carousel .owl-nav {
	margin-top: 50px;
}
/*-------------------------------------------------------------- 
## Testimonials Two
--------------------------------------------------------------*/
.testimonials-two {
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 230px;
}

.testimonials-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.testimonials-two .container {
	position: relative;
}

.testimonials-two__content {
	position: relative;
	margin-bottom: -53px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 53px;
	padding-top: 75px;
	z-index: 10;
	background-color: #fff;
}
.testimonials-two__content .block-title {
	padding-bottom: 27px;
}

.testimonials-two__content .block-title p+h3 {
	margin-top: 33px;
}

.testimonials-two__single h3 {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: var(--thm-black);
	line-height: 1em;
	margin-top: 37px;
}

.testimonials-two__single span {
	margin: 0;
	display: block;
	line-height: 1em;
	color: #93959e;
	font-size: 16px;
	margin-top: 9px;
}

.testimonials-two__single p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: var(--thm-black);
}
.testimonials-two__thumb-carousel,
.testimonials-two__carousel {
	overflow: hidden;
	background-color: #fff;
}
.testimonials-two__thumb-carousel {
	width: 280px;
	position: absolute;
	bottom: 50px;
	right: 45px;
	z-index: 10;
}
.testimonials-two__thumb-carousel .swiper-wrapper .swiper-slide img {
	opacity: 0.5;
	transform: scale(.8);
	transform-origin: center center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.testimonials-two__thumb-carousel .swiper-wrapper .swiper-slide-thumb-active img {
	transform: scale(1) !important;
	opacity: 1 !important;
}
/*-------------------------------------------------------------- 
## Testimonials Three
--------------------------------------------------------------*/

.testimonials-three {
	padding-top: 150px;
	background-color: #f0f7f7;
	position: relative;
}

.testimonials-three::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 131px;
	background-color: #fff;
}

[class*=testimonials-three__image-] {
	position: absolute;
	box-shadow: 0px 20px 30px 0px rgba(43, 85, 64, 0.1);
}

.testimonials-three__image-1 {
	bottom: 24%;
	right: 3%;
}

.testimonials-three__image-2 {
	top: 31%;
	right: 10%;
}

.testimonials-three__image-3 {
	top: 7%;
	right: 3%;
}

.testimonials-three__image-4 {
	top: 31%;
	left: 10%;
}

.testimonials-three__image-5 {
	bottom: 24%;
	left: 3%;
}

.testimonials-three__image-6 {
	top: 7%;
	left: 3%;
}

.testimonials-three .container {
	position: relative;
}

@media(min-width: 1200px) {
	.testimonials-three .container {
		max-width: 1000px;
	}
}

.testimonials-three__single {
	text-align: center;
}

.testimonials-three__icon {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: var(--thm-base);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -50px;
}

.testimonials-three__icon::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;
}

.testimonials-three__single:hover .testimonials-three__icon::before {
	transform: rotate(195deg);
}

.testimonials-three__icon i {
	position: relative;
	color: #fff;
	font-size: 40px;
}

.testimonials-three__single p {
	margin: 0;
	color: var(--thm-black);
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	margin-top: 56px;
	margin-bottom: 35px;
}

.testimonials-three__single h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: bold;
	margin-bottom: 8px;
}

.testimonials-three__single span {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 1em;
	display: block;
}

.testimonials-three__carousel {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 31px;
	box-shadow: -14.142px 44.142px 30px 0px rgba(67, 131, 99, 0.08);
}
.testimonials-three__carousel .owl-nav {
	margin-top: 50px;
}

.testimonials-three__carousel .owl-dots {
	margin-top: 35px !important;
}

.testimonials-three__carousel .owl-dots .owl-dot {
	margin: 0;
	outline: none;
}

.testimonials-three__carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0;
	border-radius: 50%;
	background-color: #d2d9d9;
	margin-left: 5px;
	margin-right: 5px;
	transition: 500ms;
}

.testimonials-three__carousel {
	margin-top: 50px;
}

.testimonials-three__carousel .owl-dots .owl-dot.active span,
.testimonials-three__carousel .owl-dots .owl-dot:hover span {
	background-color: var(--thm-primary);
	height: 13px;
	width: 13px;
	clip-path: ellipse(30% 50% at 50% 50%);
}

.testimonials-three__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-three__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
}

.testimonials-three__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}/** 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;
}