/* HERO SLIDER */

.flex-row-reverse {
	flex-direction: row-reverse;
}


.section-hero .btn-primary:hover {
	color: #ffffff;
	background: #000000 !important;
	border-color: #000000 !important;
}

.hero-swiper {
	height: 800px;
}

.hero-swiper .hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #868585;
	height: 100%;
}

.hero-swiper .hero-image .hero-content {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding-bottom: 170px;
}

.hero-swiper .hero-content .section-title {
	margin-bottom: 45px;
}

.hero-swiper .hero-video,
.hero-swiper .hero-video .hero-content {
	height: 100%;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-container-rtl .swiper-button-prev,
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-container-rtl .swiper-button-next {
	height: 56px;
	width: 56px;
	background-color: #8d6746;
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	visibility: hidden;
	transform: .5s ease-in-out all, opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.hero-swiper:hover .swiper-button-next,
.hero-swiper:hover .swiper-container-rtl .swiper-button-prev,
.hero-swiper:hover .swiper-button-prev,
.hero-swiper:hover .swiper-container-rtl .swiper-button-next {
	display: flex;
	visibility: visible;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-container-rtl .swiper-button-next {
	left: 0;
}

/* SECTION STATICSTIC SLIDER */
.section-infographic {
	position: relative;
	margin-top: -65px;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 15px;
}

.section-infographic .container {
	max-width: 1274px;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	padding: 33px 0;
	position: relative;
}

.infographic-swiper {
	max-width: 1162px;
	margin: 0 auto;
}

.infographic-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.infographic-content .infographic-icon {
	margin-right: 18px;
}

.infographic-content .infographic-icon .icon {
	height: 63px;
	width: 63px;
	display: inline-flex;
	background-color: #e8c3a4;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	border-radius: 100%;
}

.infographic-content .infographic-text p {
	color: #4a4a4a;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -0.38px;
	margin-bottom: 4px;
	padding-top: 4px;
}

.infographic-content .infographic-text h6 {
	color: #5c805a;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.6px;
}

.section-infographic .swiper-button-next,
.section-infographic .swiper-container-rtl .swiper-button-prev,
.section-infographic .swiper-button-prev,
.section-infographic .swiper-container-rtl .swiper-button-next {
	height: 100%;
	width: 56px;
	background-color: #8d6746;
	color: #ffffff;
	top: 0;
	margin-top: 0;
}

.section-infographic .swiper-button-next,
.section-infographic .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.section-infographic .swiper-button-prev,
.section-infographic .swiper-container-rtl .swiper-button-next {
	left: 0;
}

/* SECTION ABOUT */
.section-about {
	padding: 115px 0 60px;
	background-repeat: no-repeat;
	background-size: 586px 599px;
	background-position: left top 160px;
	position: relative;
	background: #ffffff !important;
}

.section-about-image {
	background-repeat: no-repeat;
	background-size: 537px 453px;
	background-position: left bottom;
	height: 453px;
	width: 537px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-about .container.px-xl-0 {
	padding-bottom: 130px;
}

.section-about .about-image img {
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.section-about .about-list {
	border-top: 1px solid #979797;
	padding-bottom: 80px;
}

.section-about .about-list li {
	border-bottom: 1px solid #979797;
	padding: 15px 0;
	position: relative;
}

.section-about .about-list li a {
	color: #000000;
	font-size: 16px;
	display: inline-block;
	margin-right: 25px;
}

.section-about .about-list li .icon {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #5c805a;
	font-size: 16px;
	transition: 0.2s ease-in-out;
}

.section-about .about-list li:hover .icon {
	right: 0;
}

/* SECTINO SERVICES */
.section-service {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0 40px;
}

.service-list {
	max-width: 310px;
	width: 100%;
	margin-bottom: 50px;
}

/* SECTION LATEST POST */
.section-latest-post {
	padding: 140px 0 80px;
	position: relative;
}

.section-latest-post-image {
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: -236px;
	width: 402px;
	height: 696px;
	left: 0;
}

.section-latest-post .section-title a.small {
	position: absolute;
	bottom: 9px;
	right: 0;
}

.latest-post-card {
	box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .12);
	position: relative;
	background-color: #ffffff;
	margin-top: 20px;
}

.latest-post-card-image {
	height: 260px;
	position: relative;
}

.latest-post-card-image img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.latest-post-card-content {
	padding: 50px 25px;
}

.latest-post-card-content:hover a {
	padding-left: 5px;
}

.latest-post-card-content p {
	height: 50px;
	overflow: hidden;
}


/* MEDIA CSS */
@media screen and (min-width: 768px) {
	.section-latest-post .g-lg-5 {
		--bs-gutter-y: 2.5rem;
		--bs-gutter-x: 2.5rem;
	}

	.section-latest-post>.container {
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width: 1274px) {
	.infographic-swiper {
		max-width: calc(100% - 112px);
	}

	.section-about-image {
		z-index: -1;
	}
}

@media screen and (max-width: 991px) {
	.hero-swiper {
		height: 520px;
	}

	.hero-swiper .hero-image .hero-content {
		padding: 50px 15px 55px;
		justify-content: space-between;
	}

	.section-infographic {
		margin-top: 0;
	}

	.section-infographic .container {
		padding: 22px 0;
	}

	.section-infographic .swiper-button-next,
	.section-infographic .swiper-container-rtl .swiper-button-prev,
	.section-infographic .swiper-button-prev,
	.section-infographic .swiper-container-rtl .swiper-button-next {
		width: 29px;
		font-size: 14px;
	}

	.section-about {
		background-image: none !important;
		padding: 25px 0 40px;
	}

	.section-about .container.px-xl-0 {
		padding-bottom: 40px;
	}

	.section-about .about-image {
		height: 240px;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
		max-width: 353px;
		width: 100%;
		margin-bottom: 30px;
	}

	.section-about .about-image img {
		position: absolute;
		bottom: -55px;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-shadow: none;
	}

	.section-about .about-list {
		padding-bottom: 0;
	}

	.section-service {
		background-image: none !important;
		padding: 50px 0;
	}

	.service-list {
		margin-bottom: 25px;
	}

	.section-latest-post {
		padding: 40px 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.service-list {
		max-width: 100%;
	}

	.section-latest-post .container {
		padding-left: 0;
		padding-right: 0;
	}

	.latest-post-card {
		box-shadow: none;
		margin-top: 0;
	}

	.latest-post-card-content {
		padding: 25px 12px;
	}
}

@media screen and (max-width: 400px) {
	.section-about .about-image {
		margin-left: -12px;
		margin-right: -12px;
		max-width: initial;
		width: initial;
	}

	.section-about .about-image img {
		width: 100%;
	}
}


/* RTL CSS */

.rtl .section-about .about-list li a {
	margin-left: 25px;
	margin-right: auto;
}

.rtl .section-about .about-list li .icon {
	left: 5px;
	right: auto;
}

.rtl .latest-post-card-content:hover a {
	padding-right: 5px;
	padding-left: 0;
}