@font-face {
    font-family: "Interstate-Bold";
    src: url("../fonts/Interstate-Bold.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Interstate-Regular";
    src: url("../fonts/Interstate_regular-webfont.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Interstate-Light";
    src: url("../fonts/Interstate_light-webfont.woff") format("woff");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Interstate-Thin";
    src: url("../fonts/Interstate-Thin.woff2") format("woff");
    font-style: normal;
    font-display: swap;
}

body {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: "Interstate-Light", "sans-serif";
    font-weight: 300;
    color: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.landingpage .container-fluid {
    width: 80%;
}

.landingpage p {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

.header .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header {
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: transparent;
    position: absolute;
    padding: 25px 0;
}

.button-group-top {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-nav-button {
    border: solid 1px #fff;
    border-radius: 100px;
    color: #fff;
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav-button:hover {
    background-color: rgba(0, 178, 169, 0.5);
    border: 1px solid rgba(0, 178, 169, 0.5);
    color: #fff;
}

.banner-landing-page {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #666666;
    display: flex;
    align-items: center;
    background-image: url(../img/Outreach_banner.jpg);
    background-size: cover;
}

.landingpage .nav.container-fluid:before,
.landingpage .nav.container-fluid:after {
    display: none !important;
}
.banner-black-cnt{
        background: #00000094;
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner-cnt {
    color: #fff;
        z-index: 1;
    position: relative;
}


.banner-cnt h1 {
    width: 100%;
    display: inline-block;
    font-family: "Interstate-Thin", "sans-serif";
    font-weight: 250;
    line-height: 0.9;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-size: calc(3em + 5.5vw);
}

.banner-cnt h2 {
    width: 100%;
    display: inline-block;
    font-family: "Interstate-Thin", "sans-serif";
    font-weight: bold;
    line-height: 0.9;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-size: calc(3em + 5.5vw);
}

.hero-banner__item__desc-cta {
    margin-left: 5rem;
    max-width: 30rem;
}

.hero-banner__item__desc-cta .rich-text {
    font-size: 14px;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.landing-page-ceo-message {
    position: relative;
    width: 100%;
    padding: 4em 0;
}

.leadership-mr__line {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
}

.leadership-mr__line::before {
    content: "";
    position: absolute;
    top: 1.3rem;
    border-bottom: 3px solid #ffc72c;
    width: 4.2rem;
}

.leadership-mr__text {
    padding-left: 5rem;
    font-size: 21px;
    line-height: normal;
}

.leadership-mr__title {
    font-size: calc(1em + 2vw);
    line-height: 6rem;
    letter-spacing: -0.1rem;
    max-width: 50rem;
}

.leadership-mr__quote {
    font-size: 3rem;
    line-height: 3.8rem;
    letter-spacing: -0.005em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.leadership-mr__quote::before {
    content: "";
    position: absolute;
    height: 95%;
    width: 0.6rem;
    background-color: #00b2a9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.leadership-mr__quote .quote-text {
    margin-left: 2rem;
    font-size: calc(13px + 0.8vw);
    line-height: normal;
    letter-spacing: -0.005em;
}

.leadership-profile {
    height: 100%;
    width: 100%;
}

.leadership-profile img {
    background-size: contain;
    height: 100%;
    object-fit: cover;
}

.landing-page-about {
    position: relative;
    width: 100%;
    padding: 5em 0;
    background-image: url(../img/bg.png);
}

.landing-page-about h3 {
    font-weight: 300;
    font-size: calc(1em + 2.5vw);
    position: relative;
    margin-bottom: 5rem;
    float: left;
    width: 100%;
}

.landing-page-about h3:after {
    content: "";
    border-bottom: 0.2rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 10.8rem;
}

.landing-page-about p {
    font-size: 20px;
}

.landing-page-Our-Programs {
    position: relative;
    width: 100%;
    padding: 4em 0;
}

.landing-page-Our-Programs h3 {
    font-weight: 300;
    font-size: calc(1em + 2.5vw);
    position: relative;
    margin-bottom: 5rem;
    float: left;
    width: 100%;
}

.landing-page-Our-Programs h3:after {
    content: "";
    border-bottom: 0.2rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 10.8rem;
}

.img-full {
    float: left;
    width: 100%;
}

.img-full img {
    width: 100%;
}

h4 {
    font-size: calc(1em + 2vw);
    margin-bottom: 1em;
}

h6 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 1em;
}

.ul-classs {
    color: #00b2a9;
    font-weight: bold;
    border-top: 2px solid #fdb913;
    border-bottom: 2px solid #fdb913;
    padding: 1rem 0;
    padding-left: 4rem;
    margin: 20px 0px;
}

.ul-classs li {
    font-size: 18px;
}

.reg-now {
    display: inline-block;
    background-color: #00b2a9;
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10rem;
    padding: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    width: 160px;
}

.reg-now:hover {
    color: #00b2a9;
    background: #fff;
    border: 1px solid #00b2a9;
}

.sec-program-land {
    position: relative;
    width: 100%;
    margin: 6em 0;
}

.landing-page-gallery {
    position: relative;
    width: 100%;
    padding: 4em 0;
}

.landing-page-gallery h3 {
    font-weight: 300;
    font-size: calc(1em + 2.5vw);
    position: relative;
    margin-bottom: 5rem;
    float: left;
    width: 100%;
}

.landing-page-gallery h3:after {
    content: "";
    border-bottom: 0.2rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 10.8rem;
}

.landing-page-contact {
    position: relative;
    width: 100%;
}


.landing-page-contact h3 {
    font-weight: 300;
    font-size: calc(1em + 2.5vw);
    position: relative;
    margin-bottom: 5rem;
    float: left;
    width: 100%;
}

.landing-page-contact h3:after {
    content: "";
    border-bottom: 0.2rem solid #fdb913;
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 10.8rem;
}

.contact-bg-sec {
    float: left;
    width: 100%;
    height: 100%;
    background: linear-gradient(34.64deg, #00778b -6.31%, #00b2a9 80.63%);
    background-image: url(../img/CMPS0129.jpg);
    margin-top: 2em;
    padding: 10%;
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
}
.cont-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.box-description__content-NoButton {
    font-weight: 300;
    font-size: calc(1em + 2vw);
    line-height: normal;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.box-description__subContent {
    font-weight: 300;
    font-size: calc(1em + 0.7vw);
    line-height: normal;
    color: #ffffff;
    margin-top: 1em;
        z-index: 1;
    position: relative;
}

.box-description__mail {
    color: #ffffff;
    text-decoration-line: underline;
}

.box-description__mail:hover {
    color: #ffffff;
}

body:dir(rtl) {
    text-align: right;
}

body:dir(rtl) .landing-page-contact h3:after {
    left: auto;
    right: 0;
}

body:dir(rtl) .banner-cnt h1 {
    text-align: right;
}

body:dir(rtl) .banner-cnt h2 {
    text-align: right;
}

body:dir(rtl) .hero-banner__item__desc-cta {
    margin-left: 0rem;
    margin-right: 5rem;
}

body:dir(rtl) .leadership-mr__quote .quote-text {
    margin-left: 0rem;
    margin-right: 2rem;
}

body:dir(rtl) .landing-page-about h3:after {
    left: auto;
    right: 0;
}

body:dir(rtl) .landing-page-Our-Programs h3:after {
    left: auto;
    right: 0;
}



.carousel-item .d-block{
    width: 100%;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100px;
        background-color: rgb(7 178 170 / 51%);
}
.carousel-indicators .active {
    background-color: #07b2aa;
}
.carousel-indicators{
    bottom: -50px;
}


@media only screen and (max-width: 992px) {
    .leadership-mr__line::before {
        width: 3.4rem;
    }
    .landingpage .container-fluid {
        width: 100%;
    }
    .banner-cnt h1 {
        text-align: center;
    }
    .banner-cnt h2 {
        text-align: center;
    }
    .hero-banner__item__desc-cta {
        margin-left: 0rem;
        text-align: center;
    }
    h4 {
        font-size: 34px;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .landing-page-Our-Programs h3 {
        font-size: 30px;
    }
    .sec-program-land {
        margin: 1em 0;
    }
    .header {
        padding: 15px;
    }
    .button-group-top {
        margin-top: 15px;
    }
    .landing-page-about h3 {
        font-size: 30px;
    }
    .landing-page-gallery h3 {
        font-size: 30px;
    }
    .landing-page-contact h3 {
        font-size: 30px;
    }
}