.content-box {
	width: 70%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.caption_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 30px;
	text-align: left;
	line-height: 2;
	text-transform: capitalize;
}


.caption_text span {
	margin-left: 5px;

}

.ct_box_one {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.ct_one_box {
	width: 22%;
	height: auto;
	min-height: auto;
	position: relative;
	/* background-color: #FFFFFF; */
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	margin: 0 18px 20px 0;
	border-radius: 4px;
	padding: 10px;
	flex-direction: column-reverse;
	display: flex;
	transition: all linear 0.2s;
}

.ct_one_box:hover {
	transform: translateY(-10px);
}

.ct-box:nth-of-type(4n) {
	margin-right: 0px;
}

.ct_one_box img {
	width: 100%;
	height: 150px;
	display: block;
	margin-bottom: 20px;

}

.ct-text_one {
	width: 100%;
	line-height: 1.5;
	color: #000000;

}

.ct-text_one p {
	width: 100%;
	height: auto;
}

.ct-text_one p:nth-of-type(1) {
	color: #2962ff;
	font-size: 18px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct-text_one p:nth-of-type(2) {
	font-size: 14px;

	color: gray;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.ct_box_two {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;

}

.ct_two_box {
	width: 27%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px 25px 10px;
	padding: 10px 2%;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	transition: all linear 0.2s;
}

.ct_two_box:hover {
	transform: translateY(-10px);
}

.ct_two_box img {
	width: 30%;
	height: 90px;
	display: block;
	border-radius: 4px;
}

.ct-text_tow {
	width: 62%;
	height: auto;
}

.ct-text_tow p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;

}

.ct-text_tow p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	font-weight: 600;
	margin: 5px 0;
}

.ct-text_tow p:nth-of-type(3) {
	-webkit-line-clamp: 1;
	font-size: 13px;
}



.ct_box_three {
	width: 100%;
	height: 500px;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ct_three_box {
	width: 33%;
	padding: 10px 0;
	height: auto;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;

}

.ct_three_box:nth-of-type(1) {
	width: 28%;
	height: 100%;
	display: block;
	padding: 0;
	position: relative;
}

.ct_three_box:nth-of-type(1) img {
	width: 100%;
	height: 100%;
}

.ct_three_box:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: 3;
}

.ct_three_box:nth-of-type(1) .ct-text_three {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	padding: 5px 2%;
	text-align: left;
	height: auto;
	z-index: 5;
}

.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(1) {
	font-size: 25px;
	color: #fff;
	text-decoration: none;

}

.ct_three_box:nth-of-type(1) .ct-text_three p:nth-of-type(2) {
	color: #fff;
	font-size: 18px;
}

.ct_three_box:hover p {
	background-size: 100% 1px;
}

.ct_three_box img {
	width: 39%;
	height: 125px;
	display: block;
	border-radius: 4px;
}

.ct-text_three {
	width: 58%;
	height: auto;
	padding: 10px 0;
	line-height: 1.5;
}

.ct-text_three p {
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* display: inline;
	padding-bottom: 0;
	-webkit-transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
	transition: background-size .8s cubic-bezier(.25, .8, .25, 1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
	background-image: linear-gradient(to bottom, currentColor 0, currentColor 98%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
	text-transform: capitalize; */

}

.ct-text_three p:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	-webkit-line-clamp: 3;
}

.ct-text_three p:nth-of-type(3) {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 10px;
	color: #333;
	text-decoration: underline;
	color: #2962ff;
}

.ct_box_four {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.type_box {
	width: 28%;
	padding: 24px 24px 14px;
	margin: 0 0px 20px 0;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(79, 92, 151, .03), 0 1px 50px 0 rgba(34, 45, 56, .1);
}

.tb_top {
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.tb_top img {
	width: 30%;
	height: 100px;
	border-radius: 4px;
}

.type_text {
	width: 65%;
	height: auto;
}

.type_text p:nth-of-type(1) {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.type_text p:nth-of-type(2) {
	font-size: 14px;
	color: #636772;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	margin-top: 5px;
}

.tb_bottom {
	padding: 10px 0 5px;
	line-height: 1.5;
	font-size: 15px;
	color: #636772;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tb_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.tb_btn p:nth-of-type(1) {
	font-size: 16px;
	color: #2962ff;
	text-decoration: underline;
	text-underline-offset: 5px;
}



@media (max-width:760px) {
	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 0 auto;


		/* border-bottom: 1px solid #505162; */
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 20px;
		color: #000;
		text-align: center;
		display: inline-block;
		font-weight: 600;
		text-transform: capitalize;

	}

	.caption_text span {
		margin-left: 5px;

	}

	.ct_one_box {
		width: 90%;
		margin: 0 auto 20px;
		box-shadow: 0 3px 24px 0 rgba(157, 174, 191, .24);
	}


	.ct_box_two {
		width: 98%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}

	.ct_two_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;

	}

	.ct_one_box img {
		width: 100%;
		height: 196px;
	}

	.ct_two_box img {
		width: 38%;
		height: 110px;
		display: block;
	}

	.ct-text_tow {
		width: 55%;
		height: auto;

	}

	.ct-text_tow p {
		line-height: 1.5;
	}

	.ct-text_tow p:nth-of-type(1) {
		font-size: 12px;
		text-transform: uppercase;

	}

	.ct-text_tow p:nth-of-type(2) {
		font-size: 15px;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
	}

	.bor {
		width: 30%;
		height: 2px;
		background-color: #4e50da;
	}

	.ct_box_three {
		width: 96%;
		height: auto;
		flex-direction: row;
		flex-wrap: wrap;
		/* justify-content: flex-start; */
	}

	.ct_three_box {
		width: 100%;
		margin: 0 5px 20px 0;
	}

	.ct_three_box:nth-of-type(1) {
		width: 100%;
		height: 350px;
	}

	.ct_three_box img {
		width: 40%;
		height: 130px;
	}


	.ct-text_three p:nth-of-type(1) {
		font-size: 15px;
	}

	.ct-text_three p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 400;
	}

	.ct_box_four {
		width: 96%;
		margin: 20px auto;
	}

	.type_box {
		width: 100%;
	}

	.m-inner-box {
		flex-wrap: wrap;
	}

	.m-lbox,
	.m-rbox {
		width: 100%;
	}

}