/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@font-face {
    font-family: 'Lemonade Stand Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lemonade Stand Regular'), url('/wp-content/themes/hello-theme-child-master/Lemonade Stand F.otf');
}

body {
    font-size: 17px;
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.together_section .elementor-col-25 {
    width: 100%;
    max-width: 23%;
}

.together_section .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
}

.together_section .elementor-col-25 .elementor-widget-wrap {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%);
}

.elementor-heading-title.elementor-size-xl {
    color: #232526;
    font-family: 'Lemonade Stand Regular' !important;
}

.elementor-heading-title.elementor-size-xxl {
    font-family: 'Lemonade Stand Regular' !important;
}

.together_section .elementor-counter-title {
    line-height: 28px !important;
    margin-top: 10px;
}

.logo_boh img {
    max-width: 190px !important;
}

ul.hfe-nav-menu li:last-child a {
    background-color: #0E6FBA;
    border-radius: 5px 5px 5px 5px;
    color: #FFF !important;
}

ul.hfe-nav-menu li:last-child a:hover {
    background-color: #FFF;
    color: #0E6FBA !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%);
}

header {
    background-color: #f0f0f0;
}

header::before {
    content: '';
    background: #a6ce39;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}

.menu_wrapper {
    position: relative;
}

.menu_wrapper .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.home_banner {
    min-height: 85vh;
    padding: 80px 0;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
}

.banner_desc {
    max-width: 1000px;
    clear: both;
    margin: auto;
}

header .elementor-icon-list-icon i {
    color: transparent !important;
    margin-right: 0;
    font-size: 30px !important;
}

i.fas.fa-envelope-open::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/mail-icon.png);
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

i.fas.fa-phone-alt::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/call-icon.png);
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.orphan_girl .elementor-col-25 .elementor-widget-image-box {
    height: 100%;
}

.orphan_girl .boxes_grid_layout .elementor-container {
    justify-content: space-between;
}

.orphan_girl .elementor-col-25 {
    max-width: 23%;
}

.orphan_girl .elementor-col-25 .elementor-widget-image-box .elementor-widget-container {
    height: 100%;
}

.why_the_box_content {
    position: relative;
    z-index: 9;
}

.why_the_box_content .elementor-widget-heading {
    margin-bottom: 10px;
}

.why_the_box_content p a {
    color: #232526;
    text-decoration: none;
    position: relative
}

.why_the_box_content p a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -10px;
    background: #0e6fba;
}

.why_the_box_content p a:hover::after {
    background: #A6CE39;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.founder_image {
    position: relative;
}

.founder_image img {
    position: relative;
    min-height: 250px;
    object-fit: cover;
    z-index: 8;
}

.founder_image::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    left: -64px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.together_section .elementor-counter-number-wrapper {
    font-family: 'Lemonade Stand Regular' !important;
}

.orphan_girl .elementor-image-box-title {
    font-family: 'Lemonade Stand Regular' !important;
    font-size: 27px !important;
    line-height: 44px;
}

.involved_section .elementor-image-box-title {
    font-family: 'Lemonade Stand Regular' !important;
}

.involved_section .elementor-container {
    justify-content: space-between;
}

.involved_section .elementor-col-33 {
    max-width: 31.333%;
}

.involved_section .elementor-col-33:hover .elementor-button-link.elementor-button {

    background-color: #0E6FBA;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
}

.make_impact .elementor-col-33:hover .elementor-image-box-title a {
    color: #0E6FBA !important;
}

.elementor-button-link.elementor-button {
    font-family: "Karla", Sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px 3px 3px 3px !important;
    text-decoration: none !important;
}

.elementor-button-link.elementor-button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
}

.home_banner .elementor-button-link.elementor-button {
    min-width: 180px;
}

.faqs .elementor-tab-title a {
    font-family: 'Lemonade Stand Regular' !important;
}

.faqs .elementor-accordion-item {
    border-top-right-radius: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 13%);
    overflow: hidden;
    border-bottom-left-radius: 30px;
}

.faqs .elementor-tab-title {
    position: relative;
}

.faqs .elementor-tab-title::after {
    position: absolute;
    content: '';
    background: #d9d9d9;
    left: 25px;
    right: 25px;
    bottom: -1px;
    height: 1px;
}

.swiper_insta_slide .elementor-widget-image-carousel .swiper-slide {
    padding: 3px;
}

.swiper_insta_slide .swiper-slide-inner {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    position: relative;
}

