.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 .service-item {
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}
body.tm-dark-layout .service-block-style3 .service-item {
  background-color: #131b24;
}
.service-block-style3 .service-item::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #000;
  transition: all 300ms ease;
}
.service-block-style3 .service-item .service-title a:hover {
  color: #fff;
}
.service-block-style3 .service-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.service-block-style3 .service-item .item-head .service-icon {
  display: inline-block;
  transition: 0.9s;
  font-size: 40px;
}
.service-block-style3 .service-item .item-head .service-icon svg path {
  transition: all 300ms ease;
}
.service-block-style3 .service-item .item-head .arry-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: #121c27;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  transition: all 300ms ease;
}
body.tm-dark-layout .service-block-style3 .service-item .item-head .arry-btn {
  color: #fff;
  border: 1px solid rgba(255, 254, 254, 0.1019607843);
}
.service-block-style3 .service-item .item-head .arry-btn:hover {
  transform: rotate(45deg);
}
body.tm-dark-layout .service-block-style3 .service-item .item-head .arry-btn:hover {
  border: 1px solid #fff;
}
.service-block-style3 .service-item:hover .service-icon {
  color: #fff;
  transform: rotateY(360deg);
}
.service-block-style3 .service-item:hover .service-icon svg path {
  fill: #fff;
}
.service-block-style3 .service-item:hover .arry-btn {
  color: #fff;
  border: 1px solid #fff;
}
body.tm-dark-layout .service-block-style3 .service-item:hover .arry-btn {
  border: 1px solid #fff;
}
.service-block-style3 .service-item:hover .service-title {
  color: #fff;
}
.service-block-style3 .service-item:hover::after {
  height: 100%;
  top: 0;
  bottom: unset;
}