/*--------------------------------------------------------------
--------------------------------------------------------------*/
/* Fonts */
/* Colors */
/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: var(--color-default);
    /* font-family: 'Montserrat', sans-serif; */

    font-family: 'Roboto', sans-serif;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-support-blue2);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

/* Search */

.search-keyword{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom:30px;
}

.search-keyword span{
    font-size: 22px;
    color: var(--color-primary) !important;
}

.search-number{
    font-size: 22px;
    text-align: center;
}


.search-number span{
    color: var(--color-primary) !important;
}

.search-tab{
    border-color: var(--color-primary);
}

.search-tab button{
    color:#000;
    font-size: 20px;
    padding:10px 20px;
    font-weight: 600;
    /* border-color: var(--color-primary) !important; */
}

.search-tab button:hover{
    color:var(--color-support-blue2) !important ;
}

.search-tab button.active{
    color: var(--color-primary) !important;

}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.sections-bg {
    background-color: #f6f6f6;
}

.section-header-2 {
    text-align: center;
}

.section-header-2 h2 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    word-spacing: 10px;
}

.section-header-2 h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-header-2 p {
    margin-bottom: 0;
    color: #6f6f6f;
}

.section-header .section-title {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
    background: #007186;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    position: relative;
}

#topbar.topbar-scrolled {
    top: -40px;
}

.topbar .topbar-links a span {
    color: #ffffff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
    font-style: italic;
    font-size: 14px;
    position: relative;
    transition: border-width 0.6s linear;
}

.topbar .topbar-links a span:after  {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    content: "";
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


.topbar .topbar-links a:hover span:after  {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);

}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: var(--color-primary);
}


#header {
    height: 90px;
    z-index: 997;
    padding: 0 0;
    transition: all 0.5s;
    box-shadow: 0 0px 0px 0px black, 0 8px 24px -10px #424141;
    -webkit-box-shadow: 0 0px 0px 0px black, 0 8px 24px -10px #424141;
    -moz-box-shadow: 0 0px 0px 0px black, 0 8px 24px -10px #424141;
    background: #fff;
}

#header.fixed-top {
    height: 70px;
    top: 0;
    background: #fff;
    /* border-bottom: 1px solid var(--color-primary); */
}

.header .logo img {
    /* max-height: 60px; */
    max-width: 300px;
    height: auto;
    margin-right: 6px;
}

.sticked-header-offset {
    margin-top: 70px;
}

section {
    scroll-margin-top: 70px;
}

/* .main-navber {
background-color:var(--color-primary);
} */
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

    .search-btn span {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        background: #ffffffbd;
    }

    .search-btn span svg {
        width: 20px;
        height: 20px;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
        display: flex;
    }

    .navbar ul li {
        white-space: nowrap;
        padding: 10px 20px;
        /* height: 100%; */
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;

        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: normal;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navbar a span {
        color: var(--color-primary);
        text-transform: uppercase;
        font-weight: bold !important;
    }

    .navbar a:hover span {
        color: var(--color-secondary);
        transition: 0.3s;
    }

    .navbar .about-menu {
        /* background-color: var(--color-primary); */
        background: var(--color-secondary);
        color: #fff !important;
    }

    .navbar .search-menu {
        color: #fff !important;
    }

    .navbar .search-menu span {
        background: #d4d4d4 !important;
    }

    .navbar .about-menu span {
        /* background-color: var(--color-primary); */
        color: #fff !important;
    }


    .navbar .edu-menu {
        color: #fff;
    }

    .navbar .tra-menu {
        color: #fff;
    }

    .navbar .res-menu {
        color: #fff;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-secondary);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 0px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

    .res-menu ul ul {
        left: unset !important;
        right: 100% !important;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
        border-bottom: 1px solid #0083741c;
        padding:0;
    }

    .navbar .dropdown ul li:last-child {
        border:0;
    }

    .navbar .dropdown ul a {
        padding: 13px 20px;
        font-size: 16px;
        text-transform: none;
        font-weight: 600;
        color: #000;
        transition: 0.3s;
        border-left: 4px solid #fff;
    }


    .navbar .dropdown ul a:hover {
        transition: 0.3s;
        border-left: 4px solid var(--color-primary) !important;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-secondary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
        min-width: 250px;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10px;
}

.hidden {
    display: none !important;
}

.search-form {
    border: 5px solid (--color-secondary)
}

.search-control {
    background: #fff;
    padding: 0px 10px;
}

.search-box .search-input {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--color-secondary) !important;
    padding: 5px 0;
    margin: 20px;
    color: var(--color-primary);
}

.search-submit {
    padding: 0px 5px;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 30px
}

.search-cancel {
    padding: 0px 5px;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 30px
}

.search-box span {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.search-submit span {
    background: var(--color-secondary);
}

.search-cancel span {
    background: #d6ab98;
}



/*--------------------------------------------------------------
# Index Start
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(90vh - 130px);
    /* background: url("../images/index/slider/hero_photo.jpg") top center; */
    background-size: cover;
    position: relative;
    padding: 0;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#hero h1 span {
    color: #cda45e;
}

#hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
}

#hero .btns {
    margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #cda45e;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #cda45e;
    color: #fff;
}

#hero .btn-book {
    margin-left: 15px;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

#hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205, 164, 94, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20);
}

#hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }

    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.main-menu {
    height: 100px;
    box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 6px 6px -3px rgb(0 0 0 / 20%);
}

.main-navber ul li {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.main-menu-item {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

.main-menu-item a {
    font-size: 30px;
    text-shadow: 0px 3px 2px #000000;
    font-weight: 700;
}

li.main-menu-item:hover a {
    letter-spacing: 5px;
}

.main-navber .menu-item-edu {
    background-color: #006964;
}

.main-navber .menu-item-tra {
    background-color: #1f9b90;
}

.main-navber .menu-item-res {
    background-color: #367db2;
}

.main-navber .menu-item-adv {
    background-color: #555095;
}

.main-slider,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 0;
}

.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-title h3 {
    /* font-size: 40px; */
    font-weight: 600;
    color: #fff;
    text-transform: none;
    /* text-shadow: 2px 4px 4px #000000; */
    text-shadow: 0px 0px 13px #000000;
    line-height: 1.2;
    word-spacing: 4px;
    /* text-shadow: 3px 4px 57px #000000; */
    text-shadow: 1px 6px 27px rgba(0, 0, 0, 1);
}

.slider-body:before {
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0) 100%);
    content: "";
    pointer-events: none;
    opacity: .9;  
}

.slider-body .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.slider-body .know-more-btn {
    background: #fff;
    font-size: 18px;
    color: #585858;
    border-radius: 40px;
    padding: 6px 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.slider-body .know-more-btn:hover {
    color: #fff;
    background: var(--color-primary);
    letter-spacing: 2px;
    transition: 0.3s;
}

.slider-btn {
    background: #fff;
}

.main-slider .carousel-indicators {
    position: absolute;
    text-align: right;
    float: right;
    right: 2% !important;
    left: inherit;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: 5%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px;
    height: 10px;
    border-radius: 50px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
    opacity: 1;
}

hr.new4 {
    border: 1px solid #fff;
    opacity: 1;
}


.about-scl-txt {
    background: var(--color-primary);
    color: #fff;
}

.about-scl-txt .content {
    margin-left: 100px;
    margin-right: 100px;
}

.about-section .know-more-btn {
    background: var(--color-primary);
    color: #fff;
    border-color: #fff;
}

.about-section .know-more-btn:hover {
    background: #fff;
    color: var(--color-primary);
    border-color: #fff;
}

.about-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 50px;
}

.about-scl-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.about-section #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.about-section #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fafafc;
    border-radius: 50px;
}

.about-section #portfolio-flters li:hover,
.about-section #portfolio-flters li.filter-active {
    color: #fff;
    background: var(--color-secondary);
}

.about-section #portfolio-flters li:last-child {
    margin-right: 0;
}

.about-section .portfolio-item {
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.about-section .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s;
}

.about-section .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: var(--color-secondary);
    padding: 15px 20px;
}

.about-section .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.about-section .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.about-section .portfolio-item .portfolio-info .preview-link,
.about-section .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in-out 0.3s;
}

.about-section .portfolio-item .portfolio-info .preview-link:hover,
.about-section .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

.about-section .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

/* .about-section .portfolio-item:hover img {
    transform: scale(1.2);
} */

.about-section .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

.about-section-body {
    background:
        url(../images/index/about/Backgroundf.png) center center;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: background-color 300ms;
}

.about-section-body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(248 248 248 / 39%);
}

.about-section .section-header .section-title {
    font-size: 40px;
    color: var(--color-secondary);
    border-bottom: 5px solid var(--color-secondary);
    margin-right: 200px;
}

.about-section .hexagon-card{
    cursor: pointer !important;
}

.about-section .hexagon-card .card-title {
    color: var(--color-secondary);
    font-size: 30px;
    margin: 20px;
    display: inline-block;
}

.about-section .hexagon-card .card-text {
    color: #000;;
    margin: 0 20px;
    display: inline-block;
    text-align: center !important;
    font-size: 18px;
}

.hexagon {
    cursor: default;
    position: relative;
    width: 350px;
    height: 202.07259421636903px;
    background-color: #2b2f38;
    margin: 101.03629710818451px auto 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    border-left: solid 10px #f47721;
    border-right: solid 10px #f47721;
    display: grid;
    transition: 0s;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 247.48737341529161px;
    height: 247.48737341529161px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 41.25631329235419px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 1);
    transition: 0s;
}

