.hero__caption {
  position: relative;
  z-index: 1;
}

.slider-area .hero__caption .h1 {
  display: block;
  font-size: 140px;
  font-weight: 900;
  color: #e62234;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.slider-area .hero__caption .stock-text .h2 {
  display: block;
  font-size: 140px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
}

.slider-area .hero__caption .stock-text .h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

.slider-area .hero__caption .stock-text .h2:nth-child(2) {
  color: #e62234;
  -webkit-animation: animate 4s ease-in-out infinite;
  animation: animate 4s ease-in-out infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-area .hero__caption .h1 {
    font-size: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero__caption .h1,
  .slider-area .hero__caption .stock-text .h2 {
    font-size: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero__caption .h1 {
    font-size: 72px;
  }

  .slider-area .hero__caption .stock-text .h2 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .slider-area .hero__caption .h1 {
    font-size: 42px;
  }

  .slider-area .hero__caption .stock-text .h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

.section-tittle .front-text .h2 {
  color: #e62234;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}

.services-area1 .single-service-cap .service-cap .h4 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  min-height: 60px;
}

.services-area1 .single-service-cap .service-cap .h4 a {
  display: block;
  color: #e62234;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.services-area1 .single-service-cap .service-cap .h4 a:hover {
  color: #e62234;
}

@media (max-width: 767px) {
  .section-tittle .front-text .h2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .services-area1 .single-service-cap .service-cap .h4 {
    min-height: 45px;
  }
}

.error-404-area {
  min-height: 100vh;
  padding: 150px 0 90px;
  background: #f7f7f7;
}

.error-404-img {
  max-width: 430px;
  width: 100%;
}

.error-404-kicker {
  color: #e62234;
  font-family: "Teko", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.error-404-title {
  color: #0b1c39;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 15px;
}

.error-404-text {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .error-404-area {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .error-404-title {
    font-size: 26px;
  }

  .error-404-text {
    font-size: 16px;
  }
}
