:root{
    --text-color: #2c2a2a;
    --white-color: #fff;
    --light-grey: #eee;
    --grey-color: #ddd;
    --dark-grey: #343a40;
    --blue-color: #2460b9;
    --dark-blue: #124d8a;
    --red-color: #bf2727;
    --regular-text: "Roboto", sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: var(--regular-text) !important;
}

p, ul,ol{
    margin: 0 !important;
}

.row{
    width: 100%;
    margin: 0 !important;
}

a{
    text-decoration: none;
}

.custom-btn{
    display: inline-block;
    font-weight: 400;
    color: var(--white-color);
    background-color: var(--red-color);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.5s ease-in-out;
}

.custom-btn:hover{
    background-color: var(--dark-blue);
}

.maxw{
    max-width:1275px;
    margin:auto;
}

/* --------------------------------------HEADER------------------------------------------------------------------- */
header .top-header{
    margin: 10px auto;
    border-bottom: 1px solid var(--light-grey);
}

header .top-header .hotline .item a{
    color: var(--red-color);
}

header .top-header .useful-links ul{
    gap: 1.25rem;
}


header .top-header .useful-links ul li a{
    color: var(--text-color);
}

header .top-header .useful-links ul li a:hover{
    color: var(--dark-grey);
}

header .mid-header .social-search{
    margin: auto 1rem;
}

header .mid-header .social-search .social-btn,
header .mid-header .social-search .search-input{
    padding: 10px 0 10px 0;
    gap:8px;
}

header .mid-header .social-search .social-btn li a{
    color: var(--white-color);
    background-color: var(--blue-color);
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0px 5px;
    font-family: var(--font);
}

header .mid-header .main-logo{
    width: 100%;
}

header .mid-header .main-logo img{
    width: 100%;
}

header .mid-header .flag{
    height: 6rem;
}



/* Navbar Styles */
header .low-header .navbar {
    background: #0056b3;
    padding: 10px 20px;
    position: relative;
    z-index:99;
}

header .low-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .low-header .nav-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

header .low-header .nav-menu li {
    position: relative;
}

header .low-header .nav-link {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    display: block;
    transition: 0.3s;
}

header .low-header .nav-link:hover {
    background: #003f7f;
}

/* Dropdown Styles */
header .low-header .dropdown-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: max-content;
}

header .low-header .dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 16px;
}

header .low-header .dropdown-menu li:hover{
    background-color: #ccc;
}

header .low-header .low-header .dropdown-menu a {
    color: #333;
    padding: 10px 15px;
    display: block;
}

header .low-header .dropdown:hover .dropdown-menu {
    display: block;
}

/* Mobile Menu */
header .low-header .menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: none;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    header .low-header .nav-menu {
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #0056b3;
        display: none;
    }

    header .low-header .nav-menu.active {
        display: flex;
    }

    header .low-header .menu-toggle {
        display: block;
    }

    header .low-header .dropdown-menu {
        position: static;
        display: none;
        background: transparent;
        box-shadow: none;
    }

    header .low-header .dropdown.active .dropdown-menu {
        display: block;
    }
}

/* -------------------FOOTER------------------------ */
footer .top-footer{
    background: var(--blue-color);
    color: var(--white-color);
    padding: 1.5rem 0;
}

footer a{
    color: var(--white-color);
}

footer h5{
    margin-bottom: 1rem;
}

