.error-page {}
.error-page .page-title {
  margin-bottom: 50px;
}
.error-page .description {
  margin-bottom: 100px;
}

.error-page .service-container {
  background: url(../images/bg-services-home.jpg) center top;
  padding: 80px 0px;
}
  .error-page .service-container h2 {
    color: #ffa41f;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
  }
  .error-page .service-container img {
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    width: 100%;
  }
  .error-page .service-container h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }

.error-page .blog-container {
  background-color: #f1f1f1;
}
  .error-page .blog-container .articles {
    margin-bottom: 25px;
  }
    .error-page .blog-container .articles a:hover .yellow-link,
    .error-page .blog-container .articles p {
      opacity: 0.8;
    }
    .error-page .blog-container .articles a {
      display: block;
    }
      .error-page .blog-container .articles a:hover p {
        color: #808890;
      }
    .error-page .blog-container .articles h3 {
      color: #006cb4;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .error-page .blog-container .articles p {
      color: #1b1e21;
      font-size: 16px;
    }
    .error-page .blog-container .articles .yellow-link {
      border: none;
      background-color: transparent;
      transition: all 0.2s ease;
    }
      .error-page .blog-container .articles .yellow-link:hover {
        color: #e9a301;
      }

  .error-page .blog-container .topic-title {
    padding-top: 30px;
    text-align: center;
  }
  .error-page .blog-container .yellow-buttom {
    margin-bottom: 30px;
  }

.error-page .meet-our-customers {
  padding: 60px 0px;
  text-align: center;
}
  .error-page .meet-our-customers .meet-our-customers-slide {
    margin: 50px 0px;
    margin-bottom: 70px;
    padding: 30px 0px;
  }
    .error-page .meet-our-customers .meet-our-customers-slide:before {
      background: url(../images/shadow-top.png) no-repeat center top;
      content: "";
      display: block;
      height: 23px;
      position: absolute;
      top: -23px;
      width: 100%;
    }
    .error-page .meet-our-customers .meet-our-customers-slide:after {
      background: url(../images/shadow-bottom.png) no-repeat center top;
      bottom: -23px;
      content: "";
      display: block;
      height: 23px;
      position: absolute;
      width: 100%;
    }

.error-page .customer-testimonials {
  background-color: #f0f0f1;
  padding: 50px 0px;
  text-align: center;
}
  .error-page .customer-testimonials .customer-testimonials-slide {
    font-size: 17px;
    padding: 30px 0px;
  }

@media only screen and (max-width: 767px) {
  .error-page .service-container h3 {
    margin-bottom: 50px;
  }
  .error-page .service-container h3.last {
    margin-bottom: 0px;
  }
  .error-page .service-container {
    background-image: none;
    background-color: #53585e;
  }
}
