@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*=== General Variables ===*/
:root {
    --color1:#2771b4;
    --color2:#fe4614;
    --color3:#d2d2d2;
    --color4:#0f0834;
    --color5:#0a0521;
    --color6:#ff76d5;
    --color7:#1ad688;
    --color8:#ffc600;
    --color9:#c40172;
    --color10:#990fff;
    --color11:#ff7500;
    --color12:#00fdfe;
    --color13:#55a61d;
    --color14:#e90133;
    --color15:#02728e;
    --color16:#1ec8bf;
    --color17:#ff4747;
    --color18:#ffe27a;
    --color19:#1f5abc;
    --color20:#d2eaff;
    --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
    --transition2:all .3s linear;
    --round: 50%;
    --curve: 3px;
    --full: 100%;
    --font-family2:'Montserrat', sans-serif;
}

.silver-card {
    background: #d2d2d2;
    color: white;
}

.gold-card {
    background: var(--color1);
    color: white;
}

.platinum-card {
    background: var(--color2);
    color: white !important;
}

.platinum-card h2.text-primary {
    color: #55479f;
}

.bg-color1 {
    background-color: var(--color1) !important;
}

.bg-color2 {
    background-color: var(--color2);
}

.bg-color3 {
    background-color: var(--color3);
}

.bg-color4 {
    background-color: var(--color4);
}

.bg-color5 {
    background-color: var(--color5);
}

.bg-color6 {
    background-color: var(--color6);
}

.bg-color7 {
    background-color: var(--color7);
}

.bg-color8 {
    background-color: var(--color8);
}

.bg-color9 {
    background-color: var(--color9);
}

.bg-color10 {
    background-color: var(--color10);
}

.bg-color11 {
    background-color: var(--color11);
}

.bg-color12 {
    background-color: var(--color12);
}

.bg-color13 {
    background-color: var(--color13);
}

.bg-color14 {
    background-color: var(--color14);
}

.bg-color15 {
    background-color: var(--color15);
}

.bg-color16 {
    background-color: var(--color16);
}

.bg-color17 {
    background-color: var(--color17);
}

.bg-color18 {
    background-color: var(--color18);
}

.bg-color19 {
    background-color: var(--color19);
}

.bg-color20 {
    background-color: var(--color20);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.text-color4 {
    color: var(--color4);
}

.text-color5 {
    color: var(--color5);
}

.text-color6 {
    color: var(--color6);
}

.text-color7 {
    color: var(--color7);
}

.text-color8 {
    color: var(--color8);
}

.text-color9 {
    color: var(--color9);
}

.text-color10 {
    color: var(--color10);
}

.text-color11 {
    color: var(--color11);
}

.text-color12 {
    color: var(--color12);
}

.text-color13 {
    color: var(--color13);
}

.text-color14 {
    color: var(--color14);
}

.text-color15 {
    color: var(--color15);
}

.text-color16 {
    color: var(--color16);
}

.text-color17 {
    color: var(--color17);
}

.text-color18 {
    color: var(--color18);
}

.text-color19 {
    color: var(--color19);
}

.text-color20 {
    color: var(--color20);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    padding-top: 45px;
}
.replay-norecords{
    font-size: 4vw;
    text-align: center;
    width: 80%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffe9e9;
    left: 10%;
    text-shadow: -0.1vw -0.1vw 0 red, 0.1vw -0.1vw 0 red, -0.1vw 0.1vw 0 red, 0.1vw 0.1vw 0 red;
    letter-spacing: 0.4vw;
}
.copyright-text {

    /* background: #ff6c00;*/
    padding: 2px 5px;
    font-weight: bold;
    color: #ff6c00 !important;
    position: absolute;
    right: 20px;
    bottom: -4px;
    font-size: 11px;
}

.copyright-text:hover {
    text-decoration: none;
    color: white;
}

.text-name {
    display: block;
    font-size: 1vw;
    font-weight: 800;
    color: black;
    white-space: pre-wrap;
    line-height: 1;
    text-transform: uppercase;
    top: -2.1vw;
    position: absolute;
/*    background: #e8d3c7;*/
}

#videos-container {
    position: relative;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 1;
}

#videos-container iframe {
    height: 100vh !important;
    width: 100vw !important;
}

.stall-parent {
    position: relative;
    z-index: 9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1) var(--color1) var(--color1);
    font-size: 20px;
    font-weight: 800;
}

.stamping {
    position: absolute;
    width: 8%;
    top: 11%;
    z-index: 99;
    left: 10%;
}

.gold {
    top: 15%;
    left: 10%;
}

.etiquette:hover {
    text-decoration: none;
    color: black;
}

.etiquette {
    position: absolute;
    z-index: 1;
    top: 7%;
    right: 20%;
    width: 13%;
    font-size: 1vw;
    background: #ff8f00;
    padding: 1vw;
    border: 0.2vw solid #000;
    color: white;
    text-align: center;
    height: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

/*-----Lounge Css------*/
#lounge .welcome-text {
    position: absolute;
    z-index: 1;
    top: 7%;
    left: 20%;
    width: 13%;
    font-size: 1vw;
    background: white;
    padding: 1vw;
    border: 0.2vw solid #000;
    color: #2b285a;
    text-align: center;
    height: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lounge .welcome-text:before,
.etiquette:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0.5vw;
    background: #000;
    top: -100%;
    left: 48%;
    right: 0;
    z-index: -9;
}

#lounge .welcome-text h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2vw;
    margin-bottom: 0.2vh;
}

#lounge .welcome-text p {
    margin-bottom: 5px;
    font-size: 1vw;
}

#lounge .number {
    position: absolute;
    height: 3.5vw;
    width: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffe8;
    border-radius: 50%;
    font-size: 1.4vw;
    /* font-size: 0; */
    text-decoration: none;
    color: black;
    z-index: 99;
    font-weight: 800;
}

#lounge .number-1 {
    bottom: 37%;
    left: 40%;
    /*background-image: url(../images/gif-numbers/1.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-2 {
    bottom: 46%;
    right: 10%;
  /*  background-image: url(../images/gif-numbers/2.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-3 {
    top: 38%;
    right: 20%;
   /* background-image: url(../images/gif-numbers/3.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-4 {
    top: 38%;
    left: 42%;
   /* background-image: url(../images/gif-numbers/4.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-5 {
    top: 38%;
    left: 3%;
    /*background-image: url(../images/gif-numbers/5.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-6 {
    top: 33%;
    left: 11%;
    /*background-image: url(../images/gif-numbers/6.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-7 {
    top: 32%;
    left: 19%;
   /* background-image: url(../images/gif-numbers/7.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-8 {
    top: 35%;
    right: 26%;
    /*background-image: url(../images/gif-numbers/8.gif);*/
    background-size: 100% auto;
    background-position: center;
}

.logo-top-posterex {
    display: none !important;
}

#lounge .number-9 {
    top: 34%;
    right: 31%;
   /* background-image: url(../images/gif-numbers/9.gif);*/
    background-size: 100% auto;
    background-position: center;
}

#lounge .number-10 {
    top: 29%;
    left: 27%;
    /*background: url("https://www.confantasia.it/NUMERI%20GLITTERATI/10IIII.gif") no-repeat #fff;   */
    /*background: url(../images/gif-numbers/10.jpg) no-repeat #fff;   */ 
    /*background-image: url(../images/gif-numbers/10.gif);*/
    background-size: 80% auto;
    background-position: center;
}

#lounge .exhibition-logo {
    position: absolute;
    top: 7%;
    left: 35%;
    right: 42.2%;
    border: 0.3vw solid #000;
    /*height: 21%;*/
    background: black;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #e8008d;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #ff8f00;
}

.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}

.hovicon.effect-1.sub-b:hover i {
    color: #41ab6b;
}

.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*-----End Lounge Css------*/
.nav-tabs .nav-link.active span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.nav-tabs .nav-link span {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

.nav-tabs .nav-link {
    border: 1px solid #d7d6d6;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px;
    color: var(--color1);
}

.login-logo .row {
    display: none;
}

.login-logo img {
    max-height: 120px;
}

.perspective-view {
    perspective: 800px;
}

.stall img {
    max-height: 60px !important;
    max-width: 100%;
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.card {

    /*border:none !important;*/
    box-shadow: none !important;
}

/*.bg-light {
background: white !important;
}*/
#spinner_tbl {
    position: fixed;
    left: 48%;
    right: 0;
    bottom: 0;
    top: 45%;
    z-index: 9999;
}

.chatperson {
    display: block;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 4px;
}

.exhbt_pop {
    height: 35px;
    width: 100px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.exhbt_pop img {
    max-height: 28px;
    max-width: 100%;
    display: block;
    margin: 2px auto;
}

/*.owl-dots {
display: none !important;
}*/
.chatperson:hover {
    text-decoration: none;
    border-bottom: 1px solid orange;
}

.namechat {
    display: inline-block;
    vertical-align: middle;
}

.chatperson .chatimg img {
    width: 40px;
    height: 40px;
    background-image: url('http://i.imgur.com/JqEuJ6t.png');
}

.chatperson .pname {
    font-size: 18px;
    padding-left: 5px;
}

.chatperson .lastmsg {
    font-size: 12px;
    padding-left: 5px;
    color: #ccc;
}

/*.col-md-2,
.col-md-10 {
padding: 0;
}
*/
.panel {
    margin-bottom: 0px;
}

.chat-window {
    bottom: 0;
    position: fixed;
    float: right;
    margin-left: 10px;
}

.chat-window>div>.panel {
    border-radius: 5px 5px 0 0;
}

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.messages>p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
}

.messages>time {
    font-size: 11px;
    color: #ccc;
}

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.avatar {
    position: relative;
}

.base_receive>.avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

.base_sent>.avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
    // not quite perfect but close
}

.msg_sent>time {
    float: right;
}

.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 4%;
    flex-direction: column;
    background: none !important;
}

.more-floor {
    display: block;
    width: 50px;
    text-transform: uppercase;
    font-size: 9px;
    padding: 5px;
}

.info {
    position: absolute;
    bottom: 42.5%;
    right: 52%;
    width: 4vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
}
.local{
    background: #E0FCFF !important;
}
.international{
    background: #F2FFE0 !important;
}
.agenda {
    position: absolute;
    top: 54%;
    right: 28%;
    width: 6vw;
    height: 3vw;
    z-index: 9999;
    text-align: center;
}

.feedback {
    position: absolute;
        top: 54.3%;
    left: 46%;
    width: 8vw;
    height: 3vw;
    z-index: 9999;
    text-align: center;
/*transform: skewY(14deg);
        transform-style: preserve-3d;*/
}

.lounge-dot {
      position: absolute;
    top: 54%;
    left: 28%;
    width: 6vw;
    height: 3vw;
    z-index: 9999;
    text-align: center;
}

.feedback1 {
    position: absolute;
    top: 23%;
    right: 17%;
    width: 7vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
    transform: skewY(-13deg);
    transform-style: preserve-3d;
}

.exhibition-hall {
    position: absolute;
    top: 56%;
    right: 26.5%;
    width: 4vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
    display: none;
}

.expo-floor-img {
    display: none;
}

