.citybanner {
    background: url(../images/citybanner2.webp) no-repeat center center;
    background-size: cover;
    display: block;
    position: relative;
    padding: 120px 0;
    min-height: 350px;
}
.citybanner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.citybanner .container{
    position: relative;
    z-index: 1;
}
.citybanner .bannertitle{
    display: block;
    font-size: 3.0rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
}
.citybanner p{
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 1rem;
}
.btngetquote{
    display: block;
    position: relative;
}
.btngetquote a{
    display: inline-block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 46px;
    color: #fff;
    background: #b60101;
    font-size: 1.0rem;
}
.container {
    max-width: 1320px;
}
.titlecity {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.shrtdescofcity{
    display: block;
}
.shrtdescofcity p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #212529;
    margin-bottom: 0.5rem;
}
.sectiontop {
    display: block;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.sectiontop .content{
    display: block;
    position: relative;
}
.sectiontop .figure{
    display: block;
    width: 100%;
}
.sectiontop .figure img{
    width: 100%;
    height: auto;
}
.margintoponerem {
    display: block;
    margin-top: 1.5rem;
}
.sectioncount{
    display: flex;
    margin:0;
    padding: 0;
    background: #192430;
}
.sectioncount .column{
    flex: 1;
    display: block;
}
.sectioncount .columninner{
    width: 100%;
    max-width: 660px;
    margin:0 auto;
    padding: 80px 0;
}
.sectioncount .figure{
    display: block;
    width: 100%;
    margin:0;
    padding: 0;
}
.sectioncount .figure img{
    width: 100%;
    height: auto;
}
.sectioncount .titlelv{
    color: #fff;
}
.sectioncount .shrtdesclv p{
    color: #fff;
}
.sectioncount .columninner ul{
    margin:1rem 0;
}
.sectioncount .columninner ul li{
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    margin:0.5rem 0;
    position: relative;
}
.sectioncount .columninner ul li::before{
    content: "\f138";
    position: static;
    margin-right: 15px;
    font-family: FontAwesome;
    color: #DDBE44;
    -webkit-text-stroke: 1px #DDBE44;
    font-size: 1.3rem;
    line-height: 1.5;
}
.sectioncount .titlecity,
.sectioncount .shrtdescofcity p{
    color: #fff;
}
.portfoliobg{
    display: block;
    position: relative;
    width: 100%;
    margin:0;
    padding: 60px 0;
    background: #F7F7F7;
    background-size: cover;
}
.portfoliobg [class*='col-']{
    margin:1rem 0;
}
.portfoliobg .column{
    display: block;
    width: 100%;
    
}
.portfoliobg .column .figure{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}
.portfoliobg .column .figure img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.portfoliobg .widthsmall{
    margin-bottom: 3rem;
}
.portfoliobg .column .caption{
    display: block;
    padding: 10px;
    text-align: center;
}
.portfoliobg .portfiliotitle{
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #000;
    font-weight: 500;
}


.faqbg{
    display: block;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background: #f7f7f7;
}
.faqbg::after{
    content: '';
    display: block;
    clear: both;
}
.faqbg .widthsmall{
    margin-bottom: 3rem;
}
.bor-bg{
    width:100%;
    display: block;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.tab-button{
    width:100%;
    display: block;
    position:relative;
    box-sizing:border-box;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 500;
    color:#777;
    line-height: 1.5;
    margin-bottom:0;
    text-transform:none;
    border-bottom: 1px solid #ebebeb;
    
}
.tab-caption{
    position:relative;
    width:100%;
    box-sizing:border-box;
    padding: 15px 15px;
    overflow:hidden;
    border-bottom: 1px solid #ebebeb;
}
.tab-button::after{
    content:'\f067';
    position:absolute;
    top:37%;
    right:15px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    -webkit-text-stroke:2px #fff;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #ca1f26;
    text-align: center;
}
.tab-caption p{
    font-size:17px;
    line-height:1.7;
    color:#000000BA;
    display:block;
}
.on{
    color:#000;
    border-top: 0;
}
.on::after{
    content:'\f068';
    position:absolute;
    top:50%;
    right:15px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
    background:#fff;
    color: #ca1f26;
    text-align: center;
    -webkit-text-stroke:2px #fff;
}
.testimonialbg{
    display: block;
    width: 100%;
    margin:0;
    padding: 60px 0;
    position: relative;
}

.testimonialbg .column{
    display: block;
    width: 100%;
    position: relative;
    background: #F6F6F6;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 30px;
}
.testimonialbg .rating{
    display: block;
}
.testimonialbg .rating i{
    font-size: 1.2rem;
    color: #F6AB36;
}
.testimonialbg .desc{
    display: block;
    margin:1rem 0;
}
.testimonialbg .desc p{
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}
.testimonialbg hr{
    width: 100%;
    background: 4032261a;
    margin:1rem 0;
    display: block;
}
.testimonialbg .caption{
    display: block;
    position: relative;
}
.testimonialbg .caption::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 54px;
    background: url(../images/quote.png) no-repeat center center;
    background-size: cover;
}
.testimonialbg .figbg{
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
}
.testimonialbg .figbg .figure{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonialbg .figbg .figure img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonialbg .figbg .figuretext{
    display: block;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #403226;
}
.testimonialbg .widthsmall{
    margin-bottom: 4rem;
}
.tradeshowbg{
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.tradeshowlisting {
  width: 100%;
  margin: 40px 0px 0px;
  padding: 0px;
}
.tradeshowlisting ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tradeshowlisting ul li {
  flex: 0 0 100%;
}


.tradeshowlisting ul li .box-inner{
 width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  position: relative;
  padding: 35px 15px;
  box-sizing: border-box; 
  border-radius: 6px;
}


.tradeshowlisting ul li .box-inner::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
  z-index: 1;
}

.tradeshowlisting ul li .box-inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 35px;
  width: calc(100% - 70px);
  height: calc(100% - 31px);
  background: #000;
  z-index: 2;
}

.tradeshowlisting ul li .box-inner .inner {
  position: relative;
  z-index: 111;
  text-align: center;
}

.tradeshowlisting ul li .box-inner  .figure {
  width: 70%;
  margin: 0 auto;
}

.tradeshowlisting ul li .box-inner  .figure img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.tradeshowlisting ul li .box-inner .caption {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
  text-align: center;
}

.tradeshowlisting ul li .box-inner .caption p{  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 5px;}


.tradeshowlisting ul li .gray-box {
  background: #e9e9e9;
  color: #fff;
  padding: 5% 0;
  text-align: center;
}


.tradeshowlisting ul li .gray-box p {
  font-size: 17px;
  color: #000; line-height: 30px; font-weight: 400;
}

.tradeshowlisting ul li .redbgbtn {
  margin:20px 0px;
}

.tradeshowlisting ul li .seemorebtn {
  background: #b60101;
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
.floatleft{
    
}
@media screen and (max-width: 767px){
    .sectiontop {
        text-align: center;
    }
    .sectiontop .btngetquote {
        margin-bottom: 1.5rem;
    }
    .sectioncount {
        flex-direction: column;
    }
    
    .sectioncount .column {
        width: 100%;
    }
    
    .sectioncount .column.floatleft {
        order: -1;
    }
    
    .sectioncount .columninner {
        padding: 60px 15px;
    }
    .floatleft{
        float:left;
    }
    .tab-button{
        padding: 20px 35px;
    }
}