/* service page css  by Pradeep */
.service_banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100vh;
}

.service_hero_title {
  color: #E8E4DA;
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 84px;
  text-transform: uppercase;
  max-width: 800px;
  margin: 24px 0;
}

.service_hero_text {
  color: #E8E4DA;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  max-width: 720px;
  margin-bottom: 30px;
}

.service_btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -54px;
}

.service_container {
  display: flex;
  align-items: center;
  height: 100%;
}

img.hero_overLay_imag {
  position: absolute;
  bottom: -22%;
  width: 305.169px;
  height: 299.38px;
  transform: rotate(-14.583deg);
}

.btn_red {
  line-height: 0.625vw;
  text-transform: uppercase;
  background-color: red;
  color: #000;
  padding: 1vw 2vw !important;
  letter-spacing: 0.25rem;
  border-radius: 50px;
  transition: .3s all;
  font-size: 12px;
  font-weight: 700;
}

.btn_red:hover {
  background: #E8E4DA !important;
}
