.page-header.page-header-lg {
    padding: 50px 0 !important;
}
.p-top-fix {
    position: fixed;
    top: 0px;
}
.header-height{
    height: 70px;
    min-height: 0px;
}

html .bg-color-primary, html .bg-primary, .footer-copyright {
    color: #D1B06C !important;
}

html .bg-color-danger,
html .bg-danger {
  background-color: #e36159 !important;
}
html .btn-warning {
    background-color: #D1B06C;
    color:aliceblue;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1240px) {
    .container {
        max-width: 98% !important;
    }
}
@media (max-width: 991px) {
    #header .header-nav-main nav > ul li.menu-active {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        background: #D1B06C;
    }
}
.skeleton-loader {
    background: linear-gradient(90deg, #eee 25%, #ddd 37%, #eee 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
