/* =========================================
Project Style1
============================================ */
.project-one {
	position: relative;
	display: block;
	background-color: var(--thm-white);
	padding: 140px 0px 140px;
	z-index: 10;
}

.project-one .sec-count-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 140px;
	right: 165px;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}

.project-one .sec-count-box h1 {
	position: relative;
	top: 10px;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
}

.project-one .sec-title-one {
	padding-bottom: 62px;
}

.project-one .sec-title-one .btn-box {
	position: relative;
	display: inline-block;
	line-height: 0;
	padding-top: 40px;
}

.project-one__bottom {
	position: relative;
	display: block;
	margin-left: 70px;
}

.project-one__bottom .swiper-container {
	margin-right: -340px;
}

.project-one__box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.project-one__box li {
	position: relative;
	flex: 0 0 33.333333%;
	padding-left: 20px;
	padding-right: 20px;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease;
}

.project-one__box li.active {
	flex: 0 0 50%;
}

.project-one__box-content {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 500px;
	z-index: 1;
}

.single-project-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
	background-position: center center;
	transition: all 500ms ease;
	z-index: -1;
}

.project-one__shape-1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.project-one__shape-1 img {
	width: auto;
}

.project-one__box-content-inner-wrapper {
	position: relative;
	display: block;
}

.project-one__box-content-inner {
	position: relative;
	display: block;
	padding: 45px 55px;
	padding-right: 0;
	width: 100%;
	height: 500px;
	opacity: 0;
	transform: perspective(540px) rotateY(0deg) translateY(-100px);
	transform-origin: top;
	transition: all 500ms ease;
	z-index: 3;
	display: flex;
	align-items: flex-end;
}

.project-one__box-content:hover .project-one__box-content-inner {
	opacity: 1;
	transform: perspective(540px) rotateY(0deg) translateY(0px);
	transition-delay: 500ms;
}

.project-one__box-content-inner .title-box {
	position: relative;
	display: block;
}

