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: 60px 0;
}

.what-we-do .sidebar-item ul li {
	border-bottom: 0;
	/* padding: 1rem 2rem; */
}

.what-we-do .sidebar-item ul li a:hover {
    color: #58585a !important;
    cursor: default !important;
}

.our-dna-content {
	padding: 60px 0;
}

.our-dna-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 1rem !important;
}

.our-dna-content p {
	font-size: 16px;
}

.nav-item {
    height: 79px;
    line-height: 79px;
}
.nav-item.active {
    background: #d23319 !important;
    height: 79px;
    line-height: 79px;
}
.navbar-brand{
    background: #d23319;
    height: 79px;
}
.sidebar-item ul li{
    white-space: normal;
}
