.medcollege{
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 20px 60px;
  background-color: #f2f2f2;
}
.course{
	float: left;
	margin: 20px 4px;
	/*padding: 10px;*/
	border-radius: 5px;
	
}
.course1 img{
	position: absolute;
	height: 100%;
	transform: scale(1);
	transition: .3s ease-in-out;
	width: 100%;
	border-radius: 5px 5px 0 0;
	
}

.course1 h5{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 75%;
	width: 100%;
	text-align: center;
	background-color:#262626;
	color: white; 
	border-radius: 0 0 5px 5px;

}
.course1{
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	margin: 10px;
   
  
    height: 220px;
}

.course1:hover img{
	transform: scale(1.1);
	
}
.course1:hover h5{
	visibility: visible;
}


.sub-menu1 li a:hover{
	color: blue;
}

.rs-menu ul ul a {
	background : url(images/bg/bg.jpg);
	width: auto;
	min-width: 150px;
	

}


