/* Our primary color */

/* For text and links */
.yellow-color {
    color: #FDCC52 !important;
}

.yellow-color-hov:hover {
    color: #FDB549 !important;
    text-decoration: underline;
}

.yellow-underline {
    text-decoration: underline !important;
    text-decoration-color: #fdcc52 !important;
}

/* For buttons */
.yellow-bg {
    background-color: #FDCC52 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.yellow-bg-hov:hover {
    background-color: #FDB549 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Our green color */

.green-color {
    color: #407965 !important;
}

.green-color-hov:hover {
    color: #688a5f !important;
    text-decoration: underline !important;
}

.green-bg {
    background-color: #407965 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.green-bg-hov:hover {
    background-color: #688a5f !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.green-border {
    border-color: #8cba80 !important;
}

/* Our blue color */
.blue-color {
    color: #3d348b !important;
}

.blue-color-hov:hover {
    color: #342d68 !important;
    text-decoration: underline !important;
}

.blue-bg {
    background-color: #3d348b !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.blue-bg-hov:hover {
    background-color: #342D68 !important;
    color: white !important;
    letter-spacing: 0 !important;
}

.blue-border {
    border-color: #3d348b !important;
}

/* Our red color */
.red-color {
    color: #f26157 !important;
}

.red-color-hov:hover {
    color: #b04b42 !important;
    text-decoration: underline !important;
}

.red-bg {
    background-color: #f26157 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.red-bg-hov:hover {
    background-color: #B04B42 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Our orange color */
.orange-color {
    color: #ee8434 !important;
}

.orange-color-hov:hover {
    color: #b45a2d !important;
    text-decoration: underline !important;
}

.orange-bg {
    background-color: #ee8434 !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.orange-bg-hov:hover {
    background-color: #b45a2d !important;
    color: white !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Our white color */
.white-color {
    color: #fff !important;
}

.white-color-hov:hover {
    color: #ededed !important;
    text-decoration: underline !important;
}

.white-bg {
    background-color: #fff !important;
    color: black !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.white-bg-hov:hover {
    background-color: #ededed !important;
    color: black !important;
    letter-spacing: 0 !important;
}

.black-color {
    color: black !important;
}

.black-color-hov:hover {
    color: black !important;
    text-decoration: underline !important;
}

.grey-hover:hover {
    color: grey !important;
}

/* All button fix */

.btn-fix {
    letter-spacing: 0px !important;
    font-weight: 600 !important;
}


/* light blue */

.light-blue-bg {
    background-color: #eeecf8 !important;
}


