.ISFluid{
	margin: 0 0 5% 0;
}
.ISHeading{
	text-align: center;
	margin: 5% 0 5% 0;
}
.industry-card{
	transition: transform 1s, filter 1s ease-in-out;
	padding: 0px 25px 0 25px;
	width: 100%;
	height: 170px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 0 0;
}
.industry-card-content{

	background: #ececec;
	-webkit-transition: background 1s; /* For Safari 3.0 to 6.0 */
	transition: background 1s; /* For modern browsers */
	height: 150px;
	z-index: 10;
	border-radius: 7px;
	box-shadow: 2px 6px 15px #d0c5d9;

}
.industry-card:hover .industry-card-content{
	background: #c0c0c0;
   
}
.industry-card:hover .industry-img{
	filter: brightness(140%);
	transform: scale(1.1);
   
}

.industry-img-logo{
   
}
.industry-card:hover {
	transform: scale(1.1);
   
}
.industry-img{
	overflow: hidden;
	transition: transform 1s, filter 1s ease-in-out;
	filter: brightness(90%);
	height: 100px;
	width: 100px;
	margin-top: 4%;
	margin-left: 35%;

}
.industry-name{
   margin-top: 10px;
}


