.awards-sec {
    padding-bottom: 15px;
}
.box {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .85s ease;
    transition: all .85s ease;
    background: #9aa5a852;
    box-shadow: #f5f5f52e 2px 2px 18px 6px;
}
.box:hover img:hover {
    box-shadow: #f5f5f569 1px 2px 14px 5px;
    cursor: pointer;
}
/*.box:after,
 .box:before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background: #f3bb8133;
     opacity: 1;
     z-index: 1;
     -webkit-transition: all .85s ease;
     transition: all .85s ease;
 }*/
.box img {
    height: auto;
    width: 100%;
}
/*.box:before {
     -webkit-transform: skew(45deg) translateX(-155%);
     transform: skew(45deg) translateX(-155%)
 }
 .box:hover:before {
     -webkit-transform: skew(45deg) translateX(-55%);
     transform: skew(45deg) translateX(-55%)
 }
 .box:after {
     -webkit-transform: skew(45deg) translateX(155%);
     transform: skew(45deg) translateX(155%)
 }
 .box:hover:after {
     -webkit-transform: skew(45deg) translateX(55%);
     transform: skew(45deg) translateX(55%)
 }*/
.box img {
    -webkit-transition: all .85s ease;
    transition: all .85s ease;
}
.box:hover img {
    /*opacity: .5*/
}
.box .box-content {
    position: absolute;
    top: 66%;
    left: 80%;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: all .85s ease;
    transition: all .85s ease;
}
.box:hover .box-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.box .post,
.box .title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #1f3c44c2;
    color: #F3BB81;
    padding: 15px 20px;
    margin: 0;
}
.box .post {
    text-transform: capitalize;
}
.box .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 15px;
}
.awards-icon {
    font-size: 14px;
    border-radius: 20px;
    font-weight: 400;
    margin-top: 15px;
    height: auto;
    background: #9aa5a89c;
    padding: 15px 20px;
}
.awards-icon li {
    width: 45px;
}