﻿/* CommitteeContentSec start */
#CommitteeContentSec h2 {
    font-size: 22px;
    margin-bottom: 0;
}

/* border bottom start */

#CommitteeContentSec span.decor {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #00c1ea;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#CommitteeContentSec span.decor::before {
    background: #00c1ea;
}

#CommitteeContentSec span.decor::before {
    background: #00c1ea;
    content: "";
    position: absolute;
    left: 14px;
}

#CommitteeContentSec span.decor::after {
    background: #00c1ea;
}

#CommitteeContentSec span.decor::after {
    content: "";
    position: absolute;
    right: -23px;
    top: 5px;
    width: 60px;
    height: 2px;
    z-index: -1;
}

#CommitteeContentSec span.decor span.inner {
    background: #00c1ea;
}

#CommitteeContentSec span.inner {
    width: 6px;
    height: 6px;
    background: #eaeaea;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: auto;
    margin-top: 3px;
}

/* border bottom end */
#CommitteeContentSec img {
    height: 350px;
    object-fit: fill;
}

#CommitteeContentSec table thead tr th {
    background-color: #2a9dd6;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: unset;
}

#CommitteeContentSec table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}

#CommitteeContentSec table tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

#CommitteeContentSec table tbody tr td a {
    text-decoration: none;
}

/* CommitteeContentSec end */