/* Banner 04 */
.service15-banner {
  position: relative;
  background: #000;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
}
.service15-banner .sv15-bannerbg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(159, 0, 19, 1) 0%,
    rgb(200, 2, 26) 100%
  );
}
.service15-banner .sv15-bannerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.service15-banner .sv15-bannerbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.service15-banner .sv15-bannercontents {
  position: relative;
  align-items: center;
}
.service15-banner .sv15-bannercontents figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.service15-banner .sv15-bannercontents h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.service15-banner .sv15-bannercontents h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.service15-banner .sv15-bannercontents p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.service15-banner .sv15-bannercontents .sv15-bs {
  max-width: 400px;
  margin-bottom: 25px;
}
.service15-banner .sv15-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv15-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  min-width: 170px;
  background: #7dbe35;
  border: 0;
  box-shadow: 0px 5px 0 #6ca230;
  transition: 0.5s all;
  position: relative;
  border-radius: 5px;
}
.sv15-cta-btn:hover {
  background: #fff;
  color: #6ca230;
  box-shadow: none;
  transform: translateY(5px);
}
.mobshow {
  display: none !important;
}
.side-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.side-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
}
.side-social a.sv05-whatsappbtn {
  background: #7dbe35;
}
.side-social a.sv05-mailbtn {
  background: #faac1a;
}
.side-social a:hover {
  background: #fff;
}
.side-social a svg {
  max-width: 20px;
  transition: 0.5s all;
}
.side-social a:hover svg path {
  fill: #6ca230;
}

@media (max-width: 991px) {
  .service15-banner .sv15-bannerbox {
    height: auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service15-banner {
    height: auto;
    padding: 120px 0 50px;
  }
  .sv15-cta-btn {
    min-width: 150px;
    font-size: 14px;
  }
  .service15-banner .sv15-bannercontents h5 {
    margin-bottom: 20px;
  }
  .service15-banner .sv15-bannercontents h1 {
    font-size: 46px;
    margin-bottom: 25px;
  }
  .service15-banner .sv15-bannercontents figure img {
    margin: 0;
  }
  .service15-banner .sv15-bannercontents .sv15-imgbox {
    order: 3;
  }
  .side-social {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  .service15-banner .sv15-bannercontents .sv15-bs {
    max-width: 100%;
  }
  .service15-banner .sv15-bannercontents .sv15-imgbox {
    margin-top: 20px;
  }
}
