.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
.home_slider_title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 120%;
    color: #ffffff;
}
.home_slider_content {
    text-align: center;
    color: #ffffff;
}
.button.button_light.home_button {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.button.button_light a {
    color: #0dcaf0;
}

.bg-blog-img {
    background-image: url("../image/Blog-Banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pb-9 {
    padding-bottom: 9rem !important;
}
.pt-9 {
    padding-top: 9rem !important;
}
.card {
    border: none;
}
/* .blog-box{
    margin-top: 5rem;
} */
.image_main {
    display: inline-block;
    overflow: hidden;
    width: 91%;
    margin-left: 15px;
    margin-right: 15px;
    /* z-index:99; */
    z-index:1;

}
.a_color_none {
    color: #045c97;
}

.image_main img {
    display: block;
    transition: transform 0.4s; /* smoother zoom */
}
.image_main:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.card-boder {
    border: 2px solid rgba(0, 0, 0, 0.125);
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    pointer-events: none;
}

h5.card-title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #0f5d98;
    margin-top: 0.75rem;
}
a.font-weight-bold {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #9a9a9a;
}
.icone_div:before {
    color: #4e9f3d;
}
.icone_div span {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #9a9a9a;
}
.date-card {
    width: 72px;
    height: 67.96px;
    background: #ec1e27;
    position: absolute;
    top: 108px;
    left: 42px;
    text-align: center;
    color: #ffffff;
    font-family: Nunito, sans-serif;
    font-style: normal;
}
.date_No {
    font-weight: 800;
    font-size: 22px;
    margin-top: 9px;
}
.date_Month {
    font-size: 15px;
    margin-top: -11px;
}

img.post-list {
    border-radius: 0;
    height: 11rem;
}

/* Media Query css */

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .home_slider_title {
        font-size: 25px;
    }
    .button.button_light.home_button {
        font-size: 12px;
        margin-top: 7px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

@media (max-width: 819.98px) {
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
.post-header > img {
    border-radius: 1rem !important;
}

.post-header .post-title {
    margin: 30px 0px 10px 0px;
    font-weight: 600;
    font-size: 25px;
    /* Dark blue */
    color: #0f5d98;
}

.blog-recent-posts {
    box-sizing: border-box;
    background: #f6f4f9;
    border-radius: 15px;
    padding: 2px 0px 0px 0px;
}
.blog-recent-posts .label {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    /* Dark blue */
    color: #0f5d98;
    margin: 20px 0px 10px 20px;
}
.blog-recent-posts .hr {
    width: 40%;
    height: 2px;
    background: #ec1e27;
    margin: 10px 0px;
    border: 0 !important;
}

.recent-post {
    padding: 10px 5px;
}

.recent-post .blog-recent-post-title {
    font-size: 14px;
    color: #045c97;
    font-weight: 600;
    margin-bottom: 2px;
}

.recent-post .blog-recent-post-date {
    font-size: 12px;
    font-weight: 600;
}

.post-content h2 {
    font-weight: 600;
    font-size: 25px;
    color: #0f5d98;
    padding: 20px 0px 0px 0px;
}

.post-content h3 {
    font-weight: 600;
    font-size: 23px;
    color: #0f5d98;
}
.post-content p {
    color: #9A9A9A;
}
.hover_remove {
    padding: 0px 5px;
}

.hover_remove:hover {
    text-decoration: none;  
}
.socie-icons a {
   padding: 0px 10px;   
}

.line6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px rgba(87, 87, 87, 0.48) dotted;
}

.blog-social-icon {
    font-size: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    border-radius: 1.5em;
    background: #0e5d96;
}