@media (min-width:1024px){
.navbar-nav.pi-nav, #mega-menu-wrap-primary {
    display: block !important;
}
}
@media (min-width:320px) and (max-width:768px){
section.page-content.custom-background.image-background.parallax.parallax-3 {
    background-size: cover !important;
}
}
@media (min-width:320px) and (max-width:768px){
.col-md-6 {
    margin-top: -20px !important;
}
}