
.each-cat:hover{
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
	z-index: 2;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
	border: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: none;
	background-color:#83bb3e;
	color:#fff;
	cursor:pointer;
}

.each-cat:hover	.available_at{
display:block;
-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.each-cat{
	width:19%;
	padding:0.5%;
	text-align:center;
}



.each-cat2{
	width:18%;
	margin:1%;
	text-align:center;
	float:left;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}

.each-cat2_getstarted{
	border:1px solid #000;
	text-align:center;
	width:40%;
	padding:10px 0px;
	margin-left:30%;
	border-radius:10px;
}

.each-cat2:hover {
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.75);
	z-index: 2;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
	border: 0;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	border: none;
	cursor:pointer;
}

.each-cat2:hover .barrer{
	background-color:#83bb3e;
}

.each-cat2:hover .each-cat2_getstarted{
	background-color:#31393c;
	color:#fff;
}

.each-cat img, .each-cat2 img{
	width:100%;
}

@media (max-width:1199px) {
	.each-cat{
	width:49%;
	padding:0.5%;
	text-align:center;
	}

	.each-cat2{
		width:99% ;
		margin:20px;
	}
	
}

.available_at{
	background-color:#83bb3e;
	color:#fff;
	position: relative;
	top: -50%;
	display:none;
}

.barrer{
	height:10px;
	background-color:#e5e5e5;
}
