.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;
}

.award-block-style2-wrapper {
  border: 1px solid #e2e2e2;
  border-bottom: none;
}

.award-block-current-item-style2 {
  position: relative;
}
.award-block-current-item-style2 .inner-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .award-block-current-item-style2 .inner-box {
    flex-direction: column;
    text-align: center;
  }
}
.award-block-current-item-style2 .date-box {
  position: relative;
  padding: 40px 25px 35px 35px;
  border-right: 1px solid #e2e2e2;
  min-width: 175px;
}
@media only screen and (max-width: 767px) {
  .award-block-current-item-style2 .date-box {
    padding: 40px 20px 20px;
  }
}
.award-block-current-item-style2 .date-box .count {
  font-size: 20px;
  line-height: 1em;
  font-family: var(--body-font-family);
  color: var(--headings-color);
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .award-block-current-item-style2 .date-box .count {
    color: var(--theme-color3);
  }
}
.award-block-current-item-style2 .date-box .year {
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: var(--headings-color);
  font-family: var(--body-font-family);
}
.award-block-current-item-style2 .content-box {
  position: relative;
  text-align: center;
  padding: 40px 35px 35px;
}
@media only screen and (max-width: 767px) {
  .award-block-current-item-style2 .content-box {
    padding: 0 20px;
  }
}
.award-block-current-item-style2 .content-box .feature-title {
  font-size: 24px;
  color: var(--headings-color);
  margin-bottom: 10px;
}
.award-block-current-item-style2 .content-box .text {
  font-size: 17px;
  color: #8b9094;
}
.award-block-current-item-style2 .info-box {
  position: relative;
  padding: 40px 35px 35px 40px;
  border-left: 1px solid #e2e2e2;
  min-width: 270px;
}
@media only screen and (max-width: 1023px) {
  .award-block-current-item-style2 .info-box {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .award-block-current-item-style2 .info-box {
    padding: 20px 20px 40px;
  }
}
.award-block-current-item-style2 .info-box .designation {
  font-size: 24px;
  color: var(--headings-color);
  margin-bottom: 5px;
}
.award-block-current-item-style2 .info-box .company {
  font-size: 17px;
  color: #8b9094;
}