.white-txt{
    color:#fff;
}

.red-txt{
    color:#C2452D;
}

.lightblue-txt{
    color:#83B5C0;
}

.blue-txt{
    color:#2A8093;
}

.navy-txt{
    color:#26325E;
}

.vc_figure-caption {
    color: #666666;
}

.kbbutton{
    color: #494949;
text-transform: uppercase;
text-decoration: none;
background: #ffffff;
padding: 15px 20px;
border: 2px solid #494949;
display: inline-block;
transition: all 0.4s ease 0s;
    
}