

.featured_ro .headTitle {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    .featured_ro .headTitle h3 {
        font-size: 46px;
        color: #3a3a3a;
        text-transform: uppercase;
        margin: 0 0 30px 0;
        line-height: 44px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        font-weight: 400;
    }

        .featured_ro .headTitle h3:after {
            width: 48px;
            height: 4px;
            background: #2d3494;
            position: absolute;
            left: 50%;
            top: -13px;
            margin: 0 0 0 -22px;
            content: "";
        }

.save_line {
    width: 120px;
    height: 1px;
    background: #ababab;
    content: "";
    margin: 15px auto;
}


.featured_ro {
    float: left;
    width: 100%;
    padding-top: 10px;
    position: relative;
}

    .featured_ro .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.featured_ro_padding {
    padding-right: 30px;
    padding-left: 30px;
}

.featured_ro .owl-theme {
    overflow: hidden;
}

.featured_ro .owl-nav [class*="owl-"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.featured_ro .owl-prev,
.featured_ro .owl-next {
    position: absolute;
    top: -20px;
    height: 100%;
}

    .featured_ro .owl-prev i,
    .featured_ro .owl-next i {
        font-size: 40px;
        font-weight: bold;
    }

.featured_ro .owl-nav {
    display: block !important;
}

.featured_ro .owl-prev {
    left: 4%;
    color: #000 !important;
}

.featured_ro .owl-next {
    right: 4%;
    color: #000 !important;
    font-size: 40px;
    font-weight: bold;
}

.featured_ro .owl-dots button {
    border: none;
}

.featured_slider_ro .item {
    padding: 0 10px 10px 10px;
    text-align: center;
}

    .featured_slider_ro .item .card {
        padding: 0 30px 30px 30px;
        min-height: 622px;
    }

    .featured_slider_ro .item .card-img-top {
        width: 322px;
        height: 246px;
        object-fit: contain;
    }

.btn_ro {
    margin-bottom: 5px !important;
    width: 100%;
}

.map_ro {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 694px;
}

    .map_ro .headTitle {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

        .map_ro .headTitle h3 {
            font-size: 46px;
            color: #3a3a3a;
            text-transform: uppercase;
            margin: 0 0 30px 0;
            line-height: 44px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            font-weight: 400;
        }

            .map_ro .headTitle h3:after {
                width: 48px;
                height: 4px;
                background: #2d3494;
                position: absolute;
                left: 50%;
                top: -13px;
                margin: 0 0 0 -22px;
                content: "";
            }

    .map_ro .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

.map_h {
    height: 500px;
    width: 99%;
    margin: auto;
}

/*local_events_ro*/
.local_events_ro {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .local_events_ro .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .local_events_ro .headTitle {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

        .local_events_ro .headTitle h3 {
            font-size: 46px;
            color: #3a3a3a;
            text-transform: uppercase;
            margin: 0 0 30px 0;
            line-height: 44px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            font-weight: 400;
        }

            .local_events_ro .headTitle h3:after {
                width: 48px;
                height: 4px;
                background: #2d3494;
                position: absolute;
                left: 50%;
                top: -13px;
                margin: 0 0 0 -22px;
                content: "";
            }

.local_events_ro_padding {
    width: 100%;
    float: left;
    display: block;
    padding-right: 50px;
    padding-left: 50px;
}

.local_events_ro .owl-nav .owl-prev {
    left: -2%;
}

.local_events_ro .owl-nav .owl-next {
    right: -2%;
}

.local_events_ro .owl-nav [class*="owl-"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.local_events_ro .owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.local_events_ro .owl-nav [class*="owl-"] .fa {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.local_events_ro .owl-dots button {
    border: none;
}

/*ro_tabs*/
.ro_tabs {
    text-align: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
}

    .ro_tabs li {
        background: #404040;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
    }

        .ro_tabs li.current {
            background-color: #1a217d;
            color: #fff;
        }

.tab-content {
    display: none;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }
/*ro_tabs*/

.ro_card {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    position: relative;
}

.ro_events_digit {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 30px;
    display: inline-block;
    border-top: 1px solid #545454;
    padding: 8px;
}

.ro_events_date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 14px;
    color: #131313;
    font-weight: 500;
    padding: 8px 20px;
}

.ro_events_year {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #131313;
    line-height: 1;
}

.ro_p {
    padding-right: 10px;
    font-size: 14px;
}

/*local_events_ro*/

@media (min-width: 1600px) {
    .featured_ro .owl-next {
        right: 7%;
    }
}

@media (max-width: 767px) {
    .featured_ro .headTitle h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }

    .featured_ro_padding {
        padding: 0;
    }

    .featured_slider_ro .item {
        padding: 0;
        text-align: center;
    }

    #get-register {
        min-height: 667px;
    }

    .map_ro {
        min-height: 673px;
    }

        .map_ro .headTitle h3 {
            font-size: 24px;
            line-height: 28px;
            margin: 0 0 25px 0;
        }

    .local_events_ro_padding {
        padding-right: 10px;
        padding-left: 10px;
    }

    .local_events_ro .owl-nav .owl-prev {
        left: -30px;
    }

    .local_events_ro .owl-nav .owl-next {
        right: -30px;
    }

    .local_events_ro .headTitle h3 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }
}
