.feature-current-item-style1 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style1 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 40px 40px 30px;
  background-color: #ffffff;
  background-image: var(--feature-current-style1-bg-featured-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .inner-box {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feature-current-item-style1 .inner-box:hover:before {
  height: 0;
}
.feature-current-item-style1 .inner-box:hover .feature-title {
  color: #ffffff;
}
.feature-current-item-style1 .inner-box:hover .feature-title a {
  color: #ffffff;
}
.feature-current-item-style1 .inner-box:hover .icon i {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style1 .inner-box:hover .feature-details {
  color: #8c8f94;
}
.feature-current-item-style1 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .inner-box:before {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 10px;
}
.feature-current-item-style1 .inner-box .feature-title {
  margin-top: 0;
}
.feature-current-item-style1 .inner-box .icon i {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  color: var(--text-color-bg-theme-color1);
  background: var(--theme-color1);
  font-size: 48px;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .inner-box .icon i {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box .feature-details {
  position: relative;
}

.feature-current-item-style2 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style2 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px 25px;
  background-color: #ffffff;
  background-image: var(--block-feature-style2-bg-featured-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 175px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style2 .inner-box {
    transition: none;
  }
}
.feature-current-item-style2 .inner-box .feature-title {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
}
.feature-current-item-style2 .inner-box .feature-title a {
  color: inherit;
}
.feature-current-item-style2 .inner-box .feature-title:hover {
  color: var(--theme-color1);
}
.feature-current-item-style2 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 64px;
  color: var(--theme-color1);
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style2 .inner-box .icon {
    transition: none;
  }
}
.feature-current-item-style2 .inner-box:hover .feature-title {
  color: #ffffff;
}
.feature-current-item-style2 .inner-box:hover:before {
  height: 0;
}
.feature-current-item-style2 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.feature-current-item-style3 {
  position: relative;
}
.feature-current-item-style3 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 70px 40px 105px;
  margin-bottom: 45px;
  text-align: center;
}
.feature-current-item-style3 .inner-box:hover .bg-image:before {
  background-color: #ffffff;
  opacity: 0.9;
}
.feature-current-item-style3 .inner-box:hover .feature-details,
.feature-current-item-style3 .inner-box:hover .feature-title {
  color: var(--theme-color2);
}
.feature-current-item-style3 .inner-box:hover .count {
  background-color: var(--theme-color2);
  color: #ffffff;
  box-shadow: 0 10px -30px rgba(0, 0, 0, 0.2);
}
.feature-current-item-style3 .inner-box .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.feature-current-item-style3 .inner-box .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.7;
  content: "";
  transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-current-item-style3 .inner-box .feature-title {
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
.feature-current-item-style3 .inner-box .feature-details {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .count {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -68px;
  height: 135px;
  width: 135px;
  border: 23px solid #ffffff;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.feature-current-item-style4 {
  position: relative;
  margin-bottom: 30px;
}
.feature-current-item-style4 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 54px 30px 54px;
  text-align: center;
  height: 100%;
  background-image: var(--block-feature-style4-bg-featured-image);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color1);
  opacity: 0.9;
  content: "";
}
.feature-current-item-style4 .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.feature-current-item-style4 .inner-box .count,
.feature-current-item-style4 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: var(--theme-color2);
  font-family: var(--title-font);
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box .feature-title {
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
.feature-current-item-style4 .inner-box .feature-title a {
  color: var(--theme-color2);
}

.feature-current-item-style5 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style5 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px 25px;
  background-image: var(--block-feature-style5-bg-featured-image);
  background-color: var(--theme-color1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 175px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .inner-box {
    transition: none;
  }
}
.feature-current-item-style5 .inner-box .feature-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
}
.feature-current-item-style5 .inner-box .feature-title a {
  color: inherit;
}
.feature-current-item-style5 .inner-box .feature-title:hover {
  color: var(--theme-color1);
}
.feature-current-item-style5 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 64px;
  color: var(--theme-color1);
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .inner-box .icon {
    transition: none;
  }
}
.feature-current-item-style5 .inner-box:hover .feature-title,
.feature-current-item-style5 .inner-box:hover .icon {
  color: #2c2e33;
}
.feature-current-item-style5 .inner-box:hover:before {
  height: 0;
}
.feature-current-item-style5 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2c2e33;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.feature-current-item-style6 {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 100px 60px 50px;
  text-align: center;
  margin-bottom: 105px !important;
}
.feature-current-item-style6:hover .feature-icon {
  background-color: var(--theme-color1);
  color: #1e1e22;
}
.feature-current-item-style6:hover .feature-title a {
  color: var(--theme-color1);
}
.feature-current-item-style6:hover .feature-current-item-arrow {
  background-color: var(--theme-color1);
  color: #1e1e22;
}
.feature-current-item-style6 .feature-icon {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 150px;
  height: 150px;
  font-size: 64px;
  color: #1e1e22;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
}
.feature-current-item-style6 .feature-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}
.feature-current-item-style6 .feature-title a {
  color: #1e1e22;
  transition: all 500ms ease;
}
.feature-current-item-style6 .feature-details {
  margin: 0;
  padding-bottom: 30px;
}
.feature-current-item-style6 .feature-current-item-arrow {
  position: relative;
  color: #717178;
  transition: all 500ms ease;
  height: 65px;
  width: 65px;
  background-color: #f1f1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 20px;
}

.feature-current-item-style7 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px !important;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style7:hover .feature-icon {
  color: #fff;
}
.feature-current-item-style7:hover .feature-icon:before {
  transform: scale(1);
}
.feature-current-item-style7 .feature-icon {
  position: relative;
  height: 112px;
  width: 112px;
  margin: 0 auto;
  color: var(--theme-color1);
  font-size: 65px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  z-index: 1;
}
.feature-current-item-style7 .feature-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme-color2);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-current-item-style7 .feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 15px;
}
.feature-current-item-style7 .feature-title a {
  color: inherit;
  background: linear-gradient(to right, #eee 0%, var(--theme-color2) 100%) 0px 87%/0px 2px no-repeat;
  transition: all 500ms ease;
}
.feature-current-item-style7 .feature-title a:hover {
  color: #0f0d1d;
  background-size: 100% 2px;
}
.feature-current-item-style7 .feature-details {
  font-size: 16px;
  margin: 0;
}
.feature-current-item-style7 .feature-current-item-arrow {
  position: relative;
  color: #717178;
  transition: all 500ms ease;
  height: 54px;
  width: 54px;
  background-color: #f1f1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 20px;
}
.feature-current-item-style7 .feature-current-item-arrow:hover {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}

.feature-current-item-style8 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style8 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 40px 40px 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style8 .inner-box {
    transition: none;
  }
}
.feature-current-item-style8 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style8 .inner-box:before {
    transition: none;
  }
}
.feature-current-item-style8 .inner-box .title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 10px;
}
.feature-current-item-style8 .inner-box .feature-title {
  margin-top: 0;
}
.feature-current-item-style8 .inner-box .icon i {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  font-size: 36px;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style8 .inner-box .icon i {
    transition: none;
  }
}
.feature-current-item-style8 .inner-box .feature-details {
  position: relative;
}
.feature-current-item-style8 .inner-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #2a2a2a;
}
.feature-current-item-style8 .inner-box:hover:before {
  height: 0;
}
.feature-current-item-style8 .inner-box:hover .feature-title {
  color: #ffffff;
}
.feature-current-item-style8 .inner-box:hover .feature-title a {
  color: #ffffff;
}
.feature-current-item-style8 .inner-box:hover .icon i {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.feature-current-item-style8 .inner-box:hover .feature-details {
  color: #8c8f94;
}

.feature-current-item-style9 {
  position: relative;
  display: block;
  background-color: var(--theme-color2);
  padding: 54px 60px 75px;
  margin-bottom: 30px;
  transition: background 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 {
    transition: none;
  }
}
.feature-current-item-style9 .feature-title {
  color: var(--text-color-bg-theme-color2);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  width: 200px;
}
.feature-current-item-style9 .feature-title a {
  color: var(--text-color-bg-theme-color2);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87%/0px 2px no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .feature-title a {
    transition: none;
  }
}
.feature-current-item-style9 .feature-title a:hover {
  background-size: 100% 2px;
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9 .btn-view-details .btn-plain-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #8f8da0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .btn-view-details .btn-plain-text {
    transition: none;
  }
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:hover {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:hover::before {
  width: 100%;
}
.feature-current-item-style9 .btn-view-details .btn-plain-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 10px;
  background-color: currentColor;
  transition: width 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .btn-view-details .btn-plain-text:before {
    transition: none;
  }
}
.feature-current-item-style9 .feature-icon {
  position: absolute;
  bottom: 52px;
  right: 60px;
}
.feature-current-item-style9 .feature-icon .icon i {
  font-size: 65px;
  color: var(--theme-color1);
  line-height: 65px;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 500ms ease, color 500ms ease;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style9 .feature-icon .icon i {
    transition: none;
  }
}
.feature-current-item-style9:hover {
  background-color: var(--theme-color1);
}
.feature-current-item-style9:hover .feature-title a {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9:hover .btn-view-details .btn-plain-text {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style9:hover .feature-icon .icon i {
  transform: scale(0.85);
  color: var(--text-color-bg-theme-color1);
}

.feature-current-item-style10 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.feature-current-item-style10:hover .feature-img > img {
  transform: scale(1.05);
}
.feature-current-item-style10:hover .feature-img .feature-content .feature-current-item-arrow {
  transform: scale(1);
}
.feature-current-item-style10 .feature-img-box {
  position: relative;
  display: block;
}
.feature-current-item-style10 .feature-img-box .feature-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.feature-current-item-style10 .feature-img-box .feature-img > img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.feature-current-item-style10 .feature-img-box .feature-img .feature-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: #ffffff;
  padding: 30px 0px;
  text-align: center;
}
.feature-current-item-style10 .feature-img-box .feature-img .feature-content .feature-title {
  text-align: center;
  text-transform: uppercase;
}
.feature-current-item-style10 .feature-img-box .feature-img .feature-content .feature-current-item-arrow {
  position: absolute;
  top: -42px;
  right: 0;
  height: 42px;
  width: 42px;
  color: #ffffff;
  background: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  transform: scale(0);
}
.feature-current-item-style10 .feature-img-box .feature-img .feature-content .feature-current-item-arrow:hover {
  background-color: #333;
  color: #fff;
}