footer ul{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

footer .lower-footer{
    padding: 0.5rem 0;
}

footer .top-footer .app-download{
    margin: 1rem 0;
}

/* -----------------------------HOME PAGE--------------------- */
main .main-wrapper{
    margin: 1rem auto 2rem auto;
}

.main-wrapper .notice .alert{
    background-color: #eee;
    text-align: center;
    padding: 1.5rem 5rem;
}

.main-wrapper .notice .alert a{
    color: var(--blue-color);
    font-size: 15px;
}

main .main-wrapper .main-body .main-banner{
    margin: 1rem auto;
}

main .main-wrapper .main-body .main-banner .banners .item .title{
    font-weight: bold;
    padding: 0.5rem;
    background-color: var(--grey-color);
}

main .main-wrapper .main-body .main-banner .tab-content{
    padding: 1rem;
    border-bottom: 1px solid var(--grey-color);
    border-left: 1px solid var(--grey-color);
    border-right: 1px solid var(--grey-color);
}

main .main-wrapper .main-body .main-banner .tab-content ul li{
    padding: 10px 0;
}

 main .main-wrapper .main-body .main-banner .nav-tabs{
    flex-wrap: nowrap;
} 

main .main-wrapper .main-body .main-banner .nav-tabs button{
    border-top: 1px solid var(--grey-color);
    border-left: 1px solid var(--grey-color);
    border-right: 1px solid var(--grey-color);
}

main .main-wrapper .main-body .main-banner .nav-tabs .active{
    color: var(--red-color);
}

main .main-wrapper .main-body .nhrc-activity{
    position: relative;
}

main .main-wrapper .main-body .banner-title{
    box-shadow: 0px 0px 5px 1px #ddd;
    margin-bottom: 30px;
    padding: 16px;
    border-radius: 5px;
    color: var(--blue-color);
}

main .main-wrapper .main-body .banner-title .custom-btn{
    margin: 0;
}

main .main-wrapper .main-body .activity img{
    height: 200px;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    object-fit:contain;
}

main .main-wrapper .main-body .activity .card{
    border-radius: 8px;
    max-height:250px;
}

main .main-wrapper .main-body .activity .card,
main .main-wrapper .main-body .activity .card .card-body{
    transition: all 0.5s ease-in-out;
}

main .main-wrapper .main-body .activity .card:hover .text-truncate{
    transform:translateY(-20px);
    background:var(--blue-color);
    overflow:visible;
    min-height:200px;
}

main .main-wrapper .main-body .activity .card:hover .text-truncate a{
    color:#fff;
}

main .main-wrapper .main-body .activity .card:hover .card-body{
    white-space: normal;
}

main .main-wrapper .main-body .activity .card-body  a{
    transition: all 0.5s ease-in-out;
}

main .main-wrapper .main-body .activity .card-body  a:hover{
    text-decoration: underline;
    color: var(--dark-blue);
}

main .main-wrapper .main-body .activity .owl-nav{
    position: absolute;
    top: -42%;
    right: 12%;
}

main .main-wrapper .main-body .activity .owl-nav button span{
    font-size: 60px;
    color: var(--blue-color);
    padding: 1rem;
}

main .right-nav .title {
    /*background-color: var(--blue-color);*/
    color: var(--white-color);
    padding: 5px 10px;
    margin-top: 16px;
}

main .right-nav ul li{
    margin: 1rem auto;
}

main .right-nav .profile{
    border: 1px solid var(--grey-color);
    padding: 10px;
    cursor: pointer;
}

main .right-nav .profile .img{
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

main .right-nav .profile .img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

main .right-nav .profile .story .img{
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 1rem;
}

main .right-nav .profile .story .img img{
    width: 100%;
    border-radius: 0%;
    object-fit: contain;
    object-position: center;
}

main .right-nav .profile .story .caption p{
    text-align: justify;
    font-size: 14px;
}

main .right-nav .profile .caption h4{
    color: var(--blue-color);
}

/* ---------------------------ACCESSIBILITY TOOLS_----------------------- */
.accessibility-tool{
    position: fixed;
    top: 31%;
    left: 0%;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.hide{
    display: none;
}

.accessibility-tool p button{
    background-color: var(--blue-color);
}

.accessibility-tool p button img{
    border-radius: 100%;
}

.accessibility-tool .card{
    padding: 0.5rem;
}

.accessibility-tool .card ul li a{
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--light-grey);
}

.accessibility-tool .card ul li i{
    padding-right: 1rem;
}

.owl-dots button.owl-dot span, 
.owl-dots button.owl-dot:hover span {
   background-color: yellow;
   border-radius: 50%;
   height: 16px;
   width: 16px;
}
.owl-dots .owl-dot{
  border: 1px solid gray;
  background: white;
   border-radius: 50%;
   height: 19px;
   width: 19px;
   position: relative;
}

/* -------------------BREADCRUMB---------------------------------- */
.breadcrumb-section{
    min-height: 100px;
    background: var(--grey-color);
}

.breadcrumb-section .main-title .breadcrumb .breadcrumb-item a{
    color: var(--dark-grey);
}

.breadcrumb-section .main-title .breadcrumb .breadcrumb-item.active{
    color: var(--red-color);
}

/* ------------------------FONT SIZE CONTROLLER------------------ */
.buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 16px 0px;
}

.buttons .btns {
    padding: 0px 10px;
    display: inline-flex;
    background: #ddd;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.buttons .btns.actives {
    background: #2460b9;
}

.buttons .btns:nth-child(3) {
    font-size: 1.5em;
}

.buttons .btns:nth-child(4) {
    font-size: 1.8em;
}


/* --------------------------RESPONSIVE------------------ */

@media (max-width:565.98px) {
    header .mid-header .main-logo img{
        width: 100%;
    }
    
    header .top-header .useful-links ul {
        gap: 0.75rem;
    }

    header .top-header .useful-links ul li,
    header .top-header .hotline .item a {
        font-size: 14px;
    }
    
    .breadcrumb-section .main-title{
        flex-direction:column;
    }

    .accessibility-tool {
        top: 56%;
    }
    
    .main-banner .news-tabs{
        display:flex;
    }
    
    .main-banner .news-tabs .nav{
        flex-direction:column;
    }
}

.section-title {
    min-height:100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
    background-color: var(--light-grey);
}

/* ---------------------------ABOUT US------------------------ */
.about-us .page-content p{
    text-align: justify;
    line-height: 2;
    letter-spacing: 1px;
}
/* ---------------------------PAGINATION------------------------ */
 .Pagination a,
  .Pagination b{
     padding: 10px 10px 10px 10px;
     border: 1px solid #eaeaea;
 }
.Pagination span a{
    /* border: none;
     */
     padding: auto;
}
/* ---------------------------MEMBERS------------------------ */
.member .member-list{
    display:flex;
    gap:20px;
    flex-wrap: wrap;
    /*justify-content:space-between;*/
    justify-content:space-evenly;
    margin: 20px auto;
}

.member .member-box {
    border: 1px solid #ddd;
    cursor: pointer;
}

.member .img{
    text-align:center;
    height:185px;
}

.member .img img{
    height:100%;    
}

.member .member-box .caption {
    padding: 10px 5px;
}

.member h5{
    font-size: 18px;
}

.member p{
    font-size: 14px;
    text-align:justify;
    padding-bottom:16px;
}

.member .modal .modal-dialog{
    max-width:1000px;
}

.member .modal .img{
    margin-right:20px;  
    float:left;
}

/* ---------------------------contactS------------------------ */
.contact .contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px auto;
  
}

