/* our-company */
.inner-banner {
    padding-top: 200px;
    padding-bottom: 100px;
    position: static;
}

.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.40;
}

.inner-banner .inner {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}

a {
    color: var(--theme-color3);
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

/* our-company */

.top-button-padding90 {
    padding: 90px 0 90px;
}

/* FAQ */
.text ul {
    padding-left: 20px;
}

.text ul li {
    list-style: disc;
}

/* FAQ */

/* Benefits of Partnering */
.benefits-ul ul li {
    margin-bottom: 1rem;
    /* color: var(--color-gold); */
    list-style: square;
}

.benefits-ul ul li:hover {
    color: var(--color-gold);
}

.benefits-text:hover {
    color: var(--color-gold) !important;
}

/* Benefits of Partnering */

/* Partnership Opportunity */
.partnership-content p {
    /* color: var(--color-gold);
        margin: 0; */
    color: white;
    margin: 0;
    /* text-decoration: underline; */
    /* text-align: right; */
}

.partnership-text p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--theme-color3);
    margin-top: 20px;

}

.partnership-text>p:first-of-type {
    text-decoration: underline;
    font-weight: 900;
}

.partnership-text ul {
    padding-left: 40px;
}

/* Partnership Opportunity */

/* Award Process */
.award-process-item {
    padding: 30px 40px;
    position: relative;
    min-height: 290px;
    text-align: center;
}

.award-process-icon {
    background: var(--color-gold);
    font-size: 40px;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.award-process-description {
    margin-top: 20px;
}

.award-process-item::after {
    content: "\f062";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: -25px;
    top: 60px;
    /* font-size: 50px; */
    transform: rotate(90deg);
    color: var(--color-gold);
    font-size: 40px;
    font-weight: bold;
}

.award-process-item-container:nth-child(3) .award-process-item::after {
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    /* top: auto; */
    top: 85%;
    right: auto;
    bottom: 0px;
    left: 45%;
    transform: rotate(0deg);
    color: var(--color-gold);
    font-size: 40px;
    font-weight: bold;
}

.award-process-item-container:nth-child(6) .award-process-item:after {
    top: 85px;
    right: auto;
    bottom: auto;
    left: -25px;
    transform: rotate(270deg)
}

.award-process-item-container:nth-child(5) .award-process-item:after {
    top: 85px;
    right: auto;
    bottom: auto;
    left: -25px;
    transform: rotate(270deg)
}

.award-process-item-container:nth-child(4) .award-process-item:after {
    /* top: auto; */
    top: 85%;
    right: auto;
    bottom: 0px;
    left: 45%;
    transform: rotate(180deg);
}

.award-process-item-container:nth-child(9) .award-process-item:after {
    display: none;
}

/* Award Process */

/* Categories */
.shadow-sm {
    background: linear-gradient(to bottom, #000000 0%, #111111 25%, #121212 50%, #111111 75%, #000000 100%);
}

/* Categories */

/* Winner new style */
.winnerbox {
    position: relative;
    max-width: 350px;
    float: left;
    margin: 10px;
}

.winnername {
    background: url(images/resource/Awards/award-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 330px;
    /* padding: 100px 70px 30px; */
    /*padding: 100px 85px 30px;*/
    padding: 80px 80px 30px;
    position: relative;
}

.winnername span {
    font-weight: 700;
    color: #e4c590;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

.winnercategory {
    min-height: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #e4c590;
}

.showyear {
    position: absolute;
    bottom: 0;
    width: 106px;
    background: #e4c590;
    color: #fff;
    font-size: 20px;
    left: 125px;
    padding: 8px 0;
}

/* Winner new style */