<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ///CSS VARIABLES/// */
:root {

    /* colors */
    --primary-color: #046d3a;
    --secondary-color: #2ca447;
    --tertiary-color: #70bf48;

    --black-color: #363636;
    --white-color: #ffffff;

    --green-gradient: linear-gradient(to right, #70bf48, #046d3a);
    --blue-gradient: linear-gradient(to left, #003087, #009cde);
    --red-gradient: linear-gradient(to right, #f56363, #ff3e3e);
    --yellow-gradient: linear-gradient(to left, #ffa600, #ffc353);
    --orange-gradient: linear-gradient(to left, #f26222, #ff8049);

    --yellow-color: #ffa600;
    --orange-color: #f26222;
    --green-color: #2ca447;
    --red-color: #ff3e3e;
    --purple-color: #c1004f;

    --light-blue-color: #009cde;
    --light-green-color: #70bf48;

    --dark-green-color: #046d3a;
    --dark-blue-color: #023d5b;

    /* font */
    --main-font: 'Tinos', serif;
    --sub-font: 'Open Sans', sans-serif;
    --extra-font: 'Noto Serif', serif;

}

/*========GLOBAL========*/

/* ALIGNMENT */
.align-left {
    text-align: left;
}

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

.align-right {
    text-align: right;
}

/*=====MEDIA QUERIES=====*/
/*OTHERS*/
@media (min-width: 1200px) {}


/*IPAD PRO*/
@media only screen and (min-width : 1024px) and (max-width : 1366px) {}


/*IPHONE 5/5S*/
@media only screen and (min-width : 320px) and (max-width : 568px) {}


/*IPHONE X/6*/
@media only screen and (min-width : 375px) and (max-width : 812px) {

    /* HIDE/SHOW */
    .hide-on-mobile {
        display: none;
    }
}


/*REGULAR IPAD*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {}


/*IPHONE X PLUS/6 PLUS*/
@media only screen and (min-width : 414px) and (max-width : 736px) {}

/*========END GLOBAL========*/


/*//////////////////////////////*/


/*========HOMEPAGE========*/

/* #region HEADER */
.mobile-menu .mobile-header {
    padding: 10px 20px;
}

.mobile-menu .menu {
    top: 120px;
}

/* #endregion */

/* #region BANNER SECTION */
.banner-section {
    background: url(/Documents/bg-0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-section__content h2 {
    color: var(--white-color);
    font-weight: 400;
    text-shadow: 5px 5px 20px var(--black-color);
}

.banner-section__content h2 span {
    font-style: italic;
    letter-spacing: 2px;
}

.banner-section__content p {
    font-size: 25px;
    color: var(--white-color);
    opacity: .7;
}

.volunteer-btn,
.donate-btn,
.sponsor-btn,
.adopt-btn,
.member-btn {
    font-family: var(--sub-font);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 200ms linear 0s !important;
}

.settings-btn {
    padding: 8px 24px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 10px 10px 0px rgba(164, 234, 88, 0.3);

}

.volunteer-btn {
    background: var(--green-gradient);
    margin-right: 30px;
}

.volunteer-btn:hover {
    background: var(--green-color);
}

.donate-btn {
    background: var(--blue-gradient);
}

.donate-btn:hover {
    background: var(--light-blue-color);
}

.sponsor-btn {
    background: var(--yellow-gradient);
}

.sponsor-btn:hover {
    background: var(--yellow-color);
}

.adopt-btn {
    background: var(--orange-gradient);
}

.adopt-btn:hover {
    background: var(--orange-color);
}

.btn-container {
    text-align: center;
}

.member-btn {
    background: none;
    border: 2px solid var(--white-color);
    box-shadow: none;
}

.member-btn:hover {
    color: var(--white-color);
    background: var(--yellow-color);
    border-color: var(--yellow-color);
}

.recycle-btn:hover {
    background: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
}

.mr-mb {
    margin-right: 20px;
}

/* #endregion */

/* #region ALL SECTION */
.section-header h2 {
    font-family: var(--sub-font);
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.section-header h2&gt;span {
    font-family: var(--main-font);
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;

}

/* #endregion */

/* #region QUOTE SECTION */
.mission-section {
    background: var(--green-color);
}

.mission-section .section-header {
    padding-bottom: 0;
}

.mission-section .section-header h2 {
    padding-top: 20px;
}

.mission-section .section-header h2&gt;span {
    font-weight: 400;
    text-transform: none;
}

/* #endregion */

/* #region GET INVOLVED */
.get-involved .donate-btn {
    margin-right: 10px;
}

/* #endregion */

/* #region FACTS AND INFO */
.testimonial-section .testimonial-slider .post-item .post-inner .post-body:after {
    content: none;
}

.testimonial-section .testimonial-slider .post-item .post-inner .post-content h5 {
    font-family: var(--sub-font) !important;
    font-size: 22px;
    letter-spacing: 1.2px;
}

.source-link {
    color: var(--green-color);
    font-size: 12px;
}

/* #endregion */

/* #region FOOTER SECTION */
.footer-section .footer-top .post-item h6,
.footer-section .footer-top .post-item p,
.footer-section .footer-top .post-item p&gt;a {
    font-family: var(--sub-font) !important;
}

.footer-section .post-item p&gt;a {
    color: var(--white-color);
    font-size: 22px !important;
    letter-spacing: 1px;
    opacity: .8;
}

.footer-section .footer-top .post-item p&gt;a:hover {
    opacity: 1;
}

.footer-section .footer-top .call-us {
    background: var(--light-blue-color) !important;
}


.footer-section .footer-top .message-us {
    background: var(--orange-color) !important;
}

.footer-section .po-box {
    background: var(--green-color) !important;
}

.footer-section .footer-top:after {
    content: none;
}

.footer-section .footer-top {
    padding-bottom: 0px;
}

/* #endregion */

/* #region BOTTOM FOOTER */
.footer-section .bottom-footer .bottom-footer__copyright span {
    text-align: left !important;
}

.footer-section .bottom-footer .right {
    justify-content: flex-end !important;
}

.footer-section .bottom-footer .bottom-footer__copyright span a {
    font-family: var(--sub-font);
    font-size: 13px;
    text-align: center;
    color: var(--green-color) !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.bottom-footer span {
    font-family: var(--sub-font);
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.footer-section .footer-bottom .section-wrapper .right li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.footer-section .footer-bottom .section-wrapper .right li a i {
    font-size: 12px;
}

.bottom-footer .highlight-msg {
    background: var(--light-blue-color);
}

.bottom-footer .highlight-msg:hover {
    background: var(--white-color);
    color: var(--blue-color) !important;
}

.bottom-footer .close-msg {
    background: var(--red-color);
}

.bottom-footer .close-msg:hover {
    background: var(--white-color);
    color: var(--red-color) !important;
}

.bottom-footer .web-admin {
    background: var(--purple-color);
}

.bottom-footer .web-admin:hover {
    background: var(--white-color);
    color: var(--purple-color) !important;
}

.bottom-footer .developed-by {
    background: var(--dark-blue-color);
}

.bottom-footer .developed-by:hover {
    background: var(--white-color);
    color: var(--dark-blue-color) !important;
}

/* #endregion */

/*=====MEDIA QUERIES=====*/
/*OTHERS*/
@media (min-width: 1200px) {}


/*IPAD PRO*/
@media only screen and (min-width : 1024px) and (max-width : 1366px) {}


/*IPHONE 5/5S*/
@media only screen and (min-width : 320px) and (max-width : 568px) {}


/*IPHONE X/6*/
@media only screen and (min-width : 375px) and (max-width : 812px) {

    /* BANNER SECTION */
    .banner-section {
        background-position: right;
    }

    .banner-section__content h2 {
        font-size: 28px;
        text-shadow: 5px 5px 25px var(--black-color);
    }

    .banner-section__content p {
        font-size: 20px;
        opacity: 1;
        text-shadow: 5px 5px 10px var(--black-color);
    }

    .volunteer {
        margin-bottom: 20px;
    }

    /* ALL SECTIONS */
    .section-header h2 {
        font-size: 35px;
    }

    /* ADJUSTMENTS */
    .mr-mb {
        margin-bottom: 20px;
        margin-right: 0;
    }

    /* BOTTOM FOOTER */
    .footer-section .bottom-footer .bottom-footer__copyright span {
        text-align: center !important;
    }

    .footer-section .bottom-footer .right {
        justify-content: center !important;
    }

    .bottom-footer__copyright {
        padding: 20px 0;
    }

    /* .bottom-footer .web-admin,
    .bottom-footer .highlight-msg,
    .bottom-footer .close-msg,
    .bottom-footer .developed-by {
        
    } */
}


/*REGULAR IPAD*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {}


/*IPHONE X PLUS/6 PLUS*/
@media only screen and (min-width : 414px) and (max-width : 736px) {}

/*========END HOMEPAGE========*/


/*//////////////////////////////*/


/*========DYNAMIC PAGES========*/
.dynamic-header {
    background: url(/Documents/bg-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 30%;
}

.dynamic-header .dynamic-header__content h2 {
    font-family: var(--sub-font);
    font-size: 50px;
    color: var(--white-color);
}

.dynamic-header .dynamic-header__content li a {
    color: var(--white-color) !important;
    opacity: .8;
    font-family: var(--sub-font);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dynamic-header .dynamic-header__content li a::after {
    content: none !important;
}

.dynamic-header .dynamic-header__content li i {
    color: var(--white-color) !important;
    opacity: .8;
    font-size: 15px;
}

/* CONTACT PAGE */
.contact-us .contact-us__contact-info .contact-title h4 {
    color: var(--light-blue-color) !important;
}

.contact-us .contact-us__contact-info .contact-body li&gt;h5,
.contact-us .contact-us__contact-info .contact-body li&gt;h6 {
    font-family: var(--sub-font) !important;
}

.contact-us .contact-us__form-section .contact-title h4 {
    color: var(--green-color) !important;
}

/* EDUCATION PAGE */
.three-r-section .section-wrapper .post-item {
    width: calc(100% / 3);
}

.three-r-section .three-r-link {
    color: var(--green-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.three-r-section .three-r-link::after {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
}

/* .three-r-section .three-r-link i {
    font-size: 11px;
    padding-left: 10px;
} */

.decomp-section .section-wrapper .post-item .post-content h4&gt;span {
    font-size: 36px;
}

/* COMMUNITY PAGE */
.b-shadow {
    box-shadow: 10px 10px 10px #0000000a;
}

.list-setting li {
    list-style-type: disc;
}

.help-list li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    position: relative;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    padding-right: 10px;
}

/* CONTACT PAGE */
.contact-form-section .form-item:nth-child(2) {
    display: none;
}

/* GALLERY IMAGES */
.gallery-header {
    padding-bottom: 0;
}

.gallery-content {
    padding-top: 0;
}

.gallery-img-container {
    display: flex;
    flex-wrap: wrap;
}

.gallery-img {
    flex: 30%;
}

.gallery-img img {
    padding: 10px;
}

/*=====MEDIA QUERIES=====*/
/*OTHERS*/
@media (min-width: 1200px) {}

/* @media (min-width: 1200px) and (min-width: 576px) and (min-width: 992px) {
    .three-r-section .section-wrapper .post-item {
        width: calc( 100% / 3) !important;
    }
} */


/*IPAD PRO*/
@media only screen and (min-width : 1024px) and (max-width : 1366px) {}


/*IPHONE 5/5S*/
@media only screen and (min-width : 320px) and (max-width : 568px) {}


/*IPHONE X/6*/
@media only screen and (min-width : 375px) and (max-width : 812px) {

    /* EDUCATION PAGE */
    .three-r-section .section-wrapper .post-item {
        width: calc(100% / 1);
    }

    /* COMMUNITY PAGE */

    /* GALLERY IMAGE */
    .gallery-img-container {
        display: block;
    }

    .gallery-img img {
        width: 100%;
    }
}


/*REGULAR IPAD*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    /* EDUCATION PAGE */
    .three-r-section .section-wrapper .post-item {
        width: calc(100% / 2);
    }
}


/*IPHONE X PLUS/6 PLUS*/
@media only screen and (min-width : 414px) and (max-width : 736px) {}

/*========END DYNAMIC PAGES========*/</pre></body></html>