marquee table tr td {
    padding: 10px 15px;
    border-right: 1px solid gray
}

marquee table tr td a {
    text-decoration: none;
    font-size: 16px !important;
}

marquee table tr td a:not(.stylemarquee){
    text-decoration: underline !important;  
}

.row{
    margin: 0px ;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-container table {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee-container.paused table {
    animation-play-state: paused;
}

.heroCarousel .swiper-button-next,
.heroCarousel .swiper-button-prev {
    background: #00000036;
    color: white;
    border-radius: 6px;
    font-size: 25px;
    width: 40px;
}

.heroCarousel .swiper-button-next::after,
.heroCarousel .swiper-button-prev::after {
    display: none;
}


@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.EventList .singleResearchAndAchievement{
    background: #fffbd6;
    padding: 20px;
    border: 1px solid #e1cb00;
    border-radius: 7px;
    min-height: 159px;
}

.EventList .singleResearchAndAchievement h5{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.EventList .singleResearchAndAchievement .d-block{
    font-weight: 600;
    color: #262626;
    font-size: 14px;
}


.swiperWrapper .verticleScroll{
    height: 350px;
}

.EventList .swiper-button-next,.EventList .swiper-button-prev{
    position: static;
    height: unset;
    width: unset;
}

.EventList .swiper-button-next i,.EventList .swiper-button-prev i{
    color: black;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    min-width: 40px;
    display: inline-table;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.EventList .swiper-button-next:after, .EventList .swiper-button-prev:after{
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00000030;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {

    .EventList .title{
        font-size: 28px;
        display: block;
        margin-top: 50px;
    }

    .EventList .swiper-button-next, .EventList .swiper-button-prev {
        position: static;
        height: unset;
        width: unset;
    }

}