@font-face{
    font-family: 'Segoe';
    src: url('../fonts/segoe/Segoe-UI.woff');
    /*src: url('../fonts/segoe/Segoe-UI-Bold.woff') format('woff'),
         url('../fonts/segoe/Segoe-UI-Italic.woff') format('woff'),
         url('../fonts/segoe/Segoe-UI-Bold-Italic.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
}

.fnt,
.ff-segoe{
    font-family: 'Segoe', sans-serif;
}
 body{
    color: #292929;
    font-family: 'Roboto', sans-serif;
     font-size: 16px;
    background-color: #f2f2f2;
}
 h1, h2, h3, h4, h5, h6{
    font-family: 'Segoe', sans-serif;
    /*font-weight: 600;*/
}
 .notification.icon {
     position: relative;
     /*border-radius: 50%;*/
     padding-top: 8px;
     /*text-align: center;*/
     /*font-size: 16px;*/
     color: #929292;
}
 .notification.icon .notification-number {
     position: absolute;
     right: -6px;
     top:4px;
     z-index: 1;
     background: #e32425;
     /*border: 1px solid #FFF;*/
     border-radius: 50%;
     /*padding-top: 3px;*/
     height: 15px;
     width: 15px;
     /*font-family: sans-serif;*/
     text-align: center;
     font-size: 9px;
     /*font-weight: 200;*/
     line-height: 1.5;
     color: #FFF;
     -webkit-animation: bounce 3s infinite;
     animation: bounce 3s infinite;
}
 @-webkit-keyframes bounce {
     0%, 100%, 20%, 53%, 80% {
         -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -webkit-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    }
     40%, 43% {
         -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -webkit-transform: translate3d(0, -5px, 0);
         -ms-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0);
    }
     70% {
         -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -webkit-transform: translate3d(0, -3px, 0);
         -ms-transform: translate3d(0, -3px, 0);
         transform: translate3d(0, -3px, 0);
    }
     90% {
         -webkit-transform: translate3d(0, -1px, 0);
         -ms-transform: translate3d(0, -1px, 0);
         transform: translate3d(0, -1px, 0);
    }
}

/*CFT lobby custom image*/
.pr_bg_background .blue_bg_text {position: absolute;left: 75.1%; top:30px; width:6%;}  
.pr_bg_background .blue_bg_text p{color:#fff; font-size:13px;text-align: center;}
/*end*/


 .bell{
    left: -4%;
}
.banner-content h2 {
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 100px;
    letter-spacing: 6px;
}
.date-info {
    color: #fff;
    background: black;
    padding: 2px 10px;
}
.date-info ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid;
    letter-spacing: 1.7px;
    
}
.date-info ul li:last-child {
    border: none;
}

.date-info ul {
    margin-bottom: 0px;
}

a.Register-btn {
    font-size: 1rem;
    background: #ff7923;
    padding: 0.5rem 2rem;
    color: #fff;
    font-weight: 400;
    border-radius: 1.25rem;
    text-transform: uppercase;
}

.exhi-home-banner{
    position: relative;
}
.banner-btn {
    text-align: center;
    /*margin: 40px 0px;*/
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 27%;
}

.capexil-iippsf .banner-btn{
    left: 67%;
}

