.feature-current-item-style1 {
  position: relative;
  margin-bottom: 40px;
}
.feature-current-item-style1:last-child .image-box:before {
  display: none;
}
.feature-current-item-style1 .inner-box {
  position: relative;
}
.feature-current-item-style1 .inner-box .icon-box {
  position: relative;
  padding-top: 60px;
}
.feature-current-item-style1 .inner-box .icon-box::before {
  position: absolute;
  left: 60px;
  top: 0;
  width: 190px;
  height: 146px;
  transition: all 300ms linear;
  background-image: url(../../../images/current-theme/process-arrow.png);
  content: "";
}
.feature-current-item-style1 .inner-box .icon-box .icon {
  position: relative;
}
.feature-current-item-style1 .inner-box .icon-box .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 155px;
  width: 155px;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  content: "";
}
.feature-current-item-style1 .inner-box .icon-box .icon i {
  position: relative;
  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: 135px;
  width: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  color: var(--text-color-bg-theme-color1);
  font-size: 72px;
  background-color: var(--theme-color1);
  transition: all 300ms linear;
}
.feature-current-item-style1 .inner-box .icon-box .count {
  position: absolute;
  top: -30px;
  left: 140px;
  margin-top: -30px;
  font-size: 7rem;
  font-family: var(--font-current-theme2);
  font-weight: 800;
  color: #e3e7f1;
  opacity: 0.3;
  z-index: -1;
  transition: all 300ms linear;
}
.feature-current-item-style1 .inner-box .feature-title {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 20px;
}
.feature-current-item-style1 .inner-box:hover .icon-box .icon::after {
  height: 135px;
  width: 135px;
}
.feature-current-item-style1 .inner-box:hover .icon-box .icon i {
  color: var(--theme-color1);
  background-color: var(--text-color-bg-theme-color1);
}

