#download .download a{
    font-size: 13px;
}
#leadership{
    background-color: rgba(177,139,46,0.1);
}
#myNav{
    margin-top: 30px;
    transition: 0.3s all;
}
#myNav1{
    display: none;
    position: fixed;
    width: 93px;
    right: -34px;
    top: 104px;
    z-index: 2000;
}
#myNav1 .nav-tabs{
    background-color: transparent;
    border: none;
}
#myNav1 .nav-link{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9px;
    margin-bottom: 67px;
    padding: 5px;
    transform: rotate(-90deg);
    background-color: #eee;
    color: black;
    border: 1px solid var(--primary-color);  
}
#myNav1 .nav-link:nth-child(5){
    margin-bottom: 0
}
#myNav1 .nav-tabs .nav-item.show .nav-link,#myNav1 .nav-tabs .nav-link.active{
    background-color: var(--primary-color);
    color: white;
}
/*#myNav1 .nav-link{
    margin-bottom: 50px;
    transform: rotate(-90deg);
}*/
.sticky {
  position: fixed;
  top: 71px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.content__leadearship{
    width: 1140px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.content__leadearship__box{
    width: 780px;
    max-width: 100%;
    background-color: #fff;
}
.item__leadership{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.item__leadership:last-child{
    margin-bottom: 0;
}
.item__leadership__left{
    width: 50%;
}
.item__leadership__right{
    width: 50%;
}

.text-leadership{
    width: 80%;
    position: relative;
    padding: 10px;
}
.text-leadership h3{
    font-size: 18px;
    color: var(--primary-color1);
    font-weight: 900;
    font-family: 'SanFranciscoDisplay';
}
.text-leadership h3 span{
    font-weight: lighter;
    font-family: 'Kuro';
    font-size: 14px;
}
.text-leadership h4{
    font-size: 15px;
}
.text-leadership h4:nth-child(3){

}
.text-leadership h5{
    font-size: 15px;
    font-weight: bold;
}
.text-leadership .arrow{
    position: absolute;
    right: -15px;
    bottom: 25px;
}
.text-leadership .arrow1{
    position: absolute;
    left: -15px;
    bottom: 25px;
}

#nav-tab{
    transition: all .3s;
}
.nav-tabs{
    margin-bottom: 50px;
    background-color: var(--primary-color1);
}
.nav-tabs .nav-link{
    color: #fff;
    text-transform: uppercase;
    width: 20%;
    font-weight: bold;
    font-family: 'SanFranciscoDisplay';
    font-size: 18px;
    text-align: center;
    border-top-left-radius:0;
    border-top-right-radius:0;
    border: none;
}
.nav-tabs .nav-link:active{
    color:var(--primary-color1);
}


@media (max-width: 767px){
    #myNav{
        display: none;
    }
    #myNav1{
        display: block;
    }
    .nav-tabs .nav-link{
        width: 100%;
    }
    .item__leadership{
        border-bottom: 2px solid #eee;
    }
}
@media (max-width: 768px){
    .item__leadership__left{
        width: 50%;
    }
    .item__leadership__right{
        width: 50%;
    }
}
@media (max-width: 576px){
    .item__leadership__left{
        width: 100%;
    }
    .item__leadership__right{
        width: 100%;
    }
    .item__leadership__left img{
        width: 100%;
    }
}