.noshow {
    display: none;
}

.videoWrap {
    width: 100%;
}

.tb_style1 th {
    background-color: #cb1421 !important;
    color: white !important;
}

.tb_style1 tr:first-child {
    background-color: #cb1421 !important;
    color: white !important;
}

.tb_style1 tr:nth-child(n+1) {
    background-color: white;
}

.tb_style1 tr:nth-child(n+1):nth-child(odd) {
    background-color: #ffece4;
}

/* .tb_style1 td {
    padding:10px 20px 10px 20px;
} */
#yearSelection+table {
    th {
        background-color: #cb1421 !important;
        color: white !important;
    }

    tr:nth-child(n+1) {
        background-color: white;
    }

    tr:nth-child(n+1):nth-child(odd) {
        background-color: #ffece4;
    }
}

#yearSelection+div table {
    th {
        background-color: #cb1421 !important;
        color: white !important;
    }

    tr:first-child {
        background-color: #cb1421 !important;
        color: white !important;
    }

    tr:nth-child(n+1) {
        background-color: white;
    }

    tr:nth-child(n+1):nth-child(odd) {
        background-color: #ffece4;
    }
}

.p_heading1 {
    /* display: none; */
}

@media (max-width:1280px) {
    .container {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}

@media (max-width:768px) {
    .container {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

/* .btn_backtotop{
    border: none;
    z-index: 1000;
    bottom: 0px;
    width: 60px;
    height: 50px;
    right: 0;
    padding: 26px 0px 34px 14px;
    position: fixed;
} */
.container {
    min-height: 400px;
}

#pyearSelect {
    border-radius: 8px;
}

#gallery_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    /* Responsive grid */
    gap: 20px;
    /* Space between cards */
    padding: 32px 0;
    /* Padding around the grid */
    color: white;
}
@media (max-width:500px) {
    #gallery_container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        /* Responsive grid */
        gap: 16px;
        /* Space between cards */
        padding: 16px;
        /* Padding around the grid */
        color: white;
    }
}
.gallery-card {
    border: 1px solid #ccc;
    /* Card border */
    border-radius: 24px;
    /* Rounded corners */
    padding: 12px;
    /* Padding inside the card */

    background: #cb1421;
    /* White background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.gallery-card:first-child {
    border: 1px solid #ccc;
    /* Card border */
    border-radius: 24px;
    /* Rounded corners */
    padding: 12px;
    /* Padding inside the card */

    background: #cb1421;
    /* White background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.gallery-card img {
    width: 100%;
    /* Make image responsive */
    height: 250px;
    /* Maintain aspect ratio */
    border-radius: 4px;
    /* Optional: rounded image corners */
    object-fit: cover;
    margin-bottom: 10px;
}

.gallery-card a {
    color: white;
}

th {
    /* border: 0; */
}

td {
    /* border: 0; */
}

.header_device_language_hidden {
    transition: opacity 200ms;
    display: none;
    /* Initially hidden */
    opacity: 0;
    /* Initially invisible */
}

.menu-container .leftMeunNav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 4px;
}

.menu-container .leftMeunNav-list .leftMeunNav-item1 .leftMeunNav-link1 {
    width: auto !important;
    font-weight: 600;
    padding: 8px;
    border-bottom: 3px solid #e4e4e4;
    display: flex;
    color: #3e290f;
    justify-content: space-between;
}

.menu-container .leftMeunNav-list .leftMeunNav-item1 {
    padding: 0 16px 0 16px;

}

.menu-container .leftMeunNav_dropdown-item {
    font-weight: 600;
    font-size: 16px;
}

.leftMeunNav_dropdown1 {
    display: none;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 15px;
    height: 15px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.menu-container {
    border-top: 1px solid #e4e4e4;
}

@media (min-width:991px) {
    .menu-container {
        display: none !important;
    }
}

@media (max-width:550px) {
    .footer_copyright_version img {
        width: 80%;
    }
}

@media (max-width:450px) {
    table {
        /* font-size: 12px; */
    }

    .footer_copyright_version img {
        width: 70%;
    }
}

@media (max-width:400px) {
    table {
        /* font-size: 10px; */
    }
}

@media (max-width:1200px) {
    #org-chart-wrap {
        transform: scale(0.9);
        /* Scale down to 50% */
        transform-origin: top left;
        /* Adjust the origin for scaling */
        /* height: 1200px; */
    }
}

@media (max-width:1000px) {
    #org-chart-wrap {
        transform: scale(0.7);
        /* Scale down to 50% */
        transform-origin: top left;
        /* Adjust the origin for scaling */
        /* height: 1000px; */
    }
}

@media (max-width:680px) {
    #org-chart-wrap {
        transform: scale(0.5);
        /* Scale down to 50% */
        transform-origin: top left;
        /* Adjust the origin for scaling */
    }
}

@media (max-width:480px) {
    #org-chart-wrap {
        transform: scale(0.4);
        /* Scale down to 50% */
        transform-origin: top left;
        /* Adjust the origin for scaling */
    }
}

@media (max-width:380px) {
    #org-chart-wrap {
        transform: scale(0.3);
        /* Scale down to 50% */
        transform-origin: top left;
        /* Adjust the origin for scaling */
    }
}

@media (max-width:768px) {
    #office_map {
        width: 100%;
        height: auto;
    }

}

.title {
    font-weight: bold;
}

.subtitle {
    font-weight: bold;
}

.logo_w3c {
    margin-top: auto;
    margin-bottom: auto;
}

.right-top {
    margin-left: 24px;
}

/* .welcomepage-title-eng {
    margin-left: 35%
}

@media(max-width:1000px) {
    .welcomepage-title-eng {
        margin-left: 30%
    }
}

@media(max-width:800px) {
    .welcomepage-title-eng {
        margin-left: 25%
    }
}

@media(max-width:650px) {
    .welcomepage-title-eng {
        margin-left: 20%
    }
}

@media(max-width:550px) {
    .welcomepage-title-eng {
        margin-left: 10%
    }
}

@media(max-width:480px) {
    .welcomepage-title-eng {
        margin-left: 5%
    }
}*/

.measures .li_typical {
    list-style-type: none;
}

.measuresWrap {
    display: flex;
}
.bottom_sliderbanner_container {
    justify-content: center;
}
.welcomepage-title {
    margin-left: 0;
}
@media(max-width:400px) {
    .welcomepage-title-eng {
        margin-left: 25%
    }
} 