header {
    margin-bottom:0 !important;
}
.top-industry-banner {
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.industry-heading {
    font-size: 30px;
    width:100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb {
    padding: 15px 0px;
    margin-bottom: 0;
}

.cat-cont {
    margin-bottom: 20px;
    display: block;
    background: #fff;
    height: 100%;
    padding-bottom: 35px;
}

h4.subcat-head a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.cat-lower-container {
    padding-left: 15px;
}

.subcat-head {
    margin-top: 15px;
}


.cat-cont ul {
    margin-top: 15px;
}

.cat-cont ul a {
    font-size: 16px;
    color: #767676;
}

.cat-cont ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cat-img img {
    width: 100%;
}

.cat-readmore {
    color: #ff6701;
    margin-top: 15px;
    display: block;
    padding-bottom: 15px;
    position: absolute;
    bottom: 15px;
}

.cat-cont ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.page-heading {
    color: #767676;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 25px;
}

.products__dots {
    width: 100%;
    text-align: center;
}

.products__dots .owl-dot.active span,
.products__dots .owl-dot:hover span {
    background: #fe6701;
}

.products__dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d8d8d8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.products__dots button {
    background-color: initial;
    outline: none !important;
}

.product__img {
    width: 100%;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.product__img img {
    /* width: initial !important;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    vertical-align: middle;
    display: inline-block !important; */
}

.product__img img {
    width: 100%;
    height: 100%;
}

.products-item-cont {
    margin: 0 10px;
}

.first-child .products-item-cont {
    margin-left: 0;
}

.last-child .products-item-cont {
    margin-right: 0;
}

.products-item-cont {
    background: #fff;
}

.product__title h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #767676;
    min-height: 32px;
}

.product__title h4 {
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}
.company__logo img {
    width: 100px !important;
    margin: 0 auto;
}

.product__company {
    padding-top: 15px;
    padding-bottom: 15px;
}

.company__logo {
    padding-bottom: 15px;
}

.product__btns > a {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
}
a.contactnow-btn {background: #282828;border-bottom-right-radius: 5px;}

a.readmore-btn {
    border-bottom-left-radius: 5px;
    background: #fe6701;
}

.buyoffer__listing_container {
    background: #fff;
    padding: 15px 5px;
    height: 100%;
}

.secondary__heading {
    background: #fe6701;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
}

li.buyoffer__listing span > a {
    display: inline-block;
}

span.buyoffer__flag {
    width: 30%;
}

li.buyoffer__listing > a > span {
    display: inline-block;
    font-size: 16px;
    color: #767676;
    float: left;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.buyoffer__title {
    width: 50%;
}
span.buyoffer__date {
    width: 20%;
    text-align: right;
}

span.buyoffer__flag img {
    height: 15px;
    width: 25px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}

li.buyoffer__listing {
    margin-bottom: 5px;
    padding: 15px 0px;
}

span.buyoffer__title {
    text-transform: capitalize;
}
.products__dots{
    margin:25px 0px;
}

.company__name {
    text-align: center;
    color: #767676;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.bol-topform-cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
}

.bol-topform-cont input, .bol-topform-cont textarea, .bol-topform-cont select {
    background: #f6f6f6;
    color: #a4a4a4;
}

.bol-topform-cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 15px;
    height: 100%;
}

.bol-topform-cont input, .bol-topform-cont textarea, .bol-topform-cont select {
    background: #f6f6f6;
    color: #a4a4a4;
}

.bol-topform-cont .btn {
    width: 100%;
    color: #fff;
    background: #fe6701;
    font-size: 16px;
}
.bol-topform-cont .btn:hover{
    color: #fff;
    background: #d65a06;
}
.footer-cont {
    margin-top: 25px;
}
.container.page__last_container {margin-bottom: 25px;}

.page-content h2 {
    font-size: 24px;
}
.page-content h3 {
    font-size: 20px;
}
.page-content h4 {
    font-size: 18px;
}
.page-content p{
    font-size:16px;
    line-height:24px;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 15px;
    color: #fe6701;
    text-transform: uppercase;
    font-weight: bold;
}
.nolg-container > textarea{
    height:170px !important;
}
@media screen and (max-width:767px){
    .industry-heading{
        font-size: 16px;
    }
    .industry-heading {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
        text-transform: capitalize;
        line-height: 28px;
    }    
}
@media screen and (max-width:500px){
    .products__dots{
        display:none;
    }
    div#featured-products-slider {
        margin-bottom: 20px;
    }
    
    .buyoffer__listing_container {
        margin-bottom: 25px;
    }    
}
@media screen and (max-width:450px){
    h4.subcat-head a{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;        
    }
}