/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2026 | 10:58:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

 

.mn-header.sticky-active {
	position: fixed;
    top: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	 left: 0;
    width: 100%;
    z-index: 9999;
    animation: tpeff .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes tpeff {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.mn-header.sticky-active .hdr-t-2 {
	 display: none;
	transition: .5s;
}

.mn_tg_img {
    display: none;
	transition: .5s;
}

.mn-header.sticky-active .mn_tg_img {
	display: block;
}


.mn-header.sticky-active .hdr-t-2.show_div_sd2 {
	display: flex;
}

.mob-header.mob-sticky-active {
	position: fixed;
    top: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	 left: 0;
    width: 100%;
    z-index: 9999;
    animation: tpeff .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}