/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23-Mar-2026, 5:22:00 pm
    Author     : jhansi
*//**
* Template Name: Company - v4.7.0
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --font-adjust: 0.5rem;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #4d4643;
    font-size: calc(0.8vmin + var(--font-adjust));
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Open Sans", sans-serif;
    background-color: #f6fafb;
    color: #4d4643;
    width: 100%;
    overflow-x: hidden;

}
body .org-page {

    overflow-x: auto;
}

#container {
    min-height: 100%;
    position: relative;
}

#content {
    margin: auto;
}

#material_icon {
    /* white */
    filter: brightness(0) invert(1);
}

#material_icon_contrast {
    /* white */
    filter: brightness(1) invert(0);
}

#material_icon_pause {
    /* white */
    filter: brightness(0) invert(1);
}

main {
    padding-bottom: 9rem;
}

@media screen and (max-width: 1330px) {
    main {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 1250px) {
    main {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 700px) {
    main {
        padding-bottom: 280px;
    }
}

@media screen and (max-width: 600px) {
    main {
        padding-bottom: 450px;
    }
}

@media screen and (max-width: 414px) {
    main {
        padding-bottom: 430px;
    }
}

@media screen and (max-width: 375px) {
    main {
        padding-bottom: 450px;
    }
}

a {
    color: #106eea;
    text-decoration: none;
}

a:hover, a:focus {
    color: #006400;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.alert {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.success-alert {
    color: #467b62;
    background-color: #d1e7dd;
    border-color: #467b62;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.danger-alert {
    color: #055160;
    background-color: #f8d7da;
    border-color: #f8d7da;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

.blog-post {
    word-break: break-word;
}
.table-responsive {

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;



    -webkit-overflow-scrolling: touch;

    scrollbar-width: auto;

    scrollbar-color: #666 #ddd;
    padding-bottom: 30px;
}

.table {

    width: 100%  !important;

    table-layout: auto;
}
.table {
    margin-bottom: 2.25rem;

    /* width: 1200px;
    max-width: 1200px; */
}

.table thead tr th {
    /*word-break: break-word;*/
    vertical-align: top;
}

.table tbody tr th {
    word-break: break-word;

    overflow-wrap: anywhere;

    white-space: normal;
}

.table tbody tr td {
    word-break: break-word;

    overflow-wrap: anywhere;

    white-space: normal;
}
/* #table {
  width: 1060px;
} */

#tableContent {
    width:100%;
    background-color: #fff;
    overflow-x: auto;
    margin: auto;
}

table thead {
    background-color: #204a87;
    color: white;
}

table tbody tr {
    color: #204a87;
}

.table_caption {
    text-align: center;
    background-color: #efefef;
    padding: 0.37rem;
}

blockquote {
    margin-left: 1.87rem;
}

.list-group li:nth-of-type(odd) {
    background-color: rgb(209, 240, 250);
}

.list-group li:nth-of-type(even) {
    background-color: lightcyan;
}

.list-group a {
    color: #204a87;
}

.list-group a:hover, .list-group a:focus {
    color: lightseagreen;
}

.goog-te-combo {
    width: 100%;
}

#material_icon_download {
    /* black */
    filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    background: #f6fafb;
    transition: all 0.5s;
    z-index: 997;
    /* padding: 0 0; */
    box-shadow: 0 0.15rem 1.12rem rgba(0, 0, 0, 0.1);
}

#header_content {
    background-color: #204a87;
    /*height: 50px;*/
}

#clickableSection {
    cursor: pointer;
}

.nccsImage {
    padding-right: 1vw;
}

.nccsImage img {
    max-height: 7.5rem;
    height: 7rem;
}

.header .logos {
    width: 500px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .logo {
    font-size: 2.1rem;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.37rem;
    cursor: pointer;
    padding-right: 50px;
    /*text-transform: uppercase;*/
}

.header .logo a {
    color: #111;
}

.header .logo h5 {
    color: #dc3545;
}

.header .logo a span {
    color: #1bbd36;
}

header .logo img {
    max-height: 7.5rem;
    height: 8vh;
    width: 15vh;
}

.logos .logo #nccsLogo {
    width: 10vh;
    height: 10vh;
}

#hindiButton,
#englishButton {
    color: black;
}

@media screen and (max-width: 992px) {
    .header .logos {
        display: none;
    }

    .header .logo {
        display: none;
    }

    .header .heading {
        text-align: left;
    }

    .header > .container {

        display: flex;

        justify-content: space-evenly;

        align-items: center;

        flex-wrap: wrap;
    }
}

/* .dropdown1 {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #204a87;
  border-radius: 4%;
  min-width: 4rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.dropdown-content1 a {
  color: white;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
  display: block;
  z-index: 13;
}

.dropdown-content1 a:hover {
  background-color: #dc3545;
} */

.skipto {
    text-decoration: none;
    color: #4d4643;
}

.goiHeader {
    color: #4d4643;
}

.goiHeader:hover, .goiHeader:focus {
    color: #4d4643;
}

.profile {
    text-decoration: none;
    color: #4d4643;
}

#nccsHeading{
    padding: 7px;
    margin-top: 10px;
}

#headingChild1{
    font-size: 16px;
    margin: 0px;
}

#headingChild2{
    font-size: 13px;
}
/*--------------------------------------------------------------
# Header font
--------------------------------------------------------------*/
/* Container for font */
.font-links {
    display: flex;           /* Arrange links horizontally */
    justify-content: center; /* Center the links horizontally */
    gap: 1px;               /* Space between each link */
    padding: 1px;           /* Add padding around the entire container */
    background-color: #f0f0f0; /* Optional background color for the container */
    border-radius: 1px;      /* Optional rounded corners for the container */
}
.no-underline {
    text-decoration: none;
    font-weight: 600;
}
/* Individual link styles */
.font-link {
    display: block;          /* Make each link behave like a block element */
    padding: 1px 2px;      /* Add padding to each link */
    text-decoration: none;   /* Remove the underline from links */
    color: #4d4643;             /* Set a text color */
    font-size: 16px;         /* Set font size */
    border-radius: 0.5px;      /* Optional rounded corners for the links */
    transition: background-color 0.3s; /* Smooth transition for background color */
}

/* Optional Hover, focus effect for accessibility */
/* .font-link:hover,  */
.font-link:focus {
    outline: 2px solid #dc3545; /* Add a border on focus */
    outline-offset: 0.5px;
}


