html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .9rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #000
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],
template {
    display: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        page-break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button],
[type=submit],
button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
    border-top: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.featured-image2 {
    border-radius: 20px;
    height: 447px;
    overflow: hidden;
    position: relative;
}

.toppost-header {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto !important;
    padding: 0px !important;
}

.min-read {
    background: #fff;
    color: #f59d24;

    border-radius: 12px;

    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: 25px;
    letter-spacing: .03em;
    line-height: 14px;
    padding: 12px 17px;
    position: relative;
    top: 19px;
    z-index: 8;
}

.post-header {
    padding: 28px 24px 15px;
    backdrop-filter: blur(30px);
    background: rgba(21, 34, 64, .4);
    color: #fff;
}

.upk-alter-grid .upk-meta {
    justify-content: space-between;
    display: flex !important;
}

.upk-alter-grid .upk-meta a {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.upk-alter-grid .upk-meta {
    font-family: "Raleway", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important
}

div.wpforms-container-full .wpforms-field-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 2px !important;
}

.wpforms-container .wpforms-field {
    padding: 5px 0;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 100px !important
}

#wpforms-form-304 input[type=email],
#wpforms-form-304 input[type=text],
#wpforms-form-304 input[type=number],
#wpforms-form-304 textarea,
#wpforms-form-304 select {
    background: rgba(0, 0, 0, .1);
    border: 1px solid transparent !important;
    border-radius: 12px;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
    padding: 12px 15px;
}

#wpforms-submit-304 {
    background: #1d2859;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    text-align: center;
    width: 100%;
}

.footer-bottom ul li {
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 14px;
}

body {
    background: #F8F9FA;
}

body .elementor-33 .elementor-element.elementor-element-5053534 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 75px 75px 75px 75px;
    max-width: 1200px;
    margin: 0px auto;
    border-radius: 20px;
    margin-bottom: 50px;
}

.plus-boxes .elementor-icon-box-wrapper {
    margin-top: -30px
}

.image-box .elementor-widget-wrap {
    padding: 0px !important;
}

.image-box .elementor-widget-wrap img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.image-box .elementor-image-box-description {
    padding: 10px;
}

.overlayblue:before {
    background-color: rgba(29, 40, 89, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.elementor-accordion-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 36px -8px rgba(0, 0, 0, .08),
        0 4px 12px rgba(0, 0, 0, .05);
    padding: 20px 0px;
    margin-bottom: 20px;
}

.title_subcatogery {
    border-bottom: 1px solid rgba(187, 197, 208, .5);
    padding: 0 30px 20px 36px;
    font-family: "Raleway", Sans-serif;
}

.title_subcatogery a {
    text-decoration: none !important;
}

.title_subcatogery:hover {
    background: #1d2859;
    color: #fff;
}

.title_subcatogery:hover .title_pillar {
    color: #fff;
}

#sidebar {

    width: 400px;

}

.title_pillar {
    color: #1d2859;
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
}

.title_pillar:before {
    background: #f59d24;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 6px;
}

.upk-text-wrap .readmore {
    display: none;
}

#blog .featured-image2 {
    height: 550px
}

#blog .upk-text-wrap {
    background: #fff;
    padding: 20px;
    margin-bottom: 0px;
}

#blog .post-header .readmore {
    display: none
}

#blog .upk-text-wrap .readmore {
    display: block;
    text-align: right;
}

#blog .upk-text-wrap .readmore a {
    color: #1d2859;
    text-decoration: none;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    justify-content: flex-end;
    letter-spacing: .03em;
    margin-top: 28px;
}
.elementor-747 .elementor-element.elementor-element-d08d2b0 .elementor-button{width: 100%;}
.elementor-747 .elementor-element.elementor-element-a38aec3 .elementor-button{
        width: 100%;
    }
@media only screen and (max-width: 768px) {
    body .elementor-33 .elementor-element.elementor-element-5053534 {
        margin: 20px;
        padding: 20px;
    }
}
#donate .section-label {
    font-size: 1.3rem;
    margin: 0 0 .8em;
    background: #0e2131;
    color: #fff;
    padding: .3em 0 .35em;
    position: relative;
    line-height: 1.2;
    border-radius: 5px
}

