.wrap__slider .slider__item::before {
    background: rgb(255 255 255 / 65%);
}

.wrap__slider .slider__text.solid-background {
    background: rgb(112 112 112 / 50%);
}
.fullwidth-layout .wrap__headerBanner {
    background: rgb(197 197 197 / 62%);
}
.testimonials__content {
    text-align: center;
}












@media only screen and (min-width: 768px){
.form form .contact-form-columns .form-input-comments {
    left: auto;
}
}
@media (max-width:519px){
    .logo__image {
         height: auto !important;
}

.slider__image--fixed {
    display: none;
}

    .wrap__slider .slider__item {
        min-height: auto;
        padding-top: inherit;
    }

    .bx-viewport {
        height:auto;
}

}

@media (max-width: 767px) {
    .wrap__headerInfo {
        padding-left: 15px;
        padding-right: 15px;
        width: 70%;
    }
    .wrap__socialmediaHeader {
        width: 26%;
        text-align:right;
    }
    .wrap__slider .slider__item::before {
        background: rgb(255 255 255 / 5%);
    }
}

@media (max-width: 767px) {
    .home-layout .wrap__logoHeader {
        background: #fff;
    }
}

.location__phone:before{
    content:" Phone\: "
}
.location__fax:before{
    content:" Fax\: "
}
.wrap__headerInfo {
    height: 52px;
}

@media(max-width:768px){
    .wrap__navigationHeader {
        min-height: 76px;
        background: #0b3b4d;
    }
}