.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 .inner-box {
  position: relative;
  padding-top: 20px;
  min-height: 300px;
  overflow: hidden;
}
.features-block-style1 .inner-box:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--theme-color1);
}
.features-block-style1 .inner-box:hover .image {
  transform: scale(1.15);
}
.features-block-style1 .inner-box:hover .content-box .icon {
  transform: scaleX(-1);
}
.features-block-style1 .inner-box .image {
  position: absolute;
  overflow: hidden;
  top: -20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin-bottom: 0;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .image::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-1);
  content: "";
  opacity: 0.74;
}
.features-block-style1 .inner-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.features-block-style1 .inner-box .content-box {
  position: relative;
  padding: 45px 20px 45px;
  text-align: center;
}
.features-block-style1 .inner-box .content-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: #fff;
  transition: all 300ms ease;
  margin-bottom: 62px;
}
.features-block-style1 .inner-box .content-box .features-title {
  color: #fff;
  margin-top: 0;
}
.features-block-style1 .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-style2 {
  position: relative;
}
.features-block-style2 .inner-box {
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1399.98px) {
  .features-block-style2 .inner-box {
    display: block;
  }
}
.features-block-style2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.features-block-style2 .inner-box:hover .image-box .word {
  background-color: var(--theme-color2);
  color: #fff;
}
.features-block-style2 .inner-box:hover .content-box .read-more {
  background-color: var(--theme-color1);
  color: #fff;
}
.features-block-style2 .inner-box .image-box {
  position: relative;
  margin-top: -20px;
  max-width: 200px;
}
@media (max-width: 1399.98px) {
  .features-block-style2 .inner-box .image-box {
    max-width: 100%;
  }
}
.features-block-style2 .inner-box .image-box .image {
  margin-bottom: 0;
  overflow: hidden;
}
.features-block-style2 .inner-box .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-1);
  content: "";
  opacity: 0.6;
  pointer-events: none;
  z-index: 3;
}
.features-block-style2 .inner-box .image-box .image img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-block-style2 .inner-box .image-box .word {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 70px;
  line-height: 70px;
  font-weight: 800;
  font-size: 32px;
  padding: 13px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: var(--theme-color1);
  color: var(--headings-color);
  transition: all 300ms ease;
  z-index: 3;
}
.features-block-style2 .inner-box .content-box {
  position: relative;
  padding: 45px 75px 45px 45px;
  background-color: #fff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1399.98px) {
  .features-block-style2 .inner-box .content-box {
    padding: 20px;
  }
}
.features-block-style2 .inner-box .content-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 175px;
  background-image: url(../../../images/current-theme/icon-shape-3.png);
  z-index: 3;
  pointer-events: none;
}
.features-block-style2 .inner-box .content-box .features-title {
  margin-top: 0;
  line-height: 1.2em;
}
@media (max-width: 1399.98px) {
  .features-block-style2 .inner-box .content-box .features-title {
    margin-bottom: 10px;
  }
}
.features-block-style2 .inner-box .content-box .features-title a:hover {
  color: var(--theme-color1);
}
.features-block-style2 .inner-box .content-box .read-more {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--theme-color2);
  color: #fff;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .features-block-style2 .inner-box .content-box .read-more {
    top: -30px;
    bottom: auto;
  }
}
.features-block-style2 .inner-box .content-box .read-more .icon::before {
  transform: rotate(-45deg);
  display: inline-block;
}

.tm-carousel-item .features-block-style2 .inner-box .content-box {
  border: 1px solid #f2f2f2;
}

.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-bottom: 30px;
}
.features-block-style3 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 29px 38px;
  border: 1px solid #464749;
  background-color: transparent;
  text-align: center;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
}
.features-block-style3 .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-1);
  opacity: 0.2;
  content: "";
}
.features-block-style3 .inner-box:hover {
  border-color: var(--theme-color1);
}
.features-block-style3 .inner-box:hover:before {
  width: 100%;
}
.features-block-style3 .inner-box:hover .icon {
  color: var(--theme-color2);
  transform: scaleX(-1);
}
.features-block-style3 .inner-box:hover .features-title {
  color: var(--theme-color2);
}
.features-block-style3 .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: var(--theme-color1);
  z-index: 2;
  margin-right: 15px;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box .features-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
  color: #fff;
  transition: all 300ms ease;
}

