.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-style5 .inner-box {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 40px 40px 40px;
  position: relative;
  z-index: 9;
  transition: all 300ms ease;
}
.service-block-style5 .inner-box .thumb-icon {
  height: 120px;
  width: 120px;
  line-height: 120px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.service-block-style5 .inner-box .thumb-icon .service-icon i {
  font-size: 56px;
  color: var(--theme-color1);
  margin-left: -25px;
  margin-top: 10px;
  display: block;
}
.service-block-style5 .inner-box .thumb-icon .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 120px;
  width: 120px;
  background-image: url(../../../images/current-theme/icon-flower-shape.png);
}
body.tm-dark-layout .service-block-style5 .inner-box .thumb-icon .bg {
  opacity: 0.1;
}
.service-block-style5 .inner-box .shape-btn {
  position: absolute;
  right: -19px;
  top: -33px;
  width: auto;
  height: auto;
}
.service-block-style5 .inner-box .shape-btn svg path {
  fill: #f9f3f0 !important;
}
body.tm-dark-layout .service-block-style5 .inner-box .shape-btn svg path {
  fill: #1a1a1a !important;
}
.service-block-style5 .inner-box .service-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.service-block-style5 .inner-box .service-btn a.btn {
  align-items: center;
  background: var(--theme-color-white);
  border-radius: 12px;
  display: flex;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  width: 104px;
}
.service-block-style5 .inner-box .service-btn a.btn i {
  color: var(--theme-color1);
  font-size: 24px;
  transform: rotate(-45deg);
  display: block;
}
.service-block-style5 .inner-box .service-content .service-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.service-block-style5 .inner-box .service-content .service-title a:hover, .service-block-style5 .inner-box .service-content .service-title a:focus {
  color: #fff;
}
.service-block-style5 .inner-box:hover {
  background-color: var(--theme-color1);
}
.service-block-style5 .inner-box:hover .service-title,
.service-block-style5 .inner-box:hover .service-details {
  color: #fff;
}
.service-block-style5 .inner-box:hover .btn-style-two {
  background: var(--theme-color1);
  border-radius: 3px;
  border: none;
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15.12px;
  overflow: hidden;
  padding: 22px 37px 22px 36px;
  position: relative;
  text-transform: uppercase;
}
.service-block-style5 .inner-box:hover .btn-style-two:hover {
  background-color: var(--theme-color2);
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-block-style5 .inner-box:hover .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;
  font-family: var(--title-font);
}
.service-block-style5 .inner-box:hover .thumb-icon .service-icon i {
  color: #fff;
}
.service-block-style5 .inner-box:hover .thumb-icon .bg {
  opacity: 0.1;
}
.service-block-style5 .inner-box:hover .thumb-icon img {
  filter: brightness(10);
}