.about-us{
    background-image: linear-gradient(to right, #331300 0%, #e86515 100%);
    padding: 40px 0px !important;
}

.about-top {
    text-align: center;
}

.about-top h1{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-top p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.search-faq .input-group .btn {
    position: relative;
    z-index: 2;
    height: 50px;
    background-color: #c44a00;
    border: 1px solid #c44a00;
}

.faq-view{
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.accordion-button:not(.collapsed) {
    color: #c44a00;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.inhouse-form{
    background: #fff;
    border:1px solid #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.inhouse-form h3{
    background: #e86515;
    padding:20px;
    text-align:center;
    color:#fff;
}

.inhouse-lead-form{
    padding: 20px;
}

.inhouse-form .form-label {
    margin-bottom: 0rem;
}

.pad-para{
    line-height: 22px;
    padding-top: 10px;
}

.inhouse-form label.form-check-label {
    color: #000;
}

.btn-orange-inner {
    color: #fff;
    background-color: #e86515;
    border-color: #e86515;
    margin-top:20px;
}

.btn-orange-inner:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}