.header_box{
	height: 95px;
	display: flex;
	align-items: center;
}

.sticky.is-sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    /* background-color: #E7442E; */
    background: #409eff;
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	z-index: 999;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.2 );
    opacity: 0.9;
}
