.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.item_area a {
    width: 50%;
    display: inline-block;
    float: left;
}

li {
    list-style-type: none;
}

@media screen and (max-width: 768px) {
	#fh5co-intro-section h3 {
	  color: rgba(255, 255, 255, 0.8);
	  font-weight: 300;
	  line-height: 38px;
	  font-size:16px;
	  margin-bottom:0px;
	}
}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}