.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;
}

@media (max-width: 991.98px) {
  .service-block-style2 {
    margin-bottom: 30px;
  }
}
.service-block-style2:last-child {
  margin-bottom: 0;
}
.service-block-style2 .inner-box {
  position: relative;
  margin-top: 108px;
  padding: 130px 50px 50px;
  background-color: var(--theme-color2);
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .service-block-style2 .inner-box {
    padding: 130px 20px 50px;
  }
}
.service-block-style2 .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:hover:before {
  height: 100%;
}
.service-block-style2 .inner-box:hover .image:before {
  background-color: #fff;
}
.service-block-style2 .inner-box:hover .image .service-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:hover .content .service-title,
.service-block-style2 .inner-box:hover .content .service-details {
  color: #fff;
}
.service-block-style2 .inner-box:hover .content .icon-bus-1 {
  opacity: 50%;
}
.service-block-style2 .inner-box:hover .content .btn-link {
  color: #fff;
  visibility: visible;
}
.service-block-style2 .inner-box:hover .content .btn-link i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-block-style2 .inner-box .image {
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
  z-index: 3;
}
.service-block-style2 .inner-box .image .service-featured-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  width: 216px;
  height: 216px;
  border: 7px solid #fff;
  overflow: hidden;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
.service-block-style2 .inner-box .image .service-featured-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.07);
  transition: all 300ms ease;
  z-index: -1;
}
.service-block-style2 .inner-box .content {
  position: relative;
}
.service-block-style2 .inner-box .content .service-title {
  position: relative;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content .service-title a:hover {
  color: #fff;
}
.service-block-style2 .inner-box .content .service-details {
  position: relative;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content .icon-bus-1 {
  position: absolute;
  bottom: -45px;
  left: -40px;
  width: 219px;
  height: 89px;
  background-image: url(../../../images/current-theme/icon-bus-1.png);
  opacity: 10%;
  animation: bounce-x 10s infinite linear;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .content .btn-link {
  color: var(--theme-color3);
  text-decoration: none;
  margin-top: 25px;
  display: block;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .service-block-style2 .inner-box .content .btn-link {
    margin-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .service-block-style2 .inner-box .content .btn-link {
    margin-top: 10px;
  }
}
.service-block-style2 .inner-box .content .btn-link .icon {
  transition: all 300ms ease;
  margin-left: 7px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}