﻿.sec_padding {
    padding: 40px 0;
}
.bg_grey {
    background: #F5F7FC;
}
/*.blog_head {
    padding: 50px 0;
    padding:50px 0px 10px 0px;
    background: #F5F7FC;
    position: relative;
    
}*/
.blog_head {
    padding: 100px 0;
    background: url(../images/blog_banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

    .blog_head::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 36, 71, 0.54);
        top: 0;
        left: 0;
        z-index: -1;
    }

    

    .blog_head .banner_detail {
        padding-top: 0;
    }

.blog_list {
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
}

    .blog_list:last-child {
        margin-bottom: 0;
    }

.blog_img {
    flex: 0 0 100%;
    max-width: 100%;
}

    .blog_img img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.blog_det {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 25px;
    padding-left: 20px;
}

.blogtag_flex {
    display: flex;
    flex-wrap: wrap;
}

.blog_tag p {
    margin: 0;
    background: rgb(240 67 81);
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid rgb(240 67 81);
}
    .blog_tag p a {
        color:#fff;
    }
    .blog_tag p:hover {
        background: transparent;
        color: #000;
        text-decoration: none;
        transition: .5s all .0s ease;
        
        border: 1px solid #000;
    }
    .blog_tag p a:hover {
        color: #000;
    }
    .blog_date {
    margin-top: 4px;
    margin-left: auto;
}

    .blog_date p {
        margin: 0;
        color: #77838E;
        font-size: 14px;
        font-weight: 600;
    }

        .blog_date p i {
            color: #FEB249;
        }

.blog_text {
    margin-top: 5px;
}

    .blog_text h3 {
        color: #002447;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .blog_text h4 {
        color: #002447;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
    }

    .blog_text p {
        font-weight: 600;
        color: #040507;
        padding: 0;
        margin: 0;
        line-height: 28px;
    }

    .blog_text img {
        width: 100%;
        height: auto;
    }

    .blog_text ul {
        margin: 0;
    }

        .blog_text ul li {
            list-style: none;
            position: absolute;
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
            color: #040507;
        }

            .blog_text ul li::before {
                content: '';
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50px;
                background: #D3D5DB;
                left: 0px;
                top: 14px;
            }

.blog_readbtn {
    margin-top: 25px;
}

    .blog_readbtn .btn_default {
        display: inline-block;
        padding: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        border-radius: 5px;
        border:1px solid #000;
        
    }
.btn_default:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: .5s all .0s ease;
}

.blogCateg_list {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

    .blogCateg_list ul {
        margin: 0;
        padding: 0;
    }

        .blogCateg_list ul li {
            list-style: none;
            position: relative;
        }

            .blogCateg_list ul li a {
                display: block;
                padding: 15px 10px;
                margin-left: 20px;
                color: #040507;
                font-size: 16px;
                font-weight: 700;
                text-decoration: none;
            }

            .blogCateg_list ul li a {
            }

            .blogCateg_list ul li::before {
                position: absolute;
                content: '';
                height: 12px;
                width: 12px;
                border-radius: 50px;
                background: #FEB249;
                left: 0px;
                top: 22px;
            }

            .blogCateg_list ul li a span {
                background: rgba(83, 211, 209, 0.20);
                border-radius: 5px;
                font-weight: 500;
                display: inline-block;
                padding: 3px 5px;
                float: right;
                margin-top: -3px;
            }

.blog_pagin {
    margin-top: 60px;
}

    .blog_pagin ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .blog_pagin ul li {
            list-style: none;
            float: left;
        }

            .blog_pagin ul li a {
                color: #77838E;
                text-decoration: none;
                font-size: 18px;
                font-weight: 600;
                padding: 8px 15px;
                display: block;
                border-radius: 5px;
                transition: .5s all .0s ease;
            }

                .blog_pagin ul li a:hover {
                    background: #FEB249;
                    color: #fff;
                    transition: .5s all .0s ease;
                }

                .blog_pagin ul li a.active {
                    background: #FEB249;
                    color: #fff;
                }

                .blog_pagin ul li a.next {
                    background: #FEB249;
                    color: #fff;
                }

.blogside_info {
    border-radius: 5px;
    margin-top: 50px;
    padding: 15px;
}

    .blogside_info .whyfind_btn {
        margin-top: 30px;
    }

        .blogside_info .whyfind_btn a {
            display: inline-block;
        }

    .blogside_info .expo_btn {
        background: #fff;
        border-color: #fff;
        font-weight: 600;
        color: #040507;
    }

        .blogside_info .expo_btn:hover {
            border-color: #fff;
            color: #fff;
        }

.breadcrumbs ul li:after {
    content: '/';
    position: absolute;
    padding-left: 5px;
    top: 0px;
    font-size: 13px;
    opacity: 0.2;
}
.breadcrumbs ul li:last-child:after {
    content: '';
    position: absolute;
    padding-left: 5px;
    top: 0px;
    font-size: 13px;
    opacity: 0.2;
}
.blog_head .breadcrumbs ul li a {
    color:#fff;
}
.banner_detail h1 {
    color:#fff;

}
.banner_detail p {
    color: #fff;
}