.logo img {
    width: 140px;
    display: flex;
    margin: 0px 0px 0px 90px;
}

.shadows > div {
    height: 270px;
}

.shadows img {
    width: 110px;
}

.shadows div.vc_column-inner {
    background: none !important;
    border: 2px solid #e6e6e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

div#back-top {
    display: none;
}

.brand_carousel{
    margin: 0 !important;
}

.brand_carousel .group img {
    height: 80px;
}

.brand_carousel .owl-carousel {
    margin-bottom: 0px !important;
}

.page_banner{
    margin-top: -70px;
}

.home-overlay > div {
    content: "";
    inset: 0;       
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.overlay{
    position: relative;
    overflow: hidden;
}

.overlay > div {
    content: "";
    position: absolute;
    inset: 0;       
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.overlay > * {
    position: relative;
    z-index: 2;
}