/* Styles for images inside the font */
.font-link img {
    width: 20px;    /* Set a fixed width for the image */
    height: 20px;   /* Set a fixed height for the image */
    object-fit: contain; /* Ensure the image fits well within the container */
    transition: transform 0.3s; /* Smooth transform for hover effect */
}

/* Hover effect for the image (optional) */
/* .font-link:hover img, */
.font-link:focus img {
    transform: scale(1.1); /* Scale the image slightly on hover */
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
/* Container for social links */
.social-links {
    display: flex;           /* Arrange links horizontally */
    justify-content: center; /* Center the links horizontally */
    gap: 1px;               /* Space between each link */
    padding: 1px;           /* Add padding around the entire container */
    background-color: #f0f0f0; /* Optional background color for the container */
    border-radius: 0.5px;      /* Optional rounded corners for the container */
}

/* Individual link styles */
.social-link {
    display: block;          /* Make each link behave like a block element */
    padding: 1px 2px;      /* Add padding to each link */
    text-decoration: none;   /* Remove the underline from links */
    color: #333;             /* Set a text color */
    font-size: 16px;         /* Set font size */
    border-radius: 0.5px;      /* Optional rounded corners for the links */
    transition: background-color 0.3s; /* Smooth transition for background color */
}

/* Optional Hover, focus effect for accessibility */
/* .social-link:hover,  */
.social-link:focus {
    outline: 2px solid #dc3545; /* Add a border on focus */
    outline-offset: 2px;
}


/* Styles for images inside the links */
.social-link img {
    width: 20px;    /* Set a fixed width for the image */
    height: 20px;   /* Set a fixed height for the image */
    object-fit: contain; /* Ensure the image fits well within the container */
    transition: transform 0.3s; /* Smooth transform for hover effect */
}

/* Hover effect for the image (optional) */
/* .social-link:hover img, */
.social-link:focus img {
    transform: scale(1.1); /* Scale the image slightly on hover */
}

/* .form-select:hover,  */
.form-select:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem #dc3545 !important;
}
.header-social-links {
    margin-left: 1.5rem;
    border-left: 0.07rem solid #c4c4c4;
}

.header-social-links a {
    color: #a0a0a0;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
    padding-left: 1.5rem;
}

.header-social-links a i {
    line-height: 0;
}

.header-social-links a:hover, .header-social-links a:focus {
    color: #1bbd36;
}

@media (max-width: 768px) {
    .header-social-links {
        padding: 0 1.12rem 0 0;
        border-left: 0;
    }
}

.show1 {
    display: block;
}

.headerShareBtn {
    color: #4d4643;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/

#loginDetailsHeading,
#userDetailsHeading {
    color: #204a87;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/

@media screen and (min-width: 991px) {
    .navbar-toggler {
        display: none;
    }
}

.navbar {
    height: 100%;
    max-height: 100%;
    padding: 0 !important;
}
/* .nav-item {
    padding: 0.15rem;
  } */

.nav-link {
    color: white;
    text-align: center;
    padding: 0.35rem;
    font-size: 1.2rem;
    background-color: #204a87;
}

.nav-link:hover, .nav-link:focus {
    color: white;
    background-color: #dc3545;
    cursor: pointer;
}

.nav-link.active {
    color: white;
    background-color: #dc3545;
}

.dropdown-menu {
    background-color: #204a87;
    padding: 0.75rem;
}

.dropdown-item {
    color: white;
    padding: 0.75rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #dc3545;
    color: white;
}

.flex-container {
    display: flex;
    background-color: #f6fafb;
    align-items: center;
    justify-content: space-around;
    height: auto;
}

.flex-container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;   /* allows second line */
    gap: 0.5rem;
    height: auto;
    width: 100%;
}


@media (max-width: 400px) {

    .flex-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .flex-container1 {
        justify-content: center;
    }

    .flex-container1 > div {
        border-right: none !important;
        padding-right: 0;
        font-size: 0.72rem !important;
    }
    .chart-bg {

        padding: 0.5rem;
    }

    .tree li {

        padding-top: 14px !important;

        padding-left: 1px !important;

        padding-right: 1px !important;
    }

    .tree li a {

        min-width: 60px;

        max-width: 95px;

        font-size: 0.68rem;

        line-height: 1.2;

        padding: 4px 5px !important;
    }

    .tree ul {

        padding-top: 14px !important;
    }

    .tree li::before,
    .tree li::after {

        height: 14px;
    }

    .tree ul ul::before {

        height: 14px !important;
    }
}

@media (max-width: 730px) {
    .flex-container {
        flex-wrap: wrap;
        align-items: center;
    }
    .flex-container1 {
        justify-content: center;
    }

    .flex-container1 > div {
        font-size: 0.75rem !important;
    }
}

.flex-container1 > div {
    margin: 0.1rem 0.37rem;
    padding-right: 0.75rem;

    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem !important;
    font-weight: 500 !important;

    border-right: 0.07rem solid #dee2e6;
    color: #4d4643;

    flex: 0 1 auto;     /* allows shrinking */
    min-width: 0;       /* prevents overflow */
    white-space: nowrap;
}

#GOI {
    text-align: right;
}

/* .ministry-name {
  border-right: 0.07rem solid #dee2e6;
} */

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.dropbtn,
.dropbtn1 {
    /* padding: 1.2rem; */
    font-size: 1.35rem;
    border: none;
    cursor: pointer;
    background-color: #f6fafb;
    font-weight: 700 !important;
}

.dropdown2 {
    position: relative;
    display: inline-block;
    z-index: 1000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #204a87;
    border-radius: 4%;
    min-width: 4rem;
    box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.2);
    z-index: 12;
}

.dropdown-content a {
    color: white;
    padding: 0.9rem 1.2rem;
    text-decoration: none;
    display: block;
    justify-content: center;
    z-index: 13;
}

.dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #dc3545;
}

.show {
    display: block;
}

