:root {
    --theme-color : #818589;/*#4d9fbc;*/
    --tsecond-color : #71797E;/* #2b4768;*/
    --tthird-color :#2b2e33;

    /*--theme-color: #ef962d;*/
    --secondary-color: #71797E; /*#2b4768;*/
    --third-color: #666666;
    --primary-color-rgb: 0,102,178;/*250,67,24;*/
    --secondary-color-rgb: 129,133,137;/*2,0,51;*/        
    --third-color-rgb: 102, 102, 102;
    --link-color: #0066b2;
    --link-color-hover: #0066b2;
    --link-color-active: #0066b2;
    --gradient-color-from: #007FFF;
    --gradient-color-to: #89CFF0;
    --gradient-color-from-rgb: 77, 119, 223;    /*168,0,61;*/
    --gradient-color-to-rgb: 135, 165, 227;    /*243,0,48;*/
}
/*#f06b3f*/

.footer-3
{
    bottom: 0;
    position: fixed;
    width: 100%;
}