.hexagon:before {
    top: -123.74368670764581px;
    border-top: solid 14.142135623730951px #f47721;
    border-right: solid 14.142135623730951px #f47721;
}

.hexagon:after {
    bottom: -123.74368670764581px;
    border-bottom: solid 14.142135623730951px #f47721;
    border-left: solid 14.142135623730951px #f47721;
}

.hexagon span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    color: #f47721;
    top: 5.773502691896257px;
    left: 0;
    width: 330px;
    height: 190.5256px;
    z-index: 2;
    background: inherit;
    transition: 0s;
}

.hexagon:hover {
    width: 400px;
    height: 230.94010767585033px;
    background-color: #2b2f38;
    margin: 115.47005383792516px auto 0 auto;
    box-shadow: 0 0 50px rgba(0, 255, 255, 1);
    border-left: solid 10px #f47721;
    border-right: solid 10px #f47721;
}

.about-section .hexagon-card svg {
    transition: all 0.3s;
}
.about-section .hexagon-card:hover svg {
    filter: drop-shadow(var(--color-primary) 0px 0px 3px) !important
}

.hexagon:hover:before,
.hexagon:hover:after {
    width: 282.84271247461896px;
    height: 282.84271247461896px;
    transform: scaleY(0.5774) rotate(-45deg);
    left: 48.57864376269052px;
    box-shadow: 0 0 50px rgba(0, 255, 255, 1);
}

.hexagon:hover:before {
    top: -141.42135623730948px;
    border-top: solid 14.142135623730951px #f47721;
    border-right: solid 14.142135623730951px #f47721;
}

.hexagon:hover:after {
    bottom: -141.42135623730948px;
    border-bottom: solid 14.142135623730951px #f47721;
    border-left: solid 14.142135623730951px #f47721;
}

.hexagon:hover span {
    font-size: 25px;
    color: #f47721;
    top: 5.773502691896257px;
    width: 380px;
    height: 219.3931px;
}

/* About Key Heighlight */
.about-key-heighlight .card {
    width: 100%;
    /* height: 150px; */
    /* height: 100px; */
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.about-key-heighlight .card h1 {
    text-align: center;
}

.card.edu-key-card,
.card.edu-key-card,
.card.edu-key-card,
.card.edu-key-card {
    border: 0;
}

.card.edu-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    border: 0 !important;
}

.card.tra-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.card.res-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.card.adv-key-card .additional {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.about-key-heighlight .card .additional .user-card {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-key-heighlight .card .additional .user-card span {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: normal;
}

.card .additional .user-card .points {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.about-key-heighlight .card .additional .user-card svg {
    top: 50%;
}

.about-key-heighlight .card .general {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.card .general p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    text-align: justified;
}

.card.edu-key-card .card-body,
.card.tra-key-card .card-body,
.card.res-key-card .card-body,
.card.adv-key-card .card-body {
    background: #fffdee;
}

/* Index Education Section */

#edu-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-education);
    border-bottom: 5px solid var(--color-education);
    margin-bottom: 40px;
}


#edu-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;
    /* margin-bottom: 30px; */
    /* padding:15px; */
}

/* #edu-scl .section-header .section-title {
    font-size: 50px;
    color: var(--color-education);
    font-weight: 800;
} */


#edu-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}

#edu-scl .key-card span{
    color: var(--color-education);
}


#edu-scl .mph-content .section-content-header {
    border-left: 3px solid var(--color-education);
}

#edu-scl .mph-content  .section-content-header h5{
    color: var(--color-education);
}

#edu-scl .dmp-content .section-content-header {
    border-left: 3px solid var(--color-dmp);
}

#edu-scl .dmp-content  .section-content-header h5{
    color: var(--color-dmp);
}

#edu-scl .dmp-content  span{
    color: var(--color-dmp);
}

.dmp-gallery-card img {
    max-width: 100%;
    min-width: 100%;
    transition: all 0.3s;
}

.dmp-faculty .card{
    border-color: var(--color-dmp);
    background: var(--color-dmp);
}

.dmp-faculty .card .card-title,
.dmp-faculty .card .card-text
{
    color: #fff;
}


/* Index Research Section */

#research-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#research-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;

}

.research-scl.publication .card{
    background: transparent;
}

#research-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}

#research-scl .key-card span{
    color: var(--color-research);
}

#research-scl .section-content-header {
    border-left: 3px solid var(--color-research);
}

#research-scl  .section-content-header h5{
    color: var(--color-research);
}


/* Index Training Section */

#training-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-training);
    border-bottom: 5px solid var(--color-training);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#training-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;

}

#training-scl .key-card span{
    color: var(--color-training);
}

#training-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}



#training-scl  .section-content-header {
    border-left: 3px solid var(--color-training);
}

#training-scl  .section-content-header h5{
    color: var(--color-training);
}


#featured-short-course-slider img{
    width:100%;
    height:auto;
}

.training-scl .card{
    background: transparent;
}


/*--------------------------------------------------------------
# Index End
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# In The News
--------------------------------------------------------------*/
#in-the-news .section-header .section-title {
    font-size: 40px;
    color: var(--color-primary);
    border-bottom: 5px solid var(--color-primary);
    margin-right: 200px;
}

.in-the-news .know-more-btn {
    background: #fff;
    color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0;
}

.in-the-news .know-more-btn:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

section#in-the-news {
    padding-top: 60px;
}

.news-card.card {
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
}

.news-card.card .card-img {
    position: relative;
    /* border-radius: 5px; */
    overflow: hidden;
}

.news-card.card .card-img img {
    width: 100%;
    height: auto;
}

.news-card.card .card-img .date {
    position: absolute;
    background: var(--color-primary);
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.news-card.card .card-body {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
}

.news-card.card .card-body h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
}

.news-card.card .card-body h5 a {
    color: #3a3973;
    /* color: var(--color-primary); */
}

.news-card.card .card-body p {
    margin: 0;
}

.news-card.card .card-body .btn-bar {
    margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: var(--color-secondary);
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Latest publications
--------------------------------------------------------------*/
section#latest-publication {
    padding-top: 60px;
    background: #367db23d;
    padding-bottom: 30px;
}

#latest-publication .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
    /* margin-left: 200px; */
    margin-bottom: 40px;
}

.publication-card.card {
    margin-bottom: 20px;
    border-color: var(--color-research);
    background: #e4f3ff;
    padding: 30px;
    /* height:100%; */
}

.publication-card.card img{
    border: 1px solid var(--color-research)
}

/* .publication-card.card .card-body {
    padding-left: 30px
} */

.publication-card.card .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.publication-card.card .card-body h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--color-research);
}

.publication-card.card .card-body h5 a{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--color-research) !important;
}

.publication-card.card .card-body p {
    margin-bottom: 10px;
}

.publication-card.card .card-body .btn-bar {
    margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: var(--color-secondary);
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.latest-publication .know-more-btn {
    background: #fff;
    color: var(--color-research);
    border-color: var(--color-research);
    border-radius: 0;
}

.latest-publication .know-more-btn:hover {
    background: var(--color-research);
    color: #fff;
    border-color: var(--color-research)
}

/*--------------------------------------------------------------
# Center $ hub
--------------------------------------------------------------*/
section#research-center-hub {
    padding-top: 60px;
    background: #fff;
}

section#research-center-hub h5.card-text {
    font-size: 40px;
    color: var(--color-research);
    font-weight: 600;
    margin-bottom: 20px;
}

section#research-center-hub p{
text-align: justify;
}

#research-center-hub .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#research-center-hub .section-header .section-text {
    font-size: 18px;
    color: #4d4d4d;
 /* margin-left: 200px; */
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

#research-center-hub .card {
    border: 0;
    transition: all .9s;
    background: #81aac82e;
    padding: 20px;
    height:100%;
}

#research-center-hub img {
    border: 0;
    border-radius: 0
}

#research-center-hub .card .card-body {
    border: 0;
    padding: 0;
    transition: all .9s;
}

#research-center-hub .card .card-body .card-title {
    padding: 0;
    margin: 20px 0;
    color: var(--color-research);
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

#research-center-hub .card .card-body span {
    padding: 0;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 0;
    border-radius: 0;
    padding: 4px 10px;
    margin: 0;
}

#research-center-hub .card .card-body .center-leader {
    padding: 0;
    margin: 20px 0;
}

#research-center-hub .card:before,
.hub:before {
    border: var(--color-research) solid 4px;
}

#research-center-hub .card .card-body .center-leader .leader-name {
    color:#000;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#research-center-hub .card .card-body .center-leader p {
    color:#000;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

section#center-hub {
    padding: 60px;
    background: #d2e1ee;
}

#center-hub .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}


#research-content .section-header .section-title {
    font-size: 40px;
    color: var(--color-research);
    border-bottom: 5px solid var(--color-research);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#center-hub .section-header .section-text {
    font-size: 18px;
    color: #4d4d4d;
 /* margin-left: 200px; */
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#center-hub button.nav-link {
    color: var(--color-research);
    background: #fff;
    border: 1px solid var(--color-research);
}

.centre-body {
    width: 100%;
    height: 100%;
}

.center-home p.card-text {
    color: #fff;
    font-size: 20px !important;
}

.research-1 h3{
    font-size: 22px;
    line-height: 35px;
    font-weight:600;
    margin-bottom: 20px;
}

.research-1 p{
    font-size: 18px;
    line-height: 30px;
}