.dropdown-item {
    color: white;
    padding: 0.75rem;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #dc3545;
    color: white;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.menu {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    justify-content: center;
    background-color: #204a87;
    z-index: 900;
    /*padding: 0.67rem;*/
    margin-bottom: 0 !important;
    font-size: 1.15rem;
}
.menu li {
    display: inline-block;
    position: relative;
    padding-left: 0.75rem;
}
.menu li.dropdown:hover > .submenu, .menu li.dropdown:focus-within > .submenu {
    /* display: block; */
    cursor: pointer;
    color: white;
}
.menu li a {
    display: block;
    padding: 0.5rem;
    color: white;
    z-index: 8;
}
.menu li.dropdown > a::after {
    font-style: normal;
    font-weight: 400;
    margin-left: 0.6rem;
    font-size: 0.75rem;
    color: white;
}
.menu li a::before {
    font-style: normal;
    font-weight: 400;
    margin-right: 0.6rem;
}
.menu li a:hover,.menu li a:focus {
    background-color: #dc3545;
    cursor: pointer;
}

.headerNav {
    padding: 0 !important;
}

.menu .submenu {
    display: none;
}
.submenu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    display: block;
    width: 15rem;
    z-index: 9;
}
.submenu li {
    display: block;
    padding-left: 0.5rem;
}
.submenu li a {
    display: block;
    background-color: #204a87;
    color: #fff;
    padding: 0.6rem 0.45rem;
}
.menu .submenu > li.dropdown:hover > .submenu, .menu .submenu > li.dropdown:focus > .submenu {
    /* display: block; */
    cursor: pointer;
}

.menu .submenu .submenu {
    position: absolute;
    left: 14.5rem;
    top: 0;
}

.submenu li.dropdown > a:after {
    font-style: normal;
    font-weight: 400;
    margin-left: 0.6rem;
    color: white;

    font-size: 0.75rem;
}

.homeitem {
    background-color: #dc3545;
    border-radius: 5%;
    z-index: 500;
}

.submenuitem {
    width: 50%;
    height: 50%;
}

.pic {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.37rem;
}
.arrow-down {
    border-left: 0.37rem solid transparent;
    border-right: 0.37rem solid transparent;
    border-top: 0.37rem solid white;
}

.arrow-right {
    border-top: 0.37rem solid transparent;
    border-bottom: 0.37rem solid transparent;
    border-left: 0.37rem solid white;
}

/* Style for the iframe overlay */
@media screen and (max-width: 1280px) {

    #iframeOverlay {
        align-items: flex-start;
        padding: 0.5rem;
    }

    #iframeContent {
        max-width: 100%;
        margin-top: 1rem;
    }

    #iframeContent iframe {
        height: 80vh;
        max-height: 80vh;
    }
    body {
        overflow-x: hidden;
    }

    * {
        min-width: 0;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 320px) {

    #iframeContent {

        width: 100%;

        max-width: 100%;

        max-height: 95vh;

        margin: 0;

        border-radius: 0;
    }

    #iframeContent iframe {

        height: 75vh;
    }
}
#iframeOverlay {
    display: none; /* Hidden by default */
    position: fixed; /* Position it fixed in the viewport */
    inset: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000; /* Ensure the iframe is on top of other content */
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;

    box-sizing: border-box;

    overflow: auto;
}
#iframeContent {
    position: relative;
    width: 100%;

    max-width: 700px;

    /*  height: auto;
  
      min-height: 100vh;*/
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: visible;

    box-sizing: border-box;
}
iframe {
    width: 100%;
    border: none;
    display: block;
    min-height: unset;
    height: 85vh;
    max-height: 85vh;
}
/* Close button style */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.close-btn:focus, .close-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
    .menu .submenu .submenu {
        position: absolute;
        left: 10rem;
        top: 0;
    }

    .submenu li a {
        border-style: solid;
        border-color: white;
        border-width: 0.1px;
    }

    .headernav {
        flex-direction: column;
    }

    .homeitem {
        width: fit-content;
    }
}

#shareBtnList {
    width: 50px;
}

/*--------------------------------------------------------------
Minister Cards + Vertical Carousel
--------------------------------------------------------------*/

.cardsPlusCarousel {
    display: flex;
    background-image: url(/resources/assets/img/carousel-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;

    padding: 1rem 6rem;
    margin: 0;
}

.cards {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 5px;
    z-index: auto;

}
.pm-cards {
    display: flex;
    width: 250px;
    align-items: center;

}
.vertical-slideshow {
    display: flex;
    width:100%;
    flex-direction: column;
    position: relative;
    flex-shrink:0;
    max-width: 68%;
    overflow: hidden;
    z-index: 10;
    padding-left: 2rem;
    margin-right:2rem;

}
.horizontal-slideshow {
    display: flex;
    width: 100%;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding-left: 2rem;
}

.minister-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    height: auto;
    /* height: 210px; */
    width: 190px;
    align-items: center;
    background-color: white;
}
.pm-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    height: auto;
    width: 250px;
    align-items: center;
    background-color: white;
}
.pm-img {
    width: 100%;
    height: 100%;
}
.pm-name {
    text-align: center;
    background-color: #deecff;
    width: 250px;
    margin: 5px;
}

.minister-card:hover, .minister-card:focus {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.minister-img {
    width: 120px;
    height: 120px;
}

.minister-name {
    text-align: center;
    background-color: #deecff;
    width: 190px;
    margin: 5px;
}
.minister-socials {
    margin: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
# Vertical Carousel CSS
--------------------------------------------------------------*/

#slides .article {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 0;
}

#slides .article a {
    text-decoration: none;
    color: inherit;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#slides .article img {
    width: 100%;
    height: 100%;
    position: absolute;
}

#slides .article:first-child {
    top: 0;
    z-index: 2;
}

#slide-container {
    width: 60%;
    height: 350px;
    position: fixed;
    overflow: hidden;
    z-index: 10;
    display: flex;
}


/*--------------------------------------------------------------
# Vertical Carousel Slideshow Button
--------------------------------------------------------------*/

button.next {
    background: transparent;
    border: none;
    width: 90px;
    height: 50px;
    border-radius: 55px 55px 0 0;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}

button.next:active {
    cursor: pointer;
    margin-bottom: -7px;
    -webkit-transition-duration: 0.1s;
    background-color: white;
    color: black;
}

button.prev {
    background: transparent;
    border: none;
    width: 90px;
    height: 50px;
    border-radius: 0 0 55px 55px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}

.prev:hover, .prev:focus {
    cursor: pointer;
}

.next:hover, .next:focus {
    cursor: pointer;
}

