.feature-current-item-style1 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  transition: all 300ms ease;
  background-color: #ffffff;
  padding: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .inner-box {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box .icon-box {
  position: relative;
  min-width: 110px;
  text-align: center;
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #ecf0f4;
}
.feature-current-item-style1 .inner-box .icon-box .icon i {
  display: block;
  color: var(--theme-color1);
  font-size: 64px;
  transition: all 300ms ease;
  margin-top: 20px;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .inner-box .icon-box .icon i {
    transition: none;
  }
}
.feature-current-item-style1 .inner-box .icon-box .count {
  font-size: 45px;
  line-height: 1em;
  color: var(--theme-color2);
  opacity: 0.1;
  font-family: "Allura", cursive;
  font-style: italic;
}
.feature-current-item-style1 .content-box {
  position: relative;
  padding: 25px 30px;
}
.feature-current-item-style1 .content-box .feature-title {
  color: var(--theme-color2);
  margin-top: 0;
  margin-bottom: 18px;
}
.feature-current-item-style1 .content-box .feature-title a {
  color: var(--theme-color2);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .content-box .feature-title a {
    transition: none;
  }
}
.feature-current-item-style1 .content-box .feature-title a:hover {
  color: var(--theme-color2);
}
.feature-current-item-style1 .content-box .text {
  font-size: 16px;
  line-height: 30px;
}
.feature-current-item-style1:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1:hover {
    transition: none;
  }
}
.feature-current-item-style1:hover .image img {
  transform: scale(1.2);
}
.feature-current-item-style1:hover .icon-box {
  background-color: var(--theme-color1);
}
.feature-current-item-style1:hover .icon-box .icon i {
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style1:hover .icon-box .count {
  color: var(--text-color-bg-theme-color1);
  opacity: 0.3;
}

.feature-current-item-style2 {
  position: relative;
  padding-left: 95px;
  min-height: 65px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.feature-current-item-style2:hover .feature-icon .icon {
  transform: scaleX(-1);
}
.feature-current-item-style2:hover .read-more {
  background: var(--theme-color1);
  color: #fff;
}
.feature-current-item-style2 .feature-icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 64px;
  color: var(--theme-color1);
  line-height: 1em;
  z-index: 1;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style2 .feature-icon .icon {
    transition: none;
  }
}
.feature-current-item-style2 .feature-icon:after {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  left: 25px;
  top: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  z-index: 0;
}
.feature-current-item-style2 .feature-subtitle {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #73787d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-current-item-style2 .feature-title {
  margin-top: 0;
  margin-bottom: 0;
}
.feature-current-item-style2 .read-more {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: 0 0px 15px rgba(224, 230, 239, 0.6);
}

.feature-current-item-style3 {
  position: relative;
}
.feature-current-item-style3 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 70px 40px 135px;
  margin-bottom: 45px;
  text-align: center;
  transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style3 .inner-box {
    transition: none;
  }
}
.feature-current-item-style3 .inner-box:hover {
  transform: translateY(-6px);
}
.feature-current-item-style3 .inner-box:hover .bg-image img {
  transform: scale(1.2) rotate(3deg);
}
.feature-current-item-style3 .inner-box:hover .bg-image:before {
  opacity: 0.1;
}
.feature-current-item-style3 .inner-box:hover .bg-image:after {
  height: 100%;
}
.feature-current-item-style3 .inner-box:hover .feature-details,
.feature-current-item-style3 .inner-box:hover .feature-title {
  color: #fff;
}
.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 {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}
.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 0.4s;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style3 .inner-box .bg-image:before {
    transition: none;
  }
}
.feature-current-item-style3 .inner-box .bg-image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(to right, var(--theme-color2), var(--theme-color1));
  transition: all 0.4s;
  content: "";
  opacity: 0.9;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style3 .inner-box .bg-image:after {
    transition: none;
  }
}
.feature-current-item-style3 .inner-box .bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.feature-current-item-style3 .inner-box .feature-title {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.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;
  z-index: 5;
}
.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;
  z-index: 3;
  transition: all 300ms ease;
}

