.section7 {
	background: url(../images/s7-bg.jpg);
	background-size: cover;
}

.s7-title {
	margin-bottom: 20px;
	text-align: center;
}

.s7-title img {
	margin-bottom: 5px;
	width: 250px;
}

.s7-title p {
	color: #3b3b3b;
	font-size: 1em;
	letter-spacing: 5px;
}

.section7 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.section7 [class*="col-"] {
	padding: 5px;
}

.s7-item {}

.s7-item a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 65px;
}

.s7-img {
	position: relative;
	top: 0;
	transition: all 600ms ease-in-out 0s;
	transition: all 600ms ease-in-out 0s;
}

.s7-img img {
	width: 100%;
	height: 150px;
}

.s7-img:before {
	display: block;
	content: "";
	border: 4px solid #383838;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 600ms ease-in-out 0s;
	z-index: 2;
}

.s7-item:hover .s7-img:before {
	opacity: 1;
	top: 50px;
}

.s7-text {
	transition: all 600ms ease-in-out 0s;
	z-index: 3;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 8px;
	height: 65px;
	overflow: hidden;
}

.s7-text h4 {
	color: #474747;
	font-size: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.s7-text span {
	margin-bottom: 30px;
	display: block;
	color: #a5a5a5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.s7-text p {
	color: #bebebe;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.s7-item:hover .s7-text {
	height: 200px;
	background: #383838;
}

.s7-item:hover .s7-text h4 {
	color: #fff;
}

.s7-item:hover .s7-img {
	top: -50px;
}

@media screen and (min-width: 768px) {

	.s7-title {
		margin-bottom: 70px;
	}

	.s7-title img {
		margin-bottom: 30px;
		width: 45%;
	}

	.s7-img img {
		height: 250px;
		object-fit: cover;
	}

	.s7-item a {
		padding-bottom: 100px;
	}

	.s7-title p {
		font-size: 1.5em;
        font-weight: 700;
	}

	.section7 .row {
		margin-left: 0;
		margin-right: 0;
	}

	.section7 [class*="col-"] {
		padding: 0;
	}

	.section7 [class*="col-"]:nth-child(2n) a {
		padding-top: 100px;
		padding-bottom: 0;
	}

	.section7 .s7-text {
		padding: 20px;
		height: 100px;
	}

	.section7 [class*="col-"]:nth-child(2n) .s7-text {
		top: 0;
		bottom: auto;
	}

	.section7 [class*="col-"]:nth-child(5) .s7-text {
		top: 0;
		bottom: auto;
	}

	.section7 [class*="col-"]:nth-child(2n) .s7-item:hover .s7-img {
		top: 50px;
	}

	.section7 [class*="col-"]:nth-child(2n) .s7-item:hover .s7-img:before {
		top: 0;
	}

	.section7 [class*="col-"]:nth-child(2n) .s7-item:hover .s7-img:before {
		opacity: 1;
		top: auto;
		top: -50px;
	}

	.section7 [class*="col-"]:nth-child(5) a {
		padding-top: 100px;
		padding-bottom: 0;
	}

	.section7 [class*="col-"]:nth-child(5) .s7-item:hover .s7-img {
		top: 50px;
	}

	.section7 [class*="col-"]:nth-child(5) .s7-item:hover .s7-img:before {
		top: 0;
	}

	.section7 [class*="col-"]:nth-child(5) .s7-item:hover .s7-img:before {
		opacity: 1;
		top: auto;
		top: -50px;
	}
}

@media screen and (min-width: 1024px) {

	.s7-img img {
		height: 360px;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.s7-title{
		margin-bottom: 15px;
	}
	.s7-title p {
		font-size: 14px;
		letter-spacing: 0px;
	}

	.s7-text h4 {
		font-size: 14px;
	}

	.s7-text span {
		font-size: 13px;
	}

	.s7-text p,.home_solutions .text_con .text .con p {
		font-size: 13px;
		line-height: 1.5;
	}
}
