section.awards-sec-hero {
    display: flex;
    height: 100vh;
    align-items: center;
    /*background:url("hero-awards-bg.jpg") center center/cover no-repeat fixed;*/
    background: #000000;
    position: relative;
    overflow: hidden;
}

section.awards-sec-hero .video_player:after,section.awards-sec-hero .video_player:before {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    content: "";
    top: 0;
    left: 0;
}

section.awards-sec-hero video.v_1 {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .4;
    filter: grayscale(100);
}

section.awards-sec-hero .video_player video.v_2 {
    max-width: 100%;
}

section.awards-sec-hero h1 {
    width: 160%;
}

section.awards-sec-hero h1 .spo {
    display: inline-block;
    width: 110%;
}

section.awards-sec-hero p {
    line-height: 1.3;
    margin-bottom: 30px;
}

section.awards-sec-hero .video_player {
    display: flex;
    height: 55vh;
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
}

section.awards-sec-hero .video_player:before {
    background: url(play-overlay.png) center center/cover;
    z-index: 4;
}

section.awards-sec-hero .video_player:after {
    background: url(play-icon.png) center center/cover;
    z-index: 11;
}

section.awards-sec-hero .video_player video.v_2 {
    z-index: 5;
    /* filter:blur(7px) grayscale(10); */
    mix-blend-mode: screen;
}

section.awards-sec-hero .video_player:hover {
    transition: .5s ease-in-out;
}

section.awards-sec-hero .video_player:hover:before {
    transform: scale(1.2);
    transition: .5s ease-in-out;
}

section.awards-sec-hero .video_player:hover:after {
    transform: scale(1.3);
    transition: .5s ease-in-out;
}

section.awards-sec-01 {
    position: relative;
    padding: 70px 0 120px;
    background:url("bg-00.jpg") no-repeat center center;;
}

section.awards-sec-01 h3,section.awards-sec-02 .excellence-box h3 {
    margin-bottom: 30px;
}

section.awards-sec-01 p,section.awards-sec-02 .container,section.awards-sec-02 .excellence-box p,section.events-box .events-thumb img,section.events-box.eb-01 .container {
    position: relative;
    z-index: 9;
}

section.awards-sec-01 .ts1-thumb {
    position: relative;
    margin: auto;
    z-index: 9;
    padding: 50px 40px;
}

section.awards-sec-01 .ts1-thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    border: 7px solid #000;
}

section.awards-sec-01 .ts1-thumb .t-img {
    display: inline-block;
    margin: auto;
    overflow: hidden;
    position: relative;
}

section.awards-sec-01 .ts1-thumb .t-img .mg-bg-shape-01 {
    position: absolute;
    left: -20%;
    bottom: -12%;
    width: 140%;
    transform: rotate(7deg);
}

section.awards-sec-02 {
    position: relative;
    padding: 90px 0 100px;
}

section.awards-sec-02:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: #000;
}

section.awards-sec-02 .excellence-box {
    padding: 80px 0;
    margin-bottom: 90px;
    background: #fff;
    border: 7px solid #000;
}

section.awards-sec-02 .para-02 {
    color: #fff;
    font-weight: 100!important;
    text-align: center;
}

section.awards-sec-03 {
    color: #fff;
    padding: 0;
}

section.awards-sec-03 .para-04 strong {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #000;
    display: block;
}

section.awards-sec-03 span {
    display: block;
}

section.events-box {
    padding: 130px 0 200px;
    position: relative;
}

section.events-box h2 {
    margin-bottom: 150px;
}

section.events-box.eb-01 .container.c_w1140 {
    background: rgb(0 0 0 / 76%);
    padding-top: 100px;
    padding-bottom: 100px;
    border: 1px solid #59370b;
    position: relative;
    z-index: 9;
}section.events-box.eb-03 .container.c_w1140 {
    background: rgb(0 0 0 / 72%);
    padding-top: 100px;
    padding-bottom: 100px;
    border: 1px solid #ffef93;
    position: relative;
    z-index: 9;
}

section.events-box.eb-02 .container.c_w1140 {
    color: #fff;
    background: rgb(0 0 0 / 51%);
    padding-top: 100px;
    padding-bottom: 100px;
    border: 2px solid #97694e;
    position: relative;
    z-index: 9;
}

section.events-box.eb-04 .container.c_w1140 {
    background: rgb(255 255 255 / 30%);
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    border: 2px solid #8a531da1;
    position: relative;
    z-index: 9;
}

