/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1779248873
Updated: 2026-05-20 03:47:53

*/

:root {
    /* --orange: #FFA765; */
    --red: #b70b0d;
    --green: #0B4D3C;
}
@font-face {
    font-family: 'Storytella';
    src: url('/wp-content/themes/kadence-child/fonts/Storytella.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul {list-style: none;margin: 0;}
.site-header-top-section-left ul {
    display: flex;
    gap: 40px;
    align-items: center;
}
.site-header-top-section-left ul li i {
    margin-right: 12px;
    color: #ff908d;
}
.site-header-top-section-left ul li, .site-header-top-section-left ul li a {
    font-size: 15px;
    color: #fff;
}
.site-header-top-section-left ul li a {text-decoration: none !important;}
.site-header-top-section-left ul li a:hover {color: var(--red)}
.site-main-header-inner-wrap {
    background-color: #fff;
    border-radius: 9px;
    padding: 7px 15px 5px;
}
.site-top-header-wrap {padding: 10px 0;}
#main-header {
    position: absolute;
    width: 100%;
}
.site-header-section-right {justify-content: space-between;}
#main-header .header-button {
    padding: 14px 35px;
    border-radius: 50px;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {color: #000;}
.text_center {text-align: center;}
.color_white * {color: #fff;}
.single-content p {margin-bottom: 15px;}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {margin: 0 0 20px;}
.banner_sec {
    padding: 200px 0 55px;
    background-color: #0B4D3C;
}
.banner_sec .wpb_single_image img {
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.banner_sec .ban_img1 img {
    max-width: 700px;
    height: 350px;
    object-fit: cover;
    transform: rotateZ(-5deg);
}
.banner_sec .ban_img2 {
    margin: -145px -30px 0 0;
    position: relative;
    text-align: right !important;
}
.banner_sec .ban_img2 img {
    height: 300px;
    width: 480px;
    object-fit: cover;
    transform: rotateZ(5deg);
}
.banner_sec .ban_img1 {padding-left: 15px;}
.banner_sec .head_box p strong {color: #a0ba60;}
.banner_sec .head_box h1 {
    position: relative;
    line-height: normal;
}
.banner_sec .head_box h1::after {
    content: '';
    background-image: url(/wp-content/themes/kadence-child/images/india.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -15px;
    margin-left: 10px;
    display: inline-block;
}
.banner_sec::after {
    content: '';
    background-image: url(images/banner_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    height: 480px;
}
.sbtn {
    display: inline-block;
    background-color: var(--red);
    color: #fff;
    text-decoration: none !important;
    padding: 14px 30px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 2;
    overflow: hidden;
    border: none;
    transition: 0.5s;
    border-radius: 50px;
}
.sbtn:hover, .banner_sec .box .white:hover {color: #fff !important;}
.sbtn::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 100%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: var(--green);
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease;
}
.sbtn:hover::before {
    transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}
.banner_sec .box .sbtn {
    border: 1px solid #ffffff;
    background-color: #fff;
    color: #000;
}
.banner_sec .box .white {
    margin-right: 18px;
    color: #fff;
    background-color: transparent;
}
.banner_sec .box .sbtn:hover {border: 1px solid var(--red);}
.banner_sec .box .sbtn::before {background-color: var(--red);}
.hsec1 {
    padding-top: 70px;
    padding-bottom: 5px;
    background-color: rgb(44 99 51 / 5%);
}
.sub_head {
    color: var(--red);
    font-weight: bold;
    padding: 8px 18px;
    border: 1px solid #03352c1a;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: normal;
    background-color: #fff;
}
.sub_head::before, .sub_head::after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: var(--red);
    border-radius: 50px;
    margin-right: 10px;
}
.sub_head::after {margin: 0 0 0 10px;}
.hsec1 .aio-icon-component {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 20px 16px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 0px #3284bc;
}
.hsec1 .box2 {box-shadow: 0 5px 0px #ecaa0f;}
.hsec1 .box3 {box-shadow: 0 5px 0px #fb7f8e;}
.hsec1 .box4 {box-shadow: 0 5px 0px #50884e;}
.hsec1 .box5 {box-shadow: 0 5px 0px #faa45f;}
.hsec1 .box6 {
    box-shadow: none;
    border: none;
    padding: 22px;
    background-image: linear-gradient(#cadf97, #a0ba60);
}
.hsec1 .box6 .aio-icon-header, .hsec1 .box6 .aio-icon-description {width: 100%;}
.hsec1 .box6 .aio-icon-description {color: #000;}
.hsec1 .box6 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 0 0 15px;
    font-size: 22px;
}
.hsec1 .aio-icon-component * {text-align: left !important;}
.hsec1 .box6 * {text-align: center !important;}
.hsec1 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 7px 0 10px;
    font-size: 19px;
}
.hsec1 .aio-icon-header, .hsec1 .aio-icon-description {
    width: 60%;
    margin: 0 !important;
}
.hsec1 .aio-icon-description img {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 160px;
    height: 175px;
    object-fit: cover;
    border-radius: 0 10px 13px 0px;
}
.hsec1 .aio-icon-description {
    font-size: 15px;
    line-height: 1.3;
}
.hsec2 {padding-bottom: 70px;}
.hsec2 .vc_column-inner>.wpb_wrapper {
    display: flex;
    padding: 20px 20px 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
}
.hsec2 .aio-icon-component {
    margin: 0;
    width: 25%;
    border-right: 1px solid #ddd;
}
.hsec2 .aio-icon-component:last-child {border-right: none;}
.hsec2 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 5px 0 2px;
    font-size: 20px;
}
.hsec2 .aio-icon-description {font-size: 15px;}
.hsec3 {
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: visible !important;
    float: left;
}
.hsec1::before, .hsec3::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.hsec1::before {
    left: 0;
    top: 0;
    width: 230px;
    height: 161px;
    background-image: url(images/vector2.png);
}
.hsec3::after {
    background-image: url(images/vector.png);
    right: 0;
    bottom: -110px;
    width: 200px;
    height: 212px;
}
.hsec3 .head_box h2 {
    position: relative;
    padding-left: 118px;
}
.hsec3 .head_box h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/Park-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.hsec3 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 7px 0 0;
    font-size: 15px;
}
.hsec3 .aio-icon-component {
    width: 32%;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 20px 20px 14px;
    min-height: 136px;
    border-radius: 10px;
}
.hsec3 .aio-icon-component .aio-icon-img {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 50px;
}
.hsec3 .head_box {margin-bottom: 27px;}
.hsec4 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.hsec2, .hsec4, .about_sec1 .box2, .about_sec1 .box3 {background-color: rgb(44 99 51 / 5%);}
.hsec5 {
    overflow: visible !important;
    padding-bottom: 20px;
}
.hsec5 .owl-item img {
    border-radius: 15px;
    height: 280px !important;
    object-fit: cover;
    width: 100% !important;
}
.hsec5 .sa_owl_theme .owl-dots {bottom: -35px !important;}
.hsec5 .sa_owl_theme .owl-dots .owl-dot span {background-color: rgb(201 30 39 / 30%) !important;}
.hsec5 .sa_owl_theme .owl-dots .active span {background-color: var(--red) !important;}
.site-footer .widget-area .widget-title, .site-footer h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.site-footer ul li {line-height: normal !important;}
.site-footer-top-section-2 ul li {margin-bottom: 18px;}
.site-footer-top-section-3 ul li {margin-bottom: 25px;}
.site-footer ul li a, .site-footer-top-section-3 ul {padding: 0;}
.site-footer-top-section-3 ul li {
    position: relative;
    padding-left: 27px;
}
.site-footer-top-section-3 ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ff908d;
}
footer .wpcf7-form .fields_row p {margin: 0 0 10px;}
footer .fields_row textarea, footer .fields_row input[type=text], footer .fields_row input[type=email] {
    padding: 11px 14px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgb(255 255 255 / 70%);
    background-color: transparent;
}
footer .fields_row textarea::placeholder, footer .fields_row input[type=text]::placeholder, footer .fields_row input[type=email]::placeholder {color: #fff;}
.site-footer ul li a, .site-footer ul li, .site-footer p {
    color: #fff !important;
    font-size: 16px;
}
.site-footer ul li a:hover {color: #ff908d !important;text-decoration: none;}
footer .fields_row textarea {height: 100px;}
.site-footer .site-footer-row.site-footer-row-columns-4 {grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 1.2fr) minmax(0, 1.1fr);}
.site-footer-top-section-3 {display: block;}
.site-footer-top-section-3 .footer-social {margin: 0 0 5px !important;}
footer .submit_row p {margin: -5px 0 0;}
footer .submit_row input[type="submit"] {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
footer .submit_row input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
.site-footer-top-section-3 a.lnk {
    color: #a0ba60;
    text-decoration: underline;
}
.site-footer-top-section-3 a.lnk:hover {
    color: #fff;
    text-decoration: none;
}
.site-bottom-footer-inner-wrap .footer-html {margin: 0;}
.site-footer-bottom-section-2 .footer-navigation {justify-content: flex-end;}
.site-bottom-footer-inner-wrap p, .site-bottom-footer-inner-wrap .menu li a {font-size: 14px !important;}
.site-footer {background-color: #0B4D3C;padding-top: 40px;}
.site-bottom-footer-inner-wrap {border-top: 1px solid;}
.site-bottom-footer-inner-wrap .menu li a {padding: 0 0 0 24px !important;}
.site-footer-top-section-1 a img {border-radius: 10px;}
.site-bottom-footer-inner-wrap .footer-html a, .site-header-top-section-left ul li a:hover {color: #ff908d;}
.site-bottom-footer-inner-wrap .footer-html a:hover {color: #fff;text-decoration: none;}
.page-hero-section .entry-hero-container-inner {padding-top: 140px;}
.about_sec1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.about_sec1 .aio-icon-component {
    padding: 40px 40px 32px;
    border-radius: 20px;
    color: #000;
    margin-bottom: 30px;
}
.about_sec1 .box1 {border: 1px solid #ddd;}
.about_sec1 .aio-icon-component .aio-icon-img {margin-right: 30px !important;}
.about_sec1 .aio-icon-component .aio-ibd-block {
    border-left: 1px solid #cfcfcf;
    padding-left: 30px;
}
.about_sec1 .aio-icon-header h3.aio-icon-title {
    font-size: 24px;
    color: var(--red);
    position: relative;
}
.about_sec1 .aio-icon-header h3.aio-icon-title::after {
    content: '';
    background-color: red;
    width: 35px;
    height: 2px;
    display: block;
    margin: 12px 0;
}
.about_sec1 .aio-icon-description ul {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 0;
}
.about_sec1 .aio-icon-description ul li:not(:last-child) {margin-bottom: 10px;}
.about_sec1 .box3 .aio-icon-description p {margin: 0;}
.about_sec1 .box_img {
    position: relative;
    padding: 20px;
    z-index: 1;
    margin-top: 40px;
}
.about_sec1 .box_img img {
    border-radius: 20px;
    box-shadow: 0 0 6px #ffffff;
}
.about_sec1 .box_img::before, .about_sec1 .box_img::after {
    content: '';
    background-color: var(--red);
    width: 300px;
    height: 300px;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}
.about_sec1 .box_img::before {left: 0;top: 0;}
.about_sec1 .box_img::after {right: 0;bottom: 0;}
.about_sec1 .box2 .aio-icon-img, .about_sec1 .box3 .aio-icon-img {
    background-color: #c91015;
    border-radius: 50px;
    padding: 10px;
}
.about_sec1 .aio-icon-description ul li::marker {color: var(--red);}
.about_sec1 .box {
    border-radius: 20px;
    padding: 45px 30px 30px;
    position: relative;
    margin: 60px 0;
    border: 1px solid rgb(183 11 13 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.hand_ico {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.hand_ico::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fbf0f1;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    z-index: -1;
    transform: translate(-50%, -53%);
}
.hand_ico img {margin: auto;}
.project_sec1, .team_sec1, .contact_sec1, .join_sec1, .privacy_sec1, .annual_sec1, .donate_sec1, .gallery_sec1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.protop {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 0 0 35px !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.protop .vc_column-inner {padding: 0 !important;}
.protop .wpb_single_image, .protop .wpb_text_column {margin: 0;}
.protop .wpb_single_image img {border-radius: 19px;}
.protop .wpb_single_image * {width: 100%;}
.protop .wpb_text_column {padding: 30px;}
.protop .wpb_text_column h3 {margin-bottom: 15px;}
.project_box1 .wpb_text_column, .team_sec2 .wpb_text_column {
    background-color: var(--red);
    padding: 35px;
    border-radius: 20px;
}
.project_box1 .wpb_text_column h2 strong {
    display: block;
    font-size: 28px;
    font-weight: 500;
}
.project_box2 p {
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.contact_sec1 .con_box h3 {margin: 0 0 15px;}
.contact_sec1 .box4 a {
    background-color: #E9E9E9;
    width: 45px;
    height: 45px;
    padding-top: 3px;
    font-size: 20px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    margin: 5px 5px 0 0;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.contact_sec1 .box4 a:hover {
    background-color: var(--red);
    color: #fff;
}
.contact_sec1 .con_box p a {
    color: var(--global-palette4);
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
}
.contact_sec1 .con_box p a:hover {color: var(--red);}
.contact_sec1 .con_box .wpb_wrapper {
    position: relative;
    padding-left: 45px;
}
.contact_sec1 .con_box .wpb_wrapper::before {
    content: "\f3c5";
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    font-size: 27px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--red);
}
.contact_sec1 .box1 .wpb_wrapper::before {content: "\f3c5";}
.contact_sec1 .box2 .wpb_wrapper::before {content: "\f0e0";}
.contact_sec1 .box3 .wpb_wrapper::before {content: "\f2a0";}
.contact_sec1 .box4 .wpb_wrapper::before {content: "\f074";}
.conn_left .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
}
.conn_left .head_box {flex: none;}
.contact_sec1 .con_box {width: 47%;}
.conn_right .box {
    padding: 28px 30px 35px;
    border-radius: 10px;
    background-image: linear-gradient(#cadf97, #a0ba60);
}
.conn_right .box h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.conn_right .box p {
    margin-bottom: 20px;
    color: #000;
}
.conn_right .fields_row input[type="text"], .conn_right .fields_row input[type="email"], .conn_right .fields_row textarea {
    border-radius: 5px;
    padding: 11px 18px;
    letter-spacing: 0.6px;
    width: 100%;
}
.conn_right .fields_row textarea {height: 120px;}
.conn_right .wpcf7-submit {
    padding: 11px 50px;
    border-radius: 50px;
}
.conn_right .box .fields_row {margin-bottom: 10px;}
.conn_right .wpcf7-not-valid-tip, .conn_right .wpcf7 form .wpcf7-response-output {
    color: #fff;
    font-size: 16px;
}
.contact_sec1 .wpb_gmaps_widget .wpb_wrapper {
    background-color: #fff;
    margin-top: 20px;
    padding: 8px;
    border: 2px solid var(--red);
}
.join_sec1 .box {
    background-color: #fff;
    padding: 50px 50px 55px;
    border-radius: 15px;
    max-width: 90%;
    margin: auto;
    border: 1px solid #ddd;
}
.join_sec1 .box lable {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.join_sec1 .box h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.join_sec1 .box h3::after {
    content: '';
    background-color: var(--red);
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.join_sec1 input[type=text], .join_sec1 input[type="email"], .join_sec1 input[type="tel"], .join_sec1 textarea, .donate_sec1 input[type=text], .donate_sec1 input[type="email"] {
    width: 100%;
    border-color: rgba(220, 220, 220, 1);
    padding: 14px 20px;
    border-radius: 5px;
}
.join_sec1 .fields_col {width: 49%;}
.join_sec1 .fields_row, .join_sec1 .fields_col {margin-bottom: 20px;}
.fields_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
}
.join_sec1 .fields_row input[type="checkbox"] {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    margin-right: 5px;
}
.join_sec1 .wpcf7-list-item {
    font-size: 15px;
    margin: 0;
}
.join_sec1 .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    column-gap: 35px;
    margin: 15px 0 25px !important;
}
.join_sec1 textarea {
    height: 160px;
}
.join_sec1 input[type=submit] {
    padding: 18px 75px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: normal;
}
.join_sec1 .wpcf7-spinner {display: none;}
.join_sec1 .submit_row, .donate_sec1 .submit_row {text-align: center;}
.privacy_sec1 .wpb_text_column h3 {margin: 26px 0 15px;}
.refund_sec1 .wpb_text_column h3 {margin: 0 0 20px;}
.annual_reports {
    border-collapse: collapse;
    background-color: #fff;
}
.annual_reports td, .annual_reports th {
    padding: 15px;
    color: #000;
    text-align: center;
}
.annual_reports th {
    background: var(--red);
    color: #fff;
}
.donate_sec1 .wpcf7-form {
    background-color: #fff;
    padding: 76px 160px;
    border-radius: 15px;
    max-width: 100%;
    margin: auto;
    border: 2px solid #e5e5e5;
}
.donate_sec1 .fields_row {margin-bottom: 15px;}
.donate_sec1 input[type=submit] {
    padding: 12px 60px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
}
.donate_sec1 .wpcf7-spinner {display: none;}
.team_boxx {display: flex;margin-bottom: 30px;}
.team_boxx .vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 5px 10px #0000000d;
}
.team_boxx .wpb_single_image img {border-radius: 12px;}
.team_boxx .vc_col-sm-6 * {height: 100%;}
.team_boxx .secbox {height: auto;}
.team_boxx .wpb_single_image * {width: 100%;}
.team_boxx .wpb_single_image {margin-bottom: 25px;height: auto !important;}
.team_boxx .secbox h3 {margin-bottom: 15px;}
.team_boxx .secbox p strong {color: var(--red);}
.team_boxx:last-child {margin-bottom: 0;}
.team_sec2 a.sbtn {background-color: #fff;color: #000;}
.team_sec2 a.sbtn:hover {background-color: #ff908d;color: #fff;}
.team_sec2 {padding-bottom: 70px;}
.volunteer_area {padding-top: 60px;}
.volunteer_area .head_box {margin-bottom: 70px;}
.volunteer_area::before {
    content: '';
    background-image: url(images/volunteer_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
p.become_head {
    font-size: 26px;
    font-weight: 600;
    color: var(--green);
}
.volunteer_area h2 {
    color: #efc940;
    font-size: 200px;
    line-height: 0.8;
    font-weight: 400;
    margin: 35px 0 0;
    font-family: 'Storytella', cursive;
}
.volunteer_area h3 {font-size: 34px;}
.volunteer_area  a.sbtn {margin-top: 15px;}
.volunteer_image {position: unset !important;}
.volunteer_image .wpb_single_image {
    position: absolute;
    bottom: -1px;
    right: 0;
    margin: 0;
    width: 27%;
}
.volunteer_image .wpb_single_image img {
    border-radius: 15px 0 0 0;
    opacity: 0.5;
}
.marqm {
    border-top: 2px solid #a0ba60;
    border-bottom: 2px solid #a0ba60;
    padding: 18px 0;
    background-color: var(--green);
}
.marq-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scroll-right 35s linear infinite;
}
@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.marq-track span {
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0 15px;
    font-size: 19px;
    position: relative;
}
.marq-track span::before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #a0ba60;
    position: absolute;
    border-radius: 50px;
    top: 50%;
    left: 0;
    transform: translate(-21px, -50%);
}
.join_sec1 {background-color: rgb(44 99 51 / 5%);}
.hsec7 {padding-top: 95px;padding-bottom: 40px;}
.hsec7 .head_box {margin: 0;}
.hsec7 .upb_row_bg::before {
    content: '';
    background-image: url(images/vector3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 298px;
    height: 247px;
}
.hsec7 .upb_row_bg::after {
    content: '';
    background-image: url(images/donation_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 563px;
    height: 860px;
}
p.don_head {
    color: #a0ba60;
    font-size: 19px;
    margin-bottom: 17px !important;
}
.hsec7 .wpb_single_image img {
    border-radius: 15px;
    transform: rotateZ(-4deg);
    height: 407px;
    object-fit: cover;
}
.hsec7 .head_box h2 {
    line-height: 1.35;
    margin-bottom: 10px;
}
.dona_box .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}
.dona_box .aio-icon-component {
    width: 32%;
    border: 1px solid #ddd;
    padding: 18px 10px 15px;
    border-radius: 10px;
}
.dona_box .aio-icon-component .aio-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.dona_box .box1 .aio-icon {background-image: url(images/compassion.svg);}
.dona_box .box2 .aio-icon {background-image: url(images/transparency.svg);}
.dona_box .box3 .aio-icon {background-image: url(images/accountability.svg);}
.dona_box .top-icon .aio-icon-header h3.aio-icon-title {margin: 12px 0 8px;font-size: 18px;}
.dona_box .aio-icon-description {font-size: 14px;}
.dona_box .top-icon .aio-icon i {font-size: 0;}
.hsec4 .box .ti-widget.ti-feed-widget {margin-bottom: 0 !important;}
.hsec4 .head_box {margin-bottom: 15px;}
.hsec4 .box .ti-nav-loadmore .ti-btn {
	background-color: var(--red) !important;
	color: #fff !important;
	padding: 14px 30px !important;
	text-transform: uppercase;
	border-radius: 50px !important;
	font-weight: 600;
}
.hsec4 .box .ti-nav-loadmore .ti-btn:hover {background-color: var(--green) !important;}
.site-top-header-inner-wrap {grid-template-columns: 100%;}
.site-header-top-section-left {display: block;}
.site-header-top-section-left .site-header-item .header-html {width: 100%;}
.site-header-top-section-left .header-html-inner {display: flex;justify-content: space-between;}
.reqbtn a {
    color: #a0ba60;
    font-size: 16px;
    display: inline-block;
}
.reqbtn a:hover {
    color: #fff;
    text-decoration: none !important;
}
.donate_sec1 .wpb_single_image {
    box-shadow: 0 0 10px #c4c4c4;
    border: 5px solid #fff;
    border-radius: 15px;
    text-align: center !important;
}



@media screen and (max-width: 1362px) {
    .banner_sec .ban_img1 img {max-width: 550px;height: 300px;}
    .banner_sec .ban_img2 img {height: 230px;width: 350px;}
    .banner_sec .ban_img2 {margin: -100px 0 0 0;}
    .hsec1 .aio-icon-description img {width: 150px;height: 165px;}
    .volunteer_area h2 {font-size: 165px;}
    .dona_box .aio-icon-component {width: 31%;}
    .donate_sec1 .wpcf7-form {padding: 50px 160px;}
}
@media screen and (max-width: 1024px) {
    .site-header-section-right {justify-content: end;}
    .content-area {margin-top: 0rem;margin-bottom: 0rem;}
    .entry-content-wrap {padding: 0rem;}
    .mobile-drawer-content .mobile-header-button {background-color: transparent;font-size: 0;width: 125px;height: 80px;display: block;margin-top: -30px;background-image: url(images/header-logo.webp);}
    .site-main-header-inner-wrap {padding: 7px 0 5px;}
    .popup-drawer .drawer-inner {max-width: 98%;}
    .site-header-item .mobile-html-inner li {font-size: 16px;margin: 15px 0;}
    .reqbtn a {margin-bottom: 10px;color: var(--green);}
    .reqbtn a:hover {color: var(--red);}
    .site-header-item .mobile-html-inner li a, .site-header-item .mobile-html-inner li {color: #000;}
    .site-header-item .mobile-html-inner li a {text-decoration: none;}
    .site-header-item .mobile-html-inner li i {margin-right: 8px;}
    .site-header-item .mobile-html-inner li i, .site-header-item .mobile-html-inner li a:hover {color: #a0ba60;}
    .mobile-navigation ul li a {padding-left: 0;padding-right: 0;}
    .sbtn {padding: 12px 30px;font-size: 15px;}
    .donate_btn .sbtn {margin: 2px 0;}
    .banner_sec {padding: 35px 0 10px;}
    h1 {font-size: 34px;}
    h2 {font-size: 28px;}
    .banner_sec .head_box h1::after {width: 60px;height: 60px;bottom: -10px;margin-left: 8px;}
    .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {margin: 0 0 15px;}
    .banner_sec .head_box {margin-bottom: 20px;}
    .banner_sec .box .white {margin-right: 10px;}
    .banner_sec .box .sbtn {padding: 12px 14px;font-size: 15px;}
    .banner_sec .ban_img1 img {max-width: 100%;height: auto;}
    .banner_sec .ban_img2 img {height: auto;width: 300px;}
    .banner_sec .ban_img2 {margin: -70px 0 0 0;}
    .hsec1 .aio-icon-description img {display: none;}
    .hsec1 .aio-icon-header, .hsec1 .aio-icon-description {width: 100%;}
    .hsec1 .box6 .top-icon .aio-icon-header h3.aio-icon-title {font-size: 18px;}
    .hsec1::before {width: 150px;height: 105px;}
    .hsec3 .head_box h2 {padding-left: 90px;}
    .hsec3 .aio-icon-component {width: 46%;padding: 20px 10px 14px;min-height: 135px;margin-bottom: 10px;}
    .hsec3::after {width: 130px;height: 140px;bottom: 0;}
    .hsec5 .owl-item img {height: 190px !important;}
    .volunteer_area h2 {font-size: 115px;}
    .volunteer_area .head_box .become_head {margin-bottom: 40px;}
    .volunteer_area h3 {font-size: 24px;}
    p.become_head {font-size: 20px;}
    .hsec7 .upb_row_bg::before {width: 150px;height: 125px;}
    .dona_box .aio-icon-component {width: 48%;background-color: #fff;margin-bottom: 0;}
    .hsec7 {padding-top: 70px;padding-bottom: 60px;}
    .hsec7 .upb_row_bg::after {width: 500px;height: 770px;}
    .site-footer .site-footer-row.site-footer-row-columns-4 {grid-template-columns: none;flex-wrap: wrap;display: flex;}
    .site-footer .site-footer-row.site-footer-row-columns-4 .footer-section-inner-items-1 {width: 26%;}
    .site-footer .site-footer-top-section-1 {width: 100% !important;}
    .site-bottom-footer-inner-wrap .footer-html {margin: 0 0 10px;}
    .site-bottom-footer-inner-wrap {text-align: center;}
    .site-footer-bottom-section-2 .footer-navigation {justify-content: center;}
    .site-footer .widget-area .widget-title, .site-footer h3 {font-size: 20px;margin-bottom: 20px;}
    .site-footer-top-section-3 ul li {margin-bottom: 18px;}
    .site-footer-top-section-2 ul li {margin-bottom: 13px;}
    .page-hero-section .entry-hero-container-inner {padding-top: 0;}
    .join_sec1 .box {padding: 30px;max-width: 100%;}
    .fields_box {column-gap: 13px;}
    .conn_left .head_box {flex: auto;}
    .conn_left .vc_column-inner > .wpb_wrapper {column-gap: 15px;}
    .contact_sec1 .con_box .wpb_wrapper {padding-left: 40px;}
    .contact_sec1 .con_box h3 {margin: 0 0 10px;}
    .contact_sec1 .box4 a {width: 40px;height: 40px;padding-top: 2px;font-size: 18px;margin: 0 2px 0 0;}
    .conn_right .box {padding: 20px 20px 25px;}
    .donate_sec1 .wpcf7-form {padding: 30px;}
}
@media screen and (max-width: 767px) {
    .banner_sec {padding: 30px 0 50px;}
    .banner_sec .ban_img1 img {transform: rotateZ(-3deg);}
    .banner_sec .ban_img2 img {width: 350px;transform: rotateZ(3deg);}
    .hsec1 {padding-top: 50px;}
    .hsec1 .head_box, .hsec1 .aio-icon-component, .hsec5 .head_box {margin-bottom: 20px;}
    .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {margin: 0 0 10px;}
    .hsec1 .aio-icon-header, .hsec1 .aio-icon-description {width: 70%;}
    .hsec1 .aio-icon-description img {display: block;width: 160px;height: 175px;}
    .hsec2 .vc_column-inner > .wpb_wrapper {flex-wrap: wrap;padding: 20px 20px 0;}
    .hsec2 .aio-icon-component {margin: 0 0 20px;width: 33%;}
    .hsec2 {padding-bottom: 50px;}
    .hsec3 {padding-top: 50px;padding-bottom: 40px;}
    .hsec3 .head_box h2, .hsec3 .head_box, .hsec3 .box {margin-bottom: 15px;}
    .hsec3 .aio-icon-component {width: 31%;margin-bottom: 20px;}
    .hsec3::after {width: 100px;height: 107px;bottom: auto;top: 15px;}
    .volunteer_area {padding-top: 25px;}
    .volunteer_area .head_box {margin-bottom: 45px;}
    .volunteer_area a.sbtn {margin-top: 0;}
    .hsec7 {padding-top: 50px;}
    .dona_box .vc_column-inner > .wpb_wrapper {gap: 10px;margin: 20px 0;}
    .dona_box .aio-icon-component {width: 31%;}
    .hsec7 .wpb_single_image img {transform: rotateZ(0);height: auto;}
    .hsec4 {padding-top: 50px;padding-bottom: 50px;}
    .site-footer .site-footer-row.site-footer-row-columns-4 .site-footer-section {width: 46%;}
    .site-footer .site-footer-row.site-footer-row-columns-4 .site-footer-top-section-4, footer .fields_row textarea, footer .fields_row input[type="text"], footer .fields_row input[type="email"] {width: 100%;}
    .wp-site-blocks .page-title h1 {font-size: 30px;}
    .entry-hero.page-hero-section .entry-header {min-height: 100px;}
    .about_sec1, .project_sec1, .team_sec1, .contact_sec1, .join_sec1, .privacy_sec1, .annual_sec1, .donate_sec1, .gallery_sec1 {padding-top: 40px;padding-bottom: 40px;}
    .about_sec1 .head_box, .project_sec1 .head_box, .team_sec1 .head_box {margin-bottom: 15px;}
    .about_sec1 .aio-icon-component {padding: 20px 15px 12px;margin-bottom: 15px;}
    .about_sec1 .aio-icon-component .aio-ibd-block {padding-left: 15px;}
    .about_sec1 .aio-icon-component .aio-icon-img {margin-right: 15px !important;}
    .about_sec1 .aio-icon-header + .aio-icon-description {margin-top: 0;}
    .about_sec1 .box {padding: 30px 15px 15px;margin: 20px 0;}
    .about_sec1 .box_img {padding: 15px;margin: 20px 0;}
    .protop .wpb_text_column {padding: 15px;}
    .protop .wpb_text_column h3 {margin-bottom: 10px;}
    .protop {border-radius: 15px;margin: 0 0 15px !important;}
    .team_boxx .vc_column-inner > .wpb_wrapper {padding: 15px;}
    .team_boxx .wpb_single_image, .gallery_sec1 .head_box, .join_sec1 .head_box, .contact_sec1 .head_box, .donate_sec1 .head_box {margin-bottom: 15px;}
    .team_boxx .secbox h3 {margin-bottom: 8px;}
    .join_sec1 .box h3 {font-size: 20px;margin-bottom: 25px;padding-bottom: 15px;}
    .join_sec1 .box {padding: 20px;}
    .join_sec1 input[type="text"], .join_sec1 input[type="email"], .join_sec1 input[type="tel"], .join_sec1 textarea, .donate_sec1 input[type="text"], .donate_sec1 input[type="email"] {padding: 11px 15px;font-size: 15px;}
    .join_sec1 .fields_row, .join_sec1 .fields_col, .fields_box {margin-bottom: 10px;}
    .join_sec1 .fields_col {width: 100%;}
    .contact_sec1 .con_box {margin-bottom: 20px;}
    .conn_right .box {margin-bottom: 0;}
    .donate_sec1 .wpcf7-form {padding: 15px;margin-bottom: 20px !important;}
    .donate_sec1 .head_box p br {display: none;}
    .donate_sec1 .fields_row {margin-bottom: 10px;}
    .donate_sec1 input[type="submit"] {padding: 11px 45px;font-size: 16px;}
}
@media screen and (max-width: 479px) {
    h1 {font-size: 30px;}
    h2 {font-size: 25px;}
    h3 {font-size: 20px;}
    .banner_sec .head_box h1::after {width: 50px;height: 50px;bottom: -7px;margin-left: 5px;}
    body, input, select, optgroup, textarea {font-size: 16px;line-height: 1.4;}
    .banner_sec .head_box, .banner_sec .box {margin-bottom: 15px;}
    .banner_sec .box .sbtn {padding: 12px 25px;font-size: 14px;margin: 0 8px 6px 0;}
    .banner_sec .ban_img1 img {transform: rotateZ(0);}
    .banner_sec .ban_img1 {padding-left: 0;margin: 0;}
    .banner_sec .ban_img2 {margin: 0;display: none;}
    .banner_sec {padding: 30px 0 40px;}
    .hsec1 {padding-top: 45px;}
    .sub_head {margin-bottom: 10px !important;}
    .hsec1 .head_box, .hsec1 .aio-icon-component, .hsec5 .head_box {margin-bottom: 15px;}
    .hsec1 .aio-icon-description img {display: none;}
    .hsec1 .aio-icon-header, .hsec1 .aio-icon-description {width: 100%;}
    .hsec1 .top-icon .aio-icon-header h3.aio-icon-title {margin: 5px 0 7px;font-size: 18px;}
    .hsec1 .box6 {padding: 18px;}
    .hsec1 .box6 .top-icon .aio-icon-header h3.aio-icon-title {margin: 0 0 10px;}
    .hsec2 .aio-icon-component {margin: 0 0 15px;width: 50%;border: none;}
    .hsec2 .top-icon .aio-icon-header h3.aio-icon-title {font-size: 18px;}
    .hsec2 .aio-icon-description {font-size: 14px;}
    .hsec2 .aio-icon-component:last-child {width: 100%;}
    .hsec2 {padding-bottom: 45px;}
    .hsec3 {padding-top: 45px;padding-bottom: 30px;}
    .hsec3 .head_box h2 {padding-left: 80px;}
    .hsec3 .aio-icon-component {width: 49%;margin-bottom: 4px;}
    .hsec3 .aio-icon-component:nth-child(4) {width: 100%;margin-bottom: 15px;}
    .hsec5 .owl-pagination-true {margin-bottom: 0 !important;}
    .hsec5 .sa_owl_theme .owl-dots {bottom: -25px !important;}
    .volunteer_area {padding-top: 5px;}
    p.become_head {font-size: 18px;}
    .volunteer_area h2 {font-size: 80px;}
    .volunteer_area .head_box .become_head {margin-bottom: 30px;}
    .volunteer_area h3 {font-size: 21px;}
    .volunteer_area::before {display: none !important;}
    .volunteer_image .wpb_single_image {position: unset;width: 100%;}
    .volunteer_area .head_box {margin-bottom: 0;}
    .marq-track span {letter-spacing: 0;padding: 0 7px;font-size: 16px;}
    .marqm {padding: 15px 0;}
    .hsec7 {padding-top: 40px;padding-bottom: 45px;}
    .hsec7 .upb_row_bg::after {width: 275px;height: 420px;}
    .hsec7 .head_box h2 {line-height: 1.2;}
    p.don_head {font-size: 17px;margin-bottom: 15px !important;}
    .dona_box .aio-icon-component {width: 100%;}
    .dona_box .vc_column-inner > .wpb_wrapper {margin: 15px 0;}
    .hsec4 {padding-top: 45px;padding-bottom: 45px;}
    .site-top-footer-inner-wrap {padding-top: 5px;padding-bottom: 0;grid-column-gap: 10px;grid-row-gap: 10px;}
    .site-footer-top-section-1 a img {width: 125px;}
    .site-footer .site-footer-row.site-footer-row-columns-4 .site-footer-section {width: 100%;}
    .site-footer .widget-area .widget-title, .site-footer h3 {font-size: 18px;margin-bottom: 15px;}
    .site-footer-top-section-2 ul li, .site-footer .site-footer-top-section-1 p {margin-bottom: 10px;}
    .site-footer-top-section-3 ul li {margin-bottom: 13px;}
    .site-footer-top-section-3 .footer-social {margin: 10px 0 3px !important;}
    footer .fields_row textarea, footer .fields_row input[type="text"], footer .fields_row input[type="email"] {padding: 10px 12px;font-size: 15px;}
    .site-bottom-footer-inner-wrap {padding-top: 15px;padding-bottom: 9px;}
    footer .fields_row textarea {height: 85px;}
    footer .submit_row input[type="submit"] {padding: 8px;}
    .site-bottom-footer-inner-wrap .menu li a {padding: 0 10px 6px !important;}
    .wp-site-blocks .page-title h1 {font-size: 22px;}
    .about_sec1 .left-icon .aio-icon-left * {text-align: left !important;}
    .about_sec1 .box1 .left-icon .aio-icon-left * {text-align: center !important;}
    .about_sec1 .left-icon .aio-icon-left {display: block;}
    .about_sec1 .aio-icon-component .aio-ibd-block {padding-left: 0;border: none;}
    .about_sec1 .aio-icon-component {padding: 20px 15px 17px;border-radius: 15px;}
    .about_sec1 .aio-icon-component .aio-icon-img {margin: 0 0 6px !important;}
    .about_sec1 .aio-icon-header h3.aio-icon-title {font-size: 21px;}
    .about_sec1 .box_img::before, .about_sec1 .box_img::after {display: none;}
    .about_sec1 .box_img {padding: 0;}
    .about_sec1 .box h2 {font-size: 22px;}
    .entry-hero.page-hero-section .entry-header {min-height: 80px;}
    .project_box1 .wpb_text_column, .team_sec2 .wpb_text_column {padding: 15px;border-radius: 15px;margin-bottom: 15px;}
    .project_box1 .wpb_text_column h2, .team_sec2 .wpb_text_column h2 {font-size: 20px;}
    .project_box1 .wpb_text_column h2 strong {font-size: 17px;}
    .project_box2 p {font-size: 16px;}
    .team_boxx .secbox p strong {font-size: 15px;}
    .team_boxx {margin-bottom: 0px;flex-wrap: wrap;}
    .team_boxx .vc_column-inner > .wpb_wrapper {margin-bottom: 20px;}
    .team_boxx .vc_col-sm-6 * {height: auto;}
    .team_boxx p {margin-bottom: 10px;}
    .team_sec1 {padding-bottom: 0;}
    .team_sec2 {padding-bottom: 40px;}
    .team_sec2 .wpb_text_column h2 {margin-bottom: 15px;}
    .join_sec1 .box {padding: 15px;}
    .join_sec1 .box h3 {font-size: 18px;margin-bottom: 15px;padding-bottom: 12px;}
    .join_sec1 .box h3::after {width: 60px;}
    .join_sec1 textarea, .conn_right .fields_row textarea {height: 90px;}
    .join_sec1 .wpcf7-checkbox {gap: 8px;column-gap: 0;margin: 10px 0 18px !important;}
    .join_sec1 .fields_row input[type="checkbox"] {width: 20px;height: 20px;}
    .join_sec1 .wpcf7-list-item {width: 100%;}
    .join_sec1 input[type="submit"] {padding: 14px 30px;font-size: 15px;}
    .contact_sec1 .con_box {margin-bottom: 15px;width: 100%;}
    .contact_sec1 .con_box .wpb_wrapper::before {height: 22px;width: 22px;font-size: 22px;}
    .contact_sec1 .con_box .wpb_wrapper {padding-left: 35px;}
    .conn_right .box {padding: 15px 15px 18px;margin-top: 10px;}
    .conn_right .box h3 {font-size: 22px;}
    .refund_sec1 .wpb_text_column h3 {margin: 0 0 10px;}
    .privacy_sec1 .wpb_text_column h3 {margin: 17px 0 10px;}
    .annual_reports td, .annual_reports th {padding: 10px;}
    .banner_sec .head_box h1 {padding-right: 30px;}
    .hsec1 .aio-icon-component .aio-icon-top {float: left;margin-right: 12px;}
    .hsec1 .aio-icon-component {padding: 15px;}
    .hsec1 .aio-icon-component .aio-icon-img {font-size: 65px !important;}
    .hsec4 .head_box {margin-bottom: 0px;}
    .hsec4 .box .ti-widget-header.ti-active {padding-bottom: 10px !important;}
}