/* start about us*/

.brand {
    background: #F5F5F5;
}

.brand .breadcrumb {
    margin: 0;
    padding: 10px 0;
}

.about-us {
    padding: 60px 0;
}

.about-us h1 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -3px;
    font-size: 68px;
}

.about-us hr {
    width: 70%;
    color: aquamarine
}

.about-feat {
    padding: 0 0 70px
}

.about-feat h3 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -2px;
    font-weight: bolder;
}

.about-feat p {
    margin-bottom: 20px
}

about-ceo {
    padding-top: 40px;
    background: #EEE;
}

.about-ceo h2 {
    font-weight: bolder;
    font-size: 45px;
    letter-spacing: -3px;
}

.about-ceo p {
    line-height: 1.8
}

.about-ceo .btn-primary {
    background: #333;
    margin-bottom: 40px;
}

.faq {
    padding: 40px 0;
}

.faq h1 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -3px;
    font-size: 68px;
}

.faq hr {
    width: 70%;
}

.faq-questions .panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #444;
}

.faq-questions .panel-heading a.collapsed:after {
    content: "\e080";
    color: #999;
}


/* end about us*/