.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-style3 .inner-box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  background-color: var(--theme-color-white);
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .image-two {
  position: relative;
}
.service-block-style3 .inner-box .image-two:before {
  background-color: var(--theme-color-white);
  border-radius: 5px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .image-two img {
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 303px;
  height: 140px;
  z-index: -1;
}
.service-block-style3 .inner-box:hover .image-two:before {
  background-color: rgba(0, 37, 92, 0.7);
}
.service-block-style3 .inner-box:hover .image-two img {
  opacity: 1;
}
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-icon,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-title,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-details,
.service-block-style3 .inner-box:hover .content-box-hover .content-box a {
  color: var(--theme-color-white);
  -webkit-transform: translateY(53px);
  -moz-transform: translateY(53px);
  -ms-transform: translateY(53px);
  transform: translateY(53px);
}
@media (max-width: 991.98px) {
  .service-block-style3 .inner-box:hover .content-box-hover .content-box .service-icon,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-title,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-details,
.service-block-style3 .inner-box:hover .content-box-hover .content-box a {
    -webkit-transform: translateY(28px);
    -moz-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
  }
}
@media (max-width: 575.98px) {
  .service-block-style3 .inner-box:hover .content-box-hover .content-box .service-icon,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-title,
.service-block-style3 .inner-box:hover .content-box-hover .content-box .service-details,
.service-block-style3 .inner-box:hover .content-box-hover .content-box a {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.service-block-style3 .inner-box:hover .content-box-hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: translateY(68px);
  -moz-transform: translateY(68px);
  -ms-transform: translateY(68px);
  transform: translateY(68px);
}
@media (max-width: 991.98px) {
  .service-block-style3 .inner-box:hover .content-box-hover .content-box .read-more {
    -webkit-transform: translateY(44px);
    -moz-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);
  }
}
@media (max-width: 575.98px) {
  .service-block-style3 .inner-box:hover .content-box-hover .content-box .read-more {
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
  }
}
.service-block-style3 .inner-box:hover .content-box-hover .image-box {
  margin-top: -100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (max-width: 1199.98px) {
  .service-block-style3 .inner-box:hover .content-box-hover .image-box {
    margin-top: 0;
  }
}
.service-block-style3 .inner-box .content-box-hover {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .service-block-style3 .inner-box .content-box-hover {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
.service-block-style3 .inner-box .content-box-hover .content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .service-icon {
  color: var(--theme-color3);
  font-size: 65px;
  font-weight: 500;
  display: block;
  line-height: 1;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .service-title {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .service-title a:hover {
  color: var(--theme-color1);
}
.service-block-style3 .inner-box .content-box-hover .content-box .service-details {
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .read-more {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(19px);
  -moz-transform: translateY(19px);
  -ms-transform: translateY(19px);
  transform: translateY(19px);
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .read-more i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .content-box .read-more:hover {
  background-color: var(--theme-color-white);
  color: var(--theme-color2);
}
.service-block-style3 .inner-box .content-box-hover .content-box .read-more:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.service-block-style3 .inner-box .content-box-hover .image-box {
  margin-top: -14px;
  transition: all 300ms ease;
}
.service-block-style3 .inner-box .content-box-hover .image-box .image {
  border-radius: 5px 5px 0 0;
}
.service-block-style3 .inner-box .content-box-hover .image-box .image img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  transition: all 300ms ease;
}