button.prev:active {
    cursor: pointer;
    margin-top: -7px;
    -webkit-transition-duration: 0.1s;
    background-color: white;
    color: black;
}
/* .dots-container {
position: absolute;
right: 2%;
margin: 0;
padding: 0;
top: 20%;
z-index: 10;
} */

.playpausevertical-container {
    position: absolute;
    right: 2%;
    bottom: 4%;
    z-index: 10;
    background: transparent;
    padding: 0;
}

.playpausevertical-container:hover, .playpausevertical-container:focus{
    outline: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

.dots-container {
    position: absolute;
    right: 2%;
    /* margin: 0;
    padding: 0; */
    /* top: 23%; */
    z-index: 10;
    padding-top: 5%;
    padding-bottom: 5%;
}

.dots-container li {
    width: 10px;
    height: 10px;
    display: block;
    font-size: 20px;
    background-color: rgb(98, 97, 97);
    border-radius: 100%;
    margin: 22px 10px;
    z-index: 10;
    opacity: 0.6;
}

.dots-container li:hover, .dots-container li:focus {
    background-color: #000000;
    cursor: pointer;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

#dots .selected {
    background-color: black;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*--------------------------------------------------------------
#  cardsPlusCarousel Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1360px) {
    .cardsPlusCarousel {
        height: auto;
        padding: 1rem 3rem;
        margin: 0;
    }

    .cards {
        flex-direction: column;
    }

    .vertical-slideshow {
        display: flex;
        width:100%;
        flex-direction: column;
        position: relative;
        flex-shrink:0;
        max-width: 60%;
        overflow: hidden;
        z-index: 10;
        padding-left: 2rem;
        margin-right:2rem;

    }

}

@media screen and (max-width: 1000px) {
    .vertical-slideshow {
        /* width: 130%; */
        height: 30%;
        padding: 0;
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .cardsPlusCarousel {
        flex-direction: column;
        padding: 1rem 0rem;
        align-items: center;
        height:1100px;
    }
}

@media screen and (max-width: 720px) {
    .vertical-slideshow {
        width: 90%;
        height: 30%;
        margin-top:2rem;
        margin-bottom:2rem;
    }

    .cardsPlusCarousel {
        flex-direction: column;
        height: 1050px;
        padding: 1rem 0rem;
    }

    .dots-container li {
        width: 7px;
        height: 7px;
        display: block;
        background-color: rgb(98, 97, 97);
        border-radius: 100%;
        margin: 12px 10px;
        z-index: 10;
        opacity: 0.6;
    }


}

@media screen and (max-width: 550px) {
    .vertical-slideshow {
        /* width: 180%; */
        height: 25%;
        margin-top:2rem;
        margin-bottom:2rem;
    }

    .cardsPlusCarousel {
        flex-direction: column;
        padding: 1rem 0rem;
    }
}

@media screen and (max-width: 500px) {
    .vertical-slideshow {
        /* width: 210%; */
        height: 20%;
        margin-top:2rem;
        margin-bottom:2rem;

    }

    .cardsPlusCarousel {
        flex-direction: column;
        padding: 1rem 0rem;
        height:950px;
    }
}

#carousel_prev,
#carousel_next {
    font-size: 40px;
}

/*--------------------------------------------------------------
# Dynamic Records Buttons
--------------------------------------------------------------*/

#editAddButton {
    width: 20%;
    background-color: #204a87;
    color: white;
}

#archiveButton {
    width: 10%;
    background-color: #204a87;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#addRecordButton,
#saveRecordButton,
#profileUpdateBtn {
    width: 20%;
    background-color: #204a87;
    color: white;
}

#enable2FaBtn,
#disable2FaBtn {
    background-color: #204a87;
    color: white;
}

#isOtpEnabled {
    display: none;
}

#proposedActionSave {
    background-color: #204a87;
    color: white;
    padding: 0.75rem;
}

@media screen and (max-width: 1330px) {
    #addRecordButton {
        width: 20%;
    }
}

#carouselImage {
    width: 10px;
    height: 10px;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.fa {
    padding: 5px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 10%;
}

.fa:hover, .fa:focus {
    opacity: 0.9;
    color: white;
}

/* .fa-facebook {
    background: #3b5998;
    color: white;
}

.fa-twitter {
    background: #55acee;
    color: white;
}

.fa-instagram {
    background: #d62976;
    color: white;
    margin: 0px 25px;
}

.fa-youtube {
    background: red;
    color: white;
} */
/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social {
    padding: 5px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 10%;
}

.social:hover, .social:focus {
    opacity: 0.9;
    color: white;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

#previousButton {
    color: #204a87;
}

#nextButton {
    color: #204a87;
}

#pagesButton {
    color: #204a87;
}

#pagesOtherButton {
    color: white;
    background-color: #204a87;
}

#totalItems {
    text-align: center;
}

#rowsPerPage {
    background-color: #204a87;
    color: white;
    margin-bottom: 10px;
}

.rowsPerPageDropdown {
    background-color: #204a87;
    color: white;
    margin-bottom: 10px;
}

#contactrowsPerPage {
    background-color: #204a87;
    color: white;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 3.52rem;
    bottom: 9rem;
    z-index: 996;
    background: #1bbd36;
    width: 3rem;
    height: 3rem;
    border-radius: 0.3rem;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 2.1rem;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover, .back-to-top:focus {
    background: #21df41;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Chat Widget
--------------------------------------------------------------*/

#chat-widget {
    display: none;
    position: fixed;
    bottom: 3.37rem;
    right: 1.12rem;
    z-index: 9999;
    animation-duration: 0.3s;
    animation-name: slideInUp;
    animation-fill-mode: forwards;
    width: 320px;
    height: 80vh;
    font-family: sans-serif;
}

#chat-widget #chat-main-content {
    height: 95%;
    background-color: white;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 2.17rem;
    border-bottom-right-radius: 2.17rem;
    border: 0.15rem #204a87 solid;
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(100%);
    }
}

#chat-close-content {
    width: 100%;
    display: flex;
    justify-content: end;
}

#chat-close-btn {
    margin-top: 0.15rem;
    margin-right: 0.15rem;
    width: 4.5rem;
    height: 4.5rem;
    font-size: large;
    background-color: #204a87;
    border: 0.15rem white solid;
    color: white;
    transition: 0.5s;
}

#chat-close-btn:hover, #chat-close-btn:focus {
    background-color: #bb2d3b;
}