.project-heighlight-card{
    border:0;
    border-radius:0;
    height: 100%;
}

.project-heighlight-card img{
    border:0;
    border-radius:0;
}

.project-heighlight-card .card-title{
    color:var(--color-research);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.project-heighlight-card .card-text{
    font-size: 18px !important;
    color: black !important;
}

.project-heighlight-card .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: auto !important;
    margin-left: 0;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.project-heighlight-card .card-body{
    border:0;
    border-radius:0;
    padding:00px;
    /* background: rgb(225 225 225); */
}

/* .project-heighlight-card .card-body:hover .card-text{

    display: block !important ;

} */

/* .center-card .leader-name h5{
    color:#000;
}

.center-card .leader-name h5{
    color:#000;
} */

.hub img {
    border-radius: 0;
    transition: .35s ease-out;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.center-cgsrhr:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.center-uhc:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.center-ueh:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.center-sisu:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.center-cncdn:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.hub {
    border: 0;
    height: 100%;
}

.hub .card-body{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hub .card-body .card-title {
    padding: 0;
    margin: 20px 0;
    color: #367db2;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}


.hub span {
    padding: 0;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 0;
    border-radius: 0;
    padding: 4px 10px;
    margin: 0;
}


.hub .card-body .center-leader {
    padding: 0;
    margin: 20px 0;
}

.hub .card-body .center-leader .leader-name {
    color:#000;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.hub .card-body .center-leader p {
    color:#000;
}

.hub h1 {
    color: var(--color-primary);
    font-size: 25px;
    font-weight: 700;
}

.hub:hover:before {
    opacity: 1;
    transition: .35s ease-out;
}

.centre-body .card-img-overlay {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.centre-body.card img.card-img {
    border-radius: 0;
    transition: .35s ease-out;
    height: 100%;
    object-fit: cover;
}

img.led-img {
    width: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
}

h5.center-name {
    font-size: 25px !important;
    color: #fff;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

h1.center-name {
    font-size: 2rem !important;
    color: #fff;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.centre-body.card h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #fff;
}

.centre-body.card a {
    color: #fff;
}

.centre-body.card a:hover {
    color: #fff;
    text-decoration: underline;
}

.centre-body .testimonial-item {
    box-sizing: content-box;
}

/*--------------------------------------------------------------
# Feature Project
--------------------------------------------------------------*/
#featured-project .section-header .section-title {
    font-size: 40px;
    color: var(--color-primary);
    border-bottom: 5px solid var(--color-primary);
    margin-right: 200px;
}

.featured-project .know-more-btn {
    background: #fff;
    color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0;
}

.featured-project .know-more-btn:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

section#featured-project {
    padding-top: 60px;
}

.featured-project-card.card {
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
    transition: 0.3s;
}

.featured-project-card.card:hover {
    box-shadow: 10px 10px 87px 1px rgb(0 0 0);
    -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 36%);
    -moz-box-shadow: 10px 10px 87px 1px rgba(0, 0, 0, 1);
    transition: 0.3s;
}

.featured-project-card.card .card-img {
    position: relative;
    /* border-radius: 5px; */
    overflow: hidden;
}

.featured-project-card.card .card-img img {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
}

.featured-project-card.card .card-img .date {
    position: absolute;
    background: var(--color-primary);
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}

.featured-project-card.card .card-body {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
}

.featured-project-card.card .card-body h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
}

.featured-project-card.card .card-body h5 a {
    color: #3a3973;
    /* color: var(--color-primary); */
}

.featured-project-card.card .card-body p {
    margin: 0;
}

.featured-project-card.card .card-body .btn-bar {
    margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: var(--color-secondary);
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Research Project */

.single-research-project .card-title {
    font-size: 28px;
    line-height: 40px;
    color: var(--color-research);
    font-weight: 600;
    margin-bottom:20px
}


.single-research-project .card-text{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom:10px !important;
}

.single-research-project span{
    margin-bottom:10px !important;
}

.single-research-project p span{
    font-weight:600;
}


ul.center-filter{
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-filter ul li{
    padding: 20px;
}

.center-filter a{
    background: var(--color-research) !important;
    color:#fff;
    margin: 0 5px;
    padding: 5px 10px;
}

.center-filter a.active{
    background: #fff !important;
    color: var(--color-research)!important;
    border:1px solid var(--color-research);
}


/* Research Impact */

.research-impact-card{
    background: #fff !important;
    /* border-bottom: 1px solid var(--color-research) !important; */
    border-radius: 0;
}

.research-impact-card .card-body{
    background: #fff !important;
    color: #000;
}

.research-impact-card .card-body .card-title{
    font-size:20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-research) ;
}
.research-impact-card .card-body .card-text{
    font-size: 16px !important;
    margin-bottom: 20px;
    color: #000;
}


.research-impact-card:hover .card-body{
    background: #fff !important;
}


/*--------------------------------------------------------------
# Training Section
--------------------------------------------------------------*/
section#training-section {
    padding-top: 60px;
}

#training-section .section-header .section-title {
    font-size: 40px;
    color: var(--color-training);
    border-bottom: 5px solid var(--color-training);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#training-section .section-header .section-title span {
    font-size: 20px;
    color: gray;
}

.tra-scl-txt {
    background: var(--color-training);
    color: #fff;
}

.tra-scl-txt .content {
    margin-left: 100px;
    margin-right: 100px;
}

.tra-scl-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

/*--------------------------------------------------------------
# featured-short-course
--------------------------------------------------------------*/
#featured-short-course {
    background-color: #e7fefc;
    border: 1px solid var(--color-training);
}
#featured-short-course {
    background-color: #e7fefc;
    border: 1px solid var(--color-training);
}

#featured-short-course .section-header-2 h2 {
    color: var(--color-training);
}

#featured-short-course .section-header .section-title {
    font-size: 40px;
    color: var(--color-primary);
    border-bottom: 5px solid var(--color-primary);
    margin-right: 200px;
}

.featured-short-course .know-more-btn {
    background: #fff;
    color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0;
}

.featured-short-course .know-more-btn:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary)
}

section#featured-short-course {
    padding-top: 30px;
}

.short-course.card {
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.short-course.card:hover img {
    transform: scale(1.1);
}

.short-course.card .card-img {
    position: relative;
    border: 1px solid var(--color-training);
    overflow: hidden;
    transition: all 0.3s;
}

.short-course.card .card-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Leadership
--------------------------------------------------------------*/
section.leadership-scl {
    background: #f7f8fa;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* section.leadership-scl .section-header-2 h2 {
background: #8b103e;
color: #fff;
} */
section.leadership-scl .section-header-2 p {
    margin-bottom: 0;
    color: #d8d8d8;
}

.leadership-scl .member {
    text-align: center;
    /* margin-bottom: 10px; */
    background: #343a40;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* width: 250px;
max-width: 250px; */
}

.leadership-scl .member .member-info {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.leadership-scl .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
    color: #fff;
    padding: 5px 10px;
}

.leadership-scl .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
}

.leadership-scl .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 1.2;
}

.leadership-scl .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    visibility: hidden;
    /* background: #8b0f3e6b; */
    background: #e15a1f9c;
}

.leadership-scl .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

.leadership-scl .member .social a:hover {
    color: #cda45e;
}

.leadership-scl .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.leadership-scl .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.leadership-scl .member:hover .member-info-content {
    bottom: 60px;
    transition: bottom 0.4s;
}

.leadership-scl .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
    visibility: visible;
}