.exhibition-hall2 {
    position: absolute;
    bottom: 51%;
    right: 30%;
    width: 50px;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.exhibition-floor {
    position: absolute;
    top: 50%;
    right: 17.5%;
    width: 5vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.exhibition-floor1 {
    position: absolute;
    top: 50%;
    right: 32%;
    width: 5vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.lounge {
    position: absolute;
    top: 38.5%;
    left: 27%;
    width: 50px;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.information-counter {
   position: absolute;
    bottom: 26%;
    left: 49.5%;
    width: 4vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.tutorial {
   position: absolute;
    bottom: 36%;
    right: 43%;
    width: 4vw;
    height: 15px;
    z-index: 9999;
    text-align: center;
    display: block;
}

.tutorial img {
    max-height: 2.8vw;
}

.information-penang {

    /*    display: none;*/
    position: absolute;
    top: 33%;
    right: 32%;
    width: 50px;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

.t-help {
    position: absolute;
    bottom: 28%;
    left: 52%;
    width: 50px;
    height: 15px;
    z-index: 9999;
    text-align: center;
    display: none;
}

.info-chat {
    position: absolute;
    bottom: 28%;
    left: 48%;
    width: 50px;
    height: 15px;
    z-index: 9999;
    text-align: center;
    display: none;
}

.dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.dot:before {
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.dot:after {
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0034ff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    -webkit-animation-name: "ripple";
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

@keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opcity: 75;
        width: 0;
        height: 0;
    }

    100% {
        left: -20px;
        top: -20px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }

}

.header {
    background: #ea177e !important;
    padding-top: 2rem !important;
}

.comment-btn {
    background: #FF006C !important;
    border: none !important;
}

.comment-area {
    font-family: 'Montserrat', sans-serif !important;
}

.profile-img {
    height: 140px;
    width: 140px;
    border: 2px solid #fff;
    box-shadow: 0 0px 5px 5px #0000001c;
}

.close1 {
    right: -8px;
    top: -8px;
    background: white !important;
    height: 30px;
    width: 30px;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
    border-radius: 16px;
    line-height: 13px;
}

.name-card-contact {
    display: table;
    border-spacing: 15px;
}

.name-card-contact li {
    display: table-cell;
}

.name-card-contact li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 35px;
    border-radius: 50%;
}

.name-card-contact li:nth-child(1) a {
    background: #4e81ae;
    color: white;
}

.name-card-contact li:nth-child(2) a {
    background: #49d249;
    color: white;
}

.name-card-contact li:nth-child(3) a {
    background: orange;
    color: white;
}

.name-card-contact li:nth-child(4) a {
    background: gray;
    color: white;
}

.name-card-contact li:nth-child(5) a {
    background: orangered;
    color: white;
}

.social-media .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

ul.social-media li a:hover,
ul.social-media li a:focus {
    transform: scale(1.3, 1.3);
    transition: all ease-in-out 0.22s;
    text-decoration: none;
}

ul.social-media li a {
    display: block;
    color: #fff;
    /*height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;*/
}
ul.social-media li a .fa-globe {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
        background: gray;
}
ul.social-media li a .fa-facebook-f {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
        background: royalblue;
}
ul.social-media li a .fa-youtube {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
        background: red;
}

ul.social-media li a .fa-instagram {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
        background: linear-gradient(45deg, #bc038e, #c92222);
}
ul.social-media li a .fa-twitter {
    display: block;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
        background: #00e2ff;
}
ul.social-media{
    display: flex;
    justify-content: center;
}


ul.social-media li a img{
    display: block;
    color: #fff;
    height: 30px;
    width: 30px !important;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    border-radius: 50%;
    transition: all ease-in-out 0.22s;
         background: #000000;
}

.social-icons {
    display: table;
    border-spacing: 3px;
}

.social-icons li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 0 2px 0px 0px #ccc;
}

.whatsapp {
    background: #1ddd01;
}

.website {
    background: #007bd5;
}

.facebook {
    background: #0158ff;
}

.linkedin {
    background: #1a5f6a;
}

.badge-bg {
    background: url(../images/badge-bg.jpg) #f4f4f3;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100% 36%;
    background-repeat: no-repeat;
    border: none;
}

.abstract-bg {
    background: url(../images/gallery.jpg) #f4f4f3;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
}

.g-recaptcha {
    transform: scale(0.70);
    transform-origin: 0 0;
}

/*.form-items {
    background: #ffffff47;
    padding: 2rem 2rem 0;
    border-radius: 14px;
    position: absolute;
    width: 65%;
    left: 7%;
    max-width: 100%;
    bottom: 1%;
}*/
.form-items {
    background: #ffffffe6;
    padding: 2rem 2rem 0;
    border-radius: 14px;
    position: absolute;
    width: 22%;
    right: 2%;
    max-width: 350px;
    bottom: 30%;
}

.form-items h3 {
    font-size: 1.2rem;    /*background: #ffffffd1;*/

    /*display: inline-block;*/

    /*padding: 0 10px;*/
}

.form-items p {

    /* background: #ffffffd1;*/

    /*display: inline-block;
    padding: 0 10px;*/
}

.bg-lobby {
    background: url(../images/lobby-screen.jpg) #f4f4f3;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

/*.social-icons li:first-child a {
color: #007bd5;
}

.social-icons li:nth-child(2) a {
color: #16d3ff;
}

.social-icons li:nth-child(3) a {
color: #00568a;
}

.social-icons li:nth-child(4) a {
color: #d50000;
}

.social-icons li:nth-child(5) a {
color: #990574;
}*/
.landing-video {
    height: 22.9%;
    right: 16%;
    position: absolute;
    z-index: 1;
    top: 20.6%;
    left: 59%;
    overflow: hidden;
}

.landing-video video {
    margin-top: -8%;
}

.expofloor-text {
    color: black;
    position: absolute;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 46%;
    font-size: 1.2vw;
    left: 28%;
    width: 10%;
    text-align: center;
}

.speedmeet-text {
    color: black;
    position: absolute;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 45.5%;
    font-size: 1.2vw;
    right: 26.5%;
    width: 15%;
    text-align: center;
}

.infocounter-text {
    color: white;
    position: absolute;
    font-weight: 500;
    bottom: 16%;
    font-size: 0.8vw;
    left: 39%;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    height: 3.5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 2.8;    /*color: black;
            position: absolute;
            font-weight: 800;
            text-transform: uppercase;
            bottom: 33.3%;
            font-size: 1vw;
            right: 44.2%;
            width: 10%;
            text-align: center;*/
}

.auditorium-text {
    color: black;
    position: absolute;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 45.5%;
    font-size: 1.1vw;
    left: 45%;
    width: 10%;
    text-align: center;
}

.networking-video {
    height: 55%;
    left: 0.8%;
    position: absolute;
    z-index: 1;
    top: 22%;
    border: 4px solid;
    border-style: inset;
}

.inouguration {
    display: none;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 0;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 90px;
    left: 120px;
    height: 80%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem bottom:100px;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 44%;
    left: 114px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 150px;
    font-size: .8rem;
    box-shadow: 0 3px 5px 4px #00000014;
    padding: 1.5rem;
    border-radius: 5px;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.btn-xs {
    padding: 3px 1.3rem;
    font-size: 12px;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -140px;
    top: 38%;
    padding-right: 10px;
    text-align: right;
    color: #000;
    font-size: 0.8rem;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

/*.main-menu .fa {
font-size: 20px !important;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 153, 0);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 153, 0);
}

.main-menu a.nav-link {
    color: #333;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

#blog-carousel {
    position: fixed;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 9;
    height: 100px;
}

.bg-setia {
    background: url(../images/setiaSpice.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    opacity: 0.7;
    z-index: -11;
    position: fixed;
    height: 100%;
    width: 100%;
}

.welcome-text h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 4vw;
    text-shadow: 0 16px 14px #000;
}

.welcome-text h1 span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2vw;
    letter-spacing: 5px;
    display: block;
    text-shadow: 0 16px 14px #000;
}

.welcome-text h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: 0 16px 14px #000;
}

.logo {
    max-height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    z-index: 99;
}

.headings {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 3px 12px #0000008c;
}

.headings span {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- tsparticles container ---- */
#tsparticles {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*-----Calendar-----*/
.calendar {
    margin: 0px 40px;
}

.popover.calendar-event-popover {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: rgb(120, 120, 120);
    border-radius: 2px;
    max-width: 300px;
}

.popover.calendar-event-popover h4 {
    font-size: 14px;
    font-weight: 900;
}

.popover.calendar-event-popover .location,
.popover.calendar-event-popover .datetime {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.popover.calendar-event-popover .location>span,
.popover.calendar-event-popover .datetime>span {
    margin-right: 10px;
}

.popover.calendar-event-popover .space,
.popover.calendar-event-popover .attending {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(160, 160, 160);
    font-weight: 700;
}

.popover.calendar-event-popover .space>.pull-right,
.popover.calendar-event-popover .attending>.pull-right {
    font-weight: 400;
}

.popover.calendar-event-popover .attending {
    margin-top: 5px;
    font-size: 18px;
    padding: 0px 10px 5px;
}

.popover.calendar-event-popover .attending img {
    border-radius: 50%;
    width: 40px;
}

.popover.calendar-event-popover .attending span.attending-overflow {
    display: inline-block;
    width: 40px;
    background-color: rgb(200, 200, 200);
    border-radius: 50%;
    padding: 8px 0px 7px;
    text-align: center;
}

.popover.calendar-event-popover .attending>.pull-right {
    font-size: 28px;
}

.popover.calendar-event-popover a.btn {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
}

[data-toggle="calendar"]>.row>.calendar-day {
    font-family: 'Roboto', sans-serif;
    width: 14.28571428571429%;
    border: 1px solid rgb(235, 235, 235);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 120px;
}

[data-toggle="calendar"]>.row>.calendar-day.calendar-no-current-month {
    color: rgb(200, 200, 200);
}

[data-toggle="calendar"]>.row>.calendar-day:last-child {
    border-right-width: 1px;
}

[data-toggle="calendar"]>.row:last-child>.calendar-day {
    border-bottom-width: 1px;
}

.calendar-day>time {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    padding: 10px 10px 3px 0px;
    text-align: right;
}

.calendar-day>.events {
    cursor: pointer;
}

.calendar-day>.events>.event h4 {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.calendar-day>.events>.event>.desc,
.calendar-day>.events>.event>.location,
.calendar-day>.events>.event>.datetime,
.calendar-day>.events>.event>.attending {
    display: none;
}

.calendar-day>.events>.event>.progress {
    height: 10px;
}

/*-----Calendar-----*/
@media(max-width:360px) {
    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    .ci-cal-container .ci-body {
        float: left;
        height: auto;
        position: relative;
    }

    .ci-cal-container .ci-body .ci-row {
        border: 0px;
        height: auto !important;
    }

    .ci-cal-container .ci-body .ci-row .ci-event-row {
        top: 0px;
        clear: both;
        float: left;
        height: auto;
        padding: 0px !important;
        margin-top: 0px !important;
        position: relative;
    }

    .ci-cal-container .ci-body .ci-row>div {
        display: none;
    }

    .ci-event {
        float: left;
        position: relative;
        min-height: 100px;
        left: 0px !important;
        margin: 5px !important;
        width: calc(100% - 10px) !important;
    }

    .end-cap,
    .end-cap-border,
    .start-cap,
    .start-cap-border {
        display: none;
    }

}

.form-control {
    font-size: 14px;
    font-weight: 300;
}

.feedback-form h3 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333;
}

/*.zoom {
transform: scale(3.7, 3.7);
transition: all linear 5s;
transform-origin: bottom center;
}*/

/*.zoom1 {
transform: scale(2.0, 2.0);
transition: all linear 5s;
transform-origin: bottom center;
}*/

.enter-btn {
    position: fixed;
    bottom: 20%;
    width: 100%;
    border: none;
    padding: 10px;
    left: 0;
    color: white;
    text-transform: uppercase;
    right: 0;
    background: red;
}

.b2bhall-box {
    height: 140px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 9%;
    margin-right: 8%;
}

.b2bhall-box img {
    height: 136px;
    display: flex;
    justify-content: space-around;
}

.columns1 {
    width: 148px;
    height: 148px;
    padding: 3px;
    margin-top: 10px;
}

.columns2 {
    width: 148px;
    height: 148px;
    padding: 5px;
    margin-top: 10px;
}

.columns3 {
    width: 148px;
    height: 148px;
    padding: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

.columns4 {
    width: 148px;
    height: 148px;
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
}

.columns5 {
    width: 148px;
    height: 148px;
    padding: 5px;
    margin-left: 13px;
    margin-top: 10px;
}

.bg-login {
    background: url(../images/login.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    background-attachment: fixed;
    opacity: 0.9;
    z-index: -11;
    position: fixed;
    height: 100%;
    width: 100%;
}

#page-top .ad-bg {
    position: fixed;
    left: 0;
    right: 0;
}

.bg-50 {
    background: rgba(255, 255, 255, .2) !important;
}

.section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.pricing {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}

.section-title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.section-title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e73511;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.bg-lights {
    background: #eaeaea;
}

/*.yellow-table {
background: url(../images/yellow.jpg) no-repeat;
}

.pink-table {
background: url(../images/pink.jpg) no-repeat;
}

.orange-table {
background: url(../images/orange.jpg) no-repeat;
}

.brown-table {
background: url(../images/brown.jpg) no-repeat;
}

.green-table {
background: url(../images/green.jpg) no-repeat;
}

.blue-table {
background: url(../images/blue.jpg) no-repeat;
}*/
.table-box {
    border: 1px solid #f9f9f9;
    background-size: 100% 100%;
    height: 125px;
    width: 125px;
    position: relative;
    border-radius: 30px;
    box-shadow: 5px 5px #e6e6e6cc;
    background: #cecece;
}

body {
    counter-reset: section;
}

.byod-logo {
    transform: rotate(-90deg);
    left: -150px;
    top: 40%;
    bottom: 0;
    position: absolute;
    z-index: 999;
    display: block;
    width: 400px;
    height: 100px;
}

.byod-logo img {
    transform: rotate(0deg);
}

.table-box::before {
    position: absolute;
    left: 36%;
    right: 36%;
    top: 35%;
    height: 45px;
    width: 45px;
    font-weight: 800;
    border-radius: 50%;
    background: #fff;
    line-height: 47px;
    font-size: 9px;
    text-align: center;
    counter-increment: section;
    content: "Table "counter(section);
}

.table-box img {
    max-height: 50px;
    max-width: 50px;
}

.table-box a {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
}

.table-box a figure {
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    border-radius: 50%;    /*background: #fff;*/
}

.table-box .col1 {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    background: url(../images/c1.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 90%;
}

.table-box .col2 {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: center;
    background: url(../images/c2.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 90%;
}

.table-box .col3 {
    background: url(../images/c3.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 90%;
    position: absolute;
    top: 58%;
    left: 15px;
    text-align: center;
}

.table-box .col4 {
    position: absolute;
    top: 58%;
    right: 0px;
    text-align: center;
    background: url(../images/c4.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 90%;
}

.table-box .col1w {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    background: url(../images/c1w.png) no-repeat;
    height: 75px;
    width: 75px;
    background-size: 90%;
}

.table-box .col2w {
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: center;
    background: url(../images/c2w.png) no-repeat;
    height: 75px;
    width: 75px;
    background-size: 90%;
}

.table-box .col3w {
    background: url(../images/c3w.png) no-repeat;
    height: 75px;
    width: 75px;
    background-size: 90%;
    position: absolute;
    top: 58%;
    left: 15px;
    text-align: center;
}

.table-box .col4w {
    position: absolute;
    top: 58%;
    right: 0px;
    text-align: center;
    background: url(../images/c4w.png) no-repeat;
    height: 75px;
    width: 75px;
    background-size: 90%;
}

.table-box1 {
    background: url(../images/orange-table.jpg) no-repeat;
    background-size: 100% 100%;
    height: 210px;
    width: 210px;
    position: relative;
    margin-bottom: 10px;
}

.table-box1 img {
    height: 40px;
    width: 40px;
}

.table-box1 .col1 {
    position: absolute;
    top: 20px;
    left: 10px;
    right: 0;
    text-align: center;
}

.table-box1 .col2 {
    position: absolute;
    top: 40%;
    right: 15px;
    text-align: center;
}

.table-box1 .col4 {
    position: absolute;
    top: 40%;
    left: 15px;
    text-align: center;
}

.table-box1 .col3 {
    position: absolute;
    top: 75%;
    right: 0;
    text-align: center;
    left: 4px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {

    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.readmore1 {
    display: inline-block;
    font-size: 18px;
    padding: 0.7rem 3rem;
    color: #e22028;
    border: 2px solid #fee7e7;
    background: linear-gradient(105deg, #fc607629, #ff99441c);
    border-radius: 25px;
    max-width: 275px;    /* box-shadow: 0 18px 40px -12px rgba(230, 42, 0, .3); */
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear;
}

.readmore1:hover {
    text-decoration: none;
    color: #000000;
    box-shadow: 0 18px 40px -12px rgba(204, 82, 90, .3);
    transition: all 0.2s linear;
}

.readmore2 {
    display: inline-block;
    font-size: 16px;
    padding: 0.7rem 2rem;
    color: black;
    border: 1px solid #ffcccc;    /*
                        background: linear-gradient(105deg, #fc607629, #ff99441c);*/
    border-radius: 16px;
    max-width: 275px;    /*
                        box-shadow: 0 18px 40px -12px rgba(230, 42, 0, .3);*/
    margin-bottom: 0;
    font-weight: 700;
    transition: all 0.2s linear;
}

.readmore2:hover {
    text-decoration: none;
    color: red;
    box-shadow: 0 18px 40px -12px rgba(204, 82, 90, .3);
    transition: all 0.2s linear;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.img-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, hsla(344, 100%, 50%, 0.53), hsla(31, 100%, 40%, 0.4));
    transition: opacity .3s ease-in 0s, transform .3s ease-in 0s, -webkit-transform .3s ease-in 0s;
    opacity: 0;
    overflow: hidden;
}

.img-content:hover .overlay {
    opacity: 1;
}

.img-content:hover .text {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    text-decoration: none;
}

.text {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: var(--color1);
    padding: 1rem 2rem;
    border-radius: 4px;
    color: white;
    border-color: var(--color1);
    text-decoration: none;
    bottom: 5px;
    font-weight: 400;    /*letter-spacing: 1px;*/
    z-index: 999;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transition: all linear 0.2s;
}

.text1 {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: navy;
    padding: 1rem 2rem;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    bottom: 5px;
    font-weight: 800;
    letter-spacing: 5px;
    z-index: 999;
    display: inline-block;
    align-items: center;
    justify-content: center;
    transition: all linear 0.2s;
}

.text:focus,
.text1:focus,
.text:hover,
.text1:hover {

    /* letter-spacing: 2px;*/
    transition: all linear 0.2s;
    text-decoration: none;
    background: var(--color1);
    color: white;
    z-index: 999;
}

/*-----_Advertisement Page------*/
#advertisement {
    height: 100vh;
}

#advertisement .ad-bg {
    position: relative;
}

#advertisement .ad {
    position: absolute;
    z-index: 1;
    height: 20.5%;
    width: 23%;
    top: 13.5%;
    left: 23%;
    overflow: hidden;
    border: 4px solid red;
}

.start:hover {
    transition: all linear 0.2s;
}

.start {
    z-index: 999;
    text-align: center;
    transition: all linear 0.2s;
    position: absolute;
    z-index: 1;
    right: 10%;
    top: 70%;
    width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    background: orangered;
    padding: 11px 2rem;
    border-radius: 4px;
    color: white;
    animation: blink_animation 1s infinite;
}

@keyframes blink_animation {
    50% {
        background: orangered;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----_Advertisement Page------*/

/*-----login-register------*/

#login-register {
    height: 100vh;
    background: url(../images/login2.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

#login-register .ad-bg {
    position: relative;
}

#login-register .ad {
    position: absolute;
    z-index: 1;
    max-height: 200px;
    bottom: 0%;
    overflow: hidden;
}

.login-register:hover {
    transition: all linear 0.2s;
}

.login-register-box {
    z-index: 999;
    text-align: center;
    transition: all linear 0.2s;
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 70%;    /* width: 150px;*/
}

.login-register {
    width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    background: orangered;
    margin-top: 10px;
    padding: 10px 2rem;
    border-radius: 5px;
    color: white;
    animation: blink_animation 1s infinite;
}

@keyframes blink_animation {
    50% {
        background: orangered;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;    /*height: 1px;*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*-----_login-register Page------*/

/*-----_exhibition hall entance Page------*/

#exhibition-hall {
    height: 100vh;
}

#exhibition-hall .ad-bg {
    position: relative;
}

#exhibition-hall .exhibition-logo {
    position: absolute;
    z-index: 1;
    height: 20.5%;
    width: 23%;
    top: 3.5%;
    left: 39.5%;
    overflow: hidden;
    border: 4px solid red;
}

#exhibition-hall .exhibition-hall-ad1 {
    position: absolute;
    z-index: 1;
    height: 39%;
    width: 33%;
    top: 38%;
    left: 0%;
    overflow: hidden;
    border: 4px solid red;
}

#exhibition-hall .exhibition-hall-ad2 {
    position: absolute;
    z-index: 1;
    height: 39%;
    width: 33%;
    top: 38%;
    right: 0%;
    overflow: hidden;
    border: 4px solid red;
}

#exhibition-hall .exhibition-logo img {
    height: 100%;
    width: 100%;
}

.enterhall-box {
    z-index: 999;
    text-align: center;
    transition: all linear 0.2s;
    position: absolute;
    z-index: 1;
    right: 30%;
    left: 30%;
    top: 75%;
}

.enterhall-box .enterhall-btn {
    text-transform: uppercase;
    font-size: 1.5vw;
    background: orangered;
    margin-top: 10px;
    padding: 10px 2rem;
    border-radius: 5px;
    color: white;
    animation: blink_animation 1s infinite;
}

/*-----_Advertisement Page------*/

/*-----_exhibition hall entance Page------*/

#exhibition-lobby {
    height: 100vh;
}

#exhibition-lobby .ad-bg {
    position: fixed;
    min-height: 100vh;
    top: 0;
}

#exhibition-lobby .exhibition-logo {
    overflow: hidden;
    border: 6px solid #949494;
    border-style: inset;
}

#exhibition-lobby .exhibition-lobby-ad1 {
    position: absolute;
    z-index: 1;
    height: 35%;
    width: 33%;
    top: 5%;
    left: 0%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

#exhibition-lobby .logos {

    /*  height: 100%;
                            width: 31%;*/
    overflow: hidden;
    border: 2px solid red;
    margin-bottom: 5px;    /* margin: 1%;*/
    border-style: inset;
    border-radius: 5px;
}

#exhibition-lobby .logos img {
    max-width: 90px;
}

#login .form-control {
    font-size: 12px;
    height: 45px;
    border-radius: 2;
    background: rgba(255, 255, 255, 0.7);
    border: none;
}

.login-btn {
    text-transform: uppercase;    /*background: transparent;*/
    padding: 0.6rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    border-color: #ffbf00;
}

::placeholder {
    font-size: 12px;
    font-weight: 300;
}

::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */
    color: #909;
}

:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #909;
    opacity: 1;
}

::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #909;
    opacity: 1;
}

:-ms-input-placeholder {

    /* Internet Explorer 10-11 */
    color: #909;
}

::-ms-input-placeholder {

    /* Microsoft Edge */
    color: #909;
}

::placeholder {

    /* Most modern browsers support this now. */
    color: #909;
}

.dropdown-menu {
    border-radius: 0 0 4px 4px;
    border: 0;
    top: 95%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

.user-menu .nav-link {
    height: 35px;
    width: 35px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    text-align: center;
    position: relative;
}

.loogedin_as .nav-link {
    border-radius: 25px !important;
    background: #e6e6e6 !important;
    width: auto !important;
    max-width: 120px !important;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
        text-overflow: ellipsis;
    overflow: hidden;
        white-space: nowrap;
}

.user-menu .nav-link i.fa-check-circle {
    color: #219653;
}

.user-menu .status {
    position: absolute;
    right: -3px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
}

.user-menu .dropdown-toggle::after {
    display: none;
}

.video {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0%;
    perspective: 800px;
}

figure.snip1174 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: 0.04 !important;
    max-height: 200px !important;
}

figure.snip1174 iframe {
    max-width: 100%;    /*-webkit-transform: scale(1.1);
                            transform: scale(1.1);
                            vertical-align: top;
                            opacity: 0.04 !important;*/
    height: 200px !important;
}

figure.snip1174 p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4em;
    max-height: 60px !important;
    overflow: hidden;
}

.expo-floor {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    perspective: 800px;
}

.expo-floor .logo-area {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 20%;
    z-index: 999;
    padding: 0.4vw 0.2vw;
    border-radius: 0.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    display: none;
}

.expo-floor .logo-area img {
    max-height: 50px;
    max-width: 100%;
    width: auto !important;
}

.expo-floor .text-area {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 10%;
    background: #fff;
    border-radius: 0.5vw;
    overflow: hidden;
    z-index: 99;
    color: white;
    text-align: center;
    font-size: 2vw;
    font-weight: 800;
    text-transform: uppercase;
    border: 0.2vw solid #039cc0;
    text-shadow: -0.1vw -0.1vw 0 #039cc0, 0.1vw -0.1vw 0 #039cc0, -0.1vw 0.1vw 0 #039cc0, 0.1vw 0.1vw 0 #039cc0;
    letter-spacing: 0.4vw;
}

.expo-floor .text-area1 {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 10%;
    background: #fff;
    border-radius: 0.5vw;
    overflow: hidden;
    z-index: 99;
    color: white;
    text-align: center;
    font-size: 2vw;
    font-weight: 800;
    text-transform: uppercase;
    border: 0.2vw solid #039cc0;
    text-shadow: -0.1vw -0.1vw 0 #039cc0, 0.1vw -0.1vw 0 #039cc0, -0.1vw 0.1vw 0 #039cc0, 0.1vw 0.1vw 0 #039cc0;
    letter-spacing: 0.4vw;
    display: none;
}

#auditorium .logo-area a div {
    position: relative;
    z-index: -1;
}