.project-one__box-content .img-holder-img-bg {
	position: absolute;
	height: 271px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	border-radius: 40px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(540px) rotateX(-10deg);
	-ms-transform: perspective(540px) rotateX(-10deg);
	transform: perspective(540px) rotateX(-10deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	z-index: 1;
}

.project-one__box-content:hover .img-holder-img-bg {
	opacity: 1;
	-webkit-transform: perspective(540px) rotateX(0deg);
	-ms-transform: perspective(540px) rotateX(0deg);
	transform: perspective(540px) rotateX(0deg);
}

.project-one__box-content-inner-icon {
	position: absolute;
	right: 50px;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.project-one__box-content-inner-icon>a {
	position: relative;
	display: flex;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	font-weight: 900;
	font-size: 30px;
	background-color: var(--thm-primary);
	color: var(--thm-white);
	align-items: center;
	justify-content: center;
}

.project-one__box-content-inner-icon:hover a {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

.project-one__box-content-inner-wrapper p {
	color: var(--thm-white);
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.project-one__box-content-inner-wrapper h4 {
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	font-family: var(--thm-font-2);
}

.project-one__box-content-inner-wrapper h4 a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-one__box-content-inner-wrapper h4 a:hover {
	color: var(--thm-primary);
}

@media(min-width: 768px) {


	.project-one__box li {
		flex: 1;

	}

	.project-one__box li.active {
		flex: 2;
	}

	.project-one__box li.active .project-one__box-content .img-holder-img-bg {
		opacity: 0.80;
		-webkit-transform: perspective(540px) rotateX(0deg);
		-ms-transform: perspective(540px) rotateX(0deg);
		transform: perspective(540px) rotateX(0deg);
	}

	.project-one__box li.active .project-one__box-content .project-one__box-content-inner {
		opacity: 1;
		transform: perspective(540px) rotateY(0deg) translateY(0px);
		transition-delay: 500ms;
	}


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.project-one {
		padding: 100px 0 100px;
	}

	.project-one__box li.active {
		flex: 0 0 100%;
	}

	.project-one__box-content {
		min-height: 500px;
	}

	.project-one__box-content-inner {
		padding: 48px 30px;
		height: 500px;
	}

	.project-one__box-content-inner-wrapper h4 {
		font-size: 28px;
	}




}


.project-one__bottom .swiper-nav-style-one {
	max-width: 1150px;
}

.project-one__bottom .swiper-button-prev1 {
	transform: rotate(180deg);
}








/* =====================================
Project Two
========================================*/
.project-two {
	position: relative;
	display: block;
	padding: 130px 0 0;
	z-index: 1;
}

.project-two__bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 600px;
	background-color: var(--thm-black-bg3);
	z-index: -1;
}

.project-two__shape-1 {
	position: absolute;
	left: 209px;
	bottom: -105px;
	opacity: .20;
	z-index: -1;
}

.project-two__shape-1 img {
	width: auto;
}

.project-two__shape-2 {
	position: absolute;
	right: 140px;
	bottom: 76px;
	opacity: .10;
	z-index: -1;
}

.project-two__shape-2 img {
	width: auto;
}

.project-two__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.project-two__top .section-title-two {
	margin-bottom: 0;
}

.project-two__btn-box {
	position: relative;
	display: block;
}

.project-two__bottom {
	position: relative;
	display: block;
}

.project-two__box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.project-two__box li {
	position: relative;
	flex: 0 0 25%;
	padding-left: 10px;
	padding-right: 10px;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease;
}

.project-two__box li.active {
	flex: 0 0 50%;
}

.project-two__box-content {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 500px;
	z-index: 1;
}

.single-project-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 500ms ease;
	z-index: -1;
}

.project-two__box-content-inner-wrapper {
	position: relative;
	display: block;
}

.project-two__box-content-inner {
	position: relative;
	display: block;
	padding: 45px 20px;
	padding-right: 0;
	width: 100%;
	height: 500px;
	opacity: 0;
	transform: perspective(540px) rotateY(0deg) translateY(-100px);
	transform-origin: top;
	transition: all 500ms ease;
	z-index: 3;
	display: flex;
	align-items: flex-end;
}

.project-two__box-content:hover .project-two__box-content-inner {
	opacity: 1;
	transform: perspective(540px) rotateY(0deg) translateY(0px);
	transition-delay: 500ms;
}

.project-two__box-content-inner .title-box {
	position: relative;
	display: block;
}

.project-two__box-content .img-holder-img-bg {
	position: absolute;
	height: 271px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(540px) rotateX(-10deg);
	-ms-transform: perspective(540px) rotateX(-10deg);
	transform: perspective(540px) rotateX(-10deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	z-index: 1;
}

.project-two__box-content:hover .img-holder-img-bg {
	opacity: 1;
	-webkit-transform: perspective(540px) rotateX(0deg);
	-ms-transform: perspective(540px) rotateX(0deg);
	transform: perspective(540px) rotateX(0deg);
}

.project-two__box-content-inner-icon {
	position: absolute;
	right: 50px;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.project-two__box-content-inner-icon>a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	font-weight: 900;
	font-size: 30px;
	background-color: var(--thm-primary-2);
	color: var(--thm-black);
}

.project-two__box-content-inner-icon:hover a {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

.project-two__box-content-inner-wrapper p {
	color: var(--thm-white);
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.project-two__box-content-inner-wrapper h4 {
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	font-family: var(--thm-font-2);
}

.project-two__box-content-inner-wrapper h4 a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-two__box-content-inner-wrapper h4 a:hover {
	color: var(--thm-primary-2);
}

@media(min-width: 768px) {


	.project-two__box li {
		flex: 1;

	}

	.project-two__box li.active {
		flex: 3.46;
	}

	.project-two__box li.active .project-two__box-content .img-holder-img-bg {
		opacity: 0.80;
		-webkit-transform: perspective(540px) rotateX(0deg);
		-ms-transform: perspective(540px) rotateX(0deg);
		transform: perspective(540px) rotateX(0deg);
	}

	.project-two__box li.active .project-two__box-content .project-two__box-content-inner {
		opacity: 1;
		transform: perspective(540px) rotateY(0deg) translateY(0px);
		transition-delay: 500ms;
	}


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.project-two {
		padding: 100px 0 100px;
	}

	.project-two__box li.active {
		flex: 0 0 100%;
	}

	.project-two__box-content {
		min-height: 500px;
	}

	.project-two__box-content-inner {
		padding: 48px 30px;
		height: 500px;
	}

	.project-two__box-content-inner-wrapper h4 {
		font-size: 28px;
	}




}

/* =====================================
Project Three
========================================*/
.project-three {
	position: relative;
	display: block;
	padding: 120px 0 70px;
	margin: 40px 40px 40px;
	z-index: 1;
}

.project-three__shape-1 {
	position: absolute;
	left: 118px;
	bottom: 106px;
	opacity: .20;
}

.project-three__shape-1 img {
	width: auto;
	opacity: .20;
}

.project-three__shape-2 {
	position: absolute;
	right: 170px;
	top: 130px;
	opacity: .20;
}

.project-three__shape-2 img {
	width: auto;
}

.project-three__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.project-three__top .section-title-two {
	margin-bottom: 0;
}

.project-three__top .section-title-two__title {
	color: var(--thm-black);
}

.project-three__btn-box {
	position: relative;
	display: block;
}

.project-three__btn:hover {
	color: var(--thm-white);
}

.project-three__btn::before {
	background-color: var(--thm-black);
}

.project-three__bottom {
	position: relative;
	display: block;
}

.project-three__left {
	position: relative;
	display: block;
	margin-right: -33px;
}

.project-three__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-three__img-box {
	position: relative;
	display: block;
}

.project-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	z-index: 1;
	min-height:316px;
	object-fit: cover;
}

.project-three__img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 157px;
	border-radius: 0px 0px 40px 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	z-index: 1;
}

.project-three__img img {
	width: 100%;
	border-radius: 40px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.project-three__single:hover .project-three__img img {
	transform: scale(1.05) rotate(0deg);
}

.project-three__content {
	position: absolute;
	left: 40px;
	bottom: 33px;
	z-index: 2;
}

.project-three__sub-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: var(--thm-white);
}

.project-three__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 5px;
}

.project-three__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-three__title a:hover {
	color: var(--thm-primary-2);
}

.project-three__arrow {
	position: absolute;
	right: 36px;
	bottom: 42px;
	z-index: 2;
}

.project-three__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: var(--thm-primary-2);
	border-radius: 50%;
	font-size: 22px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-three__arrow a:hover {
	background-color: var(--thm-white);
	color: var(--thm-black);
}

.project-three__right {
	position: relative;
	display: block;
	margin-left: 33px;
}

.project-three__right .project-three__content {
	left: 25px;
}

.project-three__right .project-three__arrow {
	right: 20px;
	bottom: 62px;
}

.project-three__right .project-three__img::before {
	height: 328.273px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}


/* =====================================
Project Four
========================================*/
.project-four {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.project-four__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.project-four__top .section-title-two {
	margin-bottom: 0;
}

.project-four__top .section-title-two__title {
	color: #0F2033;
}

.project-four__btn-box {
	position: relative;
	display: block;
}

.project-four__btn:hover {
	color: var(--thm-white);
}

.project-four__btn::before {
	background-color: var(--thm-black);
}

.project-four__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-four__img-box {
	position: relative;
	display: block;
}

.project-four__img {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.project-four__img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 271px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	z-index: 1;
}

.project-four__img img {
	width: 100%;
	border-radius: 10px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.project-four__single:hover .project-four__img img {
	transform: scale(1.05) rotate(0deg);
}

.project-four__content {
	position: absolute;
	left: 50px;
	bottom: 44px;
	z-index: 2;
}

.project-four__sub-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--thm-white);
}

.project-four__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	font-family: var(--thm-font-2);
	margin-top: 5px;
}

.project-four__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-four__title a:hover {
	color: var(--thm-primary-2);
}

.project-four__arrow {
	position: absolute;
	right: 50px;
	bottom: 40px;
	z-index: 2;
}

.project-four__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 26px;
	color: var(--thm-black);
	background-color: var(--thm-primary-2);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-four__arrow a:hover {
	color: var(--thm-black);
	background-color: var(--thm-white);
}


/* =====================================
Project Five
========================================*/
.project-five {
	position: relative;
	display: block;
}

.project-five .container {
	max-width: 1560px;
}

.project-five__inner {
	position: relative;
	display: block;
	padding: 140px 0 140px;
	z-index: 1;
}

.project-five__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%, 0% 50%);
	z-index: -1;
}

