/* Home Global */
.home h2{
    letter-spacing: 3px;
}

#layerslider_17 .ls-slide, 
#layerslider_17 .ls-layer{
    position:relative !important;
}

#layerslider_17 .ls-l{
    position: absolute !important;
    top:0 !important;
    height: 100% !important;
}

.homepage-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50vw;
    margin: auto;/*
    left: -1vw;
    position: relative;*/

    background: rgba(2, 24, 39, 0.85);
    /* opacity: 0.7; */
    -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
            transform: skew(-12deg);
    position: absolute;
    height: 100%;
    width: 50vw;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    
}/*
.homepage-slider:before {
    content: '';
    background: #000;
    opacity: 0.7;
    transform: skew(-12deg);
    position: absolute;
    height: 100vh;
    width: 50vw;
}*/
.homepage-slider .hs-container{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    position: relative; 
    max-width: 80%;
    color:#FFF;
    bottom: 20px; 

    -webkit-transform: skew(12deg); 

        -ms-transform: skew(12deg); 

            transform: skew(12deg);
}
.homepage-slider .hs-container > .hs-logo{
    margin-bottom: 30px;
}
.homepage-slider .hs-container .hs-title{
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
}
.homepage-slider .hs-container .hs-descr{
    white-space: pre-wrap;
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 30px;
    padding: 0 30px; 
} 
.homepage-slider .hs-container .hs-attend{    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*width: 90%;*/
    width: 100%;
    max-width: 640px;
}
.homepage-slider .hs-container .hs-attend > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    -webkit-box-pack: start; 
        -ms-flex-pack: start; 
            justify-content: flex-start;
}
.homepage-slider .hs-container .hs-attend .hs-attend-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 10px;
}
.homepage-slider .hs-container .hs-attend .hs-img{}
.homepage-slider .hs-container .hs-attend .hs-num{
    font-size: 32px;
}
.homepage-slider .hs-container .hs-attend .hs-type{
    font-weight: 300;
    font-size: 20px;
}


.homepage-slider .hs-btn{    
    position: absolute;
    /*bottom: -80px;*/
    right: -60px;
    /*bottom: 20vh;*/
    right: -20px;
    right: -27px;
    top:84%;
}

.homepage-slider .hs-btn:before{
    content: '';
    width: 32px;
    height: 20px;
    top: -19px;
    right: -2px;
    background: #011421;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(10% 0%, 0% 100%, 100% 100%);
}

