.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: 44px !important;
}
.service-block-style2 .inner-box {
  position: relative;
}
.service-block-style2 .inner-box:hover .image-box {
  border-radius: 10px 10px 0 0;
}
.service-block-style2 .inner-box:hover .image-box .icon {
  background-color: var(--theme-color1);
  color: #ffffff;
}
.service-block-style2 .inner-box:hover .image img {
  transform: scale(1.1);
}
.service-block-style2 .inner-box:hover .image:before {
  height: 30%;
}
.service-block-style2 .inner-box:hover .read-more {
  width: 100%;
  left: 0%;
  opacity: 1;
}
.service-block-style2 .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms ease;
}
.service-block-style2 .image-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
  pointer-events: none;
  z-index: 2;
  transition: all 500ms ease;
}
.service-block-style2 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.service-block-style2 .image-box .image a {
  display: block;
  width: 100%;
}
.service-block-style2 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style2 .image-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  background-color: var(--theme-color-white);
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color1);
  font-size: 54px;
  transition: all 300ms ease;
  z-index: 2;
}
body.tm-dark-layout .service-block-style2 .image-box .icon {
  color: #fff;
}
.service-block-style2 .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 40px 30px;
  z-index: 9;
  width: 100%;
}
.service-block-style2 .content-box .service-subtitle {
  position: relative;
  padding-top: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--theme-color3);
  list-style: none;
  margin-bottom: 0;
}
.service-block-style2 .content-box .service-subtitle li a {
  font-size: 12px;
  letter-spacing: 0.07em;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
}
.service-block-style2 .content-box .service-subtitle:first-child span {
  display: none;
}
.service-block-style2 .content-box .service-title {
  z-index: 1;
  position: relative;
  margin-top: 0;
  color: #fff;
}
.service-block-style2 .content-box .service-title a {
  color: #ffffff;
  transition: all 300ms ease;
}
.service-block-style2 .content-box .service-title a:hover {
  color: #ffffff;
}
.service-block-style2 .content-box .read-more {
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 0%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--theme-color1);
  border-radius: 0 0 10px 10px;
  transition: all 400ms linear;
  opacity: 0;
}