<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
/* Blog CSS - 24-01-2024 */
.container .container {
    width: 100%;
}
.blog #page.container, .single-post #page.container, .archive #page.container, .search #page.container{
    overflow: visible;
}
.post-search .searchform &gt; div {
    display: flex;
    justify-content: flex-end;
}
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: right!important;
    min-width: 400px;
}
.page-title-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-title-blog h1 {
    color: #393939;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.post-search form input[type='text'] {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 51px 0 0 51px;
    border: 1px solid #CACACA;
    background: #fff;
    height: 56px;
	width: 80%;
    max-width: calc(100% - 56px);
}
.post-search form input[type='text']::placeholder {
    color: #9FA2A3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.post-search form input[type='submit'] {
    font-size: 0;
    width: 56px;
    height: 56px;
    display: inline-block;
    border: 0;
    position: relative;
    top: 0px;
    left: -1px;
    background-color: #003cdb;
    border-radius: 0 51px 51px 0;
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
}
.post-filter {
    margin-top: 27px;
    margin-bottom: 0px;
}
.post-taxonomy {
    border-bottom: 1px solid #D3DCE7;
    padding-bottom: 15px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}
.post-taxonomy h5 {
    color: #393939;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 12px;
}
.post-taxonomy ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
}
.post-taxonomy ul li {
    list-style-type: none;
}
#content {
    position: relative;
    z-index: 9;
}
.blog #content, .single-post #content{
    margin-bottom: 0;
}
img.blog-img {
    position: absolute;
    top: 754px;
    margin-left: calc(-100vw / 2 + 86% / 2);
    margin-right: calc(-100vw / 2 + 94% / 2);
    max-width: 100vw;
    z-index: 1;
}
.blog-imgleft {
    position: absolute;
    top: 33.2%;
    margin-left: -142px;
    margin-right: calc(-100vw / 2 + 94% / 2);
    max-width: 100vw;
    z-index: 1;
    width: 128px;
}
img.blog-imgright {
    position: absolute;
    right: 0;
    top: 340px;
    z-index: 0;
}
.single-post img.blog-imgright {
    top: 670px;
}
.post-taxonomy ul li a {
    border-radius: 49px;
    background: #CCE1FF;
    color: #393939;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 24px;
    display: inline-block;
}   
.post-filter .post-taxonomy:last-child {
    border-bottom: 0;
}
.blog .right-sidebar, .single .right-sidebar {
    position: relative;
    z-index: 1;
}
.right-sidebar #sidebar {
    width: 100%;
    float: right;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
    position: relative;
    padding: 0 !important;
    margin-bottom: 40px;
}
.right-sidebar #sidebar img{
    width: 100%;
}

