/*-------------------------------------------------------------- 
# Slider
--------------------------------------------------------------*/
.slider-one__wrapper {
	position: relative;
	overflow: hidden;
	background-color: #f0f7f7;
	padding-bottom: 169px;
}

.slider-one__carousel .owl-stage-outer {
	overflow: visible;
}

.slider-one__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
}

.slider-one__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.slider-one__item {
	padding-top: 380px;
}

.slider-one__carousel .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-one__content {
	width: 100%;
	max-width: 682px;
	position: relative;
	margin-bottom: -135px;
	z-index: 10;
	opacity: 0;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-one__carousel .active .slider-one__content {
	animation-name: fadeInUp;
}

.slider-one__content::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1920px;
	height: 100%;
	background-color: #ffffff;
}
.slider-one__content-inner {
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 85px;
	padding-bottom: 66px;
}
.slider-one__content-inner h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 45px;
	line-height: 50px;
	position: relative;
}

.slider-one__content-inner p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #93959e;
	margin-top: 21px;
	margin-bottom: 33px;
	position: relative;
}

.slider-one__content-inner .thm-btn {
	position: relative;
}

.slider-one__nav {
	position: absolute;
	bottom: 165px;
	right: 70px;
	z-index: 100;
}

.slider-one__nav-left,
.slider-one__nav-right {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #9c9da5;
	text-align: center;
	transition: 500ms ease;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.2) !important;
}

.slider-one__nav-right {
	margin-top: 20px;
}

.slider-one__nav-left:hover,
.slider-one__nav-right:hover {
	background-color: var(--thm-base);
	color: #fff;
}
/*-------------------------------------------------------------- 
## Slider Two
--------------------------------------------------------------*/
#slider-two__carousel-dots {
	counter-reset: dotsCount;
	display: flex;
	align-items: center;
	position: absolute;
	top: calc(100% + 185px);
	left: 0;
}

@media(max-width: 1440px) {
	#slider-two__carousel-dots {
		top: calc(100% + 105px);
	}
}

#slider-two__carousel-dots li {
	counter-increment: dotsCount;
	position: relative;
	transition: 500ms;
}

#slider-two__carousel-dots li.active {
	transform: translateY(-30px);
}

#slider-two__carousel-dots li+li {
	margin-left: 50px;
}

#slider-two__carousel-dots li::before {
	font-size: 22px;
	line-height: 1em;
	font-family: var(--heading-font);
	color: #b9bac1;
	font-weight: bold;
	content: counters(dotsCount, ".", decimal-leading-zero);
	transition: 500ms;
}

#slider-two__carousel-dots li.active::before {
	color: var(--thm-base);
}

#slider-two__carousel-dots li::after {
	content: '';
	width: 2px;
	height: 0px;
	transition: height 500ms ease;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 100%;
	left: calc(50% - 1px);
	background-color: var(--thm-base);
}

#slider-two__carousel-dots li.active::after {
	height: 25px;
}

.slider-two__wrapper {
	padding-bottom: 250px;
}

.slider-two__wrapper .my-auto {
	width: 100%;
}

.slider-two__main {
	width: 100%;
	max-width: 546px;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

@media(max-width: 1440px) {
	.slider-two__main {
		padding-right: 30px;
	}
}

.slider-two__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: -.02em;
	margin-bottom: 20px;
}

@media(max-width: 1440px) {
	.slider-two__main h3 {
		font-size: 40px;
	}
}

.slider-two__main p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin-bottom: 30px;
}

.slider-two__wrapper .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