.swiper_insta_slide .swiper-slide-inner:hover::before {
    background: linear-gradient(45deg, #fd1d1d, #e1306c, #c13584, #833ab4, #405de6, #5851db);
    content: '';
    position: absolute;
    left: 3px;
    right: 2px;
    bottom: 9px;
    top: 2px;
    display: block;
    opacity: 70%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.swiper_insta_slide .swiper-slide-inner:hover::after {
    content: "\f16d";
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

.insta_title h2 span img {
    max-width: 38px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 6px;
}

.sponsors_slider .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sponsors_slider .swiper-slide {
    width: 18% !important;
    margin-bottom: 20px;
}

.sponsors_slider .swiper-slide-inner {
    box-shadow: 0px 8px 35px -9px rgb(0 0 0 / 17%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    line-height: 0 !important;
}

.footer_main .elementor-heading-title {
    font-family: 'Lemonade Stand Regular' !important;
}

.footer_main .elementor-button-link.elementor-button {
    width: 100%;
}

.payments_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto !important;
}

.top_arrow {
    max-width: 40px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-height: 40px;
    background: #e6007f;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #FFF;
}

.footer_bottom p {
    margin: 0;
}

.child_word {
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding-left: 100px;
}

.te_conmtent {
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 17%);
    padding: 60px 50px 60px 50px;
    background: #FFF;
    color: #000;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: left;
    position: relative;
    margin-top: 50px;
}

.te_conmtent h4 {
    color: #232526;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 60px;
}

.te_conmtent h5 {
    color: #232526;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-left: 110px;
    line-height: 26px;
}

.te_image {
    position: absolute;
    left: -110px;
    width: 220px;
    height: 220px;
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 17%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    bottom: 30px;
}

.te_image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.te_conmtent h6 {
    padding-left: 110px;
    color: #232526;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-family: "Karla", Sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}

.te_conmtent h6::after {
    content: '';
    position: absolute;
    right: 0;
    height: 2px;
    bottom: -10px;
    background: #A6CE39;
    left: 110px;
}

.te_conmtent h6:hover::after {
    background: #0e6fba;
}

.te_conmtent h6 a {
    color: #232526;
    text-decoration: none;
    display: inline-block;
    font-family: "Karla", Sans-serif;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    text-align: left;
}

.child_word .slick-list.draggable {
    padding-left: 115px;
    padding-right: 115px;
}

.child_word .slick-prev {
    left: -25px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(-45deg);
    width: 35px;
    height: 35px;
}

.child_word .slick-prev::before {
    content: '' !important;
}

.child_word .slick-next {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    width: 35px;
    height: 35px;
}

.child_word .slick-next::before {
    content: '' !important;
}

.right_content_blog {
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 17%);
    padding: 45px;
    background-color: #A6CE39;
    color: #FFF;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 50%;
    position: absolute;
    right: 0;
}

.web_minimal_width {
    max-width: 1200px;
    margin: auto;
}

.latest_news_wrap {
    display: flex;
    align-items: center;
}

.left_image_blog {
    width: 70%;
}

.left_image_blog img {
    width: 100%;
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 17%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    max-height: 550px;
    object-fit: cover;
    object-position: center;
}

.latest_news_block {
    max-width: 950px;
    margin: 0 auto;
}

.swiper-pagination {
    display: none;
}

ul.hfe-nav-menu .sub-menu li.menu-item:last-child a {
    background-color: transparent;
    color: #1B1C1D !important;
    box-shadow: none !important;
}

ul.hfe-nav-menu .sub-menu li.menu-item:last-child a:hover {
    color: #0E6FBA !important;
}

ul.hfe-nav-menu .sub-menu {
    padding: 0px 20px;
    text-align: left;
    box-shadow: 0px 3px 35px -9px rgb(0 0 0 / 17%) !important;
}

ul.hfe-nav-menu .sub-menu::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFF;
    content: '';
    position: absolute;
    top: -11px;
    right: 50%;
}

ul.hfe-nav-menu .sub-menu li.menu-item {
    border-bottom: 1px solid #d9d9d9;
}

ul.hfe-nav-menu .sub-menu li.menu-item:last-child {
    border-bottom: none;
}

ul.hfe-nav-menu .sub-menu li.menu-item a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.hfe-menu-toggle.sub-arrow {
    display: none;
}

.right_content_blog h4 {
    color: #232526;
    font-family: 'Lemonade Stand Regular' !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.right_content_blog p {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
}

.right_content_blog p.news_meta {
    color: #FFF;
    margin-bottom: 20px;
}

.right_content_blog p.news_meta span {
    color: #1B1C1D;
}

.right_content_blog a.read_more_news {
    color: #232526;
    font-family: "Karla", Sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}

.right_content_blog a.read_more_news:hover {
    color: #FFF;
}

.right_content_blog a.read_more_news::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -5px;
    background: #FFF;
}

.right_content_blog::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    right: -115px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.annual_report_wrapper .elementor-section-boxed {
    position: relative;
}

.annual_report_wrapper .elementor-section-boxed::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-top: 6px solid #0e6fba;
    border-left: 6px solid #0e6fba;
    background: transparent;
    width: 45px;
    height: 45px;
}

.annual_report_wrapper .elementor-section-boxed::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-bottom: 6px solid #A6CE39;
    border-right: 6px solid #A6CE39;
    background: transparent;
    width: 45px;
    height: 45px;
}

.te_conmtent::before {
    content: '';
    background: url(/wp-content/uploads/2022/04/testimonial_quotes.png);
    display: block;
    position: absolute;
    left: -80px;
    top: 20px;
    width: 60px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
}

.impact_support .elementor-image-box-title a {
    text-decoration: none;
}

.impact_support .elementor-image-box-title a:hover {
    color: #0E6FBA !important;
}

.elementor-accordion-icon-closed,
.elementor-accordion-icon-opened {
    border: 1px solid #000;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.top_arrow:hover {
    background: #FFF;
    color: #e6007f;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.privacy_policy ul .elementor-icon-list-item {
    position: relative;
}

.privacy_policy ul .elementor-icon-list-item:first-child::after {
    content: '|';
    color: #FFF;
    width: 1px !important;
    border: none !important;
    right: -6px !important;
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 0;
}

.elementor-7 .elementor-element.elementor-element-6befd2d {
    margin: 0;
}

.swiper_insta_slide {
    max-width: 1200px;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    border: 1px solid #ee841d;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ee841d;
}