#auditorium .logo-area a {
    display: block;
    position: relative;
}

#auditorium .logo-area a:before {
    content: '';
    background: #00000032;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    top: 0;
}

#auditorium .logo-area .h6 {
    font-size: 12px;
    font-weight: 300;
    background: #020202c2;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 7px 10px;
    color: white;
}

#auditorium .logo-area {
    position: absolute;
    left: 26%;
    right: 25.5%;
    bottom: 13%;
    z-index: 999;    /*background: #dbdbdb;*/
    padding: 0.5vw;
    height: 12%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#auditorium .logo-area img,
.expo-floor .logo-area img {
    background: #fff;
    padding: 0.1vw;
}

.expo-floor .text-area h1 {
    font-size: 2vw;
    text-align: center;
    color: white;
    font-weight: 700;
    margin: 0;
}

.expo-floor .disabled .comp-logo img {
    opacity: 0.3;
    cursor: not-allowed;
}

.expo-floor .disabled {
    cursor: not-allowed;
}

#accordionExample .btn-link {
    color: black;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    padding: 0;
}

#accordionExample .card-header h2 {
    font-weight: 400;
font-size: 1rem;
line-height: 1.6;
}

#accordionExample .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(251, 251, 251, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

#accordionExample .card-header .btn-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 32%;
    position: absolute;
    right: 35px;
}