@media(max-width: 1440px) {
	.slider-two__wrapper .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.slider-two__carousel {
	width: 100%;
	max-width: 945px;
	position: relative;
	z-index: 19;
}

.slider-two__carousel .owl-stage-outer {
	overflow: visible;
}

.slider-two__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.slider-two__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.slider-two__carousel-single img {
	border-radius: 10px;
}

.slider-two__carousel-content {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;

	width: 100%;
	max-width: 370px;
	position: absolute;
	bottom: -100px;
	left: -130px;
	z-index: 10;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: -14.142px 14.142px 30px 0px rgba(67, 131, 99, 0.08);
	padding-left: 50px;
	padding-right: 45px;
	padding-top: 64px;
	padding-bottom: 56px;
}

@media(max-width: 1795px) {
	.slider-two__carousel-content {
		left: -70px;
	}
}


@media(max-width: 1675px) {
	.slider-two__carousel-content {
		left: -20px;
	}
}

@media(max-width: 1510px) {
	.slider-two__carousel-content {
		left: 20px;
	}
}
.slider-two__carousel-content::after {
	content: '';
	width: 3px;
	height: 50px;
	background-color: var(--thm-base);
	position: absolute;
	top: 70px;
	left: 0;
}

.slider-two__carousel-content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 34px;
}

.slider-two__carousel-content p {
	font-size: 16px;
	line-height: 30px;
	color: #93959e;
	margin: 0;
}

/* animating on active */

.slider-two__carousel .active .slider-two__carousle-content {
	animation-name: fadeInUp;
}
/*-------------------------------------------------------------- 
## Slider Three
--------------------------------------------------------------*/
.slider-three__wrapper {
	position: relative;
}

@media(min-width: 1921px) {
	.slider-three::after {
		background-size: 100% auto;
		bottom: -3px;
	}
}
.slider-three__carousel {
	position: relative;
	z-index: 12;
}
.slider-three__carousel .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 152.5px;
	padding-bottom: 152.5px;
	overflow: hidden;
}

.slider-three .anim-elm {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-three__content {
	padding-top: 61px;
	padding-bottom: 74px;
	position: relative;
	width: 100%;
	padding-left: 35px;
	padding-right: 65px;
	background-color: #fff;
	margin-left: 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slider-three__content h3 {
	margin: 0;
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 20px;
	color: var(--thm-black);
}

.slider-three__content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 33px;
	width: 96%;
}

.slider-three__btn {
	padding-left: 49px;
	padding-right: 49px;
}

/* animating on active */

.slider-three__carousel .active .slider-three__content {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.slider-three__nav {
	position: absolute;
	left: 60px;
	top: 50%;
	z-index: 14;
	transform: translateY(-50%);
}

.slider-three__nav-left,
.slider-three__nav-right {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #9c9da5;
	text-align: center;
	transition: 500ms ease;
	z-index: 14;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.2);
}

.slider-three__nav-right {
	margin-top: 20px;
}

.slider-three__nav-left:hover,
.slider-three__nav-right:hover {
	background-color: var(--thm-base);
	color: #fff;
}
/*-------------------------------------------------------------- 
## Slider Four
--------------------------------------------------------------*/
.slider-four__wrapper {
	position: relative;
}
@media(min-width: 1921px) {
	.slider-four::after {
		background-size: 100% auto;
		bottom: -3px;
	}
}

.slider-four__carousel {
	position: relative;
	z-index: 12;
}

.slider-four__carousel .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 271.5px;
	padding-bottom: 271.5px;
}

.slider-four__content .anim-elm {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.slider-four__content h3 {
	margin: 0;
	font-size: 65px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
}

.slider-four__content p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

/* animating on active */

.slider-four__carousel .active .slider-four__content h3 {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-four__carousel .active .slider-four__content p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-four__nav-left,
.slider-four__nav-right {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #9c9da5;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: 500ms ease;
	position: absolute;
	z-index: 14;
	box-shadow: 0px 10px 20px 0px rgba(67, 131, 99, 0.2);
}

.slider-four__nav-left {
	left: 50px;
}

.slider-four__nav-right {
	right: 50px;
}

.slider-four__nav-left:hover,
.slider-four__nav-right:hover {
	background-color: var(--thm-base);
	color: #fff;
}
@media(min-width: 1921px) {
	.slider-five::after {
		background-size: 100% auto;
		bottom: auto;
	}
}

.slider-five .slider-four__carousel .item {
	padding-top: 206px;
	padding-bottom: 206px;
}

.slider-five .slider-four__content .thm-btn {
	margin-top: 33px;
}

.slider-five .slider-four__carousel .active .slider-four__content .thm-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}/*-------------------------------------------------------------- 
# 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;
}
/*-------------------------------------------------------------- 
# Call To Action 
--------------------------------------------------------------*/

.cta-one {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 187px;
	padding-bottom: 200px;
}

.cta-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
}

