@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
html {
    font-size: 100%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.for-font {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/* header css start */

.expo-brand {
    padding: 12px 0;
}

.expo-nav {
    background: rgba(0, 0, 0, .6);
    padding: 0;
    position: relative;
    z-index: 5;
}

.expo-nav .navbar {
    padding: 0;
}

.expo-nav .navbar-expand-lg .navbar-nav a.nav-link {
    color: #fff;
    font-size: 13px;
    padding: 0 20px;
}

.expo-nav .navbar-expand-lg .navbar-nav a.nav-link:hover,
.expo-nav .navbar-expand-lg .navbar-nav a.nav-link.active,
.expo-nav .navbar-expand-lg .navbar-nav .expo-login a.nav-link {
    color: #FDDB00;
}

.expo-nav .navbar-expand-lg .navbar-nav a.nav-link.active,
.expo-nav .navbar-expand-lg .navbar-nav .expo-login a.nav-link {
    font-weight: 700;
}

.expo-nav .navbar-expand-lg .navbar-nav .expo-login a.nav-link img {
    margin-right: 8px;
}

.expo-nav .navbar-expand-lg .navbar-nav .expo-login+.dropdown .dropdown-toggle::after {
    content: '\f078';
    font-family: 'FontAwesome';
    border: none;
    margin: 0 0 0 3px;
    vertical-align: inherit;
    width: 15px;
}


/* header css close */


/* footer css start */

footer.expo-footer {
    background: #142137;
    color: #77849B;
    padding: 50px 0 0;
}

.expo-footer-head {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px;
    margin: 0;
}

footer.expo-footer p {
    line-height: 22px;
}

footer.expo-footer p+p {
    margin: 27px 0 0;
}

footer.expo-footer p i {
    font-size: 16px;
    margin-top: 3px;
}

footer.expo-footer p span {
    font-size: 13px;
    padding-left: 10px;
}

.expo-footer-link li a {
    font-size: 13px;
    color: #77849B;
}

.expo-footer-link li+li {
    margin-top: 7px;
}

.expo-footer-link.expo-quick-link li+li {
    margin-top: 27px;
}

.expo-social-link li {
    display: inline-block;
    margin-right: 7px;
}

.expo-social-link li a {
    width: 25px;
    text-align: center;
    height: 25px;
    background: #77849B;
    color: #142137;
    display: inline-block;
    border-radius: 50%;
    padding: 2px 0 0 0;
    font-size: 15px;
}

/*.expo-footer-input .form-control,
.expo-footer-input .btn.btn-outline-secondary {
    background: #101C31;
    height: 50px;
    border: 1px solid #2E394A;
    border-radius: 40px;
    font-size: 13px;
}*/

.expo-footer-input .form-control {
    background: #101C31;
    height: 50px;    
    border-radius: 40px;
    font-size: 13px;
}

.expo-footer-input .btn.btn-outline-secondary {
    background: #101C31;
    height: 50px;
    border: 1px solid #2E394A;
    border-radius: 40px;
    font-size: 13px;
}

.expo-footer-input .btn.btn-outline-secondary {
    min-width: 76px;
    height: 50px;
    margin-left: 15px;
    font-size: 16px;
}

.expo-social-link {
    margin-bottom: 40px;
}

.expo-social-link+.expo-footer-head {
    padding-bottom: 15px;
}

.expo-copyright-wrap {
    background: #101C31;
    padding: 20px 0;
    margin-top: 50px;
}

.expo-copyright-wrap p {
    margin: 0;
    font-size: 13px;
}


/* footer css close */


/* top carousel css start */

.expo-carousel {
    background: url('../images/top-carousel-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
    margin-top: -80px;
    position: relative;
    padding: 0 70px;
}

.expo-carousel .carousel-inner,
.expo-carousel .carousel-item {
    height: 100%;
}

.expo-carousel .carousel-caption {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    bottom: inherit;
}

.expo-carousel::before,
.expo-exhibitin-banner::before,
.expo-accessories-banner::before,
.expo-accessories-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.expo-carousel .carousel-item h3 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 700;
}

.expo-carousel .carousel-item p {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 15px 0;
}

.expo-carousel .carousel-item p:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 86px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FDDB00;
}

.expo-carousel .carousel-control-next,
.expo-carousel .carousel-control-prev {
    width: 60px;
    opacity: 1;
}

.expo-carousel .carousel-control-prev-icon:hover {
    transform: rotate(0deg);
}

.expo-register-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
}

.expo-register-btn a {
    background: #4E75BC;
    font-size: 14px;
    font-weight: 700;
    border: none;
    width: 150px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 15px 0;
    margin: 0 10px;
    text-decoration: none;
    border: 1px solid #4E75BC;
    ;
}

.expo-register-btn a i {
    margin-right: 10px;
}

.expo-register-btn a+a {
    border-color: #fff;
    background: transparent;
    display: none;
}

