.marque_block {
    background: #00734C;
}

.marquee_title {
    white-space: nowrap;
    position: relative;
    width: auto;
    font-size: 20px;
    padding: 6.5px 10px;
    text-align: center;
    background: #dc0021;
    color: #fff;
}

.marquee_title:after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid #dc0021;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    margin: auto;
    position: absolute;
    left: 100%;
    z-index: 1;
}

.marquee_content {
    width: 90%;
    color: #000;
}

.marquee_content marquee {
    height: 100%;
    color: #000000;
}

.marquee_content a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 38px;
    height: 38px;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    position: relative;
    cursor: pointer; 
    overflow: hidden;
    height: 100%;
    padding-bottom: 30px;
}

.small-box::before {
    position: absolute; 
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #34495e;
    transform-origin: 0 bottom 0;
    transform: scaleY(0);
    transition: .4s ease-out;
    z-index: 1;
}
.small-box:hover::before {
    transform: scaleY(1);
}

.small-box>.inner {
    padding: 10px;
    position: relative;
    z-index: 2;
}

.small-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    z-index: 5;
}

.small-box:hover h3 span, .small-box:hover p, .small-box:hover .icon>i {
    color: #ffffff !important;
}
.small-box h3 span {
    color: #444444 !important;
}

.small-box p {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;
    line-height: normal !important;
}

.small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}

.small-box .icon>i {
    color: #606060;
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    z-index: 2;
}

.small-box>.small-box-footer {
    background-color: rgb(0 0 0 / 40%);
    color: rgb(255 255 255);
    display: block;
    padding: 3px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}


@media (min-width: 992px) {

    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {

    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3,
    .col-xl-3 .small-box h3 {
        font-size: 2.2rem;
    }
}

.table a {
    color: #ff0000;
    font-weight: 400;
}

.dark .top-links-item>a {
    color: #000000;
    font-weight: 600;
    text-transform: none;
}

.dark .top-links-item>a:hover {
    color: #000000;
}

.top_features .top-links-item {
    margin: 6px 0 6px 4px;
}

.top_features .top-links-item>a {
    background-color: #FFF;
    border-radius: 3px;
    padding: 0 8px;
    line-height: 32px;
    color: #25734c;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.top_features .top-links-item:hover>a {
    color: #a8733c;
}

.app_links li .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.app_links li .button img {
    max-width: 32px;
    margin: auto;
}

.app_links li .button img path {
    fill: rgb(255, 255, 255);
}

.site_links {
    display: block;
    margin-bottom: 1rem !important;
}

.site_links .link {
    padding: 8px;
    display: flex;
    border-radius: 3px;
    margin-bottom: 12px;
}

.site_links .link i {
    margin-right: 6px;
}

.bg-cardhead {
    background-color: #34495e !important;
}

.bg-tblhead {
    background-color: #34495e !important;
    color: #ffffff;
}

.card .iconlist li {
    border-bottom: 2px dotted #444444;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.card .iconlist li a {
    color: #343a40 !important;
}

.bg_atyle_a {
    background-color: #6f9bb2 !important;
}

.bg_atyle_b {
    background-color: #d4af87 !important;
}

.bg_atyle_c {
    background-color: #d69785 !important;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

@media (max-width: 550px) {
    .header-misc {
        margin-left: 0;
    }

    .header-extras {
        flex-wrap: wrap;
        justify-content: center;
    }

    #logo img {
        height: auto;
    }
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(33 150 243 / 5%);
}

.horizontal_forms {
    width: 80%;
    margin: auto;
}

.hover-effect {
    -webkit-transition: transform .25s ease, box-shadow .3s ease;
    -o-transition: transform .25s ease, box-shadow .3s ease;
    transition: transform .25s ease, box-shadow .3s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    border: 0;
}

.hover-effect:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.swich_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #25734c;
    margin-bottom: 15px;
    padding: 0.3rem;
    border-radius: 3px;
    background-color: #e1e1e1;
    color: #000;
}

.swich_box p,
.swich_box label {
    margin-bottom: 0;
}

.table thead th {
    font-weight: 400;
}

.table tbody td {
}

.form-control {
    border: 1px solid #25734c;
}

.c-box {
    background: #25734c;
    font-size: 100%;
    color: #fff;
    flex-basis: 30%;
    padding: 0 15px;
    margin: 0 0 15px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
}

.c-box--arrow-right {
    position: relative;
    z-index: 10;
}

.c-box--arrow-right::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    margin-top: -21px;
    top: 50%;
    border-left: 21px solid #25734c;
    left: auto;
    right: -21px;
}

abbr[title],
abbr[data-original-title] {
    cursor: pointer;
}

.lot_dtl {
    background-color: #25734c;
    color: #fff;
    padding: 6px;
    font-size: 14px;
}

.lot_outer .col {
    padding: 0 3px 12px;
}

.mw-180 {
    min-width: 180px;
}

.form-widget .breadcrumb {
    right: 0 !important;
    transform: none;
    font-size: inherit;
}

.login-outer {
    color: #774F38;
    border: 2px solid #774F38;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.login-outer:hover {
    background-color: #774F38;
}

.login-outer:hover .login_btn h4 {
    color: #ffffff;
}

.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: #774F38;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 767px) {
    .d-none.mobile {
        display: block !important;
    }
}
.top-search-form .form-control:active, .top-search-form .form-control:focus {
    border-color: #999;
    box-shadow: none;
    color: #ffffff;
}






.title-block h4 i {
    margin-right: 6px;
}
#Body form {
    margin: 0;
}
.table th {
    font-weight: 500;
}

.table-hover tbody tr.bg-tblhead:hover {
    color: #ffffff;

}

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .small-box p {
        font-size: 20px;
    }
    .small-box h3 {
        font-size: 1.4rem;
    }
    .small-box .icon>i {
        font-size: 28px;
    }
}








