.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;
}
.service-block-style3 .inner-box:hover .image-box .image .service-featured-img:after {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.service-block-style3 .inner-box:hover .image-box .image .service-featured-img img {
  transform: scale(1.1);
}
.service-block-style3 .inner-box:hover .image-box .icon {
  color: #fff;
}
.service-block-style3 .image-box {
  position: relative;
  transition: all 300ms ease;
}
.service-block-style3 .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-style3 .image-box .image .service-featured-img:after {
  background: var(--gradient-3);
  left: 0%;
  bottom: 0;
  width: 0;
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}
.service-block-style3 .image-box .image .service-featured-img img {
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style3 .image-box .icon {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 42px;
  transition: all 300ms ease;
}
.service-block-style3 .content-box {
  position: relative;
  margin-top: -25px;
  margin-right: 30px;
  background-color: var(--theme-color-white);
  padding: 20px 25px 20px;
  padding-right: 70px;
  transition: all 300ms ease;
  border-top: 5px solid var(--theme-color1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  .service-block-style3 .content-box {
    margin-right: 0;
  }
}
.service-block-style3 .content-box .icon {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 70px;
  width: 70px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .service-block-style3 .content-box .icon {
    top: 25px;
    left: 15px;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.service-block-style3 .content-box .service-title {
  margin-top: 0;
  margin-bottom: 0;
}
.service-block-style3 .content-box .service-title a {
  display: inline-block;
}
.service-block-style3 .content-box .service-title a:hover, .service-block-style3 .content-box .service-title a:focus {
  color: var(--theme-color2);
}
body.tm-dark-layout .service-block-style3 .content-box .service-title a:hover, body.tm-dark-layout .service-block-style3 .content-box .service-title a:focus {
  color: #fff;
}
.service-block-style3 .content-box .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 400;
  overflow: hidden;
  transition: all 300ms ease;
}
.service-block-style3 .content-box .read-more i {
  position: relative;
  display: inline-block;
  transform: rotate(-40deg);
}
.service-block-style3 .content-box .read-more:hover {
  background-color: var(--theme-color2);
  color: #fff;
}