.logo-container{
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 20vw;
    height: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.logo.small, .logo2.small {
    width: 8vw;
    height: auto;
}

.inner-slide>section {
    width: 100%;
    height: 100%;
}

.slides>section {
    height: 100%;
    align-items: center;
}

.inner-slide .logo {
    margin-bottom: 40px;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 500;
}

.inner-slide .logo2 {
    margin-bottom: 40px;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 500;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.text-primary {
    color: #0068b5;
}

.t-bold {
    font-weight: 500;
}

.t-black {
    font-weight: 600;
}

.timeline-container {
    width: 100%;
    padding-left: 10px;
    margin: auto;
    display: block;
    position: relative;
}

.timeline-container ul.tl {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 20px;
    border-left: 1px solid #0068b5;
    padding: 0 0 20px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.timeline-container ul.tl li.dashed {
    border-left: 1px dashed #0068b5;
}

.timeline-container ul.tl li:last-child {
    border-left: 0;
    padding-bottom: 0;
}

.timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -10px;
    top: 0;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #0068b5;
    height: 20px;
    width: 20px;
}

.timeline-container ul.tl li:hover::before {
    border-color: #0068b5;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

ul.tl li .item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
}

ul.tl li .item-detail {
    color: #001f37;
    font-size: 12px;
}

ul.tl li .item-timestamp {
    color: #8d8d8d;
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
}

.text-light {
    color: #8d8d8d;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.services-grid>div {
    border-bottom: 1px solid #b8e0ff;
    border-right: 1px solid #b8e0ff;
    
    
    padding: 15px;
}

/* Remove the right border for the last column */
.services-grid>div:nth-child(2n) {
    border-right: 0;
}

/* Remove the bottom border for the last row */
.services-grid>div:nth-last-child(-n+2) {
    border-bottom: 0;
}




.leadership-grid>div {
    border-bottom: 1px solid #b8e0ff;
    border-right: 1px solid #b8e0ff;
    padding: 15px;
}

/* Remove the right border for the last column */
.leadership-grid>div:nth-child(2n) {
    border-right: 0;
}

/* Remove the bottom border for the last row */
.leadership-grid>div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.em-box {
    display: grid;
    background: white;
    padding: 15px;
}

.em-box ul {
    margin: 0 !important;
    margin-top: 15px !important;
}