﻿
body {
    color: #3b454f;
}


.color-default {
    color: #3b454f
}

.color-default-light {
    color: #718292
}

.color-default-dark {
    color: #192026
}

.color-primary {
    color: #1d4c80
}

.color-primary-light {
    color: #5988bb
}

.color-primary-dark {
    color: #08284b
}

.color-secondary {
    color: #ef111b
}

.color-secondary-light {
    color: #ef4040
}

.color-secondary-dark {
    color: #bf0008
}

.color-dark {
}

.color-light {
}

.bg-primary-dark {
    background-color: #08284b;
}

.bg-primary {
    background-color: #5988bb;
}

.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: #1d4c80;
    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: #bf0008 !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: #ed1c24;
}

.sticky.header-appear .header-dark, .sticky .header-dark.header-always-fixed-scroll {
    background-color: #001B36 !important;
}

.footer-digital-agency.footer-light a:hover {
    color: #2e8ece;
}

.text-gradient-fast-blue-purple {
    background: linear-gradient(to right, #0039e3, #0039e3, #127ec6, #3c92cb, #2e8ece);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #0039e3, #4132e0, #127ec6, #3c92cb, #2e8ece);
}
