.home-four {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  float: left;
  height: 500px;
  position: relative;
  width: calc(100% / 4);
}
@media (max-width: 1024px) {
  .home-four {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .home-four {
    float: none;
    width: 100%;
  }
}
.home-four .overlay {
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 80, 158, 0) 30%, #2e26c0 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(32, 80, 158, 0) 30%, #2e26c0 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(32, 80, 158, 0) 14%, #2e26c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#2e26c0",GradientType=0 );
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: transition(all 0.2s linear);
  -moz-transition: transition(all 0.2s linear);
  -ms-transition: transition(all 0.2s linear);
  -o-transition: transition(all 0.2s linear);
  transition: transition(all 0.2s linear);
}
.home-four .overlay .inner {
  bottom: 15%;
  position: absolute;
  left: 0;
  margin: 0 6%;
  width: 88%;
}
@media (max-width: 767px) {
  .home-four .overlay .inner {
    margin: 0 5%;
    width: 90%;
  }
}
.home-four:hover .default-overlay {
  opacity: 0;
}
.home-four:hover .overlay {
  opacity: 1;
}
.home-four .title {
  color: #00C3EF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
	
}

.home-four p {
  font-family: "Open Sans", sans-serif;
	
}
@media (max-width: 1124px) {
  .home-four .title {
    font-size: 18px;
  }
}
.home-four .title:after {
  content: "";
  border-bottom: 1px solid #FD6A00;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 60px;
}

@media (min-width: 992px) {
  .mega-menu-column.mega-menu-column-bj {
    width: calc(100% / 4);
    padding-right: 36px;
  }
  .mega-menu-column.mega-menu-column-bj:after {
    right: 18px;
  }
}