.navbar-dark #header-wrap.fixed-header {
    background: #ffffff !important
}

.navbar-nav .nav-link {
    text-transform: none;
}

.bg-white {
    background-color: #ffffff !important;
}

.site-header {
    z-index: 10;
    position: relative;
}

#homebg {
    position: fixed;
    z-index: -1;
    max-width: 100%;
    top: 0;
}

.bg-orange {
    background: url(../images/bg-red-panel.png) no-repeat;
    background-size: cover;
}

.bg-stage-blue {
    background-color: #005bf7;
}

.bg-stage-orange {
    background-color: #ea3a34;
}

ul li {
    color: #949494;
}

.stage {
    padding: 15px 25px;
    box-sizing: border-box;
    height: 230px;
}

.stage ul li {
    color: #ffffff;
}

.shape-1.bottom {
    bottom: 0;
}

.clients-logo img {
    opacity: 0.7;
}

.bg-blue {
    background: url(../images/blue-panel.png) no-repeat;
    background-size: cover;
    background-color: #98D2EB !important;
}

table.with-border {
    border: 1px solid #ddd;
}

table.with-border td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 5px 10px;
}

h2.smaller {
    font-size: 1.8rem;
}

.bg-warning-soft {
    background-color: #005bf7;
}

.bg-warning-soft p {
    color: #ffffff;
}

.logoblack {
    display: none;
}

.logowhite {
    display: block;
}

#header-wrap.fixed-header .logoblack {
    display: block;
}

#header-wrap.fixed-header .logowhite {
    display: none;
}

@media(min-width: 992px) {
    .ai-works {
        background: url(../images/svg/15.svg) no-repeat;
        background-size: 70%;
        background-position: right bottom;
    }

    .bg-data {
        background: url(../images/bg-data.png) no-repeat;

        background-position: right center;
    }
}

@media screen and (min-aspect-ratio: 16/9) {
    #homebg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    #homebg {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 767px) {
    #homebg {
        display: none !important;
    }
}
