.who-we-are .two-column-wrp,
.messages-ceo .two-column-wrp {
  align-items: flex-start;
}
.who-we-are .two-column-wrp .wrp-1,
.messages-ceo .two-column-wrp .wrp-1 {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 767px) {
  .who-we-are .two-column-wrp .wrp-1,
.messages-ceo .two-column-wrp .wrp-1 {
    position: static;
    top: 0px;
  }
}

.messages-ceo .container {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .messages-ceo .container,
.messages-ceo .two-column-wrp {
    padding-top: 0px;
  }
}

.leadership-team .owl-theme .owl-nav {
  margin: 0;
}
.leadership-team .item {
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
  padding-bottom: 20px;
}
.leadership-team .item .img-wrp {
  position: relative;
}
.leadership-team .item .content-wrp {
  padding: 0 20px;
}
.leadership-team .item .button.type-01 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  line-height: normal;
  height: 10px;
  padding-top: 9px;
}
.leadership-team .item.active {
  background-color: #d3252c;
}
.leadership-team .item.active .heading-02,
.leadership-team .item.active .para-01 {
  color: #fff;
}
.leadership-team .item.active .button.type-01 {
  background-color: #d3252c;
  color: #fff;
}
.leadership-team .team-detail {
  background-color: #d3252c;
  padding: 40px;
}

.core-values .owl-theme .owl-nav {
  margin: 0;
}
.core-values .item {
  overflow: hidden;
  padding-bottom: 20px;
}
.core-values .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core-values .item .img-wrp {
  position: relative;
  background-color: #575757;
  background: linear-gradient(180deg, #007a4c 0%, #008594 50%, #0e3178 100%);
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.core-values .item .img-wrp img {
  width: 140px;
}
.core-values .item .content-wrp {
  padding: 0 20px;
}
.core-values .item .button {
  margin-top: 10px;
}
.core-values .item .button.type-01 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.core-values .item .button.type-01 span {
  width: 40px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
}
.core-values .item .button.type-01 span:after {
  content: "+";
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.core-values .item.active .img-wrp {
  background-color: #d3252c;
}
.core-values .item.active .button.type-01 {
  background-color: #d3252c;
  color: #fff;
}
.core-values .item.active .button.type-01 span:after {
  content: "-";
}
.core-values .core-values-video {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1700px) {
  .core-values .item .img-wrp {
    height: 220px;
  }
  .core-values .item .img-wrp img {
    width: 80px;
  }
  .core-values .item .button.type-01 {
    padding: 10px 20px 13px;
  }
  .core-values .item .button.type-01 span {
    width: 20px;
    height: 20px;
  }
  .core-values .item .button.type-01 span:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .core-values.owl-carousel .owl-nav.disabled + .owl-dots {
    bottom: -14px;
  }
  .core-values .core-values-video-wrp {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .awards-section .heading-wrapper {
    margin-bottom: 30px;
  }
  .awards-section .two-column-wrp {
    flex-wrap: wrap;
  }
  .awards-section .two-column-wrp:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .awards-section .two-column-wrp .wrp-1 {
    padding: 0;
    margin-bottom: 30px;
  }
  .awards-section .two-column-wrp .wrp-2 {
    width: 100%;
  }
  .awards-section .two-column-wrp .wrp-2 p:last-child {
    padding-bottom: 0 !important;
  }
  .awards-section .two-column-wrp.swipe {
    justify-content: flex-end;
  }
  .awards-section .two-column-wrp.swipe .wrp-1 {
    padding: 0;
  }
}

.certifications-wrp .item {
  display: flex;
  align-items: center;
}
.certifications-wrp .item:not(:last-child) {
  margin-bottom: 80px;
}
.certifications-wrp .item .img-wrp {
  width: 400px;
  height: 20vw;
  position: relative;
  background-color: #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.certifications-wrp .item .img-wrp img {
  width: 55%;
}
.certifications-wrp .item .content-wrp {
  padding: 0 0 0 5%;
  width: calc(100% - 400px);
}
.certifications-wrp .item .content-wrp .heading-02 {
  padding-left: 10px;
}
.certifications-wrp .item .content-wrp a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
.certifications-wrp .item .content-wrp a img {
  width: 24px;
}
.certifications-wrp .item .content-wrp a:before {
  content: "";
  background-color: #f1f1f1;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.certifications-wrp .item .content-wrp a > * {
  position: relative;
  z-index: 2;
}
.certifications-wrp .item .content-wrp a:hover:before {
  height: 100%;
}
.certifications-wrp .item.active .img-wrp {
  background-color: #d3252c;
}
.certifications-wrp .item.active .button.type-01 {
  background-color: #d3252c;
  color: #fff;
}
.certifications-wrp .item.active .button.type-01 span:after {
  content: "-";
}
@media only screen and (max-width: 1700px) {
  .certifications-wrp .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .certifications-wrp .item .img-wrp {
    width: 240px;
    height: 240px;
  }
  .certifications-wrp .item .content-wrp {
    width: calc(100% - 240px);
  }
  .certifications-wrp .item .content-wrp a {
    padding: 5px 10px;
  }
  .certifications-wrp .item .content-wrp a img {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .certifications-wrp .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .certifications-wrp .item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .certifications-wrp .item .img-wrp {
    width: 100%;
    height: 160px;
  }
  .certifications-wrp .item .img-wrp img {
    width: 40%;
  }
  .certifications-wrp .item .content-wrp {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .certifications-wrp .item .content-wrp a {
    align-items: center;
  }
  .certifications-wrp .item .content-wrp a span {
    width: calc(100% - 30px);
  }
}

/*# sourceMappingURL=about.css.map */