.homepage-slider .hs-btn a{
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 92% 100%, 0% 100%);
    background: #2e6f8f;
    background: -webkit-gradient-(linear, left top, right top, from(#2e6f8f) , to(#001e31));
    background: -webkit-linear-gradient-(left, #2e6f8f , #001e31);
    background: -o-linear-gradient-(left, #2e6f8f , #001e31);
    background: linear-gradient(to right, #2e6f8f , #001e31);
    padding: 12px 80px 12px 110px;
    position: absolute;
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
    color: #FFF;
    z-index: 1;
    text-transform: capitalize;
    /* transform: skew(12deg); */
    -webkit-transform: skew(12deg);
        -ms-transform: skew(12deg);
            transform: skew(12deg);
    font-size: 22px;
    right: -6px;
    text-decoration: none !important;
    min-width: 120px;
    height: 29px;
} 
.homepage-slider .hs-btn:after{ 
    content: '';
    position: absolute;
    height: 56px;
    width: 302px;
    left: -301px;
    top: -1px;
    background: #FFF;
    background: -webkit-gradient-(linear, left top, left bottom, from(#6e8a97) , to(#011421));
    background: -webkit-linear-gradien-t(top, #6e8a97 , #011421);
    background: -o-linear-gradient-(top, #6e8a97 , #011421);
    background: linear-gradient(to bottom, #6e8a97 , #011421);
    -webkit-clip-path: polygon(16% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(13% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.homepage-slider .hs-btn a:before {
    content: '\f101';
    content: '';
    font-family: fontAwesome;
    position: absolute;
    font-size: 28px;
    width: 21px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in all;
        -o-transition: 0.3s ease-in all;
            transition: 0.3s ease-in all;
    background-image: url('../images/homepage/view-event-arrow-header.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}
.homepage-slider .hs-btn:hover a{
    color: #FFF !important;
}
.homepage-slider .hs-btn:hover a:before{
    left: 90px;
    color: #FFF !important;
}
/*
.homepage-slider .hs-btn:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(15% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #FFF;
    /* background: linear-gradient(to right, #2e6f8f , #001e31); *//*
}
.homepage-slider .hs-btn a:after {
    content: '';
    position: absolute;
    width: calc(100% + -3px);
    height: calc(100% + 0px);
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    -webkit-clip-path: polygon(15% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(14% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #2e6f8f;
    background: linear-gradient(to right, #2e6f8f , #001e31);
}*/

@media screen and (min-width: 2600px){
    .homepage-slider .hs-container .hs-title {
        font-size: 58px; 
    }
    .homepage-slider .hs-container .hs-descr {
        font-size: 42px;
        line-height: 72px;
    }
    .homepage-slider .hs-container .hs-attend .hs-num {
        font-size: 42px;
    }
    .homepage-slider .hs-container .hs-attend .hs-type {
        font-size: 26px;
    }
    .homepage-slider .hs-container .hs-attend {
        max-width: 800px;
    }
    .homepage-slider .hs-btn a {
        font-size: 36px;
        height: 42px;
    }
    .homepage-slider .hs-btn a:before {
        left: 70px;
    }
    .homepage-slider .hs-btn:after{
        display:none;
    }
    .homepage-slider .hs-btn a:before {
        height: 46px;
    }
}

@media screen and (min-width: 2140px){
    .homepage-slider .hs-btn{    
        top: 84%;
    }
}


@media screen and (min-width: 1800px){
    .homepage-slider .hs-container{ 
        bottom: -20px;
    }
    .homepage-slider .hs-btn{    
        top: 86%;
    }
}

@media screen and (max-width: 1660px){
    .homepage-slider .hs-container{ 
        bottom: 0;
    }
    .homepage-slider .hs-btn{    
        top: 85%;
    }
    .homepage-slider .hs-container .hs-logo {
        max-height: 120px;
    }
}

@media screen and (max-width:1460px){ 
    .homepage-slider .hs-container .hs-logo{
        max-height: 100px;
    }
    .homepage-slider .hs-container .hs-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .homepage-slider .hs-container .hs-descr{
        font-size: 20px;
        margin-bottom: 10px;
    } 
    .homepage-slider .hs-container .hs-attend .hs-num {
        font-size: 26px;
    }
    .homepage-slider .hs-container .hs-attend .hs-type{
        font-size: 18px;
    }
    .homepage-slider .hs-btn{    
        top: 84%;
    }
}

@media screen and (max-width: 1280px){
    .homepage-slider .hs-container > .hs-logo{
        max-height: 90px;
        margin-bottom:10px;
    }
}

@media screen and (max-width:1200px){ 
    .homepage-slider .hs-container .hs-logo{
        max-height: 80px;
    }
    .homepage-slider .hs-container .hs-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .homepage-slider .hs-container .hs-descr{
        font-size: 18px;
        margin-bottom: 10px;
    } 
    .homepage-slider .hs-container .hs-attend .hs-num {
        font-size: 22px;
    }
    .homepage-slider .hs-container .hs-attend .hs-type{
        font-size: 16px;
    }
}

@media screen and (max-width:1110px){ 
    .homepage-slider .hs-container .hs-descr {
        line-height: 26px;
        padding: 0;
    }
    .homepage-slider .hs-btn {
        top: 79%;
    }

    .homepage-slider{
        width: 120vw;
        margin: auto;
        top: 0;
        left: -10vw;
    }
    .homepage-slider .hs-btn a{
        position:relative;
    }
    .homepage-slider .hs-btn {
        position: relative;
        top: 40px !important;
    }
    .homepage-slider .hs-btn:before,
    .homepage-slider .hs-btn:after{
        display:none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px){
    .homepage-slider .hs-container {
        bottom: -10px;
    }
}

@media screen and (max-width: 1000px){
    .homepage-slider .hs-container {
        bottom: 20px;
    }
    .homepage-slider .hs-btn {
        position: relative;
        top: 20px !important;
    }
}

@media screen and (max-width: 880px){
    .homepage-slider .hs-container {
        bottom: 10px;
    }
    .homepage-slider .hs-btn {
        top: 10px !important;
    } 
    
    #layerslider_17{
        display:none !important;
    }

    .homepage-slider {
        width: 120vw;
        margin: auto;
        top: 0;
        left: -10vw;
        height: 100%;
        width: 120%;
        position: relative;
        padding: 60px 0;
        min-height: 373px;
    }
    .homepage-slider-container.stickyMenuFix.eventsImageContainer2 {
        padding: 0 !important; 
    }
}

@media screen and (max-width: 833px){
    .homepage-slider .hs-container {
        bottom: 20px;
    }
}

@media screen and (min-width: 881px){
    .homepage-slider-container.eventsImageContainer2{
        display:none !important;
    }
}

@media screen and (max-width:520px){ 
    .homepage-slider .hs-container .hs-attend{
        display:none;
    }
    .homepage-slider .hs-container {
        bottom: 0; 
    }
    .homepage-slider .hs-btn a{
        top: 10px;
    }
}
/*
@media screen and (max-width:767px){ 
    .homepage-slider .hs-container .hs-attend{
        display:none;
    }
}

@media screen and (max-width:720px){ 
    .homepage-slider .hs-container .hs-logo {
        max-height: 50px;
    }
    .homepage-slider .hs-container .hs-title {
        font-size: 16px;
    }
    .homepage-slider .hs-container .hs-descr {
        font-size: 14px;
        line-height: 20px;
    }
    .homepage-slider .hs-btn {
        top:73%;
    } 

    .homepage-slider .hs-btn a{
        font-size:16px;
        min-width: 80px;
        height: 19px;
    }
    .homepage-slider .hs-btn:after {
        width: 266px;
        left: -265px;
        height:46px;
    }
    .homepage-slider .hs-btn a:before {
        font-size: 20px;
        height: 19px;
        left: 75px;
    }
    .homepage-slider .hs-btn:hover a:before {
        left: 85px;
    }
}

@media screen and (max-width:540px){ 
    .homepage-slider .hs-container .hs-descr {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .homepage-slider .hs-btn a{
        font-size: 13px;
        min-width: 80px;
        height: 16px;
        padding: 8px 40px 8px 70px;
    }
    .homepage-slider .hs-btn:after {
        width: 183px;
        left: -181px;
        height: 35px;
    }
    .homepage-slider .hs-btn a:before {
        font-size: 14px;
        height: 15px;
        left: 45px;
        background-size:90%; 
    } 
    .homepage-slider .hs-btn:hover a:before {
        left: 55px;  
    }
    
    .homepage-slider .hs-container {
        bottom: 0px;
    }
    .homepage-slider .hs-btn {
        top: 0px !important;
    }
}

*/








.ue-row .full_section_inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}

.ue-container{
    margin-bottom:40px;
}
.ue-container > .vc_column-inner{
    -webkit-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
    transition: 0.3s ease-in all;
}
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1){
    position:relative;
    margin-bottom: 30px !important;
    display:block;
    overflow: hidden;
}
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    content:'';
    position:absolute;
    bottom:0;
    width:100%;
    height:8px;
    background:rgb(244, 131, 34);
}
.ue-container.ue-esi > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#ac1c1d;
}
.ue-container.ue-aib > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#00a1a3;
}
.ue-container.ue-forum > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#ea7004;
}
.ue-container.ue-bof > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#1378bf;
}
.ue-container.ue-bos > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#eb235d;
}
.ue-container.ue-boe > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#004b9c;
}
.ue-container.ue-gc > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#0060a2;
}
.ue-container.ue-awards > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after{
    background-color:#d2a64b;
}
 
/* HIDE  */
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2),
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) img{
    display: none !important;
}

.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 535px;
    height: 224px;
}

.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow:hidden;
}
/* .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after */
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after {
    content: 'View Event';
    position: absolute;
    bottom: 0;
    height: 50px;
    color: #FFF;
    background: #ea7004;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 60px 0 40px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition:0.3s ease-in all;
    -o-transition:0.3s ease-in all;
    transition:0.3s ease-in all;
    background-image: url('../images/homepage/white-arrow.png') !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
}
.ue-esi.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-esi.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #ac1c1d }

