/*
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.woff2') format('woff2'),
         url('/wp-content/themes/kadence-child/fonts/Storytella.woff') format('woff'),
         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: 60px;
}
.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: 15px 0 12px;
}
#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::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;
    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;
}
.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 #a9b750;}
.hsec1 .box3 {box-shadow: 0 5px 0px #fb7f8e;}
.hsec1 .box4 {box-shadow: 0 5px 0px #93ccac;}
.hsec1 .box5 {box-shadow: 0 5px 0px #faa45f;}
.hsec1 .box6 {box-shadow: 0 5px 0px #4994c6;}
.hsec1 .aio-icon-component * {
    text-align: left !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: 30px;
}
.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;
}
.hsec4, .hsec2, .about_sec1 .box2, .about_sec1 .box3 {
    background-color: rgb(44 99 51 / 5%);
}
.hsec5 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.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;
}
.hsec6 {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hsec6 .sbtn {
    border: 1px solid transparent;
    background-color: #fff;
    color: #000;
}
.hsec6 .sbtn.white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-right: 30px;
}
.hsec6 .sbtn:hover {
    color: #fff;
    border-color: var(--green);
}
.hsec6 .wpb_text_column {
    margin-bottom: 0;
}
.hsec6 .box {
    text-align: right;
}
.hsec6 .head_box h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.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 {
    padding: 0;
}
.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: 15px 0 0 !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-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-color: var(--red);
}
.conn_right .box h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}
.conn_right .box p {
    margin-bottom: 20px;
    color: #fff;
}
.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;
    background: #ff908d;
    border-radius: 50px;
}
.conn_right .wpcf7-submit:hover {
    background: #fff;
    color: #000;
}
.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;
    box-shadow: 0 0 12px rgb(0 0 0 / 16%);
    padding: 50px 50px 55px;
    border-radius: 15px;
    max-width: 90%;
    margin: auto;
}
.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;
    background-color: #fafafa;
}
.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 .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: 35px;
    border-radius: 15px;
    max-width: 45%;
    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: 120px;
    padding-bottom: 120px;
}
.volunteer_area::before {
    content: '';
    background-image: url(/wp-content/themes/kadence-child/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: 30px;
    font-weight: 600;
    color: var(--green);
}
.volunteer_area h2 {
    color: #efc940;
    font-size: 200px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    font-family: 'Storytella', cursive;
}
.volunteer_area h3 {
    font-size: 34px;
}
.volunteer_area  a.sbtn {
    margin-top: 20px;
}