/* Footer */
/*Footer*/
.footer-main {
    background: #191919;
    padding: 50px 0 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.footer-main svg {
    margin-right:5px;
}


.footer-main .address p {
    color: #9ba1a9;
    /*margin-bottom: 12px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.footer-vertical-menu h2,
.address h2 {
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.8;
    font-size: 22px;
    font-weight: 500;
}

.footer-vertical-menu ul li {
    display: block;
    /*margin-bottom: 12px;*/
}

.footer-vertical-menu ul li a {
    color: #9ba1a9;
    /*padding: 3px 0;*/
}

.footer-vertical-menu ul li a:hover {
    color: #fff;
}

.footer-bottom {
    background: #161616;
}

.footer-bottom p,
.footer-bottom p a {
    line-height: 60px;
    color: #9ba1a9;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.footer-bottom p a {
    padding: 8px;
    text-decoration: none;
    opacity: 0.5;
}

.footer-bottom p a:last-child {
    padding-right: 0px;
}

.footer-bottom p a:hover {
    color: #fff;
    opacity: 1;
}

/* Single leadership page */
.single-leader-body {
    padding: 40px;
}

section.single-leadership {
    padding: 0;
}

section.single-leadership .leader-header {
    background: #eee;
    padding: 80px;
}


/* .single-leader-body .leader-accordion {} */
.single-leader-body .leader-accordion .accordion-item {
    border: 0;
}

.single-leader-body .leader-accordion button {
    color: #006964;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}

.footer-vertical-menu h2,
.address h2 {
    color: #fff;
    margin-bottom: 25px;
    opacity: 0.8;
    font-size: 22px;
    font-weight: 500;
}

.footer-vertical-menu ul li {
    display: block;
    /*margin-bottom: 12px;*/
}

.footer-vertical-menu ul li a {
    color: #9ba1a9;
    /*padding: 3px 0;*/
}

.footer-vertical-menu ul li a:hover {
    color: #fff;
}

.footer-bottom {
    background: #161616;
}

.footer-bottom p,
.footer-bottom p a {
    line-height: 60px;
    color: #9ba1a9;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.footer-bottom p a {
    padding: 8px;
    text-decoration: none;
    opacity: 0.5;
}

.footer-bottom p a:last-child {
    padding-right: 0px;
}

.footer-bottom p a:hover {
    color: #fff;
    opacity: 1;
}

/* Single leadership page */
.single-leader-body {
    padding: 40px;
}

section.single-leadership {
    padding: 0;
}

section.single-leadership .leader-header {
    background: #eee;
    padding: 80px;
}

.leadership-des {
    width: 100%;
    height: 100%;
    padding-right: 30px;
}

.leadership-des p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.leadership-right {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    border-left: 1px solid #e25a1e;
}

.leadership-degisnation {
    margin-bottom: 40px;
}

.leadership-degisnation p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.leadership-contact h4 {
    font-size: 20px;
    font-weight: 600;
}

/* .single-leader-body .leader-accordion {} */
.single-leader-body .leader-accordion .accordion-item {
    border: 0;
}

.single-leader-body .leader-accordion button {
    color: #006964;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}

/* Draft */
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Inner hero section
--------------------------------------------------------------*/
#inner-hero {
    /* background-image: url(https://bigd.BRACu.ac.bd/wp-content/uploads/2021/02/BRAC-Topic-Banner.jpg); */
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: flex-end;
}

#inner-hero:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #00000046;
    content: "";
    pointer-events: none;
    z-index: 1;
}

.inner-page-content {
    padding: 30px;
    background: #0000009e;
    margin: 30px;
    z-index: 2;
}

.page-location,
.page-text {
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-title h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.page-title h1:before {
    content: "";
    display: block;
    margin: 0 0 3% 0;
    width: 10%;
    height: 4px;
    background: var(--color-secondary);
}

.page-text {
    background-color: #e25a1e8f;
    padding: 10px 20px;
    margin: 0;
}

.page-text p {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
}

.page-location {
    display: flex;
}

.location-item {
    border-radius: 15px;
}

.page-location .breadcrumb {
    margin: 0;
    color: #000 !important;
}

.page-location .breadcrumb a {
    margin: 0;
    color: #aca9a9 !important;
}

.page-location .breadcrumb li {
    color: #fff;
    font-size: 12px !important;
}

.page-location .breadcrumb .active a {
    color: #fff !important;
    font-size: 12px !important;
}

.page-location .breadcrumb .active {
    margin: 0;
    color: var(--color-secondary) !important;
}

.page-location .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 2px;
}

/*--------------------------------------------------------------
# About - RST
--------------------------------------------------------------*/
#team-section {
    visibility: visible;
    overflow: hidden;
}

#team-section .section-header-3 {
    background-color: var(--color-primary);
    color: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
}

#team-section .section-header-3 p {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}

#team-section .col {
    margin-bottom: 30px;
    ;
}

#team-section .card {
    border: 0;
    height: 100%;
    background: transparent;
}

#team-section .card-img-top {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    transition: all 0.2s linear;
    object-fit: cover;
}

#team-section .card:hover .card-img-top {
    transform: translateY(10px);
}

#team-section .card:hover .card-body,
#team-section .card:hover .card-body .card-title,
#team-section .card:hover .card-body .card-text {
    background: var(--color-primary);
    color: #fff;
    border-radius: 0;
    border: 0;
}

.team-section .card .card-body {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 15px;
    /* margin: -70px 10px 0; */
    position: relative;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    overflow: scroll;
}

.team-section .card .card-body .card-title {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 600;
}

.team-section .card .card-body .card-text {
    color: #3f3f3f;
    font-size: 16px !important;
    line-height: 1.4;
}

.team-section .card .card-footer {
    /* margin: 0px 10px 0; */
    background: var(--color-support-blue);
}

.team-section .card .card-footer a {
    margin: 0px 10px 0;
    color: #fff;
    transition: all 0.5s linear;
}

.team-section .card .card-footer a:hover {
    color: var(--color-secondary);
    transform: translateY(-3px);
}

/* ----------------------------------------------------
# About - the school
---------------------------------------------------- */
#about-the-school .content-box-1,
#about-the-school .content-box-2 {
    margin: 0;
    padding: 50px 50px ;
    height: 100%;
}

#about-the-school .content-box-1 {
    /* background: var(--color-secondary); */
    display: flex;
    text-align: left;
    justify-content: start;
    align-items: end;
    flex-direction: column;
}

#about-the-school .content-box-1 h1 {
    margin: 0;
    font-size: 50px;
    line-height: 70px;
    color: var(--color-secondary);
}

#about-the-school .content-box-1,
#about-the-school .content-box-2 {
    margin: 0;
    padding: 80px;
}

#about-the-school .content-box-1 {
    background: #ffffff93;
    /* max-width: 70%;
    min-width: 70%; */
    transition: all .9s;
    height:100%;

}



#about-the-school .content-box-1,
#about-the-school .content-box-2 {
    -webkit-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);


}

#about-the-school .content-box-2 {
    background: #ffffff93;
    /* max-width: 80%;
    min-width: 80%; */
    height:100%;
}

#about-the-school .content-box-1 h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: var(--color-education);
    transition: all .3s;
}

#about-the-school .content-box-1 h1 span {
    color: var(--color-secondary);
}

/* #about-the-school .content-box-2 {
} */
#about-the-school .content-box-2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    color: #000;
}





/* #about-the-school .content-box-2 {
} */
#about-the-school .content-box-2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    color: #000;
    text-align: justify;
}

#mission-vision {
    background: url(../images/index/about/Backgroundf.png) center center;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: background-color 300ms;
    padding: 50px;
}

.mission-vision .card {
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.mission-vision .card img {
    border-radius: 0;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    transition: .3s ease-in-out;
}

.mission-vision .card-body {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
        padding: 80px;
}

.mission-vision .card .card-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}

.mission-vision .card .card-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.mission-card {
    background: var(--color-primary);
    height: 300px;
    min-height: 300px;
}

.vision-card {
    background: var(--color-research);
    height: 300px;
    min-height: 300px;
}

.mission-card:hover,
.vision-card:hover {
    background: #00000067 !important;
    transition: .3s ease-in-out;
}




.about-link-section.box-img-bg {
    background: url(../images/about/about-link-section.jpg) center center;
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    min-height: 400px;
}

.about-link-section.box-img-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #e25a1e87;
    content: "";
}

.about-link-section.box-bg {
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    min-height: 400px;
}
/*
.about-link-section.box-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    content: "";
} */

.about-link-section .card {
    border-color: #fff;
    /* color: #fff; */
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.about-link-section .card .card-body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.about-link-section .card svg {
    width: 90%;
    height: auto;
    color: #fff;
}

.about-link-section .card:hover {
    background: #ffffff61 !important;
}

.about-link-section .card:hover svg {
    width: 60%;
    height: auto;
    color: #e05a1f;
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-link-section .card .card-title {
    font-size: 22px;
    color: #585858;
    font-weight: bold;
}

/* ----------------------------------------------------
# About - Dean Message
---------------------------------------------------- */
#dean-message-section {
    /* margin-top: 90px; */
    background: #f1f1f1;
}

.dean-message-box-1 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 1480px;
}

