.home-banner {
	position: relative;
	background: linear-gradient(150deg,rgba(4, 76, 65, 1) 0%, rgba(32, 150, 132, 1) 100%);
	padding: 144px 0 100px;
}
.home-banner-cnt-box {
	position: absolute;
	top: 300px;
	left: 50px;
	width: 50%;
	background-color: #ffffff;
	padding: 60px;
}
.home-banner-cnt-box p {
	font-size: 25px;
	color: #464646;
	line-height: 45px;
	margin-bottom: 0;
}
.home-video {
	width: 70%;
	margin-left: auto;
}
.home-video video {
	width: 100%;
}
.home-banner-btm-cnt {
	margin: 50px 0 0 30%;
    max-width: 1150px;
}
.home-banner-btm-cnt p {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 20px;
}
.home-banner-btm-cnt p:last-child {
	margin-bottom: 0;
}
.investment-development {
	background: linear-gradient(150deg,rgba(55, 55, 55, 1) 0%, rgba(14, 14, 14, 1) 100%);
	padding: 100px 0;
}
.investment-development-box {
	background-color: #ffffff;
	padding: 60px;
	margin-left: 35px;
}
.investment-development .container-fluid {
	max-width: 1920px;
}
.investment-development-sub-heading {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin: 50px 0;
}
.investment-development-box h2 {
	font-size: 35px;
	color: #464646;
	margin-bottom: 30px;
}
.investment-development-box p {
	font-size: 18px;
	color: #464646;
	line-height: 32px;
	margin-bottom: 0;
}
.investment-development-list ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
}
.investment-development-list ul li {
	display: flex;
	align-items: start;
	gap: 16px;
	width: calc(50% - 50px);
}
.investment-development-list ul li p {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 0;
}
.please-contact {
	padding: 30px 15px;
	background: linear-gradient(150deg,rgba(13, 108, 94, 1) 0%, rgba(32, 150, 132, 1) 100%);
}
.please-contact p {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 0;
}
.please-contact p a:hover {
	color: #464646;
}
.our-group-companies {
	background-color: #ffffff;
	padding: 100px 0;
}
.our-group-companies .container-fluid {
	max-width: 1920px;
}
.our-group-companies-box {
	background: linear-gradient(150deg,rgba(29, 144, 127, 1) 0%, rgba(18, 123, 107, 1) 100%);
	padding: 60px;
	margin-left: 35px;
}
.our-group-companies-box h2 {
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 30px;
}
.our-group-companies-box p {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 0;
}
.our-group-companies-logo {
    margin: 0 35px 0 15px;
}
.our-group-companies-logo ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	padding-left: 0;
	margin-bottom: 0;
}
.our-group-companies-logo ul li {
	flex: 1 1 calc(33% - 31px);
	text-align: center;
}
.our-group-companies-logo ul li a img {
	max-height: 100px;
}
.client-testimonial-block {
	padding: 100px 0;
}
.client-testimonial-block h2 {
	font-size: 35px;
	color: #151515;
	margin-bottom: 20px;
}
.client-testimonial-block p {
	font-size: 18px;
	color: #151515;
	line-height: 32px;
	margin-bottom: 0;
}
