/*-------------------------------------------------------------- 
# 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;
}