.dean-message-box-1:before {
    background-image: none, url(../images/svg/angle-default.svg);
    background-position: center -3px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 722px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.dean-message-box-1 .content {
    background-color: transparent;
    padding-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.dean-message-box-1 .content .content-container {
    background-color: #fff;
    list-style: none;
    overflow: hidden;
    padding: 5%;
    position: relative;
    box-shadow: 0 0 24px rgba(18, 30, 36, 0.25), 0 0 8px rgba(18, 30, 36, 0.15);
}

.dean-card {
    margin-bottom: 40px !important;
    box-shadow: 0 0 24px rgba(18, 30, 36, 0.25), 0 0 8px rgba(18, 30, 36, 0.15);
}

.dean-card .card-body {
    padding: 30px
}

.dean-card .dean-img {
    border: 0;
    border-radius: 0;
}

.dean-card .card-title {
    color: var(--color-primary);
    font-size: 22px;
    margin-bottom: 20px;
}

.dean-card .card-text {
    /* color: var(--color-secondary); */
    font-size: 18px;
    margin-bottom: 5px !important;
}

.dean-card .social a {
    margin: 0 10px;
}

.dean-card .social a:first-child {
    margin-left: 0;
}

p.dean-message-article {
    font-size: 16px;
    line-height: 1.5;
    word-spacing: 3px;
    text-align: justify;
}


/* Donor partner section */

/* #donor-section{} */


.donor-partner .donor-partner-heading{
    padding: 10px;
    margin-bottom:20px;
    background: var(--color-primary);
}

.donor-partner .donor-partner-heading .donor-partner-heading-text{
    font-size: 30px;
    padding: 0px;
    margin:0px;
    color: #fff;
}

.donor-partner-card {
    /* padding: 15px; */
    border-radius: 0;
    height:100%;
    /* border: 1px solid var(--color-primary) !important; */
}

.donor-partner-card .card-body {
    /* background: var(--color-primary) !important; */
    border: 0;
    padding:10px;
}


.donor-partner ul li{
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
    font-size: 18px;
    margin-bottom:3px;
}

.donor-partner-card .card-title{
    color: #fff;
    font-size: 18px !important;
    margin: 10px 0;
    padding:0;
    text-align:center;
}


.donor-partner-card:hover .card-title{
    text-decoration: underline;
}


/* ----------------------------------------------------
# About - Staff Page
---------------------------------------------------- */

.staff .staff-panel-header{
    background: #e6e6e6;
    padding:40px;
    min-height: 300px;
}

.staff pre{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.staff .staff-panel-header nav{
    margin-bottom:20px;
}

.staff .staff-panel-header nav ul li a{
    color: #000 !important;
    font-size:24px;
    font-weight:500;
}

.staff-member-img-info img {
    display: block;
    width: 200px !important;
    Height: 200px !important;
    max-width: 400% !important;
    min-width: auto !important;
    margin-bottom: 20px;
}

section#staff .staff-members-banner {
    background: #F8F9FA;
    padding: 40px;
}

.staff-members-banner ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

.staff-members-banner ul li {
    list-style: disc !important;
    display: list-item !important;
}

.staff-members-info-group {
    margin-bottom: 20px;
    padding: 40px;
    border-bottom: 1px solid gray;
}

.staff-members-info-group {
    /* border-right: 1px solid gray; */

}

.staff-member-other-info {
    margin-bottom: 20px;
    padding: 40px;
    border-bottom: 1px solid gray;
}

.staff-member-other-info h3 {
    margin-bottom: 20px;
}

.staff-member-other-info p,
.staff-member-other-info ul {
    margin-bottom: 20px;
}

.staff-member-other-info p span {
    padding: 5px 10px;
    font-size: 16px;
    margin-right: 20px;
}

.staff-members ul {
    list-style-type: disc !important;
    padding-left: 20px;
}

.staff-members ul li {
    list-style: disc !important;
    display: list-item !important;
}

.staff-member-details-body{
    background: #efefef;
}

.staff-member-other-info ul {
    padding-left: 20px
}

.staff-member-other-info ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    /* list-style: disc !important;
            display: list-item !important; */
}

.selected-publications ul li {
    margin-bottom: 30px;
}

.selected-publications ul li p {
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
}

.selected-publications ul li a:before {
    height: 1px;
    display: block;
    width: 200px;
    background: #C9430E;
    content: '';
    margin: 8px 0;
}

.selected-publications .selected-publication-list a {
    font-size: 13px;
    color: gray;
}

.selected-publications .selected-publication-list a:hover {
    color: #bd400e;
}

.staff-nav {
    background: #F8F9FA;
    border-bottom: 3px solid var(--color-primary);
    border-radius: 50px !important;
}

.staff-nav-filter-pagination {
    background: #F8F9FA;
}

.staff-panel-header ul.pagination li {
    padding: 10px !important;
}

.staff-panel-header ul.pagination li a:hover {
    color: var(--color-primary) !important;
    border-bottom: 1px solid var(--color-primary);
}

section.staff-info-section {
    padding: 120px 100px 0px 100px;
}

.staff-nav-filter-result .alphabets h1 {
    font-size: 40px;
    font-weight: bold;
}

.staff-nav-filter-result .alphabets h1::before {
    width: 3.75rem;
    height: 0.3125rem;
    left: -5.625rem;
    content: "";
    position: absolute;
    display: block;
    top: 1.25rem;
    left: -3rem;
    width: 2.5rem;
    height: 0.1875rem;
    background-color: #272727;
}

.staff-name,
.staff-designation {
    flex: 1;
    padding: 5px;
}


/* .staff-name-designation {
} */

.staff-name-designation .staff-name h3 {
    font-size: 16px;
    padding: 0;
    color: black;
    margin-bottom:20px;
}

.staff-name-designation .staff-name h3 a {
    font-size: 20px;
    padding: 0;
    color: black;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.staff-name-designation .staff-name h3 span {
    font-size: 13px;
    padding: 0;
    color: var(--color-primary);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.staff-name-designation .staff-name h3 a:hover {
    color: #bd400e;
    letter-spacing: 1.2px;
}

.staff-name-designation .staff-designation p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.back-to-top {
    padding-bottom: 0.125rem;
    background-image: linear-gradient(to right, #bd400e 75%, transparent 75%);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 0.5rem 0.125rem;
    font-family: "Adelle W01 Italic";
    display: inline-block;
    font-size: 0.75rem;
    color: black;
    text-decoration: none;
    transition: color 0.25s ease;
}

.back-to-top:hover {
    color: black;
}

.staff-nav-filter-item #research .staff-member-single .staff-member-single-card .card-title {
    color: #bd400f;
}

.staff-member-single .staff-member-single-card:hover {
    border: 1px solid #bd400f;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}










/* ----------------------------------------------------
# Education - MPH
---------------------------------------------------- */


/* ----------------------------
# Edu section
----------------------------- */


#edu-scl .section-header .section-title {
    font-size: 40px;
    color: var(--color-education);
    border-bottom: 5px solid var(--color-education);
 /* margin-left: 200px; */
    margin-bottom: 40px;
}

#edu-scl .section-header {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 2;

}

#edu-scl .section-header h2::after {
    content: none !important;
    display: block;
    clear: both !important;
}

#edu-scl .etra-info-mph {
    background: var(--color-education);
    padding: 25px 40px;
    margin-bottom: 10px;
    color: #fff;
    height: 100%;
}

#edu-scl .etra-info-dmp {
    background: #f5017b;
    ;
    padding: 25px 40px;
    margin-bottom: 10px;
    color: #fff;
    height: 100%;
}

#edu-scl .etra-info-mph p,
#edu-scl .etra-info-dmp p {
    font-size: 18px;
    line-height: 1.6;
}

.etra-info-mph .know-more-btn {
    background: #fff;
    ;
    color: #bd400e;
}

.etra-info-mph .know-more-btn:hover {
    background: #bd400e;
    ;
    color: #fff;
    border-color: #fff;
}

.etra-info-dmp .know-more-btn {
    background: #fff;
    ;
    color: #f5017b;
}

.etra-info-dmp .know-more-btn:hover {
    background: #f5017b;
    ;
    color: #fff;
    border-color: #fff;
}




#mph-the-school .content-box-1,
#mph-the-school .content-box-2 {
    margin: 0;
    padding: 80px;
}

#mph-the-school .content-box-1 {
    background: #ffffff93;

    transition: all .9s;
    height:100%;

}



#mph-the-school .content-box-1,
#mph-the-school .content-box-2 {
    -webkit-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);


}

#mph-the-school .content-box-2 {
    background: #ffffff93;
    max-width: 80%;
    min-width: 80%;
    height:100%;
}

#mph-the-school .content-box-1 h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: var(--color-education);
    transition: all .3s;
}

#mph-the-school .content-box-1 h1 span {
    color: var(--color-secondary);
}


#mph-the-school .content-box-2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    color: #000;
}






section.tab-content-item {
    background: #fff;
}

section.tab-content-item .content-box-2 h1 {
    font-size: 40px;
    color: var(--color-education);
    font-weight: 600;
    margin-bottom: 20px;
}

section.tab-content-item .card {
    height: 100%;
    margin: 0;
    border: 0;
}

section.tab-content-item .card .card-body {
    height: 100%;
    border: 0;
    background: #0069642e;
}

section.tab-content-item .card .card-title {
    font-size: 18px;
}

section.tab-content-item .content-box-gallary {
    height: 100%;
    background: #0069642e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}


.Global-Classroom .card {
    min-height: 130px;
    max-height: 130px;
    transition: all .3s;
}


.Global-Classroom .card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Global-Classroom .card .card-body .card-title {
    font-size: 18px;
    text-align: center;
    margin: 0
}

.Global-Classroom .card .card-body .card-title span {
    font-size: 30px;
    font-weight: bold;
    display: block;
}


.mph-link-section.box-img-bg {
    background: url(../images/education/mph/mph-link-section.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 500px;
    background-size: cover;
}

.mph-link-section.box-img-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    /* background: #358374bd; */
    background: #090a0abd;
    content: "";
    /* box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
-webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
-moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset; */
}

.mph-link-section.box-bg {
    /* background: url(../images/mph/mph-link-section.jpg) center center; */
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 400px;
}


.mph-link-section.box-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #358374bd;
    content: "";
    /* box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset; */
}

.mph-link-section .card {
    border-color: #fff;
    background: #ffffff61 !important;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.mph-link-section .card .card-body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mph-link-section .card svg {
    width: 90%;
    height: auto;
    color: #fff;
}

.mph-link-section .card:hover {
    background: transparent !important;
}

