.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-style3 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-style3 .inner-box {
  position: relative;
  transition: all 300ms ease;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-block-style3 .inner-box .content-box {
  position: relative;
  padding: 20px 30px 35px;
  border-radius: 0 0 8px 8px;
  background-color: var(--theme-color-white);
}
.service-block-style3 .inner-box .content-box .icon {
  position: absolute;
  right: 20px;
  top: -20px;
  height: 70px;
  width: 70px;
  background: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box .icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box .service-subtitle {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #767676;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: var(--heading-font-family);
}
.service-block-style3 .inner-box .content-box .service-subtitle li a {
  font-weight: 700;
}
.service-block-style3 .inner-box .content-box .service-subtitle li:first-child span {
  display: none;
}
.service-block-style3 .inner-box .content-box .service-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.service-block-style3 .inner-box .content-box .service-title a {
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box .service-title a:hover {
  color: var(--theme-color1);
}
.service-block-style3 .inner-box .content-box .service-details {
  margin-top: 12px;
  margin-bottom: 0;
}
.service-block-style3 .inner-box .content-box .btn-view-details {
  margin-top: 25px;
}
.service-block-style3 .inner-box .image-box {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}
.service-block-style3 .inner-box .image-box img {
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-block-style3 .inner-box:hover .content-box .icon {
  background: var(--theme-color3);
  color: var(--text-color-bg-theme-color3);
}