section.page-banner {
    background: linear-gradient(90deg, rgba(209,208,206,0.9528186274509804) 0%, rgba(209,208,206,1) 28%, rgba(0,212,255,0) 100%);
    height: 497px;
    background-size: cover;
}
 .user{
    width: 25px;
     height: 25px;
     border: 1px solid #000;
     display: inline-block;
     border-radius: 50%;
     text-align: center;
}
 .user i{
    font-size: 13px;
}
 .blue-btn {
     background: #073e65;
     color: #fff;
     padding: 4px 25px;
     border-radius: 50px;
     display: inline-block;
     text-transform: uppercase;
     font-size: 14px;
     margin-top: 3px;
}
 .blue-btn:hover{
    background: #ff7800;
     color: #fff;
     text-decoration: none;
}
 .nav-link {
     display: block;
     padding: 0rem 1rem;
     margin-top: 8px;
     color:#000;
    border-right: 1px solid #b9b9b9;
     margin-bottom: 5px;
     font-size: 14px;
}
 .brd-right0{
    border-right:0px;
}
 .mr15{
    margin-left: 15px;
}
 .pl0{
    padding-left:0px;
}
 .cal-wp{
    font-family: 'Segoe', sans-serif;
     position: relative;
    text-align: right;
    padding-left: 0.5rem;
     /*margin-top: 10px;*/
}
 .cal-wp .time{
    font-size: 20px;
     color: #ff7923;
     font-weight: 500;
     /*margin-left: 25%;*/
     display: inline-block;
}
 .cal-wp .date{
    display: inline-block;
     font-size: 19px;
    /*margin-left: 25%;*/
    text-transform: uppercase;
}
 .cal-wp i{
    /*position: absolute;*/
    font-size: 56px;
     /*top: 13%;*/
     float: left;
}
 .mt20{
    margin-top: 20px;
}
 .mb20{
    margin-bottom: 20px;
}
 .nav-ui{
    font-family: 'Segoe', sans-serif;
     font-size: 14px;
     text-transform: uppercase;
     background-color:#4267b2;
}
 .nav-ui a:hover {
     text-decoration: none;
}
 .nav-ui a{
     color: #fff;
     font-weight: 300;
     padding: 10px 13px;
     display: inherit ;
     position: relative;
     text-decoration: none;
     overflow: hidden;
}
 .link-effect:before, .link-effect:after {
     content: '';
     position: absolute;
     transition: all .3s;
     /*left: 0;*/
     margin-left: auto;
     margin-right: auto;
     width: 0%;
     height: 1px;
     background: #fff;
}
 .link-effect:before {
     bottom: 8px;
     right: 100%;
     /*transform: translateX(-100%);*/
}
 .link-effect:after {
     top: 8px;
     left: 100%;
     /*transform: translateX(100%);*/
}
 .link-effect:hover:before, .link-effect:hover:after {
     /*transform: translateX(0);*/
     width: 85%;
     left: 0;
     right: 0;
}
 .search-box {
     position: absolute;
     right: 15px;
     /*background: #2F3640;*/
     height: 100%;
     /*border-radius: 30px;*/
     /*top: 16%;*/
     top: 0px;
}
 .search-btn {
     float: right;
     width: 40px;
     height: 100%;
     /*border-radius: 50%;*/
     background: #ff7923;
     text-align: center;
     text-decoration: none;
     transition: 0.4s;
     padding: 0px 0px !important;
     line-height: 2.5;
}
 .search-txt {
     border:none;
     background:#2F3640;
     outline:none;
     float:left;
     padding:0;
     color: #fff;
     font-size:13px;
     transition : 0.4s;
     /*line-height:33px;*/
     height: 100%;
     width : 0px;
     font-family: 'Roboto', sans-serif;
}
 .search-box:hover > .search-txt {
     width: 160px;
     padding: 0 6px;
}
 .search-box:hover > .search-btn {
     background:#ff7923;
}
 .search-box:hover:before, .search-box:hover:after {
     transform: translateX(0);
}
 .slider {
     width: auto;
     background: #fff;
     padding-top: 20px;
}
 .valid-feedback.feedback-icon, .invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding: 0.6rem 0.8rem;
    background-color: #ff7923;
    top: 0;
    margin-top: 0;
    cursor: pointer;
}
 input#inputSuccess2 {
     border: none;
     border-radius: 0px;
}
 .category-grid figcaption .span-info {
     margin: 0px 2px;
     width: auto;
     background: #4267b2;
     padding: 2px 8px;
     border-radius: 3px;
     font-size: 12px;
     cursor: pointer;
     display: inline-block;
     line-height: 17px;
     color: #fff;
}
 .visitor-info i.fa.fa-users {
     color: #4367b5;
}
 .category-grid .span i.fa.fa-heart {
     color: #4267b2;
}
 .category-grid figcaption h4.title {
     color: #000;
     font-weight: 600;
     text-transform: unset;
}
 .category-grid .top-bar {
     padding: 0px 15px!important;
}
 .category-grid .figure-footer .span {
     background: #e7e9eb!important;
     color: #000;
}
 .valid-feedback.feedback-icon i.fa.fa-search {
     color: #fff;
}
 .category-grid figcaption h4 {
     padding: 0;
}
 .category-grid figcaption p {
     font-size: 14px;
     margin-bottom: 0px;
     color: #292929;
}
 section.visitors {
     padding: 20px 0px;
}
 .visitor-info span {
     color: #4367b5;
}
 section.visitors .search-box-2 {
     /*width: 68%;*/
     /*position: absolute;*/
     right: 16px;
     /*height: 30px;*/
     border-radius: 30px;
}
 .visitor-info h3 {
     font-size: 20px;
     text-transform: uppercase;
     font-weight: 400;
}
 .category-grid figure.figure-ui .img-responsive {
     width: 100%;
}
 .category-grid figcaption.disp {
     padding-top: 0;
}
 .category-grid .figure-footer .span:hover .fa-heart {
     color: #fff;
}
 .figure-ui .figure-footer .span:hover {
     background: orange!important;
     color: #fff!important;
}
 .slider4 .slick-prev:before{
     display:none;
}
 section.category-banner {
    background: url(../images/category-banner.jpg);
    height: 498px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
 .main-slider .slick-prev {
     left: 0px;
     padding: 25px;
     z-index: 9;
     background: #211f1f54;
}
 .main-slider .slick-prev:before {
     content: '\f104';
     font-family: FontAwesome;
     position: relative;
     right: 12px;
}
 .main-slider .slick-next:before {
     content: '\f105';
     font-family: FontAwesome;
     position: relative;
     right: 5px;
}
 .main-slider .slick-next {
     right: 0px;
     padding: 25px;
     z-index: 9;
     background: #211f1f54;
}
 .main-slider .slick-next:before, .main-slider .slick-prev:before {
     font-size: 40px;
     opacity: .75;
     color:#fff!important;
     line-height: 0;
}
 .slider .slick-slide {
}
 .slider .slick-prev:before, .slider .slick-next:before {
     color: #292e3e;
}
 .slider .slick-dots {
     bottom: -30px;
}
/*.slider .slick-slide:nth-child(odd) {
     background: #57C09F;
}
*/
 .slick-next{
    right:0px;
    background: red;
}
.slick-prev{
    left:0px;
    z-index: 9;
     background: red;
}
 .white-bg{
    background-color: #fff;
}
 .gray-bg{
    background-color: #f2f2f2;
}
 .pt20{
    padding-top: 20px;
}
 .pb20{
    padding-bottom: 20px;
}
 .counter{
    background-color:#f2f2f2;
     /*height: 50px;*/
}
 .counter .dsp-int{
    display: inherit;
}
 .counter h4 {
     font-size: 17px;
     font-weight: 400;
     text-transform: uppercase;
     font-family: 'Segoe', sans-serif;
     display: inline-block;
     vertical-align: top;
     padding-top:14px;
}
 .event-name{
    background-color: #fff;
     padding: 10px;
}
 .event-name ul {
    margin:0px;
    padding: 0px;
    display: inline-block;
    margin: 0.5rem 0;

}
 .event-name ul li {
    list-style: none;
     display: inline-block;
    /*padding-left: 18px;*/
    padding: 0 0.25rem;
    margin-bottom: 1rem;
}
 .event-name ul li a {
    color: #4f4f4f;
     font-size: 14px;
     padding: 0.5rem 0.7rem;
     border-radius: 30px;
     transition: all 0.3s;
}
 .event-name ul li a:hover,
 .event-name ul li a.active {
    color: #fff;
    background-color: #ff7923;
     /*text-decoration: line-through;*/
}
 .event-name h3{
    /*display: inline-block;*/
     font-size: 20px;
     text-transform: uppercase;
     font-weight: 400;
    vertical-align: bottom;
     margin-bottom: 0.5rem;
}
 .figure-ui {
     position: relative;
     background: white;
     display: inline-block;
     box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.057);
     -webkit-transition: 0.2s ease-in;
     transition: 0.2s ease-in;
     margin:18px 0;
}
 .figure-ui .top-bar {
     width: calc(100% - 40px);
     position: absolute;
     top: 0;
     left: 0;
     padding: 20px;
     padding-left: 0px;
}
 .figure-ui .top-bar span{
     background: #ff7923;
     color: #fff;
     font-size: 14px;
     padding: 5px 10px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
}
 .figure-ui figcaption{
     padding: 10px;
     display: -webkit-box;
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
}
 .figure-ui figcaption .title, .figure-ui figcaption .date {
     text-transform: uppercase;
     text-align: left;
     font-size: 15px;
     margin: 0px;
     color: #4267b2;
     padding-bottom: 0;
}
 .txt-orng {
    color: #ff7923 !important;
}
 .figure-ui .figure-footer {
     padding: inherit;
     border-top: 1px solid #e5e5e5;
     font-size: 11px;
     color: white;
     text-align: center;
     background: #fff;
     padding: 8px 0px;
}
 .figure-ui .figure-footer .span {
     margin: 0px 2px;
     width: auto;
     background: #4267b2;
     padding: 2px 8px;
     border-radius: 3px;
     cursor: pointer;
     display: inline-block;
     line-height: 17px;
}
 .figure-ui .figure-footer .span:hover {
     background: #ff7923;
}
 .figure-ui:hover {
     -webkit-transition: 0.2s ease-in;
     transition: 0.2s ease-in;
     -webkit-transform: translateY(-10px);
     transform: translateY(-10px);
     box-shadow: 0px 45px 60px 0px rgba(0, 0, 0, 0.087);
}
 figure {
     margin: 0px;
}
 .ad-banner-hrz{
    text-align: center;
    padding: 30px 0px;
}
 .slider4-items{
     background: #fff;
     padding: 40px 0;
     
}
 .slider4-items button.slick-prev.slick-arrow {
     /*top: 25px;*/
}
 .logo-wp{
    /*box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.057);*/
     /*border: 1px solid #f2f2f2;*/
     margin: 15px 20px;
     /*padding: 15px 0px;*/
     text-align: center;
}
.slider-vertical .logo-wp{
    margin: 0;
}
 .title{
    color: #4267b2;
     text-align: center;
     font-size: 35px;
     text-transform: uppercase;
     font-weight: 400;
     margin: 0px;
     padding-bottom: 40px;
}
.title-sm {
     /*text-align: left;*/
     font-size: 24px;
     /*padding: 20px 0px;*/
     /*border-bottom: 1px solid #4267b2;*/
}
.vichar-head-home-img{
    width: 25rem;
    box-shadow: none!important;
}
 .mt40{
    margin-top: 40px;
}
 .sponser-wp{
}
 .bdr-rght{
    border-right:1px solid #dedede;
}
 .sponser-wp h3{
    font-size: 14px;
     text-transform: uppercase;
    font-weight: 600;
     text-align: center;
     /*padding-bottom: 20px;*/
}
 .footer {
    background: #4267b2;
     padding-top: 40px;
    /* fallback for old browsers */
}
 .footer-cta {
     border-bottom: 1px solid #373636;
     text-align:left;
     padding:30px 0px;
}
 .single-cta i {
     color: #fbb72e;
     font-size: 30px;
     float: left;
     margin-top: 8px;
}
 .cta-text {
     padding-left: 15px;
     display: inline-block;
}
 .cta-text h4 {
     color: #fff;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 2px;
}
 .cta-text a, .cta-text span {
     color: #fff;
     font-size: 15px;
}
 .footer-content {
     position: relative;
     z-index: 2;
     text-align:left;
}
 .footer-pattern img {
     position: absolute;
     top: 0;
     left: 0;
     height: 330px;
     background-size: cover;
     background-position: 100% 100%;
}
 .footer-logo {
     margin-bottom: 30px;
}
 .footer-text p {
     margin-bottom: 14px;
     font-size: 14px;
     color: #fff;
     line-height: 24px;
}
 .footer-social-icon span {
     color: #fff;
     display: block;
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 10px;
}
 .footer-social-icon a {
     color: #fff;
     font-size: 16px;
     margin-right: 15px;
}
 .footer-social-icon i {
     height: 40px;
     width: 40px;
     text-align: center;
     line-height: 38px;
     border-radius: 50%;
}
 .facebook-bg{
     background: #3B5998;
}
 .twitter-bg{
     background: #55ACEE;
}
 .google-bg{
     background: #DD4B39;
}
 .footer-widget-heading h3 {
     font-size: 16px;
     font-weight: 400;
     margin-bottom:30px;
     position: relative;
     color: #fff;
     text-transform: uppercase;
}
 .footer-widget-heading h3::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -11px;
     height: 2px;
     width: 50px;
     background: #fff;
}
.footer-widget ul{
    margin-bottom: 0;
}
 .footer-widget ul li {
     display: inline-block;
     /*float: left;*/
     width: 49%;
     margin-bottom:4px;
}
 .footer-widget ul li.full-list{
    width:100%;
}
 .footer-widget ul li a:hover{
     color: #fff;
     text-decoration: none;
}
 .footer-widget ul li a {
     color: #fff;
     text-transform: capitalize;
     font-size: 14px;
     font-weight: 300;
}
 .subscribe-form {
     position: relative;
     overflow: hidden;
}
 .subscribe-form input {
     width: 100%;
     padding: 14px 28px;
     background: #2E2E2E;
     border: 1px solid #2E2E2E;
     color: #fff;
}
 .subscribe-form button {
     position: absolute;
     right: 0;
     background: #fbb72e;
     padding: 13px 20px;
     border: 1px solid #fbb72e;
     top: 0;
}
 .subscribe-form button i {
     color: #fff;
     font-size: 22px;
     transform: rotate(-6deg);
}
 .copyright-area{
     background: #231f20;
     padding: 10px 0;
     margin-top:3%;
     text-align: center;
     
}
 .copyright-text p {
     margin: 0;
     font-size: 13px;
     color: #fff;
}
 .copyright-text p a{
     color: #ff7923;
     text-decoration: none;
}
 .footer-menu li {
     display: inline-block;
     margin-left: 20px;
}
 .footer-menu li:hover a{
     color: #fbb72e;
}
 .footer-menu li a {
     font-size: 14px;
     color: #878787;
}
 .copyright-text{
    text-align: center;
}
/*.slick-next:before, .slick-prev:before{
    display: none;
}
*/
 .slick-slider{
    width: auto;
     margin: auto;
}
/* .slick-slider{
    width: 1000px;
     margin: auto;
}
*/
 .slider4-items .slick-next{
    right: -50px;
    background: url('../images/arow.png');
     height: 80px;
     width: 41px;
}
 .slider4-items .slick-prev {
     left: -50px;
     z-index: 9;
     background: red;
     background: url('../images/arow.png');
     height: 80px;
     width: 41px;
     transform: translate(0,-50%) rotate(180deg);
}
 .exhibition-detail-banner{
    background: url('../images/exhibition-detail-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 498px;
    /*height: 402px;*/
    background-size: cover;
}
 .pr0{
    padding-right: 0px;
}
 .pl0{
    padding-left: 0px;
}
 .gray-brd{
    border: 1px solid #eaeaea;
}
 .slider-vertical .slick-prev:before, .slider-vertical .slick-next:before {
     display: none;
}
 .slider-vertical .slick-prev, .slider-vertical .slick-next {
     width: 0;
     height: 0;
     border-style: solid;
     margin: 10px;
     display: inline-block;
     left: 0;
     right: 0;
     margin: auto;
     z-index: 10;
     cursor: pointer;
}
 .slider-vertical .slick-prev {
     border-width: 0 14px 14px 14px;
     border-color: #000000 transparent;
     top: -30px;
}
 .slider-vertical .slick-next {
     border-width: 14px 14px 0px 14px;
     border-color: #000000 transparent;
     bottom: -30px;
     top: auto;
}
 .slider-vertical .slick-prev.slick-disabled, .slider-vertical .slick-next.slick-disabled {
     opacity: 0.1;
     cursor: default;
}
 .slider-vertical div {
     /*height: 250px;*/
     /*background: #333333;*/
     text-align: center;
     /*font-size: 50px;*/
     color: #ffffff;
}
 .happening-left-part .slider-vertical .slick-slide img {
     display: block;
     width: 100%;
     padding: 4px;
}
 .happening-header {
     text-align: center;
     text-transform: uppercase;
     padding: 10px;
     color: #fff;
     background: #4267b2;
}
 .happening-header h4 {
     font-size: 20px;
     margin: 0px;
}
 .slider-vertical .slick-next:before {
     content: '\f105';
     font-family: FontAwesome;
     position: relative;
}
 .figure-ui-2 {
     position: relative;
     background: white;
     width: 100%;
     display: inline-block;
     box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.057);
     -webkit-transition: 0.2s ease-in;
     transition: 0.2s ease-in;
     margin-bottom: 20px;
}
 .figure-ui-2 .top-bar {
     width: calc(100% - 40px);
     position: absolute;
     top: 0;
     left: 0;
     padding-left: 20px;
     z-index: 1;
}
 .figure-ui-2 figcaption {
     padding: 10px;
     display: -webkit-box;
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
}
 .figure-ui-2 figcaption .title, .figure-ui-2 figcaption .date {
     text-transform: uppercase;
     text-align: left;
     font-size: 15px;
     margin: 0px;
     padding: 0px;
     color: #4267b2;
}
 .figure-ui-2 .figure-footer {
     padding: inherit;
     font-size: 11px;
     color: white;
     text-align: center;
     background: #fff;
}
 .figure-ui-2 .figure-footer .icon-left-box .span {
     margin: 0px 2px;
     width: auto;
     border-radius: 0px;
     cursor: pointer;
     color: #888;
     display: inline-block;
     line-height: 17px;
     border-right: 1px solid #c4c5c5;
     padding-right: 10px;
     font-size: 16px;
     transition: all 0.3s;
}
.figure-ui-2 .figure-footer .icon-left-box .span:last-child{
    border-right: hidden;
}

 figure.figure-ui-2 figcaption.disp {
     font-size: 12px;
     padding: 0px 10px;
}
 .icon-left-box {
     float: left;
}
 .icon-left-box {
     float: left;
     padding: 10px 10px;
}
 .icon-right-box {
     padding: 10px 10px;
     text-align: right;
}
 .icon-right-box .span {
     margin: 0px 2px;
     width: auto;
     border-radius: 0px;
     cursor: pointer;
     color: #888;
     display: inline-block;
     line-height: 17px;
     text-align: right;
     font-size: 16px;
}
.figure-ui-2 .figure-footer .icon-left-box .span:hover,
.figure-ui-2 .figure-footer .icon-right-box .span:hover{
    color: #4267b2;
}
 .proposal-request {
     border: 1px solid #dcdcdc;
     padding: 15px 25px;
     text-align: center;
}
 .proposal-request h4 {
     font-size: 18px;
     font-weight: 400;
}
 .proposal-request i.fa.fa-file-text-o {
     font-size: 50px;
     margin-bottom: 15px;
}
 .user-img img {
     border: 1px solid green;
     padding: 10px;
     border-radius: 50%;
}
 .chat {
     /*padding: 10px 10px;*/
     margin-top: 10px;
     border: 1px solid #dcdcdc;
}
 .chat-detail {
     padding: 5px 5px;
}
 .chat-detail h4 {
     font-size: 18px;
}
 .chat-detail p{
     margin: 0px;
     font-size: 14px;
}
 .chat-detail span {
     font-size: 14px;
}

 .chat-detail i.fa.fa-comments-o {
     color: green;
}
 .chat-heading {
     font-size: 18px;
     text-align: center;
     background: #4267b2;
     margin-bottom: 10px;
     color: #fff;
     padding: 10px;
     text-transform: uppercase;
}
 .user-img {
     text-align: center;
     /*padding-left: 15px;*/
}
 .chat-box:last-child {
     border: none;
}
 .chat-box {
     padding: 20px 0px;
     border-bottom: 1px solid #4267b2;
}
 .chat-box .user-img img {
     border: 1px solid red;
     padding: 10px;
     border-radius: 50%;
}
 .chat-box.busy .chat-detail i.fa.fa-comments-o {
     color: red;
}
 .upcoming-Webinar {
     /*padding: 10px 10px;*/
     margin-top: 10px;
     border: 1px solid #dcdcdc;
}
 .webinar-date-info {
     padding: 10px 6px;
     font-size: 14px;
}
 span.wtime {
     padding-left: 5px;
}
 .w-btn-box a {
     border: 1px solid #4267b2;
     color: #000;
     padding: 4px 20px;
     border-radius: 30px;
     margin-right: 10px;
     text-decoration: none;
}
 a.w-btn.active {
     background: #4267b2;
     color: #fff;
}
 .w-btn-box {
     padding: 8px 0px;
}
 .happening-left-part .slick-list.draggable {
     /*height: 588px!important;*/
}
 .happening-left-part .slider-vertical div{
     background:#fff;
}
 .advertising img {
     width: 100%;
     margin-top: 20px;
}
 .webinar-img img {
     width: 100%;
}
 .slider-5 h2.title {
     text-align: left;
     font-size: 22px;
     padding: 20px 0px;
     border-bottom: 1px solid #4267b2;
}
 .slider-5 {
     padding: 10px 0px;
}
 .slider-5 .slick-slide img {
     display: block;
     width: 100%;
}
 .top-exhibitors-logo {
     padding: 10px 20px;
}
.top-exhibitors-logo-elem{
    border: 1px solid #f2f2f2;
    padding: 1rem;   
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}
 .top-exhibitors-logo img {
     /*width: 100%;*/
    height: 3rem;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ex-hoz-top-exhi .top-exhibitors-logo img {
    height: 4rem;
}
.ex-hoz-top-exhi .top-exhibitors-logo{
    padding: 10px 15px;
}
.ex-hoz-top-exhi .logo-wp{
    margin: 0;
}
section.top-exhibitors .title {
    /*text-align: center;*/
    /*font-size: 38px;*/
    padding: 20px 0px;
}
 .tab-section .tab-content img {
     width: 100%;
}
 .tab-section .tab-pane {
     padding: 0px;
}
 .tab-section .tab-footer {
     padding: 10px 10px;
}
 .tab-section .nav-link active {
     margin: 0;
     color: #313131;
     font-size: 16px;
     border-bottom: 0px;
     position: relative;
     background: transparent;
}
 .tab-section li.nav-item .nav-link {
     background-image: url(../images/tab-bg.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
     text-align: center;
     /*width: 146px;*/
     /*height: 30px;*/
     /*line-height: 2;*/
     margin-bottom: 0;
     padding: 0.3rem 1.75rem;
     border: none;
}
 .tab-section .nav-tabs .nav-link.active {
     border: none;
     background-image: url(../images/tab-active-bg.png);
     color: #fff;
     /*background-size: cover;*/
}
 .tab-section .nav-tabs .nav-link.active {
     border: none;
}
 .tab-section .nav-tabs .nav-link.active{
     background-color: transparent;
}
 .tab-section .tab-content {
     border: 1px solid #dcdcdc;
     padding: 15px 10px;
}
 section.detail-page {
     /*background: #fff;*/
     padding: 50px 0px 30px;
}
 .tab-footer h4 {
     text-align: center;
     border-left: 1px solid red;
}
 .tab-section .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border-color: #fff0;
}
 .tab-footer h4 i {
     color: red;
     font-size: 12px;
     padding-right: 8px;
}
 .oes {
     border-top: 3px solid #dcdcdc;
}
 .product-about-sec {
     background: #4267b2;
     color: #fff;
     padding: 25px 20px;
}
 .product-about-sec h4 {
     font-size: 33px;
}
 .gray-brd .slider-vertical .slick-next {
     border-width: 14px 14px 0px 14px;
     border-color: #ffffff transparent;
}
 .gray-brd button.slick-next.slick-arrow {
     color: #fff;
     background: none!Important;
     position: absolute;
     bottom: -46px;
     z-index: 99999999999999999;
}
 .gray-brd:after {
     position: absolute;
     width: 94.5%;
     height: 58px;
     overflow: hidden;
     bottom: -38px;
     content: '';
     background: #4267b2;
}
 .slider5 .slick-next:before, .slider5 .slick-prev:before{
     display:none;
}
 .slider4,
 .slider5 {
     /*width: 985px;*/
     width: 89%;
}
 .slider-5 button.slick-prev.slick-arrow {
     /*top: 50px;*/
}









/*.chat-box-ui ul li {
    display: inline;
}



.chat-box-ui img {
    width: 40px;
}*/

.bottom-part {
    padding: 15px 0px;
}

.bottom-part {
    background-repeat: no-repeat;
    background-image: url(../images/chatbox-bg.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.happening-left-part .left-part img {
    width: 100%;
}



.happening-left-part .right-part img {
    width: 100%;
}

.help-desk .col {
    padding: 0px;
}

img.happening-img {
    margin-bottom: 20px;
}

section.currently-happening {
    /*padding-top: 50px;*/
}

h2.heading {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 30px 0px;
}

.happening-box img {
    width: 100%;
}

.happening-box {
    background: #fff;
    padding: 0px 20px;
}

.chat-box-ui {
    margin-left: -26px;
}

section.top-exhibitors {
    background: #fff;
}

.chat-box-ui ul {
    margin-bottom: 0px;
}


/*Piyush CSS starts*/
.navbar-toggler:hover,
.navbar-toggler:focus{
    outline: none;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.text-tiny{
    font-size: 90%;
}
.cus-pointer{
    cursor: pointer;
}
.no-decor:hover,
.no-decor:focus{
    text-decoration: none;
}
.h-15rem{
  height: 1.3rem;
}
.ff-roboto{
    font-family: 'Roboto', sans-serif;
}
.p-sticky{
    position: sticky;
}
.fs-italic{
    font-style: italic;
}
.no-underline{
    text-decoration: none!important;
}
.text-underline{
    text-decoration: underline;
}
.text-theme{
    color: #4267b2;
}
.bg-theme{
    background-color: #4267b2;
}
.bg-grey{
    background-color: #f2f2f2;
}
.text-alt-theme{
    color: #ff7923;
}
.bg-alt-theme{
    background-color: #ff7923;
}
.bg-new-grey{
    background-color: #f8f4ef;
}
.text-dbf-logo{
    color: #ef4b25;
}
.bg-dbf-logo{
    background-color: #ef4b25;
}
.text-star{
    /*color: #FF9529;*/
    color: #FDCC0D;
}

.text-dbf-blue{
    color: #285b78;
}
.bg-dbf-blue{
    background-color: #285b78;
}
.text-dbf-alt{
    color: #252E45;
}
.bg-dbf-alt{
    background-color: #252E45;
}
.text-dbf-org{
    color: #ff7922;
}
.bg-dbf-org{
    background-color: #ff7922;
}
.bg-transparent{
    background: transparent;
}
.radius-3{
    border-radius: 6px;
}
.radius-0{
    border-radius: 0;
}
.py-6{
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.pt-25rem{
    padding-top: 2.5rem;
}
.pb-25rem{
    padding-bottom: 2.5rem;
}

.mt-25rem{
    margin-top: 2.5rem;
}
.mb-25rem{
    margin-bottom: 2.5rem;
}

.ex-error {
    border-color: #dc3545;
    /*box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);*/
}

.prag-legends{
    float: left;
    text-align: left;
    position: absolute;
}
.leg-elem{
    font-size: 12px;
}
.leg-elem span{
    width: 10px;
    height: 10px;
    display: inline-block;
}
.leg-avail span{
    background-color: #28a745;
}
.leg-booked span{
    background-color: #dc3545;
}
.leg-select span{
    background-color: #333;
}

.ex-btn{
    /*width: auto;*/
    background-color: #4267b2;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    /*font-size: 14px;*/
    /*display: inline-block;*/
    /*line-height: 17px;*/
}
.ex-btn:hover{
    background-color: #ff7923;
    color: #fff;
}

.ex-btn-outline{
    
    background-color: transparent;
    padding: 5px 15px;
    border-radius: 3px;
    color: #efefef;
    border: 2px solid #efefef;
    
}
.ex-btn-outline:hover{
    background-color: #efefef;
    color: #000;
}

.ex-btn-sm{
    /*width: auto;*/
    background-color: #4267b2;
    padding: 2px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    /*display: inline-block;*/
    /*line-height: 17px;*/
}
.ex-btn-sm:hover{
    background-color: #ff7923;
    color: #fff;
}

.ex-btn-alt{
    background-color: #ff7923;
}
.ex-btn-alt:hover{
    background-color: #4267b2;
}

.prag-btn {
    /*width: 200px;*/
    height: max-content;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 0.75rem 2.25rem;
    /*height: 55px;*/
    text-align:center;
    border: none;
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prag-btn-sm{
    font-size: 14px;
    margin: 10px 0;
    padding: 0.4rem 1.5rem;
    line-height: 1.5;
}

.prag-btn:hover,
.prag-btn-sm:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.prag-btn:focus,
.prag-btn-sm:focus,
.prag-btn-alt:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.prag-btn-alt{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.prag-btn-alt:hover{
    background-position: 0% 0;
}

/*.ex-img-square:after{
    content: '';
    display: block;
    padding-bottom: inherit;
}*/
.hoz-new-exhibitor-img:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.ex-img-square img {
    /*position: absolute;
    object-fit: cover;
    object-position: center;
    width: 74%;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -42%);*/
}

.search-box-2 .typehead{
    width: 100%;
    overflow: hidden;
}

.ex-btn-min-w{
    /*min-width: 5rem;*/
    display: block;
    border-radius: 0;
    padding: 0.35rem 0.7rem;
    text-align: center;
    color: #fff;
    background-color: #ff7923;
    /*text-decoration: none;*/
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}
.ex-btn-min-w:hover,
.ex-btn-min-w:focus{
    color: #fff;
}

.btn-cart{
    background-color: #efefef;
    color: #313131;
}
.btn-cart:hover,
.btn-cart:focus{
    color: #313131;
}

.cart-buy-elem{
    padding: 0.7rem;
}

.ex-cart-btn{
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none!important;
    color: #fff;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.ex-cart-btn span{
    position: absolute;
    right: -0.5rem;
    top: 15%;
    /* transform: translateY(-50%); */
    font-size: 9px;
    background: #073e65;
    font-family: 'Roboto', sans-serif;
    width: 1rem;
    height: 1rem;
    line-height: 1.75;
    border-radius: 50%;
}

.bt-ex-1{
    border-top: 2px solid #4267b2;
}
.bt-ex-1px{
    border-top: 1px solid #dedede;
}
.bl-ex-1{
    border-left: 1px solid #dedede;
}
.br-ex-1{
    border-right: 1px solid #dedede;
}

.ex-word-break{
    word-break: break-all;
}
.ex-ul{}

.ex-ul li{
    position: relative;
    padding-left: 1rem;
}

.ex-ul li:before{
    content: "\f105";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    
    font-family:FontAwesome;
    /*font-size:10px;*/
    position: absolute;
    left: 0rem;
    /*top: 0.2rem;*/
}

.ex-ul.ul-alt li:before{
    color: #ff7922;
}

.prag-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff;
    background-clip: border-box;
    border-radius: 5px;
    border: 1px solid #deebfd;
    margin-bottom: 1.3rem;
    box-shadow: -8px 12px 18px 0 #dadee8;
}
.prag-card-header{
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
}
.prag-card-title {
    font-weight: 700;
    color: #242f48;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.prag-card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.prag-sub-wait{
    opacity: 0.7;
    position: relative;
}
.prag-sub-wait:before{
    content: '';
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 1;
    cursor: not-allowed;
    position: absolute;
}

.exhi-home-title-elem{
    padding-top: 6rem;

}
.exhi-home-title{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
}
.ex-home-ex-title{
    /*margin-bottom: 0;*/
    padding-top: 0!important;
}
.ex-home-ex-title div{
}
.dropdown-menu{
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
.ex-topbar-right-nav .dropdown-menu.show{
    top: 6px!important;
}

.ex-topbar-right-nav .nav-item{
    margin-right: 15px;
}
.ex-topbar-right-nav .nav-item:last-child{
    margin-right: 0;
}

.ex-mid-head .ex-logo-elem{
    align-self: center;
}

.ex-mid-head .ex-logo-elem .ex-logo img{
    /*max-width: 12rem;*/
}

.ex-main-menu .navbar-nav li:first-child a{
    padding-left: 0;
}

.ex-head-ad-sec .ad-banner-hrz{
    padding: 0;
}
.ex-head-ad-sec .ad-banner-hrz img{
    height: auto!important;
}

.ex-home-ex-minar .left-part,
.ex-home-ex-minar .right-part{
    position: relative;
}
.ex-home-ex-minar .left-part .ex-home-ex-minar-title,
.ex-home-ex-minar .right-part .ex-home-ex-minar-title{
    position: absolute;
    top: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    color: #fff;
    font-family: 'Segoe', sans-serif;
    text-transform: uppercase;
}

.ex-home-ex-minar .left-part .ex-home-ex-minar-title{
    background-color: #231f20;
    left: 0;
}

.ex-home-ex-minar .right-part .ex-home-ex-minar-title{
    background-color: #4267b2;
    right: 0;
}
.ex-help-desk{
    position: relative;
}

.ex-help-desk ul{
    margin-bottom: 0;
}

.ex-help-desk ul .ex-help-desk-elem{
    display: inline-block;
    vertical-align: middle;
}

.ex-help-desk ul .ex-help-desk-elem + .ex-help-desk-elem{
    border-right: 1px solid #ccc;
}
.ex-help-desk ul .ex-help-desk-elem:last-child{
    border-right: 0;
}

.ex-help-desk ul .ex-help-desk-elem .ex-help-desk-title{
    padding: 0.2rem 0.5rem;
}

.ex-help-desk-elem .ex-desk{
    padding: 1.5rem 0.3rem;
}

.ex-help-desk-elem .ex-desk-img{
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0.3rem;
}

.ex-help-desk-elem .ex-desk-type{
    display: inline-block;
    font-size: 14px;
}
.ex-help-desk-elem .ex-desk-type span{
    cursor: pointer;
}

.ex-help-desk-elem .ex-desk.ex-desk-busy .ex-desk-img{
    border: 1px solid #fee900;
}
.ex-help-desk-elem .ex-desk.ex-desk-busy{
    color: #fee900;
}

.ex-desk-anim-img{
    position: relative;
}
.ex-desk-anim-img img{
    position: relative;
    z-index: 1;
    border-radius: 50%;
    max-width: 52px;
}
.ex-desk-anim-img:before{
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-animation: ex-pulse 1500ms ease-out infinite;
    animation: ex-pulse 1500ms ease-out infinite;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ex-desk-busy .ex-desk-anim-img:before{
    background-color: #fee900;
}

.ex-key-partners-elem{
    border-right: 1px solid #dedede;
    margin-bottom: 3.5rem;
    padding: 0 0.5rem;
}
.ex-key-partners-elem:last-child{
    border-right: none;
}

.ex-slider-dots-anim {
    padding-bottom: 2rem;
}
.ex-slider-dots-anim .slick-dots{
    margin-bottom: 0;
    bottom: 0;
}
.ex-slider-dots-anim .slick-dots li{
    width: 2rem;
    transition: all 0.3s;
    height: 4px;
}
.ex-slider-dots-anim .slick-dots li.slick-active{
    width: 4rem;
}
.ex-slider-dots-anim .slick-dots li button{
    height: 4px;
    width: 100%;
}
.ex-slider-dots-anim .slick-dots li button:before{
    height: 4px;
    width: 100%;
    line-height: 4px;
    content: "";
    background-color: #d3d3d3;
    opacity: 1;
}
.ex-slider-dots-anim .slick-dots li.slick-active button:before{
    background-color: #4267b2;
}

.ex-slider-nav-anim .slick-next{
    right: 5px;
    background: url('../images/arow.png');
     height: 80px;
     width: 41px;
}
 .ex-slider-nav-anim .slick-prev {
     left: 5px;
     z-index: 9;
     /*background: red;*/
     background: url('../images/arow.png');
     height: 80px;
     width: 41px;
     transform: translate(0,-50%) rotate(180deg);
}
.ex-slider-nav-anim .slick-next:before,
.ex-slider-nav-anim .slick-prev:before{
    display: none;
}

.ex-slider-sm-nav-anim .slick-next,
.ex-slider-sm-nav-anim .slick-prev{
    top: -2.5rem;
    background: transparent;
}
.ex-slider-sm-nav-anim .slick-next{
    right: 5px;
}
.ex-slider-sm-nav-anim .slick-prev{
    left: auto;
    right: 25px;
}
.ex-slider-sm-nav-anim .slick-next:before,
.ex-slider-sm-nav-anim .slick-prev:before{
    font-family: FontAwesome;
    opacity: 1;
    font-weight: 600;
    color: #4267b2;
}
.ex-slider-sm-nav-anim .slick-next:before{
    content: "\f105";
}
.ex-slider-sm-nav-anim .slick-prev:before{
    content: "\f104";    
}


.ex-product-img-back{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    /*width: 70%;*/
}
.ex-product-img-back:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: #4267b2;
}
.ex-product-img-back img{
    position: relative;
}

.ex-pro-price{
    /*text-align: center;*/
}
.ex-pro-price span{
    padding: 0 0.15rem;
}
.ex-new-price{
    color: #ff7923;
    font-size: 1.1rem;
    font-weight: 500;
}
.ex-old-price{
    color: #909090;
    font-size: 0.9rem;
    text-decoration: line-through;
}
.ex-dis-percent{
    font-size: 0.85rem;
    font-style: italic;
    font-weight: 500;
}

.ex-visit-chat-sec{
    position: relative;
    background-color: #fff;
    margin-top: 1.25rem;
}
.ex-visit-chat-title{
    padding: 0.5rem 1rem 0;
    font-weight: 500;
    margin-bottom: 0;
    /*display: flex;
    justify-content: space-between;*/
}

.ex-visit-chat-part{
    max-height: 20rem;
    overflow: hidden;
    overflow-y: auto;
}
.ex-visit-chat-part::-webkit-scrollbar-track
{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.ex-visit-chat-part::-webkit-scrollbar
{
  width: 3px;
  background-color: transparent;
}

.ex-visit-chat-part::-webkit-scrollbar-thumb
{
  background-color: #4267b2;
}

.ex-visit-chat{
    padding: 1rem 0.5rem;
}
.ex-visit-chat-elem{
    position: relative;
    margin-bottom: 1rem;
}
.ex-visit-chat-elem:last-child{
    margin-bottom: 0;
}
.ex-visit-chat-item{}
.ex-visit-chat-img{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.ex-visit-chat-img img{
    border-radius: 50%;
}
.ex-visit-chat-img span{
    position: absolute;
    padding: 0.25rem;
    border-radius: 50%;
    right: 0.25rem;
    line-height: 1;
}
.ex-visit-chat-img.ex-visit-avail span{
    background-color: #28a745;
}
.ex-visit-chat-img.ex-visit-busy span{
    background-color: #dc3545;
}
.ex-align-center{
    align-self: center;
}
.ex-visit-chat-item .ex-chat-panel-trigg{
    color: inherit;
}
.ex-visit-chat-text{
    line-height: 1.3;
}
.ex-visit-chat-text p{
    font-size: 12px;
    font-weight: 500;
}
.ex-visit-chat-text span{
    font-size: 11px;
    color: #777;
}
.ex-visit-chat-del{
    text-align: right;
    line-height: 1.3;
}
.ex-visit-chat-del .ex-visit-date{
    font-size: 10px;
}
.ex-visit-chat-del .ex-visit-status{
    font-size: 10px;
    font-weight: 500;
}
.ex-visit-chat-del .ex-visit-status.stat-done span{
    color: #28a745;
}
.ex-visit-chat-del .ex-visit-status.stat-back span{
    color: #ffc107;
}
.ex-visit-chat-del .ex-visit-status.stat-over span{
    color: #dc3545;
}

.ex-stall-list-img-bg-elem{
    position: relative;
}
.ex-stall-list-img-bg-elem:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.ex-stall-bg-img{}
.ex-stall-list-img-elem{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 6.5rem;
    border: 2px solid #313131;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    /*padding: 0.25rem;*/
}
.ex-stall-list-img-elem:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.ex-stall-list-img-elem img{
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: calc(100% - 8px)!important; 
    height: calc(100% - 8px);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ex-prag-about-sec{
    /*background-image: url('../images/prag-about-bg.jpg');*/
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-top: 2rem;
    margin-bottom: 30px;
}

.ex-prag-about-elem{}
.ex-prag-about-content{}
.ex-prag-about-content h2{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
}
.ex-prag-about-content h5{
    font-size: 1.5rem;
}
.ex-prag-about-content img{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}

.ex-tab-sec{}
.ex-tab-sec ul{
    position: relative;
}
.ex-tab-sec ul li{
    position: relative;
}
.ex-tab-sec ul li:before{
    position: absolute;
    bottom: 0;
    display: none;
}
.ex-tab-sec ul li.active{
    
}
.ex-tab-sec ul li a{
    border: none!important;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
    font-weight: 500;
}
.ex-tab-sec ul li a.active{
    color: #4267b2!important;
}

.tab-activator{
    transition: all 0.3s;
    position: absolute;
    /*display: none;*/
    height: 3px;
    background-color: #ff7923;
    bottom: 0;
}

.ex-tab-pane .logo-wp{
    margin: 15px 0px;
}

.ex-webinar-tab-slider-item img{
    margin-left: auto;
    margin-right: auto;
}
/*.ex-tab-sec ul li.active ~ .tab-activator{
    width: 100%;
}*/

.ex-pro-ad-height{
  height: calc(100% - 20px);
}

.ex-home-ad-slider .logo-wp{
    margin: 0;
}

#search-form .form-group{
    margin-bottom: 0;
}

/*Launch video css starts*/
.prag-promo-video-elem{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.prag-promo-video-elem:after{
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.prag-promo-video-elem iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/*Launch video css ends*/

/*detail page start */

.exhi-product-anim-avatar{
    position: relative;
    height: 100%;
}
.exhi-product-anim-avatar-elem{
    position: absolute;
    right: 10rem;
    bottom: -1.5rem;
}
.exhi-product-anim-avatar-elem img{
    max-width: 15rem;
}

.exhi-detail-visit-slider{
    border: 1px solid #d3d3d3;
    margin-bottom: 1rem;
}
.exhi-detail-visit-slider .slick-next,
.exhi-detail-visit-slider .slick-prev{
    top: 1.4rem;
    background: transparent;
}
.exhi-detail-visit-slider .slick-next{
    right: 5px;
}
.exhi-detail-visit-slider .slick-prev{
    left: auto;
    right: 25px;
}
.exhi-detail-visit-slider .slick-next:before,
.exhi-detail-visit-slider .slick-prev:before{
    font-family: FontAwesome;
    opacity: 1;
}
.exhi-detail-visit-slider .slick-next:before{
    content: "\f105";
}
.exhi-detail-visit-slider .slick-prev:before{
    content: "\f104";    
}
.exhi-detail-visit-title {
    padding: 0.5rem 1rem;
    background: #4267b2;
}
.exhi-detail-visit-title .exhi-detail-visit-head{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.exhi-detail-visit-content{
    padding: 1rem 1rem;
}
.exhi-detail-visit-icon{
    display: inline-block;
    float: left;
    margin-right: 0.7rem;
}
.exhi-detail-visit-icon i{
    font-size: 2.5rem;
}
.exhi-detail-visit-text{
    display: inline-block;
    width: 70%;
}
.exhi-detail-visit-text span{
    display: block;
}
.exhi-detail-visit-text .visit-text-h{
    font-weight: 500;
}
.exhi-detail-visit-text .visit-text-s{
    font-size: 95%;
}

.exhi-product-detail-left-part-links{
    margin: 1.25rem auto;
    background-color: #fff;
    padding: 0.8rem;
    border: 1px solid #d3d3d3;
}
.exhi-product-detail-left-part-links-elem{}
.exhi-product-detail-left-part-links-elem ul{}
.exhi-product-detail-left-part-links-elem li{
    position: relative;
    padding-left: 1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 14px;
}
.exhi-product-detail-left-part-links-elem li:before{
    content: "\f105";
    color: #4267b2;
    font-weight: bold;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    line-height: 1.4;
}
.exhi-product-detail-left-part-links-elem li a{
    color: #292929;
}
.exhi-product-detail-left-part-links-elem li a:hover,
.exhi-product-detail-left-part-links-elem li a:focus,
.exhi-product-detail-left-part-links-elem li a:active{
    color: #4267b2;
}

.exhi-detail-product-multi-slider {
    padding-bottom: 1.5rem;
}
.exhi-detail-product-multi-slider .slick-dots{
    margin-bottom: 0;
    bottom: 0;
}
.exhi-detail-product-multi-slider .slick-dots li{
    width: 2rem;
    transition: all 0.3s;
    height: 4px;
}
.exhi-detail-product-multi-slider .slick-dots li.slick-active{
    width: 4rem;
}
.exhi-detail-product-multi-slider .slick-dots li button{
    height: 4px;
    width: 100%;
}
.exhi-detail-product-multi-slider .slick-dots li button:before{
    height: 4px;
    width: 100%;
    line-height: 4px;
    content: "";
    background-color: #d3d3d3;
    opacity: 1;
}
.exhi-detail-product-multi-slider .slick-dots li.slick-active button:before{
    background-color: #4267b2;
}
.exhi-detail-product-elem-secm{
    padding: 0;
}
.exhi-detail-product-elem{
    padding-left: 0.5rem;
    padding-right: 0.5rem; 
}
.exhi-detail-product-elem .figure-ui-2{
    box-shadow: none;
    border: 1px solid #d3d3d3;
}
.exhi-product-img-elem{
    position: relative;
    padding: 1.5rem;
}
.exhi-product-img-elem .exhi-product-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 224px;
    height: 292px;
	}
.exhi-product-img-elem .exhi-product-img:before{
    /*content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: #4267b2;*/
}
.exhi-product-img-elem img{
    position: relative;
    width: 224px;
    height: 292px;   	
	}
.exhi-detail-product-elem .figure-ui-2 figcaption.disp p{
    min-height: 4.5rem;
	}
.ex-product-detail-read-view,
.ex-product-detail-read-view:hover{
    color: #4267b2;
    font-weight: 500;
    text-decoration: underline;
	}
#exhibitionReadMore .close{
}
#exhibitionReadMore .ex-pro-modal-title{
    color: #4267b2;
    font-size: 1.25rem;
    font-weight: 400;
}
#exhibitionReadMore .ex-pro-modal-desc{
    font-size: 0.9rem;
}

.product-about-sec .icon-right-box .span{
    color: #fff;
}

.ex-detail-desk,
.ex-upcoming-webinar{
    padding: 0 10px;
    margin-bottom: 0;
}

.ex-detail-desk{
    max-height: 22rem;
    overflow: hidden;
    overflow-y: auto;
}
.ex-detail-desk::-webkit-scrollbar-track
{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.ex-detail-desk::-webkit-scrollbar
{
  width: 3px;
  background-color: transparent;
}

.ex-detail-desk::-webkit-scrollbar-thumb
{
  background-color: #4267b2;
}
.ex-detail-desk .ex-help-desk-elem{
    border-bottom: 1px solid #4267b2;
}

.ex-detail-desk .ex-help-desk-elem:last-child{
    border-bottom: 0;
}

.ex-detail-desk .ex-help-desk-elem .ex-desk-img{
    border-color: #28a745;
}

.ex-detail-desk .ex-help-desk-elem .ex-desk-type{
    vertical-align: top;
    color: #292929;
    padding-left: 0.5rem;
}
.ex-detail-desk .ex-help-desk-elem .ex-desk-type p{
    margin-bottom: 0.2rem;
}

.ex-detail-desk .ex-help-desk-elem .ex-desk.ex-desk-busy .ex-desk-img{
    border: 1px solid #dc3545;
}
.ex-detail-desk .ex-help-desk-elem .ex-desk span{
    color: #28a745;
}
.ex-detail-desk .ex-help-desk-elem .ex-desk.ex-desk-busy span{
    color: #dc3545;
}
.ex-detail-desk .ex-desk-anim-img:before{
    background-color: #28a745;
}
.ex-detail-desk .ex-desk-busy .ex-desk-anim-img:before{
    background-color: #dc3545;
}

.review-by-name{
    font-size: 85%;
    font-style: italic;
}

.ex-review-slider .slick-next,
.ex-review-slider .slick-prev,
.ex-multi-review-slider .slick-next,
.ex-multi-review-slider .slick-prev{
    top: -2rem;
    font-weight: 600;
    background: transparent;
}
.ex-review-slider .slick-next,
.ex-multi-review-slider .slick-next{
    right: 5px;
}
.ex-review-slider .slick-prev,
.ex-multi-review-slider .slick-prev{
    left: auto;
    right: 25px;
}
.ex-review-slider .slick-next:before,
.ex-review-slider .slick-prev:before,
.ex-multi-review-slider .slick-next:before,
.ex-multi-review-slider .slick-prev:before{
    font-family: FontAwesome;
    opacity: 1;
}
.ex-review-slider .slick-next:before,
.ex-multi-review-slider .slick-next:before{
    content: "\f105";
}
.ex-review-slider .slick-prev:before,
.ex-multi-review-slider .slick-prev:before{
    content: "\f104";    
}

.exhi-overall-rating-sec{
    align-self: flex-end;
}

.ex-buss-card{
    background-color: #fff;
    padding: 0.8rem;
    border: 1px solid #d3d3d3;
}
.ex-buss-card-elem{}
.ex-buss-card-img{
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
}
.ex-buss-card-img img{
    border-radius: 50%;
    /*border: 1px*/
}

.ex-buss-card-content{
    margin-top: 0.5rem;
}
.ex-buss-card-content-elem{}
.ex-buss-card-content-elem span{
    font-size: 12px;
}
.ex-buss-card-content-elem i{
    font-size: 12px;
}

.ex-buss-card-content-name{}
.ex-buss-card-content-org{}

/*detail page end */

/*Exhibitor list page starts*/

.ex-list-card-col{
    height: 100%;
}
.ex-list-card{
    margin-top: 1rem;
    background-color: #fff;
    padding: 0.8rem;
    border: 1px solid #d3d3d3;
}
.ex-list-card-elem{}
.ex-list-card-img{
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
}
.ex-list-card-img img{
    border-radius: 50%;
    
}

.ex-list-card-content{
    
}
.ex-list-card-content-elem{
    line-height: 1.3;
}
.ex-list-card-content-elem span{
    font-size: 11px;
}
.ex-list-card-content-elem i{
    font-size: 11px;
}

.ex-list-card-content-comp span,
.ex-list-card-content-comp i{
    font-size: 12px;
    color: #4267b2;
    font-weight: 500;
}

.ex-list-card-content-fame{}

.ex-list-card-content-fame span,
.ex-list-card-content-fame i{
    color: #292929;
    font-style: italic;
}

/*.exhi-list-ul{
    margin-top: 1.5rem;
}
.exhi-list-ul li{
    display: inline-block;
    width: 33%;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.exhi-list-ul li a,
.exhi-list-ul li a:hover,
.exhi-list-ul li a:focus{
    color: #4267b2;
    font-weight: 500;
}
.exhi-list-ul li a span{
    color: #292929;
    font-size: 13px;
}*/

/*Exhibitor list page ends*/

/*Category list page starts*/

.ex-cat-img-elem{
    position: relative;
}
.ex-cat-img-over-elem{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.ex-cat-img-over-elem:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);

}
.ex-cat-img-over-elem p{
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    font-size: 2rem;
    padding: 0 1rem;
}

/*Category list page ends*/

/*modal slider css*/

.exhi-slider-nav .slick-prev,
.exhi-slider-nav .slick-next{
    background: transparent;
}
.exhi-slider-nav .slick-prev{
    left: -10px;
}
.exhi-slider-nav .slick-next{
    right: -10px;
}
.exhi-slider-nav .slick-prev:before,
.exhi-slider-nav .slick-next:before{
    color: #4267b2;
}
.exhi-slider-nav-item{
    padding: 1rem 0.3rem;
}

.exhi-modal-slider-parent{
    display: none;
}

/*Image modal*/
.exhi-modal-gallery-slider .exhi-slider-main .exhi-slider-main-item img{
    max-height: 20rem;
    width: auto!important;
    margin-left: auto;
    margin-right: auto;
}
.exhi-modal-gallery-slider .exhi-slider-nav .exhi-slider-nav-item img{
    max-height: 10rem;
    width: auto!important;
    margin-left: auto;
    margin-right: auto;
}
/*Image modal*/

/*video modal*/
.exhi-modal-video-slider .exhi-slider-main .exhi-slider-main-item iframe{
    height: 320px;
}
.exhi-modal-video-slider .exhi-slider-nav .exhi-slider-nav-item{
    position: relative;
}
.exhi-modal-video-slider .exhi-slider-nav .exhi-slider-nav-item iframe{
    height: 100px;
}
.ex-video-thumb-high{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  cursor: pointer;
}
/*video modal*/

/*catelog modal*/

/*catelog modal*/

/*modal slider css*/

/*Pocket css*/
.ex-pocket-login-elem{
    padding: 2.5rem 0;
}
.ex-pocket-login{
    padding: 1rem 1.5rem;
    background-color: #fff;
}
.ex-pocket-login-form{}
.ex-pocket-login-form .help-block.help-block-error{
    color: #dc3545;
    font-size: 12px;
}
.ex-pocket-login-form .col-lg-12 .form-group{
    margin-bottom: 1rem;
}
/*Pocket css*/

/*User Pocket css*/
.exhi-my-pocket {
    /*padding: 1.5rem 0;*/
}
.exhi-pocket-profile-title{
    margin-bottom: 1.5rem;
}

.exhi-pocket-profile-content{
    /*box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    background-color: #fff;*/
    /*padding: 1rem;*/
    margin-bottom: 1.5rem;

}

.exhi-pocket-profile-contact,
.exhi-pocket-profile-other-details{
    /*border-right: 1px solid #f2f2f2;*/
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    background-color: #f4f6f9;
    /*padding: 1rem;*/
    overflow: hidden;
    /*border-radius: 5px;*/
    height: 100%;
}
.exhi-pocket-profile-contact-elem{
    
}


.exhi-pocket-profile-pic{
    text-align: center;
    background-color: #a90e14;
    padding: 1rem;
}
.exhi-pocket-profile-pic-elem{
    position: relative;
    border-radius: 50%;
    width: 5.5rem;
    background-color: #fff;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #fff;

}
.exhi-pocket-profile-pic img{
    border-radius: 50%;
    /*padding: 0.25rem;*/
}

.exhi-pocket-profile-con-text,
.exhi-pocket-profile-other-text{
    padding: 1rem;
}


.exhi-pocket-profile-con-elem p:first-child,
.exhi-pocket-profile-other-elem p:first-child{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
    color: #a90e14;
}
.exhi-pocket-profile-con-elem p:last-child,
.exhi-pocket-profile-other-elem p:last-child{
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.exhi-pocket-profile-con-elem,
.exhi-pocket-profile-other-elem{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0.5rem;
}
.exhi-pocket-profile-con-elem:last-child,
.exhi-pocket-profile-other-text .col-lg-6:last-child .exhi-pocket-profile-other-elem,
.exhi-pocket-profile-other-text .col-lg-6:nth-last-child(2) .exhi-pocket-profile-other-elem{
    margin-bottom: 0;
    border-bottom: none;
}

.exhi-pocket-profile-con-elem:last-child p{
    margin-bottom: 0;
}
.exhi-pocket-profile-other-details{}

.exhi-pocket-profile-other-text{}

.exhi-pocket-profile-other-elem{}

.exhi-pocket-profile-other-elem p:first-child{}
.exhi-pocket-profile-other-elem p:last-child{}


.exhi-pocket-box{}

.exhi-pocket-box-elem{
    background-color: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
.exhi-pocket-box-elem:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);

}

.exhi-pocket-box-img{
    position: relative;
    text-align: center;
    padding: 1.5rem;
    border-bottom: 1px solid #f2f2f2;
}

.exhi-pocket-box-product-img{
    max-width: 100%;
    width: 11rem;
}

.exhi-pocket-box-float-img{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.exhi-pocket-box-exhi-img{
    max-width: 8rem;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*float: left;*/
}

.exhi-pocket-box-stall-img{
    max-width: 2.5rem;
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*float: right;*/
}

.exhi-pocket-box-content{
    /*background-color: #4267b2;*/
}

.exhi-pocket-box-content-detail{
    padding: 1rem;
}

.exhi-pocket-box-content-elem{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0.5rem;
}
.exhi-pocket-box-content-elem:last-child{
    border-bottom: none;
}

.exhi-pocket-box-content-elem p:first-child{
    color: #4267b2;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}
.exhi-pocket-box-content-elem p:last-child{
    /*color: #fff;*/
    font-size: 14px;
    margin-bottom: 0.5rem;

}
.exhi-pocket-box-content-elem:last-child p{
    margin-bottom: 0;
}
.exhi-pocket-box-content-action{
    /*width: 100%;*/
    border-top: 1px solid #f2f2f2;
    padding: 0.5rem 1rem;
}
.exhi-pocket-box-content-action span{
    /*color: #fff;*/
    font-size: 15px;
}

.exhi-pocket-box-view-btn{
    padding: 0.25rem 0.4rem;
    background-color: #4267b2;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.exhi-pocket-box-view-btn:hover,
.exhi-pocket-box-view-btn:active{
    color: #fff;
}

.exhi-pocket-view-slider{}
.exhi-pocket-view-slider-elem{
    padding: 0 1rem;
}

.exhi-pocket-view-slider .slick-next{
    right: -50px;
    background: url('../images/arow.png');
     height: 80px;
     width: 41px;
}
 .exhi-pocket-view-slider .slick-prev {
     left: -50px;
     z-index: 9;
     background: red;
     background: url('../images/arow.png');
     height: 80px;
     width: 41px;
     transform: translate(0,-50%) rotate(180deg);
}

.prag-profile-ex-slide-elem {
    padding-right: 1rem;
}

.ex-rm-pro-wishlist{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #dc3545;
    color: #fff;
    cursor: pointer;
    padding: 0.15rem 0.3rem;
    font-size: 1.5rem;
    line-height: 1;
}

.ex-purchase-history-elem {
    position: relative;
    padding: 0.75rem 1rem;
    background-color: #f2f2f2;
    /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);*/
    margin-bottom: 1rem;
}

.ex-purchase-history-img{}
.ex-purchase-history-img img{
    max-height: 7rem;
}

.ex-purchase-history-title{}
.ex-purchase-history-title p{
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
}


.ex-purchase-history-price span{
    font-weight: 500;
    font-size: 0.9rem;
}

.ex-purchase-history-status > span{
    font-weight: 500;
    font-size: 0.9rem;
}
.ex-purchase-history-summ span{
    color: #909090;
    font-size: 0.85rem;
}
.ex-purchase-history-status .stat-done{
    color: #28a745;
}
.ex-purchase-history-status .stat-back{
    color: #ffc107;
}
.ex-purchase-history-status .stat-over{
    color: #dc3545;
}

.ex-proposal-elem{
    padding: 1rem 1.5rem;
    /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);*/
    /*border-radius: 0.35rem;*/
    margin-bottom: 2rem;
    background-color: #f2f2f2;
}

.ex-proposal-exhi{}
.ex-proposal-exhi h4{}
.ex-proposal-date{
    position: relative;
}
.ex-proposal-date span{
    color: #909090;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}
.ex-proposal-date:after{
    content: '';
    position: absolute;
    bottom: -0.75rem;
    width: 4rem;
    height: 2px;
    background-color: #4267b2;
    left: 0;
}
.ex-proposal-msg{
    margin-top: 1.5rem;
}
.ex-proposal-msg p{
    font-size: 0.9rem;
}

.exhi-pocket-edit-profile-pic-elem{
    position: relative;
    border-radius: 50%;
    width: 10rem;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.exhi-pocket-edit-profile-pic-elem img{
    border-radius: 50%;
}
/*User Pocket css*/

/*Exhi Register css*/
.form-ui1 .form-field {
  position: relative;
  margin: 20px 0;
}
.form-ui1 .input-text,
.form-ui1 .input-textarea {
   display: block;
  width: 100%;
  border-width: 0 0 2px 0;
  border-color: #306f92;
  font-size: 15px;
  font-weight: 400;
  background-color: #285b78;
  color: #fff;
}
.form-ui1 .input-text{
  height: 36px;
  line-height: 26px;
}
.form-ui1 .input-text:focus,
.form-ui1 .input-textarea:focus {
  outline: none;
}
.form-ui1 .input-text:focus + .label, .form-ui1 .input-text.not-empty + .label,
.form-ui1 .input-text:not(:placeholder-shown) + .label {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.form-ui1 .input-textarea:focus + .label, .form-ui1 .input-textarea.not-empty + .label,
.form-ui1 .input-textarea:not(:placeholder-shown) + .label {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
    -moz-transform: translateY(-75px);
}
.form-ui1 .label {
  position: absolute;
  left:0px;
  bottom: 0px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #f2f2f2;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.form-ui1 .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.register-wp{background: #fff;padding: 50px 0px;}


.form-wp {
  background-color: #285b78;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.wave {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: 800px;
  margin-top: -660px;
  margin-left: -400px;
  background: #252E45;
  border-radius: 40%;
  -webkit-animation: shift 20s infinite linear;
          animation: shift 20s infinite linear;
  z-index: 0;
}

@-webkit-keyframes shift {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes shift {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.form-tit {
  display: block;
  position: relative;
  z-index: 1;
  padding: 30px 30px 0;
  text-align: center;
    color: #fff;
}
.form-tit h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-tit h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form-ui1{padding: 0px 30px;}

.pl0{padding-left: 0px;}
.pr0{padding-right: 0px;}
.txt-wp{background-color: #ff7922;height: 100%;color: #fff;font-size: 17px;padding: 35px;}
.txt-wp h1{padding-bottom: 10px;font-size: 30px;}

.txt-wp1{height: 100%;color: #fff;font-size: 17px;}
.txt-wp1 h1{padding-bottom: 10px;font-size: 30px;}

.submit {
    display: inline-block;
    letter-spacing: inherit;
    padding: 8px 48px;
    margin-top: 0px;
    border: 2px solid #efefef;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-weight: 500;
    font-size: 20px;
    background: #efefef;
}
.submit:hover {
  border: 2px solid #efefef;
  background: transparent;
    color: #fff;
}
.align-center{text-align: center;}

.ex-register-cta-sec{
    background-color: #efefef;
}

.ex-register-cta h4{
    font-size: 2.2rem;
}

.ex-register-cta2 h4{
    font-size: 1.3rem;
}

.advSponRegister-form .form-ui1{
    padding: 0;
}

.advSponRegister-form .form-ui1 .input-text,
.advSponRegister-form .form-ui1 .input-textarea{
    background: transparent;
    color: #292929;
    position: relative;
    z-index: 1;
}
.advSponRegister-form .form-ui1 .label{
    color: #292929;
    
}

.ex-val-error{
    color: #ff7922;
    font-size: 13px;
    position: absolute;
    bottom: -1.2rem;
}
.help-block {
    color: #dc3545;
    font-size: 13px;
}

.ex-reg-bann-sec{
    position: relative;
    /*cursor: pointer;*/
}

.ex-reg-bann-inner{
    position: absolute;
    top: 30%;
    left: 35%;
    max-width: 30rem;
    transform: scale(0.85);
}
.ex-reg-bann-text{
    font-weight: 500;
    font-size: 1.5rem;
}

.ex-show-btn{
    /*min-width: 10rem;*/
    border-radius: 0;
    /*border: 1px solid #252E45;*/
    padding: 0.5rem 1.2rem;
    /*background-color: #e7d7ca;*/
    background-color: #ff7922;
    /*color: #313131;*/
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 14px;
}
.ex-show-btn:hover,
.ex-show-btn:focus{
    color: #fff;
    background-color: #252E45;
}

.ex-show-btn-alt{
    color: #fff;
    background-color: #252E45;   
}

.ex-show-btn-alt:hover,
.ex-show-btn-alt:focus{
    background-color: #ff7922;
    color: #fff;
    outline: none;
}

.ex-visit-reg-page-nav{
    position: static!important;
    /*top: 0px!important;*/
}


.ex-visit-reg-form{}
.ex-grey-field{
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    height: calc(2.5rem + 2px);
    background-color: #f2f2f2;
}
.ex-field-anim label {
    /*font-size: 14px;*/
    margin-bottom: 0;
}

.ex-field-anim .ex-grey-field{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #dee2e6;
    height: calc(2rem + 2px);
    padding: 0.3rem 0;
    transition: all 0.3s;
}

textarea.form-control {
    height: auto!important;
    resize: none!important;
}

.ex-visit-reg-form .form-group,
.billing-form-wrap .form-group,
.ex-profile-form .form-group,
.ex-prof-change-pass-form .form-group{
    margin-bottom: 15px;
}

.ex-field-anim{
    display: flex;
    flex-flow: column-reverse;
    align-items: start;
}
.ex-field-anim label, .ex-field-anim .ex-grey-field {
    transition: all 0.2s;
    touch-action: manipulation;
}
.ex-field-anim .ex-grey-field:focus{
    outline: 0;
  /*border-bottom: 1px solid #666;*/
}

.ex-field-anim .ex-grey-field:placeholder-shown + label{
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(1rem, 3rem);
    font-size: 13px;
}


.select2-container--krajee .select2-selection--single { 
	background: #f0d4f6;
    border: none;
    border-radius: 0;
    height: 40px;
    line-height: 30px;
	}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #e0c6e6;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 39px;    
    width: 37px;
	}	
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-weight: 600;
    font-size: 14px;
	}	
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #7500c0;
    color: #fff;
	}	
.select2-container--krajee .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgb(240 212 246 / 17%);
    border-color: #f0d4f6 !important;    
	}	
	
.select2-container--krajee .select2-search--dropdown .select2-search__field {    
    background:#fff;
    border: 1px solid #f0d4f6;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
	}

.custom-control-label::before {
    width: 1.3rem;
    height: 1.3rem;
    }	
	

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
.ex-field-anim .ex-grey-field::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.ex-field-anim .ex-grey-field:focus::-webkit-input-placeholder{
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
 
.ex-field-anim .ex-grey-field:not(:placeholder-shown) + label, 
.ex-field-anim .ex-grey-field:focus + label {
    transform: translate(0, 0);
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 300;
}

.ex-field-anim .ex-grey-field:not(:placeholder-shown),
.ex-field-anim .ex-grey-field:focus{
    border-bottom: 2px solid #4267b2;
    box-shadow: none;
}

.cus-prof-field {
    color: transparent;
    position: relative;
    margin-top: 1rem;
}
.cus-prof-field::-webkit-file-upload-button {
    visibility: hidden;
}
.cus-prof-field::before {
    content: 'Upload Picture (Max. size: 300KB)';
    color: #666;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    /*height: 100%;*/

    background: #f2f2f2;

    outline: none;

    -webkit-user-select: none;
    cursor: pointer;

}
.cus-prof-field:hover::before {

}
.cus-prof-field:active {
    outline: 0;
}
.cus-prof-field:active::before {
    background: #f2f2f2;
}
/*Exhi Register css*/


@-webkit-keyframes ex-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes ex-pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

/*404 Not found*/
#notfound {
  position: relative;
  height: calc(100vh - 52px - 60px);
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Segoe', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}

/*404 not found*/

/*register Thank you page css starts*/
#ex-visit-thank-you {
  position: relative;
  height: calc(100vh - 52px - 60px);
}

#ex-visit-thank-you .ex-visit-thank-you {
  position: absolute;
  /*left: 50%;*/
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ex-visit-thank-you {
  /*max-width: 520px;*/
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.ex-visit-thank-you .ex-visit-thank-you-msg {
  position: relative;
  height: 200px;
}

.ex-visit-thank-you .ex-visit-thank-you-msg h1 {
  font-family: 'Segoe', sans-serif;
  position: absolute;
  /*left: 50%;*/
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 120px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  /*letter-spacing: -10px;*/
  /*margin-left: -20px;*/
}

.ex-visit-thank-you .ex-visit-thank-you-msg h1>span {
  /*text-shadow: -8px 0px 0px #fff;*/
}

.ex-visit-thank-you .ex-visit-thank-you-msg h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.ex-visit-thank-you h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #000;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .ex-visit-thank-you .ex-visit-thank-you-msg {
    height: 200px;
  }
  .ex-visit-thank-you .ex-visit-thank-you-msg h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .ex-visit-thank-you .ex-visit-thank-you-msg {
    height: 162px;
  }
  .ex-visit-thank-you .ex-visit-thank-you-msg h1 {
    font-size: 60px;
    /*height: 30px;*/
    /*line-height: 162px;*/
  }
  .ex-visit-thank-you h2 {
    font-size: 16px;
  }
}

/*register Thank you page css ends*/


/*under construction page css starts*/
#ex-visit-under-construction {
  position: relative;
  height: calc(100vh);
}

#ex-visit-under-construction .ex-visit-under-construction {
  position: absolute;
  /*left: 50%;*/
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ex-visit-under-construction {
  /*max-width: 520px;*/
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.ex-visit-under-construction .ex-visit-under-construction-msg {
  position: relative;
  height: 200px;
}

.ex-visit-under-construction .ex-visit-under-construction-msg h1 {
  font-family: 'Segoe', sans-serif;
  position: absolute;
  /*left: 50%;*/
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 75px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  /*letter-spacing: -10px;*/
  /*margin-left: -20px;*/
}

.ex-visit-under-construction .ex-visit-under-construction-msg h1>span {
  /*text-shadow: -8px 0px 0px #fff;*/
}

.ex-visit-under-construction .ex-visit-under-construction-msg h3 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.ex-visit-under-construction h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #000;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .ex-visit-under-construction .ex-visit-under-construction-msg {
    height: 200px;
  }
  .ex-visit-under-construction .ex-visit-under-construction-msg h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .ex-visit-under-construction .ex-visit-under-construction-msg {
    height: 162px;
  }
  .ex-visit-under-construction .ex-visit-under-construction-msg h1 {
    font-size: 60px;
    /*height: 30px;*/
    /*line-height: 162px;*/
  }
  .ex-visit-under-construction h2 {
    font-size: 16px;
  }
}

/*under construction page css ends*/
/*Schedule page starts*/

/*.ex-timeline {
    padding: 2.5rem 0rem;
  position: relative;

}
.ex-timeline::before {
content: '';
background: #4267b2;
width: 3px;
height: 95%;
position: absolute;
left: 50%;
transform: translateX(-50%);
}

.ex-timeline-item {
  width: 100%;
  margin-bottom: 70px;


}
.ex-timeline-item:nth-child(even) {

}
.ex-timeline-item:nth-child(even) .ex-timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;

}
.ex-timeline-item:nth-child(even) .ex-timeline-content .date {
right: auto;
left: 0;
}

.ex-timeline-item:nth-child(even) .ex-timeline-content::after {
content: '';
position: absolute;
border-style: solid;
width: 0;
height: 0;
top: 30px;
left: -15px;
border-width: 10px 15px 10px 0;
border-color: transparent #f5f5f5 transparent transparent;
}
.ex-timeline-item::after {
content: '';
display: block;
clear: both;
}


.ex-timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);

}
.ex-timeline-content::after {
content: '';
position: absolute;
border-style: solid;
width: 0;
height: 0;
top: 30px;
right: -15px;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #f5f5f5;
}

.ex-timeline-img {
  width: 20px;
  height: 20px;
  background: #ff7923;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -10px;
}

.bnt-more {
  background: #3F51B5;
  color: #FFFFFF;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);

}
.bnt-more:hover, .bnt-more:active, .bnt-more:focus {
background: darken(#3F51B5, 10%);
color: #FFFFFF;
text-decoration: none;
}

.ex-timeline-card {
  padding: 0!important;

}
.ex-timeline-card p {
padding: 0 20px;
}

.ex-timeline-card a {
margin-left: 20px;
}

.ex-timeline-item {
}
.ex-timeline-item .ex-timeline-img-header {
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
  background-size: cover;
}

.ex-timeline-img-header {

  height: 200px;
  position: relative;
  margin-bottom: 20px;

}
.ex-timeline-img-header h2 {
color: #FFFFFF;
position: absolute;
bottom: 5px;
left: 20px;
}

.ex-timeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3F51B5;
  padding: 0 20px;
}

.ex-timeline .date {
  background: #FF4081;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {

  .ex-timeline {

  }
    .ex-timeline::before {
      left: 50px;
    }

    .ex-timeline .ex-timeline-img {
      left: 50px;
    }

    .ex-timeline .ex-timeline-content {
      max-width: 100%;
      width: auto;
      margin-left: 70px;
    }

    .ex-timeline .ex-timeline-item:nth-child(even) .ex-timeline-content {
      float: none;

    }
  .ex-timeline .ex-timeline-item:nth-child(odd) .ex-timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
  
}*/


.ex-schedule-sec{
    margin: 2rem 0;
    padding: 1.5rem 0;
}
.ex-schedule-table-elem{
    margin-bottom: 2rem;
}
.ex-schedule-table-elem:last-child{
    margin-bottom: 0;
}
.exhi-help-page-elem > .row {
    margin: 0;
}

.ex-schedule{}

.ex-schedule-parent{
    border: 1px solid #f2f2f2;
    border-top: none;
    margin-bottom: 1.5rem;
}

.ex-schedule-heading{}
.ex-schedule-heading h2{}

.ex-schedule-heading-elem{
    padding: 0.25rem;
    background-color: #ff7923;
    margin-bottom: 1.5rem;
}
.ex-schedule-heading-item{}
.ex-schedule-heading-item p{
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.ex-schedule-elem{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.ex-schedule-elem:last-child{
    margin-bottom: 0;
    border-bottom: none;
}

.ex-schedule-content{}

.ex-schedule-time{}

.ex-schedule-time-elem{
    text-align: center;
}
.ex-schedule-time-item{
    max-width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    border-radius: 1rem;
    background: #f2f2f2;
    overflow: hidden;
}

.ex-schedule-day{
    margin-bottom: 0;
    padding: 0.4rem;
}

.ex-schedule-date{
    margin-bottom: 0;
    font-size: 2.5rem;
}

.ex-schedule-month{
    margin-bottom: 0;
    padding: 0.4rem;
    background-color: #4267b2;
    color: #fff;
    text-transform: uppercase;
}

.ex-schedule-event-detail{}

.ex-schedule-event-detail-elem{}

.ex-schedule-event-title{}

.ex-schedule-event-content{}
.ex-schedule-event-content p{
    margin-bottom: 0;
    font-size: 0.95rem;
}

.ex-schedule-action{}

.ex-schedule-action-elem{}


.ex-event-cal-table .table {
    /*margin: 0;*/
    /*white-space: nowrap;*/
    background-color: #fff;
}
.ex-event-cal-table .table thead {
    background-color: #ff7923;
}
.ex-event-cal-table .table thead tr th {
    border-color: #ff7923;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}
.ex-event-cal-table .table tbody tr td {
    border: 1px solid #dee2e6;
    border-color: #ccc;
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 13px;
    /*font-weight: 500;*/
    color: #252525;
}
.ex-event-cal-table .table tr .pro-thumb,
.ex-event-cal-table .table tr .pro-price,
.ex-event-cal-table .table tr .pro-qty,
.ex-event-cal-table .table tr .pro-subtotal,
.ex-event-cal-table .table tr .pro-action{
    width: 6rem;
}
.ex-event-cal-table .table .ex-btn-sm{
    font-size: 11px;
}

.ex-event-cal-table .table thead tr th:nth-child(4) {
    width: 12rem;
}

/*Schedule page ends*/

/*Helpdesk page starts*/

.exhi-help-page-elem{}

.exhi-help-page-elem-img,
.exhi-help-page-elem-content{
    padding: 1.5rem;
}
.exhi-help-page-elem-img{
    background-image: url('../images/ex-stall-bg.png');
    background-size: cover;
    background-position: center;
}
.exhi-help-page-elem-img img{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

.prag-hoz-help-desk {
    background-image: url(../images/help-desk/reception.jpg);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.prag-hoz-help-desk-parent{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.name-plate {
    position: relative;
    /*top: 160px;*/
}

.plate {
    position: relative;
} 
.plate-content-box {
    padding: 1.5rem 3rem;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.plate-content-box p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.main-heading {
    /*position: absolute;*/
    /*left: 50%;*/
    text-transform: uppercase;
    text-align: center;
    /*bottom: 15%;*/
    transform: translateY(150%);
}
.main-heading h2 {
    color: #333;
    font-size: 4rem;
    font-weight: 600;
}
.plate-content-box h3{
    color: #a90e14;
    font-weight: 600;
}
.n2 .plate-content-box h3 {
    color: #0e53a9;
}
span.sp1 {
    color: #0e53a9;
}
span.sp2 {
    color: #a90e14;
}

/*Helpdesk page ends*/

/*Vichar page starts*/



.vichar-upcoming-sec{
    position: relative;
}

.vichar-sec-head{
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.vichar-sec-head h2{
    position: relative;
}

.vichar-sec-head:before{
    content: "";
    position: absolute;
    background-image: url(../images/vichar/title-elem.png);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.vichar-upcoming-slider-sec{}

.vichar-upcoming-slider{}

.vichar-upcoming-slide-elem{
    position: relative;
    padding: 2rem 2rem 1rem;
    transition: all 0.5s ease;
}
.vichar-upcoming-slide-elem:hover{
    background-color: #fff;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.05);
}
.vichar-upcoming-slide-content{}

.vichar-upcoming-slide-img{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.vichar-upcoming-slide-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(230,255,175,1) 0%, rgba(40,178,167,1) 100%);
    opacity: 0;
    transition: all 0.5s ease;
}
.vichar-upcoming-slide-elem:hover .vichar-upcoming-slide-img:before{
    opacity: 0.5;
}

.vichar-upcoming-slide-img img{
    border-radius: 50%;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}

.vichar-upcoming-slide-name{
    text-align: center;
    padding: 1rem;
}
.vichar-upcoming-slide-name span{
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 0.15rem;
}
.vichar-upcoming-slide-name span:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #231f20;
    transition: all 0.5s ease;
    width: 0%;
}
.vichar-upcoming-slide-elem:hover .vichar-upcoming-slide-name span:before{
    width: 100%;
}

.white-doted-bg{
    background-image: url(../images/vichar/white-doted-bg.jpg);
    /*height: 593px;*/
    background-size: cover;
    position: relative;
}

.ex-vichar-video-thumb-sec{}
.ex-vichar-video-thumb{
    margin-top: 1rem;
}

.ex-vichar-video-thumb:nth-child(1),
.ex-vichar-video-thumb:nth-child(2){
    margin-top: 0rem;
}

.ex-vichar-video-thumb-elem{
    position: relative;
}

.ex-vichar-video-thumb-over{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.prag-vichar-video-modal{}
.prag-vichar-video-modal .modal-content{
    background-color: transparent;
    border: none;
}
.prag-vichar-video-modal .modal-body{}
.prag-vichar-video-modal .close{
    color: #fff;
    opacity: 1;
    font-weight: 500;
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ff7923;
    position: absolute;
    top: -1rem;
    right: -1rem;
    outline: none;
}

.shap{position: absolute;left: 0;top: 0;max-width: 100px;}
.shap1{top: 15%;}
.shap2{bottom: 0;left: auto;top: 35%;right: 0;margin: auto;}
.ad-banner-left,
.ad-banner-right{
    height: 100%;
    /*background: #a5a5a5;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ad-banner-left{
    background-image: url('../images/vichar/left-ad.png');
}
.ad-banner-right{
    background-image: url('../images/vichar/right-ad.png');
}

/*Vichar page ends*/

/*Webinar page starts*/

.ex-new-webinar-parent{
    padding: 2.5rem 0;
}
.ex-new-webinar-sec{}

.ex-new-webinar-time-elem{}

.ex-new-webinar-time{}

.ex-new-webinar-show-col{
    padding: 0 0.5rem;
}
.ex-new-webinar-show-elem{
    margin-bottom: 1.5rem;
}

.ex-new-webinar-show{}

.ex-new-webinar-show-img{}
.ex-new-webinar-show-img img{}

.ex-new-webinar-show-content{
}

.ex-new-webinar-show-detail{
    background-color: #fff;
    padding: 0.5rem;
    height: 100%;
}

.ex-new-webinar-show-detail p{
    font-size: 12px;
}

.ex-new-webinar-show-action{
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    background-color: #ff7923;
}
.ex-new-webinar-show-action p{
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

/*Webinar page ends*/

/*cart page starts*/

.ex-cart-table .table {
    /*margin: 0;*/
    /*white-space: nowrap;*/
    background-color: #fff;
}
.ex-cart-table .table thead {
    background-color: #ff7923;
}
.ex-cart-table .table thead tr th {
    border-color: #ff7923;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
}
.ex-cart-table .table tbody tr td {
    border: 1px solid #dee2e6;
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 14px;
    /*font-weight: 500;*/
    color: #252525;
}
.ex-cart-table .table tr .pro-thumb,
.ex-cart-table .table tr .pro-price,
.ex-cart-table .table tr .pro-qty,
.ex-cart-table .table tr .pro-subtotal,
.ex-cart-table .table tr .pro-action{
    width: 6rem;
}

.ex-cart-summ-table{}
.ex-cart-summ-table tr{}
.ex-cart-summ-table tr td{
    font-size: 14px;
	text-align: initial;
}
.ex-cart-summ-table tr td + td{
    text-align: right;
    font-weight: 500;
}

/* Checkout Coupon Accordion Start */

.checkout-page-wrapper {
    padding-top: 50px;
    padding-bottom: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        padding-bottom: 50px;
    }
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #ff7922;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #ff7922;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /*margin-left: 10px;*/
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #252525;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    /*border: 1px solid #ccc;*/
    font-size: 14px;
    padding: 0px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    /*padding: 12px 10px;*/
    /*background-color: #f7f7f7;*/
    /*border: 1px solid #ccc;*/
    /*margin-right: 15px;*/
}

.apply-coupon-wrapper .form-group{
    margin-bottom: 0;
}
.order-summary-details {
    position: sticky;
    top: 1rem;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2,
.order-summary-details h2 {
    font-family: 'Roboto', sans-serif;
    color: #252525;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    margin-top: -20px;
}

.order-summary-details h2 {
    /*font-family: 'Roboto', sans-serif;
    color: #252525;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500;*/
}

.ex-order-summ-table {
    background-color: #f7f7f7;
    margin-top: 30px;
}

.ex-order-summ-table .table,
.ex-order-summ-table table {
    color: #252525;
    margin-bottom: 0;
    font-size: 14px;
    /*white-space: nowrap;*/
}
.ex-order-summ-table .table thead{
    background-color: #ff7923;
}
.ex-order-summ-table .table tr th{
    /*border-color: #ff7923;*/
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /*padding: 7px 15px;*/
    text-align: center;
    text-transform: uppercase;
}

.ex-order-summ-table .table tr td,
.ex-order-summ-table .table tr th,
.ex-order-summ-table table tr td,
.ex-order-summ-table table tr th {
    font-weight: 500;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.ex-order-summ-table .pro-action{
    width: 9rem;
}
.custom-control-label{
    font-size: 14px;
}



.ex-nothing {
    text-align: center;
    padding: 6rem 0;
}
.ex-nothing h4{
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.ex-cart-summ{
    position: sticky;
    top: 2.5rem;
}

.ex-coupon-applied-sec{}
.ex-coupon-applied{
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.ex-coupon-applied-elem{}
.ex-coupon-close-elem{}
.ex-coupon-close-elem button{
    color: #dc3545;
    opacity: 1;
    outline: none;
}
/*cart page ends*/

/*Auth css starts*/
.prag-oauth .auth-clients{
    padding: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content;
}
.prag-oauth .auth-clients li{
    padding: 0.5rem 2rem;
    border-radius: 1.75rem;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.prag-oauth .auth-clients li .accenture img{
    max-width: 4.5rem;
}
.prag-oauth .auth-clients li:last-child{
    margin-right: 0;
}
.prag-oauth .prag-oauth-or{
    position: relative;
}
.prag-oauth .prag-oauth-or:before,
.prag-oauth .prag-oauth-or:after{
    content: "";
    width: 5rem;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem;
    opacity: 0.5;
    background: #6c757d;
}
.prag-oauth .prag-oauth-or:before{

}
.prag-oauth .prag-oauth-or:after{
    
}
/*Auth css ends*/

/*Pop form css starts*/

.login-wp {
    position: relative;
    z-index: 20;
    text-align:center;
    /*margin-top:-20px;*/
    
}

.form-ui{text-align:left;}
.form-ui input {
    padding-left: 40px;
}
.form-ui .icon {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: -41px;
    z-index: 2;
    color: #fff;
    padding: 12px 10px;
    border-left: 2px solid #fff;
    border-radius: 5px;
    height: 41px;
}

.form-ui .icon1 {
    
    margin-top: -72px;
    height: 64px;
}
:focus {
    outline: 0;
}
.input-wp {
    width: 100%;
    margin: auto;
    position: relative;
}
.login-wp input[type="text"],
.login-wp input[type="number"],
.login-wp select, .login-wp textarea {
    font: 15px/24px Lato, Arial, sans-serif;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    
    border-radius: 5px;
}
.login-wp select {
    padding-left: 35px !important;
}

.effect-19 {
    border: 1px solid #fff;
    padding: 7px 14px;
    transition: 0.4s;
    background: 0;
}
.effect-19 ~ .focus-border:after,
.effect-19 ~ .focus-border:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.4s;
}
.effect-19 ~ .focus-border:after {
    top: auto;
    bottom: 0;
}
.effect-19 ~ .focus-border i:after,
.effect-19 ~ .focus-border i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: 0.6s;
}
.effect-19 ~ .focus-border i:after {
    left: auto;
    right: 0;
}
.effect-19:focus ~ .focus-border:after,
.effect-19:focus ~ .focus-border:before,
.has-content.effect-19 ~ .focus-border:after,
.has-content.effect-19 ~ .focus-border:before {
    left: 0;
    width: 100%;
    transition: 0.4s;
}
.effect-19:focus ~ .focus-border i:after,
.effect-19:focus ~ .focus-border i:before,
.has-content.effect-19 ~ .focus-border i:after,
.has-content.effect-19 ~ .focus-border i:before {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.effect-19 ~ label {
    position: absolute;
    left: 40px;
    width: 100%;
    top:7px;
    color: #fff;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}

.effect-19:not(:placeholder-shown) ~ label,
.effect-19:focus ~ label,
.has-content.effect-19 ~ label {
    top: -23px;
    left: 0;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}
.login-wp ::placeholder {
    color: #fff !important;
    opacity: 0;
}
.login-wp :-ms-input-placeholder {
    color: #fff !important;
    opacity: 0;
}
.login-wp ::-ms-input-placeholder {
    color: #fff !important;
    opacity: 0;
}
.btn-ui {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
    /*background-image: linear-gradient(#3eaee2, #22489f);*/
    border: 0;
    border-radius: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
    
}
.btn-ui:hover {
    background: 0 0;
    /*color: #202877;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.login-wp .tit {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
}

.slide {
    position: relative;
    height: 45px;
    width: 150px;
    letter-spacing: 2px;
    color: #ff7923;
    border: 2px #ff7923 solid;
    border-radius: 4px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    transition: 80ms ease-in;
    -o-transition: 80ms ease-in;
    -ms-transition: 80ms ease-in;
    -moz-transition: 80ms ease-in;
    -webkit-transition: 80ms ease-in;
}
.slide:after {
    content: "Submit";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 11px;
    text-align: center;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide:before {
    content: "Read it →";
    height: 100%;
    width: 100%;
    position: absolute;
    color: #ff7923;
    top: 11px;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide:hover:before {
    left: 0;
    opacity: 1;
    color: #fff;
}
.slide:hover:after {
    left: 100%;
    opacity: 0;
}
.slide.left:hover {
    background: 0 0;
}
.slide.left:before {
    left: 100%;
    color: #ff7923;
    -webkit-transition: all 425ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide.left:hover:before {
    left: 0;
}

.form-group {
    margin-bottom: 30px;
}

.ex-pop-form{
    position: relative;
}

.form-btn-elem{
  display: none;
  position: fixed;
  top: 50%;
  right: 0px;
  width: 100px;
  height: 0px;
  /* text-align: right; */
  z-index: 999;
  margin-top: -15px;
}
.form-book-btn{
  color: #ffffff;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  white-space: nowrap;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid transparent;
  background: #ff7923;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.form-elem{
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 2;
  text-align:center;
  transition: all 1s;
  background: rgba(0,0,0,0.8);
  /*border-radius: 10px;*/
  padding: 0rem 1.5rem 1.5rem;
}

.form-elem.bye{
  transform: translateY(-50%) translateX(120%);
}
.form-closes{
  position: absolute;
  right: 0%;
  top: 0%;
  background: #ff7923;
  color: #fff;
  /* font-weight: 600; */
  font-size: 1.5rem;
  padding: 0rem 0.7rem;
  /*border-radius: 50%;*/
  z-index: 1;
  cursor: pointer;
}

.form-back{}
.form-shape{}

.form-details{
  /*position: absolute;*/
  /*top: 45%;*/
  /*left: 50%;*/
  /*width: 70%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 1;*/
}

.form-elem .tit {
  /*position: absolute;*/
  text-align: left;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  display: block;
  font-weight: 400;
}


/*Pop form css ends*/

.orange-bg{background-color: #ff7922;}
.blue-bg{background-color:#252E45;}
.txt-wp1 h2 {
    padding-bottom: 10px;
    font-size: 30px;
}
.txt-wp1 hr{background: #fff;}
.txt-wp1 p{padding: 15px 0px;margin-bottom: 0px;padding-top: 0px;}


.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  color: #fff;
  
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius:50px;
  background:#ff7922;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 20px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  width: 15px;
  height: 10px;
}

.cta:hover {
    color: #fff;
    text-decoration: none;
}
.cta:hover:before {
  width: 100%;
  background: #ff7922;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.pt30{padding-top: 30px;}

.ex-register-cta p{font-size: 19px; color: #fff;}
.ex-register-cta p a{font-size: 19px; color: #fff;}
.mt30{margin-top: 30px;}
.bg-white{background: #fff;}

.sub-tit{color: #fff;font-size: 22px; margin:70px 0px 15px 0px;}
.video-wp {background: #f2f2f2; box-shadow: 0px -2px 10px #000;border-radius: 10px;}
.video-wp h3{font-size: 22px;padding: 10px;margin: 0px; text-align:center;}
.video-wp iframe{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}

.prag-speaker-video-sec .container{
    max-width: 95%;
}
.prag-speaker-video-cont {
    overflow: scroll;
    overflow-x: hidden;
    height: 480px;
}
.prag-speaker-video-cont::-webkit-scrollbar-track{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.prag-speaker-video-cont::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}

.prag-speaker-video-cont::-webkit-scrollbar-thumb{
  background-color: #e53d07;
}

.prag-speaker-video-col{
    margin-bottom: 1.5rem;
}

.prag-speaker-video-elem{
    position: relative;
    overflow: hidden;
}
.prag-speaker-video-elem:after{
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.prag-speaker-video-elem iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#award {
    background: #800000 url(../images/award-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
#award .txt-wp1{margin-top: 60px;}
.scroll-wp {height: 400px;overflow-y: scroll;}

.scroll-wp::-webkit-scrollbar {
    width: 1em;
}
 
.scroll-wp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.scroll-wp::-webkit-scrollbar-thumb {
  background-color: #ffba15;
  outline: 1px solid #ffba15;
}
.arena .col-xs-6{width: 50%;}
.pogo-logo{padding-top: 4%;}



#app .push_down {
  margin-bottom: 15px;
  display: none;
}
#app .comment_body {
  font-size: 20px;
  line-height: 1.8;
}
#app .comment_author,
#app .comment_date {
  font-size: 15px;
  font-weight: bold;
}
.arena{background-color: #fff;}
.comment{background: #f2f2f2;padding: 10px;}
#app .row{display: inherit;}
.well{background: #f2f2f2; padding: 8px 10px; border-radius: 5px; box-shadow: 1px 1px 2px #dfdfdf;margin-bottom: 15px;}
#app form{    background: #f2f2f2;padding: 20px;border-radius: 5px;}


.innner-banner {height: 37rem;background-size: cover;position: relative;}
/*.vichar-banner {background-image: url(../images/vichar/vichar-banner.jpg);}*/
.cn-banner{background-image: url(../images/cn-banner.jpg);}
.pogo-banner{background-image: url(../images/pogo-banner.png);}
.arena-banner{
    /*background-image: url(../images/vichar/vichar-banner.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

/*Event wise arena banner starts*/

/*capexil css starts*/
/*.capexil-arena{background-image: url(../events/capexil-iiff/capexil/vichar-banner.jpg);}*/
/*capexil css ends*/

/*Event wise arena banner ends*/

.arena-banner h2{position: absolute;left: 50%; transform: translateX(-50%); top: 10%;color: #fff;font-size: 20px;text-transform: uppercase;width: 100%; text-align: center;}


.video-content {
/*height: 24.5rem;
    position: relative;
    top: 18%;*/
    /*left: 7%;*/
    width: 80%;
    position: relative;
    height: 465px;
    top: 15%;
    margin: auto;
}
.video-content video{width:100%}
.mt50{margin-top: 50px;}
.wp-comment {margin-top: 30px;background: #f2f2f2;padding: 15px;}
#comment-list .media{background: #fff;padding: 10px;padding-bottom: 0px;box-shadow: 2px 2px 5px #c0c0c0;border-radius: 4px;margin-top: 30px;}

.mb30{margin-bottom: 30px;}
.award .video-wp{margin-top: 50px;}

/*.ex-topbar, .ex-main-menu, .ex-mid-head{display: none;}*/


/*thanks*/
.bg-black {background-color: #000;}
.section-overlay {position: fixed;top: 0;height: 100%;min-height: 700px;width: 100%;z-index: -100;}
.overlay-opacity-2 {filter: alpha(opacity=40);opacity: 0.4;}
.radius-wp{background: #deadeb;
    border-radius: 50px;
    padding: 10px;
    width: 40%;
    margin: auto; height: 90px; margin-bottom: 20px;}

.thank-logo{
    padding-top: 30px;
    margin-bottom: 50px;
}
.radius-wp {
    background: #f1e1f5;
    border-radius: 100%;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    width: 100px;
    height: 100px; text-align: center;
    position: absolute;
    top: -56px;
    left: 43%;
}
.pt30{padding-top: 30px;}
.thanks-wp span{font-style: italic;}

.thanks-wp{
    background: #850099;
    padding: 30px 15px;
    /*width: 80%;*/
    margin: auto;
    border-radius: 10px;
    /*text-align: left;*/
    /*padding-top: 55px;*/
    /*margin-bottom: 50px;*/
    /*min-height: 380px;*/
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.prag-thanks-event-logo-elem{
    position: relative;
}
.prag-thanks-event-logo{
    position: absolute;
    left: 51.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*Booth template css starts*/

.ex-booth-bann-slider .slick-list,
.ex-booth-bann-slider .slick-track,
.ex-booth-bann-slider .slick-slide,
.ex-booth-bann-slider .slick-slide div{
    height: 100%;
}
.ex-booth-bann-slider .ex-booth-bann-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.exhi-detail-summ-btns{}
.exhi-detail-summ-btns a{
    margin-right: 0.5rem;
}
.exhi-detail-summ-btns a:last-child{
    margin-right: 0rem;
}

/*Booth template css ends*/

/*Network zone page css starts*/
.prag-net-zone-sec{
    position: relative;
    overflow: hidden;
}
.prag-net-zone-parent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.prag-net-zone{
    padding: 3rem 0;
    background-image: url('../images/network-zone/layer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.prag-net-zone-elem{
    position: relative;
}
.netzone-comm-part{
    margin-bottom: 1rem;
}

.prag-net-zone-elem:before,
.prag-net-zone-elem:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/premium-stall/hanger.png');
    background-repeat: no-repeat;
    background-size: auto 12rem;
    bottom: 99%;

}
.prag-net-zone-elem:before{
    left: 5%;
    background-position: bottom left;
}
.prag-net-zone-elem:after{
    right: 5%;
    background-position: bottom right;
}
.prag-net-zone-item{
    background: #fff;
    padding: 1.25rem;
    max-height: 20rem;
    overflow: hidden;
    overflow-y: auto;
}
.prag-net-zone-comment .prag-net-zone-item::-webkit-scrollbar-track,
.prag-net-zone-chat .ex-visit-chat-part::-webkit-scrollbar-track{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.prag-net-zone-comment .prag-net-zone-item::-webkit-scrollbar,
.prag-net-zone-chat .ex-visit-chat-part::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}

.prag-net-zone-comment .prag-net-zone-item::-webkit-scrollbar-thumb,
.prag-net-zone-chat .ex-visit-chat-part::-webkit-scrollbar-thumb{
  background-color: #e53d07;
}
.prag-net-zone-chat-elem .ex-visit-chat-sec{
    margin-top: 0;
}
.prag-net-zone-chat-elem .ex-visit-chat-title{
    padding-top: 0;
}
.prag-net-zone-chat .prag-net-zone-item{
    padding-left: 0;
    padding-right: 0;
}
.prag-net-zone-chat .ex-visit-chat-text p{
    font-size: 13px;
}
.prag-net-zone-chat .ex-visit-chat-text span{
    font-size: 12px;
}
.prag-net-zone-chat .ex-visit-chat-part{
    max-height: 16rem;
    margin-top: 0.75rem;
}
.prag-net-zone-chat .ex-visit-chat{
    padding: 0.25rem 0.25rem;
}
/*Network zone page css ends*/

/*Schedule meeting css starts*/
.sch-vid-slot-booked,
.sch-vid-slot-avail{
    margin-bottom: 0.75rem;
}
.sch-vid-slot-booked input,
.sch-vid-slot-avail input{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
    transition: all 0.3s;
}
.sch-vid-slot-booked input:hover,
.sch-vid-slot-avail input:hover,
.sch-vid-slot-booked input:focus,
.sch-vid-slot-avail input:focus{
    outline: none;
}

.sch-vid-slot-booked{}
.sch-vid-slot-booked input{
    background-color: #dc3545;
    cursor: not-allowed;
}
.sch-vid-slot-avail{}
.sch-vid-slot-avail input{
    background-color: #28a745;
}
.sch-vid-slot-avail .prag-sch-slot-selected{
    background-color: #333;
}
/*Schedule meeting css ends*/

/*Comments section css starts*/

.prag-comm-parent{
    position: relative;
    margin-top: 1rem;
}
.prag-comm-parent.comm-h{
    overflow: hidden;
    overflow-y: auto;
    max-height: 15rem;
    padding-right: 0.5rem;
}
.prag-comm-parent.comm-h::-webkit-scrollbar-track
{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.prag-comm-parent.comm-h::-webkit-scrollbar
{
  width: 5px;
  background-color: transparent;
}

.prag-comm-parent.comm-h::-webkit-scrollbar-thumb
{
  background-color: #e53d07;
}
.comm-elem:first-child{
    margin-top: 0;
}
.comm-elem{
    padding: 0.25rem 0.5rem;
    background-color: #f2f2f2;
    margin-top: 0.5rem;
}
.comm-body{}
.comm-title{
    font-size: 13px;
    font-weight: 600;
}
.comm-text{
    margin-bottom: 0.25rem;
    font-size: 13px;
}
.comm-date{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.prag-comms-sec{
    display: none;
    opacity: 0;
    transition: all 0.3s;
}
.prag-comms-sec.commtime{
    opacity: 1;
}

.prag-comm-elem {
    border-bottom: 1px solid #e3e8f7;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.prag-comms .prag-comm-item {
    margin: 0 .5rem .5rem 0;
}
.prag-comm-item {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    font-size: 13px;
    font-weight: 500;
    color: #6e7687;
    padding: 0 .75rem;
    border-radius: 1rem;
    background-color: #f5f6fb;
    transition: .3s background;
    overflow: hidden;
}
.prag-comm-item:hover {
    background: #e53d07;
    color: #fff;
}

.prag-comm-item .prag-comm-avatar {
    float: left;
    margin: 0 .5rem 0 -.75rem;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-size: cover!important;
}
.prag-comm-avatar {
    position: relative;
    
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.prag-comm-elem .prag-comm-date {
    margin-left: 10px;
    float: right;
    font-size: 11px;
}
.prag-comm-elem .prag-comm-text{
    font-size: 13px;
    margin-bottom: 0;
}
/*Comments section css ends*/

/*Hoz Exhibitors css starts*/
.hoz-exhibitors-sec{
    padding-top: 3rem;
    position: relative;
    height: 100%;
    padding-bottom: 3.5rem;
    /*background: #d1d2d3;*/
    /*background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);*/
    background-image: linear-gradient(to right, #cccdcf, #dee2e3, #cccdcf);
}
.hoz-exhibitors-sec:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hoz-stall/prem-elements/products-header.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.hoz-exhibitors-sec:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hoz-stall/prem-elements/products-footer.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.hoz-exhibitor-parent{
    position: relative;
    z-index: 1;
}

.hoz-exhibitor-parent input,
.hoz-exhibitor-parent .select2-container--default .select2-search--inline .select2-search__field{
    font-size: 14px;
}
.hoz-exhibitor-parent .select2-dropdown .select2-results__options .select2-results__option{
    font-size: 12px;
}
.hoz-exhibitor-parent .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #ff7923;
}
.hoz-exhibitor-parent .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #ff7923;
    max-width: 100%;
    font-size: 12px;
    white-space: normal;
    color: #fff;
}
.hoz-exhibitor-magic{
    position: inherit;
    padding: 0;
}
.hoz-exhibitors-cont {
    max-height: 71.5vh;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0.75rem;
}
.hoz-exhibitors-cont::-webkit-scrollbar-track{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.hoz-exhibitors-cont::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}

.hoz-exhibitors-cont::-webkit-scrollbar-thumb{
  background-color: #e53d07;
}
.hoz-exhibitor-elem{
    position: relative;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
    /*box-shadow: 0 0 15px rgba(0,0,0,0.8);*/
}
.hoz-exhibitor-elem:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    bottom: 0px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 80%;
    height: 99%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}
/*.prem-product-elem:after{
  content:"";
  position:absolute;
  z-index:-1;
  top:100%;
  bottom:0;
  width:120%;
  height:50px;
  left:-10%;
  right:-10%;
  background:-webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 30%);
  background:radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 30%);
}*/

.hoz-exhibitor-elem.es-elem .hoz-exhibitor-item{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.hoz-exhibitor-elem.es1 .hoz-exhibitor-item{
    background-image: url('../images/exhibitors-stall/es1.png');
    background-color: #a1968f;
}
.hoz-exhibitor-elem.es2 .hoz-exhibitor-item{
    background-image: url('../images/exhibitors-stall/es2.png');
    background-color: #fff3e3;
}
.hoz-exhibitor-elem.es3 .hoz-exhibitor-item{
    background-image: url('../images/exhibitors-stall/es3.png');
    background-color: #808080;
}
.hoz-exhibitor-elem.es4 .hoz-exhibitor-item{
    background-image: url('../images/exhibitors-stall/es4.png');
    background-color: #fbfdfa;
}
.hoz-exhibitor-elem.es5 .hoz-exhibitor-item{
    background-image: url('../images/exhibitors-stall/es5.png');
    background-color: #c1eddf;
}

.hoz-exhibitor-item{
    background: #f3f3f3;
    padding: 1rem 0.25rem 0.25rem;
    text-align: center;
    height: 100%;
    position: relative;
    /*margin-bottom: 0.25rem;*/
    border-color: #888;
    border-top-width: 7px;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 5px;
}

.hoz-exhibitor-img{
    position: relative;
    z-index: 1;
    margin-bottom: 3.75rem;
    overflow: hidden;
    border-radius: 50%;
}
.hoz-exhibitor-img:before{
    /*content: '';
    position: absolute;
    left: 0;
    top: 96%;
    width: 100%;
    height: 100%;
    background-image: url('../../images/hoz-stall/prem-elements/product-stand.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 85% auto;*/

}
.hoz-exhibitor-img:after{
    /*content: '';
    display: block;
    padding-bottom: 75%;*/
}
.hoz-exhibitor-img img{
    position: absolute;
    z-index: 1;
    max-width: 9rem;
    max-height: 11rem;
    object-position: center;
    object-fit: contain;
}
.hoz-exhibitor-content{
    text-align: center;
}
.hoz-exhibitor-content .hoz-exhibitor-name{
    font-size: 14px;
    font-weight: 600;
    /*color: #25a9e1;*/
    color: #fff;
}
.hoz-exhibitor-content .hoz-exhibitor-desc{
    font-size: 11px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0rem;
}
.hoz-exhibitor-proceed-elem{
    /*margin-bottom: 0.5rem;*/
}
.hoz-exhibitor-proceed-elem .hoz-exhibitor-proceed-btn{
    display: block;
    /*color: #b82d44;*/
    color: #fff;
    background-color: transparent;
    transition: all 0.3s;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    font-size: 13px;
}
.hoz-exhibitor-proceed-elem .hoz-exhibitor-proceed-btn:hover,
.hoz-exhibitor-proceed-elem .hoz-exhibitor-proceed-btn:focus,
.hoz-exhibitor-proceed-elem .hoz-exhibitor-proceed-btn:active{
    text-decoration: none;
    background-color: #b82d44;
    color: #fff;
}
/*Hoz Exhibitors css ends*/

/*Hoz new Exhibitors css starts*/
.hoz-new-exhibitors-sec{
    padding-top: 1.5rem;
    position: relative;
    height: 100%;
    padding-bottom: 3.5rem;
    /*background: #d1d2d3;*/
    /*background-image: -ms-linear-gradient( 40deg, rgb(254,193,16) 0%, rgb(251,210,20) 100%);*/
    /*background-image: linear-gradient(to right, #cccdcf, #dee2e3, #cccdcf);*/
    background-image: url('../images/hoz-event/exhibitor-list/exhibitor-list.jpg');
    background-repeat: no-repeat;
    background-position: -2.5vw center;
    background-size: cover;
}
.hoz-new-exhibitors-sec:before{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hoz-event/exhibitor-list/form-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 70%;
}
.hoz-new-exhibitors-sec:after{
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hoz-event/exhibior-list.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.hoz-new-exhibitor-parent{
    position: relative;
    z-index: 1;
    height: 100%
}
.hoz-new-exhibitor-parent .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hoz-new-exhibitor-parent input,
.hoz-new-exhibitor-parent .select2-container--default .select2-search--inline .select2-search__field{
    font-size: 14px;
}
.hoz-new-exhibitor-parent .select2-dropdown .select2-results__options .select2-results__option{
    font-size: 12px;
}
.hoz-new-exhibitor-parent .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #ff7923;
}
.hoz-new-exhibitor-parent .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #ff7923;
    max-width: 100%;
    font-size: 12px;
    white-space: normal;
    color: #fff;
}
.hoz-new-exhibitor-parent .select2-container--default .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 0;
}

.hoz-new-exhibitor-magic{
    position: inherit;
    padding: 0;
}
.hoz-new-exhibitors-cont {
    max-height: 78vh;
    overflow: hidden;
    overflow-y: auto;
    /*margin-top: 0.75rem;*/
    padding-top: 0.5rem;
    margin-top:5%;
}
.hoz-new-exhibitors-cont::-webkit-scrollbar-track{
  border: 1px solid #cccccc;
  background-color: transparent;
}

.hoz-new-exhibitors-cont::-webkit-scrollbar{
  width: 5px;
  background-color: transparent;
}

.hoz-new-exhibitors-cont::-webkit-scrollbar-thumb{
  background-color: #e53d07;
}
.hoz-new-exhibitor-elem-col{
    padding: 0 20px;
}
.hoz-new-exhibitor-elem{
    position: relative;
    margin-bottom: 0.5rem;
    height: calc(100% - 0.5rem);
    /*height: 100%;*/
    /*box-shadow: 0 0 15px rgba(0,0,0,0.8);*/
}
.hoz-new-exhibitor-elem:after{
    content:"";
    
    /*position:absolute;
    z-index:-1;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
    bottom: 0px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 80%;
    height: 99%;
    -moz-border-radius: 25%;
    border-radius: 25%;*/

    display: block;
    padding-bottom: 65%;
    /*position: absolute;*/
}


.hoz-new-exhibitor-elem.es-elem .hoz-new-exhibitor-item{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.hoz-new-exhibitor-elem.eb1 .hoz-new-exhibitor-item{
    background-image: url('../images/hoz-event/exhibitor-list/eb1.png');
    /*background-color: #a1968f;*/
}
.hoz-new-exhibitor-elem.eb2 .hoz-new-exhibitor-item{
    background-image: url('../images/hoz-event/exhibitor-list/eb2.png');
    /*background-color: #fff3e3;*/
}

.hoz-new-exhibitor-mm-s-elem{
    position: absolute;
    right: 0.5rem;
    top: -0.5rem;
    z-index: 1;
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    color: #fff;
    font-size: 12px;
    width: 2rem;
    border-radius: 50%;
    overflow: hidden;
}
.hoz-new-exhibitor-mm-s-elem:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.hoz-new-exhibitor-mm-score{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hoz-new-exhibitor-item{
    /*background: #f3f3f3;*/
    /*padding: 1rem 0.25rem 0.25rem;*/
    text-align: center;
    height: 100%;
    position: absolute;
    width: 100%;
    /*margin-bottom: 0.25rem;*/
    /*border-color: #888;*/
    /*border-top-width: 7px;*/
    /*border-style: solid;*/
    /*border-left-width: 2px;*/
    /*border-right-width: 2px;*/
    /*border-bottom-width: 5px;*/
}

.hoz-new-exhibitor-img-col{
    flex-basis: 16%;
    max-width: 16%;
}
.hoz-new-exhibitor-img{
    position: relative;
    z-index: 1;
    margin-top: 2.25rem;
    margin-bottom: 0.25rem;
    border: 2px solid #4a4a4a;
    overflow: hidden;
    /*border-radius: 50%;*/
}
.hoz-new-exhibitor-elem.eb1 .hoz-new-exhibitor-img{
    margin-top: 1rem;
}

.hoz-new-exhibitor-img:before{
    /*content: '';
    position: absolute;
    left: 0;
    top: 96%;
    width: 100%;
    height: 100%;
    background-image: url('../../images/hoz-stall/prem-elements/product-stand.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 85% auto;*/

}
.hoz-new-exhibitor-img:after{
    /*content: '';
    display: block;
    padding-bottom: 75%;*/
}
.hoz-new-exhibitor-img img{
    position: absolute;
    z-index: 1;
    max-width: 100%;
    max-height: 11rem;
    object-position: center;
    object-fit: cover;
    left: 0;
}
.hoz-new-exhibitor-content{
    text-align: center;
}
.hoz-new-exhibitor-content .hoz-new-exhibitor-name {
    font-size: 16px;
    font-weight: 600;
	color: #0f2d4d;
}
.cft-categoryList .hoz-new-exhibitor-content .hoz-new-exhibitor-name{margin-top: 50%;}

.hoz-new-exhibitor-content .hoz-new-exhibitor-desc{
    font-size: 11px;
    color: #fff;
    font-style: italic;
    margin-bottom: 0rem;
}
.hoz-new-exhibitor-proceed-elem{
    /*margin-bottom: 0.5rem;*/
}
.hoz-new-exhibitor-proceed-elem .hoz-new-exhibitor-proceed-btn{
    display: block;
    /*color: #b82d44;*/
    color: #fff;
    background-color: transparent;
    transition: all 0.3s;
    padding: 0.25rem 0.5rem;
    font-weight: 500;
    font-size: 13px;
}
.hoz-new-exhibitor-proceed-elem .hoz-new-exhibitor-proceed-btn:hover,
.hoz-new-exhibitor-proceed-elem .hoz-new-exhibitor-proceed-btn:focus,
.hoz-new-exhibitor-proceed-elem .hoz-new-exhibitor-proceed-btn:active{
    text-decoration: none;
    background-color: #b82d44;
    color: #fff;
}
/*Hoz new Exhibitors css ends*/

/*Login banner css starts*/
.log-regis-banner-elem{
    position: relative;
}
.log-regis-banner-btns{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    padding-top: 2rem;
    text-align: center;
}
.log-regis-banner-btns a{
    margin: auto 0.25rem;
}
/*Login banner css ends*/

/*Visitor filter popup css starts*/
.prag-vis-filter .select2-container--default .select2-search--inline .select2-search__field::placeholder,
.prag-vis-filter .select2-container--default .select2-search--inline .select2-search__field,
.prag-vis-filter .select2-container-multi .select2-choices .select2-search-field input::placeholder,
.prag-vis-filter .select2-container-multi .select2-choices .select2-search-field input{
    /*color: #fff;*/
}
/*.capexil-reg-form .ex-grey-field:focus::placeholder,
.capexil-reg-form .ex-grey-field:focus{
    color: #495057;
}*/

.prag-vis-filter .select2-dropdown{
    /*min-width: 30rem;*/
}

.prag-vis-filter .select2-container--default .select2-selection--multiple,
.prag-vis-filter .select2-container-multi .select2-choices{
    border-radius: 0;
    /*padding: 0.5rem 0.75rem;*/
    /*font-size: 13px;*/
    max-height: calc(8rem + 2px);
    overflow: hidden;
    overflow-y: auto;
}
.prag-vis-filter .select2-container--default .select2-search--inline .select2-search__field{
    /*margin-top: 0;*/
}

.prag-vis-filter .select2-container--default .select2-search--inline .select2-search__field,
.prag-vis-filter .select2-dropdown .select2-results__options .select2-results__option,
/*.select2-container-multi .select2-choices .select2-search-field input,*/
.prag-vis-filter .select2-results .select2-result-label{
    font-size: 12px;
}
.prag-vis-filter .select2-container--default .select2-results__option--highlighted[aria-selected],
.prag-vis-filter .select2-results .select2-highlighted{
    background-color: #ff7922;
}
.prag-vis-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.prag-vis-filter .select2-container-multi .select2-choices .select2-search-choice{
    background-color: #252e45;
    max-width: 100%;
    font-size: 11px;
    white-space: normal;
    color: #fff;
}
/*Visitor filter popup css ends*/

/*zoom popup css starts*/

.prag-zoom-img-trigg{
    cursor: pointer;
    position: relative;
}
.prag-zoom-img-trigg-anim{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.prag-zoom-img-trigg:hover .prag-zoom-img-trigg-anim{
    opacity: 1;
    visibility: visible;
}
.prag-zoom-img-trigg-anim:before{
    content:"\f00e";
    font-family: FontAwesome;
    color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prag-zoom-img-pop .modal-dialog{
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.prag-zoom-img-pop .modal-content{
  background-color: transparent;
  border: none;
}
.prag-zoom-img-pop .modal-body{
  padding: 0;
}
.prag-zoom-img-pop .prag-zoom-img-pop-elem{
    max-height: 65vh;
}
.prag-zoom-img-pop-elem .prag-zoom-img-pop-src{
    max-height: inherit;
}
/*.prag-zoom-img-pop .modal-body{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.prag-zoom-img-pop .modal-body:after{
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.prag-zoom-img-pop .modal-body iframe{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/
.prag-zoom-img-pop .close{
  color: #fff;
  opacity: 1;
  font-weight: 500;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #a90e14;
  position: absolute;
  top: -2rem;
  right: -2rem;
  opacity: 1!important;
}
.prag-zoom-img-pop .close:hover,
.prag-zoom-img-pop .close:focus{
  outline: none;
  color: #fff!important;
}
/*zoom popup css ends*/

/*Hoz menu css starts*/

.prag-hoz-event-menu-sec{
    position: fixed;
    z-index: 9999999;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
}
.prag-hoz-event-menu-sec .navbar{
    padding-top: 0;
    padding-bottom: 0;
}
.prag-hoz-event-menu-sec .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.prag-hoz-event-menu-sec .navbar-brand img {
    max-height: 50px;
}
.prag-event-menu-nav{}

.prag-event-menu-nav ul{}
.prag-event-menu-nav ul li{
    /*padding: 0.75rem 0;*/
    transition: all 0.3s;
}
.prag-event-menu-nav ul li:hover,
.prag-event-menu-nav ul li.menu-inv{
    background-color: #a90e14;
}
.prag-event-menu-nav ul li > a{
    padding: 0.75rem;
    color: #fff;
    text-transform: initial;
    font-weight: 400;
    display: block;
}
.prag-event-menu-nav ul li > a:hover,
.prag-event-menu-nav ul li > a:focus{
    text-decoration: none;
}
/*Hoz menu css ends*/

/*Hoz layout css starts*/

html.prag-hoz-layout,
.prag-hoz-layout body{
    margin: 0;
    overflow: hidden;
}

html.prag-hoz-layout,
.prag-hoz-layout body,
.prag-hoz-layout .wrap,
.prag-hoz-layout .site-exhibition,
.hoz-premium-stall{
    height: 100%;
    width: 100%;
}

.prag-hoz-layout #no-portrait-msg{ 
  display: none; 
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/no-portrait.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pragRotateTogg{
    display: none;
}

/*Hoz layout css ends*/

/*Piyush CSS ends */
.btn-group-ui{background-color: #fff; width: 100%;}
.list-btn-ui {
    width: 100%;
    color: #7d7d7d;
    font-size: 14px;
}
.btn-group-ui .dropdown-menu > li {
    display: block;
    float: initial;
    padding-bottom: 4px;
    padding-left: 10px;
}
.btn-group-ui .dropdown-menu > li a{color: #797070;}
.dropdown-menu{width: 100%;top: 99%;}


#headerDropdown .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: inline-block !important;
}
.input-group-append {
    margin-left: -1px;
    float: left;
    width: 15%;
}

ex-order-summ-table .table tr td, .ex-order-summ-table .table tr th, .ex-order-summ-table table tr td, .ex-order-summ-table table tr th {
    font-weight: 500;
    vertical-align: middle;
    padding: 5px 10px;
    border-width: 1px;
}

.test{
    display: inline-block;
    position: relative;
    left: 20px;
    bottom:22px;
    /* background-color: red; */
}

.age-categories{
    margin: 0 !important;
}



.order_list p {
    font-size: 16px;
	}


.thankyou_title{
	margin:0 0 30px;
	}
.thankyou_title h1{
	font-family: "GraphikBold";
    font-size: 34px;
    text-align: center;
	}
	
.order-detail h4 {
    color: #7500c0;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px;
    font-family: "GraphikBold";
}
.order-detail .billing-address {
    background: #fdf8fc;
    padding: 25px;    
	margin-bottom:30px;
	border: #fde9fb dashed 2px;
	}
.order-detail .billing-address h5 {
    margin: 0 0 15px;
    font-size: 20px;
    color: #7500c0;
	}	
.order-detail .billing-address p {
    margin:0 0 0 3px;
    font-size: 14px;
	}
.prag-stall-logo img{width: 100px !important;}
.prag-box-top{padding-top: 50px;}
.prag-stall-logo{width: fit-content !important;}
