/*for home hover effects*/

.dh-container {
  position:relative;
  overflow:hidden
}
.dh-overlay {
  position:absolute;
  top:-100%;  
  height:100%;
  width:100%;
}
.d-title {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 45%;
  left: bottom: 0;
  right: 0;
  padding:10px 15px;
  font-size:17px;
  text-transform:uppercase; color:#fff;
  z-index: 1;
}
.dh-overlay {
  position:absolute;
  top:-100%;  
  height:100%;
  width:100%;
}
/*dh-overlay different background*/
#home-practice .dh-overlay {
  background-color:#005eb5;
}
#home-expertise .dh-overlay {
  background-color:#f86c08;
}
#home-about .dh-overlay {
  
}
#home-management .dh-overlay {

}
#home-values .dh-overlay {
 
}
#home-resumedrop .dh-overlay {
  
}
#home-contactus .dh-overlay {
  background-color:#da4480;
}
#home-mediaresources .dh-overlay {
 
}
