.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style1 {
  margin-bottom: 50px;
}
.features-block-style1 .inner-box {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #dbdbdb;
  padding: 41px 50px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style1 .inner-box {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box {
    padding: 40px 20px;
  }
}
.features-block-style1 .inner-box::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -12px;
  height: 10px;
  margin: 0 auto;
  background-color: #ececec;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style1 .inner-box::before {
    transition: none;
  }
}
.features-block-style1 .inner-box::after {
  content: "";
  position: absolute;
  width: 69px;
  height: 216px;
  background-image: url(../../../images/current-theme/shape-1.png);
  right: 0;
  top: 0;
  z-index: -1;
}
.features-block-style1 .inner-box:hover {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.features-block-style1 .inner-box:hover:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
}
.features-block-style1 .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.features-block-style1 .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 90px;
  color: var(--theme-color1);
  margin-bottom: 15px;
  line-height: 1em;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style1 .inner-box .icon {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .icon {
    font-size: 70px;
  }
}
.features-block-style1 .inner-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #ffe8e5;
  z-index: -1;
}
.features-block-style1 .inner-box .title {
  margin-bottom: 14px;
}
.features-block-style1 .inner-box .content {
  position: relative;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style2 {
  margin-bottom: 30px;
}
.features-block-style2 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 45px;
  margin-left: 23px;
  overflow: hidden;
  border: 1px solid var(--theme-color2);
}
@media (max-width: 1199.98px) {
  .features-block-style2 .inner-box {
    padding: 20px 10px 35px 20px;
  }
}
@media (max-width: 991.98px) {
  .features-block-style2 .inner-box {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }
}
.features-block-style2 .inner-box:before {
  content: "";
  position: absolute;
  left: -210px;
  bottom: 0;
  width: 210px;
  height: 100%;
  background-color: var(--theme-color1);
  transform: skewX(40deg);
  transform-origin: top right;
  transition: all 400ms ease;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box:before {
    width: 0;
    transform: none;
    transform-origin: none;
  }
}
.features-block-style2 .inner-box:hover::before {
  width: 150%;
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box:hover::before {
    width: 200%;
  }
}
.features-block-style2 .inner-box:hover .icon-box {
  transform: scale(-1) rotate(180deg);
}
.features-block-style2 .inner-box:hover .icon-box .icon:after {
  border: 2px solid var(--theme-color3);
  background-color: var(--theme-color1);
}
.features-block-style2 .inner-box:hover .content .features-title,
.features-block-style2 .inner-box:hover .content .features-details {
  color: #fff;
}
.features-block-style2 .inner-box .features-title {
  font-weight: 900;
}
@media (max-width: 1199.98px) {
  .features-block-style2 .inner-box .features-title {
    font-size: 20px;
  }
}
.features-block-style2 .inner-box .features-title a:hover {
  color: var(--theme-color3);
}
.features-block-style2 .inner-box .content {
  margin-bottom: 0;
  transition: all 300ms ease;
}
.features-block-style2 .inner-box .icon-box {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box .icon-box {
    margin-bottom: 20px;
  }
}
.features-block-style2 .inner-box .icon-box .icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  border-radius: 50%;
  color: var(--theme-color2);
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}
.features-block-style2 .inner-box .icon-box .icon i {
  font-size: 55px;
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box .icon-box .icon {
    margin: 0;
  }
}
.features-block-style2 .inner-box .icon-box .icon:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
  background-color: #fff;
  z-index: -1;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style3 {
  position: relative;
  margin-top: -12px;
}
@media (max-width: 1199.98px) {
  .features-block-style3 {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .features-block-style3 {
    margin-top: 20px;
  }
}
.features-block-style3 .inner-box {
  padding: 30px 0 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box {
    width: 100%;
    height: 100%;
  }
}
.features-block-style3 .inner-box:hover {
  transform: translateY(-10px);
}
.features-block-style3 .inner-box:hover .icon {
  background-color: var(--theme-color3);
  color: var(--theme-color2);
}
.features-block-style3 .inner-box .icon {
  position: relative;
  color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto 30px;
  background: #f8f5f1;
  transition: all 500ms ease;
  z-index: 1;
}
.features-block-style3 .inner-box .icon i {
  font-size: 50px;
}
.features-block-style3 .inner-box .title {
  font-weight: 600;
}
.features-block-style3 .inner-box .title a:hover {
  color: var(--theme-color2);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style4 {
  margin-bottom: 50px;
}
.features-block-style4 .inner-box {
  text-align: center;
  position: relative;
  padding: 0px 16px;
  margin-bottom: 40px !important;
}
@media (max-width: 1199.98px) {
  .features-block-style4 .inner-box {
    padding: 0;
  }
}
.features-block-style4 .inner-box:hover .icon-box {
  border-color: var(--theme-color1);
  transform: rotate(360deg);
}
.features-block-style4 .inner-box:hover .icon-box .icon {
  background-color: var(--theme-color3);
  color: var(--theme-color2);
}
.features-block-style4 .inner-box .icon-box {
  border: 6px solid var(--theme-color3);
  padding: 5px;
  display: inline-block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  transition: 0.4s ease;
  margin-bottom: 36px;
}
@media (max-width: 1399.98px) {
  .features-block-style4 .inner-box .icon-box {
    margin-bottom: 20px;
  }
}
.features-block-style4 .inner-box .icon-box .icon {
  background-color: var(--theme-color1);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #fff;
  margin-bottom: 26px;
  transition: all 300ms ease;
  margin: 0 auto;
}
.features-block-style4 .inner-box .icon-box .icon i {
  font-size: 55px;
}
.features-block-style4 .inner-box .content-box .features-title {
  margin-top: 0;
}
.features-block-style4 .inner-box .content-box .features-title a:hover {
  color: var(--theme-color1);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style5 .inner-box:hover .image-box .features-featured-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.features-block-style5 .inner-box .image-box {
  position: relative;
}
.features-block-style5 .inner-box .image-box .features-featured-img {
  overflow: hidden;
}
.features-block-style5 .inner-box .image-box .features-featured-img img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style5 .inner-box .image-box .features-featured-img img {
    transition: none;
  }
}
.features-block-style5 .inner-box .image-box .title-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features-block-style5 .inner-box .image-box .title-link .features-title {
  position: relative;
  display: block;
  font-size: 18px;
  background-color: #fff;
  width: 215px;
  height: 61px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.features-block-style5 .inner-box .image-box .title-link .features-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 300ms ease;
  z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style5 .inner-box .image-box .title-link .features-title:before {
    transition: none;
  }
}
.features-block-style5 .inner-box .image-box .title-link .features-title:hover {
  color: #fff;
}
.features-block-style5 .inner-box .image-box .title-link .features-title:hover a {
  color: #fff;
}
.features-block-style5 .inner-box .image-box .title-link .features-title:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style6 {
  position: relative;
}
.features-block-style6 .thumb {
  position: relative;
}
.features-block-style6 .thumb img {
  border-radius: 10px;
}
.features-block-style6 .thumb .info-box {
  text-align: center;
  position: absolute;
  top: 0;
  padding: 30px;
  align-items: center;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .thumb .info-box {
    transition: none;
  }
}
.features-block-style6 .thumb .info-box .feature-details {
  color: #fff;
}
.features-block-style6 .thumb:after {
  content: "";
  background-color: rgba(25, 25, 25, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .thumb:after {
    transition: none;
  }
}
.features-block-style6 .title-area {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  margin-top: -30px;
  position: relative;
  margin-right: 60px;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .title-area {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .features-block-style6 .title-area {
    border-radius: 0 0 10px 10px;
    margin-right: 0;
  }
}
.features-block-style6 .title-area:after {
  content: "";
  background-color: var(--theme-color3);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 700ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .title-area:after {
    transition: none;
  }
}
.features-block-style6 .title-area .features-title {
  margin-top: 0;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 30px;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .title-area .features-title {
    transition: none;
  }
}
.features-block-style6 .title-area .features-title:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -18px;
  width: 4px;
  height: 100%;
  background-color: #fff;
  transform: scaleY(0);
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .title-area .features-title:before {
    transition: none;
  }
}
.features-block-style6 .title-area .features-title a:hover {
  color: var(--text-color-bg-theme-color3);
}
.features-block-style6 .title-area .feature-icon {
  padding: 18px;
  background-color: var(--theme-color1);
  z-index: 1;
  min-height: 93px;
  display: flex;
  min-width: 85px;
  align-items: center;
  justify-content: center;
}
.features-block-style6 .title-area .feature-icon i {
  color: var(--text-color-bg-theme-color1);
  line-height: 1;
}
.features-block-style6 .title-area .feature-icon i::before {
  font-size: 36px;
  line-height: 36px;
}
.features-block-style6:hover .thumb .info-box {
  opacity: 1;
  transform: translateY(0);
}
.features-block-style6:hover .thumb:after {
  opacity: 0.95;
}
.features-block-style6:hover .title-area:after {
  transform: translateX(0);
  opacity: 1;
}
.features-block-style6:hover .title-area .features-title {
  position: relative;
  z-index: 1;
  color: var(--text-color-bg-theme-color3);
}
.features-block-style6:hover .title-area .features-title:before {
  transform: scaleY(1);
  transition-delay: 600ms;
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style7 {
  position: relative;
}
.features-block-style7 .inner-box {
  position: relative;
}
.features-block-style7 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.features-block-style7 .inner-box:hover .image-box .image a:after {
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.features-block-style7 .inner-box:hover .overlay-content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.features-block-style7 .image-box {
  position: relative;
  transition: all 300ms ease;
  border-right: 6px solid var(--theme-color1);
  padding-bottom: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style7 .image-box {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .features-block-style7 .image-box {
    padding-bottom: 0;
    border-right: 0;
  }
}
.features-block-style7 .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.features-block-style7 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style7 .image-box .image img {
    transition: none;
  }
}
.features-block-style7 .image-box .image a:after {
  background: var(--theme-color2);
  bottom: 0;
  left: 50%;
  top: 0;
  content: "";
  position: absolute;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}
.features-block-style7 .info-box {
  position: absolute;
  right: -6px;
  left: 20px;
  bottom: 0px;
  background-color: #fff;
  padding: 25px 20px;
  padding-left: 100px;
  padding-right: 50px;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .features-block-style7 .info-box {
    position: relative;
    right: 0;
    left: 0;
    padding-left: 80px;
    padding-right: 20px;
  }
}
.features-block-style7 .info-box .icon {
  position: absolute;
  left: 20px;
  top: -33px;
  height: 66px;
  width: 66px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .features-block-style7 .info-box .icon {
    top: 12px;
    left: 15px;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.features-block-style7 .info-box .features-title {
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
.features-block-style7 .info-box .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
  width: 40px;
  color: #6c6a72;
  font-size: 20px;
  opacity: 0.5;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style7 .info-box .read-more {
    display: none;
  }
}
.features-block-style7 .info-box .read-more:hover {
  background-color: var(--bg-theme-color2);
  color: #fff;
}
.features-block-style7 .overlay-content {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style7 .overlay-content {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .features-block-style7 .overlay-content {
    left: 0;
  }
}
.features-block-style7 .overlay-content .info-box {
  position: relative;
  left: 0;
  bottom: 0 !important;
  box-shadow: none;
  background-color: var(--theme-color1);
  padding-right: 20px;
}
.features-block-style7 .overlay-content .info-box .icon {
  background-color: #ffffff;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .features-block-style7 .overlay-content .info-box .icon {
    top: 25px;
    left: 15px;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.features-block-style7 .overlay-content .info-box .features-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.features-block-style7 .overlay-content .info-box .features-details {
  color: var(--text-color-bg-theme-color1);
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style8 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.features-block-style8 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 35px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style8 .inner-box {
    transition: none;
  }
}
.features-block-style8 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  width: 0;
  content: "";
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style8 .inner-box:before {
    transition: none;
  }
}
.features-block-style8 .inner-box::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/current-theme/icon-lines.png);
  content: "";
}
.features-block-style8 .inner-box:hover {
  transform: translateY(-10px);
}
.features-block-style8 .inner-box:hover .features-details,
.features-block-style8 .inner-box:hover .features-title {
  color: #ffffff;
}
.features-block-style8 .inner-box:hover .icon {
  -webkit-text-fill-color: #ffffff;
}
.features-block-style8 .inner-box:hover:before {
  width: 100%;
}
.features-block-style8 .content {
  position: relative;
  padding-left: 85px;
}
.features-block-style8 .icon {
  left: 0;
  top: 0;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 54px;
  font-weight: 900;
  transition: all 200ms ease;
  position: absolute;
  line-height: 68px;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style8 .icon {
    transition: none;
  }
}
.features-block-style8 .features-title {
  margin-top: 0;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.features-block-style8 .features-title a:hover, .features-block-style8 .features-title a:focus {
  color: #fff;
}
.features-block-style8 .features-details {
  position: relative;
  color: #67687a;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style8 .features-details {
    transition: none;
  }
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style9 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.features-block-style9 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px 30px 23px;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  border-radius: 8px;
}
.features-block-style9 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  width: 0;
  content: "";
  transition: all 300ms ease;
}
.features-block-style9 .inner-box:hover .features-details,
.features-block-style9 .inner-box:hover .features-title,
.features-block-style9 .inner-box:hover .icon {
  color: #ffffff;
}
.features-block-style9 .inner-box:hover .read-more {
  background-color: #ffffff;
}
.features-block-style9 .inner-box:hover:before {
  width: 100%;
}
.features-block-style9 .content {
  position: relative;
  padding-left: 95px;
  padding-right: 90px;
  min-height: 70px;
}
@media (max-width: 575.98px) {
  .features-block-style9 .content {
    padding: 30px;
  }
}
.features-block-style9 .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 56px;
  line-height: 70px;
  transition: all 200ms ease;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .features-block-style9 .icon {
    position: unset;
    margin-bottom: 20px;
  }
}
.features-block-style9 .features-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.features-block-style9 .features-title a:hover {
  color: #fff;
}
.features-block-style9 .features-details {
  position: relative;
  line-height: 28px;
  color: #67687a;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style9 .features-details {
    margin-bottom: 25px;
  }
}
.features-block-style9 .read-more {
  position: absolute;
  right: 0;
  top: 15px;
  height: 60px;
  width: 60px;
  background-color: #f4f5fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style9 .read-more {
    position: unset;
  }
}

.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style9 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.features-block-style9 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 25px 30px 23px;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  border-radius: 8px;
}
.features-block-style9 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color1));
  width: 0;
  content: "";
  transition: all 300ms ease;
}
.features-block-style9 .inner-box:hover .features-details,
.features-block-style9 .inner-box:hover .features-title,
.features-block-style9 .inner-box:hover .icon {
  color: #ffffff;
}
.features-block-style9 .inner-box:hover .read-more {
  background-color: #ffffff;
}
.features-block-style9 .inner-box:hover:before {
  width: 100%;
}
.features-block-style9 .content {
  position: relative;
  padding-left: 95px;
  padding-right: 90px;
  min-height: 70px;
}
@media (max-width: 575.98px) {
  .features-block-style9 .content {
    padding: 30px;
  }
}
.features-block-style9 .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 56px;
  line-height: 70px;
  transition: all 200ms ease;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .features-block-style9 .icon {
    position: unset;
    margin-bottom: 20px;
  }
}
.features-block-style9 .features-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.features-block-style9 .features-title a:hover {
  color: #fff;
}
.features-block-style9 .features-details {
  position: relative;
  line-height: 28px;
  color: #67687a;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style9 .features-details {
    margin-bottom: 25px;
  }
}
.features-block-style9 .read-more {
  position: absolute;
  right: 0;
  top: 15px;
  height: 60px;
  width: 60px;
  background-color: #f4f5fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style9 .read-more {
    position: unset;
  }
}