.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 {
  margin-bottom: 30px;
}
.service-block-style2 .inner-block {
  background-color: #fff;
  border: 1px solid #e9e9f3;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  overflow: hidden;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block:hover {
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.service-block-style2 .inner-block:hover .service-icon i,
.service-block-style2 .inner-block:hover .service-icon img {
  transform: scale(-1) rotate(180deg);
}
.service-block-style2 .inner-block:hover .service-icon {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.service-block-style2 .inner-block:hover .shape-1 {
  filter: brightness(0) invert(0);
}
.service-block-style2 .inner-block:hover .content-box:before {
  height: 100%;
}
.service-block-style2 .inner-block:hover .content-box .features-list li {
  color: #fff;
}
.service-block-style2 .inner-block:hover .content-box .features-list li:before {
  color: #fff;
}
.service-block-style2 .inner-block:hover .content-box .service-details {
  color: var(--theme-color-white);
}
.service-block-style2 .inner-block:hover .content-box .btn-plain-text-with-arrow-right {
  color: var(--theme-color-white);
}
.service-block-style2 .inner-block:hover .content-box .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color-white);
}
.service-block-style2 .inner-block .shape-1 {
  position: absolute;
  left: 0;
  right: -10px;
  bottom: 0px;
  top: -10px;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../../../images/current-theme/shape-1.png);
}
.service-block-style2 .inner-block .title-box {
  padding: 0 25px 35px;
  position: relative;
  z-index: 1;
}
.service-block-style2 .inner-block .service-icon {
  display: inline-block;
  font-size: 45px;
  margin-bottom: 60px;
  text-align: center;
  width: 90px;
  margin-top: 20px;
  height: 90px;
  border-radius: 50%;
  line-height: 90px;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .service-icon img,
.service-block-style2 .inner-block .service-icon i {
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .service-title a:hover {
  color: var(--theme-color3);
}
.service-block-style2 .inner-block .content-box {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 28px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content-box:before {
  background-color: var(--theme-color3);
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content-box .service-details {
  margin-bottom: 25px;
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .content-box .features-list li {
  margin-bottom: 7px;
  position: relative;
  color: #111;
}
.service-block-style2 .inner-block .content-box .features-list li:before {
  color: #111;
  margin-right: 10px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.service-block-style2 .inner-block .content-box .features-list li:last-child {
  margin-bottom: 0;
}
.service-block-style2 .inner-block .btn-view-details {
  transition: all 300ms ease;
}
.service-block-style2 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color-white) !important;
}
.service-block-style2 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right:before {
  width: 100%;
}
.service-block-style2 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color-white) !important;
}
.service-block-style2 .inner-block .btn-view-details .btn-plain-text-with-arrow-right {
  position: relative;
}
.service-block-style2 .inner-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  font-family: "FlaticonCommon" !important;
  content: "\f118";
}
.service-block-style2 .inner-block .btn-view-details .btn-plain-text-with-arrow-right:before {
  background-color: var(--theme-color-white);
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 0;
  transition: all 300ms ease;
}