.header-wrap {
    min-height: 145px;
}
.all-navbar.active{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
            box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}
.provide-content-box {
    background-color: #0e3f57;
    color: #ffffff;
}
.paginate_links {
    text-align: center;
    margin: 30px 0 60px 0;
}
    .paginate_links .page-numbers {
        padding: 1em 1.5em;
        background: #558D96;
        color: #fff;
        margin: 0 3px;
    }
    .paginate_links .page-numbers.current{
        background: #1a3d7d;
        color: #fff;
    }
    .paginate_links .page-numbers.prev,
    .paginate_links .page-numbers.next{
        background: none;
        color: #1a3d7d;
    }
    .paginate_links .page-numbers:hover{
        opacity: 0.7;
    }
.content-wrap {
}
    .content-wrap .wp-block-embed iframe {
        width: 100%;
        height: 500px;
    }
    .content-wrap h1, .content-wrap h2,
    .content-wrap h3, .content-wrap h4,
    .content-wrap h5, .content-wrap h6 {
        line-height: 1.5;
        margin-bottom: 15px;
        margin-top: 15px;
    }
        .content-wrap h1 {
            font-size: 2em;
        }
        .content-wrap h2 {
            font-size: 1.3em;
        }
        .content-wrap h3 {
            font-size: 1.3em;
        }
        .content-wrap h4 {
            font-size: 1em;
        }
        .content-wrap h5 {
            font-size: .83em;
        }
        .content-wrap h6 {
            font-size: .67em;
        }
    .content-wrap ul,
    .content-wrap ol {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        padding-left: 30px;
    }
        .content-wrap ul li {
          list-style: disc;
        }
    .content-wrap p {
        color: #000;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .content-wrap a {
        color: #558D96;
    }
        .content-wrap a:hover {
            color: #1a3d7d;
        }

@media (max-width: 991px) {
    .header-wrap {
        min-height: 130px;
    }
}
