#masthead {
    background-color: #FFCC29;
}
#main-navigation > .list-inline > li > a {
    font-weight: 600;
}
.social-icons > li > a {
    background-color: #FFCC29;
    border: 1px solid #FFCC29;
}
.top-bar-item .fa{
    color: #FFCC29 !important;
}
.owl-carousel .owl-controls .owl-dot span {
    border: 2px solid #FFCC29;
}
.owl-carousel .owl-controls .owl-dot.active span {
    background-color: #FFCC29;
    border: 2px solid #FFCC29;
}
.title1:after {
    background-color: #FFCC29;
}
.quover-features .practice-areas-item:hover {
    background-color: #FFCC29 !important;
}
.section-testimonials .testimonial-carousel footer {
    color: #FFCC29 !important;
}
.title-section:after {
    background-color: #FFCC29 !important;
}
.section-contact .form input[type=submit] {
    background: #FFCC29;
}
.back-to-top {
    background: #FFCC29;
}
.footer-social-icons .social-icons-list a:hover {
    background: #FFCC29;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}


/*****/

.about-content p{
    max-width: 700px;
}

