body {
    --theme-color: #D3AF37;
    --gr-color-start: #002D54;
    --gr-color-end: #0064BA;
}

:root {
    --theme-color: #D3AF37 !important;
    --gr-color-start: #002D54 !important;
    --gr-color-end: #0064BA !important;
    --gr-color-start: #002D54;
    --gr-color-end: #0064BA;
}


/*------------------------------------------------------
/  3. Buttons & Links
/------------------------------------------------------*/

.qu_btn {
    background: linear-gradient(90deg, #002D54 0%, #0064BA 100%);
}

body.qu_btn02 {
    background: linear-gradient(90deg, #002D54 0%, #0064BA 100%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #002D54;
    line-height: 1.5;
    margin: 0 0 15px;
}

p {
    color: #1a1a1a;
}


/* Header fixed logo white */

.header03.fixedHeader .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%) hue-rotate(47deg) brightness(108%) contrast(100%);
}

.fixedHeader.header03 {
    background: #002D54;
}