.single-blog-box .post, .single-blog-box .page{
    margin: 0;
    display: flex;
    margin-bottom: 30px;
    border-radius: 16px;
    background: var(--Gray-White, #FFF);
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    /*overflow: hidden;*/
    z-index: 2;
    position: relative;
}

.single-blog-box .post:first-child:before,  .single-blog-box .page:first-child:before{
    position: absolute;
    content: "";
    width: 180px;
    height: 150px;
    background-image: url(images/footerpattern.svg);
    background-repeat: no-repeat;
    bottom: -92px;
    left: -104px;
    z-index: 0;
}
.single-blog-box .page .post-image,
.single-blog-box .post .post-image {
    width: 270px;
   /* height: 312px;*/
    overflow: hidden;
    border-radius: 16px 0 0 16px;
    min-width: 270px;
    z-index: 1;
}
.single-blog-box .page .post-image img{
	width: 100%;
}
.single-blog-box{
    padding-bottom: 40px;
    background-image: url(images/footerbg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right calc(100% + 40px);
}
.single-blog-box .post-content {
    width: 100%;
    padding: 16px 30px;
    border-radius: 16px;
    z-index: 1;
    background: #fff;
}
.posted-by {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-author, .post-date {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 7px;
    text-transform: capitalize;
}
.single-blog-box .post-content h3 {
    display: block;
    margin-top: 22px;
    margin-bottom: 12px;
}
.single-blog-box .post-content h3 a {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.single-blog-box .post-content .entry p {
    color: #393939;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.005em;
}
.post-read-more {
    color: #003CBD;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.post-read-more:hover img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(64%) saturate(513%) hue-rotate(165deg) brightness(94%) contrast(95%);
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(64%) saturate(513%) hue-rotate(165deg) brightness(94%) contrast(95%);
}
.olderbtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px;
}
.olderbtn .alignbutton a, .olderbtn .alignright a {
    border-radius: 27px;
    border: 1px solid #003cdb;
    color: #003cdb;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 11px 32px;
    display: inline-flex;
    margin-bottom: 0;
    background: #fff;
}
.olderbtn .alignbutton a:hover, .olderbtn .alignright a:hover{   
    text-decoration: none;
    border: 1px solid #003cdb !important;
    color: #ffffff !important;
    background: #003cdb !important;
}
.blog-cta {
    clear: both;
    margin-top: 0;
    display: flex;
    /*overflow: hidden;*/
    position: relative;
    top: 0;
    gap: 76px;
    align-items: center;
    border-radius: 16px;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.12);
    /*background-image: url(images/footerbg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 20px bottom -2px;*/
    padding-bottom: 0px;
    z-index: 11;
    margin-bottom: 50px;
}
.blog-cta img.ftr-img {
    left: -53px;
    bottom: -25px;
    position: absolute;
    margin: 0;
}
.enevelopbox {
    z-index: 2;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
}
.enevelopbox img {
    height: 100%;
    width: 100%;
    max-width: 428px;
    float: left;
}
.blog-cta h2 {
    color: #393939;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog-cta p {
    overflow: hidden;
    color: #393939;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
	margin-bottom:16px;
}
.blog-cta .js-cm-form {
    display: flex;
    width: 424px;
    max-width: 100%;
    position: relative;
}
.blog-cta .js-cm-form input {
    border-radius: 51px;
    border: 1px solid #CACACA;
    background: #fff;
    color: #9FA2A3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 20px;
    width: 100%;
}
.js-cm-submit-button {
    position: absolute;
    right: 0;
    border-radius: 0px 40px 39px 0px;
    background: #003CBD;
    padding: 15px 15px 12px;
    border-color: #003CBD;
    border: 2px solid #003CBD;
}
.ftr-img {
    margin-top: -100px;
    margin-left: calc(-100vw / 2 + 94% / 2);
    margin-right: calc(-100vw / 2 + 94% / 2);
    max-width: 100vw;
    position: absolute;
    z-index: 1;
    bottom: 40px;
}
.single-blog-box img.ftr-img {
    margin: 0;
    left: -93px;
    top: 254px;
    z-index: 0;
}
/* blog-details */
.blog-breadcrumbs {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-breadcrumbs img {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 22px;
}
.blog-breadcrumbs a {
    color: #003cdb;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-right: 4px;
}
.blog-breadcrumbs span {
    overflow: hidden;
    color: #9FA2A3;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.details-blog .post-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 34px;
}
.details-blog .post-image img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-author-comment {
    display: flex;
    align-items: center;
    gap: 16px;
}
.posted-by {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    column-gap: 25px;
}
.post-comment {
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.details-blog .entry p {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.005em;
}
.details-blog .entry h2, .details-blog .entry h3, .details-blog .entry h4, .details-blog .entry h5, .details-blog .entry h6 {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 30px!important;
    margin-bottom: 6px!important;
}
.details-blog .entry ul {
    margin: 0px;
    padding: 0 0 0 0px;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 20px;
}
.details-blog .entry ul li {
    padding: 0 0 0 5px;
    margin: 0 0 10px -14px;
    list-style-type: disc;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    filter: brightness(0) saturate(100%) invert(24%) sepia(97%) saturate(0%) hue-rotate(136deg) brightness(74%) contrast(97%);
    background: none;

}
.details-blog .entry p a[rel="tag"] {
    border-radius: 30px;
    background: #D9EFFA;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 30px;
}
.details-blog .entry p a[rel="tag"], .details-blog .entry a[rel="category tag"], .details-blog .entry p a[rel="category"], .details-blog .entry a[rel="tag"] {
    border-radius: 30px;
    background: #CCE1FF;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 30px;
    color: #393939;
    font-weight: 400;
    text-transform: capitalize;
}
.details-blog .post-tag h4, .details-blog .post-cat h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 8px !important;
    margin-right: 16px;
    margin-bottom: 8px!important;
}
.details-blog .wp-block-image img {
    height: auto !important;
}
.post-tag a, .post-cat a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px !important;
    text-transform: capitalize;
}
.post-tag a:last-child, .post-cat a:last-child{
    margin-right: 0px;
}
p.postmetadata.alt small a {
    border-radius: 0;
    background: transparent;
    padding: 0!important;
}
.commentlist {
    background: #F9F7F2;
    border-radius: 12px!important;
    padding: 20px;
    padding-top: 24px;
    margin-bottom: 20px;
}
.commentlist li {
    margin: 20px 0 0px;
    padding: 24px;
    list-style: none;
    border-radius: 12px;
    background: #FFF;
    border: 0;
}
.commentlist li .avatar {
    float: left;
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 12px;
    position: absolute;
    left: 0px;
}
.comment-body .fn {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
}
span.says {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: none;
}
em.comment-awaiting-moderation {
    overflow: hidden;
    color: #393939;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif!important;
    display: none;
}
.comment-meta.commentmetadata a {
    color: #393939;
    font-style: normal;
    display: block;
    margin: 10px 0;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.005em;
    text-align: left;
}
.comment-body {
    overflow: hidden;
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 62px;
    position: relative;
    font-family: Open Sans;
}
.comment-body br{
    display: none;
}
a.comment-reply-link {
    margin-top: 15px;
    display: block;
    color: #003cdb;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-left: 16px;
}
a.comment-reply-link::before {
    content: "";
    background: url(images/arrow-undo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
}
h3#comments {
    display: none;
}
.commentmetadata {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.005em;
    font-family: 'Open Sans', sans-serif!important;
}
.commentmetadata p{
    font-size: 16px;
    line-height: 16px;
}
.commentlist h4 {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #393939;
}
.commentlist p {
    margin: 8px 5px 8px 0;
    font-family: Open Sans;
    font-weight: 300;
}
div#respond {
    border-radius: 12px;
    background: #F9F7F2;
    padding: 32px 24px 32px 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}
div#respond h3 {
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}
#respond p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #393939;
}
.blog #commentform p, .single-post #commentform p{
    margin: 10px 0 !important;
}
#commentform p:nth-child(1) {
    display: inline-flex;
    flex-direction: column-reverse;
    width: 50%;
    padding-right: 12px;
    float: left;
    position: relative;
}
#commentform p:nth-child(2) {
    display: inline-flex;
    flex-direction: column-reverse;
    width: 50%;
    padding-left: 12px;
    float: right;
    position: relative;
}
#commentform p:nth-child(3) {
    display: inline-flex;
    flex-direction: column-reverse;
    width: 100%;
}
#commentform p label small {
    color: #393939;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
    font-family: Open Sans;
}
#commentform input {
    width: 100%;
    padding: 2px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid rgba(156, 176, 201, 0.30);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(0deg, rgba(156, 176, 201, 0.3), rgba(156, 176, 201, 0.3));
    height: 49px;
    padding: 0 14px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#commentform input::placeholder {
    font-family: 'Open Sans', sans-serif;
    color:#929292;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid rgba(156, 176, 201, 0.30);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(0deg, rgba(156, 176, 201, 0.3), rgba(156, 176, 201, 0.3));
    padding: 14px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#commentform textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    color:#929292;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: left;
    border-radius: 49px;
    background: #003cdb;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 40%;
    margin-top: 16px;
}
.blog #commentform #submit, .single #commentform #submit {
    max-width: 100%;
}
.post-tag {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.post-cat {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #393939;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
}
p.postmetadata.alt {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    color: #393939;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding: 16px 24px;
    margin: 30px 0;
    letter-spacing: 0.005em;
}
p.postmetadata.alt a {
    background: transparent!important;
    margin-bottom: 0!important;
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
p.postmetadata.alt small {
    color: #393939;
}
.col-md-4.right-sidebar .sidebar {
    padding: 0;
}
.col-md-4.right-sidebar .sidebar img {
    width: 100%;
}
.mobile-sidebar{
    display: none;
}
#commentform {
    margin: 0;
    margin-top: 10px;
}
div.error {
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -20px;
}
.details-blog .wp-block-image figcaption {
    font-size: 16px;
}
.details-blog .wp-block-image figcaption:first-letter{
    text-transform: capitalize;
}
@media (min-width:768px) and (max-width:991px) {
    .enevelopbox {
        min-width: 400px;
    }
    .enevelopbox img {
        height: 100%;
        width: 100%;
        max-width: 400px;
    }
    .blog-cta .js-cm-form {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (min-width:768px) {
    
    .archive .single-blog-box{
        padding-bottom: 120px;
    }
    .right-sidebar.desktop-sidebar {
        margin-top: 27px !important;
    }
    .post-filter .post-taxonomy:last-child {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 768px) {
    .single-blog-box .post-image img {
        width: 100%;
        max-height: 312px;
        object-fit: cover;
        height: 100%;
    }
}
@media screen and (max-width:991px) {
    .blog-cta {
        padding-bottom: 0;
        gap: 38px;
    }
    .enevelopbox img {
        height: 100%;
        width: 100%;
        max-width: 340px;
    }

}
@media screen and (max-width:767px) {
    .blog-breadcrumbs {
        margin-bottom: 20px;
    }
    .page-title-blog {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .single-blog-box{
        background-size: 83px;
        background-position: right calc(100% + -13px);
    }
    .post-search {
        width: 100%;
    }
    .search .post-search {
        margin-bottom: 30px;
    }
    .post-search form input[type='text'] {
        width: calc(100% - 56px);
        max-width: calc(100% - 56px);
    }
    #searchform {
        margin: 10px auto;
        padding: 5px 3px;
        text-align: left;
        min-width: 310px;
    }
    .post-taxonomy {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: start;
        row-gap: 4px;
    }
    .page-title-blog h1 {
        font-size: 24px;
        line-height: 33.6px;
    }
    .post-taxonomy h5 {
        font-size: 16px;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .post-taxonomy ul {
        gap: 8px;
        row-gap: 12px;
    }
    .post-taxonomy ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 4px 16px;
    }
    .post-filter {
        margin-top: 8px;
        margin-bottom: 30px;
    }
    .single-blog-box .post:first-child:before {
        left: -99px;
    }
    .single-blog-box .post-content {
        max-width: 100%;
        padding: 12px 16px;
    }
    .single-blog-box .post .post-image {
        width: 200px;
        height: 300px;
        overflow: hidden;
        border-radius: 16px 0 0 16px;
        min-width: 200px;
    }
    .single-blog-box .post .post-image img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .single-blog-box .post-content h3 a {
        font-size: 20px;
        line-height: 32px;
    }
    .blog-cta {
        gap: 40px;
        padding-bottom: 0!important;
        flex-direction: column;
    }
    .blog-cta h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .blog-cta p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin-bottom: 9px;
    }
    .blog-cta .js-cm-form input {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        padding: 13px 16px;
    }
    .js-cm-submit-button {
        border: 0;
        padding: 10px 15px 7px;
    }
    .enevelopbox img {
        height: 100%;
        width: 100%;
        max-width: calc(100% - 28px);
        margin: auto;
        display: block;
    }
    .enevelopbox {
        position: relative;
        z-index: 1;
        width: 100%;
        background-color: rgba(249, 249, 249, 0.98);
    }
    .enevelopbox + div {
        position: relative;
        z-index: 1;
        width: 100%;
        background-color: rgba(249, 249, 249, 0.98);
    }
    .blog-cta img.ftr-img {
        left: -15px;
        width: 32%;
        z-index: 1;
        bottom: inherit;
        position: absolute;
        margin: 0;
        top: 103px;
    }
    .blog-cta {
        gap: 16px;
        padding-bottom: 0!important;
        flex-direction: column;
        align-items: start;
        border-radius: 0;
    }
    .blog-cta h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 8px;
        padding: 0 20px;
        margin-top: 40px;
    }
    .blog-cta p {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 20px;
    }
    .blog-cta .js-cm-form {
        display: flex;
        width: 100%;
        position: relative;
        padding: 0 20px 20px;
    }
    .js-cm-submit-button {
        border: 0;
        padding: 10px 15px 7px;
        right: 20px;
    }
    .blog-cta {
        gap: 0px;
        padding-bottom: 20px !important;
        margin-bottom: 10px;
    }
    .details-blog .post-tag h4, .details-blog .post-cat h4 {
        font-size: 16px;
    }
    .post-tag, .post-cat{
        align-items: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .tag-list, .cat-list {
        display: flex;
        flex-wrap: wrap;
    }
    .post-tag a, .post-cat a {
        padding: 4px 16px !important;
        margin-right: 8px;
        margin-bottom: 12px !important;
        font-size: 14px;
    }
    img.blog-imgright{
        width: 60px;
        top: 73% !important;
    }
    .blog img.blog-imgright{
        width: 100px;
        top: 73% !important;
    }
    .blog-imgleft{
        width: 49px;
        margin: 0;
        position: absolute;
        left: 0;
        margin-left: 0;
    }
    .olderbtn .alignbutton {
        text-align: right;
    }
    .olderbtn {
        gap: 20px;
        margin-bottom: 0px;
    }
    img.blog-img {
        max-width: 23%;
    }
    .posted-by {
        column-gap: 10px;
        row-gap: 10px;
    }
    .right-sidebar {
        margin-bottom: 40px;
        clear: both;
        overflow: hidden;
        z-index: 9;
        position: relative;
    }
    .right-sidebar #sidebar {
        padding: 0 !important;
        margin-bottom: 0px;
    }
    .desktop-sidebar{
        display: none;
    }
    .mobile-sidebar{
        display: block;
    }
    .comment-body .fn {
        font-size: 16px;
        line-height: 24px;
    }
    div#respond {
        padding: 32px 16px 32px 16px;
    }
    div#respond h3 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    #respond p {
        font-size: 14px;
        line-height: 22px;
    }
    #commentform #submit {
        margin-top: 5px;
    }
    .comment-body {
        font-size: 14px;
        line-height: 22px;
    }
    .commentlist li {
        padding: 16px;
    }
    .commentlist p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.005em;
    }
    .commentmetadata p{
        font-size: 16px;
        line-height: 16px;
    }
    a.comment-reply-link {
        margin-top: 20px;
        margin-left: 16px;
    }
}
@media screen and (min-width:601px) {
    .blog-cta {
        padding-right: 15px;
    }
}
@media screen and (max-width:600px) {
    .single-blog-box .post {
        display: flex;
        flex-direction: column;
        border-radius:24px;
    }
    .single-blog-box .post .post-image {
        width: 100%;
        height: 285px;
        overflow: hidden;
        border-radius: 16px 16px 0 0px;
        min-width: 100%;
    }
    .single-blog-box .post .post-image .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .single-blog-box .post-content {
        max-width: 100%;
        padding: 16px 20px 32px 20px;
        border-radius: 0px 0px 16px 16px;
    }
    .post-author, .post-date {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
    .single-blog-box .post-content .entry p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }
   
    .right-sidebar #sidebar {
        margin-bottom: 0;
    }
    
    #commentform {
        margin-right: 0 !important;
    }
    #commentform p:nth-child(1) {
        padding-right: 4px;
    }
    #commentform p:nth-child(2) {
        padding-left: 4px;
    }
}
@media screen and (max-width:480px) {
    #searchform {
        min-width: inherit;
    }
    div.error {
        font-size: 12px;
    }
}
@media screen and (max-width:365px) {
    #commentform input{
        font-size: 12px;
        padding: 0 10px;
    }
    #commentform input::placeholder{
        font-size: 12px;
    }
}
@media screen and (max-width:360px) {
    div.error {
        font-size: 10px;
    }
}</pre></body></html>