.mph-link-section .card:hover svg {
    width: 60%;
    height: auto;
    color: #e05a1f;
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mph-link-section .card .card-title {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.mph-link-section.box-img-bg .box {
    padding: 20px;
    color: #fff;
    position: relative;
    margin: 20px;
}

.mph-link-section.box-img-bg .box a {
    color: #fff;
    font-size: 18px;
}

.mph-link-section.box-img-bg .box svg {
    margin-right: 10px;
}

.mph-link-section.box-img-bg .box:hover svg {
    color: #e05a1f;
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/* MPH Admission */

.Application-Information .know-more-btn.btn-fill {
    Background: var(--color-education) !important;
    border-color: var(--color-education);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.Application-Information .know-more-btn.btn-fill:hover {
    background: #fff !important;
    color: var(--color-education) !important;
    border-color: var(--color-education) !important;
}

.Application-Information .know-more-btn {
    color: var(--color-education);
    margin-right: 10px;
    border-color: var(--color-education);
    font-size: 18px;
    font-weight: 600;
}

.Application-Information .know-more-btn:hover {
    Background: var(--color-education);
    color: #fff;
    border-color: #fff;
}

.list-type5 {
    width: 90%;
    margin: 40px;
}

.list-type5 ol {
    list-style-type: none;
    list-style-type: decimal !important;
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}

.list-type5 ol li {
    position: relative;
    margin-bottom: 20px;
    padding: 0.5em;
    background-color: #23696436;
    padding-left: 40px;
}

.list-type5 a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    cursor: default;
}

.list-type5 li:hover {
    box-shadow: inset -1em 0 #236964;
    -webkit-transition: box-shadow 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: box-shadow 0.5s;
}

.list-type5 ol li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1em;
    height: 1.2em;
    font-size: 25px;
    border-radius: 25%;
    line-height: 1.2;
    text-align: center;
    color: white;
    background-color: #236964;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
}


ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }

  ol.rectangle-list ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
  }
  ol.rectangle-list li {
    margin-bottom:10px;
  }

  ol.rectangle-list ol li {
    margin-bottom:10px;
  }

  ol.rectangle-list ol a:before{
    list-style: none !important;
    content: none;
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: var(--color-education);
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
  }



  .rectangle-list a{
    position: relative;
    display: block;
    padding: 10px;
    background: #23696436;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    cursor:default;
  }

  .rectangle-list a.btn{
    display:inline-block;
  }

  /* .rectangle-list a:hover{
    background: #eee;
  } */

  .rectangle-list a:before{

    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: var(--color-education);
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color:#fff;
  }

  .rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
  }

  .rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: var(--color-education);
  }



  .sidebar-card.card {

    background:transparent;
    border-color: var(--color-education);


}

  .sidebar-card.card .card-body{
        padding:20px;
  }

  .sidebar-card.card .card-title{
    margin-bottom:20px;
    margin-top:20px;
  }

  .sidebar-card.card .card-text{
    font-size:16px;
    margin:0;
  }





/* MPH Curriculum */

#mph-curriculum-section {
    background: #f1f1f1;
}

.mph-curriculum-box-1 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 1480px;
}

.mph-curriculum-box-1:before {
    background-image: none, url(../images/svg/mph-angle-default.svg);
    background-position: center -3px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 722px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.mph-curriculum-box-1 .content {
    background-color: transparent;
    padding-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.mph-curriculum-box-1 .content .content-container {
    background-color: #fff;
    list-style: none;
    overflow: hidden;
    padding: 5%;
    position: relative;
    box-shadow: 0 0 24px rgba(18, 30, 36, 0.25), 0 0 8px rgba(18, 30, 36, 0.15);
}


.mph-curriculum-title {
    background: #ffffff;
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    border-left: 5px solid  var(--color-education);
    box-shadow: 0px 0px 10px #dddddd;
}

.programme-structure table {
    margin-top: 20px;
}



.programme-structure table th {
    border-right: 0.5px solid var(--color-education) !important;
    font-weight: 400;
}
.programme-structure table th,
.programme-structure table td {
    border: 0.5px solid var(--color-education);
    border-left: none;
    border-right: none;
    padding: 15px 10px;
}

/* Tution and scholarship */


.scholarship-information .know-more-btn.btn-fill {
    Background: var(--color-education) !important;
    border-color: var(--color-education);
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.scholarship-information .know-more-btn.btn-fill:hover {
    background: #fff !important;
    color: var(--color-education) !important;
    border-color: var(--color-education) !important;
}

.scholarship-information .know-more-btn {
    color: var(--color-education);
    margin-right: 10px;
    border-color: var(--color-education);
    font-size: 18px;
    font-weight: 600;
}

.scholarship-information.know-more-btn:hover {
    Background: var(--color-education);
    color: #fff;
    border-color: #fff;
}

/* FAQ */

.faq-item {
    margin-bottom: 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.faq-item .accordion-button:not(.collapsed) {
    color: var(--color-education);
    background-color: #00696440;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq-title {
    background: #ffffff;
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    border-left: 5px solid #ff0044;
    box-shadow: 0px 0px 10px #dddddd;
}

.mph-link-section.box-bg {
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 400px;
}

.mph-link-section.box-bg .card {
    color: #000;
}

.mph-link-section.box-bg .card .card-body {
    color: #000;
}

.mph-link-section.box-bg .card .card-body .card-title {
    color: var(--color-education) !important;
}

.mph-link-section.box-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    content: "";
}


/* Current cohort */

.mph-cohort .member {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.mph-cohort .member .member-info {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.mph-cohort .member .member-info-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
    color: #fff;
    padding: 5px 10px;
}

.mph-cohort .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
}

.mph-cohort .member .member-info-content span {
    /* font-style: italic; */
    display: block;
    font-size: 14px;
    color: #ccc;
    line-height: 1.2;
}


.mph-cohort .member .social {
    position: absolute;
    left: 0;
    bottom: -38px;
    right: 0;
    height: 48px;
    transition: bottom ease-in-out 0.4s;
    text-align: center;
    visibility: hidden;
    background: #8b0f3e6b;
}

.mph-cohort .member .social a {
    transition: color 0.3s;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

.mph-cohort .member .social a:hover {
    color: #cda45e;
}

.mph-cohort .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.mph-cohort .member:hover .member-info {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.mph-cohort .member:hover .member-info-content {
    bottom: 40px;
    transition: bottom 0.4s;
}

.mph-cohort .member:hover .social {
    bottom: 0;
    transition: bottom ease-in-out 0.4s;
    visibility: visible;
}


/* MPH Alumni */


.mph-cohort.card{
    background: var(--color-education);
}
.mph-cohort .card-title{
    font-size: 18px;
    color: #fff;
}


/* ----------------------------------------------------
# Education - dmp
---------------------------------------------------- */
/* .dmp-the-school {
    background: #fff;
} */

.dmp-about-part .rectangle-list{
    margin-right:50px;
    margin-left:50px;
}

.dmp-about-part .rectangle-list a{
    position: relative;
    display: block;
    padding: 10px;
    margin: 0.5em 0 0.5em 2.5em;
    background: #fff;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.dmp-news-card.card{
    height:100%;
    border:0;
    color:gray;
    border-bottom: 3px solid var(--color-dmp)!important;
    border-radius:0;
    /* border-color: var(--color-dmp); */
}




.dmp-news-card.card img{
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit:cover;
}


#dmp-the-school .content-box-1,
#dmp-the-school .content-box-2 {
    margin: 0;
    padding: 40px;
}

.content-box-2 p{
    font-size: 18px;
    line-height: 30px;

}

#dmp-the-school .content-box-1 {
    background: #ffffff93;
    /* max-width: 70%;
    min-width: 70%; */
    transition: all .9s;
    margin-bottom: 100px;
    height: 100%;

}


.dmp-content .section-content-header {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background: #f6f6f6;
    margin-bottom: 20px;
    flex-direction: row;
    border: 0;
    border-left: 3px solid var(--color-dmp);
}


.dmp-content .sidebar li a.active h4, .mph-content .sidebar li a.active svg {
    color: var(--color-dmp) !important;
}

.dmp-content .single-contact-info {
    border-color: var(--color-dmp);
}

.dmp-content .single-contact-info .card-title a{
    color: var(--color-dmp);
}
.dmp-content .single-contact-info .card-title{
    color: var(--color-dmp);
}

.dmp-content h1{
    color: var(--color-dmp) !important;
}

/* #dmp-the-school:hover .content-box-1 {
    margin-bottom: 0;
    margin-top: 100px;
    transition: all .3s;
} */

/* #dmp-the-school:hover .content-box-2 {
    margin-bottom: 100px;
    margin-top: 0;
    transition: all .3s;
} */

#dmp-the-school:hover .content-box-1 h1 {
    color: var(--color-dmp);
    transition: all .3s;
}


#dmp-the-school .content-box-1,
#dmp-the-school .content-box-2 {
    -webkit-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 16px -2px 21px 0px rgba(0, 0, 0, 0.75);


}

#dmp-the-school .content-box-2 {
    background: #ffffff93;
    /* max-width: 90%;
    min-width: 90%; */
    height: 100%;
}

#dmp-the-school .content-box-1 h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: var(--color-dmp);
    transition: all .3s;
}

#dmp-the-school .content-box-1 h1 span {
    color: var(--color-secondary);
}

/* #about-the-school .content-box-2 {
} */
#dmp-the-school .content-box-2 p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    color: #000;
}



/*
.dmp-content {
    padding: 30px;
    background: #f1f1f1;
} */


section.tab-content-item {
    background: #fff;
}

section.tab-content-item .content-box-2 h1 {
    font-size: 40px;
    color: var(--color-education);
    font-weight: 600;
    margin-bottom: 20px;
}

section.tab-content-item .card {
    height: 100%;
    margin: 0;
    border: 0;
}

section.tab-content-item .card .card-body {
    height: 100%;
    border: 0;
    background: #0069642e;
}

section.tab-content-item .card .card-title {
    font-size: 18px;
}

section.tab-content-item .content-box-gallary {
    height: 100%;
    background: #0069642e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* .Global-Classroom{
background: var(--color-dmp) !important;
}

.Global-Classroom .content-title{
color: #fff !important;
} */

.Global-Classroom .card {
    min-height: 130px;
    max-height: 130px;
    transition: all .3s;
}

/* section.tab-content-item .card:hover .card-body {
    background: var(--color-education);
    transition: all .3s;
    color: #fff;
} */


