.home-service {
  background: url(../../static/images/da-bg.png) no-repeat -30px 30px;
  padding: 2rem 0;
  margin-bottom: 0rem;
  position: relative;
}
.home-service .section-title {
  font-size: 2em;
  font-weight: 900;
  color: var(--header-color1);
  text-align: center;
  text-transform: capitalize;
  margin: 2rem 0;
}
.home-service .box-icon {
  position: relative;
}
.home-service .service-box {
  margin: 0 0 2rem;
  text-align: center;
}
.home-service .box-title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  color: var(--header-color1);
  margin: 2rem 0;
}
.home-service .box-desc {
  font-size: 1em;
  font-weight: 400;
  color: var(--content-dark-blue);
  margin: 0;
}
.home-service .btn {
  font-weight: 500;
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--blue);
  padding: 10px 25px;
  display: inline-block;
  transition: all 0.4s ease;
}
.home-service .btn:hover {
  background: transparent;
  border-color: var(--content-dark-blue);
  color: var(--content-dark-blue);
}

.home-service .circle_3d1--wrapper {
  display: none;
}

@keyframes floater{0%,100%{transform:translateY(0)}50%{transform:translateY(8%)}}
@-webkit-keyframes floater{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(8%)}}
.sec-col:hover .col-icon svg {
  visibility:visible!important;
  animation-iteration-count:infinite;
  animation-name:floater;
  -webkit-animation-name:floater;
  animation-duration:1.5s;
  -webkit-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
}
@keyframes wiggle{0%,100%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}
@-webkit-keyframes wiggle{0%,100%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}}
/* .home-service .box-icon img {
  visibility:visible!important;
  animation-iteration-count:infinite;
  animation-name:wiggle;
  -webkit-animation-name:wiggle;
  animation-duration:2.5s;
  -webkit-animation-duration:2.5s;
  -webkit-animation-iteration-count:infinite;
} */
@media screen and (min-width: 768px) {
  .home-service {
    margin-bottom: 4rem;
  }
  .home-service .btn {
    margin: 2rem 0;
  }
  .home-service:before {
    content: '';
    position: absolute;
    top: 6%;
    right: 0;
    background: url(../../static/images/services_dots1.png) no-repeat right top;
    width: 100%;
    height: 250px;
    max-width: 552px;
    background-size: 64%;
  }
  .home-service .service-box {
    text-align: left;
    margin: 1rem 0;
  }
  .home-service .box-desc {
    margin-bottom: 0;
  }
  .home-service .box-desc p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-service .box-title {
    font-size: 1.7em;
  }
  .home-service .btn {
    padding: 15px 50px;
    font-size: 1.125em;
  }
  .home-service .section-title {
    font-size: 2.7em;
  }
  .wp-block-lazyblock-home-service {
    background: url(../../static/images/services_watermark.svg) no-repeat right center;
  }
  .home-service .box-desc {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-service .circle_3d1--wrapper {
    right: auto;
    left: 0;
    bottom: -2%;
  }
  .home-service .circle_3d1--wrapper svg {
    max-width: 124px;
  }
}
@media screen and (min-width: 1700px) {
  .home-service {
    background-position: -30px 90px;
  }
  .home-service .section-title {
    font-size: 3.75em;
  }
  .home-service .box-title {
    font-size: 2.5em;
  }
  .home-service .box-desc {
    font-size: 1.125em;
  }
  .home-service .btn {
    font-size: 1.125em;
    padding: 15px 40px;
  }
  .home-service:before {
    background-size: 90%;
  }
  .home-service .service-box {
    margin: 2rem 0;
  }
}