.tradedtailbanner{
    width: 100%;
    margin:0;
    padding:100px 0;
    overflow: hidden;
    background: #000 url(../images/citybanner2.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.tradedtailbanner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68);
}
.tradedtailbanner h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
}

.tradedtailbanner h1 span{color:#B60101;}  

.tradedtailbanner p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.btn-ban {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.btn-ban a {
  color: #fff;
  background: #b60101;
  padding: 15px 60px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}
.tradedtailbanner .container{
    position: relative;
    z-index: 1;
}
.tradeshowcontent{
    display: block;
    position: relative;
    padding: 60px 0 0;
    z-index: 1;
}
.tradebanner{
    background: #f3f3f3;
    border-radius: 6px;
    padding: 20px;
    display: block;
}
.tradebanner .tradeprofile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgb(66 59 61 / .28);
    border-radius: 10px;
    padding: 16px;
    position: relative;
    margin: 0;
    background: #212121;
}
.tradebanner .figure {
    display: block;
    max-width: 200px;
    flex: 0 0 200px;
    border-radius: 10px;
    margin-right: 30px;
    background: #fff;
    padding: 15px;
}
.tradebanner .figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.tradebanner .content {
    display: block;
    flex: 1;
    float: left;
}
.tradebanner .content .title {
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 700;
}
.tradebanner .content p {
    display: block;
    font-size: 1rem;
    line-height: 1.7;
    color: #3d3d3d;
    margin-bottom: .5rem;
}
.tradebanner .fairdate{
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    display: block;
    margin-bottom: 0.5rem;
}
.tradebanner .fairdate::after{
    content: '\f073';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #de3831;
    font-family: 'FontAwesome';
}
.tradebanner .fairlocation{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.tradebanner .fairlocation::after{
    content: '\f041';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #de3831;
    font-family: 'FontAwesome';
}
.navbx {
    background: #fff;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #989899;
    overflow: hidden;
    margin-top: 10px;
}
.navbx ul{
    display: block;
}
.navbx ul li {
    margin: 0;
    display: inline-block;
    float: left;
}
.navbx ul li a{
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
}
.navbx ul li a.active,
.navbx ul li a:hover {
    color: #be0c30;
    background: #fff;
}
.seocontentbg {
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: justify;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.seocontentbg ul, .seocontentbg ol {
}
.seocontentbg ul li, .seocontentbg ol li {
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: .5rem;
    text-align: justify;
}
.seocontentbg ul li::after, .seocontentbg ol li::after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: 0 0;
    top: 7px;
    left: 0;
    border: 2px solid #c22c2b;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    content: "";
}
.tradefigurebg{
    display: block;
    margin-bottom: 2rem;
}
.tradefigurebg .row{
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.tradefigurebg [class*='col-']{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.tradefigurebg .figure {
    display: block;
    background: #f4f4f4;
    padding: 1.5rem 1rem;
}
.tradefigurebg .figure img {
    display: block;
    width: 100%;
    height: auto;
}

.formbg {
    background: #fff;
    border-radius: 6px;
    background: #f9f9f6;
    padding: 20px 10px;

}
.headerbx {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
    background-color: #ae190e;
    margin: -20px -10px 15px;
    padding: 20px 10px;
    border-radius: 6px 6px 0 0;
}
.formbg h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #cfcecc;
    padding-bottom: 10px;
}
.forminner{
    padding: 0 10px;
    background: #fff;
}
.formbg label{
    position: relative;
    bottom: -16px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
    margin-left: 10px;
    padding-right: 12px;
    padding-left: 10px;
    background-color: #fff;
    z-index: 3;
}
.formbg label span{
    color: #ee2618;
}
.input-outer {
    position: relative;
}
.formbg input[type='text']{
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    margin-bottom: 0;
    border-radius: 5px;
    color: rgba(0,0,0,0.9);
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0.0rem;
}
.formbg select{
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    margin-bottom: 0;
    border-radius: 5px;
    color: rgba(0,0,0,0.9);
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 0.5rem;
}
.formbg textarea{
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 5px;
    color: rgba(0,0,0,0.9);
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.formbg input[type='submit']{
    display: inline-block;
    color: #fff;
    background: #b60101;
    padding: 17px 0px;
    width: 100%;
    border-radius: 45px;
    display: inline-block;
    font-size: 18px;
    text-shadow: none;
    border:none;
    margin: 1rem 0;
    text-align: center;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}

@media screen and (max-width:767px){
    .tradedtailbanner h1 {
        font-size: 2.5rem;
    }
}