:root {
    --white-down-arrow: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.70028C4.82075 5.70028 4.64155 5.63185 4.50492 5.49528L0.205141 1.19546C-0.0683805 0.921938 -0.0683805 0.478469 0.205141 0.205058C0.478553 -0.0683528 0.921933 -0.0683528 1.19548 0.205058L4.99997 4.00978L8.80449 0.205191C9.07801 -0.0682199 9.52135 -0.0682199 9.79474 0.205191C10.0684 0.478602 10.0684 0.922071 9.79474 1.19559L5.49503 5.49541C5.35832 5.63201 5.17913 5.70028 4.99997 5.70028Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --black-down-arrow: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.70028C4.82075 5.70028 4.64155 5.63185 4.50492 5.49528L0.205141 1.19546C-0.0683805 0.921938 -0.0683805 0.478469 0.205141 0.205058C0.478553 -0.0683528 0.921933 -0.0683528 1.19548 0.205058L4.99997 4.00978L8.80449 0.205191C9.07801 -0.0682199 9.52135 -0.0682199 9.79474 0.205191C10.0684 0.478602 10.0684 0.922071 9.79474 1.19559L5.49503 5.49541C5.35832 5.63201 5.17913 5.70028 4.99997 5.70028Z' fill='white'/%3E%3C/svg%3E%0A");
    --theme-down-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%238bc53f'/%3E%3C/g%3E%3C/svg%3E");
    --real-black: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.70028C4.82075 5.70028 4.64155 5.63185 4.50492 5.49528L0.205141 1.19546C-0.0683805 0.921938 -0.0683805 0.478469 0.205141 0.205058C0.478553 -0.0683528 0.921933 -0.0683528 1.19548 0.205058L4.99997 4.00978L8.80449 0.205191C9.07801 -0.0682199 9.52135 -0.0682199 9.79474 0.205191C10.0684 0.478602 10.0684 0.922071 9.79474 1.19559L5.49503 5.49541C5.35832 5.63201 5.17913 5.70028 4.99997 5.70028Z' fill='%23002e63'/%3E%3C/svg%3E%0A");
    --dmsans: 'DM Sans', sans-serif;
    --white-color: #ffffff;
    --primary-color: #C89659;
    --secondary-color: #080A13;
    --border-color: #2E3452;
    --transition: all 0.5s ease;
}

/*global*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* body {
    padding-top: 130px;
} */

.subtitle {
    color: var(--primary-color);
    font-family: var(--dmsans);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

h1 span.highlight {
    color: var(--primary-color);
}

body.error404,
body.page-id-389 {
    padding-top: 115px;
}

/*global*/

/*Home*/
/*banner*/
.home-banner h1 {
    /* margin-top: 15px; */
    /* line-height: 66px; */
    margin-bottom: 27px;
    font-weight: 700;
    margin-top: 0;
}

.home-banner .banner-img {
    position: relative;
    overflow: hidden;
}

.home-banner .banner-img::after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 8px;
    width: calc(100% - 29px);
    height: 155px;
    background: linear-gradient(180deg,
            rgba(8, 10, 19, 0) 23.23%,
            #080A13 100%);
    z-index: 2;
    pointer-events: none;
}

.home-banner .banner-img img {
    display: block;
    position: relative;
    z-index: 1;
}

/*banner*/

/*Trust metrics section*/
.trust-metrics-col h2 {
    font-size: 35px;
    color: #FFF;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 5px;
}

/*Trust metrics section*/
/*Statement secion*/
.statement-sec-main h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 7px;
}

/*Statement secion*/
.trust-metrics-col>div {
    border: 0 !important;
}

.elementor .trust-metrics-col .elementor-widget-text-editor {
    position: relative;
}

.elementor .trust-metrics-col .elementor-widget-text-editor::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: calc(100% - 3px);
    width: 1px;
    background: #C89659;
}

body p:last-child {
    margin-bottom: 0;
}

