


/*

.wp-block-quote {
    font-size: 1.4em;
    width: 90%;
    margin: 50px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #0275d8!important;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}

.wp-block-quote::before {
    font-family: Arial;
    content: "“";
    color: #0275d8;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

.wp-block-quote::after {
    content: "";
}

.wp-block-quote span {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: 700;
    margin-top: 1em;
}




.wp-block-quote.is-large:before {
    font-size: 4rem;
}

.wp-block-quote.is-large p {
    font-size: 4rem;
}

@media print {
    *,
     ::after,
     ::before,
    blockquote::first-letter,
    blockquote::first-line,
    div::first-letter,
    div::first-line,
    li::first-letter,
    li::first-line,
    p::first-letter,
    p::first-line {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
} */

  /* add a condition when it is offline  */
  @import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
.wallpoet-font {
    font-family: 'Wallpoet', cursive;
}

.wallpoet-font h1 {
    font-family: 'Wallpoet', cursive;
}

    
    .titlea {
        text-align: center;
        transform: translateY(20px);
        font-size: 36px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 36px;
        -ms-word-wrap: break-word;
word-wrap: break-word;
    }
    
    .max-width100 {
        max-width: fit-content;
        width: 100%;
    }
    /** * CARD **/
    
    .carda {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) translateZ(0);
        width: 300px;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: box-shadow 0.5s;
        transition-property: all 300ms;
        transition-property: transform;
        margin-bottom: 60px;
        height: 624px;
        /* Needed to calculate the vertical area to shift with translateY */
    }
    
    .carda a {
        text-decoration: none;
    }
    
    .carda div {
        text-decoration: none;
    }
    
    .carda:hover {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }
    /** * DATE **/
    
    .carda__date {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        padding-top: 10px;
        background-color: #224b74;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        line-height: 13px;
    }
    
    .carda__date__day {
        font-size: 14px;
    }
    
    .carda__date__month {
        text-transform: uppercase;
        font-size: 10px;
    }
    /** * THUMB **/
    
    .carda__thumb {
        overflow: hidden;
        background-color: #000;
        transition: height 0.5s;
        background: url(../dist/img/lib/clouds-negative.svg);
        background-repeat: no-repeat;
        background-size: cover;
        left: 39px;
    }
    
    .carda__thumb img {
        display: block;
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.5s, transform 0.5s;
    }
    
    .carda:hover .carda__thumb {
        height: 130px;
    }
    
    .carda:hover .carda__thumb img {
        opacity: 0.6;
        transform: scale(1.2);
    }
    /** * BODY **/
    
    .carda__body {
        position: relative!important;
        height: 185px;
        padding: 20px;
        transition: height 0.5s;
        top: -87px;
    }
    
    .carda__content {
        position: relative;
        /* height: 186px; */
        padding: 20px;
        transition: height 0.5s;
        top: -71px;
        -webkit-transition: -webkit-transform ease-in-out 1s;
        -webkit-transform-origin: top;
        -webkit-transition-delay: 0.1s;
    }
    
    .carda:hover .carda__body {
        height: 300px;
    }
    
    .carda__category a {
        text-decoration: none;
        outline: none;
        color: rgb(14, 14, 14);
        transition-property: none;
        outline: none;
    }
    
    .carda__category a div {
        text-decoration: none;
        outline: none;
        color: rgb(0, 0, 0);
        transition-property: none;
        outline: none;
    }
    
    .carda__category a:hover {
        text-decoration: none;
        outline: none;
        color: rgb(53, 50, 50);
        transition-property: none;
        outline: none;
    }
    
    a.carda__category {
        text-decoration: none;
        outline: none;
        color: rgb(10, 10, 10);
        transition-property: none;
        outline: none;
    }
    
    .brea-text,
    .brea a {
        color: white;
    }
    
    .posted-by {
        text-align: left
    }
    
    .brea-text,
    .brea a:hover {
        color: rgb(235, 226, 226);
    }
    
    a.carda__category:hover {
        text-decoration: none;
        outline: none;
        color: rgb(22, 22, 22);
        transition-property: none;
        outline: none;
    }
    
    a {
        color: rgb(43, 40, 40);
        transition-property: none;
        outline: none;
    }
    
    a:hover {
        color: black;
        transition-property: none;
        outline: none;
    }
    
    a div {
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    .author-info {
        color: rgb(39, 37, 37);
        transition-property: none;
        outline: none;
        text-decoration-line: none;
        background-color: rgba(247, 244, 244, 0.599);
        font-weight: 600;
    }
    
    .author-info a:hover {
        color: rgb(7, 6, 6);
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    a,
    div {
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    .published,
    .updated {
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    .date_blogs {
        color: rgb(197, 188, 188);
        background-color: #224b74;
    }
    
    .date_single {
        color: #1754ce;
    }
    
    .date_single:hover {
        color: #1874b1;
        transition: all .2s linear;
    }
    
    a div:hover {
        color: rgb(123, 116, 116);
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    a:link {
        text-decoration: none;
        outline: none;
        text-decoration-line: none;
    }
    
    a:visited {
        text-decoration: none;
        outline: none;
        text-decoration-line: none;
    }
    
    a:hover {
        text-decoration: none;
        outline: none;
        text-decoration-line: none;
    }
    
    a:active {
        text-decoration: none;
        outline: none;
        text-decoration-line: none;
    }
    
    .carda__category {
        position: relative;
        /*    top: -25px;
    left: 0;
    height: 25px; */
        padding: 0 15px;
        background-color: transparent;
        color: rgb(26, 25, 25);
        text-transform: uppercase;
        /*   font-size: 11px;
    line-height: 25px; */
        border-radius: 5px;
        padding: 2px;
    }
    
    .a3 {
        display: none;
    }
    
    .cat_icon,
    .list-inline_2 a {
        text-align: left;
        text-decoration: none;
        outline: none;
        transition-property: none;
        outline: none;
        text-decoration-line: none;
    }
    
    .carda__button_right {
        padding: 10px 10px 10px 20px;
        background-color: #461a0a;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px 5px 5px 0px;
    }
    
    .bg_titlea {
        background: url(../dist/img/lib/curve.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        transition: opacity 0.5s, transform 0.5s;
    }
    
    .carda__button_left {
        padding: 10px 10px 10px 20px;
        background-color: #461a0a;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px 0px 0px 5px;
    }
    
    .carda__button_right:hover,
    .carda__button_left:hover {
        background-color: rgb(91, 16, 84);
        color: white;
    }
    
    .aspace_loadmore {
        background-color: #224b74;
        color: #ffffff;
    }
    .slick-prev:before, .slick-next:before {
        color: #000!important;
    }
    .updated:not(.published) {
        display: none;
    }
    
    .nav-links {
        margin-top: 104px;
    }
    
    .comment-body {
        padding: 0.5em 0.5em 0.5em calc(0.5em + 32px);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 3px solid rgba(91, 78, 78, 0.2);
        margin: 5px;
        list-style: none;
    }
    
    .comment {
        list-style: none;
    }
    
    .bypostauthor {
        list-style: none;
    }
    
    .comment-meta {
        background-color: white;
        list-style: none;
    }
    
    .carda__category_single {
        position: relative;
        color: rgb(21, 20, 20);
        text-transform: uppercase;
        /*   font-size: 11px;
    line-height: 25px; */
    }
    
    .carda__title {
        margin: 0;
        padding: 0 0 10px 0;
        color: #000;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
word-wrap: break-word;
    }
    
    .carda__subtitle {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 19px;
        color: coral;
    }
    
    .carda__description {
        position: relative;
        left: 20px;
        right: 20px;
        bottom: 56px;
        margin: 0;
        padding: 0;
        color: #666c74;
        line-height: 27px;
        opacity: 0;
        transform: translateY(45px);
        transition: opacity 0.3s, transform 0.3s;
        transition-delay: 0s;
    }
    
    .carda:hover .carda__description {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.2s;
    }
    
    .carda__footer {
        position: relative;
        bottom: 12px;
        left: 20px;
        right: 20px;
        font-size: 11px;
        color: #a3a9a2;
    }
    
    .icon {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 2px;
        font-size: 18px;
    }
    
    .icon+.icon {
        padding-left: 10px;
    }
    
    #breadcrumbs li {
        list-style: none;
        color: #fff;
        font-size: 20px;
    }
    
    footer.comment-meta {
        width: 100%;
        background-color: #b5b7b9;
    }
    
    .comment-author {
        padding: 5px 5px;
    }
    
    .comment-metadata {
        padding: 5px 5px;
    }
    
    .comment-author img {
        border-radius: 50%;
    }
    
    .comment-content {
        padding: 5px;
        background: #e5e5e5;
    }
    
    .comment-body {
        background-color: #d9c8c8;
        border-radius: 0 0 10px 10px;
        padding: 0 0 5px 5px;
    }
    
    .reply {
        padding: 5px 5px 5px 5px;
    }
    
    .comment-list li {
        list-style: none;
    }
    


    .section-title-h3 {
        background: #b8af9e;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 0 0 1px #4f4f4d, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
        margin: 12px 0 !important;
        padding: 5px 0 5px 10px;
        width: 100%;
        height: auto;
        opacity: 0.7;
        -ms-word-wrap: break-word;
word-wrap: break-word;
    }
    
    .section-title-h3 h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        color: #000;
        -ms-word-wrap: break-word;
word-wrap: break-word;
    }
    
    .card-3 {
        background-color: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        overflow: hidden;
        transition: box-shadow 0.5s;
        transition-property: all 300ms;
        transition-property: transform;
        margin-bottom: 60px;
        min-width: 500px;
    }
    
    .card-grid-3 {
        display: grid;
        --card-min: 500px;
        --card-max: 1fr;
        --card-type: auto-fit;
        grid-template-columns: repeat(var(--card-type), minmax(min(var(--card-min), 100%), var(--card-max)));
        grid-gap: 30px;
        grid-gap: var(--grid-gap);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .card-grid-3 figure,
    .card-grid-full figure {
        text-align: center;
        margin: 0
    }
    
    .wp-block-create-block-aspace-carousel.arrow-position_middle .tns-outer .tns-controls {
        left: -2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-51%);
        width: 95%;
        color: white;
    }
    
    .wp-block-create-block-aspace-carousel .tns-outer .tns-controls button {
        background: none;
        border: none;
        position: relative;
        z-index: 3;
        color: white;
        font-size: 20px;
        background: black;
        padding: 10px;
        left: 41px;
    }
    
    df-messenger {
        --df-messenger-bot-message: #878fac;
        --df-messenger-button-titlebar-color: #df9b56;
        --df-messenger-chat-background-color: #fafafa;
        --df-messenger-font-color: white;
        --df-messenger-send-icon: #878fac;
        --df-messenger-user-message: #479b3d;
    }
    
    .bg-img-hero {
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .b-20 {
        bottom: 20px;
        position: relative;
    }
    
    .b-10 {
        bottom: 10px;
        position: relative;
    }
    
    .b-30 {
        bottom: 30px;
        position: relative;
    }
    
    .t-10 {
        top: 10px;
        position: relative;
    }
    
    .t-20 {
        top: 20px;
        position: relative;
    }
    
    .t-30 {
        top: 30px;
        position: relative;
    }
    
    .l-10 {
        left: 10px;
        position: relative;
    }
    
    .l-20 {
        left: 20px;
        position: relative;
    }
    
    .l-30 {
        left: 30px;
        position: relative;
    }
    
    .l-40 {
        left: 40px;
        position: relative;
    }
    
    .l-50 {
        left: 50px;
        position: relative;
    }
    
    .r-10 {
        left: 10px;
        position: relative;
    }
    
    .r-20 {
        left: 20px;
        position: relative;
    }
    
    .r-30 {
        left: 30px;
        position: relative;
    }
    
    .r-40 {
        left: 40px;
        position: relative;
    }
    
    .r-50 {
        left: 50px;
        position: relative;
    }

    
.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 100px;
    right: 60px;
    border: 1px solid #fff;
    display: none;
    z-index: 2100
}

.scrollup2 {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    font-size: 20px;
    position: fixed;
    bottom: 250px;
    right: 60px;
    border: 1px solid #fff;
    display: none;
    z-index: 2100
}

.scrollup>a {
    position: relative;
    top: 5px
}