.title-description {
    text-align: justify;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-rounded {
    border-radius: 1rem;
}

.custom-btn {
    background-color: #111d5e;
    color: #fff;
    transition: background-color 0.5s ease-out;
}

.custom-btn:hover {
    background-color: #e32845;
    color: #fff;
    /* transition: background-color all ease 0.5s; */
}
.full_width {
    width: 100% !important;
}
.card_title {
    height: 50px;
    overflow: hidden;
}
.card_content {
    height: 80px !important;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
img {
    max-width: 100% !important;
}
.owl-thumbs {
    text-align: right;
    position: relative;
    margin-top: -60px;
    z-index: 1;
}
.owl-thumbs .owl-thumb-item {
    width: 80px;
    height: 60px;
}

.ads_section{
    position: relative;
    /* border: 1px solid #eee; */
    cursor: pointer;
    max-width: 100%;
    margin: 5px 0px 2px 0px;
    z-index: 1;
}
.ads_close{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    background: red;
    cursor: pointer;
    padding: 0px 5px;
    z-index: 1;
}

.footer_overlay{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
