/* Banner 04 */
.service05-banner {
  position: relative;
  background: #fff;
}
.service05-banner .container {
  max-width: 1600px;
  position: absolute;
  inset: 0;
  z-index: 5;
}
.service05-banner .sv05-bannerbox {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.service05-banner .sv05-bannerbox picture {
  position: absolute;
  inset: 0;
  border-radius: 30px;
}
.service05-banner .sv05-bannerbox picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service05-banner .sv05-bannerrbg {
  width: 850px;
  height: 700px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.service05-banner .sv05-bannerrbg svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.service05-banner .sv05-bannercontents {
  width: 100%;
  max-width: 560px;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 60px;
  height: 100%;
}
.service05-banner .sv05-bannercontents h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.service05-banner .sv05-bannercontents p {
  font-size: 14px;
  color: #fff;
}
.service05-banner .sv05-bannercontents .sv05-bs {
  width: 100%;
  margin-bottom: 30px;
}
.service05-banner .sv05-inlinebox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sv05-cta-btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #000;
  border-bottom-width: 3px;
  transition: 0.5s all;
}
.sv05-cta-btn i {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.5s all;
}
.sv05-cta-btn i svg {
  width: 12px;
  height: 7px;
}
.sv05-cta-btn:hover {
  background: #000;
  color: #fff;
}

.side-social {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  z-index: 900;
}
.sv05-whatsappbtn,
.sv05-mailbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.4s all;
}
.sv05-mailbtn {
  background: #fff;
}
.sv05-mailbtn svg {
  max-width: 20px;
}
.sv05-mailbtn:hover {
  background: #fff;
}
.sv05-whatsappbtn {
  background: #4caf50;
}
.sv05-whatsappbtn svg {
  max-width: 28px;
  max-height: 28px;
}
.mobshow {
  display: none !important;
}

@media (max-width: 1399px) {
  .service05-banner .sv05-bannercontents {
    max-width: 430px;
    padding-right: 30px;
  }
  .service05-banner .sv05-bannercontents h1 {
    font-size: 42px;
  }
  .service05-banner .sv05-bannercontents p {
    font-size: 14px;
  }
  .service05-banner .sv05-bannerrbg {
    left: -15%;
  }
}

@media (max-width: 1199px) {
  .service05-banner .sv05-bannerbox {
    height: 600px;
  }
  .service05-banner .sv05-bannerrbg {
    width: 750px;
    height: 600px;
  }
  .service05-banner .sv05-bannercontents h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .sv05-cta-btn {
    font-size: 14px;
  }
  .service05-banner .sv05-inlinebox {
    gap: 20px;
  }
  .sv05-whatsappbtn,
  .sv05-mailbtn {
    width: 44px;
    height: 44px;
  }
  .service05-banner .sv05-bannercontents {
    max-width: 400px;
  }
  .service05-banner .sv05-bannerrbg img {
    max-height: 80%;
    right: 60px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .service05-banner .sv05-bannerbox {
    height: auto;
  }
  .service05-banner .sv05-bannerbox picture {
    position: relative;
  }
  .service05-banner .sv05-bannerrbg {
    position: relative;
    width: 120%;
    left: 0;
    margin-top: -40%;
    overflow: hidden;
    height: auto;
  }
  .service05-banner .sv05-bannerrbg svg {
    transform: none;
    top: 0;
    width: 85%;
  }
  .service05-banner .sv05-bannercontents {
    text-align: center;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  .mobshow {
    display: inline-flex !important;
  }
  .mobhide {
    display: none !important;
  }
  .service05-banner .sv05-inlinebox.mb2 {
    margin-bottom: 30px;
  }
  .service11-header.scrolling .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .service05-banner .container {
    top: auto;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .service05-banner .sv05-bannercontents::before {
    width: 1000px;
    height: 1000px;
    top: -110px;
  }
  .service11-header.scrolling .navbar-brand {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .service05-banner .sv05-bannercontents::before {
    width: 800px;
    height: 800px;
    top: -85px;
  }
  .service05-banner .sv05-bannerbox picture img {
    margin-bottom: -25%;
  }
  .sv05-whatsappbtn,
  .sv05-mailbtn {
    width: 40px;
    height: 40px;
  }
  .service05-banner .sv05-bannercontents h1 {
    font-size: 30px;
  }
  .service05-banner .sv05-bannercontents .sv05-bs {
    margin-bottom: 20px;
  }
  .service05-banner .sv05-bannerrbg {
    height: 500px;
  }
  .service05-banner .container {
    padding-bottom: 40px;
  }
}
