.single-post .banner-sec .container {
    max-width: 1650px;
    padding: 0 15px;
}
.single-post .banner-sec {
    padding: 260px 0 150px;
}
.single-post .banner-sec h1.banner-title,
.single-post .banner-sec h2.banner-title {
    font-family: var(--HalyardDisplay);
    font-size: 90px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1;
    margin: 0px;
    font-weight: 500;
}
.single-post .banner-sec .bnr-cont {
    max-width: 75%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.single-post .banner-sec .entry-meta {
    color: #b8b8b8;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post .banner-sec .entry-meta .post-category a {
    color: #b8b8b8 !important;
    text-decoration: none;
}
.single-post .banner-sec .entry-meta .post-category a:hover {
    color: #fff !important;
}
.site-main.single-blog {
    padding: 100px 0;
}
.site-main.single-blog .container {
    max-width: 1650px !important;
}
.site-main.single-blog .container {
    display: flex;
    justify-content: space-between;
    gap: 75px;
}
.single-sd {
    text-align: center;
}
.site-main.single-blog .post-left-sidebar h3,
.post-content-area h1.entry-title {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.02px;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: #203B5C;
    margin: 0 0 20px;
}
.post-content-area h1.entry-title {
    margin: 0 0 60px 0;
}
.post-left-sidebar {
    max-width: 385px;
    width: 23.8%;
    padding: 0 20px;
}
.post-content-area {
    width: 71.7%;
    padding-right: 100px;
    position: relative;
}
.post-content-area:before {
    position: absolute;
    content: "";
    background-image: url(../images/shapes-right.webp);
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    left: -30px;
    top: -30px;
}
.site-main.single-blog .post-content-area h2 {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: var(--HalyardDisplay);
    font-weight: 500;
    color: #203B5C;
    margin: 0 0 30px;
}
.site-main.single-blog .post-content-area p {
    font-size: 24px;
    line-height: 1.5;
    font-family: var(--HalyardDisplay);
    font-weight: 300;
    color: #414141;
    margin: 0 0 40px;
}
.site-main.single-blog .post-content-area p:last-child {
    margin: 0 !important;
}
.post-content-area .post-thumbnail {
    margin: 0 0 20px 0;
}
.post-content-area .post-thumbnail img {
    width: 100%;
    display: block;
}
.sidebar-tags a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: rgb(0 143 197 / 30%);
    font-size: 0;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}
.sidebar-tags a::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 20px;
    background-image: url(../images/captive_portal.png);
}
.sidebar-tags a.gmail::before {
    width: 20px;
    height: 16px;
    background-image: url(../images/mail.png);
}
.sidebar-tags a.bookmark::before {
    width: 14px;
    height: 18px;
    background-image: url(../images/bookmark.png);
}
.post-left-sidebar .lwptoc_header b.lwptoc_title {
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #008FC5;
    letter-spacing: 0px;
}
.post-left-sidebar .lwptoc_header {
    margin: 0 0 10px 0;
}
.post-left-sidebar .lwptoc-baseItems .lwptoc_items {
    font-size: 100% !important;
}
.post-left-sidebar .lwptoc-light .lwptoc_i {
    color: #414141;
    background-color: #F5F5F5 !important;
    padding: 50px 40px;
}
.post-left-sidebar .lwptoc_item {
    padding: 10px 0;
    border-bottom: 1px solid #203b5c26;
}
.post-left-sidebar .lwptoc_item_number {
    display: none;
}
.post-left-sidebar .lwptoc_item a {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--HalyardDisplay);
    font-weight: 400;
    color: #414141 !important;
}
.post-left-sidebar .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border: none !important;
}
.post-left-sidebar .lwptoc_item:last-child {
    margin: 0 !important;
}
.toc-btnimg {
    position: fixed;
    left: 0;
    top: 5vh;
    cursor: pointer;
}
@media screen and (max-width: 950px) {
    .toc-btnimg {
        display: none;
    }
}
#table-of-content {
    position: fixed;
    left: 0;
    top: 5vh;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}
#table-of-content.opentoview {
    transform: translateX(0);
}
.lwptoc {
    margin: 0 !important;
}
#table-of-content>button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 1700px) {
    .single-post .banner-sec {
        padding: 220px 0 120px;
    }
    .single-post .banner-sec h1.banner-title,