.rounded_responsive_icon {
    width: 50px !important;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #e6007f;
    color: #FFF !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

.rounded_responsive_icon h5 {
    color: #FFF !important;
}

.support_blue_area p {
    max-width: 1000px;
}

h1.entry-title {
    display: none;
}

.our_story_three_block .elementor-image-box-content {
    padding: 40px;
    padding-top: 30px;
}

.our_story_three_block .elementor-image-box-content .elementor-image-box-title {
    font-family: 'Lemonade Stand Regular' !important;
    margin-bottom: 15px !important;
}

.our_story_three_block .elementor-container {
    justify-content: space-between;
}

.our_story_three_block .elementor-container .elementor-column.elementor-col-33 {
    max-width: 32%;
}

.our_team_image::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    left: -64px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.elementor-13 .elementor-element.elementor-element-bb7887d {
    margin-bottom: 0;
}

.supporting-charities .elementor-column.elementor-col-50 {
    max-width: 49%;
}

.supporting-charities .elementor-icon-list-item a {
    position: relative;
    color: #232526;
    font-family: 'Lemonade Stand Regular' !important;
    font-weight: 600 !important;
    padding-left: 40px;
}

.supporting-charities .elementor-icon-list-item a::before {
    content: '';
    background: url(/wp-content/uploads/2022/04/charities.png);
    display: block;
    position: absolute;
    left: 0;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.charity_form .wpcf7-form {
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.charity_form .wpcf7-form p {
    width: 49%;
    margin: 0;
}

.charity_form .wpcf7-form p label {
    width: 100%;
}

.charity_form .wpcf7-form p input {
    width: 100%;
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.charity_form .wpcf7-form p textarea {
    width: 100%;
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 150px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 50px;
}

.charity_form .wpcf7-form p::-webkit-input-placeholder {
    /* Edge */
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    opacity: 1;
}

.charity_form .wpcf7-form p:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    opacity: 1;
}

.charity_form .wpcf7-form p::placeholder {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    opacity: 1;
}

.charity_form .wpcf7-form p:nth-child(8) {
    width: 100%;
}

.charity_form .wpcf7-form p:nth-child(9) {
    width: 100%;
}

.charity_form .wpcf7-form p input.wpcf7-submit {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    background-color: #0E6FBA;
    color: #FFF !important;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    border-radius: 2px;
    width: auto;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400 !important;
    border: none;
    outline: none;
}

.charity_form .wpcf7-form p input.wpcf7-submit:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
    background-color: #A6CE39;
}

.our_story_three_block .elementor-container .elementor-column.elementor-col-33 .elementor-widget-container {
    overflow: hidden;
}

.contact-left .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.charity_form.contact-form .wpcf7-form p {
    width: 100%;
    margin: 0;
}

.box_list_icons h6 strong {
    display: inline-block;
    background-color: #ee841d;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #FFF;
    line-height: 23px;
    border-radius: 50%;
    margin-right: 10px;
}

.box_list_icons h6 {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
}

.important_notes h5 span {
    font-family: 'Lemonade Stand Regular' !important;
    color: #0e6fba !important;
    font-weight: 500 !important;
    font-size: 22px !important;

}

.latest_news_block.box-steps .elementor-column.elementor-col-50 {
    width: 55%;
}

.latest_news_block.box-steps .elementor-column.elementor-col-50.green-block {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.latest_news_block.box-steps .elementor-column.elementor-col-50.blue-block {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.latest_news_block.box-steps.blue .elementor-column-gap-default {
    justify-content: right;
}

.involved_section.packs .elementor-column.elementor-col-25 {
    max-width: 23%;
}

.home_banner.inner {
    min-height: 65vh;
}

.relative_title {
    position: relative;
}

.relative_title::before {
    content: '';
    background: url(/wp-content/uploads/2022/04/left-before-title.png);
    display: block;
    position: absolute;
    left: -95px;
    width: 60px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    top: 15px;
}

.relative_title::after {
    content: '';
    background: url(/wp-content/uploads/2022/04/rigft-before-title.png);
    display: block;
    position: absolute;
    right: -95px;
    width: 60px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    top: 15px;
}

.latest_news_block.box-steps .green-block::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    right: -115px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.latest_news_block.box-steps .blue-block::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    left: -115px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.involved_section .transform_img .elementor-col-33 {
    max-width: 33.333%;
}

.important_notes {
    position: relative;
    z-index: 9;
}

.important_notes::after {
    content: '';
    background: url(/wp-content/uploads/2022/03/hope-box-bg_after.png);
    display: block;
    position: absolute;
    right: -115px;
    bottom: -66px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.charity_form.contact-form .wpcf7-form p {
    margin-top: 10px;
}

.charity_form.contact-form .wpcf7-form p:nth-child(5) {
    width: 100%;
    max-width: 49%;
}

.charity_form.contact-form .wpcf7-form p:nth-child(6) {
    width: 100%;
    max-width: 49%;
}

.news_icon_box .elementor-image-box-title {
    font-family: 'Lemonade Stand Regular' !important;
    margin: 0 !important;
}

.news_custom_width_area .elementor-column-gap-default {
    max-width: 1200px !important;
    margin: auto;
}

.news_lists_left .left_image_blog {
    width: 45%;
    padding-right: 25px;
}

.news_lists_left .right_content_blog {
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #FFF;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 55%;
    position: relative;
    right: 0;
    padding-right: 10px;
}

.news_lists_left .right_content_blog::after {
    display: none;
}

.news_lists_left .right_content_blog p.news_meta {
    color: #696a6c;
    margin-bottom: 10px;
}

.news_lists_left .right_content_blog p.news_meta span {
    color: #0e6fba;
    font-weight: 500;
}

.news_lists_left .right_content_blog a.read_more_news {
    font-family: "Karla", Sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px 3px 3px 3px !important;
    text-decoration: none !important;
    background-color: #A6CE39;
    display: inline-block;
    color: #fff;
    fill: #fff;
    text-align: center;
    padding: 12px 24px;
}

.news_lists_left .right_content_blog a.read_more_news::before {
    display: none;
}

.news_lists_left .right_content_blog a.read_more_news:hover {
    background-color: #0E6FBA;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
}

.news_lists_left .latest_news_wrap {
    align-items: start;
    margin-bottom: 15px;
}

.elementor-2153 .elementor-element.elementor-element-cd4aee5 {
    height: 100%;
}

.involved_section.more_gap .elementor-col-33 {
    max-width: 31%;
}

.latest_news_block.involve {
    max-width: 1100px;
}

.latest_news_block.involve .blue-block::after {
    left: -80px;
}

.sponsors_slider {
    max-width: 1100px !important;
}

.language_toggler {
    width: auto;
}

.language_toggler .elementor-element-populated {
    display: flex;
    flex-wrap: nowrap;
}

.language_toggler .elementor-widget-heading {
    margin-bottom: 0;
}

.trp-language-switcher>div {
    box-sizing: border-box;
    padding: 6px 30px 6px 15px;
    border: none;
    border-radius: 5px;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #8daf31;
    color: #FFF;
    width: auto !important;
    min-width: 117px;
}

.trp-language-switcher>div>a {
    color: #FFF;
}

.trp-language-switcher>div>a:hover {
    background: transparent;
}

.trp-ls-shortcode-current-language {
    position: relative;
}

.trp-ls-shortcode-current-language::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 12px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
}

#trp-floater-ls {
    display: none;
}

.blue_topper .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-family: "Karla", Sans-serif !important;
    text-transform: uppercase;
    max-width: 250px;
    text-decoration: underline;
}

.blue_topper .elementor-image-box-wrapper:hover .elementor-image-box-content h3 {
    color: #a6ce39;
}

.faqs_cat .elementor-column.elementor-col-25 {
    width: 23%;
}

.faqs_cat .elementor-column.elementor-col-25 .elementor-image-box-wrapper {
    position: relative;
}

.faqs_cat .elementor-column.elementor-col-25 .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: -120px;
}

.faqs_cat .elementor-column.elementor-col-25 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
    color: inherit;
    text-decoration: none;
    font-family: "Karla", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.news_single_banner {
    min-height: 85vh;
    padding: 80px 0;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}

.news_single_banner h2 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 59px;
}

