/*  .mbr-overlay {
     background-color: #eeeeee;
     bottom: 0;
     left: 0;
     opacity: 70%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 } */

.updates-events-block {
    width: 100%;
    height: 100%;
}

.blog-section-inner {
    display: flex;
    justify-content: center;
}

.section-heading-services::before {
    position: absolute;
    width: 20%;
    content: "";
    height: 4px;
    background: #F64C71;
    bottom: 0;
}

.section-heading-services {
    font-size: 50px;
    text-align: center;
    color: #333438;
    position: relative;
}

.updates-events-desc {
    padding-top: 40px;
    width: 50%;
    /* display: flex; */
    justify-content: center;
    margin: auto auto;
}

.updates-events-block-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.updates-events-blocks-main {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;

}

.updates-events-blocks {
    position: relative;
    height: auto;
    margin: 2px;
    /*  width: 300px; */
    background-color: var(--text-color-white);
    color: black;
    text-align: center;
    flex-direction: column;
}

/*  .updates-events-content-inner {
     
     background-image: url(../Images/Slider/Main_Slider/2.jpg);
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
     background-color: #eeeeee;
 } */

.blog-section-heading-block {
    padding: 20px;
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center
}

.updates-events-blocks-img {
    top: 0%;
    left: 0%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 5px;
    height: 50%;
}

.updates-events-block-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    /*   margin-left: 15px;
     margin-right: 15px; */
    /*  margin-top: -30px; */
    border-radius: 2px;
    background-color: rgb(243, 244, 239);
    /*       box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
 */
}

.updates-events-block-img img {
    width: 100%;
    height: 100%;
        max-height: 200px; 
    /*   width: 300px;
     height: 200px; */
    vertical-align: middle;
}

.updates-events-block-content {
    margin-top: 10px;
}

.updates-events-block1-img {
    background-image: url(../images/gis.jpg);
    background-position: center;
}

.updates-events-block-heading {
    font-size: .8rem;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding: 8px;
    text-align: justify;
    color: var(--text-color-light-black)
}


.updates-events-block-p {
    padding: 10px;
    font-size: .7rem;
}

.updates-events-read-details-share {
    display: flex;
    justify-content: right;
}

.updates-events-read-details {
    display: flex;
    justify-content: right;
    width: 50%;

}

.updates-events-share-div {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.updates-events-read-details a {
    background-color: var(--theme-color);
    color: var(--inner-text-theme-color);
    font-size: 12px;
    padding: 5px;
    display: block;
    width: 100%;
}


#page_navigation_blog {
    margin-top: 55px;
    clear: both;

    text-align: center;
    position: relative;
}

#page_navigation_blog a {
    padding: 3px 10px;
    border: 1px solid black;
    margin: 2px;
    color: black;
    text-decoration: none
}

.all_link_blog {
    background-color: rebeccapurple !important;
    color: whitesmoke !important;
}



@media screen and (max-width: 600px) {
    .blog-section-inner {
        flex-direction: column;
        align-items: center;
    }

    .section-heading-services {
        font-size: 20px;
        text-align: center;
        color: #333438;
        position: relative;
    }

    .blog-section-heading-block {
        width: 100%;
    }

    .updates-events-blocks-main {
        width: 100% !important;
    }

    .updates-events-blocks {
        margin-top: 40px;
    }
}