#accordionExample .card-header .btn-link.collapsed:after {
    content: "\f107";
}

/*.company1,
.company2,
.company3,
.company4,
.company5,*/

 /*.company6,
.company7,
.company8,
.company9,
.company10,
.company16,
.company17,
.company18,
.company19,
.company20 {
    display: none;
}*/

/*.company1 {
    position: absolute;
    top: 58.5%;
    left: 25%;
    width: 8.5%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    transform-style: preserve-3d;
    transform: rotateX(50deg) skewX(-3deg);
}

.company2 {
    position: absolute;
    top: 58%;
    left: 54%;
    width: 8.5%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    transform-style: preserve-3d;
    transform: rotateX(50deg) skewX(1deg);
}

.company3 {
    position: absolute;
    top: 58.4%;
    right: 9.3%;
    width: 7.5%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    transform-style: preserve-3d;
    transform: rotateX(50deg) skewX(8deg);    position: absolute;
            top: 80.4%;
            right: 21.3%;
            width: 7.5%;
            height: 8%;
            z-index: 9999;
            text-align: center;
            background: white;
            border-radius: 3px;
             transform-style: preserve-3d;
            transform: rotateX(50deg) skewX(8deg);
}

.company4 {
    position: absolute;
    top: 39.4%;
    left: 29.8%;
    width: 8.5%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    transform-style: preserve-3d;
    transform: rotateX(50deg) skewX(-11deg);    /*position: absolute;
                    top: 47.4%;
                    left: 25.8%;
                    width: 8.5%;
                    height: 8%;
                    z-index: 9999;
                    text-align: center;
                    background: white;
                    border-radius: 3px;
                    transform-style: preserve-3d;
                    transform: rotateX(50deg) skewX(-11deg); 
}

.company5 {
    position: absolute;
    top: 40%;
    right: 39.8%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    transform-style: preserve-3d;
    transform: rotateX(50deg) skewX(1deg);
}*/



.company1 {
    position: absolute;
    bottom: 35%;
    left: 6%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;

    /*position: absolute;
    bottom: 28%;
    left: 9%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;*/
}

.company2 {
    position: absolute;
    bottom: 35%;
    left: 43%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
        /*position: absolute;
    bottom: 28%;
    left: 43%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;*/

}

.company3 {
    position: absolute;
    bottom: 35%;
    right: 6%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
   /* position: absolute;
    bottom: 28%;
    right: 16%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;*/

}

.company4 {
        position: absolute;
    top: 48%;
    left: 24%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
      /* position: absolute;
    top: 46%;
    left: 4%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;*/
}

.company5 {
        position: absolute;
    top: 48%;
    right: 29%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    /*position: absolute;
    top: 46%;
    left: 17%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;*/
}
 
.company11 {
    position: absolute;
    top: 44%;
    left: 11.5%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}

/*.company11 {
position: absolute;
    top: 59%;
    left: 24.5%;
width: 7.5%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
transform-style: preserve-3d;
transform: rotateX(50deg) skewX(-3deg);
}
*/
.company12 {
    position: absolute;
    top: 44%;
    left: 42%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}

.company13 {
position: absolute;
    top: 44%;
    right: 16.3%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}

.company14 {
position: absolute;
    top: 19.4%;
    left: 22.8%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}


.company15 {
position: absolute;
    top: 19.4%;
    right: 33.8%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}
 

 
 

.company6 {

   position: absolute;
    top: 48%;
    left: 29%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;

  /*  position: absolute;
    bottom: 52%;
    right: 16.5%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;    /*transform-style: preserve-3d; 
    transform: rotateX(50deg) skewX(-3deg);*/
}

.company7 {
    position: absolute;
    top: 42%;
    left: 42%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
                                 
}

.company8 {
    position: absolute;
    top: 47%;
    right: 34%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}

.company9 {
   position: absolute;
    top: 42%;
    right: 19%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
 
}

.company10 {
    position: absolute;
    top: 49%;
    right: 2%;
    width: 10.7%;
    height: 9.5%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
}

/*.company11 {
position: absolute;
bottom: 35%;
left: 15.5%;
width: 8%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
}

.company12 {
position: absolute;
bottom: 46%;
left: 43%;
width: 8%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
}

.company13 {
position: absolute;
bottom: 35%;
right: 21.5%;
width: 8%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
}

.company14 {
position: absolute;
top: 29%;
left: 27%;
width: 8%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
}


.company15 {
position: absolute;
top: 29%;
right: 30%;
width: 8%;
height: 8%;
z-index: 9999;
text-align: center;
background: white;
border-radius: 3px;
}*/
.company16 {
    position: absolute;
    top: 29%;
    right: 30%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: none;
}

.company17 {
    position: absolute;
    bottom: 29%;
    left: 8.5%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: none;
}

.company18 {
    position: absolute;
    bottom: 28%;
    left: 43.5%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: none;
}

.company19 {
    position: absolute;
    bottom: 28%;
    right: 19.5%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: none;
}

.company20 {
    position: absolute;
    bottom: 41%;
    right: 4.5%;
    width: 8%;
    height: 8%;
    z-index: 9999;
    text-align: center;
    background: white;
    border-radius: 3px;
    display: none;
}

/*.xl-company {
width: 12.3% !important;
height: 9.5% !important;
}*/
.xl-company img {
    max-height: 4vw !important;
}

.xl-company .badge {
    display: block;
    position: absolute;
    bottom: -1vw;
    left: 10%;
    right: 10%;
    font-size: 0.6vw;
}

.floor-number {
    left: 0;
    top: 30%;
    border-radius: 0 5px 5px 0;
    z-index: 9;
    text-align: center;
    background: #fff;
    padding: 5px;
    width: 45px;
}

