body{
    color:#000;
}
.header-button a.btn.btn-large {
    padding: 10px 21px;
}

header.sticky.sticky-active .header-button a.btn.btn-large {border-color: #000;color: #000;}

header.sticky.sticky-active .header-button a.btn.btn-large:hover {
    background: #000;
    color: #fff;
}
.about-us-sec {
    background-image: url(../images/demo-it-business-about-bg.jpg);
    min-height: 620.851px;
    width: 100%;
    background-size: cover;
}

@media screen and (max-width:991px){
    .header-button a.btn.btn-large {border-color: #000;color: #000;}

    .header-button a.btn.btn-large:hover {
        background: #000;
        color: #fff;
    }
}

.text-base-color, .btn-link.text-base-color{
    color: #9C1EA2;
}
.static-content-sec h2,
.static-content-sec .h2{
    font-size: 28px;
    font-weight: 600;
}
.static-content-sec h3,
.static-content-sec .h3{
    font-size: 24px;
    font-weight: 600;
}
.static-content-sec h3 strong,
.static-content-sec .h3 strong{
    font-weight: 600;
}