.owl-nav{
    width: 100%;
    position: absolute;
    top:50%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    font-size: 20px;
    color: #333;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    display: inline-block;
    vertical-align: middle;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}


.home_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}

.latest_play_background::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}
.latest_play_background{
    background-position: center !important;
}
.mission_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
}
.donations_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}
.footer_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
}
.gallery_item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.news_image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rbc-text{
    color: #c0282d;
}
.rbc-background{
    background-color: #c0282d;
}
.logo_text{
    font-size: 3em !important;
}
.logo_container img{
    width: 80%;
    object-fit: contain;
}
.about_text p{
    font-size: 1.18em !important;
}
.card-img-top{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.mission_text{
    font-size: 1.1em;
}
.events_item_image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mobile-logo{
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.team_image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    cursor: pointer;
    object-position: top !important;
}

.mobileOnly{
    display: none;
}
.desktopOnly{
    display: block;
}

.trimWords {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

input,select{
    border: 1px solid rgba(192, 40, 45, 0.56) !important;
    border-radius: unset !important;

}

@media screen and (max-width: 850px){
    .ministries{
        width: 95%;
        margin: 2.4% 2.5%;
    }
    .ministries .ministries-row .ministries-card {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}
@media screen and (max-width: 600px)
{
    .mobileOnly{
        display: block;
    }
    .desktopOnly{
        display: none;
    }
    .home_content .home_text{
        width: 100% !important;
        margin: unset !important;
        padding: unset !important;
    }
    .ministries{
        width: 100%;
    }
    /*.ministries .ministries-row .ministries-card div:nth-child(3) {*/
    /*    width: 95%;*/
    /*    margin-left: 2.5%;*/
    /*    margin-right: 2.5%;*/
    /*}*/

    .ministries .ministries-row .ministries-card {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    /*.ministries .ministries-row .ministries-card div:nth-child(3) span:first-child {*/
    /*    width: 40%;*/
    /*}*/
    /*.ministries .ministries-row .ministries-card div:nth-child(3) span:last-child {*/
    /*    width: 60%;*/
    /*}*/
    /*.ministries .ministries-row .ministries-card div:last-child {*/
    /*    width: 95%;*/
    /*    margin-left: 2.5%;*/
    /*    margin-right: 2.5%;*/
    /*}*/
}