.stylish-header {
    position: relative;
    min-height: 80px;
    padding: 0 0 0 0;
}
.menuzord-brand img {
    margin-top: 0;
     
}
.styled-icons.icon-sm a {
    font-size: 14px;
}
.tm-purchase-floating-box {
	border: 1px solid #dbbb09;
}
.serimage {
	height: 200px;
}
.class-item .caption {
	text-align: justify;
}
.class-item h3 {
	text-align: left
}
.gallery-isotope.grid-4 .gallery-item {
	    width: 25%;
    height: 200px;
}

.gallery-isotope .gallery-item .thumb {
	width: 100%;
    height: 100%;
}
.gallery-item .img-fullwidth {
	width: 100%;
    height: 100%;
}

.layer-overlay.overlay-dark::before {
    background-color: rgb(17 17 17 / 92%);
}`
 















html {
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
}
html::-webkit-scrollbar {
    width: 10px;
}
html::-webkit-scrollbar-thumb {
    background: #dbbb09;
    border-radius: 0 ;
}
html::-webkit-scrollbar-track {
    background: #fff;
}