

/* MARGIN */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}

/* PADDING */
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}

.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}

.c-black {color: #000 !important;}

.success-alert {
    color: rgb(36, 202, 105);
    text-align: center;
    font-size: 20px;
    border: 1px solid rgb(36, 202, 105);
    margin-bottom: 40px;
    padding: 7px;
    border-radius: 5px;
    width: 100%;
}

.fail-alert {
    color: #F00;
    /* padding-left: 20px; */
}

.fail-warning {
    color: #F00;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f00;
    margin-bottom: 40px;
    padding: 7px;
    border-radius: 5px;
    width: 100%;
}

.error-empty {
    border: 1px solid #ff0000;
    background: rgba(255, 0, 0, 0.2);
}

.error-empty::placeholder {
    color: #ff0000 !important;
}

.nodropp {
    cursor: not-allowed;
    background: rgba(191, 191, 191, 0.5);
}

.subscribe-home {
    padding: 20px 27px;
    margin-bottom: 10px;
    width: 49%;
}

.subscribe-home:first-child {
    margin-right: 9px;
}

.subscribe-home:focus,
.subscribe-txt:focus,
.subscribe-opt:focus {
    /*background: #DDD;*/
    border: 2px solid #000;
}

.subscribe-opt {
    height: 68px;
    /* color: #999999; */
}

.subscribe-txt {
    width: 99%;
    padding: 20px 27px;
    margin-bottom: 10px;
}

.home-event-wrap-subs {
    background: none !important;
}

.subscribe-home,
.subscribe-txt,
.subscribe-opt {
    border: 1px solid #999999;
    border-radius: 5px;
    color: #000;
}

.type-radio-2 {
    margin-bottom: 10px;
    width: 49%;
}

.type-radio-2:first-child {
    margin-right: 9px;
}

.type-other {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #999999;
    padding: 0;
    margin-left: 15px;
}

.reg-submit {
    width: 100%;
    background: #E32682;
    padding: 23px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}

.reg-submit:hover {
    background: #71207C;
}

@media only screen and (max-width: 600px) {
    .subscribe-home,
    .subscribe-opt {
        width: 100%;
    }

    .subscribe-home:first-child {
        margin-right: 0;
    }

    .type-radio-2 {
        margin-bottom: 10px;
        width: 100%;
    }

    .type-radio-2:first-child {
        margin-right: 0;
    }
}

.flx {
    width: 40%;
}

.popup-browse {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 12;
    background: #0000008a;
}

.open-popup {
    cursor: pointer;
    padding: 20px 27px;
    margin-bottom: 10px;
    width: 49%;
    height: 68px;
    color: #fff;
    background: #642C83;
    border: 2px solid #642C83;
    border-radius: 5px;;
    text-align: center;
    /* font-weight: 600; */
    transition: 0.5s;
}

@media only screen and (max-width: 600px) {
    .open-popup {
        width: 100%;
    }
}

.open-popup:hover {
    color: #fff;
    background: #E32682;
    border: 2px solid #E32682;
}

.popup-block {
    display: inline-block;
    background: #fff;
    width: 85%;
    max-width: 800px;
    height: auto;
    margin: auto;
    position: relative;
}

.popup-quit {
    position: absolute;
    right: 19px;
    top: 4px;
    font-size: 36px;
    z-index: 9;
    cursor: pointer;
}

.in-popup {
    padding: 25px 27px 25px 40px;
    text-align: left;
}

.popup-header {
    font-size: 18px;
    padding-bottom: 30px;
    color: #989898;
}

.display-scroll {
    /*width: 8px;
    background: #ececec;
    border-radius: 15px;*/
    padding: 0 25px 15px 0;
    font-size: 14px;
    height: 405px;
    overflow: auto;
}

.popup-sub {
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}

.popup-checkbox {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

.filter {
    padding: 10px 23px;
    margin-top: 9px;
    background: #f3f3f3;
    font-size: 14px;
}

.popup-checkbox input,
.filter div input {
    margin: 0 5px 0 0;
    cursor: pointer;
}

.filter div label {
    cursor: pointer;
    position: relative;
    top: -2px;
}

.popup-close {
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #642C83;
    cursor: pointer;
}

#travel-tbl table .cell-bold {
    width: 200px;
    font-weight: 600;
    vertical-align: top;
}

.travel-f-right {width: 100%}
.travel-f-right div .i-right {
    width: 85%;
    float: right;
    margin-bottom: 50px;
}

@media only screen and (max-width: 755px) {
    .travel-f-right div .i-right {
        width: 100%;
        float: unset;
    }
}

.quest-table {width: 100%;}
.quest-table thead {
    text-align: center;
    font-weight: 600;
    line-height: 2;
}

.quest-table thead tr {
    height: 30px;
    vertical-align: top;
}

.quest-table tbody tr {
    height: 90px;
    vertical-align: top;
}

.logo-events {
    width: 230px;
}

.logo-wrapper {
    display: flex;
}


.l-events {
    display: grid;
    align-items: center;
    margin: 0 20px;
}

.l-events:first-child {
    margin-left: 0;
}

.wording-visreg {
    text-align: justify;
}

#exh-testimoni .slide-item {
    position: relative;
}

#exh-testimoni .slide-inner {
    width: 90%;
}

#exh-testimoni .slide-bg {
    width: 100%;
    height: 440px;
    background: #642C83;
    border-radius: 15px;
}

#exhibitor-testimonial {
    padding: 80px 0;
}

#exhibitor-testimonial h4 {
    font-weight: bold;
}

#exh-testimoni .testimoni-inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 90%;
}

#exh-testimoni .testimoni-text {
    margin-top: 10px;
    max-height: 60px;
    overflow-y: scroll;
    font-size: 14px;
}


#exh-testimoni .testimoni-text::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#exh-testimoni .testimoni-text::-webkit-scrollbar-track {
    background: unset; 
}

/* Handle */
#exh-testimoni .testimoni-text::-webkit-scrollbar-thumb {
    background: #E32682; 
}

/* Handle on hover */
#exh-testimoni .testimoni-text::-webkit-scrollbar-thumb:hover {
    background: #642C83; 
}


@media only screen and (max-width: 1024px) { 
    
    .aheto-header-3 .sub-menu {
        display: none;
    }

    .aheto-header-3 .main-menu .menu-item:hover  .sub-menu  {
        display: block !important;
    }
    

}

@media screen and (max-width: 480px) {
    .logo-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .l-events {
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 0;
        width: 100%;
    }

}