/* q9 sticky white header */
.header{position:relative;z-index:10050}
.qpc-header{position:fixed!important;top:0;left:0;right:0;width:100%;z-index:10050;background:transparent;transition:background .25s ease,box-shadow .25s ease,padding .25s ease}
.qpc-header.is-sticky,.qpc-header.sticky,.qpc-header.is-stuck{
  background:#fff!important;background-color:#fff!important;background-image:none!important;
  box-shadow:0 2px 12px rgba(0,0,0,.12)!important;padding-top:12px!important;padding-bottom:12px!important
}
.qpc-header.is-sticky .qpc-nav>ul>li>a,.qpc-header.sticky .qpc-nav>ul>li>a{color:#36324a!important}
.qpc-header.is-sticky .qpc-nav>ul>li.active>a,.qpc-header.sticky .qpc-nav>ul>li.active>a,
.qpc-header.is-sticky .qpc-nav>ul>li:hover>a,.qpc-header.sticky .qpc-nav>ul>li:hover>a{color:#f77ade!important}
.qpc-page-head{padding-top:110px}
@media (max-width:991px){.qpc-page-head{padding-top:90px}}
