/* Banner 04 */
.service12-banner {
  position: relative;
  background: #000;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.service12-banner .sv12-bannerbg {
  position: absolute;
  inset: 0;
}
.service12-banner .sv12-bannerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.service12-banner .sv12-bannerbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service12-banner .sv12-bannercontents {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  position: relative;
}
.service12-banner .sv12-bannercontents > div + div {
  margin-bottom: -3%;
  margin-left: 15px;
}
.service12-banner .sv12-bannercontents h1 {
  font-size: 120px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.service12-banner .sv12-bannercontents h1 span {
  font-size: 67%;
  display: block;
  line-height: 1;
  font-weight: 100;
}
.service12-banner .sv12-bannercontents p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.service12-banner .sv12-bannercontents .sv12-bs {
  max-width: 450px;
  margin-bottom: 20px;
}
.service12-banner .sv12-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv12-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffff;
  font-weight: 400;
  padding: 10px 20px;
  min-width: 170px;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.5s all;
  position: relative;
  border-radius: 30px;
}
.sv12-cta-btn:hover {
  background: #fff;
  color: #000;
}
.mobshow {
  display: none !important;
}
.side-social {
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 0;
  top: 0;
  margin: auto 0;
  justify-content: center;
  gap: 10px;
}
.side-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
}
.side-social a:hover {
  background: #fff;
}
.side-social a svg {
  max-width: 20px;
  transition: 0.5s all;
}
.side-social a:hover svg path {
  fill: #c39a6f;
}

@media (max-width: 1199px) {
  .service12-banner .sv12-bannerbox {
    height: 600px;
  }
  .service12-banner .sv12-bannercontents h1 {
    font-size: 80px;
  }
  .service12-banner .sv12-bannercontents > div + div {
    margin-bottom: -5%;
  }
}

@media (max-width: 991px) {
  .service12-banner .sv12-bannerbox {
    height: auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service12-banner {
    height: auto;
    padding: 150px 0;
  }
  .sv12-cta-btn {
    min-width: 140px;
  }
  .service12-banner .sv12-bannercontents h1 {
    font-size: 56px;
  }
  .service12-banner .sv12-bannercontents h5 {
    font-size: 16px;
  }
  .service12-banner {
    text-align: center;
  }
  .service12-banner .sv12-bannercontents {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: inline-flex;
    margin: 0 auto;
    text-align: left;
  }
  .service12-banner .sv12-bannercontents > div + div {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
  }
  .service12-banner .sv12-bannercontents p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .service12-banner .sv12-bannercontents .sv12-bs {
    max-width: 70%;
  }
}
