
body {
    position: relative;
    min-height: 99.8vh;
    padding-bottom: 315px;
    color: #333;
}

a {
    font-weight: normal;
    color: #05829d;
}

h2 {
    margin-bottom: 30px;
}

h6 {
    color: #05829d;
}

.title.aos-init.aos-animate {
    font-size: 45px;
}

.static h6 {
    color: #333;
    font-weight: 600;
}

.zirox-text-overlay::after,
.zirox-about--home-3 .zirox-about__left h6::after {
    background-color: rgba(18, 146, 174,0.35);
}


.static .box-container h6 {
    font-size: 18px;
}

.static h4 {
    color: #149ab1;
}

h3 {
    margin-bottom: 15px;
}

h5 {
    color: #149ab1;
    font-weight: bold;
}

p {
    margin: 10px 0;
}

.static ul, .static p {
    color: #333;
}

.static ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

    .static ul li {
        list-style: disc;
        margin-left: 15px;
        padding: 5px 0;
    }

.Main-Logo {
    padding: 20px 0 10px 0;
}

    .Main-Logo a {
        color: #333;
    }

    .Main-Logo img {
        padding: 10px;
        padding-top: 0;
        max-width: 75px;
        vertical-align: top;
    }

.news-container {
    background: #f9f9f9;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.program .news-container {
    background: white;
    box-shadow: 0px 4px 20px 0px rgba(4, 9, 66, 0.05);
}

