header:not(.fixed-header) .custom-header {
    background: transparent !important;
}

.fixed-header .custom-header {
    padding: 0 !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}
@media (max-width: 768px){
	.body [class*="ba-col"], 
	.footer [class*="ba-col"], 
	[class*="ba-col"] {
	    margin-left: 0;
	    width: 100%;
	}	
  	}	