.btn.btn-secondary:hover {
    border: 1px solid #175EAB !important;
    background: transparent !important;
    color: #175EAB !important;
}
    .btn.btn-secondary {
    background: #175EAB !important;
    border: 1px solid #175EAB !important;
    color: #fff !important;
}
    .bg-info{
        background-color: #175EAB !important;

    }
    .topper .text .con span:first-child {
    color: #175EAB !important;
}
.btn.btn-primary {
    background: #175EAB !important;
    border: 1px solid #175EAB !important;
    color: #fff !important;
}

.ftco-footer .bg-primary:after{
    background: #00BCD4;
}

.ftco-footer .bg-primary {
    background: #3F51B5 !important;
    position: relative;
    z-index: 0;
}