.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-style6 {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  transition: all 300ms ease;
}
.service-block-style6::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: -17px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--theme-color-white);
  transition: all 300ms ease;
  z-index: 1;
}
.service-block-style6::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -17px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transition: all 300ms ease;
  background: var(--theme-color-white);
}
.service-block-style6:hover::before, .service-block-style6:hover::after, .service-block-style6:hover .inner-box {
  transition: all 300ms ease;
  transform: translateY(-10px);
}
.service-block-style6 .inner-box {
  position: relative;
  text-align: center;
  background-color: var(--theme-color-gray);
  padding: 60px 50px 60px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-style6 .inner-box {
    padding: 30px 20px 70px;
  }
}
.service-block-style6 .inner-box:hover .icon-box i {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style6 .inner-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--theme-color-white);
}
.service-block-style6 .inner-box::after {
  content: "";
  position: absolute;
  top: -17px;
  right: -17px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--theme-color-white);
}
.service-block-style6 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.service-block-style6 .inner-box .icon-box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e18037;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-block-style6 .inner-box .icon-box i {
  position: relative;
  display: block;
  font-size: 79px;
  line-height: 79px;
  color: var(--theme-color2);
  transition: all 300ms ease;
}
.service-block-style6 .inner-box .content-box .service-featured-img {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 122px;
  height: 82px;
}
.service-block-style6 .inner-box .content-box .service-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
.service-block-style6 .inner-box .content-box .service-title a:hover {
  color: var(--theme-color1);
}
.service-block-style6 .inner-box .content-box .service-details {
  margin-bottom: 26px;
}
.service-block-style6 .inner-box .content-box .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color2);
  text-transform: uppercase;
}
.service-block-style6 .inner-box .content-box .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
  content: "\f055";
  margin-left: 0;
}