body{
    font-family: 'Open Sans', sans-serif;
}

body.custom-baznasbazisdki{
    padding-top: 66px;
    font-size: 16px;
}

.custom-baznasbazisdki a:hover {
    color: #1c6842;
}

.custom-baznasbazisdki a:active {
    background: none;
}

/* body.admin-bar.custom-baznasbazisdki{
    padding-top: 99px;
} */

body.admin-bar.custom-baznasbazisdki .site-header{
    top: 46px;
}

@media screen and (min-width: 782px){
    body.admin-bar.custom-baznasbazisdki .site-header{
        top: 32px;
    }
}

@media screen and (min-width: 992px){
    body.custom-baznasbazisdki{
        padding-top: 100px;
    }
    /* body.admin-bar.custom-baznasbazisdki{
        padding-top: 102px;
    } */
}

.custom-baznasbazisdki #site-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 3;
    display: none;
}

.custom-baznasbazisdki .site-header{
    /* border-bottom: 1px solid rgba(0,0,0,.2); */
    background: #fff;
    z-index: 999;
}

.custom-baznasbazisdki .site-header .header-line{
    height: 5px;
    background-color: #1c6842;
}

.custom-baznasbazisdki .site-header .navbar-collapse .block-search input{
    position: relative;
    z-index: 1;
    padding-right: 41px;
}

.custom-baznasbazisdki .site-header .navbar-collapse .block-search .btn-search{
    position: absolute;
    right: 0;
    background: transparent;
    z-index: 2;
}

.custom-baznasbazisdki .navbar-top{
    background: rgba(60, 184, 120, 0.95);
    color: #fff;
    font-size: 13px;
}

.custom-baznasbazisdki .navbar-top a{
    color: #fff;
}

.custom-baznasbazisdki .site-header .navbar-primary{
    align-items: stretch;
}

.custom-baznasbazisdki .site-header #primary-menu .dropdown-toggle:after{
    display: inline-block;
    border: 0 !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";    
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 0;
    padding: 2px 5px;
    background: #f4f4f4;
    font-size: 25px;
}

@media screen and (min-width: 992px){
    .custom-baznasbazisdki .site-header .navbar-primary{
        height: 100px;
    }
    .custom-baznasbazisdki .site-header #primary-menu .dropdown-toggle:after{
        right: unset;
        font-size: inherit;
        background: unset;
        padding: unset;
    }
    .custom-baznasbazisdki .site-header #primary-menu .dropdown-menu > .dropdown > .dropdown-toggle:after{
        content: "\f105";
    }
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-brand{
    align-self: center!important;
}

.custom-baznasbazisdki .site-header .navbar-primary.navbar-top-out{
    overflow: hidden;
}

.custom-baznasbazisdki .site-header .navbar-primary.navbar-top-out .navbar-toggler.toggle-primary-menu{
    color: #333;
    border-color: rgba(0,0,0,0);
    align-self: center;
    outline: none;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}

.custom-baznasbazisdki .site-header .navbar-primary{
    background-color: #fff;
    overflow-y: auto;
    max-height: 60vh;
}