.Global-Classroom .card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Global-Classroom .card .card-body .card-title {
    font-size: 18px;
    text-align: center;
    margin: 0
}

.Global-Classroom .card .card-body .card-title span {
    font-size: 30px;
    font-weight: bold;
    display: block;
}


.dmp-link-section.box-img-bg {
    /* background: url(../images/education/dmp/dmp-link-section.jpg) center center no-repeat; */
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 500px;
    background-size: cover;
}

.dmp-link-section.box-img-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    /* background: #358374bd; */
    background: #090a0abd;
    content: "";
    /* box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
-webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
-moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset; */
}

.dmp-link-section.box-bg {
    /* background: url(../images/dmp/dmp-link-section.jpg) center center; */
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 400px;
}


.dmp-link-section.box-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #358374bd;
    content: "";
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
}

.dmp-link-section .card {
    border-color: #fff;
    background: #ffffff61 !important;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.dmp-link-section .card .card-body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dmp-link-section .card svg {
    width: 90%;
    height: auto;
    color: #fff;
}

.dmp-link-section .card:hover {
    background: transparent !important;
}

.dmp-link-section .card:hover svg {
    width: 60%;
    height: auto;
    color: var(--color-dmp);
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.dmp-link-section .card .card-title {
    margin: 0;
    font-size: 22px;
    color: var(--color-dmp);
    font-weight: bold;
}

.dmp-link-section.box-img-bg .box {
    padding: 20px;
    color: #fff;
    position: relative;
    margin: 20px;
}

.dmp-link-section.box-img-bg .box a {
    color: #fff;
}

.dmp-link-section.box-img-bg .box svg {
    margin-right: 10px;
}

.dmp-link-section.box-img-bg .box:hover svg {
    color: var(--color-dmp);
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/*DMP Pages*/


/*Start DMP Pages*/

.dmp-page-menu li a.active,
.dmp-page-menu li a:hover {
    color: #f5007b !important;
}

section#dmp-about {
    margin-bottom: 30px;
}

.dmp-about-head {
    margin-bottom: 10px;
}

.dmp-about-head p {
    color: #fff;
    padding: 10px 25px 10px 25px;
}

/* section#dmp-promo {
    margin-bottom: 30px;
} */

.dmp-promo-border {
    border: 1px solid #ce0067;
}


.dmp-block-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    align-items: center;
    margin-bottom: 20px;
    /* margin: 5px; */
}

.dmp-block-header h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.single-dmp-block {
    margin: 5px;
}

.dmp-block-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* DMP Story Slider */

