.banner-section {
    height: 807px;
    background-size: cover;
    background-repeat: no-repeat;
}

.upper-content {
    padding-top: 205px;
    max-width: 623px;
    padding-left: 60px;
    padding-right: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 75%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.upper-content h2 {
    color: var(--bg-skyblue);
    font-size: 36px;
    line-height: 36px;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.upper-content h2 span {
    color: var(--bg-darkyellow);
}

.upper-content h2 big {
    font-size: 75px;
    line-height: 65px;
    text-transform: lowercase;
    font-weight: 700 !important;
}

.upper-content p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--text-color-d-gray);
    margin-top: 20px;
    margin-bottom: 0;
}

.pt-9 {
    padding-top: 90px;
}

.pb-9 {
    padding-bottom: 90px;
}

.page-heading h1,
.banner-play-button i {
    color: var(--bg-skyblue);
}

.page-heading p {
    font-size: 16px;
    line-height: 18px;
    color: var(--text-color-d-gray);
}

.video-img {
    margin-top: 25px;
}

.video-img img {
    border-radius: 15px;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}

.video-img .title-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, -50%);
}

.banner-play-button {
    width: 50px;
    height: 50px;
    background: var(--bg-skyblue);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: relative;
    flex: 0 0 50px;
}

.banner-play-button svg path {
    fill: var(--text-color-white);
}

.banner-play-button svg {
    position: relative;
    left: 2px;
}

.banner-play-button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(48, 146, 221, .5);
    animation: scalebtn 2s infinite linear;
    z-index: -1;
}

@keyframes scalebtn {
    0% {
        transform: scale(1, 1);
        opacity: .5;
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1.1, 1.1);
        opacity: .5;
    }
}

.blue-sec {
    position: relative;
    height: 576px;
    background-size: cover;
    background-repeat: no-repeat;
}

.blue-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 124, 214, 0.9);
}

.cuNumbers-section__in {
    padding: 30px;
    background: var(--bgcolor-white);
    border-radius: 10px;
    margin-bottom: 7px;
    position: relative;
    z-index: 2;
}

.cuNumbers-section__in.highlight-banner {
    position: relative;
    height: 435px;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.overlay-bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.cuNumbers-section__in.highlight-banner .program-head {
    z-index: 1;
    position: absolute;
    left: 30px;
    max-width: 185px;
}

.cuNumbers-section__in.highlight-banner.overlay-top .program-head {
    top: 30px;
}

.cuNumbers-section__in.highlight-banner.overlay-bottom .program-head {
    bottom: 30px;
    top: unset;
}

.program-head {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.program-head h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.listStyle-2 li {
    list-style-type: none;
    margin-bottom: 12px;
    padding-left: 15px;
}

.listStyle-2 li a {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 9px;
    display: block;
    color: var(--text-color-d-gray);
    transition: all .2s ease-in-out;
}

.listStyle-2 li a em {
    color: var(--text-color-d-gray);
    position: absolute;
    right: -10px;
    top: 2px;
}

.listStyle-2 li a::after {
    content: '\f309';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--text-color-off-gray);
    position: absolute;
    left: -15px;
    top: 0;
    transform: rotate(-90deg);
}

.listStyle-2 li a:hover {
    margin-left: 5px;
    color: var(--bg-skyblue);
}

.listStyle-2 li a:hover::after {
    color: var(--bg-skyblue);
}

.program-sec {
    margin-top: -520px;
}

.cuNumbers-section__in.rlinks-new {
    background-color: var(--bg-skyblue);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    min-height: 764px;
    position: sticky;
    top: 110px;
}

.cuNumbers-section__in.rlinks-new .program-head h4,
.cuNumbers-section__in.rlinks-new .listStyle-2 li a {
    color: var(--bs-white);
    font-weight: 700;
    text-transform: uppercase;
}

.cuNumbers-section__in.rlinks-new .listStyle-2 li {
    margin-bottom: 20px;
}

.cuNumbers-section__in.rlinks-new .listStyle-2 li a {
    padding-left: 20px;
}

.cuNumbers-section__in.rlinks-new .listStyle-2 li a:hover {
    color: #68aee3;
}

.cuNumbers-section__in.rlinks-new .listStyle-2 li a::after {
    content: '\f35d';
    color: #68aee3;
    transform: unset;
}

@media (max-width: 1799px) {
    .banner-section {
        background-position: 45%;
    }
}

@media (max-width: 1399px) {
    .banner-section {
        background-position: 70%;
    }
}

@media (max-width: 575px) {
    .banner-section {
        background-position: 56%;
        height: 600px;
    }
    .upper-content {
        padding-top: 145px;
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -12px;
        margin-left: -15px;
    }
    .upper-content h2 {
        font-size: 30px;
    }
    .upper-content h2 big {
        font-size: 60px;
    }
    .pt-9 {
        padding-top: 60px;
    }
    .pb-9 {
        padding-bottom: 60px;
    }
}