/* #ta-fixed-header {
  display: block;
}

@media only screen and (max-width: 1050px) {
 .qodef-page-header {
    display: none!important;
  }
} */

	.ta-fixed-header {
		display: none!important;
	}
.show {
	margin-top: 0px;
}
.hide {
	margin-top: -100px;
}
  #ta-fixed-header {
	z-index: 9999;
    background: #FFFFFF;
    color: #053F4B;
    font-family: 'CastorOne', Arial, sans-serif;
    width: 100%;	 
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    top: 0;
    transition: top 0.2s ease-in-out;
    padding: 30px 0;
  }

@media only screen and (min-width: 1050px) {
	.ta-fixed-header {
		display: none!important;
	}
}

#ta-fixed-header .qodef-logo-wrapper a img.qodef-dark-logo {
	opacity: 1 !important;
}

#ta-fixed-header .qodef-logo-wrapper a img.qodef-light-logo {
	opacity: 0 !important;
}

#ta-fixed-header .qodef-main-menu > ul > li > a > span.item_outer .item_text {
	color: #053F4B !important;
}