.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 .inner-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 50px 0 50px 0;
}
body.tm-dark-layout .service-block-style6 .inner-box {
  border-top: 1px solid #2a333d;
}
.service-block-style6 .inner-box.active .center-box .image, .service-block-style6 .inner-box:hover .center-box .image {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.service-block-style6 .top-box {
  display: flex;
  align-items: center;
}
.service-block-style6 .top-box .service-title {
  color: var(--theme-color1);
  margin: 0;
}
body.tm-dark-layout .service-block-style6 .top-box .service-title {
  color: #fff;
}
body.tm-dark-layout .service-block-style6 .top-box .service-title a:hover, body.tm-dark-layout .service-block-style6 .top-box .service-title a:focus {
  color: #fff;
}
.service-block-style6 .center-box {
  position: relative;
}
.service-block-style6 .center-box .image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(50% - 136.5px);
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
@media (max-width: 991.98px) {
  .service-block-style6 .center-box .service-details {
    margin-bottom: 20px;
  }
}
.service-block-style6 .bottom-box .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 25.5px 15px 15px;
  font-weight: 600;
  overflow: hidden;
  color: var(--theme-color1);
  background: var(--bg-theme-color1);
}
.service-block-style6 .bottom-box .theme-btn .icon {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 26px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block-style6 .bottom-box .theme-btn:before {
  display: none;
}