/* about-us customization  */
.notice-date-and-month {
    border: 1px solid rgb(0, 0, 0);
    padding: 10px;
    font-weight: 700;
    background-color: #08549c;
    color: #fff;
}


/* news customization  */
/* date customization */
.news-and-notice-date-and-month {
    border: 1px solid #08549c;
    width: 110px;
}

.table td,
tr th {
    border: 1px solid #fff;
    border-collapse: separate;
    border-spacing: 20px;
}

.table tr {
    box-shadow: 7px -5px 20px #b5b5b5;

}


.news-and-notice-date {
    background: #08549c;
    color: #fff;
    text-align: center;
}

.news-and-notice-month {
    background: #fff;
    color: #043058;
    text-align: center;
}

.list-group-items-news-and-notices {
    padding: 15px 41px;
    background: #11643e;
    color: #fff;
    border: 3px solid #fff;
    font-size: 20px;
    cursor: pointer;
}

.list-group-items-news-and-notices:hover {
    background: #178853;
}

.list-group-items-news-and-notices:hover .for-ward {
    transform: scale(1.8);
    transition: 0.3s;
}

.view-details-news-and-notices:hover {
    text-shadow: 0px 0px 1px #1e4409;
}

/* image gallery customization */


/* gallery */
.contain {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-album img {
    width: 100%;
}

.main-album::after {
    content: '';
    background: linear-gradient(to bottom, rgb(131, 219, 241), rgb(97, 196, 221));
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.image-gallery {
    margin: 0 auto;
    max-width: 94%;
}

.image-gallery-box {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #ccc;
    padding: 10px;
}

.image-gallery-box:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.image-gallery-box:hover .image-gallery-caption {
    display: block;
}

.image-gallery-box>a {
    display: block;
    width: 100%;
    height: 100%;
}

.image-gallery-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-gallery-box>.image-gallery-image img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image-gallery-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    padding: 10px;
    text-align: center;
    transition: 0.4s;
}

.featured {
    color: red;
}

/* image gallery slideshow */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    width: 94%;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
}

.shortIntro {
    border: 1px solid #08549c;
    margin-bottom: 20px;
}

.shortIntro .title-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shortIntro .intro-title {
    font-weight: 600;
    color: #004b8e;
    font-size: 26px;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.shortIntro .title-block hr {
    width: 13%;
    border: 2px solid #ff3b3b;
    margin-top: 0.2rem;
    opacity: 1;
}

/* lightbox */
.lightBox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}

.lightbox-content {
    position: relative;
    width: 65%;
    height: 58%;
    margin: 5% auto;
    margin-top: 100px;
}

.lightbox-content img {
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    object-fit: contain;
}

.lightBox-prev,
.lightBox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 9px;
    top: 45%;
    cursor: pointer;
}

.lightBox-prev {
    left: 0;
}

.lightBox-next {
    right: 0;
}

/* video gallery customization  */
.video-gallery-box {
    position: relative;
}

.video-gallery-box>a {
    display: block;
    width: 100%;
    height: 100%;
}

.video-gallery-box>a>.play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.video-gallery-box>a:hover .play-icon {
    transition: calc(1.5s);
}

.video-gallery-box>a>img {
    display: block;
    width: 100%;
    height: 250px;
    border: 2px solid #000;
    overflow: hidden;
}

.video-gallery-caption {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    padding: 10px;
}


.importantNotice {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 1px 2px 5px #fff;
}

.updateTitle {
    background: #db3c48;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 7px 0;
}

.marquee-notice-date {
    color: #c30009;
    margin-right: 10px;
}

.newScrollBox a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #191e22;
}


/* contact customization */
/* card customization  */

.card-whole {
    margin-top: 2rem;
}

.card-title {
    font-size: 40px;
    font-weight: 600;
    color: #025f31;
}

.card-text {
    font-size: large;
}

/* icon customization */
.icon {
    margin: 6px 12px 0px 8px;
    color: #fff;
}

.icon-1 {
    margin: 6px 12px 0px 8px;
    color: #063809;
}

/* feedback customization */
.feedback {
    font-weight: 600;
    font-size: 41px;
    text-align: center;
    color: #025f31;
    margin-top: 33px;
}

/* head of box  */
.head-of-box {
    font-size: 17px;
}

.name-box {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 10px;
}

.message-box {
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 10px;
    text-align: start;
}

/* send button  */
.area-send {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-send {
    border: 2px solid #02135f;
    width: 10.3rem;
    height: 3.3rem;
    background: #fff;
    color: #02085f;
    text-align: center;
}

.btn-send:hover {
    background: #020f47;
    color: #fff;
    transition: 0.5s;
}

.main-title-of-page {
    font-size: 24px;
    color: #123001;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.published-date {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}

.imp-notice a {
    text-decoration: none;
    font-size: 15px;
    color: #00400b;
    cursor: pointer;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #666;
}

#language-switcher {
    background-color: #1bd2d8;
    border-color: #08549c;
}

.image-gallery-items {
    position: relative;
    height: 230px;
    width: 100%;
}

.image-gallery-items a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image-gallery-items a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.box-icon img {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
    border: 3px solid #ddd;
    box-shadow: 0 20px 25px #c1c1c1;
    object-fit: cover;
}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 95%;
    }
}

.feature-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.feature-links .icon-img {
    width: 60px;
    height: 60px;
    padding: 2px;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 5px 15px 20px #00162b;
    margin-right: 15px;
}

.feature-links .special-link-text {
    font-size: 18px;
    text-shadow: 0px 0px 6px #08549c;
}

.btn-default {
    box-shadow: 1px 1px 3px #818181;
    border: 0.5px solid #cbcbcb;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    font-size: 14px;
}

.table td,
tr th {
    font-size: 15px;
}

.top-bar-bg {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(233 233 233) 73%, rgb(211 211 211) 100%);
    box-shadow: 0px 2px 11px rgb(169 169 169);
    padding-top: 3px;
    padding-bottom: 3px;
}

.resource-description iframe {
    pointer-events: none;
}