
.project-img {
	position: relative;
	margin: 15px 0;
}

.project-img img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.hover-middle-test {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.project-img:hover img {
	opacity: .3;
	background: rgba(25, 69, 113, .7);
}

.project-img:hover .hover-middle-test {
	opacity: 1;
}

.hover-middle-test .text {
	background-color: #4caf50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

.project-img .project-link:hover .overlay {
	background: rgba(25, 69, 113, .8);
}

.project-img p.btn-green-project {
	padding: 8px 25px;
	font-family: TradeGothicLT-Bold !important;
}

.project-img .project-details p.hover-text {
	font-family: TradeGothicLT-Light !important;
}

.project-img .project-details p {
	margin-bottom: 20px !important;
	line-height: 22px;
}

.project-img .project-details h4 {
	margin-bottom: 0px !important;
	font-family: TradeGothicLT-Bold !important;
}

.about .content-right p {
	font-size: 16px;
	line-height: 22px;
	font-family: RobotoL;
}

.news .content p {
	font-size: 16px;
	line-height: 22px;
	font-family: RobotoL;
}
