.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 {
  margin-bottom: 30px;
}
.service-block-style3 .inner-block {
  background-color: #fff;
  border: 1px solid #e9e9f3;
  border-radius: 10px;
  position: relative;
  padding: 35px;
  overflow: hidden;
  transition: all 300ms ease;
}
[data-tm-layout=dark] .service-block-style3 .inner-block {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.service-block-style3 .inner-block:hover {
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.service-block-style3 .inner-block:hover .service-icon i,
.service-block-style3 .inner-block:hover .service-icon img {
  transform: scale(-1) rotate(180deg);
}
.service-block-style3 .inner-block:hover .service-icon {
  background-color: var(--theme-color3);
  color: var(--theme-color3-text-color);
}
.service-block-style3 .inner-block:hover .shape-1 {
  filter: brightness(0) invert(0);
}
.service-block-style3 .inner-block:hover .content-box:before {
  height: 100%;
}
.service-block-style3 .inner-block:hover .content-box .service-details {
  color: var(--theme-color2);
}
.service-block-style3 .inner-block:hover .service-title {
  color: var(--theme-color2);
}
.service-block-style3 .inner-block:hover .service-details {
  color: var(--theme-color2);
}
.service-block-style3 .inner-block:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .service-block-style3 .inner-block:hover .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
.service-block-style3 .inner-block:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .service-block-style3 .inner-block:hover .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
.service-block-style3 .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-style3 .inner-block .title-box {
  position: relative;
  z-index: 1;
}
.service-block-style3 .inner-block .service-icon {
  display: inline-block;
  font-size: 45px;
  margin-bottom: 60px;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  line-height: 90px;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  transition: all 300ms ease;
}
.service-block-style3 .inner-block .service-icon img,
.service-block-style3 .inner-block .service-icon i {
  transition: all 300ms ease;
}
.service-block-style3 .inner-block .service-title a:hover, .service-block-style3 .inner-block .service-title a:focus {
  color: var(--theme-color2);
}
.service-block-style3 .inner-block .content-box {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 28px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style3 .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-style3 .inner-block .content-box .service-details {
  margin-bottom: 25px;
  transition: all 300ms ease;
}
.service-block-style3 .inner-block .btn-view-details {
  transition: all 300ms ease;
  margin-top: 18px;
}
.service-block-style3 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .service-block-style3 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right {
  color: var(--theme-color2) !important;
}
.service-block-style3 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
[data-tm-layout=dark] .service-block-style3 .inner-block .btn-view-details:hover .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color2) !important;
}
.service-block-style3 .inner-block .btn-view-details .btn-plain-text-with-arrow-right {
  position: relative;
}
[data-tm-layout=dark] .service-block-style3 .inner-block .btn-view-details .btn-plain-text-with-arrow-right {
  color: #a1a1a1 !important;
}
.service-block-style3 .inner-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  font-family: "FlaticonCommon" !important;
  content: "\f118";
  color: #222;
}
[data-tm-layout=dark] .service-block-style3 .inner-block .btn-view-details .btn-plain-text-with-arrow-right::after {
  color: #a1a1a1 !important;
}