.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 {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background-color: var(--theme-color2);
  padding: 50px;
  padding-right: 45px;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .service-block-style2 {
    padding: 40px 30px;
  }
}
.service-block-style2 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.service-block-style2 .head .icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: inherit;
  transition: all 0.4s ease-in-out;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--theme-color1);
  transition: all 0.2s ease-in-out;
}
.service-block-style2 .head .icon i {
  font-size: 60px;
  transition: all 900ms ease;
  display: inline-block;
}
.service-block-style2 .head .service-count {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: inherit;
  transition: all 0.4s ease-in-out;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.service-block-style2 .content .service-title {
  padding-bottom: 30px;
  margin: 0;
  color: #fff;
}
.service-block-style2 .content .service-details {
  padding-bottom: 30px;
}
.service-block-style2 .content .theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
  transition: all 400ms ease;
}
.service-block-style2 .content .theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.service-block-style2 .content .theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.service-block-style2 .content .theme-btn-main:hover .theme-btn {
  transform: translateX(56px);
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left,
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-white);
  color: var(--theme-color2);
  border-radius: 50%;
  transition: 0.4s;
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left i,
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
  width: 40px;
  height: 40px;
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left.black-arrow,
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-right.black-arrow {
  background: transparent;
  color: var(--theme-color1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-right.transparent-arrow {
  border: 1px solid var(--theme-color1);
  background: transparent;
  color: var(--theme-color1);
}
.service-block-style2 .content .theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.service-block-style2 .content .theme-btn-main .theme-btn {
  background: var(--theme-color1);
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-radius: 40px;
  transition: 0.4s;
}
.service-block-style2 .content .theme-btn-main .theme-btn.theme-btn-transparent {
  background-color: transparent;
  color: var(--theme-color1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.service-block-style2 .content .theme-btn-main .theme-btn.theme-btn-small {
  padding: 6px 20px 5px;
  font-size: 14px;
  font-weight: 600;
}
.service-block-style2 .content .theme-btn-main.style-2:hover .theme-btn {
  transform: translateX(40px);
}
.service-block-style2:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}
.service-block-style2:hover .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.service-block-style2:hover .head .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color2);
}
.service-block-style2:hover .head .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}