@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
.inner_wrap {
    padding-top: 0px !important;
}
.mid_part {
    padding: 30px 0px;
}
.inner_banner {
    height: 20vh;
    position: relative;
    clip-path: ellipse(75% 100% at 50% 0);
    border-bottom: 13px solid #03536B;
}
.breadcrumb-column {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -50px;
}
.breadcrumb-column .breadcrumb {
    border-radius: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    padding: 6px 20px;
    padding-top: 10px;
    display: inline-block;
    position: relative;
    background: #03536B;
    margin: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    flex-wrap: wrap;
}
.breadcrumb-column .breadcrumb>li {
    color: #fff;
    display: inline-block;
    position: relative;
}
.breadcrumb-column .breadcrumb>li a {
    text-decoration: none!important;
    color: #fff!Important;
}
.breadcrumb-column .breadcrumb>li a i {
    font-size: 15px;
    color: #fff!Important;
}
.breadcrumb-column .breadcrumb>li+li:before {
    color: #ccc;
    content: " / ";
    padding: 0 2px 0 5px;
}
.members_inner {
    padding-top: 10px;
    position: relative;
}
.card2 {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
    box-shadow: 0 0px 6px 1px rgb(0 0 0 / 15%);
}
.card-header {
    border-top: 1px solid #eee;
}
.card-header:first-child {
    border-radius: 0 0 0 0;
}
.card-header {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.members_inner .card-header h4 {
    display: block;
    color: #2460b9;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    transition: .2s ease;
    font-size: 20px;
}
.card-body {
    padding: 0!important;
    text-align: justify;
}
.members_inner .nav-pills .nav-link {
    position: relative;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    color: black;
}
.members_inner .nav-pills .nav-link.active {
    color: #fff;
    background-color: #03536B;
}
.card-wrap{
    width: 100%;
    position: relative;
    background-color: white;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border: 1px solid #03536B   ;
    padding: 5px;
    border-radius: 0 30px 0 30px;
    transition: .3s all linear;
}
.card-wrap:hover{
    box-shadow: none;
    border-color: #333;
    transition: .3s all linear ease-in-out;
}
.member-image img{
    width: 100%;
    height: auto;
    min-height: 100px;
    border-radius: 0 20px 0 20px;
}

.member-desc{
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
.member-name span{
    font-size: 18px;
    font-weight: 500;
    font-family: "roboto", sans-serif;
    color: #03536B;
}
.m-50{
    margin: 50px 0;
}
.member-post h5.chairmen{
    font-size: 18px;
    background-color: #cf0000;
    color: white;
    opacity: 0.7;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
    padding: 5px 0;
    border-radius: 0 20px 0 20px;
    font-family: "roboto", sans-serif;
}
.member-post h5.vice-chairmen{
    font-size: 18px;
    background-color: #310b0b;
    color: white;
    opacity: 0.7;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 500;
    padding: 5px 0;
    border-radius: 0 20px 0 20px;
    font-family: "roboto", sans-serif;
}
.member-post h5{
    font-size: 18px;
    background-color: #03536B;
    color: white;
    opacity: 0.7;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 0 20px 0 20px;
    font-family: "roboto", sans-serif;
}
.image_hover:hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 10px;
    opacity: 0;
    transition: all 300ms linear 0s;
}
.image-hover-inner{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}
.image-hover-inner a{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    color: #fff;
    font-size: 20px;
    transform: scale(0);
    transition: all 300ms linear 0s;
}
.image-hover-inner a i::before{
    margin: 0;
}
.image-hover-inner h5{
    position: absolute;
    left: 30px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    transition: all 300ms linear 0s;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .36px;
}
.fancy-boxs::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.fancy-boxs:hover:before {
    opacity: 1; 
}
.wrapper {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-link {
    position: relative;
    display: block;
    color: #03536B!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #03536B !important
}

.page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #03536B;
    border-color: #03536B;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none
}