#chat-toggle-btn {
    position: fixed;
    bottom: 1.12rem;
    right: 1.12rem;
    z-index: 9999;
    width: 7.5rem;
    height: 7.5rem;
    padding: 0.75rem;
    background-image: url("/resources/assets/img/chat.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50% 50% 0% 50%;
}

.chat-header {
    height: 12%;
    background-color: #204a87;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat-header-content {
    display: flex;
}

#chat-header-content img {
    margin-right: 0.75rem;
}

#chatBotHeading1 {
    font-size: 1.5rem;
    font-family: Ubuntu, sans-serif;
    font-weight: 900;
    text-decoration: underline;
    color: white;
}

#chatBotHeading2 {
    font-size: 1.13rem;
    font-family: Ubuntu, sans-serif;
    font-weight: 900;
    color: yellow;
}

.chat-header div img {
    background-size: cover;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    border: 0.07rem white solid;
}

.close-button {
    font-size: 1.5rem;
    cursor: pointer;
}

.chat-messages {
    height: 78%;
    overflow-y: scroll;
    max-height: 78%;
    padding: 0.75rem;
    background-image: url("/resources/assets/img/NCCS3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}

.chat-messages .msg_right_div {
    display: flex;
    justify-content: end;
    margin-bottom: 1.12rem;
}

.chat-messages .msg_left_div {
    margin-bottom: 1.12rem;
    max-width: 80%;
    width: fit-content;
}

.msg_left {
    padding: 0.75rem;
    border: 0.07rem #204a87 solid;
}

.msg_right {
    padding: 0.75rem;
    color: white;
}

.chat-input {
    height: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.07rem solid #204a87;
    background-color: #204a87;
    border-bottom-left-radius: 2.1rem;
    border-bottom-right-radius: 2.1rem;
}

.chat-input div {
    width: 90%;
}

.chat-input .send-button {
    width: 10%;
}

.chat-input .send-button i {
    color: white;
}

#messageInput {
    border: none;
    background-color: #204a87;
    color: white;
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Whats New
--------------------------------------------------------------*/
@media screen and (max-width: 320px) {

    .whats .whatsContent .whatsData {

        flex-direction: column;

        align-items: center;

        text-align: center;

        width: 100%;
    }


    .whatsData .carousel-control-prev,
    .whatsData .carousel-control-next {

        width: 1.5rem;

        max-width: 1.5rem;
    }
}
.whats {
    height: 6rem;
    background-color: #204a87;
    background-image: url("/resources/assets/img/im.png");
    background-repeat: no-repeat;
}

.whats .whatsContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.whats .whatsContent .whatsTitle {
    display: flex;
    flex-direction: column;
    padding-top: 0.37rem;
    align-items: center;
    width: 20%;
    font-family: "Montserrat";
    color: white;
}

.whats .whatsContent .whatsTitle:hover, .whats .whatsContent .whatsTitle:focus {
    text-decoration: underline;
}

.whats .whatsContent .whatsData {
    overflow-x: hidden;
    word-wrap: break-word;
    width: 79%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.whatsData .carousel {
    width: 100%;
}
.whatsData .carousel-control-prev{
    top: 50%;
    width: 2rem;
}
.whatsData .carousel-control-next{
    top: 50%;
    width: 2rem;
}
.whatsData .carousel-control-prev:focus, .whatsData .carousel-control-next:focus, .whatsData .btn:focus{
    outline: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
#pauseButton {
    color: white;
}

#whatsNewCarouselItem a {
    color: white;
}

#whatsNewCarouselItem h6 {
    color: white;
}

#whatsLink {
    color: lightblue;
}

#whatsLink:hover, #whatsLink:focus {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .whats {
        height: auto;
        background-position: center;
    }

    .whats .whatsContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .whats .whatsContent .whatsTitle {
        display: flex;
        overflow-wrap: break-word;
        ;
        word-wrap: break-word;
        width: 100%;
        min-height: 30%;
        border-bottom: 0.15rem #000000 solid;
        white-space: normal;

        text-align: center;
    }

    .whats .whatsContent .whatsData {
        display: flex;
        flex-wrap: wrap;
        overflow-wrap: break-word;
        word-wrap: break-word;
        width: 100%;
        min-height: 70%;
        font-size: 1.35rem;
    }
}

.circularsItem {
    height: 50px;
    display: flex;
    justify-content: center;
}

.whats-item {
    color: white;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0rem 2rem;
}

.whats-item img {
    width: 50px;
    height: 50px;
    margin: 10px;
}
.whats-item:hover, .whats-item:focus {
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
    margin-top: 0.7rem;
    background-image: url("/resources/assets/img/carousel-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    /* padding: 0rem 0.2rem 0rem 0.2rem; */
    /* margin: 0.37rem; */
    padding: 0px;
    margin: 0px;
    box-shadow: 0 1.5rem 0.9rem rgba(0, 0, 0, 0.08);
    /* border-bottom-left-radius: 20%; */
    /* border-top-left-radius: 20%; */
    border-right: 0.15rem #204a87 solid;
    border-left: 0.15rem #204a87 solid;
    /* position: relative; */
    max-width: 300px;
    height: 7rem;
    opacity: 0;
    transform: translateY(3.75rem);
    animation: fade-up 1s ease forwards;
}

#testimonial-item-1 {
    background-image: linear-gradient(to right, lightcoral, white);
    padding: 0px;
    margin: 0px;
}

#testimonial-item-2 {
    background-image: linear-gradient(to right, lightgreen, white);
}

#testimonial-item-3 {
    background-image: linear-gradient(to right, skyblue, white);
}

#testimonial-item-1 img {
    width: 3vw;
    height: 3vw;
}
#testimonial-item-2 img {
    width: 3vw;
    height: 3vw;
}
#testimonial-item-3 img {
    width: 3vw;
    height: 3vw;
}

.testimonial-item-card-body-1 h5,
.testimonial-item-card-body-1 p {
    color: #dc3545 !important;
}

