.award-block-current-item-style1 {
  position: relative;
  margin-bottom: 30px;
}
.award-block-current-item-style1 .inner-box {
  position: relative;
  padding: 25px 25px 30px;
  text-align: center;
}
.award-block-current-item-style1 .inner-box:hover:after {
  height: 100%;
}
.award-block-current-item-style1 .inner-box:hover .feature-subtitle {
  color: #ffffff;
}
.award-block-current-item-style1 .inner-box:hover .feature-title {
  color: #ffffff;
}
.award-block-current-item-style1 .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(135deg, rgb(23, 23, 23) 50%, rgba(23, 23, 23, 0.96) 50%, rgba(237, 166, 42, 0.6) 100%, rgba(241, 168, 42, 0.6) 100%);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
  transition: all 300ms ease;
  opacity: 0.7;
}
.award-block-current-item-style1 .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  pointer-events: none;
  background-color: var(--theme-color1);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
  transition: all 300ms ease;
}
.award-block-current-item-style1 .inner-box .feature-subtitle {
  position: relative;
  display: block;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all 300ms ease;
  z-index: 3;
}
.award-block-current-item-style1 .inner-box img {
  position: relative;
  z-index: 3;
}
.award-block-current-item-style1 .inner-box .feature-title {
  position: relative;
  display: block;
  color: #ffffff;
  margin: 25px 0;
  transition: all 300ms ease;
  z-index: 3;
}