.gallery-area {
	padding: 100px 52px 70px 32px;
	background-color:#f2f2f2;
}
.section-sub-title h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #97aa85;
	text-transform: uppercase;
}
.section-main-title h1 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #232323;
}
.img-thumb-box {
	margin: 0 9px 40px;
	position: relative;
	transition: 0.5s;
}
.img-thumb-box::before {
	position: absolute;
	content: "";
	height: 96%;
	width: 96%;
	background: rgb(151 170 133 / 0.9);
	left: 2%;
	top: 2%;
	right: 2%;
	bottom: 2%;
	transform: scale(0);
	transition: 0.5s;
}
.img-thumb-box:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.w-100 {
	width: 100% !important;
}
.img-thumb-box:hover .img-thumb-icon {
	opacity: 2;
}
.img-thumb-icon {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	text-align: center;
	z-index: 11;
}
@media (min-width: 768px) and (max-width: 991px) {
.gallery-area {
	padding: 18px 15px 18px 15px;
}	
}
@media (min-width: 600px) and (max-width: 767px) {
.gallery-area {
	padding: 18px 15px 18px 15px;
}	
}
@media (min-width: 480px) and (max-width: 599px) {
.gallery-area {
	padding: 18px 15px 18px 15px;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.gallery-area {
	padding: 18px 15px 18px 15px;
}
.img-thumb-box {
	margin: 0 0px 40px;
}
}