.News .date,
.date {
    background: #eab84e;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 10px 9px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.News .Day,
.Day {
    text-align: center;
    font-size: 20px;
}

.News .Month,
.Month {
    display: block;
    text-align: center;
    font-size: 18px;
}

.News .year,
.year {
    font-size: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.News .title,
.title {
    font-size: 18px;
    /*margin: 15px 0;*/
}

.ud-main-menu--home-3 ul > li > a {
    padding: 18px 8px !important;
}

.zirox-side-popup__header-logo .Main-Title .part01,
.zirox-side-popup__header-logo .Main-Title .part02 {
    color: white;
}

.zirox-side-popup__header-logo .Main-Title .part03 {
    background-color: white;
    color: #07847f;
}

.zirox-side-popup__header-logo .Main-Logo {
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.zirox-side-popup__header {
    margin-bottom: 30px;
}

.zirox-side-popup__header-logo .Main-Logo a {
    padding-left: 0;
}

.zirox-side-popup--home-3 .zirox-side-popup__body ul li a {
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    margin-bottom: 5px;
}

    .zirox-side-popup--home-3 .zirox-side-popup__body ul li a.attend {
        cursor: default;
        background: #00617C;
    }

        .zirox-side-popup--home-3 .zirox-side-popup__body ul li a.attend .flaticon-plus-2 {
            display: none;
        }

.Main-Title {
    display: inline-block;
    text-transform: uppercase;
}

    .Main-Title .part01 {
        display: block;
        font-size: 22px;
        font-weight: bold;
        font-family: 'Cinzel-Black';
        line-height: 18px;
        margin-top: 5px;
    }

    .Main-Title .part02 {
        font-size: 18px;
        margin-top: 2px;
        font-family: 'Cinzel-ExtraBold';
        display: block;
    }

    .Main-Title .part03 {
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        margin-top: 3px;
        background-color: #0e93b5;
        color: white;
        padding: 3px 5px;
    }

    .Main-Title .part01,
    .Main-Title .part02 {
        color: #333;
    }

    .Main-Title a:focus,
    Main-Title a:hover {
        border: none !important;
    }

.btn-submit {
    background-image: linear-gradient(to right, #0f949c 0%, #f0bf41 168%);
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

    .btn-submit:hover {
        color: white;
    }

.Login-Button a {
    /*background-image: linear-gradient(to right, #0f949c 0%, #f0bf41 168%);*/
    background-image: linear-gradient(to right, #108fc4 0%, #f0bf41 168%);
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
}

    .Login-Button a:hover {
        color: white !important;
        text-shadow: none;
    }

.welcome-Button {
    background-image: linear-gradient(to right, #0e93b5 20%, #f0bf41 220%);
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 10px;
    padding: 7px 10px 10px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
    margin-left: 15px;
}

    .welcome-Button > img {
        width:;
        margin-top: -5px;
    }

.zirox-header-3,
.sticky-top {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.innerPages {
    padding-top: 70px;
    padding-bottom: 100px;
}

.innerPages ul{
    margin-left:30px;
}

    .innerPages ul li {
        list-style: initial;
        margin-bottom: 5px;
    }

.login {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: -3px -2px 4px rgba(0, 0, 0, 0.04);
    padding: 50px 40px;
}

.btn-theme.btn-gradient {
    background: linear-gradient(to right, #0e93b5 20%, #f0bf41 220%);
    min-width: 100%;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    .btn-theme.btn-gradient:disabled {
        background: #d3d3d3;
        color: #a0a0a0;
        cursor: not-allowed;
        box-shadow: none;
        text-shadow: none;
    }

.search-buttons .btn-theme.btn-gradient {
    min-width: auto;
    padding: 10px 30px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

    .search-buttons .btn-theme.btn-gradient.clear {
        background: #eaeaea;
        margin-left: 15px;
        color: #1199bd;
        text-shadow: none;
    }

.btn-theme.btn-gradient:disabled:hover {
    background: #d3d3d3;
    color: #a0a0a0;
}

.form-group {
    margin-bottom: 15px;
}

.form-control.inputLogin {
    padding: 10px 15px;
    margin-bottom: 5px;
}

.forget-Reg {
    margin-top: 20px;
}

.Note {
    color: #5F5F5F;
    font-size: 14px;
    display: block;
    margin: 5px 0 10px;
}

.actionBtn {
    background: #1199bd;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: normal;
}

.modal-header {
    background: #f5f5f5;
}

.modal-footer {
    padding: 5px;
    margin-top: 15px;
}

.validation {
    color: #c81d35;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

.light-grey-box {
    background: #fcfcfc;
    margin: 7px 0;
    padding: 5px 15px 15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.closed {
    font-size: 24px;
    margin-bottom: 5px;
}

.success {
    background: url(../img/icons/SuccessIcon.png) no-repeat left center;
    display: inline-block;
    padding: 11px 0 11px 50px;
    font-size: 24px;
    margin-bottom: 5px;
}

.news-container .title {
    color: #0287a9;
}

.confirmation {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.message {
    line-height: normal;
}

.astix {
    color: #c81d35
}

.dropdown-menu.show {
    border-radius: 0;
    border: none;
    padding: 0;
}

.dropdown-item {
    padding: 10px 15px;
    display: inline-block;
}

    .dropdown-item:hover {
        background: #f5f5f5;
        color: #0A8891;
    }

.zirox-header-3__navbar .zirox-hamburger-menu__btn span {
    margin-top: 10px;
}

.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 32%;
    width: 50%;
    background: #095A52;
    background: linear-gradient(90deg, rgba(9, 90, 82, 0) 0%, rgba(8, 74, 70, 1) 25%, rgba(8, 78, 73, 0.5) 25%, rgba(8, 76, 71, 1) 50%, rgba(8, 83, 76, 0.5) 75%, rgba(8, 88, 81, 0) 100%);
    margin: 0 auto;
    left: 25%;
    color: white;
    text-align: center;
    padding: 30px;
    display: none;
}

    .banner-text .text01,
    .banner-text .text02 {
        color: #f7cf6c;
        font-family: 'Cinzel-Black';
        font-weight: 600;
    }

    .banner-text .text01 {
        font-size: 50px;
    }

    .banner-text .text02 {
        font-size: 41px;
        display: inline-block;
    }

    .banner-text .text03,
    .banner-text .part02 {
        display: none;
    }

    .banner-text .part01 {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

.program-icon {
    background: url(../img/icons/table.png) no-repeat center center;
    width: 61px;
    height: 55px;
    transition: all 0.7s ease-in-out;
}

.zirox-box--home-3:hover .program-icon {
    background: url(../img/icons/table-white.png) no-repeat center center;
}

.dates-icon {
    background: url(../img/icons/calendar.png) no-repeat center center;
    width: 61px;
    height: 55px;
    transition: all 0.7s ease-in-out;
}

.zirox-box--home-3:hover .dates-icon {
    background: url(../img/icons/calendar-white.png) no-repeat center center;
}

.tours-icon {
    background: url(../img/icons/map.png) no-repeat center center;
    width: 61px;
    height: 55px;
    transition: all 0.7s ease-in-out;
}

.zirox-box--home-3:hover .tours-icon {
    background: url(../img/icons/map-white.png) no-repeat center center;
}

.zirox-box--home-3:hover p,
.zirox-box--home-3:hover h3 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.zirox-services--popular-services .zirox-services__vectors-left {
    left: -170px;
}

.zirox-services--popular-services {
    padding-top: 150px;
    margin-bottom: -170px;
}

.zirox-footer .Main-Logo {
    padding-top: 0;
}

    .zirox-footer .Main-Logo img {
        opacity: 0.8;
    }

.zirox-footer {
    /*background-color: #07847f;*/
    background-color: #117c97;
}

    .zirox-footer .Main-Title .part01,
    .zirox-footer .Main-Title .part02 {
        color: rgba(255,255,255,0.9);
    }

    .zirox-footer .Main-Title .part03 {
        background-color: #eab84e;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    }

.zirox-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 290px;
    padding-top: 90px;
}

    .zirox-footer,
    .zirox-footer p,
    .zirox-footer__explore ul li a,
    .zirox-footer__explore ul li a:visited,
    .zirox-footer__explore ul li a:focus,
    .zirox-footer__explore ul li a:focus-visible {
        color: rgba(255,255,255,0.9);
    }

        .zirox-footer__explore ul li a:hover {
            color: #eab84e;
        }

.zirox-footer__about-text {
    margin: 10px 0 30px 0;
}

.footer-icon {
    color: #eab84e;
    font-size: 24px;
    vertical-align: bottom;
    margin-right: 2px;
}

.box-container {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 30px 0;
    color: #484848;
}

.Hotel-title {
    font-size: 18px;
    font-weight: bold;
}

.static .hotel-info {
    margin: 0;
}

    .static .hotel-info li {
        list-style: none;
        margin-left: 0;
    }

        .static .hotel-info li .footer-icon {
            color: #eab84e;
        }

.stars {
    display: inline-block;
}

    .stars .footer-icon {
        font-size: 14px;
        margin: 0;
        vertical-align: baseline;
    }

.Accomodation .box-container {
    margin: 15px 0;
    min-height: 200px;
}

.static .sub-title {
    position: relative;
    color: #05829d;
    text-transform: uppercase;
    font-size: 24px;
    background: transparent;
    padding: 0;
    text-shadow: none;
    margin-bottom: 10px;
}

    .static .sub-title::after {
        content: "";
        position: absolute;
        height: 8px;
        bottom: 2px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(18, 146, 174,0.35);
    }

.static .sub-title01::after {
    width: 120px;
    left: 60px;
}

.static .sub-title02::after {
    width: 210px;
    left: 105px;
}

/*=== table style ===*/
:root {
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --teal-dark: #239aa2;
    --gold: #eab84e;
    --teal-soft: #61b3af;
    --muted-text: #555;
    --border: #d0d0d0;
    --radius: 6px;
}

.program h1 {
    color: var(--teal-dark);
    margin-bottom: 12px;
}

.table-wrap {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(13,146,155,0.06);
    border: 1px solid rgba(13,146,155,0.5);
}

/* make horizontally scrollable on small screens */
.responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.program {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px; /* allow horizontal scroll for narrow screens */
}

    table.program thead th {
        text-align: left;
        padding: 10px 12px;
        background: linear-gradient(90deg,var(--teal-soft),var(--teal-dark));
        color: var(--white);
        font-weight: 700;
        border-bottom: 3px solid var(--border);
        position: sticky;
        top: 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

table .program-col {
    border-top-right-radius: 10px;
    background: var(--teal-dark) !important;
    /*border-left: 4px solid rgb(100, 182, 183) !important;*/
}

table.program th.time-col {
    width: 160px;
    border-top-left-radius: 10px;
}

table.program td, table.program th {
    vertical-align: top;
}

/* time column */
.time-cell {
    background: var(--white);
    border-right: 1px solid var(--border);
    padding: 12px;
    color: var(--muted-text);
    width: 160px;
}

    .time-cell .time {
        font-weight: 700;
        color: var(--teal-dark);
        display: block;
        margin-bottom: 4px;
    }

    .time-cell .duration {
        color: #777;
    }

/* event cell general */
.event-cell {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
}

/* alternating light backgrounds */
tr:nth-child(even) .event-cell {
    background: rgba(13,146,155,0.04);
}

tr:nth-child(odd) .event-cell {
    background: rgba(234,184,78,0.03);
}

/* special types */
.registration {
    background: linear-gradient(90deg,var(--teal-soft),#d2f0f2);
    border-left: 6px solid var(--teal-dark);
}

.keynote {
    background: linear-gradient(90deg,#f3e8d9,var(--gold));
    border-left: 6px solid var(--gold);
}

.break {
    background: linear-gradient(90deg,#fff9f0,#fff2e0);
    border-left: 6px solid var(--gold);
    color: #8a4a00;
    font-weight: 700;
}

.panel {
    background: linear-gradient(90deg,#f8fcfc,#eef9f9);
    border-left: 6px solid var(--teal-soft);
}

.shorttalks {
    background: linear-gradient(90deg,#ffffff,#f6fdfd);
    border-left: 6px solid rgba(13,146,155,0.6);
}

.event-title {
    font-weight: 700;
    color: var(--teal-dark);
    margin-bottom: 6px;
}

.speaker {
    display: block;
    color: #444;
    margin-top: 6px;
}

.small {
    color: #666;
}

.notification {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
    margin-top: -10px;
    line-height: normal;
}

    .notification img {
        width: 30px;
        vertical-align: bottom;
    }

/* responsive tweaks */
@media (max-width:720px) {
    .time-cell {
        width: 140px;
        padding: 10px;
    }

    table.program {
        min-width: 100%;
    }
}

.table.table-striped th {
    background: #1199bd;
    color: white;
    font-weight: normal;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-bg-type: rgba(7, 132, 127, 0.05);
}

.btn.btn-view {
    background-color: #d5a83c;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.program .data li {
    padding: 7px 7px;
    background: #fff;
    margin: 1px 0;
}

.member-info h3 {
    margin-bottom: 10px;
    line-height: 26px;
}

.member-info p {
    line-height: normal;
}

.organization {
    padding-top: 30px;
}

    .organization .box-container {
        margin: 0;
    }

.zirox-blog--home-2 .zirox-blog__post-body {
    margin-bottom: 30px;
}

.zirox-blog--home-2 .zirox-blog__post-thumbnail {
    border: 2px solid #eab84e;
}

.zirox-blog__post-body-title {
    margin: 0px 0 5px 0;
}

.zirox-blog__post:hover .zirox-blog__post-body-title {
    color: #0d929b;
}



/*=== installed fonts ===*/
@font-face {
    font-family: 'Cinzel-Black';
    src: url('../fontsCinzel-Black.eot');
    src: url('../fontsCinzel-Black.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-Black.woff2') format('woff2'), url('../fontsCinzel-Black.woff') format('woff'), url('../fontsCinzel-Black.svg#Cinzel-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel-ExtraBold';
    src: url('../fontsCinzel-ExtraBold.eot');
    src: url('../fontsCinzel-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-ExtraBold.woff2') format('woff2'), url('../fontsCinzel-ExtraBold.woff') format('woff'), url('../fontsCinzel-ExtraBold.svg#Cinzel-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel-SemiBold';
    src: url('../fontsCinzel-SemiBold.eot');
    src: url('../fontsCinzel-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-SemiBold.woff2') format('woff2'), url('../fontsCinzel-SemiBold.woff') format('woff'), url('../fontsCinzel-SemiBold.svg#Cinzel-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel-Medium';
    src: url('../fontsCinzel-Medium.eot');
    src: url('../fontsCinzel-Medium.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-Medium.woff2') format('woff2'), url('../fontsCinzel-Medium.woff') format('woff'), url('../fontsCinzel-Medium.svg#Cinzel-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel-Regular';
    src: url('../fontsCinzel-Regular.eot');
    src: url('../fontsCinzel-Regular.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-Regular.woff2') format('woff2'), url('../fontsCinzel-Regular.woff') format('woff'), url('../fontsCinzel-Regular.svg#Cinzel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel-Bold';
    src: url('../fontsCinzel-Bold.eot');
    src: url('../fontsCinzel-Bold.eot?#iefix') format('embedded-opentype'), url('../fontsCinzel-Bold.woff2') format('woff2'), url('../fontsCinzel-Bold.woff') format('woff'), url('../fontsCinzel-Bold.svg#Cinzel-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