.ue-aib.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-aib.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #00a1a3 }

.ue-forum.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-forum.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #ea7004 }

.ue-bof.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-bof.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #1378bf }

.ue-bos.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-bos.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #eb235d }

.ue-boe.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-boe.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #004b9c }

.ue-gc.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-gc.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #0060a2 }

.ue-awards.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):after,
.ue-awards.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:after{ background-color: #d2a64b }

.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(1):hover:after,
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) a:hover:after{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) .vc_single_image-wrapper{
    max-width:70%; 
}

.ue-container > .vc_column-inner > .wpb_wrapper .ue-title-row p {
    margin-bottom: 5px;
    margin-top: 0;
}
.ue-container .wpb_text_column .wpb_wrapper p{
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0; 
}
.ue-container .wpb_text_column .wpb_wrapper strong{
    font-size: 16px;
}
.ue-container .wpb_text_column .wpb_wrapper em{
    font-style: normal;
}

.ue-container .wpb_text_column a.qbutton.medium.default{
    padding-right: 60px;
    padding-left: 40px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
.ue-container .wpb_text_column a.qbutton.medium.default:after {
    font-family: FontAwesome;
    content:'';
    /*content: '\f054';*/
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FFF;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0px 0px 4px;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    background-image: url('../images/homepage/bof-arrow.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.ue-esi.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/esi-arrow.png') !important;
}
.ue-aib.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/aib-arrow.png') !important;
}
.ue-forum.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/forum-arrow.png') !important;
}
.ue-bof.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/bof-arrow.png') !important;
}
.ue-bos.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/bos-arrow.png') !important;
}
.ue-boe.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/boe-arrow.png') !important;
}
.ue-boe2.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/boe2-arrow.png') !important;
} 
.ue-gc.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/gc-arrow.png') !important;
}
.ue-awards.ue-container .wpb_text_column a.qbutton.medium.default:after{
    background-image: url('../images/homepage/awards-arrow.png') !important;
}