.project-five__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1000000px;
	right: 99%;
	bottom: 0;
	background-color: var(--thm-black-bg4);
	z-index: -1;
}

.project-five__inner-content {
	position: relative;
	display: block;
}

.project-five__sec-title-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.project-five__single {
	position: relative;
	display: block;
	margin-left: 655px;
	margin-right: 125px;
}

.project-five__single-inner {
	position: relative;
	display: block;
}

.project-five__img-box {
	position: relative;
	display: block;
}

.project-five__img {
	position: relative;
	display: block;
	clip-path: polygon(0 0, 88% 0, 100% 14%, 100% 100%, 0 100%, 0 50%);
}

.project-five__img img {
	width: 100%;
}

.project-five__content-box {
	position: relative;
	display: block;
	background-color: #16232C;
	min-height: 145px;
	margin-left: 90px;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 13% 100%, 0 57%);
}

.project-five__content-box-two {
	position: absolute;
	bottom: 0;
	left: -435px;
	background-color: var(--thm-white);
	padding: 50px 50px 50px;
	max-width: 530px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 50%);
}

.project-five__sub-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: rgba(244, 196, 94, 0.20);
	font-size: 14px;
	font-weight: 600;
	color: var(--thm-black);
	letter-spacing: 1.4px;
	text-transform: uppercase;
	line-height: 14px;
	padding: 13px 16px;
}

