

.xc-page-sidemenu-mobile .ul-1 li .collapse{
	margin-left: 20px;
}

.sidebar-sub-ul li a{
	font-size: 14px !important;
}
.xc-breadcrumb-box{
	padding: 20px;
	background: var(--xc22);
	display: none;
}
.xc-breadcrumb-box .breadcrumb{
	margin-bottom: 0;
	margin-left: 16px;
	align-items: center;
}
.xc-breadcrumb-box .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}
.xc-breadcrumb-box .breadcrumb .breadcrumb-item{
	display: flex;
    align-items: center;
}
.xc-breadcrumb-box .breadcrumb .breadcrumb-item a{
	color: var(--xc19);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 300;
}
.xc-breadcrumb-box .breadcrumb .breadcrumb-item i{
	color: var(--xc19);
	font-size: 20px;
	font-weight: 100;
}
.st-content-inner .xc-page-banner{
	margin-top: 0px;
	
}
.xc-breadcrumb-box .breadcrumb .breadcrumb-item.active{
	color: var(--xc13);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.st-container,
.st-pusher,
.st-content {
	height: 100%;
	width: 100%;
}

/*.st-content {
	overflow-y: scroll;
}
*/
.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	padding-left: 0 !important;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;

	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 100%;
/*	height: fit-content;*/
	height:100% ;
	background: var(--xc22);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.st-menu ul.ul-c{
	margin: 0 20px;
}
.st-menu ul.ul-1{
	border-bottom: 1px solid rgba(104, 119, 126, 0.6);
	padding-bottom: 14px !important;
}
.st-menu ul.ul-c li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;	
	line-height: 20px;
	color: var(--xc4);
	padding: 8px 0px 8px 0px;
}
.st-menu ul.ul-c li a.active{
	color: var(--xc19);
}
.st-menu ul.ul-2 li:first-child {
	padding-top: 8px;
}
.st-menu .m-st-title{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: var(--xc15);
	text-transform: uppercase;
	border-bottom: 1px solid rgba(104, 119, 126, 0.6);
	margin: 0 20px 8px;
	padding: 16px 0;
}

.xc-breadcrumb-box-border{
	border-bottom: 2px solid var(--xc4);
}

.xc-close {
	opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.st-close{
	position: relative;
	border: none;
	background: var(--xc14);
	height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}
 
.xc-close:before, .xc-close:after {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: var(--xc3);
    top: 4px;
    
}
.xc-close:before {
  transform: rotate(45deg);
}
.xc-close:after {
  transform: rotate(-45deg);
}


.xc-open {
    left: -6px !important;
}
.xc-open:before, .xc-open:after {
    height: 17px !important;
    width: 1px;
    background-color: transparent !important;
    top: 1px;
    border: 1px solid var(--xc3) !important;
    padding: 2px !important;
}
.xc-open:before {
    transform: rotate(90deg);
    margin-top: 0px;
}
.xc-open:after {
    transform: rotate(90deg);
    margin-top: 10px;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;

}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0; 
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	outline: none;
}

 
 

/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/*.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	padding-left: 300px;
}*/








 
.codrops-header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto 3em;
	padding: 3em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
	font-weight: 400;
	background: rgba(255,255,255,0.3);
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.4);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

 
 
@media screen and (max-width: 46.0625em) {
	 
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 80%;
	}

	.codrops-top {
		font-size: 120%;
	}

	.codrops-icon span {
		display: none;
	}

}

@media screen and (max-width: 768px){
	.st-content-inner .xc-page-banner{
		margin-top: 0;
		display: none;
	}
	.xc-breadcrumb-box{
		display: flex;
    	align-items: center;
	}
	.xc-page-sidemenu-mobile .ul-1 li .collapse .sidebar-sub-ul li a{
		font-size: 14px !important;
		padding: 2px 0px 2px 0px;
	}

}

