﻿cus-poster-bg {
    padding-bottom: 41.667%;
}
.cus-poster-bg::before {
    content: "";
    background: linear-gradient(180deg, transparent, rgba(54, 54, 54, .5) 50%, #000);
    display: block;
    left: 0;
    height: 100%;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.cus-alumni-name {
    font-size: 1rem !important;
}
.cus-f-bold {
    font-weight: bolder !important;
}
.cus-video-text {
    padding: 13px 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin: 0 0 13px;
    font-weight: 700;
}
.custom-video-thumbnail-container {
    position: relative;
    display: inline-block;
}
.custom-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #050303;
    font-size: 25px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.8rem 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
 .custom-video-play-button:hover {
    background-color: #d71440;
    color: black;
 }
.custom-modal-close-global {
    position: fixed;
    top: 0;
    right: 1rem;
    z-index: 1056;
    background-color: white;
    border: none;
    border-radius: 0;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    filter: invert(1) drop-shadow(0 0 1px rgba(0,0,0,0.7));
}
.custom-modal-close-global:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}
.cus-img-size {
    max-height: 171px;
    max-width: 284px;
    object-fit: contain;
}
.cus-margin p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.cus-line-ht {
    line-height: 1.6;
}
.cus-fw-400 {
    font-weight: 400;
}
.cus-fw-500 h1 {
    font-weight: 500;
}
.cus-fw-700 {
    font-weight: 700
}
.cus-fs-16 li {
    font-size: 16px;
}
.cus-fs-16 {
    font-size: 16px;
}
.cus-fs-18 p {
    font-size: 18px;
}
.cus-fs-18 {
    font-size: 18px;
}
.cus-fs-28 {
    font-size: 28px;
}
.cus-fs-30 strong {
    font-size: 30px;
}
.cus-fs-30 h1 {
    font-size: 30px;
}
@media (min-width: 1200px) {
    .cus-container-width {
        max-width: 1170px;
    }
}
.cus-btn-style a {
    font-weight: 600 !important;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: none !important;
}
.cus-btn-style a:hover {
    background-color: #d66f00;
    font-weight: 600;
    padding: 10px 30px;
}
.cus-list-style a {
    text-decoration: none;
    color: #105cb6 !important;
}
.cus-list-style a:hover {
     text-decoration: underline;
     color: #23527c !important;
}
.custom-slider .slider-nav::before {
    content: none !important;
}
.custom-slider .slider-nav::after {
    content: none !important;
}
.custom-slider .slider-nav {
    opacity: 1 !important;
    visibility: visible !important;
}
.custom-slider .slider-nav.prev,
.custom-slider .slider-nav.next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #615f5f;
        border: none;
        color: #aba8a7;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;

}
.custom-slider .slider-nav.prev {
     left: 10px;
}
.custom-slider .slider-nav.next {
     right: 10px;
}