.expo-video-btn,
.expo-video-btn:hover {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 240px;
    height: 135px;
    background: url('../images/video-img.jpg') center center no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.expo-video-btn span {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    text-align: center;
    padding: 7px 0 0;
    font-size: 18px;
}

.expo-video-btn img {
    float: right;
    padding: 10px;
}

.expo-down-arrow,
.expo-down-arrow:hover {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}


/* top carousel css close */


/* expo exhibition slider css */

.expo-exhibition,
.expo-gallery,
.expo-poweredby,
.expo-country-list,
.expo-total-exhibitions,
.expo-partner,
.expo-participants,
.expo-watch,
.visit-expo,
.expo-product-profile {
    padding: 100px 0;
}

.expo-common-head {
    font-size: 32px;
    color: #333;
    font-weight: 700;
}

.expo-common-subhead {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}

.expo-common-subhead:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 86px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #4E75BC;
}

.expo-exhibition .owl-carousel .owl-item figure {
    height: 205px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
}

.expo-exhibition .owl-carousel .owl-item figure span {
    width: 110px;
    height: 32px;
    display: inline-block;
    background: rgba(253, 219, 0, .8);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 0 0 16px 16px;
    vertical-align: top;
    padding: 5px 0 0;
    position: relative;
}

.expo-exhibition .owl-carousel .owl-item {
    box-shadow: 2px 2px 10px #e5e5e5;
    background: #fff;
    margin-bottom: 25px;
}

    .expo-exhibition .owl-carousel .owl-item figcaption span {
        background: #4E75BC;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        /*font-size: 14px;*/
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        /*line-height: 16px;*/
        line-height: 18px;
        padding: 23px 0 0;
        margin-top: -40px;
        position: relative;
    }

.expo-exhibition .owl-carousel .owl-item figcaption {
    padding: 0 15px 15px;
    transition: all ease-in-out 0.3s;
}

.expo-exhibition .owl-carousel .owl-item figcaption h4,
.expo-poweredby .owl-carousel .owl-item figcaption h4,
.expo-participants .owl-carousel .owl-item figcaption h4,
.exhibition-product-wrap a figcaption h4,
.expo-product-profile .owl-carousel .owl-item a figcaption h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expo-exhibition .owl-carousel .owl-item figcaption p,
.expo-poweredby .owl-carousel .owl-item figcaption p,
.expo-participants .owl-carousel .owl-item figcaption p,
.exhibition-product-wrap a figcaption p,
.expo-product-profile .owl-carousel .owl-item a figcaption p {
    font-size: 14px;
    color: #6D7683;
    margin: 0 0 30px;
}

.expo-exhibition .owl-carousel .owl-item figcaption a {
    width: 150px;
    background: #fff;
    display: inline-block;
    border: 1px solid #4E75BC;
    border-radius: 50px;
    padding: 12px 0;
    color: #4E75BC;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    left: calc(50% - 75px);
    bottom: -23px;
    transition: all ease-in-out 0.3s;
}

.expo-exhibition .expo-all-expo {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #4E75BC;
    margin-top: 50px;
    display: inline-block;
    text-align: center;
}

.expo-exhibition .expo-all-expo i {
    margin-left: 10px;
}

.expo-exhibition .owl-carousel .owl-item:hover figure::before,
.global-explore-more .d-flex figure::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    content: '';
    transition: all ease-in-out 0.3s;
}

.expo-exhibition .owl-carousel .owl-item:hover figcaption,
.expo-poweredby .owl-carousel a:hover figcaption,
.expo-participants .owl-carousel a:hover figcaption {
    background: #EEF0F8;
}

.expo-exhibition .owl-carousel .owl-item:hover figcaption a,
.exhibition-product-wrap a:hover figcaption a {
    background: #4E75BC;
    color: #fff;
}

.expo-poweredby .owl-carousel a:hover figcaption::before,
.expo-product-profile .owl-carousel .owl-item a:hover figcaption::before {
    background: #FDDB00;
    color: #000;
}


/* expo exhibition slider css close */


/* global expo css close */

.global-expo {
    padding: 80px 0;
    background: #142137;
    color: #fff;
}

.global-expo-video h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.global-expo-video a {
    width: 100%;
    height: 347px;
    display: inline-block;
    background: url('../images/global-expo.jpg') no-repeat center bottom;
    background-size: cover;
}

.global-explore-more h4 {
    font-size: 14px;
    padding-bottom: 33px;
}

.global-explore-more .d-flex {
    padding: 15px;
    background: rgba(78, 117, 188, .1);
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
}

.global-explore-more .d-flex div p {
    font-size: 13px;
    color: #fff;
}

.global-explore-more .d-flex div p:first-child {
    margin-bottom: 5px;
}

.global-explore-more .d-flex div p:nth-child(2) {
    color: #4E75BC;
    margin-bottom: 30px;
}

.global-explore-more .d-flex div p:last-child {
    color: #ABB7CD;
    font-size: 12px;
    margin-bottom: 0;
}

.global-explore-more .d-flex figure {
    background-position: center center;
    background-size: cover;
    min-width: 231px;
    margin: 0;
    text-align: center;
    position: relative;
    margin-left: 10px;
}

.global-explore-more .d-flex figure span {
    text-transform: uppercase;
    top: calc(50% - 10px);
    position: relative;
    display: inline-block;
}


/* global expo css close */


/* Exhibitions Powered by css start */

.expo-poweredby,
.expo-country-list,
.expo-participants {
    background: #EEF0F8;
}

