

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;     padding:6px;}
  .recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  text-align:center;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
 
 
  border-radius: 0;
  background: transparent;
  text-align: left;
  text-align:justify;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#amenities {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}


#details{  background: #000 url(../images/services/bg_services11.jpg);
  background-size: cover;
}

.site{
    color: #fff;
    font-size: 20px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    width: 32%;
    padding: 3px 0px 5px 9px}
#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 15px 35px;
  background: #fff;
  border-radius: 4px;
  margin: 0px 24px 28px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 24px 0px;
  color:#C52D2F;
}