.testimonial-item-card-body-2 h5,
.testimonial-item-card-body-2 p {
    color: green !important;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(3.75rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonials .testimonial-item:hover, .testimonials .testimonial-item:focus {
    transition: 0.2s;
    transform: scale(1.02);
}

.testimonials .testimonial-item .testimonial-img {
    width: 5.25rem;
    height: 5.25rem;
    float: left;
    margin: 0 0.75rem 0 0;
}

.testimonials .testimonial-item h5 {
    font-size: 1.35rem;
    text-align: center;
    color: #204a87;
}

.testimonials .testimonial-item p {
    font-size: 3rem;
    text-align: center;
    margin: 0;
    color: #204a87;
}

.testimonials .testimonial-item a span {
    color: #204a87;
}

.testimonials .testimonial-item a span:hover, .testimonials .testimonial-item a span:focus {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Updates
--------------------------------------------------------------*/

.updates {
    /* background-color: #f6fafb; */
    background-image: url("/resources/assets/img/carousel-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #a8dbf0;
}

#navbar {
    padding: 0 !important;
}

.updates .update {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .updates .update {
        display: flex;
        flex-direction: column;
    }

    .notifications {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .updates .update {
        display: flex;
        flex-direction: column;
    }

    .notifications {
        width: 100%;
    }
}

.notifications {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.notifications .navbar {
    background-color: #204a87;
    width: 100%;
}

#notificationToggleIcon {
    color: white;
}

.notificationLinks {
    width: 100%;
}

.notifications .notificationContent {
    border: 0.15rem #204a87 solid;
    width: 100%;
}

.notification {
    height: 400px;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    /* overflow: scroll; */
}

#circulars,
#tenders,
#reports,
#events,
#gallery {
    display: none;
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.notification .notificationMaterial .reportsBody tr {
    display: flex;
}

.notification .notificationMaterial .reportsBody tr td {
    width: 50%;
}

.notification .notificationMaterial .circularsBody tr {
    display: flex;
}

.notification .notificationMaterial .circularsBody tr td {
    width: 50%;
}

.galleryNotificationMaterial {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.galleryNotificationMaterial div {
    width: 18%;
    height: 22%;
}

.galleryNotificationMaterial div img {
    margin: 0.37rem;
    width: 100%;
    height: 100%;
}

.galleryNotificationMaterial1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

.galleryNotificationMaterial1 div {
    width: 23%;
    height: 90%;
}

.galleryNotificationMaterial1 div img {
    margin: 0.37rem;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .notification .notificationMaterial .reportsBody tr {
        display: flex;
        flex-direction: column;
    }

    .notification .notificationMaterial .reportsBody tr td {
        width: 100%;
    }

    .notification .notificationMaterial .circularsBody tr {
        display: flex;
        flex-direction: column;
    }

    .notification .notificationMaterial .circularsBody tr td {
        width: 100%;
    }

    .galleryNotificationMaterial {
        max-height: 100%;
        overflow: auto;
    }

    .galleryNotificationMaterial div {
        width: 24%;
    }
}

@media screen and (max-width: 804px) {
    .galleryNotificationMaterial div {
        width: 32%;
    }
}

@media screen and (max-width: 650px) {
    .galleryNotificationMaterial div {
        width: 49%;
        height: 50%;
    }
}

@media screen and (max-width: 500px) {
    .galleryNotificationMaterial div {
        width: 98%;
        height: 50%;
    }
}

.notification .readMore {
    height: 15%;
    width: 100%;
    padding-right: 1.12rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

.readMore .readMoreBtn {
    height: 60%;
    background-color: #204a87;
    color: white;
    padding-top: 0.5rem;
}

.readMore .readMoreBtn:hover, .readMore .readMoreBtn:focus {
    background-color: #dc3545;
}

.notification .notificationMaterial {
    height: 85%;
    padding: 0.75rem;
    max-height: 90%;
    overflow-x: auto;
    /* margin: auto; */
}

/* .notification .notificationMaterial table {
  overflow-x: auto;
  width: 1280px;
  max-width: 1280px;
} */

/*--------------------------------------------------------------
# Updates (only for circulars tab)
--------------------------------------------------------------*/
.Odd {
    background-color: #204a87;
    color: white !important;
}

.Even {
    background-color: #204a87;
    color: white !important;
}

.grid {
    border: 0.07rem solid #e4e4e4;
    text-decoration: none;
}

.gridParent {
    margin-top: 1.12rem;
}

@media screen and (max-width: 768px) {
    .gridParent div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    /*background-color: #f6fafb;*/
    background-color: white;
    height: 10rem;
    display: flex;
}

.clients .client-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    /* border: 0.07rem solid #204a87; */
    width: 13rem;
    height: 7.5rem;
    background-color: white;
    border-radius: 15px;
    border: 0.1px solid lightgray;
    box-shadow: 15px 10px lightgray;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 90%;
    width: 90%;
    cursor: pointer;
    /* filter: grayscale(100%); */
}

.clients .client-logo:hover img, .clients .client-logo:focus img {
    filter: none;
    transform: scale(1.1);
}

#cdotLogo {
    height: 65px;
    width: 40px;
}

.clients .carousel-item {
    width: 75%;
}

.clients .row {
    padding: 0rem 2rem;
}
.clients .carousel {
    width: 100%;
    padding: 0rem 2rem;
}
.clients .carousel-control-prev{
    top: 3rem;
    width: 2rem;
    height: 2rem;
}

.clients .carousel-control-next{
    top: 3rem;
    width: 2rem;
    height: 2rem;
}
.clients .carousel-control-prev:focus, .clients .carousel-control-next:focus, .clients .btn:focus{
    outline: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}
.clients .carousel-control-end{
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.clients .pauseplayclient-container{
    padding: 0 !important;
}

@media (max-width: 767px) {
    #carouselInner .carousel-item > div {
        display: none;
    }

    #carouselInner .carousel-item > div:first-child {
        display: block;
    }
}

#carouselInner .carousel-item.active,
#carouselInner .carousel-item-next,
#carouselInner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    #carouselInner .carousel-item-end.active,
    #carouselInner .carousel-item-next {
        transform: translateX(25%);
    }

    #carouselInner .carousel-item-start.active,
    #carouselInner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#carouselInner .carousel-item-end,
#carouselInner .carousel-item-start {
    transform: translateX(0);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

#faqQuestionHead {
    font-weight: bold;
}

#faqAnswer {
    margin-left: 1.87rem;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Footer Head
--------------------------------------------------------------*/

.accessibilityPara {
    font-size: 1.06rem;
}

#accessibilityDetails {
    text-align: justify;
}

#accessibilityDetails p {
    padding-bottom: 1.65rem;
}

