body {
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 600;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #000000;
}

a {
    text-decoration: none;
}

.p__tb {
    padding-top: 2%;
    padding-bottom: 2%;
}

.l__container {
    width: 95%;
    margin: 0 auto;
    max-width: 1500px;
}

.flex__justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex__justify--center {
    display: flex;
    align-items: center;
}

.l__button {
    background-color: #51bab3;
    color: #ffffff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 0.3125rem;
    padding: 0 2rem;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease;
}
.l__button:hover {
    background-color: #005b61;
    color: #ffffff;
}

.overlay {
    position: relative;
}
.overlay::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.section__title {
    margin-bottom: 1.5625rem;
}
.section__title h4 {
    font-weight: 600;
    font-size: 1.5625rem;
    text-transform: capitalize;
    margin-bottom: 0;
}

.banner {
    position: relative;
}
/* .banner__img {
    height: 30rem;
    width: 100%;
    overflow: hidden;
} */
.banner__img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.banner__title {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 2rem 0;
    position: relative;
    top: -2.5rem;
}
.banner__title h1 {
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}
.banner__carousel button {
    height: 3.125rem;
    width: 3.125rem;
    overflow: hidden;
    line-height: 3.125rem;
    background-color: #45b29d;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner__carousel button.carousel-control-prev {
    left: 3.125rem;
}
.banner__carousel button.carousel-control-next {
    right: 3.125rem;
}

.more {
    height: 2.1875rem;
    line-height: 2.1875rem;
    width: 2.1875rem;
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #000000;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.more:hover {
    background-color: #005b61;
    color: #ffffff;
}

.cards__one {
    background-color: #bed4f5;
    padding: 2.75rem;
    height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cards__one h4 {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.125rem;
}
.cards__one p {
    font-weight: 400;
    font-size: 0.9375rem;
}
.cards__one .num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
}
.cards__one .num span {
    background-color: #51bab3;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards__one .num span img {
    height: 1.5625rem;
    width: 1.5625rem;
    object-fit: contain;
    margin: auto;
}
.cards__one .num h6 {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.cards .col-md-4:nth-child(2) .cards__one {
    background-color: #214e49;
}
.cards .col-md-4:nth-child(2) .cards__one p,
.cards .col-md-4:nth-child(2) .cards__one h6,
.cards .col-md-4:nth-child(2) .cards__one h4 {
    color: #ffffff;
}

.cards__two {
    background: #ffffff;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    position: relative;
}
.cards__two--img {
    border-radius: 0.625rem;
    height: 21.875rem;
    width: 100%;
    overflow: hidden;
}
.cards__two--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.cards__two--content {
    padding: 2.5rem 1.875rem;
    position: relative;
}
.cards__two--content h5 {
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 1.125rem;
    color: #000000;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin-bottom: 1.75rem;
}
.cards__two--content h5:hover {
    color: #51bab3;
}
.cards__two--content p {
    margin-bottom: 1.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cards__two--content--meta {
    background-image: url(../images/blog-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 4.375rem;
    width: 100%;
    padding: 0 0.9375rem;
}
.cards__two--content--meta a,
.cards__two--content--meta span {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff;
    position: relative;
}
.cards__two--content--meta span i {
    margin-right: 0.625rem;
}
.cards__two--content .more {
    position: absolute;
    top: -1.0625rem;
    right: 1.875rem;
}
.cards__two:hover .cards__two--img img {
    transform: scale(1.05);
}

.youtube__link {
    height: 16rem;
    width: 60%;
    overflow: hidden;
    margin: auto;
}
.youtube__link iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header__top {
    padding: 1rem 0;
    color: #ffffff;
    background-color: #45b29d;
}
.header__top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__top ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
}
.header__top ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.header__top ul li span {
    margin-right: 0.625rem;
}
.header__top ul li a {
    color: #ffffff;
    font-size: 0.75rem;
}
.header__top--left span {
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
}
.header__top--right ul li {
    border-left: 1px solid #ffffff;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
}
.header__top--right ul li span i {
    font-size: 0.75rem;
}
.header .logo a {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4.5rem;
    color: #51bab3 !important;
}
.header .logo a:hover {
    color: #51bab3;
}
.header .logo img {
    height: 5rem;
    width: 5rem;
}
.header .navbar {
    background-color: transparent !important;
}
.header .navbar .navbar-nav .nav-item {
    margin-left: 1.875rem;
}
.header .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    color: #000000;
    padding: 0;
}
.header .navbar .navbar-nav .nav-item .dropdown-item {
    text-transform: capitalize;
    font-size: 0.9375rem;
}
.header .mb__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header .mb__header--bar {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #51bab3;
    color: #ffffff;
    border-radius: 0.3125rem;
    line-height: 2.5rem;
    text-align: center;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:
        opacity 0.2s linear,
        visibility 0.2s,
        width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition:
        opacity 0.3s ease,
        width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.footer__top {
    background-color: #4a616f;
    padding: 1rem 0;
    border-top: 2px solid #254151;
}
.footer__top--card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    border-right: 1px solid #ffffff;
    padding-left: 3.125rem;
}
.footer__top--card span {
    background-color: #ffffff;
    border-radius: 0.3125rem;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    font-size: 1.75rem;
}
.footer__top--card .content a,
.footer__top--card .content h6 {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    display: block;
}
.footer__middle {
    background-color: #f4f4f4;
}
.footer__middle--about p {
    color: #000000;
    font-weight: 400;
}
.footer__middle--about img {
    height: 100px;
    width: auto;
    object-fit: contain;
}
.footer__middle--col h5 {
    font-weight: 600;
    font-size: 1.125rem;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 1.5625rem;
    position: relative;
}
.footer__middle--col h5::before {
    content: "";
    height: 0.125rem;
    width: 5.625rem;
    background-color: #4d4848;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
}
.footer__middle--col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__middle--col ul li {
    margin-bottom: 0.875rem;
}
.footer__middle--col ul li a {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    text-transform: capitalize;
}
.footer__middle--col p {
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
}
.footer__middle--col .form__group {
    position: relative;
}
.footer__middle--col .form__group .l__button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #005b61;
}
.footer__middle--col .form__group input {
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding-right: 10rem;
}
.footer__bottom {
    background-color: #f4f4f4;
    padding: 1.25rem 0;
    border-top: 1px solid #000000;
}
.footer__bottom p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.footer__bottom--develop {
    text-align: right;
}
.footer__bottom--social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__bottom--social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__bottom--social ul li {
    display: inline-block;
    margin-left: 1.5625rem;
}
.footer__bottom--social ul li span {
    color: #000000;
    font-size: 1.375rem;
}

