.tradefairbanner,
.tradeshowbg {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.searrchbg input[type="button"],
.searrchbg input[type="search"] {
    font-size: 1rem;
    line-height: 50px;
    padding: 0 15px;
    box-shadow: none;
    float: left;
}
.tradefairbanner {
    padding: 70px 0;
    position: relative;
    background: #fff7f6;
    min-height: 305px;
}
.tradefairbanner p {
    font-size: 1.1;
    line-height: 1.8;
}
.tradefairbanner .maintitle {
    min-height: 4.8rem;
}
.tradeshowbg {
    padding: 40px 0;
    background: #fff;
}
.searrchbg {
    width: 100%;
    display: block;
    text-align: right;
    padding: 15px 0 0;
    position: relative;
}
.searrchbg::after {
    content: "";
    display: block;
    clear: both;
}
.searrchbg .formbgn {
    display: inline-block;
    box-shadow: 0 20px 20px rgb(112 66 225 / 0.2);
}
.searrchbg input[type="search"] {
    display: inline-block;
    background: #fff;
    border-radius: 6px 0 0 6px;
    color: #333;
    border: 1px solid #ddd;
    width: 500px;
    max-width: 100%;
}
.searrchbg input[type="button"] {
    display: inline-block;
    border-radius: 0 6px 6px 0;
    color: #fff;
    border: none;
    background: #0b2a44;
    transition: 0.3s ease-in-out;
}
.searrchbg input[type="submit"]:hover {
    background: #0b2a44;
}
.tradeshowbg .trdcoulmn {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    padding: 15px 20px;
    margin: 120px 0 0;
    box-shadow: 0 0 30px rgb(46 13 79 / 0.1);
    position: relative;
    min-height: 155px;
}
.tradeshowbg .trdcoulmn::after {
    content: "";
    display: table;
    clear: both;
}
.tradeshowbg .media {
	   width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -89px;
    margin-bottom: -70px;
    box-shadow: 0 0 50px rgb(112 66 225 / .2);
    /* float: left; */
    /* margin-right: 14px; */
    margin-left: 75px;
/*     width: 101px;
    height: 101px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: -55px;
    margin-bottom: -70px;
    box-shadow: 0 0 50px rgb(112 66 225 / 0.2);
    float: left;
    margin-right: 14px; */
}
.tradeshowbg .media img {
    height: 80%;
    margin-top: 50%;
    left: 50%;
    max-width: 80%;
    vertical-align: middle;
    position: relative;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.tradeshowbg .titlebg {
	 width: 100%;
    float: none;
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center;
/*     width: calc(100% - 115px);
    float: left;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
    margin-bottom: 1rem; */
}
.tradeshowbg .fairdate,
.tradeshowbg .location {
    margin: 0.5rem 0;
    display: block;
    line-height: 1.2;
    text-align: center;
    position: relative;
}
.tradeshowbg .location {
    font-size: 1rem;
    color: #333;
}
.tradeshowbg .location::before {
    content: "\f041";
    color: #e86221;
    font-family: FontAwesome;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-right: 5px;
}
.tradeshowbg .fairdate {
    font-size: 1rem;
    color: #666262;
}
.tradeshowbg .fairdate::before {
    content: "\f073";
    color: #e86221;
    font-family: FontAwesome;
    font-size: 1rem;
    line-height: 1.2;
    margin-right: 5px;
}
.tradeshowbg .tradelinks {
    display: block;
    margin: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 7px #e8e8e8;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #efefef;
}
.tradeshowbg .getquotess {
    display: inline-block;
    float: left;
}
.tradeshowbg .getquotess a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.9rem;
    line-height: 1.8;
    background: #0b2a44;
    border-radius: 30px;
    color: #fff;
    position: relative;
}
.noresult .getquoteebg a::before,
.tradeshowbg .getquotess a::before {
    content: "\f0e6";
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    font-family: FontAwesome;
    margin-right: 6px;
}
.tradeshowbg .viewsdetail {
    display: inline-block;
    float: right;
}
.tradeshowbg .viewsdetail a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.9rem;
    line-height: 1.8;
    background: #aca7a7;
    border-radius: 30px;
    color: #000;
    position: relative;
}
.tradeshowbg .viewsdetail a::before {
    content: "\f196";
    font-size: 1rem;
    line-height: 1.8;
    color: #000;
    font-family: FontAwesome;
    margin-right: 6px;
}
.paginationwrapper {
    display: block;
    overflow: hidden;
    margin-top: 50px;
}
.page-item.active .page-link {
    background-color: #122943;
    border-color: #122943;
}
.page-link {
    color: #122943;
}
.noresult {
    width: 100%;
    margin-top: 30px;
    padding: 40px 15px;
    overflow: hidden;
}
.noresult .caption {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
    display: block;
    text-align: center;
    overflow: hidden;
}
.noresult .caption span {
    color: red;
}
.noresult .getquoteebg {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.noresult .getquoteebg a {
    display: inline-block;
    padding: 5px 25px;
    font-size: 1rem;
    line-height: 1.8;
    background: #e86221;
    border-radius: 30px;
    color: #fff;
    position: relative;
    transition: 0.3s ease-in-out;
}
.noresult .getquoteebg a:hover {
    background: #000;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .searrchbg input[type="search"] {
        width: 300px;
        max-width: calc(100% - 128px);
    }
}
