/**
 * Theme constumization and other adjustments
 */
.theme-green-light {
    color: var(--theme-green-light);
}
.radius-15{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.radius-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.inter-block__separator {
    margin-bottom: 60px !important;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
button span {
    margin-top: -5px;
}
button,
button.banner-cta-btn {
    cursor: pointer;
    font-weight: 700;
    color: var(--theme-white-color);
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--theme-green-light);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
}
button.banner-cta-btn {
    background-color: var(--theme-orange);
}
button:hover {
    background: transparent !important;
    border: 1px solid var(--theme-green);
    color: var(--theme-green);
}

button > svg {
    font-weight: 300;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

button:hover svg {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

button:active {
    transform: scale(0.95);
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 100px;
        z-index: 1 !important;
    }
}
/*--------------------------------------------------------------
# Navbar top
--------------------------------------------------------------*/
.top-nav-bar {
    background-color: var(--theme-light);
    border-bottom: 1px solid rgba(113, 114, 117, 0.1);
    z-index:inherit;
}
.top-nav-bar .header-menu-box {
    padding: 15px 0;
}
.top-nav-bar .header-menu-box .contact-info,
.top-nav-bar .header-menu-box .social-media {
    display: inline;
    padding: 5px 0;
}
.news-section .news-item .img-box,
.top-nav-bar .header-menu-box .contact-info .email-address,
.top-nav-bar .header-menu-box .contact-info .phone-number {
    margin-right: 30px;
}
.top-nav-bar .header-menu-box .contact-info .email-address a,
.top-nav-bar .header-menu-box .contact-info .help-link a,
.top-nav-bar .header-menu-box .contact-info .phone-number,
.top-nav-bar .header-menu-box .contact-info .phone-number a {
    color: var(--theme-black-color);
    font-size: 0.9rem;
}
.top-nav-bar .header-menu-box .contact-info .icon,
.top-nav-bar .header-menu-box .social-media .smd-icon a {
    color: var(--theme-black-color);
    font-size: 1rem;
}
.aside-section .news-block-title h6 a:hover,
.site-footer-bottom a:hover,
.top-nav-bar .header-menu-box .social-media .smd-icon a:hover {
    color: var(--theme-orange);
}
.top-nav-bar .header-menu-box .contact-info a {
    font-size: 0.9rem;
    font-weight: 400 !important;
    color: var(--theme-black-color) !important;
}
.top-nav-bar .header-menu-box .social-media {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(113, 114, 117, 0.5);
}
.top-nav-bar .header-menu-box .social-media .smd-icon {
    font-size: 1rem;
    margin-left: 10px;
}
@media (max-width: 480px) {
    .top-nav-bar {
        display: none;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.navigation {
    display: block;
}
header.navigation .navbar {
    display: block;
    background: transparent !important;
    padding: 5px 0;
    margin: 0 !important;
    z-index: 999 !important;
}
header.page-navigation{
    background: var(--theme-green-dark);
}
header.navigation .navbar .site-logo {
    font-family: var(--theme-font-titles) !important;
    font-weight: 200;
    line-height: 0;
    position: relative;
    margin-top: -10px !important;
}
header.navigation .navbar .site-logo {
    color: var(--theme-white-color);
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-right: 150px;
}
header.navigation .navbar .site-logo:hover {
    color: var(--theme-white-color);
}
header.navigation .navbar .site-logo img {
    margin-right: 10px;
    margin-top: 4px;
}
header.navigation .navbar .logo-text {
    font-weight: bold;
}
.navbar .logo-text__slogan {
    display: flex;
    font-size: 0.8rem;
    margin-left: 70px;
    margin-top: -7px;
    font-weight: 400;
    letter-spacing: 2.6px;
}
header.navigation .navbar-light .navbar-nav .nav-link {
    font-size: 1.1rem;
    color: var(--theme-white-color);
    padding-top: 8px;
}
header.navigation .navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme-yellow) !important;
}

header.navigation .navbar-brand {
    width: 55px;
}
header.navigation .btn {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 8px 20px 12px 20px;
    border: 2px solid var(--theme-yellow);
    color: var(--theme-yellow);
}
header.navigation .btn:hover {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-white-color) !important;
    border: 2px solid var(--theme-yellow);
}
header.navigation .btn span {
    margin-left: 8px;
    font-weight: bold;
}

.section-title {
    color: var(--theme-green-dark);
}
section.partnership-action__section h2,
section.single-page__tab .section-header__title,
.section-title h2 {
    font-size: 2.5rem;
    color: var(--theme-orange);
}
header .is-sticky .navbar{
    background: var(--theme-green-dark) !important;
    z-index: 999 !important;
}

@media (max-width: 480px) {
    .banner-page h1,
    .section-title h2 {
        font-size: 2rem !important;
    }
    .banner-page .banner-description p {
        font-size: 1.5rem !important;
    }
}
/*--------------------------------------------------------------
# Home / Single page Banners
--------------------------------------------------------------*/
section.banner-page,
section.banner-page__about,
section.banner-page__volunteer,
section.banner-page__alphabetization,
section.banner-page__community-development,
section.banner-page__donation,
section.banner-actions {
    background-position: center;
    background-size: cover;
    height: 400px !important;
    padding: 0;
    z-index: -9;
}
section.banner-page {
    background-image: url("../images/backgrounds/page-header__section-default.jpg");
}
section.banner-page__about {
    background-image: url("../images/backgrounds/page-header__section-about.jpg");
}
section.banner-page__volunteer {
    background-image: url("../images/backgrounds/page-header__section-volunteer.jpg");
}
section.banner-page__alphabetization {
    background-image: url("../images/backgrounds/page-header__section-alphabetization.jpg");
}
section.banner-page__community-development {
    background-image: url("../images/backgrounds/page-header__section-community-development.jpg");
    background-position: top;
}
section.banner-page__donation {
    background-image: url("../images/backgrounds/page-header__section-community-donation.jpg");
}
section.banner-page__our-impact{
    background-image: url("../images/backgrounds/page-header__section-our-impact.jpg");
    background-position: center;
}
.banner-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0,.8),rgba(0, 0, 0,.5),rgba(0, 0, 0,.5), var(--theme-green-dark));
    z-index: -9;
}
section.section.banner-page__about .banner-description,
section.banner-page__volunteer .banner-description,
section.banner-page__alphabetization .banner-description,
section.banner-page__community-development .banner-description,
section.banner-page__donation .banner-description,
section.banner-actions .banner-description {
    position: absolute;
    bottom: 100px;
    width: 900px;
}
section.banner-page .banner-description h1,
section.section.banner-page__about .banner-description h1,
section.banner-page__volunteer .banner-description h1,
section.banner-page__alphabetization .banner-description h1,
section.banner-page__community-development .banner-description h1,
section.banner-page__donation .banner-description h1,
section.banner-actions .banner-description h1 {
    font-weight: 900 !important;
    color: var(--theme-white-color) !important;
    font-size: 3.8rem;
    line-height: 100%;
}
section.banner-page__about .banner-description h1,
section.banner-page__volunteer .banner-description h1,
section.banner-page__alphabetization .banner-description h1,
section.banner-page__community-development .banner-description h1,
section.banner-page__donation .banner-description h1,
section.banner-page .banner-description h1 {
    font-size: 3rem;
    color: var(--theme-white-color) !important;
}
section.banner-page .banner-description p a,
section.banner-page__about .banner-description p a,
section.banner-page__volunteer .banner-description p a,
section.banner-page__alphabetization .banner-description p a,
section.banner-page__community-development .banner-description p a,
section.banner-page__donation .banner-description p a,
section.banner-actions .banner-description p a {
    color: var(--theme-white-color);
    font-weight: bold !important;
    text-decoration: underline !important;
}
section.banner-page .banner-description p,
section.banner-page__about .banner-description p,
section.banner-page__volunteer .banner-description p,
section.banner-page__alphabetization .banner-description p,
section.banner-page__community-development .banner-description p,
section.banner-page__donation .banner-description p {
    margin-top: 0;
    font-size: 1.3rem !important;
    font-weight: 400;
    line-height: 30px;
    color: var(--theme-white-color) !important;
}
.instagram-stories__section{
    background: transparent;
}
/*--------------------------------------------------------------
# OWL Carousel
--------------------------------------------------------------*/
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.main_slider .owl-carousel {
    position: relative;
}
section.main_slider .owl-carousel .owl-item {
    opacity: 1;
}
section.main_slider .owl-carousel .owl-item.active {
    opacity: 1;
}
section.main_slider .owl-carousel .owl-dots {
    display: none;
    text-align: center !important;
}
section.main_slider .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}
section.main_slider .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #4d4d4d;
    border-radius: 50%;
}
section.main_slider .owl-carousel .owl-dots .owl-dot:hover,
section.main_slider .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}
section.main_slider .owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}
section.main_slider .owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff;
}
section.main_slider .owl-carousel.home-slider {
    position: relative;
    height: 100vh;
    z-index: 0;
    margin-top: -145px;
}
section.main_slider .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    position: relative;
    z-index: 0;
}
@media (max-width: 1199.98px) {
    section.main_slider .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}