.single-post .banner-sec h2.banner-title {
        font-size: 80px;
    }
    .site-main.single-blog {
        padding: 80px 0;
    }
    .site-main.single-blog .post-left-sidebar h3,
    .post-content-area h1.entry-title {
        font-size: 52px;
    }
    .post-content-area:before {
        transform: scale(0.85);
    }
    .site-main.single-blog .post-content-area h2 {
        font-size: 46px;
        margin: 0 0 25px 0;
    }
    .blg-itm {
        padding: 65px 43px;
        margin-bottom: 30px;
    }
    .blg-itm h2.title {
        font-size: 45px;
        margin: 20px 0;
    }
    .single-block-bottom-section h4 {
        font-size: 52px;
    }
    .single-block-bottom-section p {
        margin: 0 0px 60px;
    }
    .single-block-bottom-section {
        padding: 80px 0;
    }
    .single-post .bnr-lft h2.banner-title {
        font-size: 80px;
    }
    .post-left-sidebar .lwptoc-light .lwptoc_i {
        padding: 30px 30px;
    }
}
@media screen and (max-width: 1380px) {
    .single-post .banner-sec {
        padding: 200px 0 100px;
    }
    .single-post .banner-sec h1.banner-title,
.single-post .banner-sec h2.banner-title {
        font-size: 60px;
    }
    .site-main.single-blog {
        padding: 70px 0;
    }
    .post-left-sidebar {
        width: 30%;
    }
    .site-main.single-blog .post-left-sidebar h3,
    .post-content-area h1.entry-title {
        font-size: 48px;
    }
    .post-content-area {
        width: 65%;
        padding-right: 0;
    }
    .post-content-area:before {
        transform: scale(0.75);
        left: -40px;
        top: -40px;
    }
    .post-content-area h1.entry-title {
        margin: 0 0 40px 0;
    }
    .site-main.single-blog .post-content-area p {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .site-main.single-blog .post-content-area h2 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }
    section.single-block-bottom-section .container {
        max-width: 100% !important;
    }
    .single-block-bottom-section {
        padding: 60px 0;
    }
    .blg-itm {
        padding: 50px 40px;
        margin-bottom: 30px;
    }
    .blg-itm h2.title {
        font-size: 38px;
        margin: 15px 0;
    }
}
@media screen and (max-width: 1130px) {
    .single-post .banner-sec {
        padding: 180px 0 80px;
    }
    .single-post .banner-sec h1.banner-title,
.single-post .banner-sec h2.banner-title {
        font-size: 55px;
    }
    .single-post .banner-sec .bnr-cont {
        gap: 15px;
        max-width: 80%;
    }
    .site-main.single-blog {
        padding: 60px 0;
    }
    .site-main.single-blog .container {
        gap: 30px;
    }
    .post-left-sidebar {
        width: 35%;
    }
    .site-main.single-blog .post-left-sidebar h3,
    .post-content-area h1.entry-title {
        font-size: 42px;
    }
    .post-content-area:before {
        transform: scale(0.65);
        left: -50px;
        top: -50px;
    }
    .post-content-area .post-thumbnail {
        margin: 0 0 15px 0;
    }
    .site-main.single-blog .post-content-area p {
        font-size: 20px;
        margin: 0 0 25px;
    }
    .site-main.single-blog .post-content-area h2 {
        font-size: 35px;
        margin: 0 0 15px 0;
    }
    .single-block-bottom-section {
        padding: 50px 0;
    }
    .single-block-bottom-section p {
        margin: 0 0px 40px;
    }
    .blg-itm {
        padding: 30px 30px;
        margin-bottom: 25px;
    }
    .blg-itm h2.title {
        font-size: 30px;
        margin: 15px 0;
    }
    .blg-sec-lft .blg-itm h2.title {
        max-width: 400px;
    }
}
@media screen and (max-width: 950px) {
    .single-post .banner-sec {
        padding: 200px 0 70px;
    }
    .single-post .banner-sec .bnr-cont {
        width: 100%;
        max-width: 100%;
    }
    .single-post .banner-sec h1.banner-title,
.single-post .banner-sec h2.banner-title {
        font-size: 50px;
    }
    .site-main.single-blog .container {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
    .post-content-area {
        width: 100%;
        padding-right: 0;
    }
    .post-left-sidebar {
        width: 100%;
        max-width: 350px;
        padding: 0;
    }
    .site-main.single-blog .post-left-sidebar h3,
    .post-content-area h1.entry-title {
        font-size: 56px;
    }
    .site-main.single-blog .post-content-area h2 {
        font-size: 46px;
        margin: 0 0 25px 0;
    }
    .site-main.single-blog .post-content-area p {
        font-size: 24px;
        margin: 0 0 35px;
    }
    .blg-colid {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .blg-sec-rgt {
        width: 100%;
        max-width: 350px;
    }
    .single-block-bottom-section h4,
    .single-block-bottom-section p {
        text-align: center;
    }
    .blg-sec-lft .blg-itm {
        padding: 220px 20px 50px 20px;
    }
    .blg-sec-lft {
        width: 100%;
        max-width: 600px;
    }
}
@media screen and (max-width: 480px) {
    .site-main.single-blog .post-left-sidebar h3,
    .post-content-area h1.entry-title {
        font-size: 42px;
    }
    .site-main.single-blog .post-content-area h2 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }
    .site-main.single-blog .post-content-area p {
        font-size: 20px;
        margin: 0 0 25px;
    }
    .post-content-area:before {
        transform: scale(0.65);
        left: -40px;
        top: -60px;
    }
    .single-block-bottom-section h4 {
        font-size: 42px;
        margin: 0 0 15px 0;
    }
    .single-block-bottom-section p {
        margin: 0 0px 30px;
        font-size: 18px;
    }
}