.success-story{
    background:url(//localhost:3000/assets/front/images/education/dmp/inner-hero/dmp-inner-hero.jpg);
}

.dmp-success-story .tns-nav{
    position: relative !important;
}

.dmp-success-story .tns-nav > [aria-controls] {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}


.dmp-success-story .tns-nav > .tns-nav-active {
    background: #999 !important;
}

.success-story {
    background: url(../images/education/dmp/dmp-story-bg.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 500px;
    background-size: cover;
}

.success-story .section-header-2 h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.success-story:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    /* background: #358374bd; */
    background: #ce00679e;
    content: "";
}


.story-card {
    background: #ffffffde;
    padding: 30px;
    margin: 20px 0;
    height: 350px;
    min-height: 100%;
    max-height: 100%;
}

.modal-story-card {
    background: #ffffffde;
    padding: 30px;
    margin: 20px 0;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

.story-card .card-body {
padding:0;
margin:0
}

.story-card img{
    width:150px;
    height:auto;
}

.story-card .card-title{
    font-size: 22px;
    color: var(--color-dmp);
    margin-bottom: 20px;
    margin-top: 20px;
}

.story-card .card-text{
    margin-bottom: 20px !important;
}

.dmp-admission-bg-1 {
    background: #67004f;
    color: #ffffff;
}

.dmp-admission-bg-2 {
    background: #5b0046;
    color: #ffffff;
}

.dmp-admission-bg-3 {
    background: #50003e;
    color: #ffffff;
}

.dmp-admission-bg-4 {
    background: #440035;
    color: #ffffff;
}

.dmp-admission-bg-5 {
    background: #39002c;
    color: #ffffff;
}

.dmp-admission-bg-6 {
    background: #2e0023;
    color: #ffffff;
}

.dmp-admission-bg-7 {
    background: #22001a;
    color: #ffffff;
}

.dmp-admission-bg-8 {
    background: #170012;
    color: #ffffff;
}

.dmp-admission-bg-9 {
    background: #0b0009;
    color: #ffffff;
}



/*End DMP Addmission Pages*/


.dmp-content .sidebar-card.card {
    background: var(--color-dmp) !important;
    border-color: var(--color-dmp) !important;
}

.dmp-content .sidebar-card.card h1{
    color: #fff !important;
}
.dmp-content .sidebar-card.card p,
.dmp-content .sidebar-card.card a{
    color: #000 !important;
    margin:0;
}

.sidebar-faculty-info p{
    margin:0;
}

.dmp-curriculum-bg-1 {
    background: #e75480;
    color: #ffffff;
}

.dmp-curriculum-bg-2 {
    background: #d04c73;
    color: #ffffff;
}

.dmp-curriculum-bg-3 {
    background: #b94366;
    color: #ffffff;
}

.dmp-curriculum-bg-4 {
    background: #a23b5a;
    color: #ffffff;
}

.dmp-curriculum-bg-5 {
    background: #742a40;
    color: #ffffff;
}

.dmp-curriculum-bg-6 {
    background: #5c2233;
    color: #ffffff;
}

.dmp-curriculum-bg-7 {
    background: #451926;
    color: #ffffff;
}

.dmp-curriculum-bg-8 {
    background: #2e111a;
    color: #ffffff;
}

.sidebar-menu-a {
    background: #ff0a85;
    border: 1px solid rgb(175 175 175 / 46%);
    padding: 20px;
    color: #fff !important;
}

.sidebar-menu-a a {
    color: #fff;
}

.dmp-sidebar-menu ul a {
    color: #fff !important;
}

.sidebar-menu-a:hover {
    background: #ff0a85 !important;
    border: 1px solid rgb(175 175 175 / 46%);
}

.dmp-sidebar-menu,
.sidebar-helpfull-link,
.sidebar-faculty {
    margin-bottom: 20px;
}

.sidebar-helpfull-link {
    border: none;
}

.sidebar-helpfull-link h3 {
    color: #ffffff;
    padding: 20px 20px 0 20px;
    margin: 0;
}

.sidebar-helpfull-link-info ul li {
    border: none;
    font-style: italic;
}

.sidebar-helpfull-link-info ul li a {
    color: white;
}

.dmp-webinar-list-info {
    padding: 15px 25px;
}

.dmp-webinar-list-info p {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sidebar-faculty-text {
    color: #fff;
    padding: 25px;
}

.sidebar-faculty-text p {
    color: #fff;
    font-size: 0.9rem;
    padding: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.sidebar-faculty-text h4 {
    color: #fff;
    padding: 0px 10px 0px 10px;
}


/*End DMP Pages*/
/*DMP Pages*/


/*Start DMP Pages*/
/*
.dmp-page-menu li a.active,
.dmp-page-menu li a:hover {
    color: #f5007b !important;
}

section#dmp-about {
    margin-bottom: 30px;
}

.dmp-about-head {
    margin-bottom: 10px;
}

.dmp-about-head p {
    color: #fff;
    padding: 10px 25px 10px 25px;
}

section#dmp-promo {
    margin-bottom: 30px;
}

.dmp-promo-border {
    border: 1px solid #ce0067;
} */



.dmp-block-header h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.dmp-card.card {
    height:100%;
    margin-bottom:20px;
    border-radius:0;
}

.dmp-card.card .card-body{
    padding: 10px 20px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}


.dmp-card .card-title {
    font-size:22px;
    color: #fff;
    margin:0;
}

.dmp-card p {
    font-size:18px;
    color: #fff;
    margin:0;
}

.dmp-admission-bg-1 {
    background: #67004f;
    color: #ffffff;
}

.dmp-admission-bg-2 {
    background: #5b0046;
    color: #ffffff;
}

.dmp-admission-bg-3 {
    background: #50003e;
    color: #ffffff;
}

.dmp-admission-bg-4 {
    background: #440035;
    color: #ffffff;
}

.dmp-admission-bg-5 {
    background: #39002c;
    color: #ffffff;
}

.dmp-admission-bg-6 {
    background: #2e0023;
    color: #ffffff;
}

.dmp-admission-bg-7 {
    background: #22001a;
    color: #ffffff;
}

.dmp-admission-bg-8 {
    background: #170012;
    color: #ffffff;
}

.dmp-admission-bg-9 {
    background: #0b0009;
    color: #ffffff;
}


/*End DMP Addmission Pages*/

.dmp-curriculum-bg-1 {
    background: #e75480;
    color: #ffffff;
}

.dmp-curriculum-bg-2 {
    background: #d04c73;
    color: #ffffff;
}

.dmp-curriculum-bg-3 {
    background: #b94366;
    color: #ffffff;
}

.dmp-curriculum-bg-4 {
    background: #a23b5a;
    color: #ffffff;
}

.dmp-curriculum-bg-5 {
    background: #742a40;
    color: #ffffff;
}

.dmp-curriculum-bg-6 {
    background: #5c2233;
    color: #ffffff;
}

.dmp-curriculum-bg-7 {
    background: #451926;
    color: #ffffff;
}

.dmp-curriculum-bg-8 {
    background: #2e111a;
    color: #ffffff;
}

.sidebar-menu-a {
    background: #ff0a85;
    border: 1px solid rgb(175 175 175 / 46%);
    padding: 20px;
    color: #fff !important;
}

.sidebar-menu-a a {
    color: #fff;
}

.dmp-sidebar-menu ul a {
    color: #fff !important;
}

.sidebar-menu-a:hover {
    background: #ff0a85 !important;
    border: 1px solid rgb(175 175 175 / 46%);
}

.dmp-sidebar-menu,
.sidebar-helpfull-link,
.sidebar-faculty {
    margin-bottom: 20px;
}

.sidebar-helpfull-link {
    border: none;
}

.sidebar-helpfull-link h3 {
    color: #ffffff;
    padding: 20px 20px 0 20px;
    margin: 0;
}

.sidebar-helpfull-link-info ul li {
    border: none;
    font-style: italic;
}

.sidebar-helpfull-link-info ul li a {
    color: white;
}

.dmp-webinar-list-info {
    padding: 15px 25px;
}

.dmp-webinar-list-info p {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sidebar-faculty-text {
    color: #fff;
    padding: 25px;
}

.sidebar-faculty-text p {
    color: #fff;
    font-size: 0.9rem;
    padding: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.sidebar-faculty-text h4 {
    color: #fff;
    padding: 0px 10px 0px 10px;
}



/*MPH Page*/

#page-menu ul.dmp li a {
    background: #ff0a85;
    padding: 7px 10px;
    margin-top: 3px;
    color: #fff;
}



.mph-about-part {
    background: #bd400e;
}

.mph-about-part p,
.dmp-about-part p,
.dmp-about-part h3,
.dmp-about-part h1 {
    color: #fff;
    padding: 0 25px 25px;
}

.dmp-about-part h3,
.dmp-about-part h1 {
    color: #fff;
    padding: 25px 25px 25px 25px;
    font-size: 25px;
    margin: 0px!important;
}

.mph-about-image,
.dmp-about-image {
    margin-bottom: 0px;
    /*    background: #fff;
    padding-bottom: 30px;*/
}

.mph-promo {
    background: #354951;
    min-height: 636 px;
}

.mph-promo .single-promo,
.dmp-promo .single-promo {
    color: #fff;
    border-bottom: 1px solid #6b6b6b;
    padding: 20px 0;
    margin: 0 20px;
}

.mph-promo .single-promo:hover,
.dmp-promo .single-promo:hover {
    background: unset;
}

.mph-promo .single-promo:last-child,
.dmp-promo .single-promo:last-child {
    border-bottom: none;
}

.mph-promo .single-promo span,
.dmp-promo .single-promo span {
    font-size: 45px;
    /*font-weight: 700;*/
    color: #fff;
}

.mph-promo .single-promo p,
.dmp-promo .single-promo p {
    font-size: 18px;
    color: #fff;
}

/* DMP FAQ */


#svg-body-section {
    /* margin-top: 90px; */
    background: #f1f1f1;
}

.dmp-svg-box-1 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 1480px;
}

.dmp-svg-box-1:before {
    background-image: none, url(../images/svg/dmp-angle-default.svg);
    background-position: center -3px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 722px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.dmp-svg-box-1 .content {
    background-color: transparent;
    padding-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.dmp-svg-box-1 .content .content-container {
    background-color: #fff;
    list-style: none;
    overflow: hidden;
    padding: 5%;
    position: relative;
    box-shadow: 0 0 24px rgba(18, 30, 36, 0.25), 0 0 8px rgba(18, 30, 36, 0.15);
}


.dmp-svg-box-1 .page-title h1:before {
    content: "";
    display: block;
    margin: 0 0 3% 0;
    width: 10%;
    height: 4px;
    background: #fff;
}


.dmp-svg-box-1 .faq-title {
    background: #ffffff;
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    border-left: 5px solid gray;
    box-shadow: 0px 0px 10px #dddddd;
}

/*End DMP Pages*/



/* Research */

/* .research-content {
    padding: 30px;
    background: #f1f1f1;
} */

.research-content section.tab-content-item .content-box-2 h1 {
    font-size: 40px;
    color: var(--color-research);
    font-weight: 600;
    margin-bottom: 20px;
}


.research-content ul li a.active h4 {
    color: var(--color-research) !important;
}

.research-link-section.box-img-bg {
    background: url(../images/research/research-link-section.jpg) center center;
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 400px;
}

.research-link-section .card-text{
    color:#fff !important;
}

.research-link-section.box-img-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;

    background: var(--color-research);
    content: "";
}

.research-link-section.box-bg {
    /* background: url(../images/research/research-link-section.jpg) center center; */
    background-attachment: fixed;
    position: relative;
    transition: background-color 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    min-height: 400px;
}

.research-link-section.box-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #358374bd;
    content: "";
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.6) inset;
}

.research-link-section .card {
    border-color: #fff;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: transparent !important;
}

.research-link-section .card .card-body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding: 10px;
    flex-direction: column;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.research-link-section .card svg {
    width: 90%;
    height: auto;
    color: #fff;
}

.research-link-section .card:hover {
    background: #ffffff61 !important;
}

.research-link-section .card:hover svg {
    width: 60%;
    height: auto;
    color: #e05a1f;
    -webkit-transform: rotate(11deg) scale(1.2);
    transform: rotate(11deg) scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.research-link-section .card .card-title {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}


.card.filter-panel .card-body{
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    overflow:scroll;
}

.publication a{
    color: #fff !important;
}

.publication a.list-group-item{
    color: #000 !important;
}

.publication-pagination .active>.page-link, .page-link.active {
    color: var(--bs-pagination-active-color)!important;
    background-color: var(--color-research)!important;
    border-color: var(--color-research);
}

.publication-pagination .page-link {

    color: var(--color-research) !important;
}


/* Research IRB */


.res-content .sidebar li a.active h4,
.res-content .sidebar li a.active svg {
    color: var(--color-research) !important;
}


.res-content section.tab-content-item .content-box-2 h1 {
    font-size: 40px;
    color: var(--color-research);
    font-weight: 600;
    margin-bottom: 20px;
}



.res-content  .card{
    border:0;
}


.res-content  .card .card-title{
    color: var(--color-research) !important;
}

/* ----------------------------------------------------
# Training
---------------------------------------------------- */
.training {
    padding: 50px;
    background: #f1f1f1;
}

.training .section-heading-3 {
    padding: 10px 0;
}

.training .section-heading-3 h1 {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-training);
}

.training img {
    max-width: 100%;
    min-width: 100%;
    transition: all 0.3s;
}

.training .upcoming-slider-item {
    background: #20968a;
}

.training .upcoming-info,
.upcoming-image {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.training-date-time{
    background: #257066;
    margin-bottom:20px
}
.training-date-time .date p,
.training-date-time .time p{
    margin:0
}

.training .upcoming-info {
    padding: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.training .upcoming-info h4 {
    color: #fff;
    margin-bottom: 20px;
}

.training .upcoming-info .trainingby .card {
margin-bottom:20px;
background-color: transparent;
}
.training .upcoming-info .trainingby .card .card-body{
margin:0;
padding:0
}

.training .upcoming-info .trainingby .card .card-title{
    font-size: 18px;
    font-weight: 600;
}

.training .upcoming-info .trainingby .card .card-text{
font-size: 14px !important;
line-height: 1.4;
}

.training .upcoming-info p {
    color: #fff;
}

.training .upcoming-info ol {
    margin-bottom: 20px;
}

.training .upcoming-info li {
    color: #fff;
    font-size: 14px;
}

.upcoming-info::-webkit-scrollbar {
    width: 12px;
}

.upcoming-info::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#20968a));
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

.training .slick-dots li button:before,
.popular .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.training .slick-dots, .popular .slick-dots {
    position: absolute;
    bottom: -39px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.training .slick-dots li.slick-active button:before,
.popular .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--color-primary);
}


.popular-tra .slider {
    padding-right: 10px;
    padding-left: 10px;
}


.training  .know-more-btn:hover {
    background: var(--color-training);
    color: #fff;
    border-color: #fff;
}

.training  .know-more-btn {
    background: #fff;
    color: var(--color-training);
    border-color: var(--color-training);
}



/* Policy Impact */

#policy-impact-section .section-header{
    padding: 10px 20px;
    margin-bottom: 30px;
}

#policy-impact-section .section-header .section-title{
    color:#fff;
    font-size: 22px;
    line-height:30px;
}


#policy-impact-section .card{
    margin-bottom:30px;
    border:0;
    border-radius:0;
    border-bottom: 1px solid #ededf4 !important;
}

#policy-impact-section .card img{
    width:100%;
    height: Auto;
}



#policy-impact-section .card .card-body .card-title{
    font-size: 22px;
    font-weight: 600;
    color: var(--color-policy);
    margin-bottom:20px;
}

#policy-impact-section .card .card-body .card-title span{
    font-size: 40px;
}

#policy-impact-section .card .card-body .card-text{
    font-size: 18px;
    font-weight: 500;
    margin-bottom:10px;
}


/* .navbar ul>li>a>span:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -6px;
left: 0;
background-color: var(--color-secondary);
visibility: hidden;
width: 0px;
transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover span:before,
.navbar li:hover>span:before,
.navbar .active:before {
visibility: visible;
width: 100%;
} */
/* <a class="btn  know-more-btn my-2">Visit the centre</a> */
