/*Otherpages*/

/*About*/
.sppb-blockquote-style{
    border-left: 6px solid #f56725;
    text-align:left;
    text-transform:uppercase;
    padding:5px 15px;
    margin:10px 0;
}

/*Commercial*/
@media (min-width:768px){
    .commercial-slideshow .addon-root-image-carousel {
        margin-right:-1000px;
    }
}
.commercial-slideshow .sppb-carousel-extended-heading {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.commercial-slideshow .sppb-carousel-extended-content-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    text-align:left;
    position: absolute;
}
.commercial-slideshow .sppb-carousel-extended-content-wrap:before{
    content:'';
    position:absolute;
    bottom:0;
    background:linear-gradient(0deg, rgb(0 0 0 / 80%), #00000000);
    height:50%;
    width:100%;
    left:0;
    z-index:-1;
}
.commercial-slideshow .sppb-carousel-extended-outer-stage {
    height:fit-content !important;   
}

/*Career*/
.career-form label{
    width:100%;
}
.career-form input,
.career-form select{
    border-radius:0 !important;
}
.career-form textarea{
    width:100%;
    border:1px solid rgba(0, 0, 0, 0.15);
}

/*Contact*/
.contact-form input,
.contact-form textarea{
    border-radius:0;
}
.contact-info {
    background: #f56725;
    padding:30px;
}
.contact-info .sppb-feature-box-title,
.contact-info .sppb-addon-text,
.contact-info .sppb-addon-text p,
.contact-info .sppb-addon-text a,
.contact-info .sppb-icon i{
    color:#fff !important;
}
@media (max-width:767px){
    .contact-form label,
    .contact-form input,
    .contact-form textarea{
        width:100%;
        max-width:100% !important;
    }
}

/*End of Otherpages*/