main{
    min-height: calc(100vh - 64px);
}
.header{
    background: #e54025;
}
.nav-item {
    height: 79px;
    line-height: 79px;
}
.nav-item.active, .nav-link:hover {
    background: #d23319 !important;
    height: 79px;
    line-height: 79px;
}
.navbar-brand{
    background: #d23319;
    height: 79px;
}
.navbar-brand img{
    width: 76px;
}
.sidebar-item ul li{
    white-space: nowrap;
}
.what-we-do-content{
    padding: 80px 0 64px;
}
