.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;
}
.service-block-style3 .inner-box {
  position: relative;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box:hover .content-box {
  transform: translate(0);
}
.service-block-style3 .inner-box:hover .service-featured-img img {
  transform: scale(1.1);
}
.service-block-style3 .inner-box .service-featured-img {
  background-color: var(--theme-color1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.service-block-style3 .inner-box .service-featured-img a {
  display: block;
}
.service-block-style3 .inner-box .service-featured-img img {
  width: 100%;
  transition: all 800ms ease;
}
.service-block-style3 .inner-box .service-featured-img:before {
  background-color: rgba(var(--theme-color1-rgb), 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.service-block-style3 .inner-box .content-box {
  background-color: #f2f5f1;
  border-radius: 10px;
  bottom: 10px;
  left: 10px;
  padding: 18px 15px 15px;
  position: absolute;
  right: 10px;
  z-index: 2;
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box {
  background-color: #1d1d1d;
}
.service-block-style3 .inner-box .content-box .inner {
  display: block;
  padding-bottom: 7px;
  position: relative;
  transition: all 300ms ease;
  width: 100%;
}
.service-block-style3 .inner-box .content-box .inner .service-title {
  margin-bottom: 8px;
  margin-top: 0;
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .inner .service-title a:hover, [data-tm-layout=dark] .service-block-style3 .inner-box .content-box .inner .service-title a:focus {
  color: #fff;
}
.service-block-style3 .inner-box .content-box .inner .service-details {
  margin-bottom: 10px;
  display: none;
}
.service-block-style3 .inner-box .content-box .read-more {
  align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 6px;
  color: #0f3d3a;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 9px 15px 7px;
  position: relative;
  text-transform: capitalize;
  z-index: 0;
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .read-more {
  background-color: #0d0d0d;
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .read-more {
  color: #fff;
}
.service-block-style3 .inner-box .content-box .read-more:before {
  background-color: var(--theme-color2);
  bottom: 0;
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  width: 0;
  transition: all 400ms ease;
  z-index: -1;
}
.service-block-style3 .inner-box .content-box .read-more i {
  color: #0f3d3a;
  font-size: 14px;
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .read-more i {
  color: #fff;
}
.service-block-style3 .inner-box .content-box .read-more:hover {
  color: var(--theme-color-white);
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .read-more:hover {
  color: #fff;
}
.service-block-style3 .inner-box .content-box .read-more:hover:before {
  left: 0;
  width: 100%;
}
.service-block-style3 .inner-box .content-box .read-more:hover i {
  color: var(--theme-color-white);
}
[data-tm-layout=dark] .service-block-style3 .inner-box .content-box .read-more:hover i {
  color: #fff;
}