
.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
    margin-top: 15px;
    box-: 0px 0px 16px -1px #ccc;
}

.pcss3t>input {
    position: absolute;
    display: none;
}

.pcss3t>label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    width: 50%;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.pcss3t>input:checked+label {
    cursor: default;
}

.pcss3t>ul {

    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 1rem;
}

.pcss3t>ul>li {
    position: absolute;
    width: 100%;
    overflow: auto;
    padding: 0px 0px 13px 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-3:checked~ul .tab-content-3 {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}

.pcss3t-height-auto>ul {
    height: auto !important;
}

.pcss3t-height-auto>ul>li {
    position: static;
    display: none;
    height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3 {
    display: block;
}

.pcss3t-icons-top>label {
    text-align: center;
}

.pcss3t-icons-top>label i {
    float: none;
    margin: 0 auto -10px;
    padding-top: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}

.pcss3t-icons-right>label i {
    float: right;
    margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom>label {
    text-align: center;
}

.pcss3t-icons-bottom>label i {
    float: none;
    margin: -10px auto 0;
    padding-bottom: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}

.pcss3t-icons-only>label i {
    float: none;
    margin: 0 auto;
    font-size: 23px;
}

.pcss3t>label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 18px;
    line-height: 49px;
}

.pcss3t>label:hover {
    background: #f2f2f2;
}

.pcss3t>input:checked+label {
    background: #014a58;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    width: 100%;
}

.pcss3t>ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps>label:hover {
    background: #e5e5e5;
}

.single-event {
    display: grid;
    border-bottom: 1px solid #d0d1d1;
    padding-bottom: 6px;
    padding-top: 6px;
}

.single-event span {
    color: #009f8f;
    font-weight: 600;
}

.single-event span i {
    margin-right: 5px;
}

.single-event a {
    display: block;
    color: #000;
    
}

.single-event a:hover {
    color: rgb(27, 105, 194);
}

.single-event a img {
    width: 30px;
}

.tab-content-first ul,
.tab-content-3 ul {
    height: 280px;
    overflow-y: scroll;
}

.water {
    color: #000;
}

.mt-8 {
    margin-top: 100px;
}


/* TABS */
nav>.nav.nav-tabs {

    border: none;
    color: #fff;
    background: #022f1c;
    border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 10px 25px;
    color: #fff;
    background: #ffe888;
    border-radius: 0;
    font-size: 24px;

}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -55px;
    left: -75%;
    border: 15px solid transparent;
    border-top-color: #022f1c;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #285e2c;
    border-bottom: 5px solid #285e2c;
    padding: 15px;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #022f1c !important;
}


nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #022f1c !important;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.tab_p {
    padding: 15px;
}

/* TABS */
/* Marquee */
.container_marquee {
    height: 353px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    border-top: 5px solid #2c5640;
    border-bottom: 5px solid #ffe67c;
    margin-bottom: 30px;
}

.marquee_content {
    border-bottom: 1px solid #ffe67c;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: justify;
}

.slider_marquee {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}

.slider_marquee:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0% {
        top: 10em
    }

    100% {
        top: -14em
    }
}

.blur .slider_marquee {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}

.blur:before,
.blur::before,
.blur:after,
.blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0));
}

.blur:after,
.blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before,
.blur::before {
    top: 0;
}

/* Marquee */

.project_p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.project {
    border: 2px solid #fff;
    box-: 1px 3px 7px #000;
}

/* Latest_news */
.date-box {
    width: 6%;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 0px;
}

