.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 .service-two__item {
  padding: 30px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .service-block-style2 .service-two__item {
    margin-bottom: 40px;
  }
}
.service-block-style2 .service-two__item .image {
  position: relative;
  z-index: 1;
}
.service-block-style2 .service-two__item .image img {
  width: 100%;
}
.service-block-style2 .service-two__item .image .service-icon {
  width: 85px;
  height: 85px;
  line-height: 75px;
  border-radius: 50%;
  border: 5px solid #f5f2ec;
  background-color: var(--theme-color1);
  color: #fff;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .service-block-style2 .service-two__item .image .service-icon {
    margin-bottom: 60px;
    top: -15px;
    right: -15px;
  }
}
.service-block-style2 .service-two__item .image .service-icon i {
  font-size: 40px;
  line-height: 70px;
  transition: all 300ms ease;
}
.service-block-style2 .service-two__item .content {
  max-width: 290px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.service-block-style2 .service-two__item .content .title {
  margin-bottom: 10px;
}
.service-block-style2 .service-two__item .content .title a:hover {
  color: var(--theme-color1);
}
.service-block-style2 .service-two__item .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-block-style2 .service-two__item .arry-btn {
  width: 55px;
  height: 55px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block-style2 .service-two__item .arry-btn:hover {
  background-color: var(--theme-color1);
}
.service-block-style2 .service-two__item .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-block-style2 .service-two__item .shape {
  width: 202px;
  height: 90px;
  background-image: url(../../../images/current-theme/shape1.png);
}
.service-block-style2 .service-two__item:hover .service-icon {
  background-color: var(--theme-color2);
}
.service-block-style2 .service-two__item:hover .service-icon i {
  transform: rotateY(360deg);
}
.service-block-style2 .service-two__item:hover .arry-btn {
  opacity: 1;
  visibility: visible;
  bottom: -35px;
}