.cta-one .container {
	position: relative;
}

.cta-one h3 {
	font-weight: bold;
	margin: 0;
	color: #fff;
	font-size: 50px;
}

.cta-one p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 43px;
	margin-top: 25px;
}

.cta-one__btn {
	padding: 20px 59px;
	border-radius: 35px;
	font-size: 17px;
	background-color: var(--thm-primary);
}

.cta-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/*-------------------------------------------------------------- 
## Cta Three 
--------------------------------------------------------------*/

.cta-three .inner-container {
	background-color: var(--thm-primary);
	border-radius: 10px;
	position: relative;
	z-index: 30;
	margin-top: -110px;
}

.cta-three__image img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cta-three__content {
	padding-left: 60px;
	padding-right: 75px;
}

.cta-three__content h3 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 22px;
}

.cta-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}/** funfact-three **/
.funfact-three{
	position: relative;
	background: #24262b;
	padding: 100px 0px 100px 0px;
}
.funfact-three__single{
	position: relative;
	display: block;
}

.funfact-three__counter{
	position: relative;
	display: inline-block;
	width: 155px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	margin-bottom: 35px;
}

.funfact-three__counter h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 129px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

.funfact-three__counter .pattern-layer .pattern-1{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 130px;
	background-repeat: no-repeat;
}

.funfact-three__counter .pattern-layer .pattern-2{
	position: absolute;
	left: -8px;
	top: -1px;
	width: 160px;
	height: 140px;
	background-repeat: no-repeat;
}

.counter-block:nth-child(2) .funfact-three__counter .pattern-layer .pattern-2{
	top: -10px;
	left: 5px;
}

.funfact-three__single h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

.funfact-three .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}/*-------------------------------------------------------------- 
# 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 
--------------------------------------------------------------*/
.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;
}/*-------------------------------------------------------------- 
# Portfolio 
--------------------------------------------------------------*/
.portfolio-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.portfolio-filter li span {
	cursor: pointer;
	display: block;
	background-color: #edeef5;
	border-radius: 35px;
	color: var(--thm-black);
	font-size: 18px;
	font-weight: bold;
	font-family: var(--heading-font);
	padding: 20px 59px;
	transition: all 500ms ease;
}

.portfolio-filter li+li {
	margin-left: 10px;
}

.portfolio-filter li.active span,
.portfolio-filter li:hover span {
	background-color: var(--thm-base);
	color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
}

.portfolio-grid {
	padding-top: 150px;
	padding-bottom: 150px;
}

.portfolio-one__single {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
}

.portfolio-one__image {
	overflow: hidden;
	position: relative;
	background-color: var(--thm-base);
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.portfolio-one__image>img {
	width: 100%;
	transform: scale(1.0);
	opacity: 1;
	transition: opacity 500ms ease, transform 500ms ease;
}

.portfolio-one__single:hover .portfolio-one__image>img {
	opacity: 0.2;
	transform: scale(1.05);
}

.portfolio-one__image>a {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--thm-primary);
	font-size: 32px;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	opacity: 0;
	transform: perspective(100px) translateZ(30px) rotate(45deg);
	transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease;
}

.portfolio-one__image>a:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.portfolio-one__single:hover .portfolio-one__image>a {
	opacity: 1;
	transform: perspective(100px) translateZ(0px) rotate(0deg);
	transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease;
}

.portfolio-grid__more-btn {
	margin-top: 40px;
}

.portfolio-grid__home-five {
	padding-bottom: 120px;
}
/*-------------------------------------------------------------- 
## 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;
}