#ApplyNow{
	background:#008B8B;
	color:white;
	padding:10px;
	border-radius:5px;
}
#ApplyNow:hover{
	background:#696969;
}
.mds{border:0px solid red; padding:1px;}

/************/

/*******************overlay Carreer OUR Profection Page************************************/
.Myteam {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
 
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(00,00,00,0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.Myteam:hover .overlay {
  width: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}