/*Home*/
/* problem section start */
body .elementor .problem-box-row h3.elementor-icon-box-title {
    color: #FFF;
    font-family: "Syne";
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

body .elementor .problem-box-row p.elementor-icon-box-description {
    text-transform: capitalize;
}

.problem-box-row .elementor-widget-icon-box .elementor-icon-box-icon {
    min-width: 80px;
}

body .elementor .problem-box-row .elementor-widget-icon-box {
    padding: 39px 39px 39px 39px;
}

.home-banner .inner-banner-content p {
    margin-bottom: 29px;
}

.home-banner .inner-banner-content p:last-child {
    margin-bottom: 0;
}

.home-banner .inner-banner-content p strong,
.home-banner .inner-banner-content p b {
    font-weight: 700;
}

.inner-page-banner h1 {
    font-weight: 800;
    margin-bottom: 17px;
}

h2 span.gold-clr {
    color: #C89659;
}

.top-common-header p:first-child {
    line-height: normal;
    margin-bottom: 0 !important;
}

.government-page .governance-advisory-content {
    margin-bottom: 29px;
}

.government-page .governance-advisory-content:last-child {
    margin-bottom: 0;
}

.elementor .governance-commitments-col {
    transition: var(--transition);
}

.blockquote-wrap .elementor-blockquote {
    padding: 31px 0px 31px 40px;
    border-left: 4px solid #C89659;
}

.blockquote-wrap .elementor-blockquote p {
    color: #FFF;
    font-family: "Syne", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.top-common-header.elementor-widget.elementor-widget-text-editor p,
.custom-typograpy li {
    text-transform: capitalize;
}

.top-common-header.elementor-widget.elementor-widget-text-editor p {
    margin-bottom: 30px;
}

.top-common-header.elementor-widget.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.custom-form .custom-form-field .row-field.full-width {
    width: 100%;
}

.custom-form.download-form .textarea-field p span textarea {
    min-height: 90px;
}

form .custom-form.download-form input.form-control,
form .custom-form.download-form select.form-control,
form .custom-form.download-form textarea.form-control {
    background: #101322;
}

form .custom-form.download-form select.form-control {
    background: var(--select-box-arrow) 94% / 15% no-repeat #101322;
    background-size: 14px;
}

.framework-card.guide-page-box span.subtitle {
    margin-bottom: 22px;
}

.framework-card.guide-page-box h3 {
    margin-bottom: 19px;
}

a.tran-btn.e-button-base::after {
    content: '';
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' %3E%3Cpath d='M0 6.88V4.96H8.17599L4.17599 1.36L5.536 0L11.2 5.28V6.544L5.536 11.84L4.17599 10.48L8.17599 6.88H0Z' fill='%23C89659' /%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: all 500ms;
}

a.nrml-brn.blog-detials-btn::after {
    display: none;
}

a.nrml-brn::after,
nav.elementor-pagination .page-numbers.next::after,
nav.elementor-pagination .page-numbers.prev::before,
a.nrml-brn.blog-detials-btn::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8999 6.953V5.61H2.0569L7.0209 0.918L6.1199 0L-9.82285e-05 5.882V6.63L6.1199 12.529L7.0379 11.594L2.1079 6.953H11.8999Z" fill="%23C89659"/></svg>');
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: all 500ms;
    transform: rotate(180deg);
}

nav.elementor-pagination .page-numbers.prev::before,
a.nrml-brn.blog-detials-btn::before {
    transform: none;

}

a.nrml-brn:hover::after,
nav.elementor-pagination .page-numbers.next:hover::after,
nav.elementor-pagination .page-numbers.prev:hover::before,
a.nrml-brn.blog-detials-btn:hover:before {
    filter: brightness(0) invert(1);
}

.top-common-header.elementor-widget.elementor-widget-text-editor h3 {
    font-weight: 700;
    line-height: normal;
}

.text-banner-left::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid #2E3451;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.img-overly .elementor-widget-image {
    position: relative;
}

