.dflt, .comment input[type='submit']{
    background: #00AEEF;
    color: #fff !important;
}
.button{
    background: #00AEEF;
    color: #fff !important;
}
.button:hover, .comment input[type='submit']:hover{
    background: deepskyblue;
}
a.anchor{
    color: #00AEEF;
}
a.anchor:hover{
    color: deepskyblue;
}

.card-srvc h2 a:hover{
    color: #00AEEF;
}
.card-srvc h2:before{
    border: 1px solid #00AEEF;
}
.consultInput input,
.consultInput textarea,
{
    border: 1px solid #00AEEF;
}
.consultInput button{
    background: #00AEEF;
    color: #fff;
    border: 1px solid #00AEEF;
}
.vertical-tab ul li:hover, .vta{
    background: #00AEEF;
    color: #fff !important;
    border-bottom: 1px solid #00AEEF;
}

.topbar{
    background: #00AEEF;
    color: #fff;
}
.topbar a{
    background: #0083b3;
    color: #fff;
    border: 1px solid #005e80;
}
.footerTop{
    background: #00AEEF;
    color: #fff;
}
footer{
    background: #0083b3;
    color: #fff;
}

































