#section11 a{
    color: white;
}
#section11 li{
    display:inline;
}
#section11 ul {
    white-space:nowrap;
    overflow: auto;
}
#section11{
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    background-color: #808AD4;
    height: auto;
}

.head_nav{
    width: 100%;
    height: auto;
    /* min-height: 50px; */
    /* background-color: #808AD4; */
    text-align: right;
}
.head_nav ul{
    height: 100%;
    padding: 20px;
    margin-right: 20px;
    /* color: white; */
}
.country_item{
    background-color: #808AD4;
    /* float: right; */
    /* height: 20px; */
    display: inline;
    margin: 20px;
}
.country_item a{
    color: white;
}
.sub_header{
    color: white;
    text-align: center;
    font-size: 30px;
    padding:20px 0;
}
.sub_header a{
    color: white;
}
#section22{
    background-color: #272C6D;
}




#section1 .banner1{
    position: relative;
    /*top: 80px;*/
    margin-bottom: 80px;
}

#section1 .banner1 img{
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

#section2{
    height: auto;
    /* background-color: rgba(255, 255, 255, 0.7); */
    position: relative;
    top: -600px;
    margin-bottom: -600px;

}
.container-fluid{
    padding: 0px;
}
.info-content{
    width: 100%;
    margin-left: 20px;
}

.date{
    float: left;
    margin-right: 20px;
}

.info{
    width: 100%;
}
#section2 .container{
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
    padding: 0 40px;
}

#section2 .container .event-card{
    box-shadow: 0px 3px 6px #00000080;
    border-radius: 5px;
    color: white;
    /* float: left; */
    margin: 20px;
    width: 100%;
    height: auto;
    background-color: #272C6D;
}
.time-stamp{
    position: relative;
    top: 40px;
    margin: 40px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 5px solid #272C6D;
}
.time-stamp .time-label{
    font-size: 36px;
    color: #272C6D;
}
.event-card{
    height: auto;
}

.event-card .button .btn{
    /* margin-bottom: 40px; */
    /* width: 100%; */
    padding: 10px 20px;
    background-color: #ECD996;
    color: #272C6D;
}
.event-card .img {
    display: inline;
    float: left;
    /* width: 100px;
    height: 100%; */
}
.image_alt2{
    text-align: center;
    position: relative;
    width:100%;
    height: auto;
    background-color: rgba(0,0,0,0.3);
}
.event-card .info{
    height: 350px;
    margin: auto 0;
    /* text-align: center; */
    display: inline;
    
    /* float: right; */
}
.event-card .info .talk-title{
    font-size: 28px;
}
.event-card .info .info-content>div{
    
    margin: 20px;
    
}

.event_end{
    position: relative;
    left: 0;
    top: 64px;
    padding: 10px;
    margin-top: -44px;
    height: auto;
    max-width: 40%;
    color: #5050A3;
    background-color: #ECD996;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.event-card .img img{
    width: 270px;
    height: 350px;
    object-fit: cover;
    /* border: 5px solid black; */
}

.page-item.active .page-link {

    background-color: #696CC7;
    border-color: #696CC7;
}
.page-link {
    color: #696CC7;

}
.pagination{
    max-width: 100%;
}



@media (max-width: 1000px) {
    #section2 {
        top: -60vw;
        margin-bottom: -60vw;
    }
}
@media (max-width: 600px) {
    #section2 .container {
        padding: 0 25px;
    }
    .date{
        float: none;
    }
    .event-card .info{
        height: auto;
    }
    .event-card .img {
        display: block;
        float: none;
        /* width: 100px;
        height: 100%; */
    }
    .event-card .img img{
        width: 100%; /* width of container */
        height: 150px; /* height of container */
        object-fit: cover;
        /* border: 5px solid black; */
    }
}