.contact .contact-box {
    border: 1px solid #ddd;
    margin:10px;
    padding: 10px;
    min-height: 350px;
    cursor: pointer;
}

.contact .img {
    text-align: center;
    height: 185px;
}

.contact .img img {
    height: 100%;
    width:100%;
    object-fit: contain;
}

.contact .contact-box .caption {
    padding: 10px 5px;
}
.contact .contact-box .caption a{
    text-align:justify;
}

.contact h5 {
    font-size: 18px;
}

.contact p {
    font-size: 14px;
    text-align: justify;
    padding-bottom: 16px;
}

.contact .modal .modal-dialog {
    max-width: 1000px;
}

.contact .modal .img {
    margin-right: 20px;
    float: left;
}
/* search */
.search-label {
    width: 72px;
    margin: 0px -20px 0px 20px;
}

.year-label {
    /* margin: 0px -5px 0px 70px; */
    margin: 0px -30px 0px 40px;
    width: 11%;
    
}

.year-dropdown {
    width: 100px;
}

.search-bton{
    padding: 5px 10px;
}


/* -----------------COMPLAINT FORM------------------ */
.nhrc_form .title {
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
}

.nhrc_form input,
.nhrc_form label{
    color: #124d8a;
    white-space: normal;
}

.nhrc_form label{
    padding-bottom: 8px;
}

.nhrc_form .form-section{
    margin: 20px auto;
}

@media screen {
    .nhrc_form label{
        font-size: 14px;
    }
}   

    .hide {
        display: none;
    }
    
    .high-contrast, .high-contrast .breadcrumb-section{
        background-color: #000!important; 
        color: #fff!important; 
    }
    
    .high-contrast a {
        color: #00ffff!important; 
        text-decoration: underline!important; 
    }
    .high-contrast button,
    .high-contrast input,
    .high-contrast textarea,
    .high-contrast select,
    .high-contrast .banner-title,
    .high-contrast h1,
    .high-contrast h2,
    .high-contrast h3,
    .high-contrast h4,
    .high-contrast h5,
    .high-contrast h6,
    .high-contrast span,
    .high-contrast .active{
        background-color: #000!important;
        color: #fff!important;
        border: 2px solid #fff!important;
    }
    .high-contrast .card,
    .high-contrast .backgroundMain,
    .high-contrast .custom-btn,
    .high-contrast a,
    .high-contrast .text-truncate,
    .high-contrast .table,
    .high-contrast .title{
         background: #000!important;
    }
    .negative-contrast {
        background-color: #fff!important;
        color: #000!important;
    }
    .negative-contrast,.negative-contrast .breadcrumb-section {
        background-color: #fff!important;
        color: #000!important;
    }
    .negative-contrast a {
        color: #0000ff!important;
        text-decoration: underline; 
    }

    .negative-contrast button,
    .negative-contrast input,
    .negative-contrast textarea,
     .negative-contras select,
     .negative-contrast .banner-title,
    .negative-contrast h1,
    .negative-contrast h2,
    .negative-contrast h3,
    .negative-contrast h4,
    .negative-contrast h5,
     .negative-contrast h6,
     .negative-contrast span,
     .negative-contrast p{
        background-color: #fff!important;
        color: #000!important;
        border: 2px solid #000!important;
    }

.negative-contrast .card,
    .negative-contrast .backgroundMain,
    .negative-contrast .custom-btn,
    .negative-contrast a,
     .negative-contrast .text-truncate,
     .negative-contrast .table,
    .negative-contrast.title{
        background: #fff!important;
    }
    .customTable{
        width:100%;
    }

.skip-to-main-content-link {
  position: absolute;
  left:40%;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