.floor-number .numbering {
    height: 25px;
    width: 25px;
    margin: 3px;
    font-weight: 500;
    line-height: 25px;
    font-size: 10px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.floor-number .numbering:hover,
.floor-number .numbering.active {
    text-decoration: none;
    background: #dbdbdb;
}

.updimg {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 5px;
    padding: 2px;
    font-size: 10px;
    background: red;
    border: none;
}

.updvideo {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 5px;
    padding: 2px;
    font-size: 10px;
    background: red;
    border: none;
}

.comp-logo {
    width: 100%;
    height: 100%;
    overflow: hidden;    /*background: white;*/
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 5px;
    margin-left: 0;
    margin-top: 0;
    border-radius: 4px;
    bottom: 0;
    position: absolute;
}

.comp-logo img {
    max-height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.lobby-ad2 .col,
.lobby-ad3 .col {
    padding: 0.6% 2% !important;
}

.lobby-ad2 img,
.lobby-ad3 img {
    max-width: 100% !important;    /*border: 1px solid #ccc;*/
}

.lobby-ad1 .owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;/*height: 6.5vw;*/
}

/*.lobby-ad1 img{
 border: 0.2vw solid #000;
}*/
.lobby-ad1 img,
.lobby-ad2 img,
.lobby-ad3 img,
.lobby-ad4 img {
    max-height: 3vw;
    width: auto !important;
    margin: 0.5vw auto;
    display: block !important;
    background: white;
    padding: 0.3vw;
    border-radius: 0.2vw;
}

.lobby-ad2 .owl-item,
.lobby-ad3 .owl-item {
    background: #fff;
}

.lobby-ad1 .d-flexs,
.lobby-ad2 .d-flexs
{padding: 0.5vw;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0.2vw;
    max-height: 6.3vw;
    width: 100%;
    background: wheat;

}
.lobby-ad1 .owl-item,
.lobby-ad4 .owl-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;    /*background: #012355;*/

    /*border-radius: 3px;
                                            padding: 0.5vw;*/
}

.lobby-video {

    height: auto;
    right: 19.4%;
    position: absolute;
    z-index: 1;
    top: 7%;
    left: 19.4%;
    display: block;
    justify-content: center;
    background: transparent;

    /*    height: 21.3%;
    right: 39.4%;
    position: absolute;
    z-index: 1;
    top: 27%;
    left: 39.4%;
    display: flex;
    justify-content: center;
    background: transparent;*/
}

.lobby-video  iframe {
   /* border: 0.1vw solid #000;*/
}
/*.lobby-video  img {
    display: none !important;
}*/

/*.lobby-video:before {
position: absolute;
content: "";
height: 100%;
width: 1vw;
background: #000;
top: -80%;
left: 16%;
right: 0;
z-index: -1;
}

.lobby-video:after {
position: absolute;
content: "";
height: 100%;
width: 1vw;
background: #000;
top: -80%;
right: 16%;
z-index: -1;
}
*/

/*.lobby-ad1:before {
position: absolute;
content: "";
height: 100%;
width: 1vw;
background: #000;
top: -80%;
left: 16%;
right: 0;
z-index: -1;
}

.lobby-ad1:after {
position: absolute;
content: "";
height: 100%;
width: 1vw;
background: #000;
top: -80%;
right: 16%;
z-index: -1;
}*/
.lobby-ad1 {
    position: absolute;
    top: 42.2%;
    right: 15%;
    height: 8.2%;
    left: 15%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

/*.lobby-ad2:before,
.lobby-ad3:before {
position: absolute;
content: "";
height: 100%;
width: 1vw;
background: #000;
top: -100%;
left: 48%;
right: 0;
z-index: -9;
}*/
.lobby-ad2 {
     position: absolute;
    top: 19.2%;
    width: 5%;
    height: 31.2%;
    right: 21.1%;
    overflow: hidden;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    transform-style: preserve-3d;
    transform: rotateY(-61deg);
}

.lobby-ad3 {
     position: absolute;
    top: 10.2%;
    width: 5%;
    height: 40.2%;
    left: 1.1%;
    overflow: hidden;
    display: none;
    border-radius: 0;
    transform-style: preserve-3d;
    transform: rotateY(61deg);
}

.lobby-ad4 {
    position: absolute;
    top: 10.2%;
    width: 5%;
    height: 40.2%;
    right: 1.1%;
    overflow: hidden;
    display: none;
    border-radius: 0;
    transform-style: preserve-3d;
    transform: rotateY(-61deg);
}

.lobby-visual1 {
    position: absolute;
    top: 41.5%;
    width: 6.9%;
    left: 39%;
    display: flex;
    background: white;
    border: 0.1vw solid #000;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    height: 6%;
    flex-direction: column;
justify-content: center;
overflow: hidden;
}

.lobby-visual2 {
    position: absolute;
    top: 41.5%;
    width: 6.9%;
    right: 45%;
    display: flex;
    background: white;
    border: 0.1vw solid #000;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    height: 6%;
    flex-direction: column;
justify-content: center;
overflow: hidden;
}

.lobby-visual3 {
    position: absolute;
    top: 48.5%;
    width: 6.9%;
    left: 39%;
    display: flex;
    background: white;
    border: 0.1vw solid #000;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    height: 6%;
    flex-direction: column;
justify-content: center;
overflow: hidden;
}

.lobby-visual4 {
    position: absolute;
    top: 48.5%;
    width: 6.9%;
    right: 45%;
    display: flex;
    background: white;
    border: 0.1vw solid #000;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    height: 6%;
    flex-direction: column;
justify-content: center;
overflow: hidden;
}

.lobby-visual2 .magnify .fa,
.lobby-visual1 .magnify .fa {
    font-size: 9px;
}

.lobby-visual2 .magnify,
.lobby-visual1 .magnify {
    height: 20px;
    width: 20px;
    background: #ffffff91;
    color: black;
    right: 0.1vw;
    bottom: 0.5vw;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

.lobby-stand1 {

   position: absolute;
    bottom: 32.5%;
    width: 5.3%;
    height: 4.3%;
    overflow: hidden;
    left: 39.2%;
    background: white;
    z-index: 1;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    transform: rotateY(8deg);
    align-items: center;
}

.lobby-stand2 {

    /*display: none;*/

    /*position: absolute;
    top: 1%;
    width: 8.5%;
    height: 63.3%;
    overflow: hidden;
    left: 9.8%;
    z-index: 1;
    transform-style: preserve-3d;
    transform: rotateY(69deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;*/
    position: absolute;
    bottom: 17.3%;
    width: 5%;
    height: 19.8%;
    overflow: hidden;
    right: 33.5%;
    z-index: 1;
    display: flex;
    justify-content: center;
    background: #ffffffab;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(-8deg);
}

.large-strip-ad {
    position: absolute;
    top: 6%;
    left: 16.8%;
    right: 16.4%;
    height: 7.8%;
    overflow: hidden;
    display: none;
}

.large-strip-ad img {
    height: 82px;
    width: 100%;
}

.large-strip-ad1 {
    position: absolute;
    top: 11%;
    left: 7.8%;
    right: 9%;
    height: 12.3%;
    overflow: hidden;
}

.large-strip-ad1 img {
    height: 82px;
    width: 100%;
}

/*.lobby-ad1 img,
.lobby-ad2 img,
.lobby-ad3 img,
.lobby-ad4 img {
min-height: 85px;
width: 100%;
}

.lobby-ad3 img,
.lobby-ad4 img {
min-height: 85px;
width: 100%;
}*/

/*.second {display: none;}
.video1{
position: fixed;
z-index: 1;
height: 100%;
width: 100%;
left: 0;
top: 0;
}*/

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.text-primary {
    color: #104986 !important;
}

.button-panel {

    
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;    /*width: 60px;*/

    /*   font-size: 0;*/
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;    /*padding-left: 4px;
                                                    padding-right: 4px;*/

    /*background-image: linear-gradient(0deg, white, transparent);*/
    z-index: 99;
}

.visit-stall {
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.5rem;
    display: block;
    color: black;
    padding: 10px 5px 5px;    /*overflow: hidden;*/

    /*text-overflow: ellipsis;
                                                    white-space: nowrap;*/
    text-align: center;
    transition: all linear 0.2s;    /*min-width: 60px;*/
    margin: 3px 3px 0px;
    margin-top: 3px;    /*box-shadow: 0px 3px 3px 1px #00000026;*/
}

.visit-stall:hover,
.visit-stall:focus,
.visit-stall.active {
    text-decoration: none;
    color: black;
    transition: all linear 0.2s;    /*background: #ffd223;*/

    /* margin-top: -5px;*/
    font-weight: 600;
}

.visit-stall span {
    background: #f4f4f4;
    width: 40px;    /*display: block;*/
    margin: 0 auto 5px;
    height: 40px;
    padding: 5px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visit-stall img {

    /* width: 30px;*/
    display: block;    /*margin: 0 auto 5px;*/
    height: 20px;
}

.visit-stall:hover span,
.visit-stall:focus span,
.visit-stall.active span {
    text-decoration: none;
    color: black;
    transition: all linear 0.2s;
    background: #ffd223;
}

.visit-stall.active img {
    border-color: orange;
}

@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----_Advertisement Page------*/

/*-----auditorium Page------*/

/*#auditorium {
    height: 100vh;
}*/

#auditorium .text-area {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 3%;
    background: #fff;
    border-radius: 0.5vw;
    overflow: hidden;
    z-index: 19;
    color: white;
    text-align: center;
    font-size: 1.5vw;
    font-weight: 800;
    text-transform: uppercase;
    border: 0.2vw solid #039cc0;
    text-shadow: -0.1vw -0.1vw 0 #039cc0, 0.1vw -0.1vw 0 #039cc0, -0.1vw 0.1vw 0 #039cc0, 0.1vw 0.1vw 0 #039cc0;
    letter-spacing: 0.4vw;
}

#auditorium .auditorium-banner {
    position: absolute;
    left: 27%;
    right: 25%;
    top: 10%;
    background: #00306a;
    border-radius: 5px;
    z-index: 999;
    height: 10%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#auditorium .text-area h1 {
    font-size: 2vw;
    text-align: center;
    color: white;
    font-weight: 700;
    margin: 0;
}

#auditorium .ad-bg {
    position: relative;    /* z-index: -1;*/
}

#slideOut {
    position: fixed;
    width: 19.5%;
    height: 450px;
    top: 60px;
    bottom: 0;
    right: -25%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    z-index: 9;
}

/* Display slideOut */
.showSlideOut {
    right: 0px !important;
}

/* Tab */
.slideOutTab {
    top: 40%;
    position: fixed;
    right: 0px;
    cursor: pointer;
    height: 125px;
    width: 40px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: var(--color1);
    border-radius: 15px 0px 0px 15px;
}

.slideOutTab div {
    text-align: center;
    position: relative;
    right: 36px;
    top: 52px;
    width: 108px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    color: white;
}

#slideOut .modal-body {
    height: 80%;
    height: 65vh;
    max-height: 450px;
}

#videos-container {
    position: relative;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 0;
}

#videos-container iframe {
    height: 90vh !important;
    width: 95vw !important;
    margin: 0 auto;
    display: block;
}

/*#auditorium .exhibition-logo {
position: absolute;
z-index: 1;
/*height: 55.5%; 
top: 21.3%;
left: 26.1%;
right: 26.4%;
bottom: 30%;
overflow: hidden;
background: black;

}*/

/*#auditorium .exhibition-logo iframe,
#auditorium .exhibition-logo-archive iframe {
display: none;
}*/

#auditorium .exhibition-logo {
      position: absolute;
    z-index: 1;
    height: 63.2%;
    top: 7.5%;
    left: 15.8%;
    right: 16.1%;
/*    border: 2px solid wheat;*/
}

.play-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 999;
    background: #0b0b0b47;
    font-size: 0.7vw;
    padding: 0.1vw 1vw;
    font-weight: bold;
    color: white;
}

