.feature-current-item-style1 {
  position: relative;
  margin-bottom: 45px !important;
}
@media (max-width: 991.98px) {
  .feature-current-item-style1 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .feature-current-item-style1 {
    margin-bottom: 40px !important;
  }
}
.feature-current-item-style1 .inner-box {
  position: relative;
  padding-left: 130px;
}
@media (max-width: 767.98px) {
  .feature-current-item-style1 .inner-box {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-current-item-style1 .inner-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
.feature-current-item-style1 .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .feature-current-item-style1 .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
}
.feature-current-item-style1 .inner-box .icon-box .icon {
  position: relative;
  display: block;
}
@media (max-width: 575.98px) {
  .feature-current-item-style1 .inner-box .icon-box .icon {
    display: inline-flex;
  }
}
.feature-current-item-style1 .inner-box .icon-box .icon i {
  height: 100px;
  width: 100px;
  font-size: 62px;
  line-height: 50px;
  color: #ffffff;
  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;
  background-color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-current-item-style1 .inner-box .icon-box .icon i:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-current-item-style1 .inner-box .icon-box .icon:after {
  position: absolute;
  left: 100%;
  top: 50%;
  border-top: 20px solid transparent;
  border-left: 10px solid var(--theme-color3);
  border-bottom: 20px solid transparent;
  content: "";
  margin-top: -20px;
}
@media (max-width: 575.98px) {
  .feature-current-item-style1 .inner-box .icon-box .icon:after {
    top: 100% !important;
    left: 50% !important;
    transform: rotate(90deg);
    margin-top: -15px !important;
    margin-left: -2px !important;
  }
}
.feature-current-item-style1 .inner-box .feature-title {
  position: relative;
  display: inline-block;
  font-family: var(--body-font-family);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.feature-current-item-style1 .inner-box .feature-title:before {
  position: absolute;
  left: 100%;
  top: 0;
  height: 16px;
  width: 95px;
  background-image: url(../../../assets/images/current-theme/arrow.png);
  background-position: center;
  margin-left: 35px;
  content: "";
}
@media (max-width: 991.98px) {
  .feature-current-item-style1 .inner-box .feature-title:before {
    display: none;
  }
}
.feature-current-item-style1 .inner-box .feature-details {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #898e83;
}
.feature-current-item-style1 .inner-box:hover .icon-box {
  top: -40px;
}
@media (max-width: 991.98px) {
  .feature-current-item-style1 .inner-box:hover .icon-box {
    top: 0;
  }
}
.feature-current-item-style1 .inner-box:hover .icon-box .icon i:before {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.feature-current-item-style2 {
  position: relative;
  margin-bottom: 45px !important;
}
@media (max-width: 991.98px) {
  .feature-current-item-style2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .feature-current-item-style2 {
    margin-bottom: 40px !important;
  }
}
.feature-current-item-style2 .inner-box {
  position: relative;
  padding-right: 130px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .feature-current-item-style2 .inner-box {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .feature-current-item-style2 .inner-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
.feature-current-item-style2 .inner-box .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .feature-current-item-style2 .inner-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
}
.feature-current-item-style2 .inner-box .icon-box .icon {
  position: relative;
  display: block;
}
@media (max-width: 575.98px) {
  .feature-current-item-style2 .inner-box .icon-box .icon {
    display: inline-flex;
  }
}
.feature-current-item-style2 .inner-box .icon-box .icon i {
  display: block;
  height: 100px;
  width: 100px;
  font-size: 62px;
  line-height: 50px;
  color: #ffffff;
  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;
  background-color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-current-item-style2 .inner-box .icon-box .icon i:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-current-item-style2 .inner-box .icon-box .icon:after {
  position: absolute;
  right: 100%;
  top: 50%;
  border-top: 20px solid transparent;
  border-right: 10px solid var(--theme-color3);
  border-bottom: 20px solid transparent;
  content: "";
  margin-top: -20px;
}
@media (max-width: 575.98px) {
  .feature-current-item-style2 .inner-box .icon-box .icon:after {
    top: 100% !important;
    left: 50% !important;
    transform: rotate(270deg);
    margin-top: -15px !important;
    margin-left: -2px !important;
  }
}
.feature-current-item-style2 .inner-box .icon-box .icon:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-current-item-style2 .inner-box .feature-title {
  position: relative;
  display: inline-block;
  font-family: var(--body-font-family);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.feature-current-item-style2 .inner-box .feature-title:before {
  position: absolute;
  right: 100%;
  top: 0;
  height: 16px;
  width: 95px;
  background-image: url(../../../assets/images/current-theme/arrow.png);
  background-position: center;
  margin-right: 35px;
  content: "";
  transform: scaleX(-1);
}
@media (max-width: 991.98px) {
  .feature-current-item-style2 .inner-box .feature-title:before {
    display: none;
  }
}
.feature-current-item-style2 .inner-box .feature-details {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #898e83;
}
.feature-current-item-style2 .inner-box:hover .icon-box {
  top: -40px;
}
@media (max-width: 991.98px) {
  .feature-current-item-style2 .inner-box:hover .icon-box {
    top: 0;
  }
}
.feature-current-item-style2 .inner-box:hover .icon-box .icon i:before {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.feature-current-item-style3 {
  position: relative;
}
.feature-current-item-style3 .thumb {
  position: relative;
}
.feature-current-item-style3 .thumb img {
  border-radius: 10px;
}
.feature-current-item-style3 .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-style3 .thumb .info-box {
    transition: none;
  }
}
.feature-current-item-style3 .thumb .info-box .feature-details {
  color: #fff;
}
.feature-current-item-style3 .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-style3 .thumb:after {
    transition: none;
  }
}
.feature-current-item-style3 .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-style3 .title-area {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .feature-current-item-style3 .title-area {
    border-radius: 0 0 10px 10px;
    margin-right: 0;
  }
}
.feature-current-item-style3 .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-style3 .title-area:after {
    transition: none;
  }
}
.feature-current-item-style3 .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-style3 .title-area .feature-title {
    transition: none;
  }
}
.feature-current-item-style3 .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-style3 .title-area .feature-title:before {
    transition: none;
  }
}
.feature-current-item-style3 .title-area .feature-icon {
  padding: 18px;
  background-color: var(--theme-color2);
  z-index: 1;
  min-height: 93px;
  display: flex;
  min-width: 85px;
  align-items: center;
  justify-content: center;
}
.feature-current-item-style3 .title-area .feature-icon .icon {
  color: var(--text-color-bg-theme-color2);
}
.feature-current-item-style3 .title-area .feature-icon .icon i::before {
  font-size: 36px;
  line-height: 36px;
}
.feature-current-item-style3:hover .thumb .info-box {
  opacity: 1;
  transform: translateY(0);
}
.feature-current-item-style3:hover .thumb:after {
  opacity: 0.95;
}
.feature-current-item-style3:hover .title-area:after {
  transform: translateX(0);
  opacity: 1;
}
.feature-current-item-style3:hover .title-area .feature-title {
  position: relative;
  z-index: 1;
  color: var(--text-color-bg-theme-color1);
}
.feature-current-item-style3:hover .title-area .feature-title:before {
  transform: scaleY(1);
  transition-delay: 600ms;
}

.feature-current-item-style4 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-current-item-style4 .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-style4 .inner-box {
    transition: none;
  }
}
.feature-current-item-style4 .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-style4 .inner-box:before {
    transition: none;
  }
}
.feature-current-item-style4 .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-style4 .inner-box .feature-title {
  margin-top: 0;
}
.feature-current-item-style4 .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: 48px;
  transition: all 200ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style4 .inner-box .icon i {
    transition: none;
  }
}
.feature-current-item-style4 .inner-box .feature-details {
  position: relative;
}
.feature-current-item-style4 .inner-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #232429;
}
.feature-current-item-style4 .inner-box:hover:before {
  height: 0;
}
.feature-current-item-style4 .inner-box:hover .feature-title {
  color: #ffffff;
}
.feature-current-item-style4 .inner-box:hover .feature-title a {
  color: #ffffff;
}
.feature-current-item-style4 .inner-box:hover .icon i {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.feature-current-item-style4 .inner-box:hover .feature-details {
  color: #8c8f94;
}