/*.expo-poweredby .owl-carousel a,*/
.expo-participants .owl-carousel a,
.exhibition-product-wrap a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 10px #979696;
}

.expo-product-profile .owl-carousel .owl-item a {
    display: block;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 10px #979696;
}

.expo-poweredby .owl-carousel a {
    display: block;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 10px #979696;
}
.expo-poweredby .owl-carousel .owl-item figure,
.expo-participants .owl-carousel .owl-item figure,
.exhibition-product-wrap a figure,
.expo-product-profile a figure {
    height: 205px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
}

.expo-poweredby .owl-carousel .owl-item figure span,
.expo-participants .owl-carousel .owl-item figure span,
.exhibition-product-wrap a figure span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, .6);
}

.expo-poweredby .owl-carousel .owl-item figure span img,
.expo-participants .owl-carousel .owl-item figure span img,
.exhibition-product-wrap a figure span img {
    width: 50%;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expo-poweredby .owl-carousel .owl-item figcaption,
.expo-product-profile .owl-carousel .owl-item figcaption {
    padding: 55px 15px 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    position: relative;
}

.expo-poweredby .owl-carousel .owl-item figcaption::before,
.expo-product-profile .owl-carousel .owl-item figcaption::before {
    background: #4E75BC;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    content: '\f061';
    font-family: 'FontAwesome';
    display: inline-block;
    padding: 23px 0 0;
    top: -40px;
    left: calc(50% - 40px);
    position: absolute;
}

.expo-poweredby .owl-carousel .owl-item figcaption h4,
.expo-participants .owl-carousel .owl-item figcaption h4,
.exhibition-product-wrap a figcaption h4,
.expo-product-profile .owl-carousel .owl-item figcaption h4,
.expo-product-profile .owl-carousel .owl-item a figcaption h4 {
    margin: auto;
}

.expo-poweredby .owl-carousel .owl-item figcaption p,
.expo-product-profile .owl-carousel .owl-item a figcaption p {
    margin: 15px 0;
}

.expo-poweredby .owl-carousel .owl-item ul {
    background: #4E75BC;
    padding: 20px 15px;
}

.expo-poweredby .owl-carousel .owl-item ul li {
    text-align: center;
    flex-grow: 1;
    margin: 0;
    padding: 0 7px;
}

.expo-poweredby .owl-carousel .owl-item ul li:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.expo-poweredby .owl-carousel .owl-item ul li h6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.expo-poweredby .owl-carousel .owl-item ul li h6 span {
    font-size: 32px;
    font-weight: 700;
    display: block;
    padding-top: 5px;
}

.expo-poweredby .owl-carousel a:hover ul,
.expo-participants .owl-carousel a:hover .expo-viewstall,
.exhibition-product-wrap a:hover .expo-viewstall {
    background: #132E60;
    transition: all ease-in-out 0.3s;
}

.expo-dots .owl-carousel .nav-btn,
.expo-slider-wrap .owl-carousel .nav-btn {
    height: 22px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: calc(50% - 11px);
}

.expo-dots .owl-carousel .owl-prev.disabled,
.expo-dots .owl-carousel .owl-next.disabled,
.expo-slider-wrap .owl-carousel .owl-prev.disabled,
.expo-slider-wrap .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.expo-dots .owl-carousel .prev-slide {
    left: -33px;
}

.expo-dots .owl-carousel .next-slide {
    right: -33px;
}

.expo-dots .owl-carousel .owl-dot.active {
    background-color: #4E75BC !important;
}


/* Exhibitions Powered by css close */


/* expo gallery css start */

.expo-gallery .owl-carousel a {
    height: 490px;
    width: 100%;
    display: inline-block;
    background-position: center center;
    background-size: cover;
}


/* expo gallery css close */

.expo-country-list .owl-carousel a {
    width: 100%;
    height: 90px;
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.expo-country-list .owl-carousel a span {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
}

.expo-country-list .owl-nav {
    height: 0;
}


/* expo total exhibitions css start */

.expo-total-exhibitions {
    background: url('../images/business.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}

.expo-total-exhibitions::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    content: '';
    width: 100%;
    height: 100%;
}

.expo-total-exhibitions ul {
    width: 100%;
    position: relative;
}

.expo-total-exhibitions ul li {
    flex-grow: 1;
    padding: 0 10px;
}

.expo-total-exhibitions ul li h6,
.expo-total-exhibitions ul li p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.expo-total-exhibitions ul li p {
    font-size: 64px;
    line-height: 70px;
}


/* expo total exhibitions css close */


/* expo partner css start */

.expo-partner h5 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}

.expo-partner h5::before {
    width: 120px;
    height: 2px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #4E75BC;
}

.expo-partner ul li {
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
}

.expo-partner ul li img {
    max-width: 100%;
}

.expo-partner .col-md-6+.col-md-6 {
    border-left: 1px solid #DDE1EE;
}


/* expo partner css close */


/* expo participants css start */

.expo-view {
    width: 110px;
    height: 32px;
    display: inline-block;
    background: rgba(253, 219, 0, .8);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-radius: 16px 0 0 0;
    vertical-align: top;
    padding: 5px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.expo-view i {
    margin-right: 5px;
}

.expo-participants .owl-carousel .owl-item figcaption,
.exhibition-product-wrap a figcaption {
    background: #fff;
    text-align: left;
    padding: 20px;
}

.expo-participants .owl-carousel .owl-item figcaption h6,
.exhibition-product-wrap a figcaption h6 {
    font-size: 13px;
    font-weight: 700;
    color: #4E75BC;
    position: relative;
    padding: 0 0 0 20px;
    margin: 20px 0 8px;
}

.expo-participants .owl-carousel .owl-item figcaption h6::before,
.exhibition-product-wrap a figcaption h6::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url('../images/svg/product-icon.svg');
}

.expo-participants .owl-carousel .owl-item figcaption p,
.exhibition-product-wrap a figcaption p {
    margin: 0;
}

.expo-participants .owl-carousel .owl-item .expo-viewstall,
.exhibition-product-wrap a .expo-viewstall {
    background: #4E75BC;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 30px 15px;
}

.expo-participants .owl-carousel .owl-item .expo-viewstall i,
.exhibition-product-wrap a .expo-viewstall i {
    margin-left: 10px;
}


/* expo participants css end */


/* expo login modal start*/

.expo-login-modal.fade {
    background: rgba(0, 0, 0, .6);
   /* padding: 80px 0 0;*/
}

.expo-login-modal .modal-content {
    border-radius: 0;
}

.expo-login-modal .close {
    padding: 12px;
    font-size: 40px;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 15px;
}

.expo-login-modal .modal-header {
    border-bottom: none;
}

.expo-login-modal .modal-header h5,
.expo-registration h4 {
    font-size: 24px;
    font-weight: 700;
    color: #4E75BC;
}

.expo-login-modal .form-control,
.expo-registration .form-control {
    height: 45px;
    background: #F3F5F9;
    color: #8891A5;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    /*border: none;*/
}

.expo-registration .form-control select{
    height: 50px;
    background: #F3F5F9;
    color: #8891A5;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: none;
}

.expo-login-modal a.login-btn,
.expo-registration a.login-btn {
    background: #f8d92b;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    /*padding: 19px 15px;*/
    padding: 10px 15px;
    border-radius: 50px;
    /*margin: 36px 0 25px;*/
    margin: 20px 0 20px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.User-Mobile-Modal a.mobile-btn,
.User-Mobile-Modal a.submit-btn,
.User-Company-Name-Modal a.submit-btn {
    background: #4E75BC;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 5px;
    /*margin: 36px 0 25px;*/
}

.User-Mobile-Modal .close, .User-Company-Name-Modal .close {
    padding: 15px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.User-Mobile-Modal.fade, .User-Company-Name-Modal.fade {
    background: rgba(0, 0, 0, .6);
    padding: 80px 0 0;
}

asterisk:after {
    color: red;
    padding-left: 3px;
    font-family: 'Open Sans';
    content: "*";
    font-size: xx-small;
}

.expo-login-modal a.login-btn-social {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 15px;
    /*padding: 5px 15px;*/
    border: 2px solid #F3F5F9;
    margin: 15px 0 15px;
   /* margin: 0px 0 5px;*/
}

.expo-login-modal h5,
.expo-registration h5 {
    font-size: 13px;
    color: #8891A5;
}

.expo-login-modal h5 a,
.expo-registration h5 a {
    font-weight: 700;
    color: #4E75BC;
}


/* expo login modal end*/


/* exhibitin banner css start */

.expo-exhibitin-banner,
.expo-accessories-banner {
    background: url('../images/banner1.jpg') no-repeat center top;
    background-size: cover;
    margin-top: -80px;
    position: relative;
    padding: 120px 0 50px;
}

.expo-exhibitin-banner .container,
.expo-accessories-banner .container {
    position: relative;
    color: #fff;
    z-index: 1;
}

.expo-exhibitin-banner h3 {
    font-size: 54px;
    font-weight: 700;
}

.expo-exhibitin-banner h5 {
    font-size: 22px;
    font-weight: 400;
}

.expo-exhibitin-banner .expo-football {
    display: inline-block;
    background: #FDDB00;
    border: 1px solid #586681;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    padding: 30px 40px;
    margin: 40px 0 36px;
}

.expo-exhibitin-banner .expo-football i {
    margin-right: 10px;
    font-size: 36px;
    vertical-align: text-top;
}

.expo-exhibitin-banner ul li {
    display: inline-block;
}

.expo-exhibitin-banner ul li {
    margin: 0 7px;
}

.expo-exhibitin-banner ul li a {
    text-align: center;
    min-width: 194px;
    border: 1px solid #fff;
    padding: 12px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.expo-exhibitin-banner ul li a img {
    margin-right: 5px;
    vertical-align: bottom;
}


/* exhibitin banner css close */


/* all stall css start */

.expo-all-stall {
    background: #4E75BC;
    padding: 30px 0;
}

.expo-search-exhibitor {
    text-align: right;
}

.expo-search-exhibitor .form-control {
    max-width: 400px;
    display: inline-block;
    height: 60px;
    border-radius: 50px;
    padding: 10px 110px 10px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #8891A5;
}

.expo-search-exhibitor a {
    position: absolute;
    display: inline-block;
    font-size: 13px;
    color: #000;
    background: #FDDB00;
    top: 5px;
    right: 20px;
    padding: 15px 10px;
    border-radius: 50px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

.expo-all-stall .container .row .col-md-6:first-child {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.expo-all-stall .container .row .col-md-6:first-child span {
    font-weight: 300;
    display: inline-block;
    padding-left: 15px;
}


/* all stall css end */


/* expo exhibition product css start */

.expo-exhibition-product {
    background: #E5E5E5;
    padding: 40px 0 10px;
}

.expo-exhibition-product h2 {
    font-size: 20px;
    font-weight: 300;
    color: #535663;
    margin-bottom: 30px;
}

.expo-exhibition-product h2 span {
    font-weight: 600;
}

.exhibition-product-wrap a {
    display: block;
    background: #fff;
    margin-bottom: 30px;
}


/* expo exhibition product css end */


/* expo accessories banner css start */

.expo-accessories-banner {
    background: url('../images/banner2.jpg') no-repeat center top;
    background-size: cover;
}

.expo-registration {
    background: #fff;
    padding: 20px;
}

.expo-registration h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.expo-registration h4 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #3fd419;
    padding-top: 5px;
}

.expo-registration .expo-abliexpo .form-control {
    font-weight: 700;
    color: #4E75BC;
    border: 1px solid #4E75BC;
}

.expo-accessories-banner::after {
    top: inherit;
    bottom: 0;
    height: 55%;
    opacity: .4;
}

.expo-accessories-banner .accessories-banner-info h5 {
    font-size: 36px;
    font-weight: 700;
}

.expo-accessories-banner .accessories-banner-info h5::first-letter {
    color: #FDDB00;
}

.expo-accessories-banner .accessories-banner-info p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.expo-accessories-banner .accessories-banner-info p::before {
    content: '';
    width: 90px;
    height: 2px;
    background: #FDDB00;
    position: absolute;
    left: 0;
    bottom: 0;
}

.expo-accessories-banner .accessories-banner-info a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    border: 1px solid #fff;
    background: #000;
    border-radius: 50px;
    margin-right: 15px;
}

.expo-accessories-banner .accessories-banner-info a:hover {
    background: #4E75BC;
    border-color: #4E75BC;
}

.expo-registration a.login-btn {
    margin: 25px 0;
}

.expo-accessories-banner .accessories-banner-info h6 {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 10px;
}


/* expo accessories banner css end */


/* expo watch video css start */

.expo-watch {
    background: #142137;
    color: #fff;
}

.expo-watch h5 {
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 30px;
}


/* expo watch video css end */


/* how to visit expo css start */

.visit-expo {
    background: #FDDB00;
}

.visit-expo h5 {
    font-size: 32px;
    color: #333;
    font-weight: 700;
}

.visit-expo p {
    font-size: 16px;
    color: #4E75BC;
    font-weight: 600;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
    text-align:center;
}

.visit-expo p::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #4E75BC;
    left: calc(50% - 60px);
}

.visit-expo p a {
    color: #333;
}


/* how to visit expo css end */


/* expo product profile css start */

.expo-product-profile {
    background: #4E75BC;
}

.expo-product-profile .expo-common-head,
.expo-product-profile .expo-common-subhead {
    color: #fff;
}

.expo-product-profile .expo-common-subhead:after {
    background: #FDDB00;
}

.expo-product-profile.expo-dots .owl-carousel .owl-dot.active {
    background-color: #fff !important;
}

.expo-product-profile .owl-carousel .owl-item a:hover figcaption {
    background: #142137;
}

.expo-product-profile .owl-carousel .owl-item a:hover h4,
.expo-product-profile .owl-carousel .owl-item a:hover p {
    color: #fff;
}

.expo-product-profile .owl-carousel .owl-item a:hover figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
}


/* expo product profile css end */


/* stall detail css start */

.expo-stall-head {
    background: #000;
    margin-top: -80px;
    padding-top: 80px;
    color: #fff;
}

.expo-stall-head .expo-stallhead-wrap {
    background: #4E75BC;
    padding: 10px 0;
}

.expo-visitor,
.expo-sourcing a {
    font-size: 13px;
}

.expo-visitor i,
.expo-sourcing a i {
    font-size: 16px;
    margin-right: 5px;
}

.expo-sourcing,
.expo-visitor {
    align-self: center;
}

.expo-sourcing a {
    color: #fff;
    text-decoration: none;
}

.expo-stall-names {
    text-align: center;
}

.expo-stall-names::before {
    position: absolute;
    top: 7px;
    left: 15px;
    content: 'Stall:';
}

.expo-stall-names::after {
    position: absolute;
    content: '\f078';
    font-family: 'FontAwesome';
    right: 18px;
    top: 6px;
}

.expo-stall-names .custom-select,
.expo-stall-names .custom-select:focus {
    position: relative;
    background: transparent;
    border: none;
    color: #FDDB00;
    font-weight: 700;
    padding-left: 40px;
    box-shadow: none;
}

.expo-stall-names .custom-select option {
    background: #000;
    padding: 5px;
}

.expo-social-info {
    padding: 15px 0;
}

.expo-social-head {
    font-size: 14px;
    font-weight: 700;
    color: #A2A6B9;
}

.expo-social-info .owl-item {
    display: flex;
    position: relative;
}

.expo-social-info .owl-item+.owl-item::before {
    position: absolute;
    content: '';
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #D8DDEE;
}

.expo-social-info .owl-item figure {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.expo-social-info .owl-item figcaption {
    padding-left: 10px;
    align-self: center;
}

.expo-social-info .owl-item figcaption h6 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.expo-social-info .owl-item figcaption a {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.expo-social-info .owl-item figcaption a img {
    width: 18px;
}

.expo-sponsor-img ul li {
    margin-right: 10px;
}

.border-lr::before,
.border-lr::after {
    position: absolute;
    content: '';
    left: 0;
    top: -15px;
    width: 1px;
    height: calc(100% + 45px);
    background: #D8DDEE;
}

.border-lr::after {
    left: inherit;
    right: 0;
}

.expo-stall-slide {
    background: #CDD2E5;
    padding: 30px 0;
}

.expo-stall-btn,
.expo-slide-product {
    align-self: center;
}

.expo-stall-btn a {
    width: 100%;
    display: flex;
    padding: 15px;
    background: #4E75BC;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    align-self: center;
}

.expo-stall-btn a span {
    padding-top: 2px;
}

.expo-stall-btn a img {
    margin-right: 5px;
}

.expo-stall-btn a+a {
    margin-top: 15px;
}

.expo-stall-btn a:hover {
    color: #000;
    background: #FDDB00;
}

.expo-stall-btn a:hover img {
    filter: invert(100%) sepia(59%) saturate(75%) hue-rotate(310deg) brightness(114%) contrast(100%);
}

.expo-slider-wrap .owl-item {
    background: #142137;
}

.expo-slider-wrap .owl-carousel .prev-slide {
    left: 5px;
}

.expo-slider-wrap .owl-carousel .next-slide {
    right: 5px;
}

.expo-slider-wrap .owl-carousel .owl-nav {
    height: 0;
}

.expo-slider-wrap .owl-carousel .nav-btn {
    color: #fff;
    font-size: 26px;
}

.expo-stall-info {
    background: #4E75BC;
    padding: 15px;
}

.expo-stall-info li a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    font-size: 13px;
}

.expo-stall-info li+li {
    margin-left: 20px;
}

.expo-stall-info li:last-child {
    margin-left: auto;
}

.expo-slide-product h6 {
    font-size: 18px;
    font-weight: 600;
    color: #142137;
}

.expo-slide-product h6 span {
    color: #4E75BC;
}

.expo-slide-product p {
    font-size: 14px;
    color: #898FA6;
    border-bottom: 1px solid #B5BBD3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.expo-view-product,
.expo-view-product:hover {
    background: #142137;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 5px;
    border-radius: 50px;
    margin: 10px 0 15px;
}

.expo-spon-org {
    background: #fff;
    padding: 30px 0;
}

.expo-spon-org h4 {
    color: #A2A6B9;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.expo-spon-org .owl-carousel .owl-item a {
    display: block;
    border: 1px solid #CDD2E5;
}


/* stall detail css end */

.expo-chat-modal .modal-header {
    background: #4E75BC;
    font-size: 20px;
    color: #fff;
    border-radius: 0;
}

.expo-chat-modal .modal-content {
    border: none;
}

.expo-chat-modal .modal-body {
    background: #F9F9FB;
    min-height: 250px;
}

.expo-chat-modal .close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.expo-chat-modal .modal-header img {
    width: 26px;
    vertical-align: top;
    margin: 2px 5px 0 0;
}


/* media query start */

@media(min-width:992px) {
    .expo-nav .navbar-expand-lg .navbar-nav .expo-login+.dropdown a.nav-link {
        padding-right: 0;
    }
    .expo-nav .navbar-expand-lg .navbar-nav .expo-login a.nav-link {
        margin-right: 15px;
    }
    .login-mobile,
    .expo-closenav {
        display: none;
    }
    /* header css close */
    .expo-copyright-wrap p {
        float: right;
        padding-top: 15px;
    }
    .accessories-banner-info .owl-stage,
    .expo-slide-product .owl-stage {
        width: 100% !important;
    }
    .expo-slide-product .owl-stage .owl-item {
        padding: 0 10px 10px 0;
    }
    .accessories-banner-info .owl-stage .owl-item {
        padding: 0 20px 20px 0;
    }
    /*.accessories-banner-info .owl-stage .owl-item:nth-child(3),
    .accessories-banner-info .owl-stage .owl-item:nth-child(6) {
        padding: 0 0 20px 20px;
        position: relative;
    }*/
    /*.accessories-banner-info .owl-stage .owl-item:nth-child(3)::before,
    .accessories-banner-info .owl-stage .owl-item:nth-child(6)::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 1px;
        left: 0;
        top: 0;
        background: #453E3B;
    }*/
    .accessories-banner-info .owl-stage .owl-item:nth-child(6)::before {
        height: calc(100% - 20px);
    }
    .expo-accessories-banner .accessories-banner-info h6 span {
        display: none;
    }
    /*.accessories-banner-info .owl-stage .owl-item:nth-child(3)::after {
        position: absolute;
        content: 'Partners';
        left: 20px;
        top: -40px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }*/
    .accessories-banner-info .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
}

@media (min-width: 576px) {
    .expo-login-modal .modal-dialog {
        /*max-width: 375px;*/
        max-width: 900px;
    }
    .expo-login-modal .modal-dialog .expo-login-modal-for-or {        
        text-align: center;
        font-weight: bold;
        padding-top: 100px;
    }
    .expo-chat-modal .modal-dialog {
        width: 735px;
    }

    .expo-login-modal .modal-dialog .social-login-modal-for-or {
        padding-top: 70px !important;
    }
}

@media (max-width: 480px) {
    .expo-login-modal .modal-dialog .expo-login-modal-for-or {
        padding-bottom: 10px;
        padding-top: 20px;
        text-align: center;
        font-weight: bold;       
    }

    .expo-login-modal .modal-dialog .social-login-modal-for-or {
        padding-top: 0px !important;
    }
}

@media(max-width:992px) {
    .login-mobile {
        color: #FDDB00;
        font-weight: 600;
        font-size: 13px;
        margin-right: 15px;
    }
    .login-mobile img {
        margin-right: 5px;
    }
    .expo-closenav,
    .expo-closenav:hover,
    .expo-closenav:focus {
        color: #fff;
        position: absolute;
        left: -25px;
        font-size: 24px;
        top: 0;
        display: inline-block;
    }
    .expo-brand {
        padding: 5px 0;
    }
    .expo-nav .navbar-toggler,
    .expo-nav .navbar-toggler .navbar-toggler-icon {
        padding-right: 0;
    }
    .expo-brand img {
        width: 110px;
    }
    .expo-nav .navbar-collapse {
        right: -100%;
        display: block;
        position: fixed;
        width: calc(100% - 30px) !important;
        min-height: 100% !important;
        top: 0;
        background: #4E75BC;
        transition: ease-in-out all 0.3s;
        padding: 0;
        z-index: 1;
    }
    .expo-nav .navbar-collapse.show::before {
        content: '';
        position: absolute;
        width: 32px;
        height: 100%;
        top: 0;
        left: -32px;
        background: rgba(0, 0, 0, .8);
    }
    .expo-nav .navbar-collapse.show {
        right: 0;
        height: 100% !important;
    }
    .expo-nav .navbar-collapse.collapsing {
        height: auto !important;
        transition: all 0.2s ease;
    }
    .expo-nav .navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 16px;
        text-align: right;
        margin-bottom: 15px;
        font-weight: 400;
    }
    ul.footer-link {
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .expo-footer-head {
        padding-bottom: 10px;
    }
    .expo-event {
        padding-bottom: 20px;
        border-bottom: 1px solid #77849B;
        margin-bottom: 20px;
    }
    .expo-userinfo {
        padding: 20px 75px 20px 15px;
        position: relative;
        color: #fff;
        margin-bottom: 20px;
        background: rgba(0, 0, 0, .2);
    }
    .expo-userinfo:after {
        position: absolute;
        content: '';
        width: 46px;
        height: 46px;
        top: 24px;
        right: 15px;
        background: url('../images/svg/user-icon.svg');
    }
    .expo-userinfo h3 {
        font-size: 20px;
    }
    .expo-userinfo h4 {
        font-size: 13px;
        font-weight: 700;
    }
    /* header css close */
    .footer-brand {
        display: none;
    }
    .expo-copyright-wrap p {
        text-align: center;
    }
    .expo-social-link {
        margin-bottom: 20px;
    }
    /* footer css close */
    /* top carousel css start */
    .expo-carousel,
    .expo-exhibitin-banner {
        margin-top: -59px;
    }
    .expo-video-btn,
    .expo-video-btn:hover {
        width: 170px;
        height: 95px;
    }
    .global-explore-more .d-flex figure {
        min-width: 130px;
    }
    .expo-accessories-banner .accessories-banner-info .owl-carousel {
        margin-bottom: 30px;
    }
    .expo-accessories-banner .accessories-banner-info a {
        font-size: 12px;
        padding: 10px;
        margin-right: 10px;
    }
    .expo-link-wrap {
        text-align: center;
    }
    .expo-accessories-banner::after {
        height: 68%;
    }
    .expo-accessories-banner .accessories-banner-info h5 {
        font-size: 32px;
    }
    .expo-accessories-banner .accessories-banner-info h5,
    .expo-accessories-banner .accessories-banner-info p {
        text-align: center;
    }
    .expo-accessories-banner .accessories-banner-info p::before {
        left: calc(50% - 45px);
    }
    .expo-stall-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .expo-stall-btn a+a {
        margin-top: 0;
    }
    .expo-stall-btn a {
        width: 48%;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 12px;
    }
    .expo-stall-info {
        margin-bottom: 20px;
    }
    .expo-view-product,
    .expo-view-product:hover {
        margin: 20px 0;
    }
}

@media(max-width:767px) {
    .expo-copyright-wrap {
        margin: 0;
    }
    footer.expo-footer {
        padding: 20px 0 0;
    }
    .expo-social-link {
        margin-bottom: 20px;
    }
    /* top carousel css start */
    .expo-carousel {
        padding: 0 40px;
    }
    .expo-register-btn a {
        font-size: 12px;
        width: 120px;
    }
    .expo-carousel .carousel-item h3 {
        font-size: 26px;
    }
    .expo-carousel .carousel-item p {
        font-size: 16px;
    }
    .expo-carousel {
        min-height: 450px;
    }
    .global-explore-more h4 {
        padding: 30px 0 15px;
    }
    .expo-total-exhibitions ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .expo-total-exhibitions ul li {
        flex: 0 48%;
        margin: 30px 0 2% 0;
    }
    .expo-total-exhibitions ul li p {
        font-size: 34px;
        line-height: 50px;
    }
    .expo-total-exhibitions ul li h6 {
        font-size: 14px;
    }
    .expo-visitor,
    .expo-sourcing a {
        font-size: 11px;
    }
    .expo-visitor i,
    .expo-sourcing a i {
        font-size: 12px;
        margin-right: 1px;
    }
    .expo-stall-names {
        order: 3;
        font-size: 12px;
        border-top: 1px solid #fff;
        margin-top: 15px;
    }
    .expo-stall-names::before,
    .expo-stall-names::after {
        top: 10px;
    }
    .expo-stall-names .custom-select,
    .expo-stall-names .custom-select:focus {
        padding-left: 30px;
    }
}

@media(max-width:768px) {
    .expo-register-btn a+a {
        display: inline-block;
    }
    .expo-video-btn {
        display: none;
    }
    .expo-exhibition,
    .global-expo,
    .expo-poweredby,
    .expo-gallery,
    .expo-country-list,
    .expo-total-exhibitions,
    .expo-partner,
    .expo-participants,
    .expo-watch,
    .visit-expo,
    .expo-product-profile {
        padding: 50px 0;
    }
    .expo-exhibition .expo-all-expo {
        width: 100%;
        max-width: 320px;
        color: #fff;
        background: #4E75BC;
        border-radius: 50px;
        padding: 15px;
        margin-top: 30px;
    }
    .global-explore-more .d-flex div p:nth-child(2) {
        margin-bottom: 15px;
    }
    .expo-gallery .owl-carousel a {
        height: 330px;
    }
    .expo-partner h5 {
        font-size: 22px;
    }
    .expo-partner .col-md-6+.col-md-6 {
        border-top: 1px solid #DDE1EE;
        border-left: none;
        padding-top: 30px;
        margin-top: 30px;
    }
    .expo-partner h5 {
        margin-bottom: 30px;
        text-align: center;
    }
    .expo-partner h5::before {
        left: calc(50% - 60px);
    }
    .expo-exhibitin-banner {
        padding: 90px 0 20px;
    }
    .expo-exhibitin-banner h3 {
        font-size: 38px;
    }
    .expo-exhibitin-banner h5 {
        font-size: 16px;
    }
    .expo-exhibitin-banner .expo-football {
        font-size: 24px;
        padding: 20px 30px;
    }
    .expo-exhibitin-banner ul li {
        margin-bottom: 15px;
    }
    .expo-exhibitin-banner ul li a {
        font-size: 12px;
        min-width: auto;
    }
    .expo-search-exhibitor .form-control {
        max-width: 100%;
    }
    .expo-all-stall .container .row .col-md-6:first-child {
        padding-bottom: 20px;
    }
    .expo-watch .row .col-md-6:first-child {
        margin-bottom: 30px;
    }
    .visit-expo h5 {
        font-size: 26px;
    }
    .visit-expo p {
        font-size: 14px;
    }
    .expo-stall-info li+li {
        margin-left: 10px;
    }
    .expo-stall-info li a {
        font-size: 11px;
    }
    .expo-stall-info li a img {
        font-size: 14px;
        margin-right: 2px;
    }
    .expo-slider-wrap .owl-carousel .nav-btn {
        font-size: 18px;
    }
    .expo-stall-info {
        padding: 10px;
    }
}

/* expo-Logo-Stall css */

/*.expo-Logo-Stall-List .owl-carousel a {
    display: block;
    width: 100%;
    min-height: 150px;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}*/

.expo-Logo-Stall-List .owl-carousel .Stall-Card {
    display: block;
    width: 100%;
    min-height: 150px;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

/*.expo-Logo-Stall-List .owl-carousel .Emp-Info-box h6 {
    font-weight: 600;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.expo-Logo-Stall-List .owl-carousel .Emp-Info-box h6 {
    font-weight: 600;
    height: 40px;
    white-space: nowrap;
    width: auto;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.expo-Logo-Stall-List .owl-carousel .Emp-Info-box span {
    min-width: 40px;
    height: 40px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.expo-Logo-Stall-List .owl-carousel .Emp-Info span {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
}

.expo-Logo-Stall-List .owl-carousel .Emp-Info h6 {
    white-space: nowrap;
    width: 174px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:600;
}

/*.expo-Logo-Stall-List .owl-item a img {
    width: 18px;
}*/

.expo-Logo-Stall-List .owl-carousel .nav-btn {
    height: 22px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: calc(50% - 11px);
}

.expo-Logo-Stall-List .owl-carousel .prev-slide {
    left: -33px;
}

.expo-Logo-Stall-List .next-slide {
    right: -33px;
}

.expo-Logo-Stall-List .owl-item .Stall-Card img {
    width: 18px;
}
.exhibitorhead {
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 10px;
}