#termsOfUse {
    font-size: 1.06rem;
    text-align: justify;
    color: black;
}

#termsOfUseList {
    list-style-type: disc;
}

#termsOfUsePara {
    padding-bottom: 0.75rem;
}

#termsOfUseList li {
    padding: 0.75rem 0 0.75rem 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-main {
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.upperfooter {
    display: flex;
    color: white;
    background-color: #204a87;
    /*padding: 0.75rem;*/
    justify-content: center;
    font-size: medium;
}

.upperfooter a:visited {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 585px) {
    .upperfooter {
        display: flex;
        flex-direction: column;
        line-height: 150%;
        align-items: center;
        justify-content: center;
    }
}



.lowerfooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.05rem;
}
.footer-item1 {
    padding: 0.52rem;
    font-weight: 1.05rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
}
.footer-item1:hover, .footer-item1:focus {
    background-color: #dc3545;
}
.footer-item1 a {
    color: white !important;
}
.footer-item1 a:hover, .footer-item1 a:focus {
    color: white !important;
}
.footer-item3 {
    line-height: 150%;
    width: 300px;
    margin: 0 0 0 5.25rem;
}
.footer-item4 {
    line-height: 150%;
    width: 100px;
    margin: 0 0 0 5.25rem;
}
.footer-item4 img{
    height: 4.12rem;
    max-height: 6rem;
    width: 5.57rem;
    padding: 0 1.5rem 0 0;
}
.footer-item5 {
    line-height: 150%;
    width: 200px;
    margin: 0 0 0 5.25rem;
}
.footer-item5 img{
    height: 3.92rem;
    max-height: 6rem;
    padding: 0 1.5rem 0 0;
    background-color: white;
    width: 100%;
    border-radius: 0.2rem;
}
.lowerfooter a {
    color: white !important;
}

.logo-cdot {
    height: 4.12rem;
    max-height: 6rem;
    width: 3.97rem;
    padding: 0 1.5rem 0 0;
}

@media only screen and (max-width: 743px) {
    .lowerfooter {
        flex-wrap: wrap;
    }

    .logo-cdot {
        max-height: 6rem;
        height: 4.12rem;
        width: 3.97rem;
        padding: 0.75rem 0 0.75rem 0;
    }

    .footer-item2 {
        line-height: 150%;
        width: 650px;
        padding: 0 0 0.75rem 0;
        text-align: center;
    }

    .footer-item3 {
        line-height: 150%;
        width: 600px;
        margin: 0 0 0 0;
        text-align: center;
    }
}

/*======================================
==============Error Page===============*/

.errorTitle {
    text-align: center;
    color: #000000;
    border-bottom: 0.07rem solid #4d4643;
    padding: 0.75rem 0;
    margin: auto;
    width: 40%;
}

.errorMessage {
    color: #000000;
    width: 50%;
    margin: auto;
    padding: 0.75rem 0;
}

/*--------------------------------------------------------------
# Web Manager Login
--------------------------------------------------------------*/

#webManagerLoginButton,
#refreshCaptchaButton, #audioCaptchaButton,
#otpLoginButton {
    background-color: #204a87;
    color: white;
}

#resendOTPButton {
    background-color: #204a87;
    color: white;
}

#captchaBox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#captchaImage {
    background-color: white;
}

.captcha-alert-hidden {
    display: none;
}

#loginCard {
    border: 0.07rem #204a87 solid;
}

#loginCard div #loginForm {
    color: #204a87;
}

/*--------------------------------------------------------------
# Visitor Count
--------------------------------------------------------------*/

#visitorCount {
    margin: 0.75rem;
    padding: 0.75rem;
    border: 0.07rem black solid;
    border-radius: 0.37rem;
}

/*--------------------------------------------------------------
# Feedback
--------------------------------------------------------------*/

#saveFeedBackButton {
    background-color: #204a87;
    color: white;
}

#feedbackFormParent {
    width: 34.5rem;
    margin: auto;
}

#feedBackForm {
    border: 0.07rem #204a87 solid;
}

.form-text {
    color: #495057;
}

@media screen and (max-width: 450px) {
    #feedBackForm {
        width: 32rem;
        margin: auto;
    }
}

@media screen and (max-width: 420px) {
    #feedBackForm {
        width: 30rem;
        margin: auto;
    }
}

@media screen and (max-width: 290px) {
    #feedBackForm {
        width: fit-content;
        margin: auto;
    }
}

/*--------------------------------------------------------------
# Organization Structure
--------------------------------------------------------------*/



.container1 {
    position: relative;
    background-size: cover;
    z-index: 900;
    overflow: hidden;
}

.slider-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
    z-index: 2;
    display: none;
}

.slider-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 3;
    display: none;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    z-index: 4;
}

.slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 80vw;
}

.slider-content DIV DIV img {
    height: 75vh;
    width: 75vw;
    max-height: 75vh;
    max-width: 75vw;
    height: auto;
}

.dark-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; /* Dark background color */
    opacity: 0.7; /* Adjust opacity as desired */
    z-index: 1;
    display: none;
}

#carouselExampleIndicators .carousel-item img {
    width: 80vw; /* Adjust the width as needed */
    height: 80vw; /* Adjust the height as needed */
}

/**************SiteMap**********************/
.siteMapList {
    padding-left: 10px;
    list-style-type: none;
}

.headerFlex {
    display: flex;
    justify-content: space-evenly;
}

.siteMapH2 {
    text-align: center;
}

@media screen and (max-width: 930px) {
    .headerFlex {
        flex-wrap: wrap;
    }

    .headerFlex > div {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 430px) {
    .headerFlex {
        flex-direction: column;
    }
}

/* **************************** Custom Dropdown  */
.customDropdown {
    position: relative;
    display: contents;
}

/* Style the button */
.dropdownBtn {
    border: none;
    padding: 10px;
    cursor: pointer;
    background-color: #f6fafb;
    font-size: large;
}

/* Style the dropdown content (hidden by default) */
.customDropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #204a87;
    min-width: 60px;
    z-index: 10000;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Style the dropdown links */
.customDropdown .dropdown-content a {
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
}

/* Change link color on hover */
.customDropdown .dropdown-content a:hover, .customDropdown .dropdown-content a:focus {
    background-color: #dc3545;
}

/* Show the dropdown content when the button is hovered or focused */
.customDropdown:hover .dropdown-content, .customDropdown:focus .dropdown-content,
.customDropdown:focus-within .dropdown-content {
    display: block;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #495057 !important;
}
.breadcrumb-item.active {
    color: #495057 !important;
}

.material_icon_pause_client {
    filter: brightness(1) invert(0);
}

form#searchForm {
    border: 1px solid black;
    width: 120px;
}
input#searchKeyword.inp-search {
    padding: 2px 15px 2px 2px;
    /* border: 1px solid black; */
    width: 100px;
    background: none;
}