section.main_slider .owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text {
    height: 100vh;
    position: relative;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9);
    width: 60% !important;
    position: absolute;
    bottom: 120px;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text p{
    font-family: var(--theme-font-light);
    font-size: 1.3rem !important;
    color: var(--theme-white-color) !important;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text-wide {
    width: 80% !important;
}
@media (max-width: 430px) {
    section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text {
    bottom: 0;
}
    section.main_slider .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 2rem !important;
}

}
@media (max-width: 820px) {
    section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text,
    section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text-wide {
    width: 100% !important;
}
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--theme-white-color);
    line-height: 1;
    margin-top: 10px;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text h1 strong {
    color: var(--theme-yellow) !important;
}
@media (max-width: 991.98px) {
    section.main_slider .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 50px;
    }
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--theme-font-titles) !important;
    font-weight: 700;
    color: #f5e4c3;
    display: inline-block;
    position: relative;
    letter-spacing: 4px;
}
section.main_slider .owl-carousel.home-slider .slider-item .slider-text .text button {
    margin-top: 60px !important;
}
section.main_slider .owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev,
section.main_slider .owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
    section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev,
    section.main_slider .owl-carousel.home-slider .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev span:before,
section.main_slider .owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev span:before,
    section.main_slider .owl-carousel.home-slider .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
section.main_slider .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
section.main_slider .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}
section.main_slider .owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
}
section.main_slider .owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}
section.main_slider .owl-carousel.home-slider:hover .owl-nav .owl-prev,
section.main_slider .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}
section.main_slider .owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
}
section.main_slider .owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
}
section.main_slider .owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
@media (max-width: 767.98px) {
    section.main_slider .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}
section.main_slider .owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}
section.main_slider .owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

section.main_slider .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
/*--------------------------------------------------------------
# Home Page Tab
--------------------------------------------------------------*/
section.homepage__tab {
    background-color: var(--theme-green-dark);
    padding-bottom: 0 !important;
}

