body {
	background: url("../images/benefrex/mv.jpg")no-repeat center center/cover;
	background-attachment: fixed;
	position: relative;
}

/*--------------------------------
header
--------------------------------*/
header {
	/*background:url("../images/mv.jpg")no-repeat center center/cover;
	background-color:#ffffff;*/
	margin: 0px;
	overflow: hidden;
	position: relative;
	height: 60vh;
	min-height: 500px;
}

.w-md-50 {
	width: 50%;
}

.bggray {
	background: #f0f0f0;
	border-radius: 15px;
}


/*--------------------------------
body
--------------------------------*/
/* WORKS interview display none ******************/
.works .interview {
	display: none;
}

.works .container .pb-md-5 {
	margin-bottom: 0 !important;
}

/* WORKS interview display none ******************/

/* CONTENT01 ******************/
.content1 {
	/*background:#e0031c;*/
	background: rgb(224 3 28/0.7);
	padding: 4rem;
}

/* CONTENT02 ******************/
.content2,
.content4,
.content6,
.nextContent {
	background: #fff;
}

/* CONTENT03 ******************/
.content3,
.content5 {
	background: #ECECEC;
}





.pcflex {
	display: flex;
}

.spflex {
	display: none;
}

/*--------------------------------
media
--------------------------------*/
@media (max-width: 991px) {
	/** content1 ************************/
	/** content2 ************************/
	/** About as ************************/
}

@media (max-width: 767px) {
	.pcflex {
		display: none;
	}

	.spflex {
		display: flex;
	}

	header {
		height: 30vh;
		min-height: 280px;
	}

	.redHalfBox {
		padding: 15px;
	}

	/** content1 ************************/
	.content1 {
		padding: 1rem;
	}

	/** content2 ************************/

}

@media (max-width: 575px) {
	.sc {
		max-width: 170px;
	}
}