header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--copyright-bg);
}

header .top-bar {
    display: none;
}

header .mobile-menu {
    position: absolute;
    right: 20px;
    top: 30px;
}

header .mobile-menu::after {
    font-family: var(--fa);
    content: '\f0c9';
    cursor: pointer;
    font-size: 2rem;
}

header nav {
    padding: 20px 50px 0;
    background-color: white;
    overflow: hidden;
}

header nav .logo-ctnr img {
    width: 150px;
    height: auto;
}

header nav .mnu-o span, header nav .mnu-ctnr span {
    cursor: pointer;
}

header nav .mnu-o a:hover, header nav .mnu-o a.active {
    border-bottom-color: var(--orange);
}

header nav .menu-bar {
    max-height: 0;
    transition: max-height 500ms;
}

header nav .menu-bar .mnu-ctnr {
    position: relative;
    padding: 5px 10px;
}

header nav .menu-bar .mnu-ctnr .sb-mnu {
    background-color: white;
    z-index: 100;
}

header nav .menu-bar .mnu-ctnr .sb-mnu a {
    padding: 5px 10px;
    display: block;
}

header nav .menu-bar .mnu-ctnr .sb-mnu a:hover, header nav .menu-bar .mnu-ctnr .sb-mnu a.active {
    background-color: var(--orange);
    color: white;
}

header nav .menu-bar a {
    color: black;
}

header nav .menu-bar span, header nav .mnu-o a {
    padding: 5px 10px;
    cursor: pointer;
    color: black;
}

header nav .mnu-o.active a, header nav .mnu-ctnr.active span {
    border-bottom-color: var(--orange);
}

header nav .mnu-o:hover a {
    border-bottom-color: var(--orange);
}

header nav .mnu-o a {
    text-decoration: underline;
}

.bdy-ctnr {
    padding: 20px;
}

.about-hrc h1 {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "Arial Black", sans-serif;
}

