/* Banner 04 */
.service11-banner {
  position: relative;
  background: #000;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.service11-banner .sv11-bannerbg {
  position: absolute;
  inset: 0;
}
.service11-banner .sv11-bannerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.service11-banner .sv11-bannerbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv11h-wrap {
  position: relative;
}
.sv11h-wrap .sv11-wrapicon {
  position: absolute;
  width: 35px;
  height: 30px;
}
.sv11h-wrap .sv11-wrapicon._top {
  top: -18px;
  right: 100%;
}
.sv11h-wrap .sv11-wrapicon._bottom {
  bottom: 18px;
  left: 101%;
}
.sv11h-wrap .sv11-wrapicon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.service11-banner .sv11-bannercontents {
  width: 100%;
  max-width: 400px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 60px;
  height: 100%;
  position: relative;
}
.service11-banner .sv11-bannercontents h5 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.service11-banner .sv11-bannercontents h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 15px;
}
.service11-banner .sv11-bannercontents h1 {
  font-size: 90px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1;
}
.service11-banner .sv11-bannercontents h1 span {
  font-size: 64%;
  display: block;
  line-height: 1;
}
.service11-banner .sv11-bannercontents p {
  font-size: 14px;
  color: #ffffff;
}
.service11-banner .sv11-bannercontents .sv11-bs {
  width: 100%;
  margin-bottom: 30px;
}
.service11-banner .sv11-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv11-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 20px;
  min-width: 170px;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.5s all;
  position: relative;
  border-radius: 4px;
  letter-spacing: 0.05rem;
}
.sv11-cta-btn:hover {
  background: #fff;
  color: #000;
}
.mobshow {
  display: none !important;
}
.side-social {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 0;
  top: 0;
  margin: auto 0;
  justify-content: center;
}
.side-social a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 25px;
  letter-spacing: 1px;
}
.side-social a svg {
  max-width: 22px;
  margin-right: 10px;
}
.side-social .sv05-mailbtn {
  background-color: #f89c1c;
  width: 130px;
}
.side-social .sv05-whatsappbtn {
  background-color: #4caf50;
  width: 155px;
}
.side-social .sv05-mailbtn:hover {
  width: 155px;
}
.side-social .sv05-whatsappbtn:hover {
  width: 170px;
}
.scrolltobtn {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
.scrolltobtn svg {
  max-width: 50%;
  max-height: 50%;
}

@media (max-width: 1399px) {
  .service11-banner .sv11-bannercontents {
    max-width: 430px;
  }
  .service11-banner .sv11-bannercontents h1 {
    font-size: 70px;
  }
  .service11-banner .sv11-bannercontents p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .service11-banner .sv11-bannerbox {
    height: 600px;
  }
  .service11-banner .sv11-bannercontents h1 {
    margin-bottom: 20px;
  }
  .sv11-cta-btn {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service11-banner .sv11-bannerbox {
    height: auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service11-banner {
    height: auto;
    padding: 150px 0 100px;
  }
  .sv11-cta-btn {
    min-width: 140px;
  }
}

@media (max-width: 575px) {
  .service11-banner .sv11-bannercontents h1 {
    font-size: 60px;
    letter-spacing: 2px;
  }
  .service11-banner .sv11-bannercontents h5 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sv11h-wrap .sv11-wrapicon {
    width: 28px;
    height: 28px;
  }
  .service11-banner .sv11-bannercontents {
    padding-right: 0;
  }
  .side-social a {
    font-size: 16px;
    padding: 6px 15px;
  }
  .side-social a svg {
    max-width: 20px;
    margin-right: 6px;
  }
}
