:root {
    --base-color-a: #895b37;
    --base-color-b: #32485d;
}

.bg-topbar-color {
    background-color: #f2f2f2;
}

.logo-box {
    display: flex;
    padding: 12px 0 !important;
    align-items: center;
}

.logo-box .logo-text h3 {
    font-size: 24px;
    font-weight: 600;
}

.logo-box .logo-text h4 {
    background-color: var(--base-color-b);
    color: #ffffff;
    padding: 0px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
    text-align: center;
}

.table-tender.table thead {
    background-color: var(--base-color-b);
}

.table-tender.table thead th {
    font-weight: 500;
}

.table-tender.table-hover .table-dark:hover {
    background-color: var(--base-color-b);
}

.price-table .table-content .list-items li a i {
    color: var(--base-color-b);
    font-size: 18px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
}

.price-table .table-header {
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
}

.service-box .service-icon img {
    width: 52px;
    height: auto;
    margin-bottom: 6px;
}

.service-icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.service-box:hover .service-icon h4 {
    color: #fff;
}

.marque_block {
    background: var(--base-color-a);
    align-items: center;
}

.marquee_title {
    white-space: nowrap;
    position: relative;
    width: auto;
    font-size: 18px;
    padding: 0 15px;
    text-align: center;
    background: var(--base-color-b);
    color: #ffffff;
    font-weight: 400;
    line-height: 42px;
    height: 42px;
}

.marquee_title:after {
    content: "";
    border-top: 21px solid transparent;
    border-left: 21px solid var(--base-color-b);
    border-right: 21px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0;
    margin: auto;
    position: absolute;
    left: 100%;
    z-index: 1;
}

.marquee_title:before {
    content: "";
    border-top: 21px solid transparent;
    border-left: 21px solid #ffffff;
    border-right: 21px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0;
    margin: auto;
    position: absolute;
    left: calc(100% + 5px);
    z-index: 1;
}

.marquee_content {
    width: 90%;
    color: #000;
}

.marquee_content marquee {
    height: 100%;
    padding-top: 4px;
}

.marquee_content a {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    height: 28px;
    margin-right: 30px;
}

#marque {
    position: relative;
    background-color: #ffffff;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}

.site_links {
    display: block;
    margin-bottom: 5px !important;
}

.site_links .link {
    padding: 8px;
    display: flex;
    border-radius: 3px;
    margin-top: 12px;
    margin-bottom: 0;
}

.site_links .link i {
    margin-right: 6px;
}

.site_links .link i {
    margin-right: 6px;
    margin-top: 5px;
}

.login-outer {
    color: var(--base-color-a);
    border: 5px solid rgb(137 91 54 / 40%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    padding: 12px;
    position: relative;
}


/* .login-outer:after {
    content: "";
    background: #895b37;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.login-outer:hover:after {
    opacity: 1;
} */

.login-outer:hover {
    background-color: var(--base-color-a);
}

.login-outer:hover .login_btn h4 {
    color: #ffffff;
}

.login-outer .card-body {
    padding: 0px;
}

.login_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_btn img {
    width: 48px;
    height: auto;
    margin: 0 auto 6px;
}

.login_btn h4 {
    margin: 0;
    color: var(--base-color-a);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.page-banner-section {
    background-color: #dfdfdf;
    background-image: url(../images/bg/banner_bg.jpg);
    background-size: contain;
    background-position: right center;
}

.banner_bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.banner_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/banner-b.jpg);
    background-size: cover;
    background-position: center center;
}

.page-banner-content {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px 0;
    justify-content: end;
    flex-direction: column;
}

.contact-block {
    min-height: 125px;
    border-bottom: 3px solid var(--base-color-b);
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-file-label {
    background-color: #EDF0FA;
}

.contact-form .input-group-text,
.contact-form .custom-file-label::after {
    background-color: var(--base-color-b);
    color: #fff;
}

.error-inner {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.error-area {
    background-size: cover;
}

.custom-file-label {
    border: 1px solid var(--base-color-b);
}

