.tm-sc-services .services > div .icon-img img {
  width: 64px;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-services .services > div .icon-img img {
    transition: none;
  }
}
.tm-sc-services .services > div .icon-img.has-thumb-hover .thumb {
  display: inline-block;
}
.tm-sc-services .services > div .icon-img.has-thumb-hover .thumb-hover {
  display: none;
}
.tm-sc-services .services > div:hover .icon-img.has-thumb-hover .thumb {
  display: none;
}
.tm-sc-services .services > div:hover .icon-img.has-thumb-hover .thumb-hover {
  display: inline-block;
}

.service-skin-style1 {
  padding-top: 98px;
  text-align: center;
}
.service-skin-style1 .service-block {
  background-color: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #eee;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .service-skin-style1 .service-block {
    padding: 0 30px;
  }
}
.service-skin-style1 .service-block .thumb {
  max-width: 220px;
  margin: 0 auto 24px;
  border: 12px solid #f5f5f5;
  border-radius: 50%;
  margin-top: -98px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-skin-style1 .service-block .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .thumb img {
    transition: none;
  }
}
.service-skin-style1 .service-block .content {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .content {
    transition: none;
  }
}
.service-skin-style1 .service-block .content .title {
  margin-bottom: 20px;
  margin-top: 0;
}
.service-skin-style1 .service-block .content .title a {
  color: #202426;
}
.service-skin-style1 .service-block .content .excerpt {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .service-skin-style1 .service-block .content p {
    margin-bottom: 50px;
  }
}
.service-skin-style1 .service-block .content .btn-link {
  background-color: #f5f5f4;
  border-radius: 35px 35px 0 0;
  color: #303035;
  display: inline-block;
  font-size: 20px;
  padding: 11px 25.25px 3px;
}
.service-skin-style1 .service-block .content .btn-link .shape-circle {
  bottom: 0;
  filter: brightness(0.1);
  left: 50%;
  opacity: 0.2;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .service-skin-style1 .service-block .content .btn-link .shape-circle {
    transition: none;
  }
}
.service-skin-style1 .service-block:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-skin-style1 .service-block:hover .title a {
  color: var(--theme-color1);
}
.service-skin-style1 .service-block:hover .content .btn-link {
  background-color: var(--theme-color2);
  color: #fff;
}
.service-skin-style1 .service-block:hover .content .btn-link .shape-circle {
  filter: none;
  opacity: 1;
}