.ue-esi.ue-container .wpb_text_column .wpb_wrapper em{ color: #ac1c1d }
.ue-aib.ue-container .wpb_text_column .wpb_wrapper em{ color: #00a1a3 }
.ue-forum.ue-container .wpb_text_column .wpb_wrapper em{ color: #ea7004 }
.ue-bof.ue-container .wpb_text_column .wpb_wrapper em{ color: #1378bf }
.ue-bos.ue-container .wpb_text_column .wpb_wrapper em{ color: #eb235d }
.ue-boe.ue-container .wpb_text_column .wpb_wrapper em{ color: #004b9c }
.ue-gc.ue-container .wpb_text_column .wpb_wrapper em{ color: #0060a2 }
.ue-awards.ue-container .wpb_text_column .wpb_wrapper em{ color: #d2a64b }

.ue-esi.ue-container .wpb_text_column a.qbutton.medium.default{ 
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #ac1c1d !important;
}
.ue-aib.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #00a1a3 !important;
}
.ue-forum.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #ea7004 !important;
}
.ue-bof.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #1378bf !important;
}
.ue-bos.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #eb235d !important;
}
.ue-boe.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #004b9c !important;
}
.ue-gc.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #0060a2 !important;
}
.ue-awards.ue-container .wpb_text_column a.qbutton.medium.default{
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #d2a64b !important;
}

.ue-esi.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #ac1c1d }
.ue-aib.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #00a1a3 }
.ue-forum.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #ea7004 }
.ue-bof.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #1378bf }
.ue-bos.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #eb235d }
.ue-boe.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #004b9c }
.ue-gc.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #0060a2 }
.ue-awards.ue-container .wpb_text_column a.qbutton.medium.default:after{ color: #d2a64b }

/*Sponsorship Forum #ea7004 + hover #ca5f00
ESI #ac1c1d + hover #8a0405
BOF #1378bf + hover #095386
BOS #eb235d + hover #ac0c3b
AFI #00a1a3 + hover #016b6c
BOES #004b9c + hover #012e5e*/

.ue-esi.ue-container .wpb_text_column a.qbutton.medium.default:hover{ 
    color: #FFF;
    border-color: #FFF;
    background-color: #8a0405 !important;
}
.ue-aib.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #016b6c !important;
}
.ue-forum.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #ca5f00 !important;
}
.ue-bof.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #095386 !important;
}
.ue-bos.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #ac0c3b !important;
}
.ue-boe.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #012e5e !important;
}
.ue-gc.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #004575 !important;
}
.ue-awards.ue-container .wpb_text_column a.qbutton.medium.default:hover{
    color: #FFF;
    border-color: #FFF;
    background-color: #a9802b !important; 
}
/*
.ue-esi.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #ac1c1d; color:#FFF; }
.ue-aib.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #00a1a3; color:#FFF; }
.ue-forum.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #ea7004; color:#FFF; }
.ue-bof.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #1378bf; color:#FFF; }
.ue-bos.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #eb235d; color:#FFF; }
.ue-boe.ue-container .wpb_text_column a.qbutton.medium.default:hover:after{ background-color: #004b9c; color:#FFF; }
*/
.ue-container > .vc_column-inner > .wpb_wrapper .wpb_text_column:last-child{
    text-align:center;
}