.results-container {
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: center;
}

#searchList {
    list-style-type: disc;
    padding: 0;
    width: 70%;
    /* background-color: #204a87; */
}
.result-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.result-item {
    background-color: white;
    /* border: 1px solid #ddd; */
    margin: 10px 0;
    padding: 1px;
    /* border-radius: 5px; */
    transition: background-color 0.3s ease;
}

.no-results-message {
    text-align: center;
    font-size: 18px;
    color: #dc3545; /* Red color for emphasis */
    font-weight: bold;
    margin-top: 20px;
}

.search-error-message {
    margin-bottom: 15px;
}

.language-select {
    position: relative;
    display: inline-block;
    border: 1px solid black;
    width: 120px;
    max-height: 100px;
}

.language-selected {
    padding: 10px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
}

.language-options {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 10;
    max-height: 100px;
    overflow-y: auto;
}

.language-option {
    padding: 10px;
    cursor: pointer;
}

.language-option:hover,
.language-option.active {
    background: #e0e0e0;
}

.language-select.open .language-options {
    display: block;
}
/* Print-specific styling */
@media print {
    /* Display the header only on the first page */
    header {
        display: block; /* Ensure header is visible */
    }

    /* Hide header on all subsequent pages */
    body {
        margin-top: 100px; /* Provide space for header on first page */
        position: relative;
    }

    /* Ensure header is not displayed on subsequent pages */
    body::after {
        content: "";
        display: block;
        clear: both;
        page-break-before: always;
    }

    /* Hide header from all pages except the first one */
    header {
        display: block;
    }

    /* Force a page break after the first page, so no header appears on following pages */
    main {
        margin-top: 50px;
        position: relative;
    }

    /* Scale carousel for printing */
    .cardsPlusCarousel {
        top: 150px;
        transform: scale(0.7); /* Scale the carousel down */
        transform-origin: top left; /* Ensure scaling starts from the top left */
        width: 100%; /* Keep the full width of the page */
        margin: 0 auto; /* Center it */
        page-break-inside: avoid; /* Prevent the carousel from breaking inside pages */
    }

    .carousel-inner {
        font-size: 1.35rem;
    }

    /* Footer styling: Make footer appear only on the last page */
    footer {
        position: relative;
        page-break-before: auto;
        bottom: 0;
        background-color: #f4f4f4;
        margin-top: 70px;
        padding: 0px 100px 0px 0px;
        page-break-inside: avoid;
    }

}

/*org structure styling*/



.org-chart-wrapper {

    width: 100%;
    overflow-x: auto;

    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

}

.chart-bg {

    width: max-content;

    min-width: 100%;
}

/* Tree width */

.tree {

    width: max-content;
    min-width:100%
}

.chart-bg-in {

    display: table;

    padding-bottom: 4rem;
}



.tree ul {
    margin: 0;
    padding: 0;
}

.list-one {
    margin-top: 250px;

}

.tree ul {
    padding-top: 20px !important;
    position: relative;


}

.tree li {
    float: left !important;
    text-align: center !important;
    list-style-type: none !important;
    position: relative !important;
    padding: 20px 0px 0 5px !important;
    margin-left: 0px !important;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute !important;
    top: 0;
    right: 50%;
    border-top: 2px solid #424242;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto !important;
    left: 50% !important;
    border-left: 2px solid #424242;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none !important;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0 !important;
}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none !important;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 2px solid #424242 !important;
    border-radius: 0 5px 0 0 !important;
    -webkit-border-radius: 0 5px 0 0 !important;
    -moz-border-radius: 0 5px 0 0 !important;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0 !important;
    -webkit-border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50% !important;
    border-left: 2px solid #424242 !important;
    width: 0 !important;
    height: 20px !important;
}

.tree li a {

    padding: 5px 10px !important;
    text-decoration: none;
    min-width: 100px;
    max-width: 180px;
    word-wrap: break-word;   /* Force break if word is too long */
    white-space: normal;
    /* color: #666;*/
    /* font-family: arial, verdana, tahoma;
font-size: 11px; */
    display: inline-block !important;

    border: 1px solid #63b2d2 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;

}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}
.level1 {
    background-color: orange;
    /*color: white;*/
    color: #000;
}

.level2 {
    background-color: gold;
    color: black;
}

.level3 {
    /*background-color: steelblue;
    color: white;*/
    background-color: #2f5f8f; /* darker steelblue */
    color: #ffffff;
}

.level4 {
    background-color: green;
    color: white;
}

/* Make stat-number behave like heading text */
.stat-number {
    display: block;
    font-size: 3rem;       /* same as h5 */
    font-weight: 400;
    line-height: 1.2;
    color: inherit;           /* KEY: inherit color */
}

/* IMPORTANT: override Bootstrap link color */
a .stat-number {
    color: inherit !important;
    text-decoration: none;
}

/* Ensure it inherits the card-title color */
.testimonial-item .card-title,
.testimonial-item .stat-number {
    color: inherit;
}
.blog-post a {
    text-decoration: underline;
}

.blog-post a:hover,
.blog-post a:focus {
    text-decoration: underline;
}

.blog-post a:focus {
    outline: 2px solid;
}
/*tinymce styles css */
.font-12 {
    font-size: 12pt;
}

.font-14 {
    font-size: 14pt;
}

.font-16 {
    font-size: 16pt;
}

.heading2 {
    font-size: 20pt;
    font-weight: bold;
}

.heading3 {
    font-size: 18pt;
    font-weight: bold;
}
.paragraph-14pt{
    font-size: 14pt;
}



.gap20 {
    height: 20px;
}

.gap50 {
    height: 50px;
}

.float-right {
    float: right;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-14 {
    font-size: 14px;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.white-space-normal {
    white-space: normal;
}

.padding-left-1em {
    padding-left: 1em;
}

.margin-y-1em {
    margin: 1em 0;
}

