@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #F08E37;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all category custom css start */

/* all category with heading start */
.tradeshow-all-category {
    padding: 40px 0;
    margin-top: 100px;
}

@media screen and (max-width:992px) {
    .tradeshow-all-category {
        margin-top: 0px;
    }
}


.tradeshow-all-category .section-title-media {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.tradeshow-all-category .section-title-media-para {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 60px;
    color: #000;
}

.tradeshow-all-category .tradeshow-all-category-card .card:hover h2.card-title {
    color: #24195a;
}

.tradeshow-all-category .tradeshow-all-category-card .card {
    text-align: center;
    padding: 12px 14px;
    background: rgb(255, 255, 255);
    border: 1.3px solid rgb(210, 218, 224);
    box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
    border-radius: 3px;

}

.tradeshow-all-category .tradeshow-all-category-card .card img {
    margin: auto;
    width: 50px;
    height: auto;
}

.tradeshow-all-category .tradeshow-all-category-card .card h2.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #474747;
    margin: 6px 0 3px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tradeshow-all-category .tradeshow-all-category-card .card p {
    margin-bottom: 0;
    color: #5f5d5d;
    margin-top: -10px;
}

.tradeshow-all-category .tradeshow-all-category-card .card span {
    color: #F08E37;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
    margin-top: 10px !important;
    display: inline-block;
}

.upcomimg-ts-banner {
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 800px;
}

@media screen and (max-width:991px) {
    .tradeshow-all-category {
        margin-top: 10px;
    }

    .tradeshow-all-category .section-title-media-para {
        text-align: left;
    }
}

/* all category with heading end */


/* Major Industry Categories Featured start */
.features__v2 {
    background: #215C5C;
    color: #fff;
}

.features__v2 h2 {
    font-weight: bold;
    color: #fff;
}

.features__v2 h3 {
    color: #fff;
    font-weight: 600;
}

.features__v2 .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #CCE8C9;
    color: #215C5C;
}

.features__v2 .fa-tag {
    font-size: 30px;
    line-height: 30px;
}

.features__v2 .content {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .glightbox {
    background: #F08E37;
    color: #ffff;
    font-weight: bold;
    padding: 10px 20px;
}

.features__v2 .btn-play i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #215C5C;
    margin-right: 12px;
    font-size: 18px;
    text-align: center;
}

.features__v2 .read-more-content {
    display: none;
    transition: all 0.3s ease;
}

.features__v2 .read-more-btn {
    background: transparent;
    color: #fff;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
}

@media screen and (max-width:500px) {
    .hero__v6 .hero-title {
        line-height: 35px !important;
    }
}

/* Major Industry Categories Featured end */



