/*begin::Global css*/
:root {
    --primary-color: #059347;
    --white-color: #ffffff;
    --black-color: #222222;
    --ease-transition: all 0.3 ease;
    --linear-transition: all 0.3s linear;
    --primary-gradient: linear-gradient(127deg, #875fcd, #594281);
    --poppins-font: 'Poppins', sans-serif;
}

.sc_divider {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eff2f5;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_80 {
    margin-top: 80px;
}

.no-padding-top {
    padding-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

button, input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.title-section:before {
    background-color: var(--primary-color);
}

ul.bullet_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.bullet_list > li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #999999;
    padding-left: 25px;
}

ul.bullet_list > li::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: var(--primary-color);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.content-post ul.bullet_list > li {
    padding-left: 0;
}

.content-post ul.bullet_list > li::before {
    position: static;
    padding-right: 10px;
}

.disable_anchor {
    cursor: text;
    pointer-events: none;
}

.pb-50 {
    padding-bottom: 50px;
}

.widget-contactform input[type="tel"] {
    width: 100%;
}

.custom_input {
    margin-bottom: 30px;
}

.custom_input input,
.custom_input textarea {
    margin-bottom: 0;
}

.form_error {
    color: red;
    font-size: 13px;
}
/* end::Global css */

/* begin::Header css */
#mainnav > ul > li > a {
    padding: 0 30px 0 0;
    font-size: 14px;
}

#mainnav .menu .has-sub:hover:before,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
    color: var(--primary-color);
}

#mainnav > ul > li:after {
    background: var(--primary-color);
}

#mainnav > ul > li.current > a {
    color: var(--primary-color);   
}

#mainnav > ul > li.current::after {
    background: var(--primary-color);
    width: 18px;
}

.header .header-wrap {
    display: flex;
    align-items: center;
}

.header .header-wrap .logo {
    height: auto;
    margin: 0 auto 0 0;
    font-size: 0;
    line-height: 0;
}

#logo > a {
    overflow: hidden;
    width: 80px;
    height: 80px;
    display: inline-block;
}
/* end::Header css */

/* begin::Homepage css */
.tp-banner-container .overlay {
    background-color: var(--black-color);
    opacity: 0.7;
}

.title-post {
    color: var(--black-color);
}

.csr_blocks {
    padding: 0 15px;
}

.csr_blocks .support-icon {
    margin-bottom: 30px;
}

.csr_icons {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.csr_icons > img {
    width: 100%;
    height: 100%;
}

.causes .causes-img,
.causes .causes-post {
    min-height: 448px;
}

.causes-img > span {
    display: inline-block;
    overflow: hidden;
}

.causes-img > span > img {
    width: 100%;
}

.flat-our-events .entry-post p {
    font-size: 18px;
}

footer {
    padding: 60px 0 50px;
}

.footer_menu ul li::before {
    display: none;
}

.footer_menu ul li a {
    padding-left: 0 !important;
}

.footer_logo {
    width: 100%;
    margin-bottom: 10px;
}

.footer_logo > a {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.footer_logo > a > img {
    width: 100%;
    height: 100%;
}

.bottom .container-bottom {
    padding: 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.bottom .container-bottom .copyright {
    float: unset;
}

.visionaries_img {

}

.visionaries_img > .item > img {
    border: 3px solid #222;
    border-radius: 4px;
}

.visionaries_img .cs-category-links {
    width: 100%;
    margin-top: 15px;
}

.visionaries_img .cs-category-links h4 {
    color: var(--black-color);
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.visionaries_img .cs-category-links span {
    font-size: 14px;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.visionaries_img .cs-category-links h6 {
    color: var(--primary-color);
    font-weight: 500;
}

.contact-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 560px;
    width: 100%;
}
/* end::Homepage css */