.unmute-text {
    position: absolute;
    bottposition: absolute;
    bottom: -20px;
    right: 0;
    z-index: 999;
    background: #0b0b0b47;
    font-size: 0.7vw;
    padding: 0.1vw 1vw;
    font-weight: bold;
    color: white;
}

/*#auditorium .exhibition-logo {
position: absolute;
z-index: 1;
height: 41%;
top: 25.8%;
left: 30.1%;
right: 30.4%;
overflow: hidden;
}*/
#auditorium .exhibition-logo-archive {
    position: absolute;
    z-index: 1;
    height: 35.5%;
    left: 32.2%;
    right: 32.4%;
    overflow: hidden;
    bottom: 19.3%;
    background: black;
    /*opacity: 0.4;*/

}

#auditorium .exhibition-logo-gallery-vid {
    position: absolute;
    z-index: 1;
    top: 30.8%;
    left: 56.4%;
    right: 6.3%;
    overflow: hidden;    /*height: 41.3%;*/

    /*  background: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#auditorium .about-us {
    position: absolute;
    z-index: 1;
    top: 30.8%;
    left: 9.5%;
    right: 53.3%;
    overflow: hidden;    /*height: 41.3%;*/

    /*   background: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#auditorium .about-us img,
#auditorium .exhibition-logo-gallery-vid video,
#auditorium .exhibition-logo-gallery-vid img {
    border: 0.5vw solid #000;
}

#auditorium .auditorium-ad1 {

    position: absolute;
z-index: 1;
height: 60.2%;
width: 12.6%;
top: 14.3%;
left: 3.5%;
display: flex;
justify-content: center;
overflow: hidden;
background: #ffffff94;
flex-direction: column;
}

#auditorium .podium-ad1 {
    position: absolute;
    z-index: 1;
    height: 51%;
    width: 18.5%;
    top: 18.5%;
    left: 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;    /*  background: #fff;*/
}

#auditorium .podium-ad1 .owl-item img,
#auditorium .podium-ad2 .owl-item img {
    max-height: 100px;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
}

#auditorium .podium-ad2 {
    position: absolute;
    z-index: 1;
    height: 51%;
    width: 18.5%;
    top: 18.5%;
    right: 5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;    /*   background: #fff;*/
}

/*#auditorium .auditorium-ad1 .logo {
height: 100%;
background: white;
width: 48%;
overflow: hidden;
border: 4px solid red;
margin: 1%;
min-height: 80px;
}

#auditorium .auditorium-ad2 .logo {
height: 100%;
background: white;
width: 48%;
overflow: hidden;
border: 4px solid red;
margin: 1%;
min-height: 80px;
}*/
#auditorium .auditorium-ad2 {
        position: absolute;
    z-index: 1;
    height: 45%;
    width: 10%;
    top: 32.8%;
    left: 17.2%;
    overflow: auto;
}

#auditorium .auditorium-ad3 {
    position: absolute;
    z-index: 1;
    height: 60.7%;
    width: 12.6%;
    top: 14.3%;
    right: 3.8%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #ffffff94;
    flex-direction: column;
}
#auditorium .auditorium-ad2 .embed-responsive, 
#auditorium .auditorium-ad4 .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 95px;
}
#auditorium .auditorium-ad4 {
    position: absolute;
    z-index: 1;
    height: 45%;
    width: 10%;
    top: 32.8%;
    right: 17.2%;
    overflow: auto;
}

.archive-videos hr {
    margin-top: 0;
}

.archive-videos .h6 {
    font-size: 12px;
    font-weight: 300;
    background: #020202c2;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 7px 10px;
    color: white;
}

.archive-videos p {
    font-size: 10px;
    font-weight: 200;
}

.archive-videos a {
    color: white;
    text-decoration: none;
}

.auditorium-ad2 .embed-responsive a, .auditorium-ad4 .embed-responsive a, .archive-videos .embed-responsive a {
    color: black;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    top: 0;
}

#auditorium .exhibition-logo11 {

    /* position: absolute;
                                                     z-index: 1;
                                                     height: 46.5%;
                                                     top: 20.5%;
                                                     left: 25%;
                                                     right: 25%;*/
    position: absolute;
    z-index: 1;
    height: 61.5%;
    top: 13.5%;
    left: 20%;
    right: 20%;
}

.play-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 999;
    background: #0b0b0b47;
    font-size: 0.7vw;
    padding: 0.1vw 1vw;
    font-weight: bold;
    color: white;
}

.unmute-text {
    position: absolute;
    bottposition: absolute;
    bottom: -20px;
    right: 0;
    z-index: 999;
    background: #0b0b0b47;
    font-size: 0.7vw;
    padding: 0.1vw 1vw;
    font-weight: bold;
    color: white;
}

.archive-videos {
    position: absolute;
    padding-bottom: 0px;
    z-index: 9;
    bottom: 0%;
    right: -2px;
    top: 10%;
    padding-top: 10px;
    width: 16%;
    display: block;
    overflow-y: auto;
}
/*.archive-videos {
    position: absolute;
    padding-bottom: 0px;
    z-index: 9;
    bottom: 0%;
    right: 19%;
/*    top: 100%;  
    padding-top: 10px;
    left: 18%;
    display: block;    
    /*overflow-y: auto; 
}*/

/*.archive-videos hr {
margin-top: 0;
}

.archive-videos .h6 {
font-size: 14px;
font-weight: 300;

}

.archive-videos p {
font-size: 10px;
font-weight: 200;
}

.archive-videos a {
color: black;
text-decoration: none;
}

.archive-videos .embed-responsive a {
color: black;
text-decoration: none;
position: absolute;
left: 0;
right: 0;
height: 100%;
z-index: 999;
top: 0;
}


.archive-videos {
position: absolute;
padding-bottom: 150px;
z-index: 99;
bottom: 0%;
width: 15%;
top: 0;
padding-top: 10px;
left: 0%;
padding-left: 0.2rem;
padding-right: 3px;
display: block;
/*justify-content: center; 
overflow-y: auto;
/*flex-direction: column;
background: #fff;
}

*/
.online-users {
    position: relative;
    z-index: 99;
    bottom: 0%;
    width: 100%;
    top: 0;
    left: 0%;    /*padding-left: 1rem;
            padding-right: 1rem;*/
    display: block;
    overflow-y: auto;
    background: #fff;
}

.online-users li a {
    display: block;
    color: black;
    padding: 8px 5px;
    font-size: 12px;
    border-bottom: 1px solid #f7f7f7;
}

.online-users li .status {
    height: 8px;
    width: 8px;
    margin-right: 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
}

.online-users li .status.active {
    background: #22ce22;
}

.online-users li .status.away {
    background: orange;
}

.online-users li .status.inactive {
    background: #d00;
}

/*#auditorium .auditorium-ad2 img,
#auditorium .auditorium-ad1 img {
max-height: 80px;
max-width: 100%;
margin: 0 auto;
display: block;
background: #fff;
padding: 5px;
border-radius: 10px;
overflow: hidden;
border: 1px solid #f9f9f9;
}*/
#auditorium .enterhall-box {
    z-index: 999;
    transition: all linear 0.2s;
    position: absolute;
    z-index: 1;
    right: 10%;
    left: 10%;
    top: 59%;
    height: 20%;
}

/*.enterhall-box .visit-stall {
text-transform: uppercase;
font-size: 1.2vw;
background: orangered;
margin-top: 15px;
padding: 2%;
border-radius: 50%;
color: white;
animation: blink_animation 1s infinite;
height: 116%;
width: 14%;
margin-left: 3.5%;
float: left;
display: flex;
align-items: center;
justify-content: center;
}

.enterhall-box .visit-auditorium {
text-transform: uppercase;
font-size: 1.2vw;
background: #1e69f9;
margin-top: 15px;
padding: 2%;
border-radius: 50%;
color: white;
animation: blink_animation1 1s infinite;
height: 116%;
width: 14%;
margin-left: 57%;
float: left;
display: flex;
align-items: center;
justify-content: center;
}*/
@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----_Advertisement Page------*/

/*-----Fabric Stall------*/

/*#fabric-stall {
height: 100vh;
}*/

#fabric-stall .ad-bg {
    position: relative;
}

#fabric-stall .stall-type {
    position: absolute;
    z-index: 1;
    height: 10%;
    width: 33%;
    top: 5%;
    left: 33.5%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

#fabric-stall .fabric-stall-ad1 {
    position: absolute;
    z-index: 1;
    height: 19.5%;
    width: 8.8%;
    top: 20%;
    left: 1.5%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

#fabric-stall .fabric-stall-ad2 {
    position: absolute;
    z-index: 1;
    height: 49%;
    width: 22%;
    top: 25%;
    right: 31%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

#fabric-stall .exhibition-logo img {
    height: 100%;
    width: 100%;
}

#fabric-stall .logo-table {
    text-transform: uppercase;
    font-size: 1.2vw;
    margin-top: 15px;
    padding: 2%;
    color: white;
    height: 12%;
    width: 12%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 22%;
}

#fabric-stall .standee {
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.2vw;
    background: #1e69f9;
    margin-top: 15px;    /* padding: 0%; */

    /* color: white; */
    animation: blink_animation1 1s infinite;
    height: 12%;
    width: 12%;
    right: 6.5%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 28%;
}

@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

body #cometchat {
    padding-bottom: 0 !important;
}

/*-----_Advertisement Page------*/

/*#executive-stall .ad-bg {
position: relative;
z-index: 1;
}
*/
.stall-executive {
    background: linear-gradient(45deg, #bee6f4, #f0fbff, #fff);
}

.stall-standard {
    background: #c2d4de;
}

/*.stall-platinum {
background: url(../images/platinum.jpg);
background-size: 100%;
}*/
#executive-stall label,
#executive-stall figure {
    margin: 0;
    height: 100%;
    width: 100%;
}

#executive-stall .stall-type {
    position: absolute;
    z-index: 1;
    height: 10%;
    width: 33%;
    top: 5%;
    left: 33.5%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    display: none;
}

#executive-stall .executive-stall-ad1 {
    display: none;
    position: absolute;
    z-index: 88;
    height: 57%;
    width: 7.5%;
    top: 10%;
    right: 38.3%;    /*background: #fff;*/
}

#executive-stall .executive-stall-ad2 {
    position: absolute;
    z-index: 88;
    height: 19%;
    width: 12%;
    top: 39%;
    left: 35.4%;
    background: #fff;
    overflow: hidden;
}

#executive-stall .executive-stall-ad3 {
    display: none;
    position: absolute;
    z-index: 88;
    height: 24%;
    width: 7.5%;
    top: 43%;
    right: 29.3%;    /*background: #fff;*/
    overflow: hidden;
}

#executive-stall .exhibition-video {
    height: 22%;
    right: 23.5%;
    position: absolute;
    top: 37.5%;
    left: 59.5%;
    z-index: 9;
    display: flex;
    overflow: hidden;
    align-items: center;
}

#executive-stall .exhibition-logo {
    height: 20.3%;
    width: 18%;
    position: absolute;
    z-index: 9;
    top: 7%;
    left: 30.8%;
    overflow: hidden;
    background: white;
}

#executive-stall .exhibition-logo img {
    height: 100%;
    width: 100%;    /*display: none;*/
}