/* Trade. Connect. Grow. start */
.hero__v6 {
    padding: 5rem 0 !important;
    background: linear-gradient(to right, #ffffff5b, #fff), url(../tradeshow-trade4asia/assets/tradeshow-images/media-partner-bg.jpg);
}

.hero__v6 .hero-subtitle {
    background: #F08E37;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.hero__v6 .hero-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 500;
}

.hero__v6 .hero-description {
    font-size: 16px;
    margin: 10px 0 0px;
    color: #000;
}

@media (max-width: 1199.98px) {
    .hero__v6 .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .hero__v6 .hero-title {
        font-size: 30px;
    }
}

.hero__v6 .logos .logos-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: color-mix(in srgb, #215C5C, transparent 10%);
}

.hero__v6 .logos img {
    width: 140px;
}

.hero__v6 .hero-img {
    position: relative;
}

.hero__v6 .cta a.btnn {
    background: #F08E37 !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

.hero__v6 .hero-img .img-main {
    position: relative;
    z-index: 9;
}

.hero__v6 .hero-img .img-card {
    z-index: 10;
    border-radius: 20px;
    position: absolute;
    max-width: 280px;
    bottom: -40px;
    /* left: -60px; */
    left: -220px;
}

@media (max-width: 991.98px) {
    .hero__v6 .hero-img .img-card {
        left: 10px;
        max-width: 380px;
    }
}

@media (max-width: 575.98px) {
    .hero__v6 .hero-img .img-card {
        left: 10px;
        max-width: 280px;
    }
}

.section {
    padding: 70px 0;
    scroll-margin-top: 60px;
}

@media (max-width: 767.98px) {
    .section {
        padding: 40px 0;
    }
}

.section.first-section {
    padding-top: 100px;
}

@media (min-width: 992px) {
    .section.first-section {
        padding-top: 130px;
    }
}

/*  */
.stall-content-media-partner {
    font-size: 16px;
    color: #000;
}

.img-media-partner img {
    border: 4px solid #F08E37;
}

.content-t4a-media-partner {
    font-size: 30px;
    font-weight: 700;
    color: #232452;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.content-t4a-media-partner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 32px;
    background-color: #F08E37;
    border-radius: 2px;
}

.des-t4a-media-partner {
    font-size: 16px;
    padding-left: 20px;
    color: #000;
}

.des-t4a-media-partner::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0b5394;
    font-weight: bold;
}

/* Trade. Connect. Grow. end */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all category custom css end */
























/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all tradeshow start */

/* category + heading start */
.tradeshow-all-events {
    padding: 40px 0;
    /* background: linear-gradient(to right, #ffffffe3, #fff), url(../assets/tradeshow-images/tradeshow-events-bg.jpg); */
    background: linear-gradient(to right, #ffffffe3, #fff), url(../tradeshow-images/tradeshow-events-bg.jpg);
}

.tradeshow-all-events .section-title-media {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.tradeshow-all-events .section-title-media-para {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 60px;
    color: #000;
}

.tradeshow-all-events .tradeshow-all-category-card .card:hover h2.card-title {
    color: #24195a;
}

.tradeshow-all-events .tradeshow-all-category-card .card {
    text-align: center;
    padding: 12px 14px;
    background: rgb(255, 255, 255);
    border: 1.3px solid rgb(210, 218, 224);
    box-shadow: rgb(187, 194, 205) 3px 31px 40px -42px;
    border-radius: 3px;

}

.tradeshow-all-events .tradeshow-all-category-card .card img {
    margin: auto;
    width: 50px;
    height: auto;
}

.tradeshow-all-events .tradeshow-all-category-card .card h2.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #474747;
    margin: 6px 0 3px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tradeshow-all-events .tradeshow-all-category-card .card p {
    margin-bottom: 0;
    color: #5f5d5d;
    margin-top: -10px;
}

.tradeshow-all-events .tradeshow-all-category-card .card span {
    color: #ff7400;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
    margin-top: 10px !important;
    display: inline-block;
}

@media screen and (max-width:991px) {
    .tradeshow-all-events {
        margin-top: 10px;
    }

    .tradeshow-all-events .section-title-media-para {
        text-align: left;
    }
}

.all-cate-btn {
    color: #ff7400 !important;
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    display: inline-block;
}

/* category + heading end */


/* cards tradeshow start */
.event-block {
    align-items: center;
    background: #ffffff;
    padding: 20px 20px;
    display: flex;
    margin: 0px 0px 20px 0px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.event-block:hover {
    transition: .4s ease-in-out;
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px;
}

.event-block .event-logo {
    width: 25%;
    text-align: center;
    padding-right: 30px;
}

.event-block .event-content {
    width: 75%;
}

.event-block .ev-content-block h2 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #111111;
}

.event-block .ev-content-block h2 a {
    color: #111111;
}

.event-block .ev-content-block h2:hover a {
    color: #e3572b;
}

.event-block .ev-content-block i {
    margin-right: 5px;
    color: #e3572b;
}

.event-block .ev-content-block p.city-ev {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
}

.event-block .ev-content-block span.status-ev {
    background: #384753;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
}

.event-block .ev-content-block .truncate {
    margin-bottom: 10px;
}

.event-block .ev-content-block .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-block .event-btn a.btn {
    background: #ff7400;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 14px;
    line-height: 16px;
}

.event-block .event-category {
    margin: 10px 0;
}

.event-block .event-category a {
    color: #111;
    display: inline-block;
    border: 1px solid #1111117a;
    border-radius: 12px;
    padding: 2px 10px;
    margin: 0 0 5px 0;
    transition: .4s;
}

.event-block .event-category a:hover {
    color: #e45e05;
    border: 1px solid #e45e05;
}

@media screen and (max-width:930px) {
    .event-block {
        flex-direction: column;
    }

    .event-block .event-logo {
        width: 45%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:500px) {
    .event-block .ev-content-block h2 {
        font-size: 20px;
    }

    .event-block .ev-content-block p.city-ev {
        font-size: 14px;
    }

    .event-block .event-category a {
        font-size: 13px;
    }

    .event-block {
        padding: 20px 0px;
    }
}

/* cards tradeshow end */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all tradeshow end */















/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all tradeshow details page end */
/* breadcrmb header start */
.upcoming-details {
    margin-top: 100px;
}

.upcoming-details .upcome-logo {
    width: 150px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    float: inline-end !important;
    border: 1px solid #edeaea;
}

.upcoming-details .upcome-logo img {
    width: 100%;
}

.upcoming-details .upcome-head-details h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #111111;
}

.upcoming-details .upcome-head-details p.city-ev {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
}

.upcoming-details .upcome-head-details p.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.upcoming-details .upcome-head-details span {
    background: #384753;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
}

.upcoming-details .upcome-visit {
    color: #fff;
}

.upcoming-details .upcome-visit a.visit-site {
    color: #FF7400;
    border: 1px solid #FF7400;
    background-color: #fff;
    padding: 4px 8px;
    display: inline-block;
    /* width: 115px; */
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.upcoming-details .upcome-social-media {
    margin-top: 40px;
}

.exhi-form-top .exhibution-equ-form a {
    background: #FF7400;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    /* width: 115px; */
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0 10px 0;
    text-align: center;
}

.exhi-form-top {
    text-align: start;
    margin-top: 10px;
}

.exhi-details-social .exhi-details-media a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .upcoming-details .upcome-logo {
        float: inline-start !important;
    }
}

@media screen and (max-width:500px) {
    .upcoming-details .upcome-social-media {
        margin-top: 16px;
    }
}

.exhi-details-social .exhi-details-media a i.fa-facebook {
    color: #0862F6;
    font-size: 22px;
}

.exhi-details-social .exhi-details-media a i.fa-twitter {
    color: #1C9CEA;
    font-size: 22px;
}

.exhi-details-social .exhi-details-media a i.fa-instagram {
    color: #F25A3B;
    font-size: 22px;
}

.exhi-details-social .exhi-details-media a i.fa-linkedin {
    color: #0073AF;
    font-size: 22px;
}

.exhi-details-social .exhi-details-media a i.fa-youtube-play {
    color: red;
    font-size: 22px;
}

.exhi-details-breadcrumd {
    margin-top: 20px;
}

.exhi-details-breadcrumd .breadcrumb {
    background: #f8f8f8;
}

.exhi-details-breadcrumd .breadcrumb .breadcrumb-item a {
    color: #2b2b2b !important;
    font-size: 14px;
}

/* breadcrmb header end */

/* 1st about us decription start */
.exhi-detail-about-us {
    font-family: "Poppins", sans-serif;
}

.exhi-detail-about-us .exhi-about-us-head h2 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-left: 15px;
}

.exhi-detail-about-us .exhi-about-us-head p {
    color: #333;
    font-size: 16px;
    text-align: justify;
}

.exhi-detail-about-us .exhi-about-us-head ul {
    color: #333;
    font-size: 16px;
    text-align: justify;
    column-count: 2;
}
.exhi-detail-about-us .exhi-about-us-head ul li{
        line-height: 28px;
}
.exhi-detail-about-us .exhi-about-us-head ul li i{
    color:#F08E37;
}

/* 1st about us decription end */


/* 2nd decription start */
.exhi-details-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 22px;
    background-color: #F08E37;
    border-radius: 2px;
}

.event-map-org {
    /*display: flex;*/
}

.event-map-org .mapp-iframe {
    margin-right: 20px;
}


.event-map-org .orgination-head {
    display: flex;
    border: 1px solid #cdcccc;
    width: 40%;
    padding: 20px;
    height: 100%;
    /* margin-top: 30px; */
}

@media screen and (max-width:992px) {
    .upcoming-details {
        margin-top: 0;
    }

    .event-map-org .orgination-head {
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .event-map-org {
        flex-direction: column;
    }

    .event-map-org .orgination-head {
        width: 100%;
    }

    .event-map-org .mapp-iframe iframe {
        width: 100%;
    }

    .event-map-org .orgination-head .org-head-img {
        margin-bottom: 12px;
    }

}

.event-map-org .orgination-head .org-head-img {
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-map-org .orgination-head .org-head-title {}

.event-map-org .orgination-head h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.event-map-org .orgination-head p {
    margin-bottom: 5px;
}

.event-map-org .orgination-head address {
    margin-bottom: 0;
}

/* 2nd decription end */



/* form start */
.event-details-form {
    /* background: url(../assets/tradeshow-images/contact-form-bg.jpg) no-repeat; */
    background: url(../tradeshow-images/contact-form-bg.jpg) no-repeat;
    background-position: left;
    background-size: cover;
    padding: 10px 0;
    width: 100%;
}

.event-details-form .card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 2, 0.09);
}

.event-details-form h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.event-details-form .form-control,
.event-details-form .form-select {
    border-radius: 6px;
}

.event-details-form .form-control {
    padding: 15px 8px;
}

.event-details-form input::placeholder,
.event-details-form textarea::placeholder {
    color: #495057;
}

.event-details-form select {
    width: 100%;
    border-radius: 6px;
    padding: 15px 8px;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #495057;
    font-size: 16px
}

/* captcha */
.captchasep1 {
    display: flex;
}

.captchasep1 .btn-refrsh {
    border: none;
    outline: none;
    background: transparent;
}

.captchasep1 input {
    /* width: 100% !important; */
    margin-top: 0 !important;
    padding: 10px 8px !important;
    width: 100px !important;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45% !important;
    /* border-radius: 5px; */
    /* border-top: 1px solid #ced4da; */
    /* border-right: 1px solid #ced4da; */
    /* border-bottom: 1px solid #ced4da; */
    /* background: url(../images/logo/captcha-bg.jpg); */
    /* font-weight: bolder !important; */
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 5px;
    font-style: italic;
    font-size: 18px;
    /* padding: 10px; */
    /* height: 100%; */
    color: #000;
    /* font-weight: bolder !important; */
}

@media screen and (max-width:660px) {
    .captchasep1 .captcha-codes-sec {
        width: 60% !important;
    }
}

/* form end */


/* write a review start */
.write-a-review {
    padding: 30px 0;
}

.write-a-review .write-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}

.write-a-review .write-form h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.write-a-review .write-form input {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 6px;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-right: 10px;
}

.write-a-review .write-form input:last-child {
    margin-right: 0;
}

.write-a-review .write-form textarea {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 6px;
    font-size: 13px;
    border-radius: 5px;
}

.write-a-review .write-form button {
    background: #e03400;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

/* reply box */
.write-review-query .write-review-query-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}

.write-review-query h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 20px 0px 20px;
}

.write-review-query .write-review-query-form h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}

.write-review-query .write-review-query-form h3 small {
    font-size: 12px;
    color: rgb(121, 121, 121);
}

.write-review-query .write-review-query-form p.propritor {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
}

.write-review-query .write-review-query-form p span {
    font-size: 13px;
}

.write-review-query .write-review-query-form span.loc-reveiw {
    font-size: 13px;
}

.write-review-query .write-review-query-form span.reveiw-date {
    font-size: 13px;
}

.write-review-query .write-review-query-form p.query-here {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.write-review-query .reveiw-date-right {
    float: right;
}

.write-review-query .reveiw-date-right .reveiw-date {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
}

/* write a review end */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ all tradeshow details page end */