/*----------------------------------------*/
/* 23. 404
/*----------------------------------------*/
.error-404-area {
  padding-bottom: 175px;
}

.error-404-content .title {
  color: #0a0a0a;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 22px;
  text-shadow: 0.1250rem 0.0625rem 0rem #19185c40;
}

.error-404-content .sub-title {
  color: #000;
  font-weight: 400;
  font-size: 25px;
}

.error-404-content .sub-title span {
  font-size: 24px;
  color: #0a0a0a;
 /* vertical-align: sub; */
}

.error-404-content .short-desc {
  color: #050a08;
  max-width: 590px;
  line-height: 1.5;
}

.error-404-img {
  background-color: #0a0a0a;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  margin-left: auto;
  position: relative;
  top: 50px;
}

.error-404-img .layer:before {
  background-color: #2426b5;
  border-radius: 100%;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.error-404-img .layer:after {
  background-color: #2426b5;
  border-radius: 100%;
  content: "";
  width: 85px;
  height: 85px;
  position: absolute;
  top: -50px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
  -webkit-animation: slideInRight 4s linear infinite alternate both;
          animation: slideInRight 4s linear infinite alternate both;
  z-index: 1;
}

.error-404-img .single-img img {
  margin-right: 37px;
  margin-top: 97px;
  position: relative;
}