.home-boxes-wrap {
	box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.3);
	border: 1px solid #d5d5d5;
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
}
.home-boxes-wrap .home-boxes-item {
	min-width: 100%;
	display: block;
}
.home-boxes-wrap .home-boxes-item .boxes-item-wrap {
	min-width: 380px;
	border-right: transparent;
	float: left;
}
.home-boxes-wrap .home-boxes-item .boxes-item-wrap:last-child {
	border-right: 0;
}
.content-wrap.container {
  position: relative;
  width: auto;
}
.home-four-boxes-div.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  z-index: 1000;
}
.content-wrap.container:hover .overlay {
  height: 40%;
}
.home-four-boxes-div h3 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  text-align: center;
  z-index: 1000;
}
.home-four-boxes-div .readmore {
    color: #fff;
    font-size: 20px;
    top: 120px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  	text-align: center;
  	z-index: 1000;
}
.home-boxes-wrap .home-four-boxes-div .abso-wrap {
	min-width: 384px;
	position: absolute;
	margin: 0 auto;
	display: block;
	text-align: center;
	bottom: 35px;
}
.home-boxes-wrap .home-four-boxes-div .abso-wrap h3 {
	font-size: 1.714rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.home-boxes-wrap .home-boxes-item .boxes-item-wrap a {
	width: auto;
    display: block;
    background-repeat: no-repeat;
    min-height: 423px;
}
.home-four-boxes-wrap a p {
	color: #fff !important;
    font-size: 1.143rem;
    padding-top: 10px;
    line-height: 1.2;
}
.home-four-boxes-wrap .home-four-boxes {
	display: block;
	height: auto;
	width: 100%;
}
.home-four-boxes-wrap .home-four-boxes {
	float: left;
	position: relative;
	width: 100%;
}