* {
    margin: 0;
    padding: 0;
}

.gradient-bg {

    background: -moz-radial-gradient(circle at 3% 25%, rgba(0, 38, 83, 1) 0%, rgba(4, 12, 24, 1) 100%) !important;

    /* safari 5.1+,chrome 10+ */
    background: -webkit-radial-gradient(circle at 3% 25%, rgba(0, 38, 83, 1) 0%, rgba(4, 12, 24, 1) 100%) !important;

    /* opera 11.10+ */
    background: -o-radial-gradient(circle at 3% 25%, rgba(0, 38, 83, 1) 0%, rgba(4, 12, 24, 1) 100%) !important;

    /* ie 10+ */
    background: -ms-radial-gradient(circle at 3% 25%, rgba(0, 38, 83, 1) 0%, rgba(4, 12, 24, 1) 100%) !important;

    /* global 92%+ browsers support */
    background: radial-gradient(circle at 3% 25%, rgba(0, 38, 83, 1) 0%, rgba(4, 12, 24, 1) 100%) !important;

}

.gbs-bg {
    background: #b69c08;
}

.text-gbs {
    color: #9c8605de;
}