/*-------------------------------------------------------------- 
# Living Option 
--------------------------------------------------------------*/
.living-option-one {
	background-color: #f0f7f7;
	padding-top: 150px;
	padding-bottom: 150px;
}

.living-option-one .nav-tabs {
	border-bottom: 0;
	flex: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 70px;
}

.living-option-one .nav-tabs .nav-item {
	margin: 0;
	flex: 1 1 20%;
	padding-left: 10px;
	padding-right: 10px;
}

.living-option-one .nav-tabs .nav-link {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	border-radius: 35px;
	display: block;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 19px;
	transition: 500ms;
}

.living-option-one .nav-tabs .nav-link.active,
.living-option-one .nav-tabs .nav-link:hover {
	color: #fff;
	background-color: var(--thm-base);
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.living-option-one__image {
	border-radius: 10px;
	box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.1);
}

.living-option-one__image>img {
	border-radius: 10px;
}

.living-option-one__content {
	padding-left: 20px;
}

.living-option-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 27px;
}

.living-option-one__content p {
	margin: 0;
}

.living-option-one__content .blog-details__list {
	margin-top: 25px;
	margin-bottom: 43px;
}

.living-option-one__content .blog-details__list li {
	color: var(--thm-black);
}

.living-option-one__content .blog-details__list li i {
	color: var(--thm-primary);
}

.living-option-one__btn {
	padding: 10px 35px;
	border-radius: 25px;
}
/*-------------------------------------------------------------- 
## Living Option Two
--------------------------------------------------------------*/

.living-option-two {
	padding-top: 150px;
	padding-bottom: 190px;
}

.living-option-two .block-title {
	padding-bottom: 30px;
}

.living-option-two__main>p {
	margin: 0;
	margin-bottom: 17px;
}

.living-option-two__tab-title {
	width: 100%;
	max-width: 250px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.living-option-two__tab-title .nav-link {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--thm-black);
	border-radius: 10px;
	line-height: 65px;
	transition: all 500ms ease;
}

.living-option-two__tab-title .nav-link+.nav-link {
	margin-top: 5px;
}

.living-option-two__tab-title .nav-link.active,
.living-option-two__tab-title .nav-link:hover {
	padding-left: 30px;
	color: #fff;
	background-color: var(--thm-base);
}

.living-option-two .about-two__image {
	margin-left: 100px;
}

.living-option-two .about-two__image-content {
	right: auto;
	left: -100px;
	max-width: 350px;
}

.living-option-two__btn {
	padding: 10px 34.5px;
	border-radius: 25px;
	margin-top: 20px;
}

.living-option-two .about-two__image-dot-1 {
	bottom: auto;
	right: auto;
	top: 30px;
	left: -55px;
}

.living-option-two .about-two__image-dot-2 {
	bottom: -85px;
	left: auto;
	right: 105px;
}
/*-------------------------------------------------------------- 
## Living Option Three
--------------------------------------------------------------*/
.living-option-three {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #f0f7f7;
}

.living-option-three__main p {
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 5px;
}

.living-option-three__image img {
	border-radius: 10px;
}

.living-option-three__content {
	background-color: #24262b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 40px;
	position: relative;
	padding-top: 44px;
	padding-bottom: 70px;
	padding-right: 40px;
}
.living-option-three__content::after {
	content: '';
	width: 3px;
	height: 50px;
	background-color: var(--thm-base);
	position: absolute;
	top: 50px;
	left: 0;
}

.living-option-three__content h3 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 23px;
}

.living-option-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.living-option-three__content .blog-details__list {
	margin: 0;
	margin-top: 23px;
}

.living-option-three__content .blog-details__list li {
	color: #fff;
}

.living-option-three__content .blog-details__list li>i {
	color: var(--thm-primary);
}

.living-option-three__content .living-option-two__btn {
	margin-top: 34px;
}

.living-option-three__content .living-option-two__btn:hover {
	background-color: var(--thm-primary);
}/*-------------------------------------------------------------- 
# 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;
}/*-------------------------------------------------------------- 
# Team Service 
--------------------------------------------------------------*/

.team-service {
	padding-bottom: 100px;
	padding-top: 150px;
}

.team-service__single {
	margin-bottom: 43px;
}

.team-service__image {
	overflow: hidden;
	border-radius: 10px;
	background-color: #000000;
}

.team-service__image>img {
	width: 100%;
	opacity: 1;
	transform: scale(1.0);
	transition: transform 500ms ease, opacity 500ms ease;
}

.team-service__single:hover .team-service__image>img {
	opacity: 0.4;
	transform: scale(1.05);
}

.team-service__content {
	text-align: center;
}

.team-service__content h3 {
	color: var(--thm-black);
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-top: 26px;
	margin-bottom: 5px;
}

.team-service__content h3 a {
	color: inherit;
	transition: 500ms;
}

.team-service__content h3 a:hover {
	color: var(--thm-primary);
}

.team-service__content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	list-style: 30px;
}
