/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.header-language-form{
	margin-bottom: 0px;
}

.header-language-form select{
	background-color: transparent;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #333;
}

.footer-logo{
	cursor: pointer;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 1s;
}
    
.footer-logo:hover{
	-webkit-filter: grayscale(0);
	filter: none;
}

.sub-menu li{ 
	padding-left: 1rem; 
}

.nav-size-xl>li>a{ 
	font-size: 1.3em;
	text-transform: capitalize;
}
.boxed-slider{
	padding-top: 0px;
}