.height-450 {
    height: 450px;
    display: flex;
    align-items: center;
}
.rbt-custom-banner {
    background-color: #235f99;
    position: relative;
    background-image: url(https://static-cse.canva.com/_next/static/assets/wave_w2881xh801_98aaf3a37b4d733bdb3bc7754c25ad3608c520c5ebb9b1079f2d0c2f78b07ab8.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    animation: waveAnimation 14s ease-in-out infinite;
    
}

@keyframes waveAnimation {
    0% {
        background-position: left center;
    }
    25% {
        background-position: 50% 40%;
    }
    50% {
        background-position: left center;
    }
    75% {
        background-position: 50% 40%;
    }
    100% {
        background-position: left center;
    }
}
.tc-title-text {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #F5F7FA;
    margin: 0;
    padding: 0;
}
.tc-desc-text, .tc-section-header > p {
    text-align: justify;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #F5F7FA;
    margin: 0;
}
.rbt-cat-box-1.list-style .inner:hover {
    border: 1px solid var(--color-primary);
}
/*--start Magnific-popup Custom--*/
.mfp-bg {
    z-index: 99999;
}
.mfp-wrap {
    z-index: 99999;
}
/*--end Magnific-popup Custom--*/