﻿
body {
    color: #3b454f;
}


.color-default {
    color: #3b454f
}

.color-default-light {
    color: #718292
}

.color-default-dark {
    color: #192026
}

.color-primary {
    color: #1469b4
}

.color-primary-light {
    color: #268adf
}

.color-primary-dark {
    color: #084b85
}

.color-secondary {
    color: #fbaa32
}

.color-secondary-light {
    color: #ffcd1a
}

.color-secondary-dark {
    color: #f18c00
}

.color-dark {
}

.color-light {
}

.bg-primary {
    background-color: #1469b4 !important;
}

.bg-primary-dark {
    background-color: #084b85 !important;
}

.bg-secondary {
    background-color: #fbaa32 !important;
}

.bg-gradient {
    background: rgb(17,104,178);
    background: linear-gradient(0deg, rgba(17,104,178,1) 0%, rgba(250,167,53,1) 100%);
}

.bg-gradient-dark {
    background: rgb(0,43,80);
    background: linear-gradient(0deg, rgba(0,43,80,1) 0%, rgba(255,148,0,1) 100%);
}

.bg-gradient-primary {
    background: rgb(17,104,178);
    background: linear-gradient(0deg, rgba(17,104,178,1) 0%, rgba(255,255,255,0) 100%);
}

.bg-gradient-primary-dark {
    background: rgb(0,43,80);
    background: linear-gradient(0deg, rgba(0,43,80,1) 0%, rgba(255,255,255,0) 100%);
}

.bg-gradient-primary-dark-to-end {
    background: rgb(0,43,80);
    background: linear-gradient(90deg, rgba(0,43,80,0.5) 0%, rgba(255,255,255,0) 50%);
}


.bg-gradient-secondary {
    background: rgb(250,167,53);
    background: linear-gradient(0deg, rgba(250,167,53,1) 0%, rgba(255,255,255,0) 100%);
}

.bg-gradient-secondary-dark {
    background: rgb(255,139,0);
    background: linear-gradient(0deg, rgba(255,139,0,1) 0%, rgba(255,255,255,0) 100%);
}



.bg-transparent-gradient-custom {
    background-image: linear-gradient(to right top, rgba(220, 0, 0, 0.80), rgba(135, 40, 74, .8), rgba(86, 46, 93, .8), rgba(50, 50, 106, .8), rgba(11, 54, 121, .8));
}

.blog-metro .blog-post .blog-post-image .blog-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #07377b;
    background: linear-gradient(0deg, rgba(0, 37, 94, 0.90) 0%, rgba(23,23,23,0) 88%);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.sticky .navbar-dark.header-light .navbar-nav .nav-link.active {
    color: #fbaa32 !important
}

/*.sticky .navbar.header-light .navbar-nav .nav-link
{
    color: #07377b !important
}*/


.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left, .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border-color: #fbaa32;
}

.text-red, .btn-link.text-red, a.text-red-hover:hover {
    color: #fbaa32;
}

.bg-red {
    background-color: #fbaa32;
}

.btn.btn-tussock {
    background: #fbaa32;
    border-color: #fbaa32;
    color: #ffffff;
}

    .btn.btn-tussock:hover, .btn.btn-tussock:focus {
        background: transparent;
        color: #fbaa32;
    }

.text-yellow-ochre, .btn-link.text-yellow-ochre, a.text-yellow-ochre-hover:hover {
    color: #fbaa32;
}


.btn.btn-yellow-ochre {
    background: #fbaa32;
    border-color: #fbaa32;
    color: #ffffff;
}

    .btn.btn-yellow-ochre:hover, .btn.btn-yellow-ochre:focus {
        background: transparent;
        color: #fbaa32;
    }

.home-startup .rs-btn:hover .fa-play {
    color: #fbaa32 !important;
}

.bg-gradient-orange-pink {
    background-image: linear-gradient(to right top, #fbaa32, #eb3239, #ff4271, #f56488, #f1c9d3)
}

.btn.btn-transparent-fast-red {
    background: transparent;
    border-color: #fbaa32;
    color: #fbaa32;
}


.btn.btn-transparent-fast-blue:hover, .btn.btn-transparent-fast-blue:focus {
    background: #fbaa32;
    border-color: #fbaa32;
    color: #fff;
}


.border-color-primary {
    border-color: #1469b4 !important;
}

.border-color-primary-light {
    border-color: #268adf34 !important;
}

.text-gradient-fast-blue-orange {
    background: linear-gradient(to right, #055293, #1767b3, #fbaa32d9,#fbaa32, #f7b552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
