 .mbr-overlay {
     background-color: var(--background-color-wf);
     bottom: 0;
     left: 0;
     opacity: 70%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 0;
 }
 
 .blogs-block {
     width: 100%;
     height: 100%;
 }
 
 .blog-section-inner {
     display: flex;
     justify-content: center;
 }
 
 .section-heading-blogs {
     font-size: 50px;
     text-align: center;
     color: var(--text-color-light-black);
     position: relative;
 }
 
 .section-heading-blogs::before {
     background: var(--text-theme-color);
     border-radius: 8px;
     bottom: 0;
     content: "";
     height: 6px;
     bottom: -2px;
     left: 0px;
     right: 0px;
     margin: 0 auto;
     position: absolute;
     width: 24px;
 }
 
 .section-heading-blogs::after {
     background: var(--text-theme-color);
     border-radius: 8px;
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     right: 0px;
     margin: 0 auto;
     position: absolute;
     width: 90px;
 }
 
 .subtext-blog {
     text-align: center;
     font-weight: normal;
     color: var(--text-color-2);
     position: relative;
 }
 
 .section-blog-title-desc {
     font-size: 13px;
     font-style: italic;
     position: relative;
     text-align: center;
     font-weight: bold;
     padding-top: 10px;
     color: var(--text-color-1);
 }
 
 .blogs-desc {
     padding-top: 40px;
     width: 50%;
     /* display: flex; */
     justify-content: center;
     margin: auto auto;
 }
 
 .blogs-block-inner {
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 .blogs-blocks-main {
     display: flex;
     height: 100%;
     align-items: center;
     justify-content: space-evenly;
 }
 
 .blogs-blocks {
     position: relative;
     height: auto;
     margin: 2px;
     /*  width: 300px; */
     background-color: var(--background-color-whitesmoke);
     color: black;
     text-align: center;
     flex-direction: column;
 }
 
 .blogs-content-inner {
     /*  display: flex;
    flex-direction: column; */
     /*  padding-top: 72px;
     padding-bottom: 70px; */
     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
 }
 
 .blogs-blocks-img {
     top: 0%;
     left: 0%;
     width: 95%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     border-radius: 5px;
     height: 50%;
 }
 
 .blogs-block-img {
     height: 100%;
     position: relative;
     overflow: hidden;
     margin-left: 15px;
     margin-right: 15px;
     /*  margin-top: -30px; */
     border-radius: 6px;
     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%);
 }
 
 .blogs-block-img img {
     width: 100%;
     height: 100%;
     max-height: 200px;
     /*   width: 300px;
     height: 200px; */
     vertical-align: middle;
 }
 
 .blogs-block-content {
     margin-top: 10px;
 }
 
 .blogs-block1-img {
     background-image: url(../images/gis.jpg);
     background-position: center;
 }
 
 .blogs-block-heading {
     font-size: .8rem;
     font-weight: normal;
     position: relative;
     display: inline-block;
     padding: 8px;
     color: var(--text-color-1);
 }
 
 .blogs-block-heading::before {
     position: absolute;
     width: 100%;
     content: "";
     height: 2px;
     background: var(--theme-color);
     bottom: 0;
     left: 0;
 }
 
 .blogs-block-p {
     padding: 10px;
     font-size: .7rem;
     color: var(--text-color-light-black);
 }
 
 .blog-read-details-share {
     display: flex;
 }
 
 .blog-read-details {
     display: flex;
     justify-content: right;
     width: 50%;
 }
 
 .blog-share-div {
     width: 50%;
     display: flex;
     justify-content: space-around;
     align-items: center;
 }
 
 .blog-read-details a {
     color: var(--text-light-bg-black);
     background-color: var(--bg-light-black);
     font-size: 12px;
     padding: 5px;
     display: block;
     width: 100%;
 }
 
 .bx {
     vertical-align: middle;
 }
 
 #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-blogs {
         font-size: 20px;
         text-align: center;
         color: #333438;
         position: relative;
     }
     .blog-section-heading-block {
         width: 100%;
     }
     .blogs-blocks-main {
         width: 100% !important;
     }
     .blogs-blocks {
         margin-top: 40px;
     }
 }