@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.blog-title {

    background-image: url(../../../public/assets/images/video_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.overlay {
    background-color: rgba(6, 42, 77, 0.9);
    z-index: 1;
    background-size: cover;
    padding: 110px 0;
}

.blog-text {
    text-align: center;
    margin-bottom: 30px;
}

.blog-text .blog-heading {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px;
}

.blog-text .bread-crumb {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}

.blog-text .bread-crumb span {
    color: rgba(249, 154, 0, 1);
}

@media screen and (max-width: 992px) {
    .blog-text .blog-heading {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .blog-text .bread-crumb {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .blog-text .blog-heading {
        font-size: 45px;
        line-height: 70px;
        margin-bottom: 15px;
    }

    .blog-text .bread-crumb {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .blog-text .blog-heading {
        font-size: 45px;
        line-height: 70px;
        margin-bottom: 15px;
    }

    .blog-text .bread-crumb {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {}



.all-blogs {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog {
    width: 100%;
    display: flex;
    margin-bottom: 40px;

}

.blog-image-wraper {
    margin-bottom: 25px;
}

.blog-image {
    /* max-width: 100%; */
    /* aspect-ratio: 3/2; */
    max-height: 600px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* height: auto; */
}

.single-blog-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.sub-title {
    color: rgba(249, 154, 0, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
}

.sub-title i {
    color: rgba(249, 154, 0, 1);
    margin-right: 10px;
}

.main-title {
    text-align: left;
    color: rgba(6, 42, 77, 1);
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-content {
    text-align: left;
    color: rgba(116, 115, 115, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.blog-thumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgba(238, 238, 238, 1);
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.blog-date {
    color: rgba(116, 115, 115, 1);
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.blog-date i {
    color: rgba(116, 115, 115, 1);
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;

}

.more-content {
    cursor: pointer;
    color: rgba(6, 42, 77, 1);
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin: 0;

}

.socio-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.socio-icon .fb-icon i {
    cursor: pointer;
    margin-right: 10px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #949697;
    border-radius: 50%;
    font-size: 14px;
}

.socio-icon .tw-icon i {
    cursor: pointer;
    margin-right: 10px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #949697;
    border-radius: 50%;
    font-size: 14px;
}

.socio-icon .pi-icon i {
    cursor: pointer;
    margin-right: 10px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #949697;
    border-radius: 50%;
    font-size: 14px;
}
.socio-icon .fb-icon .fa-facebook-f:before {
    color: #FFFFFF;
   
}
.socio-icon .tw-icon .fa-twitter:before {
    color: #FFFFFF;
   
}
.socio-icon .pi-icon .fa-pinterest-p:before {
    color: #FFFFFF;
    
}

.page {
    width: 50%;

}



@media screen and (max-width: 576px) {

    .main-title {
        font-size: 20px;
        line-height: 26px;
    }

    .blog-content {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-thumbs {
        flex-wrap: wrap;
        /* padding: 5px; */
    }

    .blog-date {
        margin-bottom: 10px;
    }

    .more-content {
        margin-bottom: 10px;
    }

}