.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dot {
    height: 13px;
    width: 13px;
    margin: 0 5px;
    outline: none !important;
    border-radius: 50%;
    border: 2px solid var(--primary) !important;
    transition: all 0.3s ease;
}
.owl-dot.active {
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover {
    background: var(--primary) !important;
}

.wwd_crausel .wwd-card-img{
    height: 100px;
    width: 100px;
    margin: 20px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.wwd_crausel .wwd-card-img i{
    font-size: 40px;
    color: var(--primary);
}
.wwd-heading{
    height: 55px;
    overflow:hidden;
}
.om_crausel .om-card-img{
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.om_crausel .om-card-img img{
    width: 100%;
}
.om-heading{
    height: 50px;
    overflow: hidden;
}
.oe_crausel .oe-card-img,
.on_crausel .on-card-img{
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oe_crausel .oe-card-img img,
.on_crausel .on-card-img img{
    width: 120%;
    min-height: 100%;
}
.oe_crausel .event-date{
    position: absolute;
    width: 50px;
    height: 80px;
    text-align: center;
    top: 37px;
    right: 17px;
    background: url('../images/icons/ribbon_label.png') center;
    background-size: cover;
    color: var(--terniry);
}
.oe_crausel .oe-card{
    height: 480px;
    display: flex;
    justify-content: center;
}
.oe_crausel .oe-body{
    height: 230px;
}
.oe_crausel .oe-card .oe-heading,
.on_crausel .on-card .on-heading{
    height: 50px;
    overflow: hidden;
}
.on_crausel .on-card{
    height: 480px;
    display: flex;
    justify-content: center;
}
.oe_crausel .oe-body,
.on_crausel .on-body{
    position: absolute;
    background: #ffffff;
    width: 80%;
    top: 245px;
}
.oe_crausel .oe-body .oe-paragraph,
.on_crausel .on-body .on-paragraph{
    height: 95px;
    overflow: hidden;
}
.oe-info{
    font-size: 80%;
    padding: 2px 0;
}

@media screen and (max-width:500px) {
    .oe_crausel .oe-card, .on_crausel .on-card{
        height: 485px !important;
    }
    .oe_crausel .oe-body{
        height: 220px;
    }
}
