body{
    height: 100%;
    /* background-image: linear-gradient(to right, #C8EEFF, #FFFFFF, #FFFFFF, #C8EEFF); */
    background-color: white;
}


.media_partners_wrapper h1:nth-child(1){
    font-weight: 700;
}


.media_partners_wrapper{
    position: relative;
    top: 120px;
    color:#073e7f;
    padding-bottom:120px;

    /* 2/6/2024 */
    z-index: 0;
}

.organisers_table{
    width: 95%;
    margin: auto;
    padding-bottom: 100px;
}

.organisers_table div:nth-child(7) img{
    height:100px;
}

.organisers_table div:nth-child(8) img{
    max-width: 100%;
    height: 150px;
}

.organisers_table div:nth-child(14) img{
    max-width: 100%;
    height: auto;
}

.organisers_table div:nth-child(15) img{
    max-width: 100%;
    height: auto;
}

.organisers_table div:nth-child(16) img{
    max-width: 100%;
    height: auto;
}

.organisers_table div:nth-child(17) img{
    max-width: 100%;
    height: auto;
}



/* == fade up == */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}



.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/*==========================*/
.organisers_table {}
.organisers_table>div {
    display: inline-block;
    width: 25%;
    height: 170px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.organisers_table>div>a {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    padding: 10px;
}

.organisers_table>div>a:hover {
    /*transform: translateY(-7px);*/
    transition: all 0.3s ease 0s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.1);
  }

.organisers_table>div>a>img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 95%;
    max-height: 95%;
}
.organisers_table>div.half_left {
    width: 50%;
    height: 190px;
}
.organisers_table>div.half_left a {
    width: 400px;
    float: right;
}
.organisers_table>div.half_right {
    width: 50%;
    height: 190px;
}
.organisers_table>div.half_right a {
    width: 280px;
    float: left;
}




@media screen and (max-width:600px) {
    .organisers_table>div{
       display: block;
       width: 100%;
    }

     
}

.support_organisers_table {}
.support_organisers_table>div {
    display: inline-block;
    width: calc(50% - 10px);
    height: auto;
    padding: 10px;
    margin: 5px;
}
.support_organisers_table>div>div:first-child {
    display: inline-block;
    width: 100%;
    height: 170px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.support_organisers_table>div>div:first-child>a {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    /* background-color: #fff;
    padding: 10px;
    border: 2px solid #c2c2c2; */
}

.support_organisers_table>div>div:first-child>a:hover {
    transform: translateY(-7px);
    transition: all 0.3s ease 0s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.1);
}

.support_organisers_table>div>div:first-child>a>img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 95%;
    max-height: 95%;
}
.support_organisers_table>div>div:last-child {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.support_organisers_table>div.half_left {
    width: 50%;
    height: 190px;
}
.support_organisers_table>div.half_left a {
    width: 400px;
    float: right;
}
.support_organisers_table>div.half_right {
    width: 50%;
    height: 190px;
}
.support_organisers_table>div.half_right a {
    width: 280px;
    float: left;
}




#footer {

    position: relative;
    z-index: 1;

}








/* body{
 
}


.organiser_banner{
    position:fixed;
    top: 94px;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    padding-bottom:200px ;
     
}

.organiser_banner_overlay{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background:rgba(152, 162, 193, 0.2);
    z-index: 1;
}


.organiser_wrapper{
    position: relative;
    top:120px;
 


}

.organiser_title{
    text-align: center;
    color:#073e7f;
    margin-bottom: 50px;
}

 

.organiser_table{
    display: flex;
    flex-wrap: wrap;
    
    
}


.half_left{
      
    text-align: right;
    flex: 0 0 50%;
    
     
}

.half_right{
    flex: 0 0 50%;
    text-align: left;
     width: 50%;
     margin-bottom: 20px;
}


.organiser_box{
    text-align: center;
    flex: 0 0 25%;
    height: 180px ;
    margin-bottom: 20px;
    position: relative;
    
    
}

.organiser_box > img{
     max-height: 95%;
     max-width: 95%;
     position: absolute;
     top:50%;
     left:50%;

     transform: translate(-50%,-50%);
}



@media screen and (max-width:767px){

    .organiser_box ,.half_left, .half_right {
        flex:0 0 100%;
        text-align: center;
    }

    .organiser_box>img  ,.half_left>img , .half_right>img {
        margin-bottom: 20px;
    }    
    
}
 */
