/* Banner 04 */
.service14-banner {
  position: relative;
  background: #000;
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
}
.service14-banner .sv14-bannerbg {
  position: absolute;
  inset: 0;
}
.service14-banner .sv14-bannerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.service14-banner .sv14-bannerbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service14-banner .sv14-bannercontents {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-align: center;
}
.service14-banner .sv14-bannercontents h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
.service14-banner .sv14-bannercontents h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 1px;
}
.service14-banner .sv14-bannercontents h1 span {
  font-size: 64%;
  display: block;
  line-height: 1;
}
.service14-banner .sv14-bannercontents p {
  font-size: 14px;
  color: #ffffff;
}
.service14-banner .sv14-bannercontents .sv14-bs {
  max-width: 450px;
  margin-bottom: 30px;
}
.service14-banner .sv14-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv14-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffff;
  font-weight: 400;
  padding: 10px 20px;
  min-width: 170px;
  background: linear-gradient(
    to right,
    rgba(200, 70, 118, 1) 0%,
    rgba(150, 94, 184, 1) 100%
  );
  border: 0;
  transition: 0.5s all;
  position: relative;
  border-radius: 30px;
}
.sv14-cta-btn:hover {
  background: linear-gradient(
    to right,
    rgb(200, 70, 118) 100%,
    rgba(150, 94, 184, 1) 100%
  );
  color: #fff;
}
.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%;
}
.side-social a:hover {
  transform: scale(1.15);
}
.side-social a svg {
  max-width: 18px;
}
.side-social .sv05-mailbtn,
.side-social .sv05-whatsappbtn {
  background: linear-gradient(
    to bottom,
    rgb(200, 70, 118) 0%,
    rgba(150, 94, 184, 1) 100%
  );
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  .service14-banner .sv14-bannerbox {
    height: 600px;
  }
  .service14-banner .sv14-bannercontents h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .sv14-cta-btn {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service14-banner .sv14-bannerbox {
    height: auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service14-banner {
    height: auto;
    padding: 150px 0 100px;
  }
  .sv14-cta-btn {
    min-width: 140px;
  }
  .service14-banner .sv14-bannercontents h1 {
    font-size: 40px;
  }
  .service14-banner .sv14-bannercontents h5 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .service14-banner .sv14-bannercontents h1 {
    font-size: 32px;
  }
  .service14-banner .sv14-bannercontents h5 {
    font-size: 14px;
  }
}