.ue-forum.ue-container .wpb_text_column.ue-hover-btn a.qbutton.medium.default {
    position: absolute;
    top: 216px;
    height: 8px;
    border-radius: 0;
    left: 0;
    margin: 0 15px;
    border: 0;
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
}

/*
.ue-esi
.ue-aib
.ue-forum
.ue-bof
.ue-bos
.ue-boe

.ue-esi ac1c1d
.ue-aib 00a1a3
.ue-forum ea7004
.ue-bof 006fb9
.ue-bos 006fb9
.ue-boe 006fb9
*/

@media screen and (max-width: 1200px){
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 460px;
        height: 192px;
    }
}

@media screen and (max-width:1080px){ 
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 460px;
        height: 192px;
    }
}

@media screen and (max-width:991px){ 
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 369px;
        height: 154px;
    }
}

@media screen and (max-width:767px){ 
    .ue-row .full_section_inner{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .ue-row .full_section_inner .ue-container.wpb_column.vc_column_container{
        width:100%;
    }
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 369px;
        height: 154px;
    }
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 460px;
        height: 192px;
    }
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 600px;
        height: 250px; 
    }
}

@media screen and (max-width: 600px){
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 420px;
        height: 175px; 
    }
}

@media screen and (max-width: 480px){
    .ue-container > .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-of-type(2) {
        width: 300px;
        height: 126px; 
    }
}


