.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-style2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-style2 .inner-box {
  position: relative;
  background-color: #fff;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
  opacity: 0.9;
}
.service-block-style2 .inner-box:hover .image-box .read-more {
  color: #fff;
  background: var(--theme-color2);
}
.service-block-style2 .inner-box:hover .image-box .read-more:before {
  height: 100%;
}
.service-block-style2 .inner-box:hover .content-box .icon {
  color: var(--theme-color1);
  background-color: #fff;
}
body.tm-dark-layout .service-block-style2 .inner-box:hover .content-box .icon {
  background-color: var(--theme-color-light);
}
.service-block-style2 .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-style2 .inner-box .image-box .image img {
  position: relative;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content-box {
  position: relative;
  background-color: var(--theme-color-white);
  padding: 0 21px 18px;
}
.service-block-style2 .inner-box .content-box .inner {
  position: relative;
  display: inline-block;
  border-top: 4px solid var(--theme-color1);
  margin-top: -56px;
  padding: 90px 15px 30px 20px;
  background-color: #f3f4f7;
}
body.tm-dark-layout .service-block-style2 .inner-box .content-box .inner {
  background-color: var(--theme-color-white);
}
.service-block-style2 .inner-box .content-box::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 65px;
  width: 44px;
  height: 64px;
  background-image: url(../../../../assets/images/current-theme/icon-arrow.png);
  z-index: 3;
  pointer-events: none;
}
.service-block-style2 .inner-box .content-box .icon {
  position: absolute;
  top: -22px;
  left: 18px;
  height: 87px;
  width: 90px;
  line-height: 87px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-style2 .inner-box .content-box .service-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  z-index: 2;
}
.service-block-style2 .inner-box .content-box .service-title:hover {
  color: var(--theme-color1);
}
.service-block-style2 .inner-box .content-box .theme-btn {
  position: relative;
  background-color: var(--theme-color2);
  width: 100%;
  font-size: 12px;
  padding: 10px 20px;
  color: #fff;
  display: flex;
  text-align: center;
  white-space: nowrap;
  transition: all 300ms ease;
  font-family: var(--font-current-theme1);
  line-height: 27px;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  justify-content: center;
}
.service-block-style2 .inner-box .content-box .theme-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color2);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 0;
}
.service-block-style2 .inner-box .content-box .theme-btn .btn-title {
  display: inline-flex;
  z-index: 1;
  align-items: center;
}
.service-block-style2 .inner-box .content-box .theme-btn i {
  position: relative;
  color: var(--theme-color1);
  transform: rotate(-45deg);
  display: block;
  margin-left: 10px;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content-box .theme-btn:hover::before {
  background-color: var(--theme-color1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.service-block-style2 .inner-box .content-box .theme-btn:hover i {
  color: #fff;
}