/********** Template CSS **********/
:root {
    --bs-tertiary: #797E88;
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #797e88;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
   color: #ffac00;
    text-decoration:none;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #051311;
	font-size:20px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}
h2, .h2 {
        font-size: 1.5rem;
}
h3, .h3 {
  font-size: 1.5rem;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.form-label{font-weight:500}
.formicon{font-weight:bold; color: #ffac00;}
.headericon{ font-size:24px;color: #ffac00;}
ul.headenav li{text-align:center;}
ul.headenav li:last-child{border:0px}
ul.headenav li a.hnav{padding:2px 5px}
ul.headenav li:hover{ background-color:#ffac00;}
ul.headenav li:hover a i{ color:#000;}
a.hnav span{position:relative; top:-2px; padding-left:5px;}
.bg-cat{background-color:#e7a602; color:#000;}
.bg-cat ul li{text-align:center; border-right:1px solid #fff;}
.bg-cat ul li:last-child{border:0px}
.bg-cat ul li a{padding:2px 15px}
.bg-cat ul li span{padding:0px; text-align:center; color:#000; font-weight:600; position:relative; top:-3px;}
.footicon{color:#000; font-size:24px;}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #e7a602;
    --bs-btn-border-color: #e7a602;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e7a602;
    --bs-btn-disabled-border-color: #e7a602;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn {
    transition: .5s;
	font-weight:500;
}
@media(max-width: 575.98px){
.lbuttons{width:100%; margin-bottom:5px; font-size:11px;}
div.fixed-table-toolbar div.columns{width:100%!important}
div.fixed-table-toolbar div.search{width:100%!important}
.form-control{margin-bottom:15px!important}
}
.team-item:hover{ background-color:#ffac00; color:#000}
.team-item:hover i{color:#000}
.backicon{font-size:26px; margin:5px 0px 0px 0px}
h5.subheadtitle{ font-size:16px;}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title{padding:5px;font-weight: 500;}