.past-events-row {
    height: 200px;
    overflow: hidden;
    background: #0b1116 !important;
    padding: 0 !important;
}
.past-events-row .section_inner_margin {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.past-events-row .section_inner_margin:after{
    content: '';
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 140px;
    color: #FFF;
    height: 200px;
    min-width:54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition:0.3s ease-in;
    -o-transition:0.3s ease-in;
    transition:0.3s ease-in;
    opacity:1;
    visibility:visible;
    background-image: url('../images/homepage/tesimonial-arrow-white.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}
.past-events-row .wpb_content_element.wpb_single_image img {
    height: 200px;
    width: auto;
}
.past-events-row .section_inner_margin .wpb_text_column {
    font-size: 24px;
    color:#FFF;
}
.past-events-row .section_inner_margin .wpb_text_column strong {
    font-size: 32px;
    margin-bottom:20px; 
    display: block;
}
.past-events-row .per-button {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    text-align: center !important;
    line-height: 200px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    -webkit-transition: 0.3s ease-in all;
    -o-transition: 0.3s ease-in all;
    transition: 0.3s ease-in all; 
    opacity:0;
    visibility:hidden;
}
.past-events-row a.qbutton.medium.default{
    background:#3f3f3f !important;
    border-color:#FFF !important;
    color:#FFF !important;
    font-size: 24px;
    text-transform: capitalize;
    padding: 5px 35px;
    font-weight: 600;
}
.past-events-row a.qbutton.medium.default:hover{
    background:#FFF !important;
    border-color:#3f3f3f !important;
    color:#3f3f3f !important;
}
.past-events-row:hover .per-button{
    opacity:1; 
    visibility:visible;
}

.past-events-row:hover .section_inner_margin:after{
    /*right: -100%;*/
    opacity:0;
    visibility:hidden;
}
.past-events-row,
.past-events-row .per-button,
.past-events-row .section_inner_margin:after,
.past-events-row .wpb_content_element.wpb_single_image img {
    height: 145px;
}
.past-events-row .per-button {
    line-height:145px;
}

@media screen and (max-width: 1000px){
    .past-events-row,
    .past-events-row .section_inner_margin:after,
    .past-events-row .wpb_content_element.wpb_single_image img {
        height: 180px;
    }
    
    .past-events-row .section_inner_margin .wpb_column.vc_column_container {
        width: 50%;
    }
    .past-events-row .section_inner_margin .wpb_column.vc_column_container:nth-child(2) {
        padding-right: 60px;
    }

}

@media screen and (max-width: 767px){
    .past-events-row .full_section_inner {
        margin: auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .past-events-row .section_inner_margin .wpb_column.vc_column_container {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .past-events-row .section_inner_margin .wpb_column.vc_column_container .wpb_wrapper{
        text-align:center;
    }
    .past-events-row .section_inner_margin .wpb_column.vc_column_container:nth-child(2) {
        padding-right: 0px;
        position: absolute;
        width: 100%;
        text-align: center;
        margin: auto;
        height:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .past-events-row .section_inner_margin:after{
        display:none;
    }
    .past-events-row .section_inner_margin .wpb_text_column p {
        font-size: 16px;
        font-weight: 700;
    }
    .past-events-row .section_inner_margin .wpb_text_column strong {
        font-size: 24px;
    }
    .past-events-row .wpb_content_element.wpb_single_image img {
        height: auto;
    }
    
    .past-events-row .per-button {
        position: relative !important;
        height: auto;
        line-height: initial;
        opacity: 1;
        visibility: visible;
        margin: 10px auto !important;
    }
    .past-events-row, 
    .past-events-row .section_inner_margin:after, 
    .past-events-row .wpb_content_element.wpb_single_image img {
        height: auto;
    }
}
 

.home-testimonial .testimonial_content_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.home-testimonial .testimonial_content_inner .testimonial_text_holder {
    width: 100%;
    padding: 0 30px;
}
.home-testimonial .testimonials .testimonial_text_inner p.testimonial_author{
    font-size:14px;
}
.home-testimonial .testimonial_content_inner p.testimonial_author:before {
    content: '';
    height: 1px;
    background: #7a7a7a;
    width: 50px;
    position: relative;
    display: block;
    text-align: center;
    margin: 10px auto;
}
.home-testimonial .testimonial_content_inner p{
    font-weight: 600;
}
.home-testimonial .testimonial_image_holder{
    margin-bottom: 0 !important;
}
.home-testimonial .testimonial_image_holder img[src*="http"]{
    border-radius: 30px 30px 0px 30px;
    border: 8px solid #c3c3c3;
    max-height: 250px;
} 
.home-testimonial .testimonial_content_inner > div {
    width: 50% !important;
    position:relative;
}
.home-testimonial .testimonial_content_inner .testimonial_image_holder{
    height:250px;
}

.home-testimonial .testimonial_image_holder img:not([src*="http"]):after { 
    content: '';
    width: 400px; 
    height: 250px;
    background-image: url('../images/homepage/default-video-testimonial.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 30px 30px 0 30px;
    border: 8px solid #c3c3c3;
}
@media screen and (max-width: 1000px){
    .home-testimonial .testimonial_image_holder img:not([src*="http"]):after {
        content: '';
        width: 320px;
        height: 200px;
    }
}

@media screen and (max-width: 767px){
    .home-testimonial .testimonial_content_inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .home-testimonial .testimonial_image_holder{
        margin-bottom: 20px !important;
    }
    .home-testimonial .testimonial_content_inner > div {
        width: 100% !important;
        position:relative;
    }
}

@media screen and (max-width: 480px){
    .home-testimonial .testimonial_image_holder img:not([src*="http"]):after {
        width: 100%;
        height: 80%;
    }
}