.about-hrc p {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.focus-area {
    background-color: var(--green-bg);
    padding: 50px 20px;
}

.focus-area h1 {
    text-align: center;
    color: black;
    line-height: 2rem;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 50px;
    font-family: "Arial Black", sans-serif;
}

.focus-area .fa-ctnr {
    display: flex;
    flex-direction: column;
}

.focus-area .fa-ctnr > div {
    width: 100%;
    background-color: white;
    color: black;
}

.focus-area .fa-ctnr > div h2 {
    text-align: center;
    font-family: "Arial Black", sans-serif;
    font-weight: normal;
}

.focus-area .fa-ctnr > div p {
    padding: 10px 20px;
    font-size: 1.2rem;
}

.focus-area .fa-ctnr > div h3 {
    text-align: center;
}

.focus-area .fa-ctnr > div img {
    width: 100%;
}

.focus-area .fa-ctnr > div .more-btn-ctnr {
    text-align: center;
    padding: 20px 0 40px;
}

.focus-area .fa-ctnr > div .more-btn-ctnr a {
    background-color: var(--orange);
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: black;
}

.programs-ctnr {
    padding: 30px 70px;
}

.programs-ctnr h1 {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: "Arial Black", sans-serif;
}

.programs-ctnr > p {
    text-align: center;
    color: #d6d7d7;
}

.programs-ctnr .program-bx-ctnr {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.programs-ctnr .program-bx-ctnr > div {
    background-color: #f1f2f2;
    width: 30%;
    border-radius: 8px;
    padding: 40px;
}

.programs-ctnr .program-bx-ctnr > div .num {
    width: 60px;
    height: 60px;
    margin: -30px auto auto;
    text-align: center;
    font-size: 2.5rem;
    padding: 15px;
    border-radius: 50%;
    color: black;
    font-weight: bold;
    background-color: var(--orange);
}

.programs-ctnr .program-bx-ctnr > div h2 {
    font-family: "Arial Black", sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    text-align: center;
    color: black;
}

.programs-ctnr .program-bx-ctnr > div p {
    font-size: 1.3rem;
}

.programs-ctnr .program-bx-ctnr > div .more-btn-ctnr {
    text-align: center;
    padding: 20px 0 40px;
}

.programs-ctnr .program-bx-ctnr > div .more-btn-ctnr a {
    background-color: var(--orange);
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: black;
}

.history-ctnr {
    background-image: linear-gradient(100deg, #f1f2f2 45%, #e4e6e6 45%);
    padding: 40px 20px 20px;
}

.history-ctnr h1 {
    font-family: "Arial Black", sans-serif;
    text-align: center;
    color: black;
    line-height: 2rem;
    margin-bottom: 50px;
}

.history-ctnr .ths-ctnr {
    display: flex;
    flex-direction: column;
}

.history-ctnr .ths-ctnr > div {
    width: 100%;
}

.history-ctnr .ths-ctnr > div:first-child h2 {
    color: #628818;
    font-family: "Arial Black", sans-serif;
}

.history-ctnr .ths-ctnr > div:first-child p {
    color: #3a3738;
}

.history-ctnr .ths-ctnr > div:first-child .more-btn-ctnr {
    text-align: center;
    padding: 20px 0 40px;
}

.history-ctnr .ths-ctnr > div:first-child .more-btn-ctnr a {
    background-color: var(--orange);
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: black;
}

.history-ctnr .ths-ctnr > div:last-child {
    text-align: center;
}

.history-ctnr .ths-ctnr > div:last-child img {
    box-shadow: 30px 30px 50px #4b4b4b;
    max-width: 90%;
}

.poverty-ctnr {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
}

.poverty-ctnr > div {
    width: 100%;
}

.poverty-ctnr > div:first-child {
    text-align: center;
}

.poverty-ctnr > div:first-child img {
    max-width: 80%;
    box-shadow: 30px 30px 50px #4b4b4b;
}

.poverty-ctnr > div:last-child h2 {
    font-family: "Arial Black", sans-serif;
    color: #628818;
}

.poverty-ctnr > div:last-child .more-btn-ctnr {
    text-align: center;
    padding: 20px 0 40px;
}

.poverty-ctnr > div:last-child .more-btn-ctnr a {
    background-color: var(--orange);
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: bold;
    color: black;
}

.btn {
    background-color: var(--btn-bg);
    padding: 5px 10px;
    color: white;
    border: none;
    border-radius: 3px;
}

.login-ctnr {
    width: 90%;
    margin: auto;
}

.login-ctnr h2 {
    text-align: center;
}

.login-ctnr input {
    width: 100%;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.login-ctnr .btn-ctnr {
    text-align: center;
}

.cu-frm-ctnr {
    width: 80%;
    margin: auto;
}

.cu-frm-ctnr .cu-rw {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cu-frm-ctnr .cu-rw > div {
    width: 49%;
}

.cu-frm-ctnr .cu-rw > div input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.cu-frm-ctnr textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.cu-frm-ctnr .btn-ctnr {
    text-align: center;
}

footer {
    background-color: #1c3872;
    color: white;
}

footer .ftr-links {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
}

footer .ftr-links h3 {
    font-size: 1.3rem;
}

footer .ftr-links > div {
    padding-left: 50px;
}

footer .ftr-links > div a {
    display: block;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

footer .ftr-links > div:first-child {
    width: 100%;
}

footer .ftr-links > div:first-child p {
    font-size: 0.9rem;
}

footer .ftr-links > div:nth-child(2) {
    width: 100%;
}

footer .ftr-links > div:nth-child(3), footer .ftr-links > div:last-child {
    width: 100%;
}

footer .ftr-links > div .email::before, footer .ftr-links > div .phone::before {
    font-family: var(--fa);
    display: inline-block;
    margin-right: 10px;
}

footer .ftr-links > div .email::before {
    content: '\f0e0';
}

footer .ftr-links > div .phone::before {
    content: '\f095';
}

footer .copyright {
    padding: 10px 50px;
    background-color: var(--copyright-bg);
    color: white;
    text-align: center;
}

.victim-data-ctnr {
    background-color: #ffffff;
}

.victim-data-summary-table {
    background-color: #1c3872;
    color: white;
    width: 100%;
    padding: 10px;
}

.victim-data-summary-table tr {
    display: flex;
    flex-wrap: wrap;
}

.victim-data-summary-table td {
    width: 50%;
    padding: 5px;
}

.victim-data-summary-table td.lbl {
    font-weight: bold;
}

.victim-data-summary-table td.lbl::after {
    content: ':';
}

.victim-data-filter {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.victim-data-filter tr {
    display: flex;
    flex-direction: column;
}

.victim-data-filter td {
    width: 100%;
}

.victim-data-filter select {
    background-color: inherit;
    border: none;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    color: var(--text-color);
}

hr.b5 {
    border-top: 1px solid #cccccc;
}

.victim-card-tp-ctnr {
    display: flex;
    flex-direction: column;
}

.victim-card-tp-ctnr > div {
    padding: 10px;
}

.victim-card-tp-ctnr > div:first-child {
    padding: 20px;
}

.victim-card-ctnr {
    padding-right: 30px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.victim-card-ctnr .victim-card {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.victim-card-ctnr .victim-card span {
    font-weight: bold;
}

.victim-card-ctnr .victim-card span::after {
    content: ': ';
}

.victim-card-ctnr .victim-card .vc-dtls {
    display: flex;
    flex-direction: column-reverse;
}

.victim-card-ctnr .victim-card .vc-dtls > div {
    padding-right: 10px;
}

.victim-card-ctnr .victim-card .vc-dtls > div:last-child img {
    max-width: 100%;
    max-height: 100%;
}

.victim-card-ctnr .victim-card .isummary a {
    color: blue;
}

.pagination-btn-ctnr {
    background-color: #f5f7f7;
    padding: 20px;
    text-align: center;
}

.pagination-btn-ctnr a {
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 5px 20px 2px #aaaaaa;
}

.pagination-btn-ctnr .btn-prev, .pagination-btn-ctnr .btn-next {
    padding-right: 20px;
    padding-left: 20px;
}

.pagination-btn-ctnr .btn-prev {
    border-radius: 25px 0 0 25px;
}

.pagination-btn-ctnr .btn-next {
    border-radius: 0 30px 30px 0;
}

.pagination-btn-ctnr .btn-def {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.pagination-btn-ctnr .btn-def.active {
    background-color: #4f81bd;
    color: white;
}

.genocide-data-ctnr table {
    width: 100%;
    border-collapse: collapse;
}

.genocide-data-ctnr table td, .genocide-data-ctnr table th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

.banner-sliders {
    overflow: hidden;
    position: relative;
    height: 1100px;
    background-color: #1c3872;
}

.banner-sliders > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px;
    transition: left 2s;
}

.banner-sliders > div:first-child {
    left: 0;
}

.banner-sliders .sldr {
    display: flex;
    flex-direction: column;
    background-color: #1c3872;
}

.banner-sliders .sldr > div:first-child {
    font-size: 1.3rem;
    width: 100%;
    color: white;
}

.banner-sliders .sldr > div:first-child p {
    line-height: 2rem;
}

.banner-sliders .sldr > div:first-child h2 {
    font-size: 3rem;
    line-height: 3rem;
}

.banner-sliders .sldr > div:last-child {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.banner-sliders .sldr > div:last-child img {
    max-width: 100%;
}

.banner-sliders .read-more-ctnr {
    text-align: center;
    padding: 10px;
    z-index: 100;
}

.banner-sliders .read-more-ctnr a {
    background-color: #ffbd1a;
    padding: 15px 30px;
    color: black;
    border-radius: 5px;
}


.board-ctnr {
    width: 90%;
    margin: auto;
}
.board-ctnr.b-ctnr>div {
    width:100%;
}
.board-ctnr .b-ctnr>div:first-child {
    text-align: center;
}
.board-ctnr .b-ctnr>div:last-child {
    text-align: justify;
}

.board-ctnr .b-ctnr>div:first-child img {
    max-width: 98%;
    width: 98%;
}


.board-ctnr .b-ctnr > div:last-child .read-more-ctnr {
    text-align: center;
}

.board-ctnr .b-ctnr > div:last-child .read-more-ctnr a {
    background-color: #1c3872;
    padding: 5px 30px;
    color: white;
    border-radius: 30px;
}


.victim-db-ctnr {
    max-width: 80%;
    margin: auto;
}

.victim-db-ctnr select {
    background-color: transparent;
}

.victim-db-ctnr .main-table,
.victim-db-ctnr .child-table2,
.victim-db-ctnr .child-table3,
.victim-db-ctnr .child-table4,
.victim-db-ctnr .child-table5 {
    width: 100%;
    border-collapse: collapse;
}

.victim-db-ctnr .main-table > tbody > tr {
    display: flex;
    flex-direction: column;
}

.victim-db-ctnr .main-table > tbody > tr > td {
    border: 1px solid #cccccc;
    padding: 0;
}

.victim-db-ctnr .main-table > tbody > tr > td:first-child {
    padding: 5px 10px;
    width: 100%;
}

.victim-db-ctnr .main-table > tbody > tr > td:last-child {
    width: 100%;
}

.victim-db-ctnr .main-table > tbody > tr > td:last-child select {
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.victim-db-ctnr .child-table2 td {
    width: 50%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.victim-db-ctnr .child-table2 td:first-child {
    border-left: none;
}

.victim-db-ctnr .child-table2 td:last-child {
    border-right: none;
}

.victim-db-ctnr .child-table2 td select, .victim-db-ctnr .child-table2 td input textarea {
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.victim-db-ctnr .child-table3 tr {
    display: flex;
    flex-direction: column;
}

.victim-db-ctnr .child-table3 td, .victim-db-ctnr .child-table3 th {
    width: 100%;
    border: 1px solid #cccccc;
}

.victim-db-ctnr .child-table3 td:nth-child(2), .victim-db-ctnr .child-table3 th:nth-child(2) {
    padding: 5px 10px;
}

.victim-db-ctnr .child-table3 td select, .victim-db-ctnr .child-table3 td input, .victim-db-ctnr .child-table3 td textarea, .victim-db-ctnr .child-table3 th select, .victim-db-ctnr .child-table3 th input, .victim-db-ctnr .child-table3 th textarea {
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.victim-db-ctnr .child-table3.submitter tr:first-child {
    display: none;
}

.victim-db-ctnr .child-table3.submitter tr td {
    width: 100%;
    padding-left: 20%;
    position: relative;
}

.victim-db-ctnr .child-table3.submitter tr td::before {
    content: attr(data-lbl);
    position: absolute;
    left: 5px;
}

.victim-db-ctnr .child-table4 td {
    width: 25%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.victim-db-ctnr .child-table4 td:first-child {
    border-left: none;
}

.victim-db-ctnr .child-table4 td:last-child {
    border-right: none;
}

.victim-db-ctnr .child-table4 td select, .victim-db-ctnr .child-table4 td input, .victim-db-ctnr .child-table4 td textarea {
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.victim-db-ctnr .child-table4 td input[type=radio] {
    width: 50px;
}

.victim-db-ctnr .child-table4 td span {
    display: block;
}

.victim-db-ctnr .child-table5 tr {
    display: flex;
    flex-direction: column;
}

.victim-db-ctnr .child-table5 td {
    width: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    /*&:nth-child(4), &:nth-child(5) {
      width: 15%;
    }*/
}

.victim-db-ctnr .child-table5 td:first-child {
    border-left: none;
}

.victim-db-ctnr .child-table5 td:last-child {
    border-right: none;
}

.victim-db-ctnr .child-table5 td select, .victim-db-ctnr .child-table5 td input, .victim-db-ctnr .child-table5 td textarea {
    width: 100%;
    padding: 5px 10px;
    border: none;
}

.victim-db-ctnr .child-table5 td input[type=checkbox] {
    width: 50px;
}

.victim-db-ctnr .incident_type {
    position: relative;
    /*border: 1px solid rgb(125, 125, 125);*/
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
}

.victim-db-ctnr .incident_type::after {
    content: '\f0d7';
    font-family: var(--fa);
    right: 10px;
    position: absolute;
}

.victim-db-ctnr .incident_type .itype-sub-menu {
    background-color: white;
    border: 1px solid #7d7d7d;
    position: absolute;
    left: 0;
    width: 100%;
    top: 30px;
    padding: 5px 10px;
    display: none;
}

.victim-db-ctnr .incident_type input[type=checkbox] {
    width: 20%;
}

.victim-db-ctnr .full-row {
    width: 100%;
}

.victim-db-ctnr .full-row textarea {
    width: 100%;
    border: none;
    padding: 5px 10px;
}

.genocide-pg-ctnr {
    padding: 20px;
}

.genocide-pg-ctnr .genocide-form-ctnr table {
    border-collapse: collapse;
    width: 100%;
}

.genocide-pg-ctnr .genocide-form-ctnr table tr {
    display: flex;
    flex-wrap: wrap;
}

.genocide-pg-ctnr .genocide-form-ctnr table td {
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}

.genocide-pg-ctnr .genocide-form-ctnr table td:first-child {
    padding: 5px 10px;
    margin-top: 20px;
}

.genocide-pg-ctnr .genocide-form-ctnr table input[type=text],
.genocide-pg-ctnr .genocide-form-ctnr table input[type=email],
.genocide-pg-ctnr .genocide-form-ctnr table select,
.genocide-pg-ctnr .genocide-form-ctnr table textarea,
.genocide-pg-ctnr .genocide-form-ctnr table input[type=date],
.genocide-pg-ctnr .genocide-form-ctnr table input[type=file] {
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
}

.genocide-pg-ctnr .genocide-form-ctnr table select {
    background-color: white;
}

.genocide-pg-ctnr .genocide-form-ctnr.rvv table {
    border-collapse: collapse;
}

.genocide-pg-ctnr .genocide-form-ctnr.rvv table td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px 10px;
}

.genocide-pg-ctnr .genocide-form-ctnr .child-table3 tr {
    display: flex;
    flex-wrap: wrap;
}

.genocide-pg-ctnr .genocide-form-ctnr .child-table3 tr:first-child {
    display: none;
}

.genocide-pg-ctnr .genocide-form-ctnr .child-table3 td, .genocide-pg-ctnr .genocide-form-ctnr .child-table3 th {
    padding-left: 20% !important;
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
}

.genocide-pg-ctnr .genocide-form-ctnr .child-table3 td::before, .genocide-pg-ctnr .genocide-form-ctnr .child-table3 th::before {
    content: attr(data-lbl);
    position: absolute;
    left: 5px;
}

.genocide-pg-ctnr .genocide-form-ctnr .child-table3 td input, .genocide-pg-ctnr .genocide-form-ctnr .child-table3 th input {
    border: none;
}

