@import url("../../../flaticon-set-soliur/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 .inner-box {
  position: relative;
}
.service-block-style1 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.service-block-style1 .inner-box:hover .content-box:before {
  width: 100%;
}
.service-block-style1 .inner-box:hover .content-box .service-icon i {
  background-color: #fff;
  color: var(--theme-color3);
}
.service-block-style1 .inner-box:hover .content-box .icon-border-3 {
  display: none;
}
.service-block-style1 .inner-box:hover .content-box .icon-border-2 {
  display: block;
}
.service-block-style1 .inner-box .image-box {
  position: relative;
  padding: 0 20px;
  z-index: 3;
}
.service-block-style1 .inner-box .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.service-block-style1 .inner-box .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box {
  position: relative;
  background-color: #191e28;
  padding: 175px 40px 50px 20px;
  margin-top: -140px;
  display: flex;
}
@media (max-width: 1199.98px) {
  .service-block-style1 .inner-box .content-box {
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-box .content-box {
    padding-bottom: 30px;
  }
}
.service-block-style1 .inner-box .content-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box .icon-border-3 {
  width: 6px;
  height: 63px;
  background-image: url(../../../images/current-theme/icon-border-3.png);
  position: absolute;
  left: 47px;
  bottom: 37px;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box .icon-border-2 {
  width: 5px;
  height: 62px;
  background-image: url(../../../images/current-theme/icon-border-2.png);
  position: absolute;
  left: 47px;
  bottom: 37px;
  display: none;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box .service-icon i {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 35px;
  color: #fff;
  background-color: var(--theme-color3);
  text-align: center;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box .content {
  margin-left: 19px;
}
.service-block-style1 .inner-box .content-box .service-title {
  position: relative;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-block-style1 .inner-box .content-box .service-title a:hover, .service-block-style1 .inner-box .content-box .service-title a:focus {
  color: #fff;
}
.service-block-style1 .inner-box .content-box .service-details {
  position: relative;
  color: #fff;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.service-block-style1 .inner-box .content-box .service-count {
  position: absolute;
  bottom: 40px;
  right: 42px;
  line-height: 0.8em;
  font-size: 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9f9f9f;
  opacity: 0.1;
  transition: all 300ms ease;
}