.header{position:fixed; top:0px; left:0px; width:100%;}
.sticky{background:#fff!important;}

@media screen and (max-width: 1000px){
	.navbar-collapse(position:relative; top:unset;}
	.sticky .navbar-collapse{position:absolute; top:195px;}
}
@media screen and (max-width: 990px) and (min-width: 768px){
	.header-logo {width: 176px; height: auto;}
	.banner-section-inner{margin-top:177px;}
}
@media screen and (max-width: 767px) and (min-width: 540px){
	.header-logo {width: 176px; height: auto;}
}
@media screen and (max-width: 539px) and (min-width: 320px){
	.banner-section-inner{margin-top:105px;}
	.sticky .navbar-collapse{position:absolute; top:75px;}
}