/* img {
    max-width: 100%;
    height: auto;
} */

@media (max-width: 576px) {
    .img-hmh {
        display: none;
    }
    .carousel-item img {
        height: 450px !important;
        width: 100% !important;
    }
}

@media (min-width: 576px) {
    .carousel-item img {
        height: 600px !important;
        width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
}

.departments-box-layout1 .item-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.departments-box-layout1 .item-img:after {
    position: absolute;
    content: "";
    background-color: rgba(57, 108, 240, 0.9);
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.departments-box-layout1 .item-img .item-btn-wrap {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7;
    text-align: center;
    display: inline-block;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    border: 2px solid;
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}

.departments-box-layout1:hover .item-img:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.departments-box-layout1:hover .item-btn-wrap {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.item-content {
    text-align: center;
    padding: 30px 20px;
    background-color: #f5fbff;
}

.item-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.item-content .item-title a {
    color: #111111;
    transition: all 0.3s ease-out;
}

.item-content .item-title a:hover {
    color: #396cf0;
}

.department-info li {
    list-style: none;
    color: #444444;
    font-weight: 500;
}

.departments-box-layout1 {
    box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}

.img-circle {
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(30, 1, 0, 1);
}

.board-ul {
    list-style: none;
}

.board-ul li::before {
    content: "\2022";
    font-weight: bolder;
    font-size: 2ch;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.board-ol {
    list-style: none;
    padding-left: 0;
}

.text-black {
    color: #111111;
}

.text-color {
    color: #18398c;
}

.btn-color {
    background-color: #18398c;
    color: white;
}

.bg-color {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #18398c;
    color: white;
}
.h1-color {
    font-size: 1.5rem;
    background-color: #3368c6 !important;
    color: white !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.h2-color {
    font-size: 1.2rem;
    background-color: #3368c6 !important;
    color: white !important;
    border-right: 1px solid #ffffff !important;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.h3-color {
    font-size: 1.2rem;
    background-color: #3368c6 !important;
    color: white !important;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.tbl-border {
    border: 1px solid #18398c;
}

.btn-color {
    width: 150px;
    background-color: #18398c;
    color: white;
}

.btn-color:hover {
    cursor: default;
    background-color: #18398c;
    color: white;
}

.img-size {
    width: 30opx;
    height: auto;
}

.border-edu {
    border-radius: 10px;
    top: -15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.border-color {
    border: 1px solid #18398c !important;
    border-radius: 10px;
}

.certificates {
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
        25px 0px 20px -20px rgba(0, 0, 0, 0.45),
        0px 25px 20px -20px rgba(0, 0, 0, 0.45),
        -25px 0px 20px -20px rgba(0, 0, 0, 0.45);
}

#btn-donation {
    background: #3368c6;
    border: 1px solid #3368c6;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    /* font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px; */
    outline: 0;
    /* padding: 12px 14px; */
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

#btn-donation:hover,
#btn-donation:active {
    background-color: #1ac475;
    border: 1px solid #1ac475;
    background-position: 0 0;
    color: #ffffff;
}

#btn-donation:active {
    opacity: 0.5;
}

.mr-2 {
    margin-right: 5px;
}

.hmh-acc {
    color: #0f5c38;
    font-size: x-large;
}
#btn-modal-close {
    color: #f20a33;
}

.mgt-edu {
    border-radius: 10px;
    top: -15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.doc-list {
    font-size: 1.1rem !important;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.doc-name:hover {
    zoom: 1.1;
}
.details:hover {
    color: green;
}