#executive-stall .logo-table {
    display: none;
    height: 12%;
    width: 7%;
    float: left;    /*  display: flex;*/
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 18.6%;
    right: 44.1%;
    overflow: hidden;
}

#executive-stall {
    perspective: 800px;
}

#executive-stall .standee {
    position: absolute;
    background: #fff;
    height: 58%;
    width: 12%;
    left: 10.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 6.4%;
    overflow: hidden;
    z-index: 9;    /*transform-style: preserve-3d;
            transform: rotateY(45deg);*/
}

.exhibition-hall3 {
    display: none;
}

#executive-stall .standee2 {
    position: absolute;
    background: #fff;
    height: 35.8%;
    width: 6.7%;
    right: 44.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20%;
    overflow: hidden;
    z-index: 1;
}

.ask-question {
    display: none;
}

@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----executive Page------*/

/*-----double-decker-stall------*/
#double-decker-stall .ad-bg {
    position: relative;
    z-index: 1;
}

#double-decker-stall label,
#double-decker-stall figure {
    margin: 0;
}

#double-decker-stall .stall-type {
    position: absolute;
    z-index: 1;
    height: 10%;
    width: 33%;
    top: 5%;
    left: 33.5%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    display: none;
}

#double-decker-stall .double-decker-stall-ad1 {
    position: absolute;
    z-index: 88;
    height: 23.5%;
    width: 7.7%;
    top: 42.8%;
    left: 54.2%;
    background: #fff;
    overflow: hidden;
    display: none;
}

#double-decker-stall .double-decker-stall-ad2 {
    position: absolute;
    z-index: 88;
    height: 23.5%;
    width: 7.7%;
    top: 42.8%;
    right: 29.2%;
    background: #fff;
    overflow: hidden;
    display: none;
}

#double-decker-stall .double-decker-stall-ad3 {
    position: absolute;
    z-index: 88;
    height: 21.5%;
    width: 8.8%;
    top: 56.9%;
    left: 57.2%;
    background: #fff;
    overflow: hidden;
    display: none;
}

#double-decker-stall .exhibition-video {
   height: 17.8%;
    width: 18.2%;
    position: absolute;
    top: 43.8%;
    right: 44.1%;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 999;
    background: black;
}

#double-decker-stall .exhibition-logo {
    height: 14%;
    width: 18.6%;
    position: absolute;
    z-index: 99;
    top: 10%;
    left: 15.6%;
    overflow: hidden;
    background: white;
}

#double-decker-stall .exhibition-logo img {
    height: 100%;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

#double-decker-stall .logo-table {
    height: 11.3%;
    width: 10.3%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 22.3%;
    right: 25.1%;
    overflow: hidden;
    background: white;
}

#double-decker-stall {
    perspective: 800px;
}

#double-decker-stall .standee {
        position: absolute;
    background: #fff;
    height: 20.7%;
    width: 9.6%;
    left: 10%;
    display: flex;
    justify-content: center;
    bottom: 27.9%;
    overflow: hidden;
    z-index: 9;
 
}

.exhibition-hall3 {
    display: none;
}

.stall {
    margin-top: 1.5rem;
}

#double-decker-stall .standee2 {
position: absolute;
    background: #fff;
    height: 24.7%;
    width: 8.6%;
    left: 22.5%;
    display: flex;
    justify-content: center;
    bottom: 25.5%;
    overflow: hidden;
    z-index: 9;
 
}

.ask-question {
    display: none;
}

@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----Dlouble Decker Page------*/

/*-----standard-stall------*/

#standard-stall figure figcaption {
    position: absolute;
    top: 10% !important;
}

#standard-stall .ad-bg {
    position: relative;
    z-index: 1;
}

#standard-stall label,
#standard-stall figure {
    margin: 0;
}

#standard-stall .stall-type {
    position: absolute;
    z-index: 1;
    height: 10%;
    width: 33%;
    top: 5%;
    left: 33.5%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    display: none;
}

#standard-stall .standard-stall-ad1 {
    display: none;
    position: absolute;
    z-index: 88;
    height: 57%;
    width: 7.5%;
    top: 10%;
    right: 38.3%;    /*background: #fff;*/
}

#standard-stall .standard-stall-ad2 {
    position: absolute;
    z-index: 88;
    height: 24%;
    width: 7.5%;
    top: 43%;
    right: 38.3%;
    overflow: hidden;
    background: #fff;    /*position: absolute;
            z-index: 88;
            height: 13%;
            width: 10%;
            top: 47%;
            left: 32%;
            overflow: hidden;
            background: white;
            display: flex;*/
}

#standard-stall .standard-stall-ad3 {
    position: absolute;
    z-index: 88;
    height: 24%;
    width: 7.5%;
    top: 43%;
    right: 29.3%;
    background: #fff;
    overflow: hidden;
}

#standard-stall .exhibition-video {
    position: absolute;
    z-index: 88;
    height: 18%;
    width: 11.5%;
    top: 43%;
    left: 31.5%;
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;    /*height: 24%;
                    right: 29.1%;
                    position: absolute;
                    top: 42.5%;
                    left: 54%;
                    z-index: 999;
                    overflow: hidden;
                    display: flex;
                    align-items: center;
                    background: black;*/
}

#standard-stall .exhibition-logo {
    height: 18%;
    width: 19%;
    position: absolute;
    z-index: 9;
    top: 19%;
    left: 42.2%;
    overflow: hidden;
    background: white;
    border: 0.3vw solid #000;
    display: flex;
}

#standard-stall .exhibition-logo img {
    height: 100%;
    width: 100%;    /*display: none;*/
}

#standard-stall .logo-table {
    height: 12%;
    width: 7%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 18.6%;
    right: 44.1%;
    overflow: hidden;
    background: #acada5;
}

/*#standard-stall .logo-table img, .exhibition-logo img{
display: none;
}*/
#standard-stall {
    perspective: 800px;
}

#standard-stall .standee {
    position: absolute;
    background: #fff;
    height: 27%;
    width: 4.5%;
    left: 26.1%;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 18.9%;
    overflow: hidden;
    z-index: 9;
}

.exhibition-hall3 {
    display: none;
}

.stall {
    padding-top: 0;
    margin: 0;
}

#standard-stall .standee2 {
    position: absolute;
    background: #fff;
    height: 27%;
    width: 4.5%;
    right: 21.9%;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: 18.9%;
    overflow: hidden;
    z-index: 9;
}

.ask-question {
    display: none;
}

@keyframes blink_animation1 {
    50% {
        background: #1e69f9;
        box-shadow: 0px 0px 10px #ccc;
    }

    100% {
        background: orange
    }

}

/*-----Dlouble Decker Page------*/

/*-----Premium Page------*/

/*#materialbox-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #292929;
z-index: 1000;
will-change: opacity;
}

.materialboxed {
z-index: 9;
display: block;
cursor: -webkit-zoom-in;
cursor: zoom-in;
position: relative;
-webkit-transition: opacity .4s;
transition: opacity .4s;
-webkit-backface-visibility: hidden;
}

.materialboxed.active {
cursor: -webkit-zoom-out;
cursor: zoom-out;
width: auto !important;
}*/

/*-----details------*/

/*--------------------*/

/*-----------Start Speed Meet---------*/

#speedmeet .gate1 {
    background: linear-gradient(#003d9b, #003b6f);
    height: 54%;
    width: 10%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    left: 6%;
    top: 18%;
}

#speedmeet .room-no {
    font-size: .7vw;
    text-transform: uppercase;
}

#speedmeet .room-no span {
    height: 2vw;
    width: 2vw;
    border-radius: 50%;
    margin: 4px auto;
    background: #fff;
    color: #003c8a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 1vw;
}

#speedmeet .text-wrap {

    /*transform: rotate(-90deg);*/
    height: 19vw;    /*width: 100%;*/

    /*min-width: 20vw;*/
    display: block;
    padding: 0.5vw;    /*justify-content: center;
                                                                        flex-direction: column;*/
}

#speedmeet .text {
    background: transparent;
    font-size: 1.1vw;
    padding: 1vw;
    letter-spacing: 0;
}

#speedmeet .text:hover {
    letter-spacing: 0;
}

#speedmeet .gate2 {
    background: linear-gradient(#003d9b, #003b6f);
    height: 54%;
    width: 10%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    left: 26%;
    top: 18%;
}

#speedmeet .gate3 {
    background: linear-gradient(#003d9b, #003b6f);
    height: 54%;
    width: 10%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    right: 44.5%;
    top: 18%;
}

#speedmeet .gate4 {
    background: linear-gradient(#003d9b, #003b6f);
    height: 54%;
    width: 10%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    right: 25.3%;
    top: 18%;
}

#speedmeet .gate5 {
    background: linear-gradient(#003d9b, #003b6f);
    height: 54%;
    width: 10%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    right: 6%;
    top: 18.3%;
}

/*---------End Speed Meet-----------*/

/*--------------------*/

/*#materialbox-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #292929;
z-index: 1000;
will-change: opacity;
}

.materialboxed {
z-index: 9;
display: block;
cursor: -webkit-zoom-in;
cursor: zoom-in;
position: relative;
-webkit-transition: opacity .4s;
transition: opacity .4s;
-webkit-backface-visibility: hidden;
}

.materialboxed.active {
cursor: -webkit-zoom-out;
cursor: zoom-out;
width: auto !important;
}*/

/*-----details------*/
#details .nav-tabs .nav-link {
    background: #3e4784;
    color: white;
    border-radius: 10px 10px 0 0;
    margin-left: 1px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

#details .nav-tabs .nav-item.show .nav-link,
#details .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fd8301;
    border-color: #fd8301 #fd8301 #fd8301;
}

.chat-bubble {
    bottom: 10px;
    right: 10px;
    max-width: 50px;
    display: none;
}

.chat-bubble:hover {
    filter: brightness(-3);
    bottom: 20px;
}

/*-----details------*/
#mrbean {
    position: relative;
    background: #c7ada4;
}

.success-box {
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #e7fdc1;
    background: #abfdb4;
    text-align: center;
    border-radius: 32px;
    color: black;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box>div {
    vertical-align: top;
    display: inline-block;
    color: #000;
}

.modal-body .header {
    padding: 20px;
    font-size: 18px;
}

.comp_nm {
    font-weight: 400;
    color: #016bf2;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    background: #f9f9f9;
}

.rating-widget {

    /*padding: 30px;*/
    position: relative;
}

/*.rating-widget:before {
content: "Poor";
position:absolute;
left: 10px;
top: 20px;
font-size: 12px;
color: red;
}
.rating-widget:after {
content: "Wow!!";
position:absolute;
right: 10px;
top: 20px;
font-size: 12px;
color: red;
}*/

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: inline-block;    /*  border: 1px solid #eaeaea;
            padding: 10px 3rem;
            border-radius: 50px;*/
}

