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

.owl-carousel .service-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

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

.owl-carousel .service-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.service-block-style1 {
  position: relative;
  margin-bottom: 40px;
}
.service-block-style1.pull-down {
  top: 90px;
}
@media (max-width: 991.98px) {
  .service-block-style1.pull-down {
    top: 0;
  }
}
.service-block-style1.pull-up {
  top: -70px;
}
@media (max-width: 991.98px) {
  .service-block-style1.pull-up {
    top: 0;
  }
}
.service-block-style1 .inner-box {
  position: relative;
  background-color: #f7f7f7;
  padding: 100px 45px 35px;
  outline: 1px solid #cdcdcd;
  border: 10px solid #fff;
  border-radius: 7px;
  margin-top: 57px;
  transition: all 300ms ease;
  height: calc(100% - 57px);
}
@media (max-width: 1199.98px) {
  .service-block-style1 .inner-box {
    padding: 100px 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-box {
    padding: 100px 20px 30px;
  }
}
.service-block-style1 .inner-box:hover {
  border-color: var(--theme-color1);
  outline-color: var(--theme-color1);
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-block-style1 .inner-box:hover .icon {
  transform: scaleX(-1);
}
.service-block-style1 .inner-box .icon {
  position: absolute;
  left: 45px;
  top: -65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 139px;
  font-size: 80px;
  color: #fff;
  background-color: var(--theme-color1);
  border-radius: 50%;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-box .icon {
    height: 100px;
    width: 100px;
    left: 0;
    right: 0;
    top: -40px;
    font-size: 48px;
    margin: 0 auto;
  }
}
.service-block-style1 .inner-box .icon-leaves-33 {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 150px;
  height: 270px;
  background-image: url(../../../images/current-theme/icon-leaves-33.png);
}
.service-block-style1 .inner-box .content-box {
  position: relative;
}
@media (max-width: 575.98px) {
  .service-block-style1 .inner-box .content-box {
    text-align: center;
  }
}
.service-block-style1 .inner-box .content-box .service-title {
  font-size: 26px;
  margin-bottom: 13px;
}
.service-block-style1 .inner-box .content-box .service-title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1399.98px) {
  .service-block-style1 .inner-box .content-box .service-details br {
    display: none;
  }
}

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

.owl-carousel .service-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.service-block-style2 .inner-box {
  position: relative;
  background-color: var(--theme-color2);
  padding: 48px 43px 40px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--theme-color2);
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:hover {
  border: 1px solid var(--theme-color1);
}
.service-block-style2 .inner-box:hover:before {
  opacity: 0;
}
.service-block-style2 .inner-box:hover:after {
  opacity: 1;
  height: 100%;
}
.service-block-style2 .inner-box:hover .count {
  opacity: 0.3;
}
.service-block-style2 .inner-box:hover .icon {
  transform: scaleX(-1);
}
.service-block-style2 .inner-box:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.05;
  background-image: url(../../../images/current-theme/icon-shape-9.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-image: url(../../../images/current-theme/icon-shape-10.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: all 300ms ease;
  content: "";
  opacity: 0;
}
.service-block-style2 .inner-box .count {
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 50px;
  margin-top: 0;
  color: #fff;
  opacity: 0.15;
  z-index: 3;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1;
  color: var(--theme-color1);
  margin-bottom: 20px;
  z-index: 3;
  transition: all 300ms ease;
}
.service-block-style2 .inner-box .service-title {
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  font-size: 20px;
  text-transform: uppercase;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
}
.service-block-style2 .inner-box .service-title a:hover {
  color: var(--theme-color1);
}

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

.owl-carousel .service-item .content-box {
  box-shadow: none;
  border: 1px solid #eee;
}

.service-block-style3 {
  position: relative;
  z-index: 1;
}
.service-block-style3 .inner-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  background-color: var(--theme-color1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 200ms linear;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3 .inner-box {
    transition: none;
  }
}
.service-block-style3 .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3 .inner-box:after {
    transition: none;
  }
}
.service-block-style3 .inner-box::before {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -51px;
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background-color: #f4f2f9;
  transition: all 200ms linear;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3 .inner-box::before {
    transition: none;
  }
}
.service-block-style3 .inner-box:hover:after {
  height: 0;
}
.service-block-style3 .inner-box:hover:before {
  opacity: 0.1;
}
.service-block-style3 .inner-box:hover .service-title {
  color: #ffffff;
}
.service-block-style3 .inner-box:hover .service-title a {
  color: #fff;
}
.service-block-style3 .inner-box:hover .btn-plain-text,
.service-block-style3 .inner-box:hover .service-icon {
  color: #ffffff;
}
.service-block-style3 .service-title {
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}
.service-block-style3 .service-title a:focus {
  color: var(--headings-color);
}
.service-block-style3 .service-title a:hover {
  color: #fff;
}
.service-block-style3 .service-title a:hover:focus {
  color: #fff;
}
.service-block-style3 .service-title:hover {
  color: var(--theme-color2);
}
.service-block-style3 .service-icon {
  position: relative;
  display: block;
  font-size: 64px;
  color: var(--theme-color1);
  font-weight: 400;
  line-height: 1em;
  transition: all 200ms linear;
  margin-bottom: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .service-block-style3 .service-icon {
    transition: none;
  }
}
.service-block-style3 .btn-plain-text {
  position: relative;
  display: inline-block;
  color: #6c6a72;
}