.img-overly .elementor-widget-image::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(8, 10, 19, 0.00) 23.23%, #080A13 100%);
    width: 100%;
    height: 155px;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.insight-loop-temp .post-content-expert {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.post-title-heading,
.insight-loop-temp {
    transition: var(--transition);
}

nav.elementor-pagination {
    margin-top: 84px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
    flex-wrap: wrap;
}

nav.elementor-pagination .page-numbers {
    margin: 0 !important;
    color: #FFF;
    font-family: var(--dmsans);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    transition: var(--transition);
    text-transform: uppercase;
}

nav.elementor-pagination .page-numbers:hover,
nav.elementor-pagination .page-numbers.current {
    color: #C89659;
}

nav.elementor-pagination .page-numbers.next,
nav.elementor-pagination .page-numbers.prev {
    color: #C89659;
    font-size: 17px;
    letter-spacing: 1.7px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    gap: 14px;
    position: relative;
}

nav.elementor-pagination .page-numbers.next:hover,
nav.elementor-pagination .page-numbers.prev:hover {
    color: #fff;
}


nav.elementor-pagination span.page-numbers.next,
nav.elementor-pagination span.page-numbers.prev {
    pointer-events: none;
    display: none;
}

.details-post-content .elementor-post-info li span {
    margin: 0 33px;
}

.details-post-content .elementor-post-info li:first-child span {
    margin-left: 0;
}

.details-post-content .elementor-post-info li:last-child span {
    margin-right: 0;
}

.details-post-content .elementor-widget-theme-post-excerpt {
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 50px !important;
    padding-bottom: 50px;
    border-bottom: 1px solid #2E3452;
}

.details-post-content .typography p {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.details-post-content .typography p:last-child {
    margin-bottom: 0;
}



/* problem section end */
@media (max-width: 1439px) {
    .elementor .trust-metrics-col {
        display: block;
        width: auto !important;
    }

    nav.elementor-pagination {
        gap: 40px;
    }

    nav.elementor-pagination .page-numbers.next,
    nav.elementor-pagination .page-numbers.prev {
        gap: 12px;
    }
}

@media (max-width: 1199px) {

    body.error404,
    body.page-id-389 {
        padding-top: 90px;
    }


    /*Home*/
    /*banner*/
    .subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .home-banner h1 {
        /* margin-top: 12px; */
        margin-bottom: 26px;
        /* line-height: 57px; */
    }

    /*banner*/
    /*Trust metrics section*/
    .trust-metrics-col h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /*Trust metrics section*/
    /*Statement secion*/
    .statement-sec-main h2 {
        font-size: 28px;
        line-height: 38px;
    }

    /*Statement secion*/
    /*Home*/
    body .elementor .problem-box-row .elementor-widget-icon-box {
        padding: 30px;
        width: calc(50% - 15px);
    }

    .problem-box-row .elementor-widget-icon-box .elementor-icon-box-icon svg {
        height: 60px;
        width: 60px;
        /* min-width: 60px; */
    }

    .problem-box-row .elementor-widget-icon-box .elementor-icon-box-icon {
        min-width: 60px;
    }

    body .elementor .problem-box-row h3.elementor-icon-box-title {
        font-size: 22px;
        line-height: 32px;
    }

    .government-page .governance-advisory-content {
        margin-bottom: 24px;
    }

    .blockquote-wrap .elementor-blockquote {
        padding: 25px 0px 25px 30px;
    }

    .blockquote-wrap .elementor-blockquote p {
        font-size: 25px;
        line-height: 40px;
    }

    .framework-card.guide-page-box span.subtitle {
        margin-bottom: 16px;
    }

    .framework-card.guide-page-box h3 {
        margin-bottom: 14px;
    }

    .img-overly .elementor-widget-image::after {
        height: 120px;
    }

    .home-banner .banner-img {
        position: sticky;
    }

    nav.elementor-pagination {
        gap: 30px;
        margin-top: 56px !important;
    }

    nav.elementor-pagination .page-numbers {
        font-size: 17px;
    }

    nav.elementor-pagination .page-numbers.next,
    nav.elementor-pagination .page-numbers.prev {
        gap: 10px;
    }

    .details-post-content .elementor-post-info li span {
        margin: 0 20px;
    }
    body .elementor .nrml-brn{
        font-size: 16px;
        line-height: 26px;
    }
}


@media (max-width: 991px) {

    /*Home*/
    /*banner*/
    .home-banner .banner-img::after {
        bottom: 0;
    }

    /*banner*/
    /*Home*/
    .elementor .trust-metrics-col {
        width: 100% !important;
    }

    .elementor .trust-metrics-col .elementor-widget-text-editor::before {
        width: 100%;
        height: 1px;
        top: 0;
    }

    .elementor .trust-metrics-col .elementor-widget-text-editor {
        padding: 20px 0;
    }

    .elementor .trust-metrics-col:last-child .elementor-widget-text-editor {
        padding-bottom: 0;
    }

    .home-banner .banner-img {
        position: static;
    }
}


@media (max-width: 767px) {

    body.error404,
    body.page-id-389 {
        padding-top: 75px;
    }

    /*Home*/
    /*banner*/
    .subtitle {
        font-size: 14px;
        line-height: 24px;
    }

    .home-banner h1 {
        /* margin-top: 10px; */
        margin-bottom: 20px;
        /* line-height: 47px; */
    }

    /*banner*/
    /*Trust metrics section*/
    .trust-metrics-col h2 {
        font-size: 24px;
        line-height: 34px;
    }

    /*Trust metrics section*/
    /*Statement secion*/
    .statement-sec-main h2 {
        font-size: 24px;
        line-height: 34px;
    }

    /*Statement secion*/
    /*Home*/
    .elementor .trust-metrics-col .elementor-widget-text-editor {
        padding: 15px 0;
    }

    body .elementor .problem-box-row .elementor-widget-icon-box {
        padding: 20px;
        width: 100%;
    }

    body .elementor .problem-box-row h3.elementor-icon-box-title {
        font-size: 20px;
        line-height: 30px;
    }

    .government-page .governance-advisory-content {
        margin-bottom: 20px;
    }

    .blockquote-wrap .elementor-blockquote {
        padding: 20px 0px 20px 25px;
    }

    .blockquote-wrap .elementor-blockquote p {
        font-size: 20px;
        line-height: 34px;
    }

    .framework-card.guide-page-box span.subtitle {
        margin-bottom: 12px;
    }

    .framework-card.guide-page-box h3 {
        margin-bottom: 10px;
    }

    .img-overly .elementor-widget-image::after {
        height: 90px;
    }

    .contact-banner h1 {
        font-size: 28px;
    }

    nav.elementor-pagination {
        gap: 20px;
        margin-top: 46px !important;
    }

    nav.elementor-pagination .page-numbers {
        font-size: 16px;
    }

    nav.elementor-pagination .page-numbers.next,
    nav.elementor-pagination .page-numbers.prev {
        font-size: 15px;
    }

    nav.elementor-pagination .page-numbers.next,
    nav.elementor-pagination .page-numbers.prev {
        gap: 8px;
    }
      .details-post-content .elementor-post-info li span {
        margin: 0 15px;
    }
        body .elementor .nrml-brn{
        font-size: 14px;
        line-height: 24px;
    }
}