.banner {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../Images/bg-prlx-big-2.jpg');
    display: table
}

.banner>.layer {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(141deg, rgba(3, 122, 74, 0.6) 0%, rgba(69, 228, 127, 0.6) 51%, rgba(2, 45, 217, .6) 75%);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 100px
}

.banner>.layer>.title {
    font-size: 50px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600
}

.banner>.layer>.sub-title {
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.committee-main {
    display: flex
}

.committee-main>.committee-menu {
    width: 300px;
    background-color: #fff;
    padding: 20px 0
}

.committee-main>.committee-menu>.menu-item {
    padding: 5px 20px;
    color: #6a6f76;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.committee-main>.committee-menu>.menu-item:hover {
    background-color: #006A32;
    color: #fff
}

.committee-main>.committee-menu>.menu-item-active {
    background-color: #f1f2f6;
    color: #006A32	;
}

.committee-main>.committee-body {
    flex: 1;
    background-color: #eee;
    padding: 50px 15px;
    font-family: 'Roboto', sans-serif
}

.committee-main>.committee-body>.body-context {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.committee-main>.committee-body>.body-context table {
    width: 100%
}

.committee-main>.committee-body>.body-context .president {
    width: 55%;
    padding-right: 30px
}

.committee-main>.committee-body>.body-context .president>img {
    height: 200px
}

.committee-main>.committee-body>.body-context .secretary {
    width: 45%;
    vertical-align: bottom;
    padding-left: 30px
}

.committee-main>.committee-body>.body-context .secretary>img {
    height: 150px
}

.committee-main>.committee-body>.body-context .name {
    font-size: 24px;
    font-weight: bold
}

.committee-main>.committee-body>.body-context .designation {
    font-size: 20px
}

.committee-main>.committee-body>.body-context>.member {
    position: relative;
    float: left;
    width: 25%;
    padding: 20px 15px 20px 0;
    height: 240px;
    overflow: hidden
}

.committee-main>.committee-body>.body-context>.member>.item {
    padding: 0;
    text-align: left
}

.committee-main>.committee-body>.body-context>.member>.item>img {
    height: 130px;
    max-width: 100%
}

.committee-main>.committee-body>.body-context>.member>.item>.name {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px
}

.committee-main>.committee-body>.body-context>.member>.item>.designation {
    font-size: 13px;
    color: #222;
    height: 35px
}

.former-president {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center
}

.former-president>.item {
    display: inline-block;
    width: 48%;
    padding: 15px;
    vertical-align: top
}

.former-president>.item>img {
    height: 180px
}

.former-president>.item>.name {
    font-size: 25px;
    font-weight: bold
}

.former-president>.item>.date {
    font-size: 16px
}

@media(max-width:991px) {
    .banner>.layer {
        padding: 70px
    }

    .banner>.layer>.title {
        font-size: 40px
    }

    .banner>.layer>.sub-title {
        font-size: 25px
    }

    .committee-main>.committee-menu {
        width: 250px
    }

    .former-president>.item>.name {
        font-size: 20px
    }

    .former-president>.item>.date {
        font-size: 14px
    }
}

@media(max-width:850px) {
    .committee-main>.committee-menu {
        width: 200px
    }
}

@media(max-width:767px) {
    .banner>.layer {
        padding: 50px
    }

    .banner>.layer>.title {
        font-size: 30px
    }

    .banner>.layer>.sub-title {
        font-size: 20px
    }

    .committee-main>.committee-menu {
        display: none
    }

    .committee-main>.committee-body>.body-context .name {
        font-size: 18px
    }

    .committee-main>.committee-body>.body-context .designation {
        font-size: 16px
    }

    .former-president>.item>img {
        height: 150px
    }

    .former-president>.item>.name {
        font-size: 20px
    }

    .former-president>.item>.date {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .banner>.layer {
        padding: 40px 30px
    }

    .banner>.layer>.title {
        font-size: 25px
    }

    .banner>.layer>.sub-title {
        font-size: 16px
    }

    .committee-main>.committee-body {
        padding: 20px 10px
    }

    .committee-main>.committee-body>.body-context .president {
        width: 50%
    }

    .committee-main>.committee-body>.body-context .secretary {
        width: 50%
    }

    .committee-main>.committee-body>.body-context .president>img {
        height: 150px
    }

    .committee-main>.committee-body>.body-context .secretary>img {
        height: 120px
    }

    .committee-main>.committee-body>.body-context .name {
        font-size: 16px
    }

    .committee-main>.committee-body>.body-context .designation {
        font-size: 14px
    }

    .committee-main>.committee-body>.body-context>.member>.item>img {
        height: 100px
    }

    .committee-main>.committee-body>.body-context>.member>.item>.name {
        font-size: 14px
    }

    .committee-main>.committee-body>.body-context>.member>.item>.designation {
        font-size: 12px
    }

    .former-president {
        padding: 0
    }

    .former-president>.item {
        display: inline-block;
        width: 48%;
        padding: 15px;
        vertical-align: top
    }

    .former-president>.item>img {
        height: 120px
    }

    .former-president>.item>.name {
        font-size: 16px
    }

    .former-president>.item>.date {
        font-size: 13px
    }
}

@media(max-width:450px) {
    .committee-main>.committee-body>.body-context .president>img {
        height: 130px
    }

    .committee-main>.committee-body>.body-context .secretary>img {
        height: 100px
    }

    .committee-main>.committee-body>.body-context .name {
        font-size: 14px
    }

    .committee-main>.committee-body>.body-context .designation {
        font-size: 12px
    }

    .committee-main>.committee-body>.body-context>.member {
        width: 50%;
        height: 175px
    }

    .committee-main>.committee-body>.body-context>.member>.item>img {
        height: 90px
    }

    .committee-main>.committee-body>.body-context>.member>.item>.name {
        font-size: 12px
    }

    .committee-main>.committee-body>.body-context>.member>.item>.designation {
        font-size: 10px
    }

    .former-president>.item>img {
        height: 100px
    }

    .former-president>.item>.name {
        font-size: 14px
    }

    .former-president>.item>.date {
        font-size: 12px
    }
}

.emp-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    margin-top: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    border: 1px solid #eee
}

.emp-main>.emp-table {
    width: 100%
}

.emp-main>.emp-table tr {
    border-bottom: 1px solid #ddd
}

.emp-main>.emp-table .td-details {
    padding: 15px
}

.emp-main>.emp-table .td-details>.name {
    font-size: 16px;
    font-weight: 600;
    color: #1b3353
}

.emp-main>.emp-table .td-details>.name>.designation {
    font-size: 14px !important;
    font-weight: 300 !important
}

.emp-main>.emp-table .td-image {
    padding: 15px;
    width: 110px
}

.emp-main>.emp-table .td-image>img {
    max-width: 100px;
    max-height: 100px
}
