#header {
background: #fff;
transition: all 0.5s;
z-index: 997;
padding: 10px 0;
border-bottom:0.5px ***** #e6f2fb;
}
#header.header-scrolled {
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 12px 0;
}
#header .logo {
font-size: 32px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 0.5px;
}
#header .logo a {
color: #5f687b;
}
#header .logo img {
max-height: 100px;
}
@media (max-width: 991px) {
#header {
padding: 12px 0;
}
#header .logo img {
max-height: 90px;
}
#header .logo p {
margin-left: 8px !important;
}
0 Comments