/*  8.0 Award Css
/*----------------------------------------*/
.tp-award-area {
  position: relative;
  z-index: 5;
  margin-top: -1px;
}
.tp-award-top-wrap {
  padding: 30px 30px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-award-top-wrap {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-award-top-wrap {
    margin-bottom: 80px;
  }
}
.tp-award-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-red-3);
}
.tp-award-item {
  padding: 37px 30px;
  padding-bottom: 31px;
  transition: 0.3s;
  position: relative;
  background-color: var(--tp-common-black-2);
}
@media (max-width: 767px) {
  .tp-award-item {
    padding: 37px 20px;
    padding-bottom: 31px;
  }
}
.tp-award-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-red-3);
}
.tp-award-item:hover .tp-award-year, .tp-award-item:hover .tp-award-text, .tp-award-item:hover .tp-award-position, .tp-award-item:hover .tp-award-icon {
  color: var(--tp-common-white);
}
.tp-award-item:hover::after {
  height: 100%;
}
.tp-award-year {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  min-width: 170px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-award-year {
    font-size: 14px;
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  .tp-award-year {
    font-size: 14px;
    min-width: 70px;
    display: block;
    margin-bottom: 10px;
  }
}
.tp-award-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-award-text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tp-award-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-award-text {
    font-size: 20px;
  }
}
.tp-award-position {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .tp-award-position {
    font-size: 14px;
  }
}
.tp-award-icon {
  transition: 0.3s;
  color: var(--tp-common-white);
}
.tp-award-bg {
  padding-bottom: 165px;
  border-radius: 0 0 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-award-bg {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .tp-award-bg {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-award-box-left {
    margin-bottom: 10px;
  }
}

.hover-reveal-item .tp-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  background-repeat: no-repeat;
  background-size: cover;
}
.hover-reveal-item:hover .tp-award-reveal-img {
  opacity: 1;
}
.hover-reveal-item .des-team-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 400px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
.hover-reveal-item:hover .des-team-reveal-img {
  opacity: 1;
}
.hover-reveal-item .des-text-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 320px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hover-reveal-item .des-text-reveal-img {
    width: 200px;
    height: 220px;
    margin: -120px 0 0 -120px;
  }
}
@media (max-width: 767px) {
  .hover-reveal-item .des-text-reveal-img {
    width: 120px;
    height: 140px;
    margin: -80px 0 0 -100px;
  }
}
.hover-reveal-item .des-text-reveal-img img {
  max-width: 100%;
}
.hover-reveal-item:hover .des-text-reveal-img {
  opacity: 1;
}
.hover-reveal-item .design-award-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  background-size: cover;
  border-radius: 20px;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
}
.hover-reveal-item:hover .design-award-reveal-img {
  opacity: 1;
}
.hover-reveal-item .studio-service-reveal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
  margin: -150px 0 0 -150px;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.4);
  object-fit: cover;
}
@media (max-width: 767px) {
  .hover-reveal-item .studio-service-reveal-img {
    height: 200px;
    width: 200px;
  }
}
.hover-reveal-item:hover .studio-service-reveal-img {
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-award-area {
    padding-bottom: 0;
  }
}
.design-award-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  max-width: 470px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .design-award-title-box p {
    font-size: 20px;
  }
}
.design-award-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 60px;
  letter-spacing: -0.02em;
  color: rgba(224, 238, 238, 0.3);
}
.design-award-content span {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(224, 238, 238, 0.3);
}
.design-award-content img {
  opacity: 0.3;
  will-change: transform;
  transition: all linear 1s;
}
@media (max-width: 767px) {
  .design-award-content-xs {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .design-award-content-xs.design-award-content h4 {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.design-award-item {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 35px;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  border-bottom: 1px solid rgba(224, 238, 238, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-award-item {
    width: 690px;
  }
}
@media (max-width: 767px) {
  .design-award-item {
    width: 100%;
  }
}
.design-award-item::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(40deg);
  background: rgba(224, 238, 238, 0.3);
}
.design-award-item::before {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  height: 1px;
  width: 8px;
  transform: rotate(-40deg);
  background: rgba(224, 238, 238, 0.3);
}
.design-award-item:hover {
  border-color: var(--tp-common-white);
}
.design-award-item:hover::after, .design-award-item:hover::before {
  background-color: var(--tp-common-white);
}
.design-award-item:hover .design-award-content h4, .design-award-item:hover .design-award-content span {
  color: var(--tp-common-white);
}
.design-award-item:hover .design-award-content img {
  transform: rotate(360deg);
}
.design-award-item.active .design-award-content h4 {
  color: var(--tp-common-white);
}
.design-award-item.active .design-award-content img {
  opacity: 1;
}
.design-award-item.active .design-award-content span {
  color: var(--tp-common-white);
}
.design-award-wrap .row [class*=col]:not(:first-child) .design-award-item {
  padding-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .design-social-area {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .studio-award-area {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .studio-award-title-box {
    margin-bottom: 30px;
  }
}
.studio-award-content p {
  font-size: 32px;
  line-height: 1.19;
  margin-bottom: 75px;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .studio-award-content p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .studio-award-content p {
    font-size: 25px;
  }
  .studio-award-content p br {
    display: none;
  }
}
.studio-award-content-wrap {
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .studio-award-content-wrap {
    padding-left: 0;
  }
}
.studio-award-content-wrap.black-style .studio-award-content p {
  color: var(--tp-common-black-10);
}
.studio-award-item span {
  font-size: 16px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-cream);
  font-family: var(--tp-ff-clash-semibold);
}
.studio-award-item.black-style .studio-award-icon {
  border-color: rgba(33, 33, 45, 0.1);
}
.studio-award-item.black-style span {
  color: var(--tp-common-black-10);
}
.studio-award-icon {
  width: 100%;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(249, 244, 232, 0.1);
}

.ar-award-wrap {
  padding-left: 100px;
  padding-right: 100px;
  border-left: 1px solid rgba(29, 33, 50, 0.08);
  border-right: 1px solid rgba(29, 33, 50, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-award-wrap {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ar-award-item {
  padding: 26px 0;
  position: relative;
  border-bottom: 1px solid rgba(29, 33, 50, 0.08);
}
@media (max-width: 767px) {
  .ar-award-item {
    padding: 26px 10px;
  }
}
.ar-award-item:first-child {
  border-top: 1px solid rgba(29, 33, 50, 0.08);
}
.ar-award-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: var(--tp-common-red-2);
}
.ar-award-item:hover::after {
  height: 100%;
}
.ar-award-item:hover span {
  color: var(--tp-common-white);
}
.ar-award-item:hover span svg {
  color: var(--tp-common-white);
}
.ar-award-item:hover .ar-award-box-left {
  transform: translateX(20px);
}
@media (max-width: 767px) {
  .ar-award-item:hover .ar-award-box-left {
    transform: translateX(0);
  }
}
.ar-award-item:hover .ar-award-box-right {
  transform: translateX(-20px);
}
@media (max-width: 767px) {
  .ar-award-item:hover .ar-award-box-right {
    transform: translateX(0);
  }
}
.ar-award-year {
  font-size: 16px;
  line-height: 1;
  min-width: 130px;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-style: var(--tp-ff-clash-medium);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-award-year {
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  .ar-award-year {
    min-width: 50px;
    display: block;
  }
}
.ar-award-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ar-award-title {
    font-size: 18px;
  }
}
.ar-award-category {
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s;
  color: rgba(25, 25, 25, 0.6);
}
.ar-award-icon svg {
  transition: all 0.3s;
  color: var(--tp-common-black);
}
.ar-award-box-left, .ar-award-box-right {
  transition: 0.4s;
  display: inline-block;
}
.ar-award-box-left {
  display: flex;
}
@media (max-width: 767px) {
  .ar-award-box-left {
    display: inline-block;
  }
}
.ar-award-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-ptb {
    margin-bottom: 100px;
  }
}
.st-award-title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-title br {
    display: none;
  }
}
.st-award-title span {
  color: rgba(69, 48, 48, 0.4);
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item {
  padding: 29px 0;
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item::after {
  border-radius: 15px;
  background-color: var(--tp-common-brown);
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:first-child:hover {
  border-color: transparent;
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover {
  border-color: transparent;
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left {
  transform: translateX(40px);
}
@media (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left {
    transform: translateX(0);
  }
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left .ar-award-year {
  color: rgba(255, 255, 255, 0.7);
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left .ar-award-title {
  color: var(--tp-common-white);
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right {
  transform: translateX(-40px);
}
@media (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right {
    transform: translateX(0);
  }
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right .ar-award-category {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left {
    margin-bottom: 0;
  }
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year {
  font-size: 18px;
  min-width: 75px;
  color: #494949;
  font-family: var(--tp-ff-poppins);
}
@media (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year {
    margin-bottom: 15px;
  }
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-title {
  font-size: 22px;
  letter-spacing: -0.44px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}
@media (max-width: 767px) {
  .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right {
    margin-left: 20px;
  }
}
.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right .ar-award-category {
  color: #494949;
  font-size: 18px;
  font-family: var(--tp-ff-poppins);
}
.st-award-list-thumb-wrap {
  width: 50%;
  height: 78%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-award-list-thumb-wrap {
    width: 62%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-list-thumb-wrap {
    display: none;
  }
}
.st-award-list-thumb-1, .st-award-list-thumb-2, .st-award-list-thumb-3, .st-award-list-thumb-4, .st-award-list-thumb-5 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-list-thumb-1, .st-award-list-thumb-2, .st-award-list-thumb-3, .st-award-list-thumb-4, .st-award-list-thumb-5 {
    position: static;
    width: inherit;
    height: inherit;
  }
}
.st-award-thumb-shape {
  position: absolute;
  width: 175px;
  height: 70px;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background-color: #FFCF27;
  -webkit-transform: rotate(-55deg) translate(-100%, 150%);
  transform: rotate(-55deg) translate(-100%, 150%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-award-thumb-shape {
    display: none;
  }
}

#st-award-thumb img {
  transform-origin: bottom left;
}
#st-award-thumb.st-award-list-thumb-1 .st-award-list-thumb-1 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(15deg) translateX(30px) translateY(0px);
}
#st-award-thumb.st-award-list-thumb-1 .current {
  visibility: visible;
  -webkit-transform: rotate(-55deg) translate(30px, 150%);
  transform: rotate(-55deg) translate(30px, 150%);
  opacity: 1;
}
#st-award-thumb.st-award-list-thumb-2 .st-award-list-thumb-2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(15deg) translateX(30px) translateY(0px);
}
#st-award-thumb.st-award-list-thumb-2 .current {
  visibility: visible;
  -webkit-transform: rotate(-55deg) translate(30px, 150%);
  transform: rotate(-55deg) translate(30px, 150%);
  opacity: 1;
}
#st-award-thumb.st-award-list-thumb-3 .st-award-list-thumb-3 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(15deg) translateX(30px) translateY(0px);
}
#st-award-thumb.st-award-list-thumb-3 .current {
  visibility: visible;
  -webkit-transform: rotate(-55deg) translate(30px, 150%);
  transform: rotate(-55deg) translate(30px, 150%);
  opacity: 1;
}
#st-award-thumb.st-award-list-thumb-4 .st-award-list-thumb-4 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(15deg) translateX(30px) translateY(0px);
}
#st-award-thumb.st-award-list-thumb-4 .current {
  visibility: visible;
  -webkit-transform: rotate(-55deg) translate(30px, 150%);
  transform: rotate(-55deg) translate(30px, 150%);
  opacity: 1;
}
#st-award-thumb.st-award-list-thumb-5 .st-award-list-thumb-5 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  transform: rotate(15deg) translateX(30px) translateY(0px);
}
#st-award-thumb.st-award-list-thumb-5 .current {
  visibility: visible;
  -webkit-transform: rotate(-55deg) translate(30px, 150%);
  transform: rotate(-55deg) translate(30px, 150%);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-award-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-award-left {
    margin-bottom: 30px;
  }
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item {
  padding: 25px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item::after {
  background: rgba(255, 255, 255, 0.07);
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item.pp-award-header {
  padding: 15px 30px;
  border: none;
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item.pp-award-header::after {
  content: none;
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text {
  min-width: 350px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text {
    min-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text {
    min-width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text {
    margin-bottom: 15px;
  }
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text-2 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-position {
  line-height: 1.3;
  font-weight: 600;
  color: var(--tp-common-white);
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year {
    min-width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year.tp-award-text-2 {
  font-size: 14px;
  font-weight: 600;
}
.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-link {
  text-align: end;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  min-width: 170px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