@media (max-width:767px) {
    #donate .section-label {
        font-size: 1.1rem;
    }
}

#donate .section-label .num {
    border-radius: 100%;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #0e2131;
    background: #fff;
    font-size: 1.1rem;
    margin-right: .5em;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    text-align: center;
}

.wc_payment_method .input-radio {
    display: none;
}

li.wc_payment_method {
    width: 112px;
    height: 112px;
    position: relative;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    display: inline-block !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    text-align: center;
}

.wc_payment_method label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #dadada;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(.9);
    transition: all 75ms ease;
    font-weight: 600;
}

.wc_payment_method input:checked+label {
    background: #09f;
    color: #fff;
    transform: scale(1);
    box-shadow: none;
    border-color: #09f;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 90%;
    margin: 0 auto;
}

.woocommerce-checkout .entry-title.main_title {
    text-align: center;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    text-align: center;
    color: #222;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 18px;
    padding-bottom: 10px;
}

.woocommerce-checkout #payment div.payment_box select {
    box-shadow: 0 2px 0 0 #dadada;
    padding: .6em .8em;
    line-height: 1.1;
    color: #a0afc5;
    font-weight: 300;
    font-size: 18px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #dadada;
    cursor: pointer;
    height: auto !important;
    padding-right: 40px !important;
    background-image: url(./images/arrow-down.svg);
    background-size: 14px 9px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.woocommerce-additional-fields .form-row label {
    width: 100%
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
    width: 100%
}

#order_comments {
    min-height: 75px;
}

div.order-total {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 30px;
    font-size: 30px;

}

.btn-donate-now {
    background-color: #09f;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff !important;
    cursor: pointer;
    line-height: 1;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    padding: .6em 2em;
    margin: 20px 0px;
    border: none
}

.form-row.place-order {
    display: none;
}

.checkboxContainer label {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0;
    cursor: pointer;
    font-size: 1.05rem;
    position: relative;
    padding-left: 40px;
}

.checkboxContainer label .inputContainer {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

.checkboxContainer label .inputContainer input {
    opacity: 0;
    visibility: hidden;
}

.checkboxContainer label .inputContainer div.checkbox,
.checkboxContainer label .inputContainer div.styler {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    background-size: 80% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #dadada;
    box-shadow: 0 1px 0 0 #dadada;
    border-radius: 4px;
}

.checkboxContainer label span {
    display: block;
    padding-top: 3px;
}

.checkboxContainer label .inputContainer div.checkbox.checked,
.checkboxContainer label .inputContainer input:checked+div.styler {
    background-image: url(./images/check.svg);
    background-color: #09f;
    border-color: #09f;
}

#billing_company_field .optional {
    display: none;
}

.woocommerce-billing-fields .optional {
    display: none;
}

#billing_company_field {
    display: none;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.donation_user_gdprAccepted {
    clear: both;
    padding-top: 15px;
}

.woocommerce form .form-row.donation_user_company {
    clear: both;
    padding-top: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    height: 40px;
}
/* Overlay */
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 590;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.body-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.loading .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loading .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Overlay */

 #billing_user_middle_field,
 #billing_address_1_field,
#billing_address_2_field,
#billing_postcode_field,
 #billing_city_field,
#billing_country_field {
    display: none !important;
}

.woocommerce-page form .is-subscription-cart #billing_last_name_field.form-row-last {
    width: 50%;
}

.woocommerce-page form .is-subscription-cart #billing_address_1_field.form-row {
    width: 50%;
    float: left;
}

.woocommerce-page form .is-subscription-cart #billing_address_2_field.form-row {
    width: 50%;
    float: right;
    clear: none;
}

.woocommerce-page form .is-subscription-cart #billing_postcode_field.form-row {
    width: 50%;
    float: left;
}

.woocommerce-page form .is-subscription-cart #billing_city_field.form-row {
    width: 50%;
    float: right;
    clear: none;
}

.is-subscription-cart #donationAnonymousField {
    display: none;
}

.is-normal-ship #donation_user_privacyAccepted_label2 {
    display: none;
}

.is-subs-ship #donation_user_privacyAccepted_label {
    display: none;
}

.donation_user_gdprAccepted {
    width: 100%;
    text-align: center;
}