.project-five__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 10px;
	margin-bottom: 21px;
}

.project-five__title a {
	color: var(--thm-black);
}

.project-five__title a:hover {
	color: var(--thm-primary);
}

.project-five__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-bottom: 42px;
}

.project-five__btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: var(--thm-black);
	padding: 13px 35px 11px;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid var(--thm-black);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	outline: none;
	z-index: 1;
}

.project-five__btn:hover {
	color: var(--thm-black);
	border: 1px solid var(--thm-primary-2);
}

.project-five__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 25px;
	background-color: var(--thm-primary-2);
	transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
	transform-origin: bottom center;
	transition: transform 0.4s linear, transform 0.4s linear;
	z-index: -1;
}

.project-five__btn:hover::before {
	transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
	transition: transform 0.4s linear, transform 0.4s linear;
}

.project-five-style-one__nav {
	position: absolute;
	bottom: 40px;
	right: 170px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 315px;
	width: 100%;
}

.project-five-button-prev1,
.project-five-button-next1 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border: 1px solid rgba(var(--thm-white-rgb), .20);
	border-radius: 50%;
	color: var(--thm-white);
	font-size: 20px;
	margin: 0px 0px;
	text-align: center;
	transition: all 500ms ease;
	z-index: 100;
}

.project-five-button-prev1:hover,
.project-five-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

.project-five-button-prev1 {
	transform: rotate(180deg);
}


.project-five-dot-style {
	position: absolute;
	display: inline-flex;
	line-height: 0;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	width: 100% !important;
	right: 265px;
	bottom: 55px !important;
	left: auto !important;
	counter-reset: count;
	line-height: 0;
	z-index: 100;
}