.feature-current-item-style4 {
  position: relative;
}
.feature-current-item-style4 .thumb {
  position: relative;
}
.feature-current-item-style4 .thumb img {
  border-radius: 10px;
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .thumb .info-box {
    transition: none;
  }
}
.feature-current-item-style4 .thumb .info-box .feature-details {
  color: #fff;
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .thumb:after {
    transition: none;
  }
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .title-area {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .feature-current-item-style4 .title-area {
    border-radius: 0 0 10px 10px;
    margin-right: 0;
  }
}
.feature-current-item-style4 .title-area:after {
  content: "";
  background-color: var(--theme-color1);
  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) {
  .feature-current-item-style4 .title-area:after {
    transition: none;
  }
}
.feature-current-item-style4 .title-area .feature-title {
  margin-top: 0;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 30px;
  transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style4 .title-area .feature-title {
    transition: none;
  }
}
.feature-current-item-style4 .title-area .feature-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) {
  .feature-current-item-style4 .title-area .feature-title:before {
    transition: none;
  }
}
.feature-current-item-style4 .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;
}
.feature-current-item-style4 .title-area .feature-icon .icon {
  color: var(--text-color-bg-theme-color2);
  line-height: 0;
}
.feature-current-item-style4 .title-area .feature-icon .icon i::before {
  font-size: 36px;
  line-height: 36px;
}
.feature-current-item-style4:hover .thumb .info-box {
  opacity: 1;
  transform: translateY(0);
}
.feature-current-item-style4:hover .thumb:after {
  opacity: 0.95;
}
.feature-current-item-style4:hover .title-area:after {
  transform: translateX(0);
  opacity: 1;
}
.feature-current-item-style4:hover .title-area .feature-title {
  position: relative;
  z-index: 1;
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style4:hover .title-area .feature-title:before {
  transform: scaleY(1);
  transition-delay: 600ms;
}

.feature-current-item-style5 {
  position: relative;
  margin-bottom: 45px !important;
}
.feature-current-item-style5 .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .thumb {
    transition: none;
  }
}
.feature-current-item-style5 .thumb img {
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .thumb img {
    transition: none;
  }
}
.feature-current-item-style5 .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, var(--theme-color1), transparent);
  left: 0;
  bottom: 0;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .thumb:after {
    transition: none;
  }
}
.feature-current-item-style5 .info-box {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 700ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .info-box {
    transition: none;
  }
}
.feature-current-item-style5 .info-box .feature-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
.feature-current-item-style5 .info-box .feature-details {
  color: #fff;
  opacity: 0;
  height: 64px;
  overflow: hidden;
  margin-bottom: -70px;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .info-box .feature-details {
    transition: none;
  }
}
.feature-current-item-style5 .info-box .feature-icon {
  margin-bottom: -60px;
}
.feature-current-item-style5 .info-box .feature-icon .icon {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  background: var(--theme-color2);
  display: inline-block;
  border-radius: 50%;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .info-box .feature-icon .icon {
    transition: none;
  }
}
.feature-current-item-style5 .info-box .feature-icon .icon i:before {
  color: #fff;
  font-size: 42px;
  line-height: 90px;
}
.feature-current-item-style5 .overlay-content {
  position: absolute;
  background: var(--theme-color1);
  padding: 30px 30px 20px 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  bottom: -60px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .overlay-content {
    transition: none;
  }
}
.feature-current-item-style5 .overlay-content .feature-title {
  color: #fff;
}
.feature-current-item-style5 .overlay-content .feature-details {
  color: #fff;
}
.feature-current-item-style5 .overlay-content .feature-icon {
  margin-top: -75px;
  margin-bottom: 20px;
}
.feature-current-item-style5 .overlay-content .feature-icon .icon {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  background: var(--theme-color2);
  display: inline-block;
  border-radius: 50%;
  transition: all 500ms;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .overlay-content .feature-icon .icon {
    transition: none;
  }
}
.feature-current-item-style5 .overlay-content .feature-icon .icon i:before {
  color: #fff;
  font-size: 42px;
  line-height: 90px;
}
.feature-current-item-style5:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-current-item-style5:hover .thumb:after {
  height: 130%;
}
.feature-current-item-style5:hover .info-box {
  opacity: 0;
  visibility: hidden;
  bottom: 60px;
}
.feature-current-item-style5:hover .overlay-content {
  bottom: -30px;
  opacity: 1;
  visibility: visible;
}
.feature-current-item-style5:hover .overlay-content .feature-icon .icon {
  background: var(--theme-color2);
}

.feature-current-item-style6 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 {
    transition: none;
  }
}
.feature-current-item-style6 .inner-box {
  position: relative;
  display: block;
  border: 1px solid #322d3b;
  padding: 30px;
  background-color: var(--theme-color2);
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .inner-box {
    transition: none;
  }
}
.feature-current-item-style6 .inner-box .icon-box {
  position: relative;
  display: block;
}
.feature-current-item-style6 .inner-box .icon-box .icon i {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--theme-color1);
  line-height: 1;
  margin-bottom: 15px;
  line-height: 1;
}
.feature-current-item-style6 .inner-box .feature-title {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .inner-box .feature-title {
    transition: none;
  }
}
.feature-current-item-style6 .inner-box .feature-details {
  font-size: 14px;
  color: #aea8b9;
  line-height: 24px;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .inner-box .feature-details {
    transition: none;
  }
}
.feature-current-item-style6 .inner-box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  border: 1px solid #f0eeee;
  background-color: #fff;
}
.feature-current-item-style6 .inner-box:hover .icon-box .icon {
  color: var(--theme-color1);
}
.feature-current-item-style6 .inner-box:hover .feature-title {
  color: #1b1525;
}
.feature-current-item-style6 .inner-box:hover .feature-details {
  color: var(--body-tex);
}

.feature-current-item-style7 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style7 .inner-box {
  position: relative;
  display: flex;
  border: 1px solid var(--theme-color1);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style7 .inner-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.feature-current-item-style7 .inner-box:hover img {
  transform: scale(1.2);
}
.feature-current-item-style7 .inner-box:hover .icon-box .count {
  color: #fff;
}
.feature-current-item-style7 .icon-box {
  position: relative;
  background-color: var(--theme-color1);
  min-width: 110px;
  text-align: center;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-current-item-style7 .icon-box .icon i {
  display: block;
  color: #ffffff;
  font-size: 64px;
  line-height: 64px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style7 .icon-box .icon i {
    transition: none;
  }
}
.feature-current-item-style7 .icon-box .count {
  font-size: 40px;
  line-height: 1em;
  color: var(--theme-color1);
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style7 .icon-box .count {
    transition: none;
  }
}
.feature-current-item-style7 .content-box {
  position: relative;
  padding: 25px 30px;
}
.feature-current-item-style7 .content-box .icon-box-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.feature-current-item-style7 .content-box .icon-box-title a {
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style7 .content-box .icon-box-title a {
    transition: none;
  }
}
.feature-current-item-style7 .content-box .text {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}