.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 .inner-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .service-block-style2 .inner-block {
    border-radius: 20px;
  }
}
.service-block-style2 .inner-block:hover .image-box img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.service-block-style2 .inner-block:hover .image-box img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.service-block-style2 .inner-block:hover .content-box .inner-box:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
.service-block-style2 .inner-block:hover .content-box .icon i,
.service-block-style2 .inner-block:hover .content-box .icon img {
  color: var(--theme-color2-text-color);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block-style2 .inner-block:hover .content-box .icon img {
  filter: brightness(0);
}
.service-block-style2 .inner-block:hover .content-box .content .text {
  color: rgb(12, 64, 62);
}
.service-block-style2 .inner-block:hover .content-box .service-count {
  color: rgba(0, 0, 0, 0.1);
}
.service-block-style2 .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.service-block-style2 .image-box img {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 500ms ease;
}
@media (max-width: 767.98px) {
  .service-block-style2 .image-box img {
    border-radius: 20px;
  }
}
.service-block-style2 .image-box img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.service-block-style2 .content-box .inner-box {
  background-color: var(--theme-color2);
  border-radius: 20px;
  padding: 36px 40px 40px;
  display: block;
  position: absolute;
  bottom: 10px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .service-block-style2 .content-box .inner-box {
    padding: 22px 20px 20px;
  }
}
.service-block-style2 .content-box .inner-box:before {
  background-color: var(--theme-color1);
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  content: "";
  transform: scale(0, 1);
  transform-origin: top right;
  transition: -webkit-transform 700ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 700ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 700ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 700ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-block-style2 .content-box .icon {
  position: relative;
  min-width: 68px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.service-block-style2 .content-box .icon i,
.service-block-style2 .content-box .icon img {
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1;
  transition: all 300ms ease;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .service-block-style2 .content-box .icon i,
  .service-block-style2 .content-box .icon img {
    font-size: 50px;
  }
}
.service-block-style2 .content-box .icon img {
  padding: 3px 0;
}
.service-block-style2 .content-box .content {
  position: relative;
}
.service-block-style2 .content-box .content .service-title {
  color: var(--theme-color2-text-color);
  margin-bottom: 10px;
  margin-top: 0px;
  transition: all 700ms ease;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .service-block-style2 .content-box .content .service-title {
    font-size: 20px;
  }
}
.service-block-style2 .content-box .content .service-title a:hover {
  color: var(--theme-color2-text-color);
}
.service-block-style2 .content-box .content .service-details {
  color: rgba(255, 255, 255, 0.6);
}
.service-block-style2 .content-box .content .text {
  color: rgba(255, 255, 255, 0.6);
  transition: all 700ms ease;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .service-block-style2 .content-box .content .text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.service-block-style2 .content-box .service-count {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  transition: all 300ms ease;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .service-block-style2 .content-box .service-count {
    font-size: 40px;
    top: 30px;
  }
}