.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-style6 {
  position: relative;
  z-index: 1;
  padding: 50px 55px 40px;
  border-radius: 7px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(88, 86, 233, 0.2);
  transition: all 0.3s;
}
.service-block-style6:hover {
  border-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
}
.service-block-style6:hover .details .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color1);
  border-bottom-color: var(--theme-color1) !important;
}
.service-block-style6:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1) !important;
}
.service-block-style6:hover .details .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1) !important;
}
.service-block-style6:hover .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
}
.service-block-style6 .service-icon {
  margin-bottom: 10px;
}
.service-block-style6 .service-icon i {
  font-size: 75px;
  line-height: 1;
  color: var(--theme-color1);
}
.service-block-style6 .details .service-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
}
.service-block-style6 .details .service-details {
  margin-bottom: 20px;
}
.service-block-style6 .details .service-details .list-style-two li {
  list-style: none;
}
.service-block-style6 .details .service-details .list-style-two li:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "font awesome 5 free";
  content: "\f061";
  margin-right: 15px;
  font-weight: 600;
}
.service-block-style6 .details .btn-view-details .btn-plain-text-with-arrow-right:after {
  margin-left: 5px;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}