.rating-stars ul>li.star {
    display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 1.2em;    /* Change the size of the stars */
    color: #ccc;    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background: #030d26cc !important;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3em !important;
    height: 3em !important;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.75em !important;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #fff !important;
    font-size: 1em !important;
    font-weight: 300 !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-content {
    color: #fff !important;
    font-size: 1em;
    font-weight: 300;
    padding: 1em !important;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: .25em;
    background: initial;
    background-color: initial;
    background-color: #208cff !important;
    color: #fff;
    font-size: 1.0625em;
}

.magnify {
    height: 25px;
    width: 25px;
    background: #fff;
    color: black;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

.join-meeting {
    background: var(--color2) !important;
    color: white !important;
}

.whatsapp {
    color: #36e136;
    font-size: 1.5rem;
    background: #848484;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    align-items: center;
}
.whatsapp:hover{
    color: white;
    text-decoration: none;
}

.wechat {
    margin-top: 5px;
    color: #36e136;
    font-size: 1.5rem;
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}

#documents-container {
    padding-left: 15px;
    padding-right: 15px;
}

section {
    padding: 100px 0;
}

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img .span {
    position: absolute;
    top: 15%;
    left: 12%;
    z-index: 999;
    background: var(--color2);
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img .span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.btn-card {
    background-color: var(--color2);
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .34rem 1rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: orange;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
        white-space: nowrap;
}

/* End card section */
@media (min-width:768px) {
    #full-img {
        height: 100vh;
    }

    #documents-container {
        position: absolute;
        z-index: 9;
        height: auto;
        width: 18%;
        top: 20%;        /*display: flex;
                        justify-content: start;
                        align-items: center;*/
        background: transparent;
        right: 0;
    }

    #representatives {

        /* position: absolute;*/
        z-index: 9;
        height: auto;        /*    width: 18%;
                                                                                                    bottom: 2%;*/

        /*   display: flex;*/

        /* justify-content: start;
        align-items: start;
        background: transparent;
        right: 1%;*/
    }

    /*  .container,
    .container-md,
    .container-sm {
        min-width: 920px;
    }*/
}

#representatives .rounded-circle {
    height: 30px !important;
    width: 30px !important;
}

#representatives .card {
    background: #848484;
    border-radius: 5px;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

#documents-container .btn {
    display: block;
    width: 100%;
    padding: 10px 4%;
    margin-top: 10px;
    background: #848484;
    border-radius: 5px;
    border: 0;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-size: 11px;
}

#documents-container .btn:hover {
    background: gray;
}

/*@media (min-width: 480px) {

.container,
.container-md,
.container-sm {
    min-width: 920px;
}
}*/

/*.n-zoom {
transform: scale(0.4, 0.4);
}*/

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
}

.position-lg-fixed {
    height: 100vh;
}

#stall_status {
    position: absolute;
    right: 0;
    top: 0;
}

@media(min-width:769px) {
    .stall-platinum {
        background: #ffffffa1;
        position: relative;
        z-index: 999;
        left: 0;
        right: 0;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        z-index: 9999;
    }

    .visit-stall span {
        height: auto;
        width: auto;
        padding: 0;
        margin: 0 0 5px;
        background: transparent;
    }

    #login {
        max-width: 40%;
    }

    .button-panel {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
    }

    .visit-stall {
        margin: 0;
        padding: 5px 10px;
    }

}

@media (max-width:1024px) {
    .form-items {
        padding: 2rem 2rem 0;
        border-radius: 14px;
        position: absolute;
        width: 100%;
        left: 0;
        max-width: 100%;
        top: 50%;
    }

    .slideOutTab {
        top: 30%;
        position: fixed;
        right: 0px;
        cursor: pointer;
        height: 153px;
        width: 40px;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        background: var(--color1);
        border-radius: 15px 0px 0px 15px;
    }

    .slideOutTab div {
        text-align: center;
        position: relative;
        right: 56px;
        top: 64px;
        background: var(--color1);
        width: 150px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        writing-mode: lr-tb;
        color: white;
    }

    .position-lg-fixed,
    #auditorium {
        height: auto;
    }

    #slideOut {
        width: 300px;
    }

    #slideOut {
        right: -300px;
    }

    

    .archive-videos {
        position: absolute;
        width: 18%;
        right: 0;
        top: 10%;
        bottom: 20%;
}
/*    .archive-videos {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    bottom: 20%;
}*/
    .logo {
        max-height: 35px;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 5px;
        z-index: 99;
        display: none;
    }

    .button-panel {
        overflow: auto;
        padding-bottom: 0px;
        justify-content: start;
    }

    .stall img {
        max-height: 40px !important;
        max-width: 100%;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        top: 98%;
    }

    .button-panel [class*="col-"] {
        padding: 0;
    }

    /* .visit-stall img {
        height: 30px;
        margin-bottom: 5px;
    }*/

    /*.visit-stall {
        font-size: 9px;
        font-weight: 400;
        text-transform: none;
    }*/

    #accordionExample .btn-link,
    .btn {
        font-size: 14px;
    }

}

@media (max-width:768px) {
    .archive-videos {
        position: relative;
        left: 0;
        right: 0;
    }
    #accordionExample .btn-link,
    .btn {
        font-size: 12px;
    }

    #documents-container .btn,
    #representatives .card {
        background: #fff;
        color: #333;
        font-size: 13px;
    }

    #documents-container .btn:hover,
    #representatives .card:hover {
        background: wheat;
        color: black;
    }

    #documents-container {
        position: relative;
        z-index: 9;
        height: auto;
        width: 100%;
        top: 5%;
        background: transparent;
        right: 0;
    }

    .form-items {
        background: #ffffffe6 !important;
        border-radius: 14px;
        position: absolute;
        right: 10%;
        top: 50%;
        left: 10%;
        max-width: none;
        width: auto;
        padding: 10%;
        overflow: hidden;
        min-height: 400px;
    }

    .visit-stall {

        /*  width: 100%;
                                                                                                    text-align: left;
                                                                                                    background: #bae5ff;
                                                                                                    border-radius: 2px;
                                                                                                    display: block;*/
        padding: 0.5rem 1rem;        /*  margin-bottom: 10px;*/
        box-shadow: 10px 10px 10px #0000000a;        /* line-height: 20px;
                                                                                                    font-size: 14px;
                                                                                                    font-weight: 600;
                                                                                                    text-transform: none;*/
    }

    /*
    .visit-stall span {
        float: left;
        margin-right: 1rem;
        height: 20px;
        background: none;
        margin-bottom: 0;

    }*/
    .visit-stall:hover span,
    .visit-stall:focus,
    .visit-stall.active {
        color: black;
        background: #ffd223;
    }

    #mrbean,
    #auditorium {
        position: relative;
        height: auto;
    }

}

@media (max-width:480px) {
    .lobby-ad1 img,
.lobby-ad2 img,
.lobby-ad3 img,
.lobby-ad4 img {
    max-height: 5vw;
    width: auto !important;
    margin: 0.5vw auto;
    display: block !important;
    background: white;
    padding: 0.3vw;
    border-radius: 0.2vw;
}

    /*  .slideOutTab {
        display: none !important;
    }

    #slideOut {

        position: relative;
        width: 100%;
    }
    */
    #slideOut {
        right: -100%;
    }

    #slideOut {
        width: 100%;
    }

    .form-items {
        background: #fffffff2;
        padding: 2rem 2rem 0;
        border-radius: 14px;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        max-width: none;
    }

    .navbar-brand {
        position: relative;
    }

    #documents a {
        font-size: 11px;
    }

    .logo {
        max-height: 68px;
        position: absolute;
        top: 0;
        left: 10px;
        margin-bottom: 5px;
        z-index: 99;
    }

    .sub-head {
        font-size: 18px;
    }

    .tab-pane h5 {
        font-size: 14px;
    }

    .text-gray-800 {
        font-size: 14px;
    }

    .stall .text-muted {
        font-size: 12px;
    }

    #stall_status {
        top: -35px;
    }

    .floor-number {
        position: absolute !important;
        left: 0;
        right: 0;
        width: 100%;
    }

    body {
        counter-reset: section;
        padding-top: 40px;
    }

    .loogedin_as .nav-link,
    .user-menu .nav-link {
        border-radius: 0 !important;
        background: none !important;
        width: 100% !important;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: right !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .fixed-top {
        background: white;        /* position: relative;*/
        margin-bottom: 10px;
    }

    .position-lg-fixed {
        height: auto;
        position: relative !important;
    }

    #login-page .h-100 {
        height: auto !important;
    }

    .archive-videos {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        overflow: hidden;
    }

    .archive-videos .h6 {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px !important;
    }

    .archive-videos hr {
        display: none;
    }

    .video {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .button-panel {
        position: relative;
        max-width: 100%;
        margin: 2rem auto 0;
        padding-left: 4%;
        padding-right: 4%;        /* background: url(../images/button-pad.png) no-repeat;*/
        background-size: 100%;
        background-position: bottom center;
    }

}

.orientation {
    display: none;
}

.orientation img {
    max-height: 100px;
    transform: rotate(90deg);
}

/*.fixed-bottom {
text-align: center;
display: none !important;
}*/
@media screen and (orientation:landscape) and (max-width:820px) {
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        z-index: 999;
    }

    .floor-number {
        left: 0;
        top: 14px;
        border-radius: 0 5px 5px 0;
        z-index: 999;
        text-align: center;
        background: #fff;
        padding: 5px;
        width: 45px;
    }

    .visit-stall img {
        height: 15px;
        display: block;
        margin: 0 auto;
    }

    .tooltip {
        display: none !important;
    }

    .visit-stall {

        /*border-radius: 5px;*/
        text-transform: capitalize;
        font-size: 0.5rem;
        display: block;
        color: black;
        padding: 5px;
        overflow: hidden;        /*text-overflow: ellipsis;*/

        /*white-space: nowrap;*/
        text-align: center;
        transition: all linear 0.2s;
        width: 55px;        /*background: #fff;*/
        margin: 2px;
    }

    .fixed-bottom {
        display: none !important
    }

    /* .button-panel {
        overflow: hidden;
    padding-bottom: 0px;
    display: block;
    padding-top: 0px;
    position: relative;

    }*/
    .container,
    .container-sm {
        max-width: 100%;
    }

}

@media screen and (orientation:landscape) and (max-width:900px) {
    #documents-container {
        position: relative;
        z-index: 9;
        height: auto;
        width: 100%;
        top: 5%;
        background: transparent;
        right: 0;
    }

    .visit-stall {
        margin: 0;
        padding: 5px 5px;
    }

    .visit-stall img {
        height: 16px;
    }

    .navbar-nav {
        float: right;
    }

}

@media screen and (orientation:landscape) and (min-width:576px) and (max-width:768px) {
    .button-panel {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
    }

    .visit-stall span {
        height: auto;
        width: auto;
        padding: 0;
        margin: 0 0 5px;
        background: transparent;
    }

    .visit-stall {
        margin: 0;
        padding: 5px 0px;
        box-shadow: none;
    }

}

@media screen and (orientation:portrait) and (max-width:820px) {

    /*  .stall img {
        max-height: 30px !important;
    }
    */
    .button-panel {
        overflow: auto;
        z-index: 2;
        position: relative;
        margin-top: 2rem;
    }

    .orientation {
        position: fixed;
        height: 100%;
        width: 100%;
        display: flex;
        top: 0;
        padding: 10%;
        left: 0;
        z-index: 99999;
        text-align: center;
        background: #ffac0e;
        color: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-prev {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 0%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 25px;
    height: 100px;
    position: absolute;
    top: 0%;
    right: -5px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(2, 3);
    background: white;
    color: black;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

/*.owl-theme .owl-nav {
margin-top: 10px
}*/
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 40px !important;
    margin: 5px;
    background: #D6D6D6 !important;
    cursor: pointer;
    border-radius: 3px;
    height: 50px;
    top: 40%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}