.pagination {
    justify-content: center;
}

.pagegap > .pagination {
    margin-top: 10px;
}

.header_sec h2 {
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 7px 0px;
    position: relative;
    font-family: "Anek Bangla", sans-serif;
    color: #093D81;
    font-size: 25px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    display: block;
}
 
section.header_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    background: #ffffff;
    position: relative;
    width: 100%;
    min-height: 70px;
    border: #ccc 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-right: 210px;
}
 
.breadcumb {
    margin: 0px 0px;
    position: relative;
    height: 300px;
    width: -webkit-fill-available;
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
}
