.evnt-glry-nd-ldr-speak{
    padding: 77px 0px 0px;
    /* margin-top: 106px; */
    width: 100%;
}
.event-gallery-content h2{
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 36px;
    line-height: 51px;
    color: #000;
    /* padding-bottom: 43px; */
    text-align: center;
    margin-bottom: 35px;
}
/* .event-gallery-slider{
    height: 600px;
} */
.event-gallery-card img{
    /* height: 331px; */
    width: 100%;
    /*object-fit: contain;*/
    height: 100%;
}
.event-gallery-card-content{
    /* position: absolute; */    bottom: -2px;
    background-color: #fff;
    padding: 25px 21px 27px 27px;
    border-radius: 0px 0px 21px 21px;
    box-shadow: 0px 3px 30px #00000029;
    margin-bottom: 10px;
}
.event-gallery-card-content .event-gallery-content-head{
    font-family: 'Titillium-bold';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 16px;
}
.event-gallery-card-content .event-gallery-pd{
    padding-bottom: 40px;
}
.event-gallery-card-content .event-gallery-content-head span{
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2B9DE0;
}
.event-gallery-card-content  span{
    font-family: 'Titillium-regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0062AB;
}
/* Slider CSS */
.event-gallery-slider .slick-dots {
    bottom: -65px;
}
.event-gallery-slider .slick-dots li {
    width: 14px;
    height: 14px;
}
.event-gallery-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 1px solid #0062AB;
    border-radius: 50%;
}
.event-gallery-slider .slick-dots li button:before {
    content: '';
}
.event-gallery-slider .slick-dots li.slick-active{
    width: 46px;
    height: 14px;
    background-color: #0062ab;
    border-radius: 9px;
}
.event-gallery-slider .slick-dots li.slick-active button{
    width: 46px !important;
    height: 14px;
    background-color: #0062ab;
    border-radius: 9px;
}
.event-gallery-slider .slick-dots li.slick-active button:before{
    width: 46px;
}
section.event-gallery {
    margin-bottom: 146px;
}
@media screen and (max-width:767px) {
    .evnt-glry-nd-ldr-speak{
        padding:0 20px;
    }
    /*.event-gallery-slider,.event-gallery-card{
        height: 188px;
    }*/
    section.event-gallery {
        margin-bottom: 84px;
    }
    .event-gallery-content h2{
    padding-bottom: 0;
    margin-bottom: 29px;
    font-size: 32px;
    line-height: 46px;
    text-align: left;
    }
    .event-gallery-slider .slick-dots {
        bottom: -42px;
    }
}