.category p {
    margin: 0 0 25px;
}

.category p {
    margin: 0 0 25px;
    font-family: 'Merriweather', serif !important;
}

.category b,
strong {
    font-weight: 600;
}
.category a {
    font-family: 'Merriweather', serif !important;
}
.category .last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0
}

.category .alt-font strong {
    font-weight: 700
}

.category ul,
.category ol,
.category dl {
    list-style-position: outside;
    margin-bottom: 25px
}

.category h3 {
    line-height: 54px
}



.category h6 {
    font-size: 25px;
    line-height: 30px
}

.category .leadership-box {
    position: relative;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
    border-radius: 30px;
    margin: 15px 15px;
}

.leadership-box:hover a {
    color: #000000;
}

.leadership-box a {
    display: block;
    background: #fff;
    text-align: center;
    min-height: 405px;
    margin-bottom: 30px;
    padding: 40px 20px;
    color: #000000;
    border-radius: 30px;
}

.leadership-box:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.leadership-box img {
    border-radius: 100%;
    border: 0px solid #fff;
    margin: 0 auto;
    -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.3);
    width: 70% !important;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.leadership-box img {
    outline: 0 !important;
    text-decoration: none;
    color: #000000;
    -webkit-transition: color .4s, background-color .4s;
    -moz-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.leadership-box .content {
    min-height: 100px;
    display: block;
}

.leadership-box:hover .btn-two {
    background: #e7e625
}

.leadership-box .btn-two {
    font-size: 14px;
    transition: all .4s ease-in-out;
    margin-top: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 35px 5px 35px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
}

.btn-two {
    border: 2px solid #e7e625;
    color: #565656 !important;
}

.leadership-box h3 {
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 22px;
    border-bottom: none;
    font-family: 'Merriweather', serif;
    margin-bottom: .5rem;
}

.leadership-box p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.5rem;
    padding-top: 0px;
}

.department-content-box {
    padding: 30px 0px
}

.gallery-item img {
    border-radius: 15px;
}

.gallery-box.owl-carousel {
    position: absolute;
}

.gallery-box.owl-carousel .owl-nav {
    position: static;
}

.owl-next .fa-angle-right,
.owl-prev .fa-angle-left {
    font-size: 30px;
    color: black
}