body{
    margin: 0;
    padding: 0;
}

.bb_blog_mainCC{
    width: 100%;
    background-color: #07003A;
    margin: 60px 0px;
    position: relative;
}
.bb_blogtop{
    width: 100%;
    display: flex;
}
.bb_blog_toptitle{
    width: 90%;
    font-size: 22px;
    padding: 20px 50px;
    font-weight: bold;
    cursor: default;

}
.bb_viewall_btn {
    width: 10%;
    /* font-size: 22px; */
    padding: 20px 50px;
    /* font-weight: bold; */
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;

}
.bb_viewall_btn a{
    background-color: #07003a;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #07003a;
    /* border-radius: 25px; */
    font-size: 17px;
    font-weight: bolder;
    text-decoration: none;
}

.bb_viewall_btn a:hover{
    color: red;
}

.bb_blog_toptitle h3{
    color: white;
    padding: 0;
    margin: 0;
}

.bb_blog_div{
    display: flex;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px;
    /* background-color: yellowgreen; */
}

.bb_blog_perDiv{
    /* width: 20%; */
    /* background-color: hotpink; */
    /* margin: 10px 5px; */
}

.w20p{
    width: 20%;
}

.bb_blog_content{
    width: 100%;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    /* background-color: yellow; */
    position: relative;
    z-index: 1;
}

.bb_blog_dateDiv{    
    position: absolute;
    top: 0px;
    /* float: right;     */
    width: 100%;
    z-index: 3;
    cursor: default;
}

.bb_blog_date{
    background-color: black;
    width: 75%;
    color: white;
    margin-right: auto;
    margin-left: auto; 
    padding: 8px 0px;
    border: 4px white solid;
}

.bb_blog_content h3{
    padding: 0;
    margin: 0;
}

.bb_blog_imgDiv{
    position: absolute;
    top: 20px;
    width: 99%;
    height: 200px;
    z-index: 2;
    border: 2px black solid;
    cursor: pointer;
    /* background-color: turquoise; */
}

.bb_blog_imgDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

.bb_blog_titleDiv{
    position: absolute;
    bottom: 0px;
    z-index: 3;    
    width: 100%;
    cursor: pointer;
}

.bb_blog_title{
    background-color: red;
    color: white;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
}

.bb_blog_title h3{
    font-size: 15px;
    font-weight: normal;
}

.bb_bprev, .bb_bnext {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 148px 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 2;
}

.top0{
    top: 0px;
}

/* Position the "next button" to the right */
.bb_bnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.bb_bprev:hover, .bb_bnext:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

#blog_div .owl-stage-outer{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

#blog_div .owl-nav{
    position: absolute;
    width: 101%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* background-color: aqua; */
    color: white;
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
}

#blog_div .owl-nav .owl-prev{
    position: relative;
    float: left;
    display: block;
}

#blog_div .owl-nav .owl-next{
    position: relative;
    float: right;
    display: block;
}

#blog_div .owl-nav .owl-prev span{
    padding: 130px 14px;
    margin-left: -10px;
}

#blog_div .owl-nav .owl-next span{
    padding: 130px 14px;
    margin-right: -10px;
}

/* On hover, add a black background color with a little bit see-through */
#blog_div .owl-nav .owl-prev span:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}
#blog_div .owl-nav .owl-next span:hover{
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}