h2,
.h2 {
    color: #bb0505
}

.mt-30{
    margin-top: 30px;
}

footer {
    background: #000000;
    padding: 90px 0 25px 0;
    color: #fff
}

.btn-footer-submit:hover{
    color: #000;
}

.section-bg-1 {
    background-color: #ffffff;
}
.section-space {
    padding: 80px 0 80px 0;
}

.center {
    text-align: center;
}

.underline-bottom {
    margin: 0 0 40px 0;
}

.no-fs {
    font-size: 0;
}

.down-arrow {
    margin-top: -8px;
    text-align: center;
}
.down-arrow:before {
    display: block;
    content: '\f078';
    color: #f3f3f3;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: .2s;
}
.down-arrow-left {
    padding-left: 20px;
}
.faq-title.active .down-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-bg {
    background-color: #232020;
    padding: 15px;
    cursor: pointer;
}
.faq-bg-width {
    width: 100%;
}
.faq-answer-pad {
    padding: 15px;
}
.faq-row-bottom {
    padding-bottom: 30px;
}
.faq-answer-bg {
    background-color: #ffffff;
}

.distab {
    display: table;
}

.faq-white-text h3
{
    color: #f3f3f3;
}

.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.section-bg-1 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}


.mb-30{
    margin-bottom: 30px !important;
}