.clientsDiv{
	margin-top: 5%;
}
.clientsHeadDiv{
	border-bottom: 1px solid #c7c7c7;
}
.subheading{
	font-family:play;
	font-size: 16px;
	font-weight:bold;
	color: #181A1C;
	margin-top: 25px;
}
.clientsLogoRow{
	margin-top: 1%;
}
.showMoreLink:hover{
	cursor: pointer;
}

/* #clientsLogoRowFour, #clientsLogoRowFive{
	display:none;
} */
.clientsLogoDiv{
	margin-top: 2%;
}
.clientsLogoDiv img{
	width: 100px;
	height: 90px;
	-webkit-box-shadow: 2px 2px 8px 1px rgba(51,51,51,0.78);
	-moz-box-shadow: 2px 2px 8px 1px rgba(51,51,51,0.78);
	box-shadow: 2px 2px 8px 1px rgba(51,51,51,0.78);
}
.imgDescription{ 
	width: 64px;
	height: 90px;
	background: #FFF;
	opacity: 95;
	position: absolute;
	top: 1;
	top: 3px;
	left: 16px;
	text-align:center;
	display:none;
} 
.clientImgDiv:hover .imgDescription { 
	opacity:1.0; 
	text-align:justify; 
	color:#000000;  
	font-family:play;
	font-size: 12px;
	font-weight:bold; 
	text-align:center;
	vertical-align:middle;
	display: block;
	cursor: pointer;
}