.project-five-dot-style .swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px 10px;
	background: transparent;
	border-radius: 50%;
	opacity: 1;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.project-five-dot-style .swiper-pagination-bullet:before {
	position: absolute;
	height: 30px;
	width: 30px;
	text-align: center;
	color: rgba(var(--thm-white-rgb), .40);
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	counter-increment: count;
	content: ""counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.project-five-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.project-five-dot-style .swiper-pagination-bullet:hover {
	color: rgba(var(--thm-white-rgb), 1);
	font-size: 42px;
}

/* =====================================
Project Six
========================================*/
.project-six {
	padding: 0px 0px 0px;
	background-color: var(--thm-black-bg3);
}

.project-six__inner {
	position: relative;
	display: block;
	padding: 170px 0px 190px;
	background-color: #fcfbff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.project-six__top-bg-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.project-six__top-bg-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.project-six__bottom-bg1 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: 1320px;
	width: 100%;
	z-index: 2;
}

.project-six__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project-six__top-left {
	position: relative;
	display: block;
}

.project-six__top-btn-box {
	position: relative;
	display: block;
	max-width: 200px;
	width: 100%;
}

.project-six .project-one__box-content-inner-icon>a {
	background-color: var(--thm-primary-2);
	color: var(--thm-black);
}

.project-six .project-one__box-content-inner-icon:hover a {
	background-color: var(--thm-secondary);
	color: var(--thm-white);
}

.project-six .project-one__box-content-inner-wrapper h4 a:hover {
	color: var(--thm-secondary);
}

.project-six .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid var(--thm-secondary);
}

.project-six .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-secondary);
	opacity: 1.0;
}

.project-six .swiper-nav-style-one:after {
	background-color: var(--thm-secondary);
}

.project-six .swiper-button-prev1,
.project-six .swiper-button-next1 {
	border: 1px solid rgba(var(--thm-black-rgb), .20);
	color: var(--thm-black);
}

.project-six .swiper-button-prev1:hover,
.project-six .swiper-button-next1:hover {
	color: var(--thm-black);
	border-color: var(--thm-primary-2);
	background-color: var(--thm-primary-2);
}

/* =====================================
	Project Details
========================================*/
.project-details {
	padding: 100px 0 112px;
	z-index: 1;
}

.project-details__top {
	position: relative;
	display: block;
	padding: 0 0 100px;
	z-index: 1;
}

.project-details__summary-box {
	position: relative;
	display: block;
	margin-right: 50px;
	background-color: #F8F8F8;
	padding: 30px 30px 30px;
	border-radius: 10px;
}

.project-details__summary-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 20px;
}

.project-details__summary-list {
	position: relative;
	display: block;
}

.project-details__summary-list li {
	position: relative;
	display: block;
}

.project-details__summary-list li+li {
	margin-top: 40px;
}

.project-details__summary-list li>p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #1F2034;
	margin-bottom: 4px;
}

.project-details__summary-list li>h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.project-details__summary-text {
	font-size: 20px;
	color: #1F2034;
	font-weight: 400;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 4px;
}

.project-details__summary-points {
	position: relative;
	display: block;
}

.project-details__summary-points>li {
	position: relative;
	display: flex;
	align-items: center;
}

.project-details__summary-points>li+li {
	margin-top: 4px;
}

.project-details__summary-bullets {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #205158;
	border-radius: 50%;
	margin-right: 10px;
}

.project-details__summary-points>li>p {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: var(--thm-black);
}

.project-details__summary-btn-box {
	position: relative;
	display: block;
	margin-top: 40px;
}

.project-details__summary-btn {
	border: 1px solid var(--thm-black);
	background-color: transparent;
	padding: 12px 31px 10px;
}

.project-details__summary-btn:hover {
	color: var(--thm-white);
}

.project-details__summary-btn::before {
	background-color: var(--thm-black);
}

.project-details__summary-btn>span {
	position: relative;
	margin-left: 15px;
	top: 1px;
	font-weight: 900;
	font-size: 16px;
}

.project-details__top-right {
	position: relative;
	display: block;
}

.project-details__top-text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.project-details__top-title-1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 79px;
	margin-bottom: 21px;
}

.project-details__top-text-2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.project-details__top-title-2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 39px;
	margin-bottom: 21px;
}

.project-details__top-text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.project-details__top-points-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 20px;
	margin-bottom: 20px;
}

.project-details__top-points {
	position: relative;
	display: block;
}

.project-details__top-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.project-details__top-points li+li {
	margin-top: 10px;
}

.project-details__top-points-bullets {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #205158;
	border-radius: 50%;
	margin-right: 10px;
}

