.content {
	width: 100%;
	height: 450px;
	background-color: rgba(0, 0, 0, 0.9);
}
.list-box{
	width: 100%;
	padding: 5px 0;
}
.c-header {
	width: 70%;
	height: 100%;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.c-innerbox {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to left, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
	top: 0;

}
.l1-box {
    width: 100% !important;
    margin: 0 0 20px 0;
}
.ci-info {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;

}

.ci-info h1 {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 50px;

}

.ci-type {
	text-transform: capitalize;
	color: #13A174;
	font-size: 18px;
	line-height: 1.5;

}

.ci-tage {
	color: rgb(154, 160, 166);
	font-size: 14px;

}

.ci-flex {
	width: auto;
	margin: 20px auto;
	height: auto;
	display: flex;
	align-items: center;
}

.cf-img {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 6px;
	margin-right: 20px;
}

.cf-name {
	display: none;
}

.ci-data {
	display: flex;
}

.l1-box{
	width: 31%;
	margin: 0 0 20px 0;
}
.cf-li {
	padding: 0px 35px;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.cf-li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 30px;
	background-color: rgb(154, 160, 166);

}

.cf-li:nth-last-of-type(1)::after {

	display: none;
}

.cf-li p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Times New Roman', Times, serif;
	text-transform: capitalize;
	line-height: 1.5;
	color: #fff;
}

.cf-li p:nth-of-type(2) {
	font-size: 14px;
	color: rgb(154, 160, 166);
	text-transform: capitalize;
}

.x {
	width: 13px;
	height: 13px;
}

.cb-btn {
	width: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.cb-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	width: 45%;
	line-height: 50px;
	background-color: #2A73F5;
}

.cb-btn a:nth-last-of-type(2) {
	background-color: #000;
}

.cb-btn a img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 5px;
	object-fit: contain;
}

.c-bottom {
	width: 70%;
	height: auto;
	display: flex;
	margin: auto;
	justify-content: space-between;

}

.c-about {
	width: 65%;
	height: auto;
	padding: 10px 2%;
	background-color: #fff;
}

.c-bg {
	width: 100%;
	height: 230px;
	margin: 20px 0;
}

.c-bg img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;

}

.c-about h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 2;
}

.ca-text {
	font-size: 16px;
	line-height: 1.5;
	color: rgb(95, 99, 104);
}

.main {
	width: 25%;
	display: block;
	padding: 10px 2%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.list4{
	position: sticky;
	top: 120px;
	bottom: auto;
}


.m-title {
	margin: 10px 0;
	font-size: 20px;

}


.ca-text{
	min-height: 100px;
}

@media (max-width:759px) {
	.content {
		height: 550px;
	}

	.c-header {
		width: 100%;
	}

	.c-innerbox {
		background: linear-gradient(360deg, #000000 0%, #000000 48%, rgba(0, 0, 0, 0) 100%);
	}

	.cii-info {
		display: none;
	}

	.ci-flex {
		flex-wrap: wrap;
	}

	.cf-flex {
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
	}

	.cf-img {
		width: 28%;
		height: 90px;
	}

	.cf-name {
		width: 65%;
		height: auto;
		display: block;
	}

	.cf-name p:nth-of-type(1) {
		color: #fff;
		text-transform: uppercase;
		line-height: 1.5;
		font-size: 18px;
	}

	.cf-name p:nth-of-type(2) {
		text-transform: capitalize;
		color: #13A174;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
	}

	.cf-name p:nth-of-type(3) {
		color: rgb(154, 160, 166);
		font-size: 13px;
	}

	.ci-data {
		width: 90%;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cf-li {
		padding: 0 10px;
	}

	.cf-li p:nth-of-type(1) {
		font-size: 18px;
	}

	.cb-btn {
		width: 90%;
		margin: 0 auto 20px;
	}

	.cb-btn a:nth-last-of-type(2) {
		background-color: #13A174;
		color: #fff;
	}

	.c-bottom {
		width: 96%;
		height: auto;
		display: block;
		padding: 0px 2%;
	}

	.c-about {
		width: 96%;
	}

	.c-bg {
		width: 100%;
		height: 150px;
	}

	.c-about h1 {
		font-size: 25px
	}

	.main {
		width: 100%;
	}

}