<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .conf_banner {
    min-height: 300px;
    background-image: url('../images/ConfBanner_Final.png');
    background-size: cover;
    padding: 15px;
    position: relative
} */

@media(max-width:576px) {
    /* .conf_banner {
        background-image: url('../images/ConfBanner_Final.png');
    } */
}

.accablue {
    color: #1BA1E2 !important;
}

.overlay_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

/* .conf_banner p {
    font-size: 20px !important
} */

.conf_nav li a {
    color: #fff;
    padding: 10px;
    padding-right: 45px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.conf_nav li {
    display: inline-block;
}

.bg-maroon {
    background: #5F202E
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #C80000;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #DBDCDC;
}

.p_40 {
    padding: 40px;
}

.programme_details li {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.single_tab {
    min-height: 64px;
    padding: 20px 0;
}

.programme_details li:last-child {
    border-bottom: none !important
}

.pricing {
    padding: 80px 0
}

    .pricing th {
        padding: 30px 0;
        text-align: center;
        font-size: 20px;
    }

    .pricing table td {
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        position: relative;
    }

.hr-saperator {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}


.speaker_details {
    padding: 80px 0;
    background: #F8F8F8;
}

.location_area {
    padding: 40px 0;
}

.tab-content .tab-pane {
    padding: 40px;
}

.underline {
    text-decoration: underline !important;
}

.about_section {
    padding: 40px 0;
}

    .about_section .section_title, .programme .section_title, .programme_content .mid_title {
        margin-bottom: 30px;
    }

.partners_section {
    padding: 80px 0;
}

.timer_section {
    margin-top: 40px;
}

    .timer_section span {
        font-size: 32px;
        float: left;
        /* margin-right: 20px; */
        text-align: center;
        /* margin-right: 20px; */
        padding: 0 10px;
        display: inline-block;
    }

        .timer_section span small {
            font-size: 14px;
            text-align: center;
        }

.h-10 {
    height: 10px;
}

.bubble.active.show:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #C80000 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.bubble {
    position: relative
}

.conf_register, .conf_register_inner {
    margin-top: 40px;
    min-width: 200px;
}

.p_res_40 {
    padding: 40px;
}

.f_s_16_xs_12 {
    font-size: 16px;
}

.programme-bg, .partners_section {
    background: #F8F8F8;
}

#lessondates .owl-nav button span {
    color: transparent;
}

#lessondates .owl-nav .owl-prev span:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: -20px;
    color: #fff;
    top: -40px;
    font-size: 45px;
}

#lessondates .bubble.active.show:after {
    bottom: -18px;
    border-width: 20px 20px 0;
}

#lessondates .owl-nav .owl-next span:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    right: 0;
    color: #fff;
    top: -40px;
    right: 20px;
    font-size: 45px;
}

#scrollUp {
    display: none;
    bottom: 20px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 3px 5px;
    font: 12px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #C80000;
    position: fixed;
    cursor: pointer;
    z-index: 2147483647;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.readless {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 75ch !important;
}

@media(max-width:800px) {
    /* .conf_banner {
        min-height: 350px;
    } */
}

@media(max-width:576px) {
    .bubble.active.show:after {
        bottom: -18px;
        border-width: 20px 20px 0;
    }

    .f_xs_14 {
        font-size: 14px !important;
    }

    .f_s_16_xs_12 {
        font-size: 12px;
    }

    /* .conf_banner {
        background-position-x: center;
        min-height: 290px;
    } */

        /* .conf_banner p {
            font-size: 16px !important
        } */

    .about_section .section_title, .programme .section_title, .programme_content .mid_title {
        margin-bottom: 15px;
    }

    .conf_nav .navbar-nav {
        display: table !important;
        width: 100% !important;
        /*text-align: center;*/
        vertical-align: middle;
    }

    .conf_nav {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
    }

        .conf_nav li {
            display: inline-block;
            padding-left: 13px;
            padding-right: 13px;
        }

            .conf_nav li a {
                padding-right: 0 !important;
                font-size: 12px !important;
            }

    .about_section {
        padding: 20px 0
    }

    .pricing {
        padding: 40px 0;
    }

    .timer_section {
        margin-top: 0 !important;
        margin: 0 -10px;
    }

    .conf_register {
        margin-top: 15px;
        float: left !important;
        clear: both;
    }

    .conf_register_inner {
        margin-top: 15px;
    }

    .tab-content .tab-pane {
        padding: 0;
    }

    .p_res_40 {
        padding: 25px 15px;
        padding-bottom: 0;
    }

    .pricing table td {
        font-size: 14px
    }

    .speaker_details, .partners_section {
        padding: 30px 0;
    }
}
</pre></body></html>