section.events-box.eb-04 a.btn-bdr.bb_black .txt:before{background: #e8cda4 !important;}

section.events-box.eb-01 {
    background: url("bg-clean-middle-east.jpg") center center/cover no-repeat fixed;
}

section.events-box.eb-01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .5;
    height: 850px;
    background: -moz-linear-gradient(top,#000000 50%,rgba(240,233,223,0) 0);
    background: -webkit-linear-gradient(top,#000000 50%,rgba(240,233,223,0) 70%);
    background: linear-gradient(to bottom,#000000 50%,rgba(240,233,223,0) 70%);
    z-index: 3;
}

section.events-box.eb-02 {
    background: url("bg-sbea-honors.jpg") center center/cover no-repeat fixed;
}

section.events-box.eb-03 {
    background: url("bg-waste-and-recycling-middle-east.jpg") center center/cover no-repeat fixed;
}

section.events-box.eb-04 {
    color: #000;
    background: url("bg-saudi-arabia-awards.jpg") center center/cover no-repeat fixed;
}

section.events-box.eb-02 a.btn-bdr.bf_green .txt {
    color: #666;
}

section.events-box.eb-02 a.btn-bdr.bf_green .arrow-1:before {
    background: #666;
}

section.events-box.eb-02 a.btn-bdr.bf_green .arrow-1:after {
    border-top: 2px solid #666;
    border-right: 2px solid #666;
}

section.events-box.eb-04 a.btn-bdr.bb_white .txt:before {
    background: #e0c49a;
}

section.events-box .events-thumb {
    display: inline-block;
    padding: 0 20px 0 123px;
    position: relative;
}

section.events-box .events-thumb .stats_list {
    padding: 0;
    list-style-type: none;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid;
}

section.events-box .events-thumb .stats_list li {
    padding: 20px;
}

section.events-box .events-thumb .stats_list li h4 {
    font-size: calc(30px + 2vh);
    margin-bottom: 0;
}

section.events-box .events-thumb .stats_list li p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 100px;
}

section.publications-results {
    background: #000000;
}

section.publications-results .heading-03 {
    color: #ffffff;
}

section.publications-results h4 {
    color: #cdff00;
}

section.publications-results p {
    color: #ffffff;
}

section.publications-results .results-slider .mr-box {
    min-height: 250px;
    justify-content: flex-start;
    border-color: #cdff00;
    margin: 0px;
    padding: 50px 15px 30px 15px;
}

.btn-flex a {
    margin-right: 30px;
}

section.publications-results .results-slider .slick-slide:nth-child(1) .mr-box {
    border-top: 0px;
}

section.publications-results .results-slider .slick-slide:nth-child(2) .mr-box {
    border-bottom: 0px;
}

section.publications-results .results-slider .slick-slide:nth-child(3) .mr-box {
    border-top: 0px;
}

section.events-box h3 img {
    max-height: 150px;
    margin-bottom: 20px
}

.awards-sec-stats {
    margin-top: 50px;
}

.awards-sec-stats .row {
    padding: 20px 0px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.awards-sec-stats .row h4 {
    font-size: calc(36px + 3vh);
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1
}

.awards-sec-stats .row p {
    margin-bottom: 0
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    section.awards-sec-hero {
        display:block;
        height: auto;
        padding-top: 100px;
        padding-bottom: 80px;
    }

	section.awards-sec-hero video.v_1{height: auto;max-width: inherit;position: fixed;height: 100vh;}
    section.awards-sec-hero .video_player {
        height: auto;
    }

    section.awards-sec-hero .video_player video {
        margin-bottom: 30px;
    }

    section.awards-sec-01 .ts1-thumb {
        margin-bottom: 50px;
    }

    section.events-box h2 {
        margin-bottom: 50px;
    }

    section.events-box .events-thumb {
        margin-bottom: 0px;
        padding: 0px;
    }

        section.events-box .events-thumb .stats_list{position:static;transform: none;margin-top: 20px;width: 100%;display: flex;margin-left: -5px;}
    section.events-box .events-thumb .stats_list li p{max-width:100%;}
    section.events-box.eb-01 .container.c_w1140, section.events-box.eb-03 .container.c_w1140 {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    section.events-box.eb-02 .container.c_w1140,
    section.events-box.eb-04 .container.c_w1140{padding-top:15px;padding-bottom:40px;margin-top: 0px;}
    section.awards-sec-01 {
        padding: 30px 15px 50px 15px;
        background-size: cover;
    }

    section.events-box {
        padding: 50px 15px;
    }
    section.events-box h3 img{max-width:150px;margin-top:30px;}
	section.publications-results{padding: 40px 0px 40px 0px;position: relative;}
	section.publications-results .results-slider .mr-box{border:2px solid #cdff00 !important;}
	section.publications-results .results-slider{padding-bottom: 50px;margin-bottom: 10px;}
}
