.bannerDetails h1 {
    font-size: 40px;
line-height: 45px;
}
.welcomText p {
    color: #000000;
}
.blue {
    color: #b89840;
}
.bannerDetails h1 span {
    color: #b89840;
}
.testiItem p {
    color: #000000;
}
.testiItem h5 {
    color: #b89840;
}
.callToActionContent h3 {
    color: #000000;
}
.iconBox i {
    color: #b89840;
}
.teamDetails {
    background: #000000;
}
.sectionTitle {

    font-size: 26px;
}
.singleBlogPageHeader {
    min-height: 100px;
.singleHeader {
    width: 100%;
    position: relative;
    padding-top: 105px;
}
.stellarButton {
    background: #b89840;
.stellarButton {
    width: 230px;
    height: 50px;
    background: #ffd667;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    line-height: .8;
    color: #000;
    letter-spacing: 2px;
    border-radius: 3px;
    padding: 19px 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    display: none;
}