
:root{

    --pix-main-color: #00a9ed;
    --pix-main-color-lighter: #0CB5F9;
    --pix-main-color-lighter-2x: #18C1FF;
    --pix-main-color-darker: #0091D5;
    --pix-main-color-hex: 0,169,237;
    --pix-gradient-color: #00a9ed;
    --pix-gradient-direction-webkit: left bottom;
    --pix-gradient-direction-o: top right;
    --pix-gradient-direction-moz: top right;
    --pix-gradient-direction: to top right;
    --pix-gradient-reverse-direction-webkit: top right;
    --pix-gradient-reverse-direction-o: left bottom;
    --pix-gradient-reverse-direction-moz: left bottom;
    --pix-gradient-reverse-direction: to left bottom;

    --pix-tab-overlay-color: #0f1a51;
    --pix-tab-overlay-gradient: #1f168b;
    --pix-tab-gradient-direction-webkit: top;
    --pix-tab-gradient-direction-o: bottom;
    --pix-tab-gradient-direction-moz: bottom;
    --pix-tab-gradient-direction: to bottom;
    --pix-tab-overlay-opacity: 0.01;

}


    body .pageheader span.vc_row-overlay{
        background: var(--pix-tab-overlay-color); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(var(--pix-tab-gradient-direction-webkit), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Safari 5.1-6*/
        background: -o-linear-gradient(var(--pix-tab-gradient-direction-o), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Opera 11.1-12*/
        background: -moz-linear-gradient(var(--pix-tab-gradient-direction-moz), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Fx 3.6-15*/
        background: linear-gradient(var(--pix-tab-gradient-direction), var(--pix-tab-overlay-color), var(--pix-tab-overlay-gradient)); /*Standard*/
        opacity: var(--pix-tab-overlay-opacity);
    }

    
body .pageheader{
    padding: 140px 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 19% 19%;
        background-attachment: fixed;
    }

body .pix-page{
    padding-top: 10px;
}


    body .pix-gradient,
    body .post__date,
    body .btn-gradient,
    body .widget-gradient,
    body .team__memberPost,
    body .step__icon > b,
    body .news__itemBody:before,
    body .project__info:before,
    body .related__postTitle:before,
    body .page-item.active .page-link,
    body .nav-links .page-numbers.current,
    body .subscribe {
        background: var(--pix-main-color);
    }

    body .footer__menu > ul > li:before,
    body .footer__social > a > i,
    body .news__itemInfo [class^="pix-icon-"],
    body .news__itemInfo [class*=" pix-icon-"],
    body .counter__amount > span,
    body .tab-pane li:before,
    body blockquote:before,
    body .blockquote:before,
    body .team__memberText li:before {
        color: var(--pix-main-color);
        background-image: none;
    }

