@import url("../../../flaticon-set-taxix/style.css");
.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-style1 {
  margin-bottom: 30px;
}
.service-block-style1 .inner-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 55px;
}
.service-block-style1 .inner-box::before {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 200px;
  height: 381px;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-20deg);
  content: "";
  background-color: #f7f6f2;
  transition: all 300ms ease;
}
body.tm-dark-layout .service-block-style1 .inner-box::before {
  background-color: #1d1d1d;
}
.service-block-style1 .inner-box:hover:before {
  background-color: var(--theme-color1);
  opacity: 0.3;
}
body.tm-dark-layout .service-block-style1 .inner-box:hover:before {
  background-color: var(--theme-color1);
}
.service-block-style1 .inner-box:hover .image-box:after {
  height: 100%;
}
.service-block-style1 .inner-box:hover .image-box .image {
  border-color: var(--theme-color1);
}
.service-block-style1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.service-block-style1 .inner-box .image-box {
  position: relative;
  display: inline-block;
  padding: 14px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .service-block-style1 .inner-box .image-box {
    margin-bottom: 10px;
  }
}
.service-block-style1 .inner-box .image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid var(--theme-color1);
}
.service-block-style1 .inner-box .image-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border-radius: 50%;
  background: var(--theme-color1);
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .image-box .image {
  position: relative;
  border-radius: 50%;
  margin-bottom: 0;
  overflow: hidden;
  width: 320px;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 3;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content {
  position: relative;
  text-align: center;
}
.service-block-style1 .inner-box .content .service-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
}
.service-block-style1 .inner-box .content .service-title a:hover, .service-block-style1 .inner-box .content .service-title a:focus {
  color: var(--headings-color);
}
.service-block-style1 .inner-box .content .service-details {
  position: relative;
  margin-bottom: 0;
  max-width: 320px;
  margin: 0 auto;
}