.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 {
  position: relative;
}
.features-block-style4 .inner-box {
  position: relative;
  overflow: hidden;
}
.features-block-style4 .inner-box:hover .content-box {
  opacity: 0;
}
.features-block-style4 .inner-box:hover .image-box::before {
  height: 0;
}
.features-block-style4 .content-box {
  position: relative;
  text-align: center;
  padding-top: 64px;
  z-index: 3;
  pointer-events: none;
  transition: all 300ms ease;
}
.features-block-style4 .content-box .inner {
  border: 1px solid #e3dbd8;
  padding: 0 30px 28px;
}
.features-block-style4 .content-box .icon-box {
  position: relative;
  height: 130px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -65px auto 15px;
  background-color: #fff;
}
.features-block-style4 .content-box .icon-box::before {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #e3dbd8;
  border-bottom: 0;
  content: "";
}
.features-block-style4 .content-box .icon-box i {
  position: relative;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  font-size: 64px;
}
.features-block-style4 .content-box .features-title {
  margin-bottom: 8px;
}
.features-block-style4 .content-box .features-details {
  color: #878787;
}
.features-block-style4 .image-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.features-block-style4 .image-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: 1;
  transition: all 300ms ease;
}
.features-block-style4 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.features-block-style4 .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-block-style4 .image-box .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-color1);
  text-align: center;
  padding: 20px 30px 18px;
}
.features-block-style4 .image-box .title-box .features-title {
  margin-top: 0;
  margin-bottom: 0;
}
.features-block-style4 .image-box .title-box .features-title a:hover {
  color: #fff;
}
.features-block-style4 .image-box .title-box .read-more {
  position: absolute;
  right: 10px;
  bottom: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: var(--theme-color2);
}
.features-block-style4 .image-box .title-box .read-more:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
.features-block-style4 .image-box .title-box .read-more .icon::before {
  transform: rotate(-45deg);
  display: inline-block;
}

.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 {
  position: relative;
}
.features-block-style5 .inner-box {
  position: relative;
  padding: 50px 55px 40px;
  background-color: #fff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .features-block-style5 .inner-box {
    padding: 30px 30px;
  }
}
@media (max-width: 991.98px) {
  .features-block-style5 .inner-box {
    text-align: center;
  }
}
.features-block-style5 .inner-box:hover:after {
  height: 100%;
}
.features-block-style5 .inner-box:hover .icon {
  background-color: #fff;
  color: var(--theme-color1);
}
.features-block-style5 .inner-box:hover .icon:before {
  transform: scaleX(-1);
}
.features-block-style5 .inner-box:hover .features-title {
  color: #fff;
}
.features-block-style5 .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  pointer-events: none;
  background-color: var(--theme-color2);
  transition: all 300ms ease;
  z-index: -1;
}
.features-block-style5 .inner-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  background-color: var(--theme-color1);
  color: var(--theme-color2);
  font-size: 32px;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 140ms ease;
}
.features-block-style5 .inner-box .icon i {
  display: inline-flex;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .features-block-style5 .inner-box .icon {
    margin: 0 auto 25px;
  }
}
.features-block-style5 .inner-box .icon:before {
  position: relative;
  transition: all 140ms ease;
}
.features-block-style5 .inner-box .icon:after {
  position: absolute;
  left: 100%;
  top: 15px;
  margin-left: -20px;
  height: 44px;
  width: 107px;
  background-image: url(../../../images/current-theme/icon-line2.png);
  content: "";
}
.features-block-style5 .inner-box .features-title {
  display: block;
  color: var(--theme-color2);
  font-size: 26px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.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;
  padding: 0 40px;
  margin-bottom: 30px !important;
}
.features-block-style6 .inner-box {
  position: relative;
  padding: 15px 15px 60px;
  margin-top: 60px;
  margin-bottom: 35px;
  background-color: #f4f2f9;
  text-align: center;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .inner-box {
    transition: none;
  }
}
.features-block-style6 .inner-box:hover {
  transform: translateY(-15px);
}
.features-block-style6 .inner-box:hover .icon {
  transform: scale(-1) rotate(180deg);
}
.features-block-style6 .inner-box:hover .count {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.features-block-style6 .inner-box::before {
  position: absolute;
  left: 100%;
  bottom: 0;
  border-right: 50px solid transparent;
  border-bottom: 40px solid #f4f2f9;
  content: "";
  z-index: 2;
}
.features-block-style6 .icon {
  position: absolute;
  left: 50%;
  margin-left: -58px;
  margin-top: -73px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 62px;
  background-color: var(--theme-color1);
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .icon {
    transition: none;
  }
}
.features-block-style6 .title-box {
  position: relative;
  background-color: #ffffff;
  padding: 60px 30px 20px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}
.features-block-style6 .title-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: #fffffe transparent transparent transparent;
}
.features-block-style6 .title-box .features-title {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.features-block-style6 .feature-details {
  line-height: 24px;
  padding: 0 20px;
}
.features-block-style6 .count {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: var(--font-current-theme1);
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--theme-color2);
  z-index: 2;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .features-block-style6 .count {
    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-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;
  }
}