.banner__carousel--item {
    position: relative;
}
.banner__carousel--item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.banner__carousel--item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    z-index: 1;
}
.banner__carousel--item .content span {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4375rem;
    margin-bottom: 1rem;
    display: block;
}
.banner__carousel--item .content h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.125rem;
    margin-bottom: 1rem;
}
.banner__carousel--item .content p {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.125rem;
}

.home__about {
    position: relative;
}
.home__about--content {
    background-color: #51bab3;
    padding: 2rem;
    border-radius: 1.625rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home__about--content p,
.home__about--content h3 {
    color: #ffffff;
    text-align: center;
}
.home__about--content h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: capitalize;
}
.home__about--content p {
    text-align: justify;
    font-weight: 400;
    font-size: 1rem;
}
.home__about--content .more {
    position: absolute;
    right: 3.125rem;
    bottom: -0.9375rem;
}
.home__about img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.intro {
    background-color: #e6f4f1;
}
.intro__img {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
}
.intro__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.intro__card {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-bottom: 4.375rem;
    padding-left: 1.875rem;
}
.intro__card--img {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: #51bab3;
    text-align: center;
}
.intro__card--img img {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
}
.intro__card--content {
    position: relative;
    width: calc(100% - 80px);
}
.intro__card--content h5 {
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.intro__card--content::before {
    content: "";
    border-left: 2px dotted #000000;
    height: 75%;
    width: auto;
    position: absolute;
    top: 4.6875rem;
    left: -3.125rem;
}
.intro__card:last-child {
    margin-bottom: 0;
}
.intro__card:last-child .intro__card--content::before {
    display: none;
}

.work {
    background: #f4f4f4;
}
.work__content {
    background-color: #51bab3;
    padding: 1.875rem;
    border-radius: 1rem;
}
.work__content h5 {
    color: #ffffff;
    font-size: 1.5625rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.375rem;
}
.work__content p {
    color: #ffffff;
    text-align: justify;
    margin-bottom: 1.875rem;
}
.work__content .l__button {
    background-color: #005b61;
    display: block;
}
.work__card {
    display: flex;
    justify-content: flex-start;
    gap: 0.9375rem;
}
.work__card--img {
    height: 6.125rem;
    line-height: 6.125rem;
    width: 6.125rem;
    border-radius: 50%;
    background-color: #51bab3;
    text-align: center;
}
.work__card--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 1.25rem;
}
.work__card--content {
    width: calc(100% - 115px);
}
.work__card--content h4 {
    font-weight: 600;
    font-size: 1.125rem;
}
.work__card--content a,
.work__card--content p {
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.work__card--content a u {
    color: #51bab3;
    display: none;
}
.work__sidebar {
    position: sticky;
    top: 50px;
}
.work__sidebar ul {
    padding: 0;
    margin: 0;
}
.work__sidebar ul li {
    border: 1px solid #e7e7e7;
    list-style: none;
    padding: 10px;
}
.work__sidebar ul li a {
    color: #000000;
    display: block;
}
.work__sidebar ul li:hover {
    background: #45b29d;
}
.work__sidebar ul li:hover a {
    color: #ffffff;
}

.info__img img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.info__card {
    background: #ffffff;
    padding: 1.875rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(222, 229, 234, 0.5);
    transition: all 0.3s ease-in;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info__card--img img {
    height: 5rem;
    width: 5rem;
    object-fit: contain;
}
.info__card--img h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.3125rem;
    color: #45b29d;
}
.info__card--content h4 {
    font-size: 1.125rem;
    font-weight: 600;
}
.info__card--content p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.news {
    background-color: #e6f4f1;
    padding: 2.1875rem;
    border-radius: 0.625rem;
}
.news__card {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
}
.news__card:last-child {
    margin-bottom: 0;
}
.news__card--img {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    border-radius: 0.625rem;
}
.news__card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news__card--content {
    width: calc(100% - 5rem);
}
.news__card--content .date {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.3125rem;
}
.news__card--content h5 {
    font-weight: 600;
    color: #464444;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 0.3125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news__card--content .read__more {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: underline;
}

.awareness.cards .cards__two {
    border: 1px solid #dfdfdf;
    border-radius: 0;
}
.awareness.cards .cards__two--img {
    border-radius: 0;
    height: 17.1875rem;
}
.awareness.cards .cards__two--content {
    padding: 1.5625rem;
    background-color: #e6f4f1;
}
.awareness.cards .cards__two--content h5 {
    margin-bottom: 0.5rem;
}
.awareness.cards .cards__two--content p {
    margin-bottom: 0;
}

.project.cards .cards__two {
    margin-bottom: 1.25rem;
    box-shadow: none;
    border-radius: 0;
}
.project.cards .cards__two--img {
    border-radius: 0;
    height: 18.75rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.project.cards .cards__two--content {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}
.project.cards .cards__two--content h5 {
    margin-bottom: 0.5rem;
}
.project.cards .cards__two--content p {
    margin-bottom: 0;
}

.contact {
    background-color: #e6f4f1;
}
.contact form label {
    text-transform: capitalize;
}
.contact form button {
    background-color: #005b61;
}
.contact .r__container {
    padding-left: 3rem;
    border-left: 1px solid #d2d2d2;
}
.contact .r__container--info a {
    text-transform: none;
    color: #494949;
}
.contact .r__container--phone,
.contact .r__container--location {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
}
.contact .r__container--phone h4,
.contact .r__container--location h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
}
.contact .r__container--phone a,
.contact .r__container--location a {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
}
.contact .r__container--phone p,
.contact .r__container--location p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.contact .r__container--map iframe {
    height: 12rem;
    width: 100%;
    object-fit: cover;
}

.academic__card {
    padding: 1.875rem;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    overflow: hidden;
}
.academic__card--img {
    /*height: 18.75rem;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.academic__card--img img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.academic__card--content {
    margin-left: 1rem;
}
.notice__card--content a.l__button,
.academic__card--content a.l__button {
    background-color: #005b61;
}
.notice__card--content a.l__button:hover,
.academic__card--content a.l__button:hover {
    background-color: #51bab3;
}
.academic__card--content p {
    text-align: justify;
}
.academic__card--content .thumbnail {
    background-color: #51bab3;
}
.academic__card--content button a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}
.academic nav .pagination {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.r_btn {
    height: 3.3125rem;
    width: auto;
    border: none;
    outline: none;
    padding: 0 30px;
}

.cards__two--content {
    padding: 1rem;
}
.about__content p {
    text-align: justify;
}
.about__img {
    height: auto;
    width: 100%;
    overflow: hidden;
}
.about__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mission {
    background-color: #e6f4f1;
}
.mission__card h5 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.mission__card img {
    height: 3.75rem;
    width: 3.75rem;
    object-fit: contain;
    display: block;
    margin-bottom: 1.5625rem;
}
.mission__card p {
    text-align: justify;
}
.mission__card p:last-child {
    margin-bottom: 0;
}

.partner__section {
    background: #ffffff;
    border: 3px solid #ededed;
    padding: 2.8125rem 1.25rem;
}
.partner__title {
    padding-right: 1.25rem;
}
.partner__title h4 {
    color: #51bab3;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
}
.partner__title h4::before {
    content: "";
    height: 3px;
    width: 4.375rem;
    background-color: #000000;
    position: absolute;
    top: -0.625rem;
    left: 0;
}
.partner__card {
    text-align: center;
}
.partner__card img {
    height: 6.25rem;
    object-fit: contain;
    display: block;
}
.partner__card h5 {
    font-weight: 500;
    font-size: 1rem;
    text-transform: capitalize;
    color: #8c8c8c;
    margin-bottom: 0;
    margin-top: 0.625rem;
}

.staff__card--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}
.staff__card--img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.staff__card--content {
    margin-top: 1rem;
    text-align: center;
}
.staff__card--content h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
.staff__card--content h5 span {
    font-size: 1rem;
    font-weight: 500;
    display: block;
    padding-top: 0.625rem;
    color: #494949;
}
.staff__card--content p {
    margin-bottom: 0;
}

.bod {
    padding-bottom: 5%;
}
.bod__card {
    background-color: #e6f4f1;
}
.bod__card--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
}
.bod__card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bod__card--content {
    padding: 1rem;
}
.bod__card--content h6.designation {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.bod__card--content h6.education {
    font-size: 1rem;
    font-weight: 400;
    color: #8c8c8c;
}
.bod__card--content p {
    text-align: justify;
}

.blog {
    padding-bottom: 2%;
}
.blog__headline {
    margin-bottom: 1.5625rem;
}
.blog__headline .headline {
    background-color: #e6f4f1;
    padding: 1.5rem 0;
    /* margin-left: -0.9375rem; */
}
.blog__content {
    padding: 0;
}
.blog__content iframe {
    width: 100%;
}
.blog__content--left img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.blog__content--left--content p {
    text-align: justify;
}
.blog .articles {
    background-color: #f5f5f5;
    padding: 1.125rem;
    position: sticky;
    top: 50px;
    height: 31.25rem;
    overflow-y: auto;
}
.blog .articles::-webkit-scrollbar {
    width: 10px;
}
.blog .articles::-webkit-scrollbar-track {
    background: #dddddd;
}
.blog .articles::-webkit-scrollbar-thumb {
    background: #51bab3;
}
.blog .articles article {
    background-color: #ffffff;
    padding: 1rem;
}
.blog .articles article img {
    height: 80px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #e7e7e7;
    border-radius: 0.625rem;
}
.blog .articles article a {
    text-decoration: none;
    color: #000000;
}
.blog .articles article p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog .cards__two {
    border: none;
    box-shadow: none;
}
.blog .cards__two--content {
    padding: 0.9375rem 0 0 0;
}
.blog .cards__two--content h5 {
    margin-bottom: 0.625rem;
}
.blog .cards__two--content p {
    margin-bottom: 0.625rem;
}
.blog .cards__two--content .read__more {
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: capitalize;
    color: #626262;
    transition: all 0.3s ease;
}
.blog .cards__two--content .read__more:hover {
    color: #51bab3;
}
.blog .cards__two--content .date {
    font-weight: 500;
    font-size: 0.875rem;
    color: #7a7a7a;
    display: block;
}

.work__detail .blog__content--left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.resources article {
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.resources article img {
    height: 2.8125rem;
    width: 100%;
    object-fit: contain;
}
.resources article p {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.resources article span {
    font-weight: 500;
    font-size: 0.625rem;
}
.resources article span i {
    font-size: 0.875rem;
}

.notice {
    padding-bottom: 5%;
}
.notice__card {
    padding: 1.875rem;
    background-color: #e6f4f1;
    border-radius: 0.625rem;
}
.notice__card--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-right: 1px solid #005b61;
    padding-right: 2rem;
}
.notice__card--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
}
.notice__card--content h6 {
    color: #005b61;
}
.notice__card--content h4 {
    font-size: 1.25rem;
}
.notice__card--content p {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.notice__card button a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}

.cta_btn {
    height: 3.9375rem;
    width: 15.875rem;
    border: none;
    outline: none;
    background-color: #005b61;
    border-radius: 0.3125rem;
}

.awareness nav > div,
.academic nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.awareness nav > div p,
.academic nav > div p {
    margin-bottom: 0;
}
.awareness nav > div a,
.academic nav > div a {
    color: #005b61;
}
.awareness nav > div a:hover,
.academic nav > div a:hover {
    background-color: #005b61 !important;
    color: #ffffff;
}
.awareness nav svg,
.academic nav svg {
    height: 15px;
    width: 15px;
}

.table-report {
    overflow-x: auto;
}
.table-report table {
    width: 100%;
}
.table-report table th,
.table-report table td {
    border: 1px solid #e7e7e7;
    padding: 8px 16px;
}
.table-report table tbody tr:nth-child(even) {
    background: #f3f3f3;
}
.table-report table td .badge:hover {
    color: #ffffff;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #45b29d;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.dropdown-menu.awareness {
    max-height: 275px;
    overflow-y: auto;
    min-width: 300px;
}

/*# sourceMappingURL=style.css.map */
