/* Banner style 2 */
.d25-banner-s2-area {
	background-color: #000;
	padding: 13rem 0;
	position: relative;
}
.d25-banner-s2-area {
	padding-top: 18rem;
	padding-bottom: 29rem;
	overflow: hidden;
}
.d25-consl-bg {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20%;
}
.d25-banner-s2-area .container {
	max-width: 159rem;
	position: relative;
	z-index: 1;
}
.d25-banner-s2-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(4, 44, 0, 0.33);
}
.d25-banner-s2-area::after {
	background: linear-gradient(270deg, #000 26.9%, rgba(0, 0, 0, 0.00) 71.8%);
	transform: rotate(180deg);
}
.d25-banner-s2-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d25-banner-s2-r {
	width: 51rem;
	max-width: 100%;
}
.d25-bs2-title {
	font-family: 'Poppins', sans-serif;
	font-size: 6.4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
	margin: 0;
	width: max-content;
}
.d25-bs2-title .icon {
	display: flex;
}
.d25-bs2-title::after {
	content: '';
	width: 1rem;
	height: 1rem;
	background-color: #78C370;
	border-radius: 50%;
	position: absolute;
	bottom: 2.4rem;
	right: -2rem;
}
.d25-bs2-text {
	font-size: 2rem;
	line-height: normal;
	color: #F2F2F2;
}
.d25-bs2-btn {
	margin-top: 6rem;
	display: flex;
}
.d25s2-p1 {
	width: 60rem;
	position: absolute;
	top: 0;
	left: 0;
}
.d25s2-p2 {
	width: 28rem;
	position: absolute;
	top: 0;
	right: 0;
}
.d25-consl-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.d25-consulting-s2-content-box2 {
	margin-top: 0;
	padding: 4rem;
	font-size: 1.6rem;
	line-height: normal;
	color: #f2f2f2;
}
.d25-consulting-s2-content-box2 a {
	color: #f2f2f2;
	text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
	.d25-banner-s2-area {
		padding-top: 70px;
		padding-bottom: 76px;
	}
	.d25-banner-s2-row {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
	}
	.d25-banner-s2-r {
		margin-top: 36px;
		width: 314px;
	}
	.d25-bs2-title {
		font-size: 30px;
		line-height: normal;
		gap: 8px;
		width: 100%;
	}
	.d25-bs2-title .icon {
		width: 15px;
	}
	.d25-bs2-text {
		font-size: 16px;
	}
	.d25-bs2-btn {
		margin-top: 35px;
	}
	.d25-consl-bg {
		height: 100%;
	}
}

/* cta */
.d25-cta-x-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.d25-cta-x-area .container {
	max-width: 133rem;
}
.d25-cta-x-wrap {
	background-color: #222;
	height: 17rem;
	position: relative;
	border-radius: .8rem;
}
.d25-cta-x-b1-sp {
	width: 14rem;
	height: 14rem;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	top: 0;
	left: 12rem;
}
.d25-cta-x-b1-bg {
	position: absolute;
	right: 40rem;
}
.d25-cta-x-b1-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.d25-cta-x-wrap::after {
	content: '';
	width: 24rem;
	height: 17rem;
	background: rgba(80, 184, 72, 0.25);
	filter: blur(100px);
	position: absolute;
	top: calc(50% - 9rem);
	right: -15rem;
}
.d25-cta-x-b1::after {
	content: '';
	width: 9.8rem;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
.d25-cta-x-b2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 6.6rem;
	padding-right: 22rem;
	z-index: 1;
}
.d25-cta-x-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.d25-cta-x-text {
	font-size: 1.6rem;
	line-height: normal;
	color: #fff;
	margin-top: .5rem;
}
.nl-btn {
	padding: 1.4rem 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #78C370;
	border-radius: .8rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.nl-btn:hover {
    color: #fff;
}

.d25-cta-x-content-aspect {
	font-size: 4.5rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}
.d25-cta-x-content-aspect img {
	width: 16rem;
	max-width: 100%;
}
@media only screen and (max-width: 1050px) {
	.d25-cta-x-area {
		padding: 30px 0;
	}
	.d25-cta-x-wrap {
		height: auto;
	}
	.d25-cta-x-b1 {
		display: none;
	}
	.d25-cta-x-b2 {
		position: relative;
		padding: 2.5rem 2.2rem 4rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 9;
	}
	.d25-cta-x-content {
		margin-bottom: 7rem;
	}
	.d25-cta-x-content h2 {
		text-align: center;
	}
	.d25-cta-x-text {
		text-align: center;
	}
	.d25-cta-x-content-aspect {
		margin-bottom: 32px;
		font-size: 35px;
		flex-direction: column;
		text-align: center;
	}
	.d25-cta-x-content-aspect img {
		width: 144px;
	}
}


/* Sec 2/3 */
.d25-consulting-s2-area {
	background-color: #000;
	padding: 8.5rem 0;
}
.d25-consulting-s2-area .container {
	max-width: 159rem;
}
.d25-consulting-s2-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d25-consulting-s2-image {
	width: 68rem;
	display: flex;
	max-width: 100%;
	padding: 2.8rem;
	border: .1rem solid #3A3C3C;
	border-radius: 3.6rem;
}
.d25-consulting-s2-content {
	width: 80rem;
	max-width: 100%;
}
.d25-consulting-s2-content-box1 {
	padding: 4rem;
	border-radius: 3rem;
	background: linear-gradient(180deg, #1E1E1E 0%, #141414 100%);
}
.d25-cs2-title {
	font-family: 'Poppins', sans-serif;
	font-size: 3.2rem;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 1.7rem;
	color: #78C370;
}
.d25-cs2-text {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 500;
	color: #ccc;
}
.d25-cs2-text a {
	color: #ccc;
	text-decoration: underline;
}
.d25-consulting-s2-image-inner {
	display: flex;
	border: .1rem solid #3A3C3C;
	padding: 2.4rem;
	border-radius: 1.4rem;
}
.d25-consulting-s2-image-inner img {
	border-radius: .8rem;
}
.service-details-cotnent ul li {
	font-size: 1.6rem;
	line-height: normal;
	color: #ccc;
}
@media only screen and (max-width: 1050px) {
	.d25-consulting-s2-row {
		flex-direction: column;
	}
	.d25-consulting-s2-image {
		width: 450px;
		border: none;
		padding: 0;
	}
	.d25-consulting-s2-image-inner {
		padding: 0;
		border: none;
	}
	.d25-consulting-s2-image-inner img {
		border-radius: 5px;
	}
	.d25-consulting-s2-content {
		margin-top: 27px;
	}
	.d25-consulting-s2-content-box1 {
		padding: 30px 15px;
		border-radius: 7px;
	}
	.d25-cs2-title {
		font-size: 26px;
		line-height: normal;
		font-weight: 600;
		margin-bottom: 9px;
	}
	.d25-cs2-text {
		font-size: 15px;
	}
	.d25-consulting-s2-content-box2 {
		padding: 22px 15px;
	}
	.d25-consulting-s2-area {
		padding: 75px 0 0 0;
	}
	.d25-consulting-s2-area.d25-consulting-s2-area-p2 {
		padding-top: 3px;
	}
	.d25-consulting-s2-area-p2 .d25-consulting-s2-image {
		display: none;
	}
}