.bg-footer {
    background: #f7f7fb;
}
.footer-list li a {
    color: #2c266b;
}
.footer-alt {
    background: #f7f7fb;
    border-top: 1px solid #ebe6e7;
}
.footer-alt p {
    color: #2c266b !important;
}

.blogs-page {
    background: #f1f1fb;
}
.blog-list {
    padding: 60px;
    border-radius: 20px;
    background: #fbfbfd;
}

.cate-list {
    /* overflow: auto; */
}
.blog-cat-menu {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
}
.blog-cat-menu li {
    list-style: none;
}
.blog-cat-menu li a {
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #c0bde1;;

}

.blog-list .blog-grid-box {
    box-shadow: none;
    padding: 0 !important;
    background: #fbfbfd;
}
.blog-list .blog-grid-box img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.blog-list .card-body {
    border-radius: 20px;
    margin-top: -15px;
    background: #fff;
}
.blog-post .post-content h2 {
    background: #f5f5f5;
    padding: 7px 20px;
    border-bottom: 2px solid #b65fa3;
    font-size: 1.5rem !important;
}
.toc-container {
    border: 0;
    border-top: 3px solid #646464;
    box-shadow: 0px 0px 5px #ccc;
    padding: 30px;
}
.toc_list {
    margin-bottom: 0;
}
.toc_list li a {
    color: #000;
}
.job-detail .job-detail-content ul li::before, .section .blog-post .post-content ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b65fa3;
    margin-right: 10px;
}
.page-title-box {
    padding-bottom: 80px;
    padding-top: 110px;
}
.navbar .navbar-nav .nav-link{
    padding: 5px 15px;
}
.navbar .navbar-nav .btn-contact .nav-link{
    border: 1px solid #333;
    border-radius: 5px;
}