ul.sid-ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}

ul.sid-ul li:before {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	background-color: #e5a812;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inner-header {
	padding: 8% 0;
}

.inner-header::before {
	content: " ";
	position: absolute;
	top: 1px;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(229, 168, 18, 0.9);
}

@media (min-width: 992px) {
	.inner-header::before {
		width: 55%;
		background: #e5a812;
		-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 0);
		clip-path: polygon(80% 0%, 100% 50%, 80% 100%, 0 100%, 0 0);
	}
}

h1.page-title {
	color: #e5a812;
	font-size: 30px;
}

.breadcrumb {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.breadcrumb li a {
	font-weight: 300;
}

.breadcrumb > li + li:before {
	content: "\00BB" !important;
	padding: 0 5px;
	color: #000;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	width: auto !important;
	height: auto !important;
	background-color: transparent;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	font-weight: 900;
	left: 0px;
}

.breadcrumb li {
	font-size: 14px;
}

.breadcrumb > li + li {
	padding-left: 20px;
}

.breadcrumb li a {
	color: rgba(9, 9, 19, 0.65);
}

/*default table css start*/

table {
	width: 100%;
	max-width: 100%;
	border-collapse: separate;
	border: 0;
	border-spacing: 0 12px;
}

table thead,
th {
	/* border:1px solid #424242; */
}

table thead {
	color: #1d1c1a;
	font-size: 16px;
	font-weight: 700;
}

table thead tr th {
	font-weight: 600;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
table thead tr {
	background-color: #e5a812;
}

table > tbody > tr {
	background-color: #fff;
	box-shadow: 0px 0px 0.2px rgb(204 204 204 / 34%);
	transition: all ease-in-out 0.2s;
	border-radius: 5px;
	overflow: hidden;
}

/* table>tbody>tr:hover {
	background-color:  #e5a812;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
} */

table > tbody > tr > td,
table > tbody > tr > th,
table > thead > tr > td,
table > thead > tr > th {
	padding: 1rem 1.1rem;
	line-height: 1.42857143;
	vertical-align: middle;
}

table > tbody > tr > td {
	padding: 0.6rem 1.1rem;
}
table > tbody > tr:hover {
	box-shadow: 0px 0px 4px rgb(229 168 18 / 44%);
}
table > thead > tr > td:first-child,
table > thead > tr > th:first-child {
	border-radius: 5px 0 0 0;
}
table > thead > tr > td:last-child,
table > thead > tr > th:last-child {
	border-radius: 0 5px 0 0;
}
table > tbody > tr > td:first-child {
	border-radius: 5px 0 0 5px;
}
table > tbody > tr > td:last-child {
	border-radius: 0 5px 5px 0;
}
table > thead > tr > td[colspan] {
	border-radius: 5px 5px 0 0;
}
table > tbody > tr > td[colspan] {
	border-radius: 5px;
}

.dataTables_paginate .pagination {
	display: inline-block;
}

.pagination {
	text-align: center;
	position: relative;
	display: block;
	font-size: 0;
}

.pagination > li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	padding-left: 0px;
}

.pagination > li:before {
	content: none !important;
}

.pagination > li > a {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #1e1000;
	background: transparent;
	font-size: 16px;
	border: none;
	padding: 0;
}

.pagination li.active > a,
.pagination > .active > a:focus,
.pagination > li:hover > a,
.pagination > li.active:hover > a {
	color: #fff;
	background: #e5a812 !important;
	-webkit-box-shadow: 0px 12px 25px 0px rgba(229, 169, 18, 0.3);
	box-shadow: 0px 12px 25px 0px rgba(229, 169, 18, 0.3);
}

.pagination > li > a.prev:hover,
.pagination > li > a.next:hover {
	background: unset !important;
	color: #e5a812;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.prev-page,
.next-page {
	font-size: 0px !important;
}

.prev-page::before,
.next-page::before,
.paginate_button.previous a:before,
.paginate_button.next a:before {
	font-family: FontAwesome;
	font-size: 18px;
}

.prev-page::before,
.paginate_button.previous a:before {
	content: "\f100";
}

.next-page::before,
.paginate_button.next a:before {
	content: "\f101";
}

.paginate_button.previous a,
.paginate_button.next a {
	font-size: 0;
}

/*Pagination css end*/

.form-all label {
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.form-all .form-col {
	margin-bottom: 20px;
}

.form-all textarea {
	resize: none;
}

/* blockquote {
	position: relative;
	margin: 30px auto;
	max-width: 992px;
	padding: 10px 20px;
	font-size: 16px;
	border-left: 5px solid  #e5a812;
}

blockquote p {
	font-weight: 300;
	font-size: 19px;
	font-style: italic;
}

blockquote footer {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #cacaca;
	letter-spacing: 1px;
	border: none;
} */

/* nav-item */

.custom-nav li a {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom-width: 3px !important;
}

.custom-nav .active a,
.custom-nav a.active {
	color: #e5a812 !important;
	border-bottom: 3px solid #e5a812 !important;
	background-color: transparent !important;
}

.custom-nav .nav-link:focus {
	border-color: #e5a812 !important;
}

.banner {
	padding: 50px 0;
	background-image: url(../../img/banner1.png);
	background-size: 100% 266px;
	background-repeat: no-repeat;
	height: 250px;
	background-position: bottom;
}

.banner h1 {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.sidbanner {
	/* padding-top:20%; */
	border-top: 4px solid #e5a812;
}
.sidbanner .section-inner {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}

.sidbanner .breadcrumb > li + li:before {
	color: white;
}

@media all and (max-width: 768px) {
	section.sidbanner {
		align-items: unset !important;
		display: block !important;
	}
	section.sidbanner .section-inner {
		position: static !important;
	}
	section.sidbanner .section-inner .col-md-12.p4 {
		padding: 10px 0 !important;
	}
}
.datepicker table tr td.day, .datepicker table tr td.day:hover {
    background: #e5a812!important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ccc!important;
}
.datepicker table tr td.old, .datepicker table tr td.new ,
.datepicker table tr td.old:hover, .datepicker table tr td.new:hover {
   cursor:none;
    background: rgba(221, 224, 221, 0.637)!important;
}