section.homepage__tab h2 {
    font-size: 3rem;
    color: var(--theme-orange);
}
section.homepage__tab .nav-link,
section.single-page__tab .nav-link {
    padding: 20px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
section.homepage__tab .nav-link {
    background: transparent;
    border: 2px solid var(--theme-green-light) !important;
    color: var(--theme-green-light) !important;
}

section.homepage__tab .nav-link:hover {
    background-color: var(--theme-green-light);
    color: var(--theme-green-dark) !important;
}
section.single-page__tab .nav-link:hover {
    background-color: var(--theme-green-light);
    color: var(--theme-white-color) !important;
}

section.homepage__tab .nav-item .active {
    background-color: var(--theme-green-light);
    color: var(--theme-green-dark) !important;
    border-color: var(--theme-green-light) !important;
    font-weight: bold;
    text-transform: uppercase;
}
section.homepage__tab .nav-item a {
    border-color: var(--theme-orange);
}
section.homepage__tab .content-block {
    padding-right: 50px;
}
section.homepage__tab .content-block h3 {
    font-size: 2rem;
    font-weight: 300;
    color: var(--theme-green-light);
}
section.homepage__tab .tab-content {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.homepage__tab .tab-content p {
    color: #D5E2D8;
    margin: 60px 0;
}
section.homepage__tab .content-block p,
section.social-engagement .social-impact p,
section.purpose .content p,
section.about-us .content p,
section.project-team p.content {
    font-size: 1.2rem;
}
section.homepage__tab .homepage__tab-figure,
section.homepage__tab .homepage__tab-figure-secondary,
section.homepage__tab .img-fluid {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
section.homepage__tab .homepage__tab-figure {
    width: 70%;
    padding: 30px;
    /* border: 3px solid var(--theme-green-dark); */
    border-right: 1px solid var(--theme-yellow);
    border-bottom: 3px solid var(--theme-orange);
    margin: 0 auto;
}
section.homepage__tab .homepage__tab-figure-secondary {
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 60%;
    background-image: linear-gradient(to bottom, transparent, var(--theme-green-dark));
    padding: 30px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    section.homepage__tab .homepage__tab-figure-secondary {
        width: 200px;
        left: 0;
        bottom: -62px;
        padding: 20px;
    }
}
@media (max-width: 900px) {
    section.homepage__tab .homepage__tab-figure {
    width: 80%;
    padding: 20px;
}
    section.homepage__tab .homepage__tab-figure-secondary {
        width: 200px;
        left: 0;
        bottom: -62px;
        padding: 20px;
    }
}
section.homepage__tab img {
    width: 100%;
}
section.homepage__tab .content-block .btn {
    background-color: var(--theme-green) !important;
    border: none;
    color: var(--theme-white-color);
}
section.homepage__tab a button {
    background: var(--theme-orange);
    border: 2px solid var(--theme-orange);
    color: var(--theme-white-color);
}
section.homepage__tab a button:hover,
section.about-us a button:hover {
    color: var(--theme-white-color) !important;
    border-color: var(--theme-orange);
    background-color: var(--theme-orange) !important;
}
/*--------------------------------------------------------------
# Mission / Vision / Values / Programs
--------------------------------------------------------------*/
section.mission-vision__section {
    background-color: var(--theme-yellow);
    margin-top: -2px;
}
section.mission-vision__section h3{
    color: var(--theme-green-dark);
}
section.mission-vision__section p{
    color: var(--theme-p-color);
    font-size: 1.1rem;
}
section.programs__section {
    background-color: var(--theme-light);
    margin-top: -2px;
}
section.programs__section .section-title p {
    color: var(--theme-green) !important;
}
section.programs__section h2 {
    color: var(--theme-orange);
}

section.programs__section h3 {
    color: var(--theme-orange);
    margin-bottom: 30px;
    letter-spacing: 1px;
}
section.programs__section p,
section.programs__section li {
    font-size: 1.1rem;
    color: var(--theme-p-color);
}
section.action-program__section{
    background-color: var(--theme-light);
}
section.action-program__section h2{
    color: var(--theme-orange);
}
section.action-program__section p,
section.action-program__section li
{
    color: var(--theme-p-color);
}

section.programs__section button {
    background: transparent;
    margin-top: 30px;
    border: 2px solid var(--theme-orange);
    color: var(--theme-orange);
    margin-top: 60px;
}
section.programs__section button:hover {
    background-color: var(--theme-orange) !important;
    color: var(--theme-white-color);
}
.block__paragraph-text p {
    font-size: 1.2rem !important;
}
.block__paragraph-text a {
    color: var(--theme-orange);
}
section.start-support__now {
    background-color: var(--theme-yellow);
    margin-bottom: -30px;
}

section.start-support__now h2 {
    color: var(--theme-orange);
}
section.start-support__now p {
    font-size: 1.1rem;
    color: var(--theme-black-color);
}
section.start-support__now button {
    margin: 0 auto;
    margin-top: 30px;
    border: 2px solid var(--theme-orange);
    color: var(--theme-orange);
    background-color: transparent;
}
section.start-support__now button:hover {
    background-color: var(--theme-orange) !important;
    color: var(--theme-white-color);
}
@media (max-width: 480px) {
    section.mission-vision__section .mission-vision__card {
        text-align: center;
        margin: 0 10px 20px 10px;
        padding: 20px;
        border: 1px solid #95b63b;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }
}
/*--------------------------------------------------------------
# Page About
--------------------------------------------------------------*/
section.single-page__about {
    background-color: #dce2d8 !important;
}
section.single-page__about .section-title p {
    color: var(--theme-black-color) !important;
}
section.single-page__about h2 {
    color: var(--theme-orange) !important;
}
.how-we-work-section {
    margin-bottom: -30px;
}
.how-we-work-section .section-sub-heading{
    color: var(--theme-p-color);
}
.how-we-work-section figure {
    width: 70%;
    border: 20px solid transparent;
    border-right: 20px solid var(--theme-yellow);
    border-bottom: 20px solid var(--theme-orange);
    margin: 0 auto;
    margin-bottom: 60px;
}
.how-we-work-section img {
    width: 100%;
}
.how-we-work-section h2 {
    margin-top: 50px;
    margin-bottom: 0;
}

.how-we-work-section .work-item {
    margin-bottom: 30px;
    background: var(--theme-light);
    padding: 20px;
    margin: 10px 2px;
}
.how-we-work-section .work-item__border {
    background-color: var(--theme-white-color);
    padding: 30px;
}
.how-we-work-section .work-item p {
    font-size: 1.1rem;
    line-height: 25px;
    color: var(--theme-p-color);
}
.how-we-work-section .work-item a {
    color: var(--theme-orange);
    text-decoration: underline !important;
}
.how-we-work-section span.icon {
    font-size: 2.5rem;
    color: var(--theme-orange);
}

.how-we-work-section .section-sub-heading p,
.our-impact__page-section .section-sub-heading p {
    font-size: 1.2rem;
}
.how-we-work-section .card{
    border: none;
    background-color: var(--theme-light);
    padding-top: 20px;
}
.how-we-work-section .card h3{
    color: var(--theme-orange);
}
.how-we-work-section .card .icon{
    color: var(--theme-green);
    font-size: 3rem;
}
.our-impact__page-section{
    position: relative;
}
/*--------------------------------------------------------------
# Purpose section
--------------------------------------------------------------*/
section.purpose {
    position: relative;
    margin-top: -2px;
    padding-top: 30px;
}
.purpose-cover {
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(255, 255, 255),
        var(--theme-light)
    );
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
section.purpose .content{
    color: var(--theme-p-color);
}
section.purpose .purpose-tabs__wrapper {
    margin-top: 10px !important;
    padding-left: 60px;
}

section.purpose .purpose-tabs__wrapper .nav {
    padding-left: 36px;
    margin-bottom: 30px;
}
section.purpose .purpose-tabs__wrapper .nav .nav-link {
    background: var(--theme-light);
    color: var(--theme-green-dark);
    border: 5px solid var(--theme-white-color);
    padding: 20px 30px;
}
section.purpose .purpose-tabs__wrapper .nav .active {
    background: var(--theme-light);
    color: var(--theme-green-dark);
    border: none;
    text-transform: uppercase;
}

section.purpose .purpose-tabs__wrapper .nav .nav-link:hover {
    background: var(--theme-green-dark) !important;
    color: var(--theme-white-color);
    border: none;
}
section.purpose .purpose-tabs__wrapper .nav .active:hover {
    background: var(--theme-light) !important;
    color: var(--theme-green-dark) !important;
}
section.purpose .tab-content {
    background-color: var(--theme-light);
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.purpose .action-card figure {
    width: 200px;
    padding: 20px;
    margin: 0 auto;
    border-right: 1px solid var(--theme-yellow);
    border-bottom: 1px solid var(--theme-yellow);
}
section.purpose .action-card img {
    width: 200px;
}
section.purpose .action-card .bi-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: 1rem;
    background-color: var(--theme-orange);
    color: var(--theme-white-color);
}
section.purpose .action-card .bi-icon {
    color: var(--theme-white-color) !important;
}
section.purpose .action-card .block {
    padding-left: 30px;
}

section.purpose .action-card h3 {
    color: var(--theme-green-dark);
    margin-top: 0 !important;
}
section.purpose .action-card p {
    font-size: 1.1rem;
    color: var(--theme-p-color);
}
section.purpose .action-card a {
    font-size: 0.9rem;
    color: var(--theme-orange);
    text-decoration: underline !important;
}
section.purpose .action-card a:hover {
    color: var(--theme-orange);
}
section.purpose .action-card-last {
    margin-bottom: 100px !important;
}
section.purpose svg {
    margin-top: 150px;
    margin-bottom: -2px;
}
section.purpose .action-card .bi-icon svg {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 480px) {
    section.purpose .purpose-tabs__wrapper {
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    section.purpose .purpose-tabs__wrapper .nav {
        padding-left: 0;
    }
    section.purpose .purpose-tabs__wrapper .nav .nav-link {
        display: inline !important;
        width: 47%;
        margin-bottom: 10px;
    }
    section.purpose .action-card .block {
        padding-left: 0;
    }
    section.purpose .action-card {
        text-align: center;
    }
    section.purpose .action-card figure {
        width: 220px;
        margin-bottom: 30px;
    }
    section.purpose .action-card img {
        width: 180px;
    }
    section.purpose .action-card-last {
        margin-bottom: 60px !important;
    }
    section.purpose svg.shape {
        margin-bottom: -20px;
        margin-top: 0;
    }
}
@media (max-width: 820px) {
    section.purpose .purpose-tabs__wrapper {
        margin-top: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    section.purpose .purpose-tabs__wrapper .nav {
        padding-left: 0;
    }
    section.purpose .purpose-tabs__wrapper .nav .nav-link {
        display: inline !important;
        margin-bottom: 10px;
    }
    section.purpose svg {
        margin-bottom: 0;
    }
}
/*--------------------------------------------------------------
# Our History
--------------------------------------------------------------*/
section.our-history__section{
    background-image: url("../images/shapes/hands-up.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: var(--theme-green-light);
    color: var(--theme-p-color);
    font-size: 1.1rem;
}
section.our-history__section .section-title p{
    color: var(--theme-green-dark);
}
section.our-history__section p{
    font-size: 1.1rem;
}
section.our-history__section img{
    width: 90%;
    border: 60px solid rgba(255, 255, 255,.3);
}
section.our-history__section button{
    background: var(--theme-orange);
    color: var(--theme-white-color);
    margin-top: 60px;
}
section.our-history__section button:hover{
    background: var(--theme-orange) !important;
    color: var(--theme-white-color);
}
@media (max-width: 820px) {
    section.our-history__section img{
        border: 30px solid rgba(255, 255, 255,.3);
        margin: 0 auto !important;
    }
}
/*--------------------------------------------------------------
# Social impact
--------------------------------------------------------------*/
.social-engagement {
    position: relative;
/*     background-image: linear-gradient(
        to bottom,
        var(--theme-light),
        #544C50
    ); */
    background-image: url("../images/backgrounds/engagement-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
    z-index: -1;
}
.social-engagement-cover {
    position: absolute;
    background: rgba(45, 112, 57,.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1 !important;
}
.social-engagement figure,
.social-engagement figure img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.social-engagement figure {
    width: 190px;
    height: 190px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    /* border: 1px solid var(--theme-yellow); */
    border-left: 1px solid var(--theme-orange);
    border-bottom: 1px solid var(--theme-green);
}
.social-engagement figure:hover {
    border: 1px solid var(--theme-green);
    border-left: 1px solid var(--theme-yellow);
    border-bottom: 1px solid var(--theme-orange);
}
.social-engagement figure img {
    width: 170px;
    margin: 0 auto;
}
.social-engagement .heading-box {
    z-index: 999 !important;
}
.social-engagement .heading-box h2{
    color: var(--theme-green) !important;
}
.social-engagement .section-header__description {
    font-size: 1.2rem;
    color: var(--theme-green);
}
section.about-us .section-title p,
section.programs__section .section-title p,
.social-engagement header .section-title p {
    color: var(--theme-green-dark) !important;
}
section.social-engagement .section-title p{
    color: var(--theme-black-color);
}
.social-engagement header .section-sub-heading {
    color: var(--theme-orange) !important;
    text-transform: uppercase;
}

.social-engagement header h2 {
    font-size: 3rem;
    color: var(--theme-orange);
    margin-top: 20px;
    line-height: 45px;
}
.social-engagement__page-section header h2 {
    color: var(--theme-black-color);
}
.social-engagement .counter-container-box {
    margin-top: 60px;
}
.social-engagement .first-counter-box {
    border-left: none;
}
.social-engagement .counter-number,
.social-engagement .counter-number-percent {
    display: inline;
}
.social-engagement .counter-thumb {
    text-align: center;
}
.social-engagement .counter-number {
    color: var(--theme-yellow);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto;
}
.social-engagement .counter-text {
    color: var(--theme-green) !important;
    font-size: 1rem;
    font-weight: 400;
}
.social-engagement p.head_line {
    color: var(--theme-black-light) !important;
    margin-bottom: 60px;
}
.social-engagement__page-section .counter-number,
.social-engagement__page-section .counter-text,
.social-engagement__page-section .counter-number-percent,
.social-engagement__page-section p.head_line,
.social-engagement__page-section p {
    color: var(--theme-black-color) !important;
}
.news-section .related-stories,
.other-contacts-forms,
.social-engagement .se-blok-2,
.tags-block {
    margin-top: 60px;
}
.impact-section .counter-number-percent,
.page-header-section span {
    display: inline;
}
.counter-thumb .counter-number-percent {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--theme-yellow);
}
.counter-number,
.counter-text {
    display: block;
}
.counter-number,
.counter-number-text {
    color: var(--theme-yellow);
    font-family: var(--theme-font-headings), sans-serif;
    font-size: 3rem !important;
    font-weight: 600;
    line-height: normal;
}
.social-engagement .section-header__cta {
    color: var(--theme-yellow) !important;
    margin-bottom: 120px;
    font-size: 3rem;
    line-height: 60px;
}
.social-engagement .section-header__cta strong{
    display: block;
    font-size: 5rem;
}
/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial {
    position: relative;
    background-color: var(--theme-light);
    padding-bottom: 0;
    text-align: center;
    z-index: 1;
    margin-top: -3px;
}
.testimonial .heading-box p{
    color: var(--theme-green);
}
.testimonial h2,
.single-testimonial__section h2 {
    color: var(--theme-orange);
}

.testimonial p,
.single-testimonial__section p {
    color: var(--theme-p-color);
}

.testimonial__right {
    position: relative;
    display: block;
    padding-bottom: 110px;
    overflow: hidden;
}
.testimonial__right .owl-nav {
    bottom: -110px !important;
    left: 0 !important;
    right: 0;
}
.testimonial__carousel {
    position: relative;
    display: block;
}

.testimonial__single,
.testimonial-two__single {
    position: relative;
    display: block;
}
.testimonial__content,
.testimonial-two__content {
    position: relative;
    display: block;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
    border: 1px solid var(--theme-yellow);
}
.single-testimonial__section .testimonial-two__content {
    background-color: white;
    z-index: 9 !important;
}
.testimonial__content::after,
.testimonial-two__content::after {
    position: absolute;
    bottom: -10px;
    left: 64px;
    right: 0;
    content: "";
    width: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 10px solid var(--theme-yellow);
}

.testimonial__single:hover .testimonial__quote,
.testimonial-two__single:hover .testimonial-two__quote {
    background-color: var(--theme-base);
    color: var(--theme-white);
}
.testimonial__text,
.testimonial-two__text {
    margin: 0;
    line-height: 30px;
}
.testimonial-two__client-title{
    color: var(--theme-green) !important;
}
.testimonial__client-info,
.testimonial-two__client-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-align: left;
}
.testimonial__client-img,
.testimonial-two__client-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial__client-img img,
.testimonial-two__client-img img {
    border-radius: 50%;
    width: 75px !important;
    border: 2px solid var(--theme-yellow);
    border-left: 2px solid var(--theme-orange);
    border-bottom: 2px solid var(--theme-green);
}
.testimonial__client-details,
.testimonial-two__client-details {
    margin-left: 35px;
}
.testimonial__client-name,
.testimonial-two__client-name,
.project-team .card-team-item .card-title {
    font-family: var(--theme-font-headings);
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--theme-p-color) !important;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
}
.testimonial__client-title {
    color: var(--theme-orange) !important;
}
.testimonial__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0 0 0;
    margin-right: 0px;
}
.testimonial__carousel.owl-carousel .owl-dots {
    padding-top: 30px;
}
.testimonial__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.testimonial__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.testimonials__row {
    --bs-gutter-y: 30px;
}
.testimonials-page {
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonials__carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
}
.single-testimonial__section {
    margin-bottom: 0 !important;
}
@media (min-width: 768px) {
    .testimonials__carousel .owl-nav {
        display: none;
    }
}
/*--------------------------------------------------------------
# Project Team
--------------------------------------------------------------*/
section.project-team .section-title p {
    color: var(--theme-p-color);
}
section.project-team .card-team-item {
    padding: 30px !important;
    text-align: center;
}

section.project-team .card-team-item h3 {
    margin: 0 !important;
}
section.project-team .card-team-item figure {
    padding: 20px;
    border: 1px solid var(--theme-yellow);
    border-left: 1px solid var(--theme-green);
    border-bottom: 1px solid var(--theme-orange);
}
section.project-team .card-team-item img {
    border: none;
}
section.project-team .card-body {
    padding: 0 !important;
}
section.project-team .card-body h3 {
    font-size: 1.3rem !important;
    color: var(--theme-orange);
}
section.project-team .card-text {
    color: var(--theme-orange);
}
.wave {
    margin-top: -100px;
}
@media (max-width: 480px) {
    section.project-team .card-team-item {
        text-align: center !important;
    }
    section.project-team .card-team-item figure {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
section.single-page__tab .nav-link {
    background-color: var(--theme-green-dark) !important;
    color: var(--theme-green-light) !important;
}
section.single-page__tab .nav-link:hover {
    background-color: var(--theme-green-light);
}
.banner-page__cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to left,
        rgba(0,0,0,.5),
        rgba(0,0,0,.6)
    );
    z-index: -1;
}
section.banner-page__about .justify-content-center,
section.banner-page__volunteer .justify-content-center,
section.banner-page .justify-content-center,
section.banner-page__alphabetization .justify-content-center,
section.banner-page__community-development .justify-content-center,
section.banner-page__donation .justify-content-center,
section.banner-actions .banner-description {
    margin-top: 90px;
    z-index: 999 !important;
}
section.banner-page {
    padding-top: 0;
}
section.banner-page h1 {
    margin-top: 0 !important;
    color: var(--theme-green-dark) !important;
}
section.banner-actions .banner-description {
    margin-top: 0;
}

section.single-page__tab .nav-pills {
    margin: 60px 0 !important;
}
section.single-page__tab .nav-pills .nav-item a {
    background-color: var(--theme-green-light);
    color: var(--theme-white-color) !important;
}
section.single-page__tab .section-title h2 {
    font-size: 2rem;
    color: var(--theme-orange) !important;
    letter-spacing: 1px;
}
section.page-program__action h2 {
    margin-top: 60px;
}
section.page-program__action h2 span {
    display: block;
    font-size: 3rem;
}
section.page-program__action .page__tab-figure {
    width: 60%;
    margin: 0 auto;
    margin-left: 80px;
    padding: 1px;
    background-image: linear-gradient(
        to top,
        var(--theme-green),
        var(--theme-yellow),
        var(--theme-orange)
    );
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
section.page-program__action .page__tab-figure img {
    width: 100%;
    border: 20px solid var(--theme-white-color);
}
section.page-program__action .program-description {
    color: var(--theme-green-dark);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 33px;
    padding-top: 60px;
    padding-right: 60px;
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    -ms-border-radius: 0 50px 0 0;
    -o-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}
section.page-program__action .program-description__buttons {
    margin-top: 60px;
}
section.page-program__action .program-description__buttons button {
    display: inline-block !important;
    background-color: transparent !important;
    border: 1px solid var(--theme-orange);
    color: var(--theme-orange);
}
section.page-program__action .program-description__buttons button:hover {
    border: 1px solid var(--theme-green);
    color: var(--theme-green);
}
section.page-program__action .program-description__buttons .read-more__about {
    border: 1px solid var(--theme-green);
    color: var(--theme-green);
}
section.page-program__action .page-program__more-details {
    border-left: 1px solid var(--theme-light);
    border-bottom: 20px solid var(--theme-light);
    margin-top: -18px;
    margin-bottom: -160px;
    margin-left: 130px;
    padding-top: 60px;
    padding-left: 120px;
    padding-bottom: 120px;
    -webkit-border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -ms-border-radius: 0 0 0 100px;
    -o-border-radius: 0 0 0 100px;
    border-radius: 0 0 0 100px;
}
/* section.page-program__action .page-program__action-more-details{
    border-left: 1px solid var(--theme-green);
    border-bottom: 20px solid var(--theme-green);
} */
section.page-program__action .page-program__more-details h2 {
    color: var(--theme-orange) ;
}
section.page-program__action .page-program__more-details h3 {
    color: var(--theme-orange);
    margin-bottom: 30px;
}
section.page-program__action .page-program__more-details ul {
    margin-left: -10px;
}
section.page-program__action .page-program__more-details ul li {
    font-size: 1.1rem;
}
section.page-program__action .page-program__more-details p strong,
section.page-program__action .page-program__more-details ul li strong {
    color: var(--theme-green-dark);
}
section.page-program__action .program-form__register {
    border-left: 1px solid var(--theme-brown-color);
    border-bottom: 20px solid var(--theme-brown-color);
    padding-top: 0 !important;
    padding-right: 120px;
}
section.page-program__action .program-form__register h3{
    color: var(--theme-orange);
}
section.page-program__action .program-form__register button:hover{
    background-color: var(--theme-green-dark) !important;
    color: var(--theme-white-color) !important;
}
section.page-program__action .page-program__more-details-left {
    border-right: 1px solid var(--theme-green-dark);
    border-bottom: 20px solid var(--theme-green-dark);
    margin-top: -18px;
    margin-bottom: -160px;
    margin-right: 160px;
    padding-top: 60px;
    padding-right: 120px;
    padding-bottom: 120px;
    -webkit-border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    -ms-border-radius: 0 0 100px 0;
    -o-border-radius: 0 0 100px 0;
    border-radius: 0 0 100px 0;
}
.programs__section .bank-description__details .card {
    background-color: var(--theme-light);
    padding: 20px;
}
.programs__section .bank-description__details .card-title {
    margin: 10px 0 30px 0;
    text-transform: uppercase;
    color: var(--theme-orange) !important;
}
.programs__section .bank-description__details .card .icon {
    padding: 25px 0;
}
.programs__section .bank-description__details .card p {
    line-height: 10px !important;
    color: var(--theme-p-color);
}
.how-to-help__section {
    padding: 120px 0 !important;
    background-image: url("../images/shapes/hands-up.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
.how-to-help__section .section-description {
    font-size: 1.2rem;
}
.how-to-help__section .tab-pane figure {
    margin-bottom: 20px !important;
}
.how-to-help__section .tab-pane h3 {
    color: var(--theme-green-dark) !important;
    margin-top: 20px !important;
    text-align: center;
}
.how-to-help__section .tab-pane p {
    color: var(--theme-black-color) !important;
}
.how-to-help__section figure {
    margin: 0 auto !important;
}
.how-to-help__section .tab-pane__description {
    height: 430px;
    padding: 30px;
    margin-top: -30px;
}
.how-to-help__section .tab-pane__description h3 {
    color: var(--theme-green-dark);
}
.how-to-help__section .tab-pane__description p {
    font-size: 1.1rem;
    color: var(--theme-p-color);
}
.how-to-help__section .tab-pane__description button {
    display: inline;
    border: 1px solid var(--theme-white-color);
    background: var(--theme-orange) !important;
    margin-top: 30px;
    color: var(--theme-white-color);
}
.how-to-help__section .tab-pane__description button:hover {
    background-color: var(--theme-green-dark) !important;
    color: var(--theme-white-color) !important;
}
.how-to-help__section .tab-pane__description svg {
    margin: 0;
    margin-left: 10px;
}
.how-to-help__section .tab-central__panel {
    background: var(--theme-light);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.how-to-help__section .tab-central__panel button {
    background-color: var(--theme-orange);
    color: var(--theme-white-color);
    text-decoration: none !important;
}
@media (max-width: 820px) {
    section.page-program__action .page-program__more-details,
    section.page-program__action .page-program__more-details-left {
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        border: 0;
    }
    .programs__section .bank-description__details .card p {
        line-height: 20px !important;
    }
    section.page-program__action .program-form__register {
        padding-right: 0 !important;
    }
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
section.about-us {
    background-color: var(--theme-light) !important;
}
section.about-us .section-title {
    color: var(--theme-orange);
}
section.about-us h2,
section.about-us .section-title strong {
    color: var(--theme-white-color);
}
section.about-us figure,
section.project-team figure {
    position: relative;
    border: 1px solid var(--theme-orange);
    padding: 20px;
}
section.about-us figure img,
section.project-team figure img {
    width: 600px;
}
section.about-us .btn {
    background-color: var(--theme-green-light);
    color: var(--theme-black-color);
}
section.about-us .fig-secondary {
    position: absolute;
    width: 200px;
    bottom: -20px !important;
    right: -70px;
    border: 20px solid var(--theme-green);
}
section.about-us .content p {
    color: var(--theme-white-color);
}
section.about-us .accordion-item {
    background-color: transparent;
}

section.about-us .accordion-item p,
section.single-page__about .content p {
    color: var(--theme-black-color);
}
section.about-us .accordion-item .accordion-button {
    background-color: transparent;
    color: var(--theme-black-color);
}
section.project-team .about-us__picture {
    position: absolute;
    width: 450px;
    top: -600px;
    right: 150px;
    z-index: 1;
}
section.project-team .about-us__picture figure {
    background-color: var(--theme-white-color);
    border: 30px solid var(--theme-light);
}
@media (max-width: 480px) {
    section.about-us .fig-secondary {
        bottom: -20px;
        right: -10px;
    }
    section.about-us .has-shapes {
        z-index: -1;
    }
    section.project-team .about-us__picture {
        position: absolute;
        width: 250px;
        top: -630px;
        right: 0;
        z-index: 1;
    }
    section.project-team .about-us__picture figure {
    border: 20px solid var(--theme-light);
}
}
@media (width: 820px) {
        section.project-team .about-us__picture {
        position: absolute;
        width: 350px;
        top: -630px;
        right: 0;
        z-index: 1;
    }
section.project-team .about-us__picture figure {
    border: 20px solid var(--theme-light);
}
}
/*--------------------------------------------------------------
# Blog / Blog details
--------------------------------------------------------------*/
section.blog {
    padding-top: 100px;
}
section.blog .last-post__heading {
    margin-bottom: 60px;
}
section.blog .search-form__wrap {
    margin-bottom: 80px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
section.blog .search-form__wrap input,
section.blog .search-form__wrap button {
    align-items: start;
    flex-shrink: 1;
}
section.blog .search-form__wrap input {
    flex-basis: 500px;
    border: none;
    margin: 0 !important;
    padding: 5px 20px 8px 30px;
    border: 1px solid var(--theme-orange);
    border-right: 0;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    margin-right: 0;
}
section.blog .search-form__wrap button {
    flex-basis: 100px;
    border: 1px solid var(--theme-orange);
    border-left: 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}
section.blog .search-form__wrap button:hover {
    background-color: transparent !important;
}
section.blog .blog-post{
    padding-bottom: 10px;
    height: 530px;
    border-bottom: 1px solid var(--theme-light);
}
section.single-post__blog-line .blog-post{
    height: auto;
    border-bottom: none;
}
section.blog .blog-post__bottom{
    padding: 10px 0 !important;
}
section.blog .blog-post__bottom .icon{
    font-size: 1rem;
    margin-bottom: 10px !important;
    padding: 0 15px ;
}
section.blog .blog-post .post-slider {
    position: relative;
}
section.blog .last-post__heading .post-thumbnail-cover,
div.single-post__aside .post-thumbnail-cover,
section.blog .post-thumbnail-cover,
section.blog-page__section .single-post__details .post-thumbnail-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)    );
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
section.blog .blog-post__published-info{
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    padding: 0 30px;
}
section.blog .blog-post__published-info img{
    width: 60px;
    border: 5px solid var(--theme-white-color);
}
section.blog .last-post__entry:hover h1 {
    color: var(--theme-orange) !important;
}
section.blog .last-post__heading-headline {
    padding-left: 30px;
}
section.blog .last-post__heading-headline h1 {
    margin-top: 20px;
    line-height: 50px;
    color: var(--theme-orange);
}
section.blog .last-post__heading-headline .btn {
    padding: 7px 18px 8px 18px;
    background-color: var(--theme-green-dark) !important;
    font-size: 0.7rem;
    font-weight: bold;
}
section.blog .blog-post .post-slider .btn {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 7px 18px 8px 18px;
    background-color: var(--theme-green-dark);
    font-size: 0.7rem;
    font-weight: bold;
}
section.blog .last-post__heading .btn {
    top: 0 !important;
}
section.blog .blog-post .post-slider .btn:hover {
    background-color: var(--theme-orange) !important;
    color: var(--theme-white-color) !important;
}
section.blog .blog-post:hover .btn {
    background-color: var(--theme-orange) !important;
}
section.blog .last-post__heading-headline a.blog-post-link,
section.blog .blog-post a.blog-post-link {
    color: var(--theme-orange) !important;
}
section.blog .blog-post h2 {
    margin-top: 20px;
}
section.blog .blog-post h2 a {
    color: var(--theme-green-dark) !important;
}
section.blog .blog-post:hover h2 a {
    color: var(--theme-orange) !important;
}
section.blog .last-post__entry:hover .post-thumbnail-cover,
section.blog .blog-post:hover .post-thumbnail-cover {
    background-image: linear-gradient(
        to bottom,
        transparent,
        rgba(103, 179, 70, 0.5)
    );
}
section.blog .blog-post:hover .btn {
    background-color: var(--theme-orange);
}
section.blog .last-post__heading-headline:hover a.blog-post-link,
section.blog .blog-post:hover a.blog-post-link {
    text-decoration: underline !important;
    color: var(--theme-orange) !important;
}
section.blog nav .btn {
    background-color: var(--theme-orange);
}
section.blog figure {
    margin: 0;
}
.me-lg-4 {
    margin-right: 0 !important;
}
section.blog nav {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid var(--theme-light);
}
section.blog-page__section {
    padding-bottom: 0;
}
section.blog-page__section .single-post__head {
    padding-bottom: 30px;
}
section.blog-page__section .single-post__head .single-post__published-info .icon{
    width: 50px;
    margin-left: 30px;
}

section.blog-page__section .single-post__head .single-post__published-info .avatar img{
    width: 40px;
    border: 2px solid var(--theme-light);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
section.blog-page__section .single-post__head .single-post__published-info .date,
section.blog-page__section .single-post__head .single-post__published-info .n-comments{
    margin-left: 30px;
}

section.blog-page__section .single-post__head button {
    background-color: var(--theme-green-dark);
    margin: 0 auto;
}
section.blog-page__section .single-post__head h1 {
    font-size: 3.3rem;
    margin: 30px 0 !important;
    line-height: 55px;
    color: var(--theme-orange);
}
@media (max-width: 480px) {
    section.blog-page__section .single-post__head h1 {
        font-size: 1.8rem;
        line-height: 36px;
    }
    section.blog .last-post__heading-headline {
        padding-left: 0;
        margin-top: -30px;
    }
}

section.blog-page__section .single-post__details .headline {
    font-family: var(--theme-font-headings);
    font-size: 1.6rem !important;
    line-height: 36px;
    font-weight: bold;
    color: var(--theme-green-dark);
    margin: 60px 0;
}

section.blog-page__section .single-post__details figure {
    margin: 0 0 30px 0;
}
section.blog-page__section .single-post__details figcaption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    line-height: 20px;
    font-style: italic;
    color: var(--theme-yellow);
}
section.blog-page__section .single-post__details .attachment__caption {
    display: none !important;
}
section.blog-page__section .single-post__details h2,
section.blog-page__section .single-post__details h3 {
    font-size: 1.5rem;
    color: var(--theme-p-color);
    margin-top: 30px;
    letter-spacing: 1px;
}
section.blog-page__section .single-post__details .paragraph__details {
    border-left: 1px solid var(--theme-light);
    border-bottom: 20px solid var(--theme-light);
    padding: 0 60px 60px 80px;
    margin-left: 60px;
    -webkit-border-radius: 0 0 0 60px;
    -moz-border-radius: 0 0 0 60px;
    -ms-border-radius: 0 0 0 60px;
    -o-border-radius: 0 0 0 60px;
    border-radius: 0 0 0 60px;
}
section.blog-page__section .single-post__details ul,
section.blog-page__section .single-post__details ol {
    margin-left: -10px;
}
section.blog-page__section .single-post__details li,
section.blog-page__section .single-post__details p {
    font-size: 1.2rem;
    color: var(--theme-p-color);
}
section.about-us a,
.custom-form .form-check-label a,
section.blog-page__section .single-post__details a,
section.single-page__tab .page-program__more-details a {
    color: var(--theme-orange) !important;
}
section.about-us a:hover,
.custom-form .form-check-label a:hover,
section.blog-page__section .single-post__details a:hover,
section.single-page__tab .page-program__more-details a:hover {
    color: var(--theme-green-dark);
    text-decoration: underline !important;
}
section.blog-page__section .single-post__details img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

section.blog-page__section .single-post__details blockquote {
    font-family: var(--theme-font-headings);
    border-left: 5px solid var(--theme-yellow);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-left: 30px;
    font-size: 1.32rem;
    color: var(--theme-orange);
    line-height: 28px;
}
section.blog-page__section .single-post__source{
    text-align: right;
    font-size: small !important;
    font-style: italic;
    border-top: 1px solid var(--theme-light);
    padding-top: 20px;
    margin-top: 30px;
}

section.blog-page__section .single-post__aside {
    padding: 0 0 0 30px;
}
@media (max-width: 480px) {
    section.blog-page__section .single-post__head .headline {
        font-size: 1.2rem !important;
        line-height: 26px;
    }
    section.blog-page__section .single-post__aside {
        padding-left: 0;
    }
    section.blog-page__section .single-post__details .paragraph__details {
        padding: 0 0 20px 0;
        margin-left: 0;
        border-left: 0;
    }
    section.blog-page__section .single-post__head .headline {
        width: 100%;
    }
    section.blog .search-form__wrapp {
        padding: 0 20px;
        margin: 0 auto;
    }
    section.blog .search-form__wrapp input {
        flex-basis: 235px;
    }
    section.blog .search-form__wrapp button {
        flex-basis: 90px;
    }
}
@media (max-width: 820px) {
    section.blog-page__section .single-post__details {
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid var(--theme-green-light);
        padding-bottom: 60px;
        margin-bottom: 30px;
    }
    section.blog {
        padding-top: 60px;
    }
    section.blog .search-form__wrapp {
        margin-bottom: 60px;
    }
    section.blog .search-form__wrapp button {
        width: 100%;
    }
}
section.blog-page__section .single-post__aside article figcaption {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    color: var(--theme-white-color);
}
section.blog-page__section .single-post__aside article figcaption h2 {
    color: var(--theme-white-color);
    letter-spacing: 1px;
}
section.blog-page__section .single-post__aside ul.other-posts {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
section.blog-page__section .single-post__aside ul.other-posts li {
    padding: 20px 0;
    border-bottom: 1px solid var(--theme-light);
}
section.blog-page__section .single-post__aside ul.other-posts li a {
    font-size: 1.3rem;
    color: var(--theme-green-dark);
    line-height: 18px;
}

section.blog-page__section .single-post__aside ul.other-posts li a:hover {
    color: var(--theme-orange);
}
section.blog-page__section .single-post__aside a.aside-link {
    font-size: small !important;
    color: var(--theme-green-light) !important;
}
section.blog .load-more__posts button {
    margin: 0 auto;
    background-color: var(--theme-orange);
}
section.google-map {
    margin-bottom: -35px;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
section.faq-page__section a{
    color: var(--theme-orange);
}
/*--------------------------------------------------------------
# Forms / Comments
--------------------------------------------------------------*/
section.page-contact__section{
    padding-bottom: 60px !important;
}
section.page-contact__section a{
    color: var(--theme-orange);
}
section.page-contact__section small{
    color: var(--theme-black-color);
}
section.page-contact__section button{
    margin-top: 10px;
}
section.page-contact__section .contact-box__left{
    border-right: 1px solid #dddddd;
    margin-right: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}
.custom-form {
    color: var(--theme-white-color);
}
h2.custom-form-title {
    margin-bottom: 30px;
}
.custom-form .form-check-group {
    margin-bottom: 20px;
}
.custom-form .form-field__section {
    padding-bottom: 20px;
}
.comments-section .comment-form input,
.custom-form .form-control,
.input-group-file {
    background-color: var(--theme-light);
    box-shadow: none;
    color: var(--theme-black-color);
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    outline: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 0;
}
.comments-section .comment-form input:focus,
.custom-form .form-control:focus,
.input-group-file:focus {
    border: 1px solid var(--theme-orange);
}
.custom-form .form-control:focus,
.form-check-input:checked {
    border-color: var(--theme-orange);
}
.custom-form label.label,
.custom-form p.label {
    font-weight: normal;
    font-style: italic;
}
.custom-form label,
.custom-form p {
    font-size: 1rem !important;
    color: var(--theme-black-color);
    margin-bottom: 10px;
    font-weight: 400;
}
.custom-form p {
    font-weight: bold;
}
.custom-form .form-check-radio {
    position: relative;
    height: 100%;
    padding-left: 0;
}
.custom-form .input-group-text {
    background: var(--secondary-color);
    border: 0;
    color: var(--theme-black-color);
}
.custom-form .form-check-radio .form-check-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.comments-section .comment-form button[type="submit"],
.custom-form button[type="reset"],
.custom-form button[type="submit"] {
    width: auto;
    background: var(--theme-orange);
    color: var(--theme-white-color) !important;
    font-weight: bold;
    transition: 0.3s;
    padding: 10px 30px 15px;
    margin-bottom: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.custom-form .form-control h6 {
    margin: 0 !important;
    padding: 0 !important;
}
.custom-form button[type="reset"] {
    display: none;
    width: auto;
    background-color: var(--fourth-color);
    padding-left: 30px;
    padding-right: 30px;
}
.custom-form button[type="reset"]:focus,
.custom-form
    button[type="submit"]:focus
    .custom-form
    button[type="reset"]:hover,
.custom-form button[type="submit"]:hover {
    background: var(--theme-orange) !important;
    color: var(--theme-white-color) !important;
}
.custom-form .form-error-message {
    font-weight: normal;
    font-style: italic;
    margin-top: 0 !important;
}
.comments-section{
    margin-top: 60px;
    padding: 20px 0;
    padding-top: 60px;
    border-top: 5px solid var(--theme-light);
}
.comments-section .comment-form input,
.comments-section .comment-form textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid var(--theme-light) !important;
    background-color: var(--theme-light);
}
.comments-section .comment-form button{
    margin-top: 5px;
}
.comments-section .comment-form button:hover{
    background-color: var(--theme-green-dark) !important;
    color: var(--theme-white-color) !important;
}
.comments-section .comment-form input:focus,
.comments-section .comment-form textarea:focus{
    border: 1px solid var(--theme-orange) !important;
}
.comments-section .accordion-button,
.comments-section .accordion-header{
    background-color: var(--theme-yellow);
    color: var(--theme-black-color);
}
.comments-section .accordion-header button:hover{
    border: 0;
}

.comments-section .accordion-body{
    padding: 0;
}
.comments-section .comments-list .comment-one{
    border: 1px solid var(--theme-light);
    padding: 20px;
    margin: 10px 0;
}
.comments-section .comments-list .comment-one h6{
    font-size: 1rem !important;
    color: var(--theme-p-color);
}
.comments-section .comments-list .comment-one p{
    font-size: 1rem !important;
    line-height: 25px;
}
/*--------------------------------------------------------------
# WhatsApp Widgets
--------------------------------------------------------------*/
.whatsApp-widget{
    width: 80%;
    margin-top: 60px;
    border: 2px solid var(--theme-green-dark);
    padding: 20px;
}
.whatsApp-widget p{
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2px !important;
    color: var(--theme-green-dark);
}
div#wmn-fx {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99999
}

.wmn-wrap .wmn-widget {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px -3px;
    border-radius: 90px;
    cursor: pointer;
    z-index: 15;
    position: relative;
    width: 62px;
    height: 62px;
    box-sizing: border-box
}

.wmn-wrap .wmn-widget span.notification {
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: none
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background-color: var(--theme-green-dark);
    margin-top: -2px;
    padding-bottom: 30px !important;
}
footer h5 {
    font-family: var(--theme-font), sans-serif !important;
    color: var(--theme-white-color);
}
footer .footer-widget a,
footer .footer-bottom a {
    color: var(--theme-white-color) !important;
}
footer .footer-widget a:hover,
footer .footer-bottom a:hover {
    color: var(--theme-yellow) !important;
}
footer .action-form h3 {
    color: var(--theme-yellow);
}
footer .action-form a {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center !important;
    color: var(--theme-green-dark) !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: var(--theme-yellow);
}
footer .action-form a:hover {
    background-color: var(--theme-green-dark);
    color: var(--theme-yellow) !important;
    border: 2px solid var(--theme-yellow) !important;
}
footer .social-icons a {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    border-radius: 100% !important;
    border: none;
    color: var(--theme-white-color) !important;
}
footer .social-icons a:hover {
    background-color: var(--theme-yellow) !important;
    color: var(--theme-brown-color) !important;
}

footer .copyright {
    color: var(--theme-white-color);
}
footer .logo {
    width: 50px;
}
