.leadership-section {
    position: relative;
}

.leadership-section .owl-carousel {
    margin: 0;
}

.leadership-section .owl-carousel .owl-stage-outer {
    padding-top: 3.5em;
    padding-bottom: 2em;
    position: relative;
}

.leadership-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.leadership-section .owl-nav .owl-prev, .leadership-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.leadership-section .owl-nav .owl-prev span:before, .leadership-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.leadership-section .owl-nav .owl-prev:hover span:before, .leadership-section .owl-nav .owl-prev:focus span:before, .leadership-section .owl-nav .owl-next:hover span:before, .leadership-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.leadership-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.leadership-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.leadership-section:hover .owl-nav .owl-prev, .leadership-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.leadership-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.leadership-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.leadership-section .owl-dots {
    text-align: center;
}

.leadership-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.leadership-section .owl-dots .owl-dot.active {
    background: #fff;
}

.ftco-section-leadership {
    padding: 6em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section-leadership {
        padding: 6em 0;
    }
}

.ftco-section-leadership {
    position: relative;
    width: 100%;
    display: block;
}

.ftco-section-leadership .nav-pills p {
    margin-bottom: 0;
}

.ftco-section-leadership .nav-pills .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    color: #6927ff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border: 1px solid #d3c0ff;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.ftco-section-leadership .nav-pills .nav-link.active, .ftco-section-leadership .nav-pills .nav-link:hover {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #38d39f;
    border: 1px solid transparent;
}

.ftco-section-leadership .nav-pills .nav-link.active:after, .ftco-section-leadership .nav-pills .nav-link:hover:after {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .ftco-section-leadership .nav-pills .nav-link.active:after, .ftco-section-leadership .nav-pills .nav-link:hover:after {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .ftco-section-leadership .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

.ftco-section-leadership .tab-content .tab-pane h2 {
    font-size: 24px;
    font-weight: 700;
}

.ftco-section-leadership .tab-content .tab-pane .one-forth {
    width: 50%;
}

@media (max-width: 767.98px) {
    .ftco-section-leadership .tab-content .tab-pane .one-forth img {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .ftco-section-leadership .tab-content .tab-pane .one-forth {
        width: 100%;
    }
}

.ftco-section-leadership .tab-content .tab-pane .one-half {
    width: 50%;
}

@media (max-width: 767.98px) {
    .ftco-section-leadership .tab-content .tab-pane .one-half {
        width: 100%;
    }
}

.leader-section .ftco-animate .leader-card
{
    width:22rem;
    margin-bottom:1rem;
    
}

.leader-section .leader-container .row
{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.leader-section .ftco-animate .lcard
{
    width:22rem;
    height: 27rem;
    margin-bottom:1rem;
    
}

.leader-section .ftco-animate .leader-card-team
{
    width:16rem;
    margin-bottom:1rem;
}
.leader-section .ftco-animate .lcard-team
{
    width:16rem;
    height: 25rem;
    margin-bottom:1rem;
    
}