/*** 

=======================
	Awards One Css
=======================
***/
.awards-one {
    position: relative;
    display: block;
    background-color: #002359;
    padding: 182px 0px 30px;
    overflow: hidden;
    z-index: 10;
}

.awards-one__shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.08;
}

.awards-one__shape2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.08;
}

.awards-one__shape3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.awards-one__single {
    position: relative;
    display: block;
}

.awards-one__single .year-box {
    position: relative;
    display: block;
}

.awards-one__single .year-box h5 {
    color: rgb(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.awards-one__single .title-box {
    position: relative;
    display: block;
    padding-top: 42px;
}

.awards-one__single .title-box h3 {
    color: rgb(255, 255, 255, 0.8);
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.awards-one__nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.awards-one__nav .swiper-button-prev1,
.awards-one__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 18px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.awards-one__nav .swiper-button-prev1:hover,
.awards-one__nav .swiper-button-next1:hover {
    color: #ffffff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.awards-one__nav .swiper-button-prev1 {
    transform: rotate(180deg);
    margin-right: 10px;
}