@media (max-width: 991.98px) {
	#header, #header-inner{
		height: 5.38rem;
	}	
}
.logo a img{
    display: block;
    width: 100%;
    height: 100%;
}	
#header-content .logo {
    width: 70px;
    height: auto;
	transition: transform 0.4s ease; /* controls speed */
}

.content-inner .section.section-padded .section-header h2{
	word-wrap: break-word;
}

@media (min-width: 991px) {
    .sticky #header-content .logo {
		transform: scale(0.64);
	}
}

@media (min-width: 992px) {
  .sticky #header-inner {
    height: 4.75rem;
  }
}
@media (max-width: 991.98px) {
	#header-content .logo {
    	width: 50px;
   	}
}