.date {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.date p {
    font-size: 21px;
    line-height: 18px;
    color: #000 !important;
    font-weight: 700;
}

.date-box p {
    margin-bottom: 0px;
    color: #285e2c;
    ;
}

.year {
    text-align: center;
    position: absolute;
    top: 7px;
    right: -30px;
    transform: rotate(-90deg);
    font-weight: 700;
    color: #eaa346;
    font-size: 18px;
}

.notice-body-text {
    width: 90%;
    display: inline-block;
    padding-left: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 0px;
    text-align: justify;
    margin-top: -10px;
}

.notice-body-text img {
    margin-left: 5px;
    width: 30px
}

.heading_n {
    color: #000;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}

.more {
    color: #285e2c;
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
}

.hov {
    font-size: 13px;
    line-height: 18px;
}

.hov:hover {
    text-decoration: none !important;
}

.news_p {
    line-height: 18px;
    font-size: 14px;
    color: #000;
}

.table thead th {
    border: solid 1px #3e7681;
    background: #014a58;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    font-size: 1rem;
}

.table tbody a {
    display: grid;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px !important;
    padding: 3px 0px;
    text-decoration: none;
}

.table tbody td {
    text-align: left;
    padding: 1px 1px;
}

.hewading_top {
    width: 5%;
    border: 2px solid #295f2d;
    margin: 0px auto;
    display: block;
    margin-bottom: 10px;
}

.hewading_top1 {
    width: 10%;
    border: 2px solid #295f2d;
    margin-bottom: 0px;
    display: inline-block;
}

.vierw_btn {
    padding: 10px 30px;
    background-color: #3d6e41;
    color: white;
    border-radius: 4px;
}

.vierw_btn:hover {
    padding: 10px 30px;
    background-color: #ffe67c;
    color: #295f2d !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #3d6e41;
}

.color_black {
    color: black;
}

footer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #0d2412e6;
}

.logo_2 {
    width: 100% !important;
    padding: 5px;
}

.righr_content {
    padding-top: 15px;
    text-align: right;
}

.chat_img {
    width: 70% !important;
    margin: 0px auto;
    display: block;
    margin-top: 0px;
}

.clearfix {
    margin-top: 161px;
}

.breadcrumb {
    background-image: url(../../images/bread.jpg);
    width: 100%;
    height: 175px;
    background-size: cover;
}

.bread_a {
    color: white;
}

.bread_p {
    color: white;

}

.bread_his {
    color: yellowgreen;
}

.bread_h3 {
    color: white;
    padding-top: 40px;
    font-size: 38px;
    text-decoration: underline;
}

.history_p {
    text-align: justify;
    color: black;
    font-size: 16px;
    line-height: 24px;
}

.history_bg {
    background: linear-gradient(-90deg, rgb(38, 96, 48) 0%, rgb(237, 213, 113) 100%);
    padding: 5px;
    color: black;
}

.organogram {
    width: 40%;
    margin: 0px auto;
    display: block;
    padding: 15px;
}

.organogram_back {
    background-image: url(../../images/organogram.jpg);
    width: 100%;
    margin-bottom: 10px;
}

.wel-btm {
    padding: 10px 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: 20px;
}

.wel-btm-box {
    background-image: linear-gradient(to right, #346750, #032114) !important;
    padding: 15px 0px;
    display: flex;
    box-: 5px 5px 5px #dcdcdc;
    border: 4px solid #537b00;
    border-radius: 10px 20px 10px 20px;
}

.wel-btm-box2 {
    padding: 15px 0px;
    display: flex;
    box-: 5px 5px 5px #dcdcdc;
    border: 1px solid #285e2c;
    background-image: linear-gradient(to right, #005bac, #071137) !important;
}

.wel-btm-box3 {
    padding: 15px 0px;
    display: flex;
    box-: 5px 5px 5px #dcdcdc;
    border: 1px solid #285e2c;
    background-image: linear-gradient(to right, #00acac, #073718) !important;
}

.wel-btm-box p {
    margin-bottom: 0px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #2fc550;
    padding: 8px;
    border-radius: 10px;
}

.wel-btm-box p i {
    font-size: 46px;
    color: #eaa346;
}

.amount {
    font-size: 17px;
    color: white;
    padding-left: 6px;
    font-weight: bold;
}

.amount:hover {
    font-size: 17px;
    color: yellowgreen;
    padding-left: 6px;
    font-weight: bold;
}

.responsive {
    width: 100%;
    box-: 1px 2px 3px #dcdcdc;
    margin-top: 15px;
    border: 1px solid #356935;
}

.pd-15 {
    padding: 15px;
}

.logo_color_li {
    color: black;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    padding-top: 3px;
    padding-bottom: 10px;
}

.fa-hand-o-right {
    color: #3d6736;
    font-size: 17px;
    padding-top: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.history_bg1 {
    font-size: 22px;
    padding: 10px 0px;
    text-decoration: underline;
    font-weight: 600;
}

.director_image {
    border: 1px solid #3f6f38;
    box-: 1px 1px 3px #000;
}

.pd-15 {
    padding: 15px;
}

.logo_color_li {
    color: black;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    padding-top: 3px;
    padding-bottom: 10px;
}

.fa-hand-o-right {
    color: #3d6736;
    font-size: 17px;
    padding-top: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.history_bg1 {
    font-size: 22px;
    padding: 10px 0px;
    text-decoration: underline;
    font-weight: 600;
}

.director_image {
    border: 1px solid #3f6f38;
    box-: 1px 1px 3px #000;
}

.pt-15 {
    padding-top: 15px;
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.ombadc {
    text-align: center;
    color: black;
    font-size: 32px;
    text-: 0px 1px 0px #000;
    font-weight: 600;
    text-decoration: underline;

}

.ombadc_p {
    text-align: center;
    color: black;
    padding-bottom: 20px
}

.ol_style {
    list-style-type: lower-alpha !important;
    padding: 15px;
}

.ol_style1 {
    list-style-type: lower-roman !important;
    padding: 15px;
}

.ol_style li {
    text-align: justify;
    color: black;
    font-size: 13px;
    line-height: 24px;
}

tbody {
    background-color: khaki;
}

.name_b {
    font-weight: 600;
    font-size: 1.1rem;
    color: #233b1f;
}

.name_p {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.logo_content {
    font-size: 18px;
    font-weight: bold;
}

.contact_p {
    font-size: 16px;
    color: black;
    padding-bottom: 10px;
}

.contact_fa {
    font-weight: 600;
    font-size: 16px;
    color: #3d6736;
}

.img-feedback {
    padding-top: 70px;
}

.terms {
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 15px;
}

.small {
    font-size: 16px;
}
.table tbody td {
    text-align: left;
    padding: .3rem 1rem;
    vertical-align: middle;
    font-size: 1.1rem;
}
.table-center{
    text-align: center;
}
tr td:first-child{
    text-align: center;
}