.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-style1 {
  position: relative;
  z-index: 1;
}
.service-block-style1 .inner-box {
  position: relative;
  margin-top: 30px;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box:hover .service-icon:before {
  background-color: var(--theme-color1);
}
.service-block-style1 .inner-box:hover .service-icon i {
  background-color: var(--theme-color3);
}
.service-block-style1 .inner-box:hover .service-featured-img:after {
  opacity: 1;
  height: 100%;
}
.service-block-style1 .inner-box:hover .service-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 300ms ease;
}
.service-block-style1 .inner-box:hover .read-more {
  top: 25px;
}
.service-block-style1 .inner-box:hover .read-more i {
  transform: none;
}
.service-block-style1 .inner-box:hover .content-box {
  background-color: rgba(223, 17, 25, 0.671);
  padding: 22px 27px 36px 20px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-box:hover .content-box {
    padding: 17px 20px 18px 20px;
  }
}
.service-block-style1 .inner-box:hover .content-box .inner {
  height: auto;
}
.service-block-style1 .image-box {
  position: relative;
}
.service-block-style1 .service-featured-img {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-style1 .service-featured-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  pointer-events: none;
  background: linear-gradient(rgba(17, 255, 43, 0), rgba(1, 20, 37, 0.231372549) 56%, #0f1b24 90%);
  transition: all 300ms ease;
  z-index: 1;
}
.service-block-style1 .service-featured-img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(rgba(17, 255, 43, 0), rgb(15, 27, 36) 56%, #0f1b24 80%);
  transition: all 300ms ease;
  z-index: 1;
}
.service-block-style1 .service-featured-img img {
  position: relative;
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style1 .service-icon {
  position: absolute;
  top: -20px;
  left: 24px;
  width: 120px;
  z-index: 1;
}
.service-block-style1 .service-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color1-darker);
  content: "";
  transition: all 500ms ease;
}
.service-block-style1 .service-icon i {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 50px;
  line-height: 1;
  position: absolute;
  padding: 15px 52px 15px 18px;
  clip-path: polygon(0% 0, 100% 0, 70% 100%, 0 100%);
  transition: all 500ms ease;
}
.service-block-style1 .content-box {
  background-color: rgba(255, 255, 255, 0.102);
  padding: 7px 27px 8px 20px;
  position: absolute;
  bottom: 27px;
  left: 30px;
  right: 30px;
  transition: all 300ms ease;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .service-block-style1 .content-box {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.service-block-style1 .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
}
.service-block-style1 .service-title {
  color: var(--text-color-bg-theme-color1);
  position: relative;
  margin-bottom: 0;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-style1 .service-title {
    font-size: 20px;
  }
}
.service-block-style1 .service-title a {
  color: var(--text-color-bg-theme-color1);
}
.service-block-style1 .service-details {
  color: var(--text-color-bg-theme-color1);
  position: relative;
  margin-top: 12px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-style1 .service-details {
    margin-top: 0;
  }
}
.service-block-style1 .read-more {
  color: var(--text-color-bg-theme-color1);
  position: absolute;
  right: 25px;
  top: 9px;
  font-size: 22px;
  transition: all 300ms ease;
}
.service-block-style1 .read-more i {
  transform: rotate(-45deg);
  transition: all 300ms ease;
}