.elementor-container.news {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.single_block_news_wrpr {
    box-sizing: border-box;
    background-color: #F0F0F0;
    padding: 15px 15px;
    padding-bottom: 65px;
}

.news .breadcrumb,
.news .breadcrumb a {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
}

.elementor-container.news h2 {
    color: #232526;
    font-family: 'Lemonade Stand Regular' !important;
    font-size: 39px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.news .breadcrumb {
    padding-bottom: 50px;
    width: 100%;
}

.news .breadcrumb span {
    padding: 0 10px;
}

.elementor-container.news h5,
.elementor-container.news h6 {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.elementor-container.news h6 span {
    color: #0E6FBA;
}

.single_left_wrpr {
    width: 100%;
    max-width: 75%;
    padding-right: 50px;
}

.blog_sidebar {
    width: 100%;
    max-width: 25%;
}

.swiper-slide-duplicate {
    display: none;
}

.single_left_wrpr p {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    line-height: 29px;
    float: none;
    width: auto;
    text-align: justify;
}

.single_left_wrpr p img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.single_left_wrpr p img::parent {
    float: left;
}

.share_btn a {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
}

.share_btn .fa {
    color: #0E6FBA;
    padding-right: 3px;
}

.single_news_parent {
    float: right !important;
    padding-left: 15px;
}

.custom_img_slide .elementor-swiper-button-prev {
    left: 43%;
    transform: translateX(-50%);
    color: #0E6FBA;
}

.custom_img_slide .elementor-pagination-position-outside .elementor-swiper-button {
    top: auto;
    bottom: -35px;
    z-index: 9;
}

.custom_img_slide .elementor-swiper-button-next {
    right: 43%;
    transform: translateX(-50%);
    color: #0E6FBA;
}

.elementor-widget-image-box .elementor-image-box-title a {
    text-decoration: none;
}

.twilt_img img {
    -webkit-box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 15px 24px -11px rgb(0 0 0 / 20%) !important;
}

.donate_form_layout .wcdp-header>.wcdp-step::before {
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #1B1C1D;
}

/* .donate_form_layout #wcdp-header-step-2:before {
    background-color: #A6CE39;
}
.donate_form_layout #wcdp-header-step-3:before {
    background-color: #A6CE39;
}
.donate_form_layout #wcdp-progress-bar-background{
	background-color: #A6CE39;
} */
#wcdp-header-step-1:before {
    background-color: var(--wcdp-main-2);
    color: #FFF;
}

#wcdp-header-step-2:before {
    background-color: var(--wcdp-step-2);
    color: #FFF;
}

#wcdp-header-step-3:before {
    background-color: var(--wcdp-step-3);
    color: #FFF;
}

.donate_form_layout div.wcdp-header>div.wcdp-step {
    color: #232526 !important;
    font-family: 'Lemonade Stand Regular' !important;
    letter-spacing: 1px;
}

#wcdp_va_amount input.wcdf-input-field {
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 25px;
    min-width: 25ch;
    margin-left: 10px;
    outline: none;
}

.wcdp-amount label {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 12px;
    color: #232526;
    font-family: 'Lemonade Stand Regular' !important;
    font-size: 25px;
    margin-bottom: 15px;
}

.donate_form_layout .woocommerce {
    border: 1px solid #c8d3db;
    background: #FFF;
    margin-bottom: 35px;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.support_makes_title {
    border: 1px solid #c8d3db;
    border-top-left-radius: 30px;
    border-bottom: none;
    margin-bottom: -15px !important;
}

.wcdp-amount {
    text-align: center;
}

.donate_form_layout .woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 20px;
    min-width: auto;
    outline: none;
    width: 100%;
    font-size: 16px;
}

.donate_form_layout .woocommerce-additional-fields textarea {
    width: 100%;
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 110px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: inherit !important;
    height: auto !important;
    min-height: 110px;
    padding-top: 18px;
}

.donate_form_layout .woocommerce-billing-fields__field-wrapper .select2-selection {
    border: 1px solid #c8d3db;
    border-radius: 0;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 20px;
    min-width: auto;
    outline: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.donate_form_layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7b7b7b;
    line-height: 50px;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

.donate_form_layout .wcdp-header {
    margin-bottom: 50px;
}

.donate_form_layout .woocommerce-checkout-review-order {
    display: none;
}

.donate_form_layout #order_review_heading {
    display: none;
}

.donate_form_layout .woocommerce-checkout .wcdp-tab {
    border: 1px solid #c8d3db;
    background: #FFF;
    margin-bottom: 35px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    text-align: center;
}

.donate_form_layout .woocommerce-checkout label {
    color: #1B1C1D;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: var(--wc-form-border-radius);
}

.donate_form_layout .woocommerce-checkout h3 {
    color: #1B1C1D;
    margin-top: 30px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.donate_form_layout .wcdp-left,
.donate_form_layout .wcdp-right {
    margin-bottom: 30px !important;
}

.wcdp-choose-donation .woocommerce-Price-currencySymbol {
    font-size: 25px;
}

.donate_form_layout .place-order .button {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    background-color: #0E6FBA !important;
    color: #FFF !important;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    border-radius: 2px;
    width: 100%;
    margin-top: 20px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    border: none;
    outline: none;
    float: none !important;
    height: 50px;
    line-height: 50px;
}

.donate_form_layout .woocommerce form .form-row-first,
.donate_form_layout .woocommerce form .form-row-last {
    width: 49%;
}

.donate_form_layout .button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
    background-color: #A6CE39 !important;
}

