
/* Global Buttons */
a.only_btm_border_btn {
    border: none;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}
a.only_btm_border_btn:hover {
    border-bottom-color: #4C9BD0 !important;
    background-color: transparent !important;
    color: #4C9BD0 !important;
}
a.rounded_blue_btn {
    border: none;
    padding: 13px 26px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    border-radius: 25px;
    border: 1px solid #4c9bd0;
}
a.rounded_blue_btn:hover {
    background-color: #4c9bd0 !important;
    color: #fff !important;
}
.ul_li_space li {
    margin-bottom: 24px;
}



.prg_btn_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Programs Page CSS */
.prg_conts a {
    text-decoration: none !important;
}
.prgs_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.prg_item {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.prg_conts {
    padding: 30px;
}
.prg_upper_img {
    height: 206px;
    background: #f4f4f4;
}
.prg_upper_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.prg_item:nth-child(3n+3) {
    margin-right: 0;
}

.prgs_slider_wrapper .owl-nav button.owl-next, 
.prgs_slider_wrapper .owl-nav button.owl-prev {
    font-size: 50px !important;
    display: flex;
    position: absolute;
    right: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 23px !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all ease-in-out .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prgs_slider_wrapper .owl-nav button:hover {
    background: #4C9BD0;
    box-shadow: 0 3px 8px #0001;
}
.prgs_slider_wrapper .owl-nav button i{
    font-size: 25px;
}
.prgs_slider_wrapper .owl-nav button:hover i{
    color: #fff;
}
.prgs_slider_wrapper .owl-nav button.owl-prev{
    left: -70px;
    right: inherit;
}

.prgs_slider_wrapper .owl-nav button.owl-next span, 
.prgs_slider_wrapper .owl-nav button.owl-prev span {
    line-height: 23px !important;
    height: 40px !important;
    font-weight: 200;
    width: 40px;
    border-radius: 100%;
}
.prgs_slider_wrapper .owl-nav button:hover span{
    background: #4C9BD0;
    color: #fff;
}
.prg_slider_item {
    margin: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.prg_btn_wrapper {
    min-height: 55px;
}
.prgs_slider_wrapper .owl-dots {
    bottom: -20px;
}
.white_text_rounded_btn  a.elementor-button-link{
    color: #fff;
    border-color: #fff;
}
.white_text_rounded_btn  a.elementor-button-link:hover{
    color: #fff !important;
    border-color: #fff !important;
}
.white_text_info_btn a.elementor-button-link {
    color: #fff;
    border-radius: 0;
    padding: 7px 0;
    border-color: transparent;
}
.white_text_info_btn.elementor-widget-button a.elementor-button-link:hover {
    background: transparent !important;
    border-bottom-color: #fff;
}
.prg_slide_title {
    font-weight: 500;
    margin-bottom: 8px;
}
.prg_conts p {
    font-size: 14px;
    line-height: 24px;
}
.prg_conts a {
    font-size: 12px;
    font-weight: 500;
}
/* Programs Page CSS end */

/* F A CSS */
.elementor-widget-button.elementor-button-success.big-button.height-80 a.elementor-button-link {
    padding: 22px 35px;
}
/* .tab-headline-bar p.elementor-heading-title{
    position: relative;
}
.tab-headline-bar p.elementor-heading-title::before, .tab-headline-bar p.elementor-heading-title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 48%;
    background-color: #4C9BD0;
    transition: all 0.3s ease-in;
    width: 24px;
    height: 2px;
}
.tab-headline-bar p.elementor-heading-title::after {
    transform: rotate(90deg);
}
.tab-headline-bar.activated p.elementor-heading-title::after {
    opacity: 0;
    transform: rotate(0deg);
} */
.page-id-106 .tab-headline-bar.activated section {
    border-bottom: 0 !important;
}
/* .page-id-106 .tab-content-wrap.tab-activated section:last-child {
    border-bottom: 1px solid #4c9bd0;
} */
.page-id-106 .tab-content-wrap.tab-activated section {
    /* border-bottom: 1px solid #4c9bd0; */
    padding-right: 10px;
}
.page-id-106 .tab-content-wrap.tab-activated .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0 !important;
}
/* F A CSS End */


/* Get involved section css */
.get_involved_donate_sec h3.elementor-icon-box-title {
    margin-bottom: 5px;
    color: #D41F31;
    font-weight: 500 !important;
}
.get_involved_donate_sec .elementor-icon-box-content {
    padding-top: 8px;
}
.get_involved_donate_sec > .elementor-container {
    border-radius: 10px;
    padding: 60px 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.donate_item {
    display: none;
}
.donate_item.active {
    display: block;
}
.gi_btns_invlb a {
    border-radius: 10px !important;
    width: 100%;
    min-height: 80px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
    position: relative;
}
.gi_btns_invlb .elementor-widget-button {
    width: 100% !important;
}
.gi_btns_invlb .active a {
    background: #d41f30 !important;
    color: #fff !important;
}
.gi_btns_invlb a span.elementor-button-text {
    position: relative;
    padding-bottom: 15px;
}

.gi_btns_invlb a span.elementor-button-text:before {
    content: "$";
    font-size: 18px;
    position: absolute;
    left: -13px;
    top: 0px;
}

.gi_btns_invlb a:after {
    content: "monthly";
    font-size: 16px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 65px;
    height: 18px;
    margin: auto;
    text-transform: lowercase;
    display: flex;
}


/* Get involved section css end*/


/* Media css */

@media only screen and (max-width:767px){
    /* program slider responsive */
    .prgs_slider_wrapper .owl-nav button.owl-prev {
        left: -15px;
    }
    .prgs_slider_wrapper .owl-nav button.owl-next {
        right: -15px;
    }
    .prgs_slider_wrapper .owl-nav button i {
        font-size: 16px;
    }
    .prgs_slider_wrapper .owl-nav button.owl-next, 
    .prgs_slider_wrapper .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }
    /* program slider responsive */
    .home-whats-news-slider-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .get_involved_donate_sec > .elementor-container {
        padding: 40px 10px;
    }


}