.service-image .service-icon i {
    position: relative;
    font-size: 60px;
    color: #103667;
    top: -7px;
    width: 60px;
    display: block;
}

.bg-success {
    display: block;
}

@media (min-width:992px) {
    .product-category__breadcrumb {
        margin-top: 110px;
    }
}


.form-newsletter__home label {
    display: none !important;
}

.footer {
    clear: both;
}

.first-footer h5 {
    font-weight: 600;
    color: #015aab;
    font-size: 1rem;
    text-transform: uppercase;
}

.fb-page {
    margin-top: 10px;
}

.item_product_main .item-product-name {
    text-transform: uppercase;
}

h1.heading_title {
    color: #205a99;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

@media (min-width:600px){ 
.section_transport .content-transport .transport-bottom h3 {
    min-height: 50px;
}
}

.show-1-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.show-2-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show-3-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.show-5-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}