.woocommerce .wcdp-tab .wcdp-right,
.wcdp-right {
    float: none;
}

.place-order .button {
    background-color: #A6CE39 !important;
    color: #FFF !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    border-radius: 2px;
    width: auto;
    margin-top: 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border: none;
    outline: none;
    float: none !important;
}

.place-order .button:hover {
    background-color: #A6CE39 !important;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
}

.sponsors_logo_outer ul.client_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.sponsors_logo_outer ul.client_slide li.list {
    width: 18% !important;
    margin-bottom: 20px;
    list-style: none;
}

.sponsors_logo_outer ul.client_slide li.list img {
    box-shadow: 0px 8px 35px -9px rgb(0 0 0 / 17%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    line-height: 0 !important;
}

.sponsors_logo_outer ul.client_slide .slick-dots li button {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    border: 1px solid #ee841d;
    padding: 0;
}

.sponsors_logo_outer ul.client_slide .slick-dots li.slick-active button {
    background: #ee841d;
}

.sponsors_logo_outer .slick-slide {
    padding: 0 5px;
}

.sponsors_logo_outer {
    margin-top: 20px;
}

.elementor-element-1c0e7d8 {
    display: none;
}

.page-id-2638 header::before {
    max-height: 200px;
}

.page-id-2638 .checkout-button {
    background-color: #0E6FBA !important;
    border-radius: 5px 5px 5px 5px !important;
    color: #FFF !important;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.page-id-2638 .checkout-button:hover {
    background-color: #A6CE39 !important;
}

.page-id-2638 .cart_totals h2 {
    color: #1B1C1D;
    font-family: 'Lemonade Stand Regular' !important;
}

.donate_form_layout .wdpgk_donation_content input {
    border: 1px solid #c8d3db;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 50px;
    line-height: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 20px;
    min-width: auto;
    outline: none;
    width: 100%;
    font-size: 16px;
}

.donate_form_layout .wdpgk_donation_content {
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #c8d3db;
    padding-bottom: 40px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* .donate_form_layout .wdpgk_donation_content .wdpgk_display_option {
    max-width: 25%;
} */

.donate_form_layout .wdpgk_donation_content .wdpgk_display_option {
    display: block;
    width: 100%;
    margin: 10px 0;
    max-width: 100%;
}

.donate_form_layout .wdpgk_donation_content .wdpgk_predife_cus_val:not(.wdpgk_hidden) {
    margin-right: 40px;
    width: 100%;
    padding-top: 0;
}

.donate_form_layout .wdpgk_donation_content .wdpgk_predife_cus_val:not(.wdpgk_hidden) .wdpgk_display_option {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d7d7d7;
    max-width: 225px;
}

.donate_form_layout .wdpgk_donation_content .wdpgk_predife_cus_val:not(.wdpgk_hidden) .wdpgk_display_option input {
    border-radius: 0;
}

.donate_form_layout .wdpgk_display_option.wdpgk_campaign_option {
    display: none;
}

.donate_form_layout .wdpgk_donation_content .button.wdpgk_add_donation {
    cursor: pointer;
    margin-top: 0;
    outline: none !important;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    background-color: #0E6FBA !important;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 2px;
    width: 100%;
    font-size: 20px !important;
    font-weight: 400 !important;
    border: none;
    outline: none;
    float: none !important;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    display: none;
    margin-left: 0;
    opacity: 0;
}


.donate_form_layout .wdpgk_donation_content h2 {
    color: #1B1C1D;
    margin-top: 0px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
}

.donate_form_layout .wdpgk_donation_content .button.wdpgk_add_donation:hover {
    background-color: #A6CE39 !important;
}

div.donation-amount {
    color: #000000;
    font-size: 110%;
}

.donate_form_layout .woocommerce form .form-row .optional {
    visibility: hidden;
}

.donate_form_layout .woocommerce-checkout #payment {
    background: #f0f0f0;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: 20px;
    border: 1px solid #c8d3db;
}

.donate_form_layout .woocommerce-checkout .woocommerce-additional-fields h3 {
    visibility: hidden;
}

.donate_form_layout .wdpgk_error_front {
    margin-left: 30px;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    padding-bottom: 20px;
    color: #6a8d0b;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.woocommerce ul.order_details li strong {

    text-transform: none;
    line-height: 1.5;
    color: #1B1C1D;
    margin-top: 7px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
}

.woocommerce-order-details__title {
    color: #1B1C1D;
    margin-top: 30px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.woocommerce-customer-details h2 {
    color: #1B1C1D;
    margin-top: 30px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.woocommerce-customer-details address {
    padding-bottom: 20px;
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.woocommerce table.shop_table td {
    color: #1B1C1D;
    margin-top: 7px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
}

.woocommerce table.shop_table th {
    color: #1B1C1D;
    margin-top: 7px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
}

.woocommerce-checkout .floating-button {
    opacity: 1 !important;
    visibility: hidden !important;
}

.GooglePayButton {
    display: none !important;
}

.GooglePayButton--buy {
    display: none !important;
}

.GooglePayButton--dark {
    display: none !important;
}

.woocommerce-checkout-payment fieldset {
    border: none !important;
}

#wc-stripe-payment-request-wrapper {
    display: none !important;
}

#wc-stripe-payment-request-button-separator {
    display: none !important;
}

.order_details .woocommerce-table__product-name a {
    color: #1B1C1D;
    margin-top: 7px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: default;
    font-weight: 500;
    pointer-events: none;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    color: #1B1C1D;
    margin-top: 30px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.wc-bacs-bank-details-account-name {
    color: #1B1C1D;
    font-family: "Karla", Sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.page-id-222 .home_banner {
    min-height: 50vh;
}

.page-id-7535 .home_banner {
    min-height: 50vh;
}

.woocommerce .wc-bacs-bank-details-account-name {
    line-height: 1.5;
    color: #1B1C1D;
    margin-top: 7px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.wc-bacs-bank-details.order_details.bacs_details {
    padding-left: 0;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper:hover .elementor-image-box-title a {
    color: #A6CE39;
    cursor: pointer;
}

.elementor-7 .elementor-element.elementor-element-1132ebb {
    margin-bottom: 0;
}

.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap:hover .insta-gallery-image-mask {
    background: linear-gradient(45deg, #fd1d1d, #e1306c, #c13584, #833ab4, #405de6, #5851db) !important;
    opacity: 70% !important;
}

.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap {
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-icon {
    left: 50%;
    font-size: 30px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    right: auto !important;
    bottom: auto !important;
}

.trp-language-switcher-container a.hfe-menu-item {
    box-sizing: border-box;
    padding: 6px 30px 6px 15px;
    border: none;
    border-radius: 5px;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #8daf31 !important;
    color: #FFF;
    width: auto !important;
    min-width: 117px;
    position: relative;
    font-weight: 400;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    display: inline-block !important;
}

.trp-language-switcher-container a.hfe-menu-item span {

    display: flex;
    align-items: center;

}

/* .trp-language-switcher-container::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8px;
    height: 8px;
    background: transparent;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(45deg);
} */
.trp-language-switcher-container a.hfe-menu-item:hover {
    box-shadow: none !important;
}

.post-type-archive-product .woocommerce-products-header::before {
    display: none;
}

.post-type-archive-product .woocommerce-breadcrumb {
    margin-top: 20px;
}

.post-type-archive-product .woocommerce-products-header {
    background: transparent;
}

.woocommerce a.add_to_cart_button {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Karla", Sans-serif;
    text-transform: uppercase;
    background-color: #0E6FBA;
    color: #FFF !important;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: auto;
    border-radius: 2px;
    width: auto;
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400 !important;
    border: none;
    outline: none;
}

.woocommerce a.add_to_cart_button:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 8%) !important;
    background-color: #A6CE39;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1B1C1D;
    margin-top: 0px;
    text-align: left;
    font-family: "Karla", Sans-serif;
    font-weight: 500;
    font-size: 25px;
    width: 100%;
}

.woocommerce ul.products li.product .price {
    font-size: 24px;
}

.error404 .site-main .page-header::before {
    display: none;
}

.error404 .page-content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 20px;
}

.single-product .woocommerce-breadcrumb {
    margin-top: 20px;
}

.woocommerce button.button.alt {
    -webkit-font-smoothing: antialiased;
    background-color: #0E6FBA;
    border-radius: 5px 5px 5px 5px;
    color: #FFF !important;
    height: 42px;
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #232526;
    font-family: "Karla", Sans-serif;
    font-weight: 700;
}

@media (min-width: 1600px) {
    .elementor-container {
        width: 100%;
        max-width: 1460px !important;
    }

    .shortcode_width .elementor-container {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (min-width: 1300px) {
    .elementor-7 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay::before {
        position: absolute;
        content: '';
        background: #a6ce39;
        position: absolute;
        width: 50%;
        right: 0;
        left: auto;
        top: 0;
        height: 25%;
        z-index: 0;
    }

    .elementor-1407 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay::before {
        position: absolute;
        content: '';
        background: #a6ce39;
        position: absolute;
        width: 50%;
        right: 0;
        left: auto;
        top: 0;
        height: 25%;
        z-index: 0;
    }

    .elementor-2323 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay::before {
        position: absolute;
        content: '';
        background: #a6ce39;
        position: absolute;
        width: 50%;
        right: 0;
        left: auto;
        top: 0;
        height: 25%;
        z-index: 0;
    }

    .min-img-heightt img {
        min-height: 480px;
        object-fit: cover;
        object-position: center;
    }

    .left_image_blog img {
        min-height: 550px;
    }

    .news_lists_left .left_image_blog img {
        min-height: auto;
    }

    .elementor-element-1132ebb.elementor-section-boxed {
        display: none;
    }
}

@media (max-width: 1600px) {
    .elementor-7 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay {
        background-position: center right !important;
    }

    .elementor-1407 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay {
        background-position: center right !important;
    }

    .elementor-2323 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay {
        background-position: center right !important;
    }

    .news_custom_width_area .elementor-column-gap-default {
        max-width: 1000px !important;
        margin: auto;
    }

}

@media (max-width: 1600px) {
    .hfe-nav-menu li.menu-item {
        margin-right: 0px !important;
    }

    .hfe-nav-menu li.menu-item a.hfe-menu-item {
        font-size: 16px !important;
        padding-left: 19px !important;
        padding-right: 19px !important;
    }

    body {
        font-size: 16px;
    }

    .orphan_girl .elementor-image-box-title {
        font-size: 22px !important;
        line-height: 35px;
    }

    .logo_boh img {
        max-width: 165px !important;
    }

    ul.hfe-nav-menu .sub-menu li.menu-item a {
        font-size: 16px !important;
    }

    .web_minimal_width {
        max-width: 1000px;
    }

    .latest_news_block {
        max-width: 850px;
    }

    .swiper_insta_slide {
        max-width: 1000px;
    }

    .sponsors_slider {
        max-width: 950px !important;
    }

    .latest_news_block.involve {
        max-width: 980px;
    }

    .news_lists_left .left_image_blog img {
        min-height: 240px;
    }

    .sponsors_logo_outer ul.client_slide {
        max-width: 950px;
    }

    .faqs_cat .elementor-column.elementor-col-25 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {
        font-size: 20px;
    }
}

@media (max-width: 850px) {
    .together_section .elementor-col-25 {
        width: 100%;
        max-width: 48%;
        margin-bottom: 15px;
    }

    .orphan_girl .elementor-col-25 {
        max-width: 48%;
        width: 100%;
    }

    .orphan_girl .elementor-col-25 .elementor-widget-image-box .elementor-widget-container {
        height: auto;
        background-color: #FFF;
        margin-bottom: 30px;
        box-shadow: 0px 8px 35px -9px rgba(0, 0, 0, 0.17);
    }

    .orphan_girl .elementor-image-box-title {
        color: #232526 !important;
    }

    .elementor-button-link.elementor-button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .te_conmtent {
        padding: 30px 25px 30px 25px;
    }

    .te_conmtent h5 {
        padding-left: 0;
        text-align: center;
    }

    .te_conmtent h6 {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .te_image {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
        bottom: 0;
        padding-top: 90%;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .child_word .slick-list.draggable {
        padding-left: 0;
        padding-right: 0;
    }

    .te_conmtent h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .involved_section .elementor-col-33 {
        max-width: 100%;
        margin-bottom: 30px;
        padding: 10px;
    }

    .latest_news_wrap {
        flex-wrap: wrap;
    }

    .left_image_blog {
        width: 100%;
    }

    .right_content_blog {
        width: 90%;
        position: relative;
        margin: auto;
        margin-top: auto;
        margin-top: -90px;
    }

    .swiper-pagination {
        display: block;
    }

    .elementor-pagination-position-outside .swiper-container {
        padding-bottom: 30px;
    }

    .elementor-7 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay {
        background-image: none;
    }

    .sponsors_slider .swiper-slide {
        width: 50% !important;
        padding: 7px;
    }

    .sponsors_slider .swiper-wrapper {
        flex-wrap: inherit;
    }

    .payments_footer {
        position: relative;
    }

    .button_footer_flex .elementor-element-populated {
        flex-wrap: nowrap;
    }

    header {
        background-color: #FFF;
    }

    .top_header_call .elementor-icon-list-text {
        font-size: 0;
    }

    .top_header_call .elementor-icon-list-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .logo_boh img {
        max-width: 160px !important;
    }

    .top_header_call {
        margin-bottom: 0 !important;
        /* 		position: relative;
z-index: 10; */
    }

    .hfe-nav-menu-icon {
        color: #FFF;
        font-size: 24px;
    }

    .right_content_blog::after {
        right: -55px;
        bottom: -54px;
        width: 140px;
        height: 140px;
    }

    .child_word {
        max-width: 600px;
        padding-left: 0;
    }

    .support_blue_area p {
        padding: 0 20px;
    }

    .why_the_box_content p a::after {
        display: none;
    }

    .why_the_box_content p a {
        text-decoration: underline;
        text-decoration-color: #0e6fba;
    }

    .child_word .slick-prev,
    .child_word .slick-next {
        display: none !important;
    }

    .te_conmtent h6 {
        text-decoration: underline;
        text-decoration-color: #A6CE39;
    }

    .te_conmtent h6::after {
        display: none;
    }

    .our_story_three_block .elementor-container .elementor-column.elementor-col-33 {
        max-width: 33%;
    }

    nav.hfe-nav-menu__layout-horizontal {
        flex-wrap: wrap;
        top: 75px !important;
        border-top: 1px solid #EFEFEF;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    nav.hfe-nav-menu__layout-horizontal {
        background: url(/wp-content/uploads/2022/04/responsive_menu_grey.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .responsive_append_div .elementor-button {
        display: block;
    }

    .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
        padding: 20px;
        padding-left: 5px;
    }

    .responsive_append_div {
        padding: 20px;
        padding-top: 0;
    }

    .hfe-nav-menu li.menu-item {
        border: none !important;
    }

    ul.hfe-nav-menu li:last-child a {
        display: none;
    }

    ul.hfe-nav-menu .sub-menu li.menu-item:last-child a {
        display: block !important;
    }

    ul.hfe-nav-menu .sub-menu {
        box-shadow: none !important;
        padding-left: 40px;
    }

    ul.hfe-nav-menu .sub-menu li.menu-item a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        font-size: 16px !important;
    }

    .responsive_append_div .top_header_call .elementor-icon-list-text {
        font-size: 16px;
    }

    /*	header.bgmain::before {*/
    /* display: none;*/
    /*}*/
    header.bgmain .hfe-nav-menu-icon {
        color: #E4007F;
    }

    .responsive_append_div i.fas.fa-envelope-open::after {
        background: url(/wp-content/uploads/2022/04/responsive_mail.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .responsive_append_div i.fas.fa-phone-alt::after {
        background: url(/wp-content/uploads/2022/04/responsive_call.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: none;
    }

    .responsive_append_div .top_header_call .elementor-icon-list-item {
        margin: 6px 0;
    }

    .hfe-nav-menu li.menu-item a.hfe-menu-item {
        background-color: transparent !important;
        justify-content: flex-start;
    }

    .hfe-menu-toggle.sub-arrow {
        display: block;
    }

    .box_list_icons h6 {
        text-align: left;
        display: flex;
    }

    .latest_news_block.box-steps .elementor-column.elementor-col-50 {
        width: 100%;
    }

    .latest_news_block.box-steps .elementor-column.elementor-col-50.green-block {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        max-width: 90%;
        margin: auto;
        margin-top: -65px;
    }

    .latest_news_block.box-steps .elementor-column.elementor-col-50.blue-block {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        z-index: 9;
        order: 2;
        max-width: 90%;
        margin: auto;
        margin-top: -65px;
    }

    .involved_section.packs .elementor-column.elementor-col-25 {
        max-width: 49%;
        width: 100%;
        margin-bottom: 20px;
    }

    .news_lists_left .latest_news_wrap {
        margin-bottom: 25px;
    }

    .news_lists_left .left_image_blog {
        width: 100%;
        padding-right: 0;
    }

    .news_lists_left .right_content_blog {
        box-shadow: none;
        padding: 45px;
        background-color: #FFF;
        color: #FFF;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 90%;
        position: relative;
        right: 0;
        padding-right: 45px;
    }

    .involved_section.more_gap .elementor-col-33 {
        max-width: 32.3%;
    }

    .blue_topper .elementor-image-box-wrapper {
        display: flex;
    }

    .blue_topper .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 15px !important;
    }

    .involved_section.blue_topper .elementor-col-33 {
        margin-bottom: 10px;
    }

    .single_left_wrpr {
        max-width: 100%;
    }

    .blog_sidebar {
        width: 100%;
        max-width: 100%;
    }

    .single_left_wrpr {
        padding-right: 0px;
    }

    .elementor-2323 .elementor-element.elementor-element-1c6f7f3>.elementor-background-overlay {
        display: none;
    }

    .te_conmtent br {
        display: none;
    }
}

@media (max-width: 600px) {
    .child_word {
        max-width: 340px;
        padding-left: 0;
    }

    .home_banner {
        min-height: 34vh;
    }

    .banner_flex_btn .elementor-element-populated {
        flex-wrap: nowrap;
    }

    .home_banner .elementor-button-link.elementor-button {
        min-width: 150px;
    }

    .elementor-button-link.elementor-button {
        font-size: 16px;
    }

    .faqs .elementor-tab-title a {
        line-height: 34px;
    }

    .orphan_girl .elementor-col-25 {
        max-width: 100%;
    }

    .involved_section .elementor-col-33 {
        padding: 0px;
    }

    .logo_boh img {
        max-width: 140px !important;
    }

    .our_story_three_block .elementor-container .elementor-column.elementor-col-33 {
        max-width: 100%;
    }

    .hfe-nav-menu__align-right.elementor-widget__width-inherit {
        margin-bottom: 0;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .elementor-13 .elementor-element.elementor-element-27f93b0 {
        width: 100%;
        max-width: 100%;
        z-index: 99;
        position: relative;
    }

    .supporting-charities .elementor-column.elementor-col-50 {
        max-width: 100%;
    }

    .charity_form .wpcf7-form p {
        width: 100%;
    }

    .relative_title::after {
        display: none;
    }

    .relative_title::before {
        display: none;
    }

    .involved_section.packs .elementor-column.elementor-col-25 {
        max-width: 100%;
        margin-bottom: 0;
    }

    .charity_form.contact-form .wpcf7-form p:nth-child(5) {
        max-width: 100%;
    }

    .charity_form.contact-form .wpcf7-form p:nth-child(6) {
        width: 100%;
        max-width: 100%;
    }

    .charity_form.contact-form .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .charity_form.contact-form .elementor-widget-image-box .elementor-image-box-img {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .charity_form.contact-form .elementor-widget-image-box .elementor-image-box-content {
        width: auto;
    }

    .involved_section.more_gap .elementor-col-33 {
        max-width: 100%;
    }

    .faqs_cat .elementor-column.elementor-col-25 {
        width: 100%;
        margin-bottom: 90px;
    }

    .report_area .elementor-container.elementor-column-gap-default {
        display: flex;
        flex-wrap: nowrap;
    }

    .custom_img_slide .elementor-pagination-position-outside .elementor-swiper-button {
        top: calc(50% - 30px / 2);
        bottom: auto;
    }

    .custom_img_slide .elementor-swiper-button-next {
        right: -34px;
    }

    .custom_img_slide .elementor-swiper-button-prev {
        left: -12px;
    }

    .custom_img_slide .swiper-pagination {
        display: none;
    }

    #wcdp_va_amount input.wcdf-input-field {
        min-width: 75%;
        margin-left: 10px;
    }

    .sponsors_logo_outer ul.client_slide li.list {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .donate_form_layout .woocommerce {
        padding-left: 15px;
        padding-right: 15px;
    }

    .donate_form_layout .place-order .button {
        font-size: 15px !important;
    }

    .donate_form_layout .wdpgk_donation_content .wdpgk_display_option {
        max-width: 100%;
    }

    .donate_form_layout .woocommerce-checkout label {
        border-radius: 3px;
    }

    .donate_form_layout .woocommerce-checkout .woocommerce-additional-fields h3 {
        display: none;
    }

    .donate_form_layout .wdpgk_donation_content p {
        margin-bottom: 8px;
        margin-right: 0;
        width: 100%;
    }

    .home_banner {
        min-height: 30vh;
    }

    .page-id-3006 .home_banner {
        min-height: 25vh;
    }

    .page-id-222 .home_banner {
        min-height: 22vh;
    }

    .page-id-2856 .home_banner {
        min-height: 22vh;
    }

    .page-id-2733 .home_banner {
        min-height: 22vh;
    }

    .page-id-1571 .home_banner {
        min-height: 25vh;
    }

    .elementor-2323 .elementor-element.elementor-element-5137807>.elementor-background-overlay {
        display: none;
    }

    .news_single_banner {
        min-height: 27vh;
    }

    .switcher .hfe-nav-menu {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .switcher .responsive_append_div {
        display: none !important;
    }

    .switcher .hfe-nav-menu {
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        background-color: transparent !important;
        border: none;
        padding: 0 !important;
        position: relative;
        z-index: 9;
        max-width: 40px;
        margin-right: 70px;
    }

    .trp-language-switcher-container a.hfe-menu-item {
        min-width: auto;
    }

    .switcher .hfe-nav-menu__layout-horizontal {
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        background-color: transparent !important;
        border: none;
        padding: 0 !important;

    }

    .trp-ls-language-name {
        font-size: 0 !important;
    }

    .menu-item-object-language_switcher .trp-flag-image {
        min-width: 25px;
        margin-top: -2px;
        max-width: 25px;
        image-rendering: high-quality;
    }
}

.GooglePayButton {
    display: none !important;
}

.GooglePayButton--buy {
    display: none !important;
}

.GooglePayButton--dark {
    display: none !important;
}

#banner-elementschristmas,
#banner-elementschristmas-mobile {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    #banner-elementschristmas {
        display: none !important;
    }

    #banner-elementschristmas-mobile {
        display: block !important;
        padding: 0px !important;
        min-height: 0vh !important;
    }

    #banner-elementschristmas-mobile .elementor-column-gap-default .elementor-column .elementor-element-populated {
        padding: 0px !important;
    }
}

@media only screen and (min-width: 601px) {
    #banner-elementschristmas {
        display: block !important;
        padding: 0px !important;
        min-height: 0vh !important;
    }

    #banner-elementschristmas .elementor-container {
        width: 100%;
        max-width: none !important;
    }

    #banner-elementschristmas .elementor-container img {
        width: 100% !important;
    }

    #banner-elementschristmas .elementor-column-gap-default .elementor-column .elementor-element-populated {
        padding: 0px !important;
    }

    #banner-elementschristmas-mobile {
        display: none !important;
    }
}

.payment_method_stripe ul.woocommerce-error {
    padding: 1rem;
}
.payment_method_stripe .woocommerce-error::before, payment_method_stripe .woocommerce-info::before, payment_method_stripe .woocommerce-message::before {
    display: none;
}