@media screen and (min-width: 992px){
    .custom-baznasbazisdki .site-header .navbar-primary{
        background-color: transparent;
    }
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-collapse:after{
        content: none;
    }
    .custom-baznasbazisdki .site-header .navbar-primary{
        max-height: none;
        overflow-y: unset;
    }
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav{
    align-items: stretch;
    align-self: stretch;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item{
    align-items: center;
    position: relative;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-item > .nav-link{
    position: relative;
}

@media screen and (min-width: 992px){
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-item{
        border-bottom: none;
        display: flex;
    }
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown-menu .nav-item > .nav-link{
        padding-right: 25px !important;
    }
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item > .nav-link{
    display: block;
    width: 100%;
    color: #333;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 7px;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown.nav-item > .dropdown-menu > .nav-item{
    border-bottom: 1px solid #ddd;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown.nav-item > .dropdown-menu > .nav-item:last-child{
    border-bottom: 0 !important;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item.active .nav-link,
.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-link:hover{
    color: #1c6842;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown.nav-item > .dropdown-menu > .nav-item > .nav-link{
    padding: 14px 20px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    color: #707070;
}

.custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown.nav-item > .dropdown-menu > .nav-item > .nav-link:hover{
    color: #1c6842;
}

@media screen and (min-width: 992px){
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item{
        margin-right: 25px;
    }

    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item > .nav-link{
        color: #707070;
        padding-left: 0;
        padding-right: 0;
        vertical-align: middle;
        line-height: 100px;
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
    }
    
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item.active .nav-link,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-link:hover{
        background-color: transparent;
        color: #fdcb03;
    }
    
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:before,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:after{
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 0;
        background-color: #fdcb03;
        transition: background 0.2s ease-in-out, height .2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out, height .2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out, height .2s ease-in-out;
    }
    
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:before{
        top: 0;
    }
    
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:after{
        bottom: 0;
    }

    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item.active:before,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:hover:before,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item.active:after,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item:hover:after{
        height: 30%;
    }

    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav > .nav-item.active > .nav-link,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-item:hover > .nav-link,
    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .nav-item:focus > .nav-link{
        color: #fdcb03;
    }

    .custom-baznasbazisdki .site-header .navbar-primary .navbar-nav .dropdown.nav-item > .dropdown-menu > .nav-item > .nav-link:hover{
        transform: translateX(3%);
        -webkit-transform: translateX(3%);
    }
}

.custom-baznasbazisdki .site-header .navbar-primary .btn-donasi{
    border-radius: 25px;
    background-color: #fdcb03;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 110px;
    text-align: center;
}

.custom-baznasbazisdki .site-header .navbar-primary .btn-search{
    background: none;
    color: rgba(0,0,0,.7);
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
}

.custom-baznasbazisdki .site-header .navbar-primary .btn-search:hover{
    color: rgba(0,0,0,.9);
}

/* TITLE BORDER */
.title-border{
    color: #444444;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    font-size: 1.5rem;   
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px){
    .title-border{
        font-size: 2.5rem;        
    }
}

.title-border--normal-pad{
    padding: 30px;
}

/* PAGE TITLE */
.page-title{
    line-height: 1em;
}

.page-title__text{
    color: rgba(51, 44, 43, 1);
    font-weight: bolder;
    font-size: 40px;
    line-height: 1.1em;
}

.section--icon-baznasbazisdki-header .page-title__text{
    color: #fff;
}

.archive .page-title,
.single .page-title,
.page .page-title,
.tax-program-category .page-title,
.single-program .page-title{
    min-height: auto;
    font-size: 16px;
}

.archive .page-title .page-title__text,
.single .page-title .page-title__text,
.page .page-title .page-title__text,
.tax-program-category .page-title .page-title__text,
.single-program .page-title .page-title__text{
    max-width: auto;
    margin-bottom: 0;
    margin-top: 75px;
}

.page-title .page-title__text{
    font-size: 1.7em;
}

@media screen and (min-width: 768px){
    .archive .page-title .page-title__text,
    .single .page-title .page-title__text,
    .page .page-title .page-title__text,
    .tax-program-category .page-title .page-title__text,
    .single-program .page-title .page-title__text{
        max-width: 75%;
    }
    .page-title .page-title__text{
        font-size: 2.1em;
    }
}

@media screen and (min-width: 992px){
    .page-title .page-title__text{
        font-size: 2.5em;
        margin-top: 100px;
    }
}

.page-title__time{
    color: #515151;
    font-size: 12px;
    font-weight: 600;
}

/* TOP SEARCH */
.top-search {
    background-color: #333;
    padding: 10px 0;
}

.top-search .input-group-prepend .input-group-text,
.top-search .input-group-append .input-group-text{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-append.close-search {
    cursor: pointer;
}

/* OWL CAROUSEL */

.owl-carousel.owl-theme .owl-dots{
    position: absolute;
    height: 30px;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.homeslider.owl-carousel.owl-theme .owl-dots{
    bottom: 1%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.owl-carousel.owl-theme .owl-dot{
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 40px;
    margin-top: 0;
    margin-bottom: 0;
    transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #fdcb03;
}

.owl-carousel.owl-theme .owl-dots button.owl-dot:focus {
    outline: none;
}

@media screen and (min-width: 768px){
    
    .owl-carousel.owl-theme .owl-dots{
        height: 35px;
    }
    .homeslider.owl-carousel.owl-theme .owl-dots{
        bottom: 1%;
    }
    .owl-carousel.owl-theme .owl-dots .owl-dot span{
        width: 15px;
        height: 15px;
    }
}

.owl-carousel.owl-theme .owl-nav button:focus{
    outline-color: #1c6842;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next{
    position: absolute;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 16px !important;
    background: rgba(244, 244, 244, 1);
    margin: 0;
    border-radius: 0;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev{
    left: 0;   
}

.owl-carousel.owl-theme .owl-nav button.owl-next{
    right: 0;   
}

.owl-carousel.owl-theme .owl-nav button.owl-prev .fa,
.owl-carousel.owl-theme .owl-nav button.owl-next .fa{
    font-size: 30px;
    color: rgba(112, 112, 112, 1);
}

@media screen and (min-width: 768px){
    .owl-carousel.owl-theme .owl-nav{
        position: absolute;
        top: -90px;
        right: 0;
    }
    .owl-carousel.owl-theme .owl-nav button.owl-prev,
    .owl-carousel.owl-theme .owl-nav button.owl-next{
        position: relative;
        top: unset;
        transform: none;
    }
    .owl-carousel.owl-theme .owl-nav button.owl-prev{
        left: unset;
    }

    .owl-carousel.owl-theme .owl-nav button.owl-next{
        right: unset;
        margin-left: 10px;
    }
}

.partnerslider.owl-carousel.owl-theme .owl-nav{
    top: 0;
    left: 0;
    right: 0;
}

.partnerslider.owl-carousel.owl-theme .owl-nav button.owl-prev{
    left: 0;
}

.partnerslider.owl-carousel.owl-theme .owl-nav button.owl-next{
    right: 0;
}

.partnerslider.owl-carousel.owl-theme .owl-nav button.owl-prev,
.partnerslider.owl-carousel.owl-theme .owl-nav button.owl-next{
    position: absolute;
}

/* SECTION */
.section--normal-pad{
    padding: 30px 0;
}

.section--half-pad{
    padding: 45px 0;
}

.section--full-pad{
    padding: 60px 0;
}

.section.section--no-pad{
    padding: 0;
}

.section--icon-baznasbazisdki-besar{
    background-image: url(../images/baznasbazisdki-icon-besar.png);
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}

.section--icon-baznasbazisdki-header{
    background-image: url(../images/header-img.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.home .section--icon-baznasbazisdki-header{
    background-position: 80% 17%;
    background-size: 170% 45%;
}

/* .page:not(.home) .section--icon-baznasbazisdki-header, */
.archive .section--icon-baznasbazisdki-header,
.single .section--icon-baznasbazisdki-header,
.page:not(.home) .section--icon-baznasbazisdki-header{
    background-image: url(../images/header-img.jpg);
    background-position: top right;
}

@media screen and (min-width: 768px){
    /* body:not(.home) .section--icon-baznasbazisdki-header, */
    .archive .section--icon-baznasbazisdki-header,
    .single .section--icon-baznasbazisdki-header,
    .page:not(.home) .section--icon-baznasbazisdki-header{
        background-image: url(../images/header-img.jpg);
        background-position: bottom right;
    }
    .home .section--icon-baznasbazisdki-header{
        background-position: top right;
        background-size: cover;
    }
}

.section--icon-baznasbazisdki-footer{
    background-image: url(../images/baznasbazisdki-icon-footer.png);
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}

.section__title{
    color: #333;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 575px){
    .section__title{
        font-size: 32px;
    }
}

.section__title .section__link-all{
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    float: right;
    margin-top: 7px;
}

.section__title--icon-left,
.section__title--icon-right{
    position: relative;
    display: inline-block;
}

.section__title--icon-left{
    padding-left: 60px;
}

.section__title--icon-right{
    padding-right: 60px;
}

.post-icon-format.section__title--icon-left,
.post-icon-format.section__title--icon-right{
    font-size: 1.6em;
    font-weight: bold;
}

.section__title--icon-left:before,
.section__title--icon-right:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #fdcb03;
}

.section__title--icon-left.section__title--icon-small:before,
.section__title--icon-right.section__title--icon-small:after{
    width: 22px;
    height: 26px;
    background-size: contain;
}

.section__title--icon-left:before{
    left: 0;
}

.section__title--icon-right:after{
    right: 0;
}

@media screen and (min-width: 768px){
    .section__title--icon-mdnone-right{
        padding-right: 0;
    }
    .section__title--icon-mdnone-right:after{
        content: none;
    }
}

.section__title--half-block{
    margin-bottom: 40px;
}

.section__title--full-block{
    margin-bottom: 40px;
}

.section__content{
    color: #666;
}

.section__content--half-block{
    margin-bottom: 20px;
}

.section__btn{
    display: block;
    background: #2a9b02;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.section__btn--inline-block{
    display: inline-block;
}

.section__btn--w220{
    min-width: 220px;
}

.section__btn--tcenter{
    display: table;
    margin: 0 auto;
}

.section__btn--primary{
    background: #66b900;
    color: #fff;
}

.section__btn--secondary{
    background: #888888;
    color: #fff;
}

.custom-baznasbazisdki .section__btn:hover{
    color: #67b801;
}

.section__img{
    width: 100%;
}

.section__img--128{
    width: 128px;
}

.section__img--256{
    width: 256px;
}

.section--gray{
    background-color: #eeeeee;
}

.section--bg-3{
    background-color: #dfe2e2;
}

/* SECTION ACTION */


.section-action__btn{
    display: block;
    background: #ffb502;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
}

/* PROGRAM SLIDER */
/* .programslider.owl-carousel{
    padding-left: 35px;
    padding-right: 35px;
} */

.programslider.owl-carousel .owl-dots{
    bottom: -40px;
}

.programslider .item .section-program__image{
    width: 100%;
    max-width: 100%;
}

.programslider .item .section-program__title{
    background: #2a9b02;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    border-bottom-right-radius: 30px;
    padding: 8px 0;
    display: block;
}

.programslider .item .section-program__title:hover{
    text-decoration: none;
    color: #eee;
}

/* HOME SLIDER */
.homeslider .item{
    height: auto;
}

.homeslider .item .prop-mobile-slider{
    display: none;
}

.homeslider .item.no-potrait .prop-mobile-slider{
    display: block;
}

.homeslider .item img.img-reimage{
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    transform: translateX(0);
}

.homeslider .item.no-potrait{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homeslider .item.no-potrait img.img-reimage{
    position: absolute;
    width: auto;
    max-width: unset;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.homeslider .item-content{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    font-size: 30px;
}

.homeslider .item-content .item-title{
    font-size: 1em;
    font-weight: 600;
    text-shadow: 0 1rem 3rem rgba(0,0,0,.75) !important;
}

.homeslider .item-content .item-subtitle{
    font-size: .6em;
    text-shadow: 0 .2rem .5rem rgba(0,0,0,.15) !important;
}

.homeslider .item-content .item-url{
    font-weight: 600;
    color: #fff;
    border-color: #1c6842;
    border-width: 3px;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.homeslider .item-content .item-url:hover{
    background-color: #1c6842;
    border-color: #1c6842;
}

.homeslider .item-content .item-url:focus{
    box-shadow: 0 0 0 0.2rem #1c6842;
}

@media screen and (min-width: 575px){
    .homeslider .item-content .item-title{
        font-size: 1.25em;
    }
}

@media screen and (min-width: 768px){
    .homeslider .item-content .item-title{
        font-size: 1.7em;
    }
    .homeslider .item-content .item-subtitle{
        font-size: .8em;
    }
    .homeslider .item-content .item-url{
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
    }
}

@media screen and (min-width: 992px){
    .homeslider .item-content .item-title{
        font-size: 2em;
        font-weight: 600;
    }
    .homeslider .item-content .item-subtitle{
        font-size: 1em;
    }
    .homeslider .item-content .item-url{
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem
    }
}

@media screen and (min-width: 768px){
    .homeslider .item.no-potrait{
        height: auto;
    }

    .homeslider .item.no-potrait img.img-reimage{
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        transform: translateX(0);
    }
    .homeslider .item.no-potrait .prop-mobile-slider{
        display: none;
    }
}

.testimonislider.owl-carousel{
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/baznasbazisdki-testimoni-img.png);
    padding-top: 30px;
    padding-bottom: 30px;
    height: 200px;
    margin-bottom: 70px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.testimonislider.owl-carousel:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 25%;
    z-index: 0;
    width: 0;
    height: 0;
    border: 20px solid #2c2c2c;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.testimonislider.owl-carousel .owl-dots{
    bottom: -60px;
}

.testimonislider .testimoni-content{
    font-size: 18px;
    display: block;
    margin: 10px auto 10px auto;
    width: 70%;
    height: 105px;
    line-height: 1.2em;
    font-style: italic;
    font-weight: 300;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.testimonislider .testimoni-name{
    font-size: 14px;
}

.testimonislider .testimoni-content,
.testimonislider .testimoni-name{
    color: #fff;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 576px){
    .testimonislider .testimoni-content{
        font-size: 20px;
        height: 93px;
        line-clamp: 3;
        -webkit-line-clamp: 3;
    }
    .testimonislider .testimoni-name{
        font-size: 15px;
    }
    .testimonislider.owl-carousel:before{
        left: 21%;
    }
}

@media screen and (min-width: 768px){
    .testimonislider.owl-carousel{
        background-image: url(../images/baznasbazisdki-W-testimoni-img.png);
    }
    
    .testimonislider.owl-carousel:before{
        left: 13%;
        border-width: 35px;
    }

    .testimonislider .testimoni-content{
        font-size: 26px;
    }
    .testimonislider .testimoni-name{
        font-size: 16px;
    }
}

/* STATISTICS */
.statistics{
    margin-top: 0;
    position: relative;
    z-index: 3;
    font-size: 17px;
}

@media screen and (max-width: 768px){
    .statistics .container{
        max-width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.statistics .statistics__container{
    background-color: #1c6842;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.statistics.statistics--box .statistics__container{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.statistics .statistics__item{
    border-right: 3px solid rgba(0, 155, 76, 1);
    padding-top: 10px;
    padding-bottom: 10px;
}

.statistics .statistics__item:last-child{
    border-top: 3px solid rgba(0, 155, 76, 1);
}

.statistics .statistics__item:nth-of-type(2),
.statistics .statistics__item:last-child{
    border-right: none;
}

.statistics .statistics__item .statistics__value,
.statistics .statistics__item .statistics__label{
    color: #fff;
}

.statistics .statistics__item .statistics__value{
    font-weight: 600;
    font-size: 1.6em;
}

.statistics .statistics__item .statistics__label{
    font-size: .8em;
}

@media screen and (min-width: 768px){
    .statistics .statistics__item .statistics__value{
        font-size: 2em;
    }

    .statistics .statistics__item .statistics__label{
        font-size: 1.1em;
    }
    .home .statistics{
        margin-top: -35px;
    }
}

@media screen and (min-width: 992px){
    .statistics .statistics__container{
        border-bottom-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .statistics .statistics__item:last-child{
        border-top: none;
    }
    .statistics .statistics__item.order-lg-3{
        border-right: none;
    }
    .statistics .statistics__item:not(.order-lg-3),
    .statistics .statistics__item:last-child:not(.order-lg-3){
        border-right: 3px solid rgba(0, 155, 76, 1);
    }
}

/* PARTNER SLIDER */
.section-partner .item{
    height: 64px;
}

.partnerslider.owl-carousel{
    padding-left: 70px;
    padding-right: 70px;
}

.section-partner .item .section-partner__link{
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
}

.section-partner .item .section-partner__image{
    max-width: 100%;
    width: auto;
    max-height: 64px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
}

/* POST GALLERY */
@media screen and (min-width: 768px){
    .post-gallery__item:nth-child(odd),
    .post-gallery__photo-item:nth-child(odd){
        padding-right: 7px;
    }
    .post-gallery__item:nth-child(even),
    .post-gallery__photo-item:nth-child(even){
        padding-left: 7px;
    }
}

.icon-play-video,
.post-gallery__video-item .popup-video,
.popup-video-group .popup-group-item{
    display: block;
    position: relative;
}

.icon-play-video:after,
.post-gallery__video-item .popup-video:after,
.popup-video-group .popup-group-item:after{
    content:"\f144";
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 4em;
    color: #fff;
    opacity: .7;
    z-index: 1;
}

/* POST GRID */
.post-grid__content{
    position: relative;
    padding-bottom: 25px;
}

.post-grid__time{
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.post-grid__title{
    color: #145f35;
    font-weight: bolder;
    font-size: .9em;
}

.post-grid__link{
    font-size: .8em;
}

@media (min-width: 576px){
    .post-grid__title{
        font-size: 1.1em;
    }
    .post-grid__link{
        font-size: 1em;
    }
}

.post-grid__excerpt{
    font-size: .9em;
}

.post-grid__block-chat{
    position: relative;
    margin-bottom: 1.5rem;
}

.post-grid__block-chat:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 10%;
    border: 0px solid #2a9b02;
    width: 0;
    border-right-width: 16px;
    border-top-width: 16px;
    border-right-color: transparent;
}

.post-grid__item .col-6.post-grid__thumbnail{
    padding-right: 6px;
}

.post-grid__item .post-grid__thumbnail .box--bl-rounded{
    border-bottom-left-radius: 30px;
}

@media (min-width: 576px){
    .post-grid__item .post-grid__thumbnail .box--bl-rounded{
        border-bottom-left-radius: 50px;
    }
}

.post-grid__item .col-6.post-grid__content{
    padding-left: 6px;
}

.post-grid--ellipsis-3{
    height: 60px;
    line-height: 1.2em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.post-grid__excerpt.post-grid--ellipsis-3{
    height: 54px;
}

.post-grid--ellipsis-4{
    height: 66px;
    line-height: 1.2em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

@media (min-width: 576px){
    .post-grid--ellipsis-4{  
        height: 66px;
    }
}

@media screen and (min-width: 768px){
    .post-grid--md-ellipsis-4{
        height: 84px;
        line-height: 1.2em;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 768px){
    .post-grid--lgdown-ellipsis-4{
        height: 84px;
        line-height: 1.2em;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 992px){
    .post-grid--lgdown-ellipsis-4{
        height: 84px;
        line-height: 1.2em;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}

.post-grid__title .post-grid__title-link{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: capitalize;
}

.post-grid__link{
    position: absolute;
    bottom: 0;
    color: #67b801;
    text-decoration: underline;
}

.post-grid--font-size-1{
    font-size: 1.2em !important;
}

.post-grid--font-size-2{
    font-size: 1.5em !important;
}

/* CARD GRID */
.card-grid__item{
    background-color: rgba(244, 244, 244, 1);
}

.card-grid__item .card-grid__title-link{
    color: #332c2b;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
}

.card-grid__item .card-footer{
    background-color: transparent;
}

.card-grid__item .card-footer .btn{
    font-weight: 600;
    background-color: #1c6842;
    border-color: transparent;
    padding: .475rem 1.3rem;
    line-height: 1.8;
}

.card-grid__item .card-footer .btn:hover{
    color: #ccc;
}

.card-grid__item .card-footer .btn:focus,
.card-grid__item .card-footer .btn:active{
    box-shadow: 0 0 0 0.2rem #1c6842;
    background-color: rgba(60, 184, 120, .8);
    border-color: transparent;
}

.card-grid__item .card-grid__date{
    font-size: 14px;
}

.card-grid--ellipsis-2{
    height: 63px;
    line-height: 1em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.section-gallery .card-grid--ellipsis-2{
    height: 42px;
}

.card-img-overlay .card-grid--ellipsis-2{
    height: 50px;
}

.card-grid--ellipsis-3{
    height: 90px;
    line-height: 1em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.card-grid__excerpt--ellipsis-3{
    height: 63px;
    line-height: 1.3em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.card-img-overlay.v-center{
    top: 0;
    transform: translateY(0);
    font-size: 16px;
}

.card-img-overlay.v-center .card-title{
    font-size: 1em;
    font-weight: normal;
}
.card-img-overlay.v-center .btn{
    font-size: .8em;
}   

@media screen and (min-width: 540px){
    .card-img-overlay.v-center{
        top: 50%;
        transform: translateY(-50%);
    }
    .card-img-overlay.v-center .card-title{
        font-size: 1.3em;
    }
    .card-img-overlay.v-center .btn{
        font-size: 1em;
    }
}

.card-img-overlay.v-bottom{
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.80) 0%, 
                rgba(0,0,0,0.65) 30%, 
                rgba(0,0,0,0.40) 50%, 
                rgba(0,0,0,0.19) 70%, 
                rgba(0,0,0,0) 100%);
}

.card-img-overlay a.card-title.card-grid__title-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.programslider .card-img-overlay .card-grid--ellipsis-2{
    height: 60px;
}

.programslider .card-img-overlay a.card-title.card-grid__title-link{
    font-size: 20px;
}

.card-grid__item .card-img-overlay .card-footer{
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 0;
    background: rgba(0,0,0,.03);
}

/* SECTION POST */
.section-post__featured-image{
    margin-bottom: 30px;
}

.section-post__content{
    font-size: 17px;
}

.section-post__content.post img,
.section .page.col-12 img{
    max-width: 100%;
    height: auto;
}

.section-post__content p iframe{
    max-width: 100%;
}

.single-post .section-post__content{
    font-size: 17px;
}

/* SECTION PAGE */
.section-page__content{
    font-size: 14px;
}

/* SECTION ABOUT */
@media screen and (min-width: 768px){
    .section-about .section-page__content{
        width: 70%;
        display: table;
        margin: auto;
    }
}

/* SECTION VISI MISI */
.section-visi-misi .lead{
    font-weight: 400;
    font-size: 26px;
}

.section-visi-misi .lead strong{
    color: #2a9b02;
    font-weight: 700;
    font-style: italic;
}

.section-visi-misi .list-group-flush .list-group-item:first-child{
    border-top: 0;
}

.section-visi-misi .list-group-flush .list-group-item{
    position: relative;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 18px;
}

.section-visi-misi .list-group-flush .list-group-item .list-group-number{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 24px;
    font-weight: bolder;
    color: #000;
    line-height: 1.2em;
}

.section-visi-misi .list-group-flush .list-group-item p{
    margin-bottom: 0;
}

/* SECTION LEGALITAS */
.section-legalitas{
    color: #333;
}

@media screen and (min-width: 768px){    
    .section-legalitas__item:nth-child(odd){
        position: relative;
        padding-right: 40px;
    }
    
    .section-legalitas__item:nth-child(even){
        position: relative;
        padding-left: 40px;
    }

    .section-legalitas__item:nth-child(odd):after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 2px;
        background: #2a9b02;
    }
}

.section-legalitas .row p{
    font-size: 16px;
}

.section-legalitas__title{
    font-size: 18px;
}

/* CARD DOWNLOAD */
.card-download{
    margin-left: -10px;
    margin-right: -10px;
}

.card-download .card-footer{
    padding-left: 5px;
    padding-right: 5px;
}

.card-download .card-footer .section__btn{
    font-size: 12px;
    font-weight: normal;
    padding-left: 7px;
    padding-right: 7px;
    letter-spacing: 1px;
}

@media screen and (min-width: 992px){
    .card-download .card-footer .section__btn{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* PAGINATION */
.custom-baznasbazisdki .pagination{
    align-self: center;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 0;
}

.custom-baznasbazisdki .pagination .page-item{
    margin-right: 10px;
}

.custom-baznasbazisdki .pagination .page-item .page-link{
    background-color: #eeeeee;
    color: #707070;
    font-size: 1.2em;
    border: none;
    padding: .4em .8em;
    border-radius: 0;
}

.custom-baznasbazisdki .pagination .page-item .page-link:first-child{
    border-left-color: transparent;
}

.custom-baznasbazisdki .pagination .page-item .page-link:last-child{
    border-right-color: transparent;
}

.custom-baznasbazisdki .pagination .page-item .page-link:hover,
.custom-baznasbazisdki .pagination .page-item.active .page-link{
    background-color: #1c6842;
    border-color: #1c6842;
    color: #fff;
}

/* WIDGET */
.widget__title{
    margin-bottom: 15px;
}

.site-footer .footer-widget .widget__title{
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.site-footer .footer-widget{
    margin-bottom: 30px;
}

.site-footer .footer-widget,
.site-footer .footer-widget a{
    color: #ebebeb;
}

.section-sidebar .widget__title{
    font-size: 30px;
    color: rgba(51, 44, 43, 1);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 4px solid #fdcb03;
}

.widget__btn{
    background-color: #ffb502;
}

.form-input-pad-2 .form-control,
.form-input-pad-2 .custom-file-label,
.form-input-pad-2 .custom-file-label::after{
    padding: 1.2rem !important;
    height: auto;
}

.form-input-pad-y-2 .form-control{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* WIDGET RECENT POSTS */
.widget-posts__item{
    margin-bottom: 10px;
}

.widget-posts__time{
    font-size: 12px;
    font-weight: 600;
    color: #999;
    line-height: 0;
}

.widget-posts__title{
    color: #145f35;
    font-weight: bolder;
    font-size: 18px;
    display: block;
    line-height: 1.3em;
}

.widget-list .list-group-item,
.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul{
    padding: 0;
    margin: 0 0 5px 0;
    border-top: 0;
    list-style: none;
    background: none;
}

.widget-list .list-group-item .list-link,
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul a,
.widget.widget_recent_entries ul a{
    color: rgba(0, 155, 76, 1);
}

.section-sidebar .widget{
    margin: 0 0 70px 0;
}

.section-sidebar .widget-list .list-group-item .list-link,
.section-sidebar .widget.widget_archive ul li,
.section-sidebar .widget.widget_categories ul li,
.section-sidebar .widget.widget_meta ul li,
.section-sidebar .widget.widget_recent_comments ul li,
.section-sidebar .widget.widget_recent_entries ul li{
    display: block;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-widget.widget-list .list-group-item .list-link{
    color: #ebebeb;
}

/* BOX */
.box--white{
    background-color: #fff;
}

.box--pad{
    padding: 15px;
}

.box--half-pad{
    padding: 30px;
}

.box--full-pad{
    padding: 45px;
}

.box--bg-primary-left{
    background-color: #2a9b02;
}

.box--bl-rounded{
    border-bottom-left-radius: 60px;
    overflow: hidden;
    width: 100%;
}

.box--bl-rounded.box--excerpt{
    height: 170px;
}

.box--br-rounded{
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.box--br-rounded-half{
    border-bottom-right-radius: 90px;
    overflow: hidden;
}

.box--br-rounded-140{
    border-bottom-right-radius: 140px;
    overflow: hidden;
}

/* DONATE POPUP */
.donate-popup {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
}

.donate-popup__header{
    border-bottom: 5px solid #ffb502;
}

.donate-popup__content{
    padding: 20px;
}

.donate-popup__title{
    font-size: 2rem;
    color: #333;
}

@media screen and (min-width: 768px){
    .donate-popup__title{
        font-size: 3rem;
    }
}

.donate-popup .mfp-close{
    top: -13px;
    right: -13px;
    background: #333;
    border-radius: 50px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 22px;
    opacity: 1;
}

/* LIST CENTER */
.list-center{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/* SOCIAL MEDIA */
.nav-social-media .nav-item .nav-link{
    padding: 0;
    margin-bottom: 5px;
}

.site-footer .nav-link{
    color: #fff;
}

/* SITE FOOTER */
.site-footer{
    color: #fff;
}

.site-footer .footer-top{
    background-color: #1d7b49;
}

.site-footer .footer-bottom{
    background-color: #1d7b49;
}

.site-footer .footer-bottom .copyright{
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    margin: 0;
}

/* CARD CAMPAIGN */
.card-campaign-item {
	border: 1px solid #cdcdcd;
	border-radius: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.card-campaign-item-images{
	border-bottom: 1px solid #cdcdcd;
}

.card-campaign-item-images img {
	display: inline-block;
	width: 100%;
}

.card-campaign-item-body{
    padding: 15px 20px 0 20px;
}

.card-campaign-item-body .campaign-title {
	display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    height: 43px;
    overflow: hidden;
}

.card-campaign-item-body .campaign-price {
	display: block;
    margin-bottom: 10px;
}

.card-campaign-item .card-meta{
	height: 120px;
	margin-bottom: 15px;
	overflow: hidden;
}

.card-campaign-item .card-meta .progress{
	margin-bottom: 5px;
	border-radius: 0px;
	height: 5px;
}

.card-campaign-item-body .card-meta .meta-feature-text{
	font-size: 13px;
    height: 55px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-campaign-item.tidak_terbatas .card-meta .progress.full .progress-bar{
	background-color: #7b4428;
}

.card-campaign-item .meta-sisa-waktu{
    text-align: right;
}

.card-campaign-item .meta-total-donasi p,
.card-campaign-item .meta-sisa-waktu p{
    height: auto;
}

.card-campaign-item .meta-total-donasi p:first-child,
.card-campaign-item .meta-sisa-waktu p:first-child{
    font-size: 0.8em;
    margin-bottom: 0;
}

.card-campaign-item .meta-total-donasi p:last-child,
.card-campaign-item .meta-sisa-waktu p:last-child{
    font-weight: 600;
    font-size: 1em;
}

.card-campaign-item-footer {
    text-align: center;
    background:#f7f7f7;
    padding: 15px 20px;
}

.card-campaign-item-lainnya {
    text-align: center;
}

.col-campaign .card-campaign-item{
    border-radius: 0;
    background-color: #f7f7f7;
}

.card-campaign-item-body{
    padding-top: 20px;
}

.card-campaign-item .card-meta{
    height: 150px;
}

.card-campaign-item-body .card-meta .meta-feature-text{
    font-size: 14px;
    height: 60px;
}

.card-campaign-item-body .campaign-title > a{
    color: #555;
}

.card-campaign-item-body .campaign-title{
    line-height: 1.3em;
    height: 50px;
}
/* PROGRESS BAR */

.single-campaign__progress-bar {
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-campaign__progress-bar-item {
	overflow: visible;
	height: 5px;
	background: #f1f1f1;
}

.single-campaign__progress-bar-item .progress-bar{
	position: relative;
	text-align: right;
	background: #fede00;
}

.single-campaign__progress-bar-item .single-campaign__progress-bar-label {
	position: absolute;
    font-weight: 700;
    color: #168014;
    bottom: 5px;
    border-radius: 5px;
    left: 0;
}

.single-campaign__progress-bar-item.half-left .single-campaign__progress-bar-label{
    right: -14px;
}

.single-campaign__progress-bar-item.half-right .single-campaign__progress-bar-label{
    right: 0;
}

.single-campaign__progress-bar.single-campaign__progress-bar--top-label{
    padding-top: 30px;
    margin-top: 0;
} 

.single-campaign__progress-bar.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item{
    height: 15px;
} 

.single-campaign__progress-bar.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item .single-campaign__progress-bar-label{
    top: -30px;
    font-size: 20px;
    width: auto;
}

.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item .single-campaign__progress-bar-label{
    top: -50px;
    transform: unset;
    font-size: 18px;
    right: 5px;
    width: 58px;
    text-align: center;
}

.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item.half-left .single-campaign__progress-bar-label{
    left: 0;
    right: auto;
}

.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item.half-left .single-campaign__progress-bar-label,
.single-campaign__progress-bar--top-label .single-campaign__progress-bar-item.half-right .single-campaign__progress-bar-label{
    right: -28px;
}

.card-campaign-item-footer{
    background-color: #037601;
    padding: 0;
}

.card-campaign-item-footer a.btn{
    background-color: #509c14;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 20px;
    display: block;
    transition: all .2s ease-in-out;
}

.card-campaign-item-footer a.btn:hover{
    background-color: #035601;
}

/* CUSTOM BUTTON */
.btn-baznasbazisdki,
.custom-baznasbazisdki a.btn-baznasbazisdki{
    font-weight: 600;
    color: #fff;
    border-color: #1c6842;
    border-width: 3px;
}

.btn-baznasbazisdki:hover,
.custom-baznasbazisdki a.btn-baznasbazisdki:hover{
    background-color: #1c6842;
    border-color: #1c6842;
}

.btn-baznasbazisdki:focus,
.custom-baznasbazisdki a.btn-baznasbazisdki:focus{
    box-shadow: 0 0 0 0.2rem #1c6842;
}

.btn-fill.btn-baznasbazisdki{
    background-color: #1c6842;
}

.btn-fill.btn-baznasbazisdki:hover{
    color: #ccc;
}

/* VIDEO WRAPPER */
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PESAN KONTAK CABANG */
.section-pesan-kontak .pesan-kontak-cabang .item-cabang .item-cabang-info{
    font-size: 18px;
    line-height: 1.7em;
}
.section-pesan-kontak .pesan-kontak-cabang .item-cabang .item-cabang-info p{
    margin-bottom: 0;
}

.img-404{
    position: fixed; 
    z-index: 10000; 
    width: 100vw; 
    height: 100vh; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    background-color: #fff;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* ITEM FEATURE */
.item-feature{
    font-size: 20px;
}

/* KALKULATOR ZAKAT */
.table__kalkulator-zakat td,
.table__kalkulator-zakat th,
.table__kalkulator-zakat .form-control{
    border-color: #999;
}

.table__kalkulator-zakat .form-control[readonly]{
    background-color: #ffffe8;
    font-weight: bold;
}

.form-hitung-zakat .btn.info-zakat{
    border: 1px solid #999;
    border-radius: 0;
    padding-left: 30px;
    position: relative;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.form-hitung-zakat .btn.info-zakat .badge{
    border-right: 1px solid #999;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    font-size: 18px;
    line-height: 1.2;
}

.modal-info-zakat .modal-content .modal-body p{
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.modal-info-zakat .modal-content .modal-body p:last-child{
    border-bottom: 0;
}

.modal-info-zakat .modal-content .modal-header{
    border-bottom: 3px solid #fee687;
}

.modal-info-zakat .modal-content .modal-header .close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    opacity: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50rem;
    border: 1px solid #999;
}

.site-footer,
.lower-footer{
    background-color: #1c6842;
}

.site-footer .footer-widget-header h3{
    color: #d9fe70;
    font-size: 16px;
}

.site-footer,
.site-footer a,
.site-footer p,
.lower-footer a,
.lower-footer p{
    color: #fff;
}

.site-footer .footer-widget ul.list-group-flush li.list-group-item{
    background-color: transparent;
    color: #fff;
    border: 0;
    border-top: 1px solid #27915d;
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.site-footer .footer-widget .footer-sosmed{
    padding: 0;
    text-align: left;
}

.site-footer .footer-widget .footer-sosmed a{
    padding: 8px 0;
    width: 40px;
    background-color: #30a76d;
    border-radius: 50rem;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.site-footer .footer-widget .footer-sosmed a:hover{
    color: #509c14;
    background-color: #fff;
}

/* PRELOAD FORM */
.preload_form {
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: -30px;
    left: -30px;
    background: rgba(233, 233, 233, 0.50);
    z-index: 10;
    display: none;
}

.preload_form img {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* MODIFIER */
.font-size-20{
    font-size: 20px;
}

.baznasbazisdki-bg-white{
    background: #fff !important;
}

.baznasbazisdki-bg-primary{
    background: #1d7b49 !important;
}

.baznasbazisdki-bg-secondary{
    background: #fdcb03 !important;
}

.baznasbazisdki-bg-gray{
    background-color: #eeeeee !important;
}

.baznasbazisdki-bg-softgray{
    background-color: #f2f2f2 !important;
}

.baznasbazisdki-bg-softgray-2{
    background-color: #f4f4f4 !important;
}

.baznasbazisdki-bg-orange{
    background: #ffb502 !important;
}

.baznasbazisdki-text-primary{
    color: #1d7b49 !important;
}

.baznasbazisdki-hover-text-primary.active,
.baznasbazisdki-hover-text-primary:focus,
.baznasbazisdki-hover-text-primary:hover,
a.baznasbazisdki-hover-text-primary.active,
a.baznasbazisdki-hover-text-primary:focus,
a.baznasbazisdki-hover-text-primary:hover{
    color: #1c6842 !important;
}

.baznasbazisdki-text-black{
    color: #333 !important;
}

.baznasbazisdki-hover-text-black.active,
.baznasbazisdki-hover-text-black:focus,
.baznasbazisdki-hover-text-black:hover,
a.baznasbazisdki-hover-text-black.active,
a.baznasbazisdki-hover-text-black:focus,
a.baznasbazisdki-hover-text-black:hover{
    color: #333 !important;
}

.baznasbazisdki-text-secondary{
    color: #fdcb03 !important;
}

.baznasbazisdki-hover-text-secondary.active,
.baznasbazisdki-hover-text-secondary:focus,
.baznasbazisdki-hover-text-secondary:hover,
a.baznasbazisdki-hover-text-secondary.active,
a.baznasbazisdki-hover-text-secondary:focus,
a.baznasbazisdki-hover-text-secondary:hover{
    color: #333 !important;
}

.baznasbazisdki-text-3{
    color: #0f5b31 !important;
}

.baznasbazisdki-text-4{
    color: #3b9b00 !important;
}

.baznasbazisdki-text-5{
    color: #145f35 !important;
}

.baznasbazisdki-hover-text-primary,
.baznasbazisdki-hover-text-black,
.baznasbazisdki-hover-text-4{
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.baznasbazisdki-hover-text-4.active,
.baznasbazisdki-hover-text-4:hover{
    color: #3b9b00 !important;
}

.baznasbazisdki-hover-text-5{
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.baznasbazisdki-hover-text-5.active,
.baznasbazisdki-hover-text-5:hover{
    color: #145f35 !important;
}

.baznasbazisdki-text-orange{
    color: #ffb502 !important;
}

.border-soft{
    border-color: #aaa !important;
}

.border-primary{
    border-color: #fdcf16 !important;
}

.border-width-1{
    border-width: 1px !important;
}

.border-width-4{
    border-width: 4px !important;
}

.baznasbazisdki-hover-border-bottom{
    position: relative;
    padding-bottom: .5rem;
    border-bottom: 2px solid transparent;
    transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
}

.nav-link.baznasbazisdki-hover-border-bottom{
    padding-bottom: auto;
}

.baznasbazisdki-hover-border-bottom.active,
.baznasbazisdki-hover-border-bottom:hover{
    border-bottom: 2px solid #2a9b02 !important;
}