.tradeshowbanner{
    display: block;
    width: 100%;
    position: relative;
    padding: 85px 0;
    text-align: center;
    background: #f8f9fb;
}
.tradeshowbanner::after{
    content: '';
    display: block;
    clear: both;
}
.tradeshowbg{
    display: block;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.tradeshowbg [class*='col-']{
    margin: 1rem 0;
}
.tradeshowbg .column{
    display: block;
    position: relative;
    width: 100%;
    background: #E9E9E9;
    height: 100%;
}
.tradeshowbg .figurebg{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #000;
    padding: 35px 15px;
    position: relative;
}
.tradeshowbg::after,
.tradeshowbg .figurebg::after,
.tradeshowbg .column::after{
    content: '';
    display: block;
    clear: both;
}
.tradeshowbg .figurebg::after{
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    z-index: 1;
}
.tradeshowbg .figurebg::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 35px;
    width: calc(100% - 70px);
    height: calc(100% - 31px);
    background: #000;
    z-index: 2;
}
.tradeshowbg .figurebg .inner{
    position: relative;
    z-index: 3;
    text-align: center;
}
.tradeshowbg .figurebg .figure{
    width: 70%;
    margin: 0 auto;
}
.tradeshowbg .figurebg .figure img{
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}
.tradeshowbg .caption{
    display: block;
    position: relative;
    padding: 20px 0 0;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.tradeshowbg .caption::after{
    content: '';
    display: block;
    clear: both;
}
.tradeshowbg .caption .evntitle{
    display: block;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500;
    min-height: 52px;
}
.tradeshowbg .caption .evntdte{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500;
}
.tradeshowbg .caption .evntloction{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}
.tradeshowbg .captioncontainer{
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.tradeshowbg .captioncontainer::after{
    content: '';
    display: block;
    clear: both;
}
.tradeshowbg .captioncontainer .evntitle{
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
}
.tradeshowbg .captioncontainer .evntdte{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
}
.tradeshowbg .captioncontainer .evntloction{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}
.tradeshowbg .captioncontainer .readmore{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    background: #b60101;
    padding: 8px 30px;
    color: #fff;
    border-radius: 3px;
    margin-top: 1rem;
} 
.page-link{
    color: #000;
}
.page-item.active .page-link{
    background-color: #A72416;
    border-color: #A72416;
}
@media screen and (max-width:767px){
    .tradeshowbanner{
        padding: 135px 0 85px 0;
    }
}