/* Enter Your Custom CSS Here */
.image-section, .image-section a {
    color: #fff;
}

.header-widget-area .button {
  background-color: #ff2c00;
}

.header-widget-area .button:hover {
  background-color: #ff2c00;
}

.home-middle .featuredpage {
  width: 33%;
  float: left;
}

.home-middle .entry-title {
  text-align: center;
}

.featured-image {
  display:none;
}

.bne-testimonial-heading, h3.bne-testimonial-heading, h4.bne-testimonial-heading {
  text-align: center;
}

.home-bottom-message .wrap {
    border-top: 1px solid #16aaf3;
}

.welcome {
  background-color: #16aaf3;
}

@media only screen and (max-width: 550px) {
  .home-middle .featuredpage {
    width: 100%;
  }
}