.feature-current-item-style2 {
  position: relative;
}
.feature-current-item-style2 .inner-box {
  position: relative;
  margin-left: 100px;
  padding: 45px 40px;
  padding-left: 140px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  min-height: 300px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .feature-current-item-style2 .inner-box {
    padding-left: 40px;
    text-align: center;
    margin-left: 0;
  }
}
.feature-current-item-style2 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.feature-current-item-style2 .inner-box:hover .image-box .image a:after {
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.feature-current-item-style2 .inner-box:hover .overlay-content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.feature-current-item-style2 .image {
  position: absolute;
  left: -100px;
  top: 50px;
  height: 196px;
  width: 196px;
  border-radius: 50%;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .feature-current-item-style2 .image {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
    height: 150px;
    width: 150px;
  }
}
.feature-current-item-style2 .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style2 .image img {
    transition: none;
  }
}
.feature-current-item-style2 .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;
}
.feature-current-item-style2 .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 96px;
  width: 96px;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 10px solid #fff;
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
}
.feature-current-item-style2 .feature-title {
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
}
.feature-current-item-style2 .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);
}
.feature-current-item-style2 .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;
}
.feature-current-item-style2 .info-box .read-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 30px;
  height: 40px;
  width: 40px;
  color: #6c6a72;
  font-size: 20px;
  opacity: 0.5;
  transition: all 300ms ease;
}
.feature-current-item-style2 .info-box .read-more:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.feature-current-item-style2 .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) {
  .feature-current-item-style2 .overlay-content {
    transition: none;
  }
}
.feature-current-item-style2 .overlay-content .info-box {
  position: relative;
  left: 0;
  bottom: 0 !important;
  box-shadow: none;
  background-color: var(--theme-color1);
  padding-right: 20px;
}
.feature-current-item-style2 .overlay-content .info-box .icon {
  background-color: #ffffff;
  color: var(--theme-color1);
}
.feature-current-item-style2 .overlay-content .info-box .feature-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.feature-current-item-style2 .overlay-content .info-box .feature-details {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.feature-current-item-style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 50px 40px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  border-image-source: linear-gradient(90deg, #ecf2f6 0%, rgba(236, 242, 246, 0) 70.31%);
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style3 {
    transition: none;
  }
}
.feature-current-item-style3 .thumb {
  margin-right: 25px;
  max-width: 85px;
}
.feature-current-item-style3 .thumb .icon i {
  font-size: 64px;
  line-height: 1;
}
.feature-current-item-style3 .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.feature-current-item-style3 .content .feature-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.feature-current-item-style3 .content .feature-details {
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.feature-current-item-style3 .content .read-more {
  color: var(--theme-color1);
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  margin-top: 30px;
  display: inline-block;
}
.feature-current-item-style3 .content .read-more:before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.feature-current-item-style3:hover {
  background: #ecf2f6;
}

.feature-current-item-style4 {
  position: relative;
}
.feature-current-item-style4 .inner-box {
  position: relative;
}
.feature-current-item-style4 .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}
.feature-current-item-style4 .inner-box:hover .image-box .image a:after {
  left: 0;
  width: 100%;
  opacity: 0.5;
}
.feature-current-item-style4 .inner-box:hover .overlay-content {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.feature-current-item-style4 .image-box {
  position: relative;
  transition: all 300ms ease;
  border-right: 6px solid var(--theme-color1);
  padding-bottom: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style4 .image-box {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .feature-current-item-style4 .image-box {
    padding-bottom: 0;
    border-right: 0;
  }
}
.feature-current-item-style4 .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.feature-current-item-style4 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style4 .image-box .image img {
    transition: none;
  }
}
.feature-current-item-style4 .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;
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .info-box {
    position: relative;
    right: 0;
    left: 0;
    padding-left: 80px;
    padding-right: 20px;
  }
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .info-box .icon {
    top: 12px;
    left: 15px;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.feature-current-item-style4 .info-box .feature-title {
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .info-box .read-more {
    display: none;
  }
}
.feature-current-item-style4 .info-box .read-more:hover {
  background-color: var(--bg-theme-color2);
  color: #fff;
}
.feature-current-item-style4 .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) {
  .feature-current-item-style4 .overlay-content {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .feature-current-item-style4 .overlay-content {
    left: 0;
  }
}
.feature-current-item-style4 .overlay-content .info-box {
  position: relative;
  left: 0;
  bottom: 0 !important;
  box-shadow: none;
  background-color: var(--theme-color1);
  padding-right: 20px;
}
.feature-current-item-style4 .overlay-content .info-box .icon {
  background-color: #ffffff;
  color: var(--theme-color1);
}
@media (max-width: 575.98px) {
  .feature-current-item-style4 .overlay-content .info-box .icon {
    top: 25px;
    left: 15px;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
}
.feature-current-item-style4 .overlay-content .info-box .feature-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.feature-current-item-style4 .overlay-content .info-box .feature-details {
  color: rgba(255, 255, 255, 0.8);
}

.feature-current-item-style5 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 {
    transition: none;
  }
}
.feature-current-item-style5 .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-style5 .inner-box {
    transition: none;
  }
}
.feature-current-item-style5 .inner-box .icon-box {
  position: relative;
  display: block;
}
.feature-current-item-style5 .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-style5 .inner-box .feature-title {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .inner-box .feature-title {
    transition: none;
  }
}
.feature-current-item-style5 .inner-box .feature-details {
  font-size: 14px;
  color: #aea8b9;
  line-height: 24px;
  transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style5 .inner-box .feature-details {
    transition: none;
  }
}
.feature-current-item-style5 .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-style5 .inner-box:hover .icon-box .icon {
  color: var(--theme-color1);
}
.feature-current-item-style5 .inner-box:hover .feature-title {
  color: #1b1525;
}
.feature-current-item-style5 .inner-box:hover .feature-details {
  color: var(--body-tex);
}

.feature-current-item-style6 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style6 .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-style6 .inner-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.feature-current-item-style6 .inner-box:hover img {
  transform: scale(1.2);
}
.feature-current-item-style6 .inner-box:hover .icon-box .count {
  color: #fff;
}
.feature-current-item-style6 .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-style6 .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-style6 .icon-box .icon i {
    transition: none;
  }
}
.feature-current-item-style6 .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-style6 .icon-box .count {
    transition: none;
  }
}
.feature-current-item-style6 .content-box {
  position: relative;
  padding: 25px 30px;
}
.feature-current-item-style6 .content-box .icon-box-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.feature-current-item-style6 .content-box .icon-box-title a {
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style6 .content-box .icon-box-title a {
    transition: none;
  }
}
.feature-current-item-style6 .content-box .text {
  font-size: 16px;
  line-height: 26px;
  color: #767676;
}