.project-details__top-points li>p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.project-details__img-1 {
	position: relative;
	display: block;
	margin-top: 100px;
}

.project-details__img-1 img {
	width: 100%;
	border-radius: 10px;
}

.project-details__bottom {
	position: relative;
	display: block;
}

.project-details__bottom .container {
	max-width: 880px;
}

.project-details__bottom-text-1 {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.project-details__bottom-title-1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 79px;
	margin-bottom: 21px;
}

.project-details__bottom-text-2 {
	color: #1F2034;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.project-details__bottom-img {
	position: relative;
	display: block;
	margin-top: 39px;
	margin-bottom: 6px;
}

.project-details__bottom-img img {
	width: 100%;
	border-radius: 10px;
}

.project-details__bottom-caption {
	font-size: 14px;
	color: #1F2034;
	font-weight: 400;
	line-height: 22px;
}

.project-details__bottom-title-2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 38px;
	margin-bottom: 21px;
}

.project-details__bottom-text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.project-details__bottom-points-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 20px;
	margin-bottom: 20px;
}

.project-details__bottom-points {
	position: relative;
	display: block;
}

.project-details__bottom-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.project-details__bottom-points li+li {
	margin-top: 10px;
}

.project-details__bottom-points-bullets {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #205158;
	border-radius: 50%;
	margin-right: 10px;
}

.project-details__bottom-points li>p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

/* =====================================
  Project Page Three
========================================*/
.project-page-three {
	padding: 20px 0 120px;
	z-index: 1;
}

.project-page-three__inner {
	position: relative;
	display: block;
}

.project-page-three .project-five__single {
	padding-left: 488px;
	margin-left: 0;
	margin-right: 52px;
	padding-bottom: 204px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.project-page-three .project-five__content-box-two {
	bottom: -144px;
	background-color: #F8F8F8;
}

.project-page-three__btn-box {
	position: relative;
	display: block;
	text-align: center;
}

.project-page-three__btn {
	background-color: #F8F8F8;
}

.project-page-three__btn:hover {
	color: var(--thm-white);
}

.project-page-three__btn::before {
	background-color: var(--thm-black);
}

/* =====================================
	Project Page Two
========================================*/
.project-page-two {
	position: relative;
	display: block;
	padding: 0 0 120px;
	z-index: 1;
}

.project-page-two__left {
	position: relative;
	display: block;
	margin-right: 32px;
}

.project-page-two__right {
	position: relative;
	display: block;
	margin-left: -32px;
}

.project-page-two .blog-single__pagination {
	text-align: center;
	margin-top: 30px;
}

/* =====================================
   Project Page
========================================*/
.project-page {
	padding: 20px 0 120px;
	z-index: 1;
}

.project-page__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.project-page__img-box {
	position: relative;
	display: block;
}

.project-page__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	z-index: 1;
}

.project-page__img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 271px;
	border-radius: 0px 0px 40px 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
	z-index: 1;
}

.project-page__img img {
	width: 100%;
	border-radius: 40px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.project-page__single:hover .project-page__img img {
	transform: scale(1.05) rotate(0deg);
}

.project-page__content {
	position: absolute;
	left: 50px;
	bottom: 40px;
	z-index: 2;
}

.project-page__sub-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--thm-white);
}

.project-page__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	font-family: var(--thm-font-2);
	margin-top: 5px;
}

.project-page__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-page__title a:hover {
	color: var(--thm-primary-2);
}

.project-page__arrow {
	position: absolute;
	right: 50px;
	bottom: 40px;
	z-index: 2;
}

.project-page__arrow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: var(--thm-primary-2);
	border-radius: 50%;
	font-size: 30px;
	font-weight: 900;
	color: var(--thm-black);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-page__single:hover .project-page__arrow a {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-delay: 500ms;
	opacity: 1;
}

.project-page__arrow a:hover {
	background-color: var(--thm-white);
	color: var(--thm-black);
}

.project-page .blog-single__pagination {
	text-align: center;
	margin-top: 30px;
}


/* =====================================
End
========================================*/