:root {
    --orange: #ff8200;
    --black: #58595b;
    --white: #fff;
    --gray: #57585a;
    --lightBlue: #b9e1f2;
    --blue: #1a73c5;
    --heading-clr: #4b4b4b;
    --column-bg-clr: #f6f6f6;
}

.site-header {
    z-index: 999 !important;
    border: 0;
}

/* 8-28-2023 */

/* Single Box Section Styling */

.fw_orange--banner .banner_content {
    border: 48px solid #ff8200;
    margin-top: -190px;
    box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    background-color: #ffff;
}

.fw_orange--banner .banner_content .wp-block-column {
    padding: 32px;
}

.fw_orange--banner .banner__img {
    margin-bottom: 0px;
}

.fw_orange--banner .banner__img figure {
    margin: 0px;
}

.fw_orange--banner .banner__img figure img {
    width: 100%;
}

.fw_orange--banner .banner_content .wp-block-heading {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1;
}

.fw_orange--banner .banner_content h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 72px !important;
    text-transform: uppercase;
}

.fw_orange--banner .banner_content h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.fw_orange--banner .banner_content p {
    font-size: 25px;
    font-weight: 300;
}

@media (max-width: 1440px) {
    .fw_orange--banner .banner_content {
        border: 40px solid #ff8200;
        margin-top: -190px;
    }

    .fw_orange--banner .banner_content .wp-block-column {
        padding: 26px;
    }

    .fw_orange--banner .banner_content h3 {
        font-size: 34px;
    }

    .fw_orange--banner .banner_content h2 {
        font-size: 60px !important;
    }

    .fw_orange--banner .banner_content p {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .fw_orange--banner .banner_content {
        border: 30px solid #ff8200;
        margin-top: -100px;
    }

    .fw_orange--banner .banner_content .wp-block-column {
        padding: 20px;
    }

    .fw_orange--banner .banner_content h2 {
        font-size: 50px !important;
    }

    .fw_orange--banner .banner_content h3 {
        font-size: 30px;
    }

    .fw_orange--banner .banner_content p {
        font-size: 20px;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
    .fw_orange--banner .banner_content {
        max-width: 100% !important;
        width: 100%;
    }

    .fw_orange--banner .banner_content {
        border: 20px solid #ff8200;
        margin-top: -50px;
    }

    .fw_orange--banner .banner_content .wp-block-column {
        padding: 15px;
    }

    .fw_orange--banner .banner_content h2 {
        font-size: 35px !important;
    }

    .fw_orange--banner .banner_content h3 {
        font-size: 24px;
    }

    .fw_orange--banner .banner_content p {
        font-size: 16px;
        font-weight: 400;
    }

    .fw_orange--banner .banner_content .wp-block-button__link {
        font-size: 14px;
    }
}


.fw_orange--banner .banner_contetn--row .wp-block-column {
    padding: 30px;
}

.fw_orange--banner .banner_contetn--row .wp-block-column .wp-block-button__link {
    margin: 0;
}

.fw_orange--banner .banner_contetn--row {
    gap: 0px;
}

.fw_orange--banner .banner_contetn--row .col-1 {
    border-right: 12px solid #ff8200;
}

.fw_orange--banner .banner_contetn--row .col-2 {
    border-left: 12px solid #ff8200;
}

.fw_orange--banner .banner_contetn--col h3 {
    font-size: 30px;
}

.fw_orange--banner .banner_contetn--col h2 {
    font-size: 50px !important;
}

.fw_orange--banner .banner_contetn--col p {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 1440px) {
    .fw_orange--banner .banner_contetn--row .wp-block-column {
        padding: 24px;
    }

    .fw_orange--banner .banner_contetn--row .col-1 {
        border-right: 10px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--row .col-2 {
        border-left: 10px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--col h2 {
        font-size: 36px !important;
    }

    .fw_orange--banner .banner_contetn--col p {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width: 1024px) {
    .fw_orange--banner .banner_contetn--row .wp-block-column {
        padding: 20px;
    }

    .fw_orange--banner .banner_contetn--row .col-1 {
        border-right: 8px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--row .col-2 {
        border-left: 8px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--col h3 {
        font-size: 26px;
    }

    .fw_orange--banner .banner_contetn--col h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 781px) {
    .fw_orange--banner .banner_contetn--row .wp-block-column {
        padding: 15px;
    }

    .fw_orange--banner .banner_contetn--row .col-1 {
        border-right: 0px solid #ff8200;
        border-bottom: 8px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--row .col-2 {
        border-left: 0px;
        border-top: 8px solid #ff8200;
    }

    .fw_orange--banner .banner_contetn--col h3 {
        font-size: 24px;
    }

    .fw_orange--banner .banner_contetn--col h2 {
        font-size: 28px !important;
    }

    .fw_orange--banner .banner_contetn--col p {
        font-size: 16px;
        font-weight: 400;
    }
}

.hero__clr--stripe {
    position: relative;
}

.hero__clr--stripe .has-background {
    background: #fff;
}

.hero__clr--stripe .wp-block-image {
    border-bottom: 6px solid #fff;
}

.hero__clr--stripe .wp-block-image img {
    /*  aspect-ratio: 21/9;*/
    object-fit: cover;
}

.hero__clr--stripe .content-block {
    position: absolute;
    /*  bottom: 100px;*/
    z-index: 1;
    left: 0;
    width: 100%;
    right: 0;
}

@media screen and (min-width: 768px) {
    .hero__clr--stripe .content-block {
        margin-top: -50px;
    }
}

.hero__clr--stripe .content-block .wp-block-column {
    width: 100%;
    max-width: 800px;
    border-top: 5px solid #ff8200;
    margin-left: 22px !important;
    padding: 50px 35px;
    box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
    background-color: #fff;
}

.hero__clr--stripe .content-block .wp-block-heading {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1;
}

.hero__clr--stripe .content-block h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1.6px;
}

.hero__clr--stripe .content-block h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px !important;
    text-transform: uppercase;
}

.hero__clr--stripe .content-block h2 strong {
    font-weight: 900;
}

.hero__clr--stripe .content-block p {
    font-size: 22px;
    font-weight: 300;
}

.hero__clr--stripe .btm-img {
    /*  height: 400px;*/
    margin-bottom: 0px;
}

.hero__clr--stripe .btm-img .wp-block-image {
    border-bottom: 0px;
}

/* Gray Box Styling Start */

.fw__grey--box .content-block {
    position: unset;
}

.fw__grey--box .wp-block-image {
    border-bottom: 0px;
    margin: 0;
}

.fw__grey--box .content-block .wp-block-column {
    margin: 0 auto !important;
    margin-top: -140px !important;
    position: relative;
    max-width: 950px;
    background-image: url(/wp-content/uploads/sites/2/2024/10/halftone-corner-svg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #333333;
}

@media (max-width: 1440px) {

    .hero__clr--stripe .content-block .wp-block-column {
        margin-left: 10px !important;
        padding: 30px;
    }

    .hero__clr--stripe .content-block h3 {
        font-size: 30px;
    }

    .hero__clr--stripe .content-block h2 {
        font-size: 40px !important;
    }

    .hero__clr--stripe .content-block p {
        font-size: 18px;
    }

    .fw__grey--box .content-block .wp-block-column {
        margin: 0 auto !important;
        margin-top: -70px !important;
    }
}

@media (max-width: 1200px) {

    .hero__clr--stripe .btm-img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hero__clr--stripe .wp-block-image {
        border-bottom: 0px solid #fff;
    }

    .hero__clr--stripe {
        margin-bottom: 30px;
    }

    .hero__clr--stripe .content-block {
        position: unset;
        max-width: 100% !important;
        margin-bottom: 0px;
    }

    .hero__clr--stripe .content-block .wp-block-column {
        max-width: 100%;
        box-shadow: unset;
    }

    .hero__clr--stripe .content-block .wp-block-column {
        margin-left: 0px !important;
        padding: 35px 20px;
    }

    .hero__clr--stripe .content-block h3 {
        font-size: 24px;
    }

    .hero__clr--stripe .content-block h2 {
        font-size: 30px !important;
    }

    .hero__clr--stripe .btm-img {
        height: 50px;
    }
}

/* Tri Colored Cards – Three Styling Start */

.specialty-sec__row {
    gap: 20px;
}

.specialty-col__inner {
    box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
    border: 1px solid #e0e0e0;
    padding: 0px !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.specialty-col__inner .wp-block-image {
    margin: 0px;
}

.specialty-col__inner .wp-block-image img {
    width: 100%;
}

.specialty-col__content {
    padding: 40px 20px 60px;
}

.specialty-col__content .wp-block-heading {
    margin: 0px !important;
    padding-bottom: 35px;
    position: relative;
    line-height: 1;
}

.specialty-col__content .wp-block-heading::after {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    margin-left: 0;
    height: 6px;
    background-color: #ff8200;
    bottom: 15px !important;
}

.specialty-inner_card {
    margin-bottom: 0px;
    padding: 0px !important;
    flex: 1;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
    .specialty-sec__row {
        gap: 15px;
    }

    .specialty-col__content .wp-block-button__link {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .specialty-sec__row {
        gap: 15px;
        flex-wrap: wrap !important;
        margin-inline: 0px !important;
        max-width: 100% !important;
    }

    .specialty-sec__row .wp-block-column {
        flex-basis: 400px !important;
    }
}

@media (max-width: 767px) {
    .specialty-col__content {
        padding: 18px 20px 30px;
    }
}

@media (max-width: 575px) {}

/* Undergraduate Students Styling Start */

.graduate-sec__row {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-inline: 10px;
}

.row-first {
    padding-top: 50px;
}

.row-two {
    padding-bottom: 50px;
}

.graduate-col__title .wp-block-heading {
    margin: 0px 0px 30px !important;
    padding: 20px;
    border-left: 3px solid #ff8200;
    color: #fff !important;
}

.graduate-col__title p {
    color: var(--white) !important;
}

.graduate-col__title p a {
    color: var(--white);
}

.graduate-sec__col {
    padding: 0px;
    box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
    border: 1px solid #e0e0e0;
}

.graduate-sec__col .wp-block-image {
    margin: 0px;
}

.graduate-col__inner {
    margin-bottom: 0px;
}

.graduate-col__content {
    padding: 40px 20px 60px;
}

.graduate-col__content .wp-block-button__link {
    margin: 0;
}

.graduate-col__content .wp-block-heading {
    margin: 0px !important;
    padding-bottom: 35px;
    position: relative;
    line-height: 1;
}

.graduate-col__content .wp-block-heading::after {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    margin-left: 0;
    height: 6px;
    background-color: #ff8200;
    bottom: 15px !important;
}

.graduate-col__content p a {
    color: #1a73c5;
}

.graduate-col__content .wp-block-image img {
    width: 100%;
}

@media (max-width: 1600px) {
    .graduate-sec__row {
        max-width: 1140px;
    }
}

@media (max-width: 1440px) {
    .graduate-col__content .wp-block-button__link {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .graduate-col__content {
        padding: 25px 20px 30px;
    }

    .graduate-col__title .wp-block-heading {
        margin: 0px 0px 20px !important;
        padding: 9px;
    }
}

/* Colored Photo Boxes Section Styling Start 8-31-2023 */

.clr--box>div {
    margin-bottom: 0px;
}

.clr--box .clr__box--row {
    gap: 0px;
    margin-bottom: 0px;
}

.clr--box .row-first {
    padding-top: 0px;
}

.clr--box .col-first .wp-block-image {
    margin: 0px;
    border: 20px solid #fff;
    position: relative;
}

.inverse-img-lt.clr--box .col-first .wp-block-image {
    border-left: 0;
}

.inverse-img-rt.clr--box .col-first .wp-block-image {
    border-right: 0;
}

.clr--box .col-first .wp-block-image img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.inverse-img-lt .col-second {
    padding: 140px 70px 60px 140px;
    margin-top: 50px;
    margin-left: -100px;
}

.inverse-img-lt .col-second .wp-block-heading {
    margin: 0px 0px 30px !important;
    padding: 20px 0px 20px 20px;
    border-left: 3px solid #ff8200;
}

.inverse-img-lt .col-second .wp-block-button__link,
.inverse-img-rt .col-second .wp-block-button__link {
    background-color: #fff !important;
    border-radius: .45rem;
    padding-block: 12px;
    color: #000 !important;
    margin-top: 0 !important;
}

.inverse-img-lt .col-second .wp-block-button__link:hover,
.inverse-img-rt .col-second .wp-block-button__link:hover {
    background-color: var(--clr-gry-11) !important;
    border-color: var(--clr-org-1);
}

.inverse-img-rt .col-second {
    padding: 140px 140px 60px 70px;
    margin-top: 50px;
    margin-right: -100px;
}

.inverse-img-rt .col-second .wp-block-heading {
    margin: 0px 0px 30px;
    padding: 20px 0px 20px 20px;
    border-left: 3px solid #ff8200;
}

/* Orange Call To Action Stripe Section Styling Start */

.org--stripe .wp-block-cover {
    border-top: 5px solid #ffffff;
    padding: 60px 20px;
    min-height: auto;
    overflow: visible;
}

.org--stripe .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1520px;
    padding: 0px 10px;
}

.org--stripe .cta-content {
    margin-bottom: 0px;
    width: 100%;
    max-width: 600px;
    margin-top: -190px;
    border-top: 5px solid #ff8200;
    box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
}

.org--stripe.org--right .cta-content {
    margin-left: auto;
}

.org--stripe .cta-content .wp-block-heading {
    margin: 0px 0px 10px !important;
    line-height: 1.1;
    color: #58595b;
}

.org--stripe .cta-content .wp-block-column {
    padding: 32px;
}

.org--stripe .cta-content .wp-block-column .wp-block-button__link {
    margin: 0;
}

/* Youtube With Grey Text Card Section Styling Start */

.yt--grey>div {
    gap: 0px;
    align-items: center !important;
}

.yt--grey .yt-video .wp-block-embed {
    margin: 0px;
}

.yt--grey .yt-video .wp-block-embed iframe {
    width: 100%;
}

.yt--grey .grey--card {
    padding: 40px 40px 30px;
}

.yt--grey .grey--card .wp-block-heading {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1;
}

.yt--grey .grey--card h3 {
    font-weight: 400;
    letter-spacing: 1.6px;
}

.yt--grey .grey--card h2 {
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 35px;
    position: relative;
}

.yt--grey .grey--card h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    margin-left: 0;
    height: 6px;
    background-color: #ff8200;
    bottom: 10px;
}

@media (max-width: 1600px) {
    /* Orange Call To Action Stripe Section Styling Start */

    .org--stripe .wp-block-cover__inner-container {
        max-width: 1140px;
    }

    /* Youtube With Grey Text Card Section Styling Start */

    .yt--grey .yt-video {
        height: 500px;
    }

    .yt--grey .yt-video .wp-block-embed,
    .yt--grey .yt-video .wp-block-embed>div {
        height: 100%;
    }
}

@media (max-width: 1440px) {
    /* Colored Photo Boxes Section Styling Start 8-31-2023 */

    .inverse-img-lt .col-second {
        padding: 100px 20px 60px 100px;
        margin-left: -80px;
    }

    .inverse-img-rt .col-second {
        padding: 100px 100px 60px 30px;
        margin-right: -80px;
    }

    /* Orange Call To Action Stripe Section Styling Start */

    .org--stripe .cta-content {
        margin-top: -140px;
    }
}

@media (max-width: 1200px) {
    /* Orange Call To Action Stripe Section Styling Start */

    .org--stripe .cta-content {
        margin-top: -120px;
    }

    /* Youtube With Grey Text Card Section Styling Start */

    .yt--grey .grey--card {
        padding: 30px 20px 20px;
    }

    /* Colored Photo Boxes Section Styling Start 8-31-2023 */

    .clr--box .col-first .wp-block-image {
        border: 15px solid var(--white);
    }

    .inverse-img-lt .col-second {
        padding: 55px 20px 40px 90px;
        margin-left: -70px;
        margin-top: 40px;
    }

    .inverse-img-rt .col-second {
        padding: 55px 90px 60px 20px;
        margin-right: -70px;
    }

    .clr--box .col-first .wp-block-image img {
        height: 350px;
        object-fit: cover;
    }

    .inverse-img-lt .col-second .wp-block-heading {
        margin: 0px 0px 15px !important;
        padding: 10px 0px 10px 10px;
        font-size: 30px !important;
    }

    .inverse-img-rt .col-second .wp-block-heading {
        margin: 0px 0px 15px;
        padding: 10px 0px 10px 10px;
    }
}

@media (max-width: 991px) {
    /* Orange Call To Action Stripe Section Styling Start */

    .org--stripe .cta-content {
        margin-top: 0px;
        max-width: 100%;
        border-top: 0px solid #ff8200;
    }

    /* Youtube With Grey Text Card Section Styling Start */

    .yt--grey>div {
        flex-wrap: wrap !important;
    }

    .yt--grey .yt-video,
    .yt--grey .grey--card {
        flex-basis: 100% !important;
    }

    /* Colored Photo Boxes Section Styling Start 8-31-2023 */

    .inverse-img-lt .col-first .wp-block-image {
        border-left: 0px;
        border-top: 0px;
    }

    .inverse-img-rt .col-first .wp-block-image {
        border-right: 0px;
        border-top: 0px;
    }

    .inverse-img-lt .col-second {
        padding: 40px 20px 30px 70px;
        margin-left: -51px;
        margin-top: 40px;
        margin-right: 0px;
    }

    .inverse-img-rt .col-second {
        padding: 40px 70px 41px 20px;
        margin-right: -50px;
        margin-left: 0px;
    }

    .clr__box--row .col-second .wp-block-button__link {
        font-size: 14px !important;
    }
}

@media (max-width: 781px) {
    /* Colored Photo Boxes Section Styling Start 8-31-2023 */

    .clr--box {
        padding-inline: 10px;
    }

    .clr--box .col-first .wp-block-image img {
        height: auto;
        object-fit: cover;
    }

    .inverse-img-lt .col-first .wp-block-image,
    .inverse-img-rt .col-first .wp-block-image {
        border: 0px;
    }

    .inverse-img-lt .col-second {
        padding: 30px 20px 30px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .inverse-img-rt .col-second {
        padding: 30px 20px 30px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .inverse-img-lt .col-second .wp-block-heading {
        padding: 5px 0px 5px 10px;
        font-size: 24px !important;
        line-height: 1.1 !important;
    }
}

@media (max-width: 767px) {
    /* Orange Call To Action Stripe Section Styling Start */

    .org--stripe .wp-block-cover {
        border-top: 4px solid #ffffff;
        padding: 40px 20px;
    }

    .org--stripe .wp-block-cover__inner-container {
        padding: 0px;
    }

    .org--stripe .cta-content .wp-block-column {
        padding: 20px;
    }

    /* Youtube With Grey Text Card Section Styling Start */

    .yt--grey .yt-video {
        height: auto;
        aspect-ratio: 1/1;
    }
}

/* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

.box--yt__video>div {
    margin-bottom: 0px;
}

.box--yt__video .yt--box__row {
    gap: 0px;
    margin-bottom: 0px;
}

.inverse--yt__lt .yt-text {
    padding: 100px 70px 60px 140px;
    margin-top: 50px;
    margin-left: -100px;
}

.inverse--yt__rt .yt-text {
    padding: 100px 140px 60px 70px;
    margin-top: 50px;
    margin-right: -100px;
}

.box--yt__video .yt--box__row .yt-text {
    background-image: url(/wp-content/uploads/sites/2/2024/10/stripes-light-svg.png) !important;
    background-size: cover;
    background-position: bottom;
}

.box--yt__video .yt--box__row .yt-text .wp-block-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1;
}

.yt--box__row .yt-text h3 {
    font-weight: 400;
    letter-spacing: 1.6px;
}

.yt--box__row .yt-text h2 {
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.yt--box__row .yt-sec .wp-block-embed {
    margin: 0px;
}

.yt--box__row .yt-sec .wp-block-embed iframe {
    width: 100%;
}

.yt--box__row .yt-text>div {
    margin-bottom: 0px;
}

.yt--box__row .yt-text p {
    padding-top: 30px;
    position: relative;
    margin-top: 30px;
}

.yt--box__row .yt-text p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    margin-left: 0;
    height: 6px;
    background-color: #ff8200;
    top: 0;
    bottom: auto;
}

/* Text Box Section Styling Start 01-09-2023*/

.simple--text__sec>div {
    margin-bottom: 0px;
}

.simple--text__sec .simple--text__content {
    box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
    border: 1px solid #e0e0e0;
    border-top: 5px solid #ff8200;
    padding: 20px;
    margin-bottom: 0px;
}

.simple--text__sec .simple--text__content .wp-block-heading {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    line-height: 1;
    position: relative;
}

.simple--text__sec .simple--text__content .wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    margin-left: 0;
    height: 6px;
    background-color: #ff8200;
    bottom: 0;
}

.simple--text__sec .simple--text__content a {
    color: #1a73c5;
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

.simple--text__sec .simple--text__content a:hover {
    color: #114c81;
    text-decoration: underline;
}

.simple--text__sec .simple--text__content ul {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.simple--text__sec .simple--text__content ul li {
    list-style: none;
}

.simple--text__sec .simple--text__content ul li::before {
    content: "\203a";
    color: #ff8200;
    margin-left: -20px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 1.25em;
}

@media (max-width: 1600px) {
    /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

    .inverse--yt__lt .yt-text {
        padding: 80px 20px 50px 100px;
        margin-left: -70px;
    }

    .inverse--yt__rt .yt-text {
        padding: 80px 80px 50px 30px;
        margin-right: -70px;
    }
}

@media (max-width: 1440px) {
    /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

    .inverse--yt__lt .yt-text {
        padding: 70px 20px 50px 80px;
        margin-left: -60px;
    }

    .inverse--yt__rt .yt-text {
        padding: 70px 80px 50px 30px;
        margin-right: -60px;
    }

    .box--yt__video .wp-block-spacer {
        height: 60px !important;
    }
}

@media (max-width: 1200px) {
    /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

    .yt--box__row .yt-text p {
        padding-top: 22px;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

    .inverse--yt__lt .yt-text {
        padding: 40px 20px 20px 50px;
        margin-left: -30px;
        margin-top: 25px;
    }

    .inverse--yt__rt .yt-text {
        padding: 40px 40px 20px 20px;
        margin-right: -40px;
        margin-top: 25px;
    }
}

@media (max-width: 781px) {
    /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

    .box--yt__video {
        padding-inline: 10px;
    }

    .inverse--yt__lt .yt-text {
        padding: 30px 20px 10px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .inverse--yt__rt .yt-text {
        padding: 30px 20px 10px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .yt--box__row .yt-text p {
        padding-top: 15px;
    }

    .yt--box__row .yt-text p::before {
        width: 60px;
        height: 4px;
    }

    .box--yt__video .wp-block-spacer {
        height: 40px !important;
    }

    /* Text Box Section Styling Start 01-09-2023*/

    .simple--text__sec {
        padding-inline: 10px;
    }

    .simple--text__sec .simple--text__content {
        border-top: 4px solid #ff8200;
        padding: 15px;
    }

    .simple--text__sec .simple--text__content .wp-block-heading {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .simple--text__sec .simple--text__content .wp-block-heading::before {
        width: 60px;
        height: 4px;
    }
}

/* degree & certificates styling */

.fw__breadcrumb--bar h1.wp-block-heading {
    margin-block: 15px;
    text-transform: inherit;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

.fw__breadcrumb--bar .wp-block-cover {
    padding-block: 10px;
    position: static;
}

.fw__breadcrumb--bar .wp-block-cover__inner-container {
    max-width: 1520px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 992px) {
    .fw__breadcrumb--bar .wp-block-cover__inner-container {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {
    .fw__breadcrumb--bar .wp-block-cover__inner-container {
        max-width: 1260px;
    }
}

@media (min-width: 1600px) {
    .fw__breadcrumb--bar .wp-block-cover__inner-container {
        max-width: 1520px;
    }
}

@media (max-width: 575px) {
    .fw__breadcrumb--bar .wp-block-cover__inner-container {
        padding-inline: 0;
    }

    .fw__breadcrumb--bar .wp-block-cover {
        padding-inline: 0.6em;
    }
}

/* New pattern Facts And Stats Styling Start 22-09-203 */

.facts-sec .facts__cover {
    padding: 100px 10px;
    min-height: auto !important;
    border-top: 5px solid #ff8200;
}

.facts-sec .facts__rw {
    margin-bottom: 0px;
}

.facts-sec .facts__rw .wp-block-heading {
    text-shadow: 2px 2px 0px rgb(88 89 91), 4px 4px 0px rgb(255 130 0);
    line-height: 1;
}

.facts__cover .rw-1 .facts__cl {
    text-align: center;
}

.facts__cover .rw-1 .facts__cl .wp-block-heading {
    font-size: 66px;
    margin-top: 0px !important;
    position: relative;
    padding-bottom: 30px !important;
    border-bottom: 0.75rem solid #ff8200;
    display: inline-block;
    padding-inline: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.facts__cover .rw-2 .facts__cl {
    text-align: center;
    padding-inline: 10px;
    padding-block: 50px;
}

.facts__cover .rw-2 .facts__cl .wp-block-heading {
    font-size: 66px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    color: #fff !important;
}

.facts__cover .rw-2 .facts__cl p {
    font-size: 24px;
    color: #fff;
}

.facts__cover .rw-3 .wp-block-button__link {
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    padding-block: 14px;
    border-width: 2px;
}

.facts__cover .rw-3 .wp-block-button__link:hover {
    background-color: var(--clr-gry-11) !important;
    border-color: var(--clr-org-1);
    color: var(--clr-gry-4) !important;
}

@media only screen and (max-width: 1400px) {
    .facts-sec .facts__cover {
        padding: 70px 10px;
    }

    .facts__cover .rw-1 .facts__cl .wp-block-heading {
        font-size: 50px;
        padding-bottom: 20px !important;
    }

    .facts__cover .rw-2 .facts__cl {
        padding-inline: 5px;
        padding-block: 30px;
    }

    .facts__cover .rw-2 .facts__cl .wp-block-heading {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .facts__cover .rw-2 .facts__cl p {
        font-size: 20px;
    }

    .facts__cover .rw-3 .wp-block-button__link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .facts__cover .rw-1 .facts__cl .wp-block-heading {
        font-size: 40px;
        padding-bottom: 15px !important;
        border-bottom: 10px solid #ff8200;
        padding-inline: 20px;
    }

    .facts__cover .rw-2 .facts__cl .wp-block-heading {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .facts-sec .facts__cover {
        padding: 50px 20px;
    }

    .facts__cover .rw-1 .facts__cl .wp-block-heading {
        font-size: 35px;
        padding-bottom: 10px !important;
        border-bottom: 8px solid #ff8200;
        padding-inline: 10px;
    }

    .facts__cover .rw-2 .facts__cl {
        padding-inline: 0px;
        padding-block: 20px 0px;
    }

    .facts__cover .rw-2 .facts__cl .wp-block-heading {
        font-size: 30px;
    }

    .facts__cover .rw-2 {
        gap: 10px;
    }

    .facts__cover .rw-3 .wp-block-button__link {
        font-size: 14px;
        margin-top: 20px;
    }

    .facts__cover .rw-2 .facts__cl p {
        margin-bottom: 0px;
    }

    .facts__cover .rw-1 {
        margin-bottom: 0px;
    }
}

/* Video Banner Styling Start */

@media only screen and (max-width: 1440px) {
    .video-banner {
        min-height: 500px !important;
    }
}

@media only screen and (max-width: 767px) {
    .video-banner {
        min-height: 350px !important;
    }
}

/* Tri Colored Cards Css */

li.current_page_ancestor>a:after {
    content: unset !important;
}

.specialty-card__frame {
    position: relative;
    padding: 18px;
    min-height: 100%;
}

.specialty-sec__col {
    margin-bottom: 0px !important;
    position: relative;
    z-index: 9;
    min-height: 100%;
}

.specialty-card__frame .card__frame-tp,
.specialty-card__frame .card__frame-bt {
    margin-bottom: 0px;
}

.specialty-card__frame .card__frame-tp {
    position: absolute;
    content: " ";
    width: 35%;
    height: calc(25%);
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #006c93;
}

.specialty-card__frame .card__frame-bt {
    left: 0;
    bottom: 0px;
    position: absolute;
    content: " ";
    width: 35%;
    height: calc(25%);
    z-index: -1;
    background-color: #ff8200;
}

@media only screen and (max-width: 767px) {
    .specialty-card__frame {
        padding: 14px;
    }
}

/* Hero Banner pattern Styling start */

.hero-bann__pic {
    padding: 80px 20px;
}

.hero__bann .hero-bann__rw {
    margin-bottom: 0px;
}

.hero__bann .hero-bann__cl {
    background-color: var(--white);
    box-shadow: 20px 20px 0 0 var(--orange);
    padding: 40px;
    width: 100%;
    max-width: 770px;
}

.hero__bann .hero-bann__cl h1 {
    font-size: 28px !important;
    color: #918e8e !important;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-block: 0px 15px;
}

.hero__bann .hero-bann__cl h2 {
    font-size: 74px;
    margin-block: 0px 30px;
    text-transform: uppercase;
    color: #4b4b4b;
    line-height: 1.1;
    font-weight: 900;
}

.hero__bann .hero-bann__cl p {
    font-size: 20px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 30px;
}

.hero__bann .hero-bann__cl .wp-block-button__link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: var(--blue);
    font-weight: 800;
    font-size: 18px;
    padding-right: 50px;
    text-align: left;
    position: relative;
    transition: 0.3s ease-in-out;
}

.hero__bann .hero-bann__cl .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    background-image: url(../images/right-arrow__banner.svg) !important;
    background-repeat: no-repeat;
    width: 25px;
    background-size: 100%;
    background-position: center;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.hero__bann .hero-bann__cl .wp-block-button__link:hover {
    text-decoration: none;
    color: var(--black);
}

.hero__bann .hero-bann__cl .wp-block-button__link:hover::after {
    right: 0px;
}

.hero__bann .hero-bann__cl .apply__btn {
    margin-top: 20px;
}

.bann-dots__org {
    padding: 0px;
}

.bann-dots__org .wp-block-column {
    background-image: url(../images/square-dot-orange-horiz.svg) !important;
    background-repeat: repeat-y;
    background-position: left;
    min-height: 72px;
}

/* Second banner styling start */

.hero-bann__second {
    padding: 40px 20px 60px;
    position: relative;
}

.hero-bann__second::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 400px;
    background-image: url(../images/square-dot-orange-horiz.svg) !important;
    background-repeat: repeat-y;
    background-position: left;
    height: 60px;
    top: 0;
}

.hero-bann__second .bann-second__wrap {
    margin-bottom: 0px;
}

.hero-bann__second .bann-second__rw {
    padding-inline: 15px;
    gap: 0;
    margin-bottom: 0px;
    align-items: center !important;
}

.hero-bann__second .bann-second__cnt {
    box-shadow: unset;
    max-width: 100%;
}

.hero-bann__second .bann-second__btn .wp-block-button__link {
    padding: 10px 20px;
    background-color: var(--white);
    border-radius: 8px;
    border: 2px solid var(--orange);
    font-weight: 600;
    font-size: 16px;
}

.hero-bann__second .bann-second__btn .wp-block-button__link:hover {
    background-color: var(--orange);
    color: var(--white);
    border: 2px solid var(--orange);
}

.hero-bann__second .bann-second__btn .wp-block-button__link::after {
    content: unset;
}

.hero-bann__second .bann-second__cnt .apply__btn {
    margin-top: 30px;
}

.bann-second__pic {
    height: 640px;
}

.bann-second__pic .wp-block-image {
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
}

.bann-second__pic .wp-block-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;

}

/* Tab Box pattern styling start */

.tab-box {
    border-bottom: 6px solid var(--orange);
    padding: 20px 20px;
}

.tab-box__rw {
    margin-bottom: 0px;
}

.tab-box__rw .tab-box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
}

.tab-box__rw .tab-box__list li {
    width: 20%;
    padding-inline: 10px;
    text-align: center;
}

.tab-box__rw .tab-box__list li a {
    text-decoration: none;
    color: var(--blue);
    font-weight: 700;
    font-size: 18px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.tab-box__rw .tab-box__list li a:hover {
    color: var(--black);
}

.tab-box__rw .tab-box__list li a::after {
    content: "";
    position: absolute;
    right: -24px;
    top: 6px;
    width: 16px;
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.tab-box__rw .tab-box__list li a:hover::after {
    top: 9px;
}

.sticky-tab-box {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    transition: 0.5s;
}

/* Created few pattren styling 11-12-2023*/

.academic-sc {
    padding: 60px 20px;
}

.academic-sc .academic-sc__rw {
    margin-bottom: 0px !important;
}

.academic-sc .academic-sc__cnt h2 {
    margin-block: 0px 30px;
    line-height: 1.2;
    font-weight: 900;
    font-size: 50px;
    color: #4b4b4b;
}

.academic-sc .academic-sc__cnt p {
    width: 100%;
    max-width: 980px;
    font-size: 20px;
    margin: auto;
    font-weight: 400;
}

.academic-sc .rw-2 {
    margin-top: 30px;
}

.academic-sc .academic-sc__cl {
    border-top: 6px solid var(--orange);
    background-color: #f6f6f6;
    padding: 36px 36px 24px;
}

.academic-sc .academic-sc__cl h3 {
    margin-block: 0px 12px !important;
    font-size: 20px;
    color: #4b4b4b;
    line-height: 1.2;
    font-weight: 900;
}

.academic-sc .academic-sc__btn .wp-block-button__link {
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: var(--blue) !important;
    font-weight: 800;
    font-size: 16px;
    padding-right: 50px;
    text-align: left;
    position: relative;
    transition: 0.3s ease-in-out;
}

.academic-sc .academic-sc__btn .wp-block-button__link:hover {
    text-decoration: none;
    color: var(--black);
    background-color: transparent !important;
}

.academic-sc .academic-sc__btn .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 1px;
    background-image: url(../images/right-arrow__banner.svg) !important;
    background-repeat: no-repeat;
    width: 20px;
    background-size: 100%;
    background-position: center;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.academic-sc .academic-sc__btn .wp-block-button__link:hover::after {
    right: 10px;
}

/* /Discound banner styling start */

.discount-bg__pic {
    padding: 120px 20px 180px;
    min-height: 100%;
}

.discount__banner .discount-bg__rw {
    margin-bottom: 0px !important;
}

.discount__banner .discount-bg__cl {
    width: 100%;
    max-width: 735px;
    margin-left: auto !important;
    border-top: 6px solid var(--orange);
    padding: 40px !important;
}

.discount__banner .discount-bg__cl h2 {
    margin-block: 0px 30px;
    line-height: 1;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 2px 2px 0px rgb(88 89 91), 4px 4px 0px rgb(255 130 0);
    width: 100%;
    max-width: 400px;
    color: var(--white) !important;
    text-transform: uppercase;
}

.discount__banner .discount-bg__cl p {
    margin-bottom: 30px !important;
    font-size: 18px;
    line-height: 1.2;
    color: var(--white) !important;
    font-weight: 400;
}

.discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
    color: var(--white) !important;
    font-size: 20px;
}

.dicount__btn {
    line-height: 1;
}

.dicount__btn .wp-block-button__link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: var(--blue);
    font-weight: 800;
    font-size: 18px;
    padding-right: 50px;
    text-align: left;
    position: relative;
    transition: 0.3s ease-in-out;
    font-weight: 800;
    line-height: 1;
    width: auto !important;
}

.dicount__btn .wp-block-button__link:hover {
    text-decoration: none;
    color: var(--black);
}

.dicount__btn .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 1px;
    background-image: url(../images/right-arrow__banner.svg) !important;
    background-repeat: no-repeat;
    width: 20px;
    background-size: 100%;
    background-position: center;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.dicount__btn .wp-block-button__link:hover::after {
    right: 10px;
}

/* Explore section styling start */

.explore-sc {
    padding: 100px 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgb(255, 130, 0) 40%) !important;
}

.explore-sc__rw {
    margin-bottom: 0px !important;
}

.explore-sc .explore-sc__cl {
    border-top: 6px solid var(--orange);
    display: flex;
    flex-direction: column;
}

.explore-sc .explore-sc__img {
    margin-bottom: 0px;
}

.explore-sc .explore-sc__img img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

.explore-sc .explore-sc__cnt {
    margin-bottom: 0px;
    background-color: var(--column-bg-clr);
    padding: 24px 36px;
    flex: 1;
}

.explore-sc__cnt .wp-block-heading {
    margin-block: 0px 12px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    color: var(--heading-clr);
}

.explore-sc .explore-sc__cnt p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.5;
    color: var(--heading-clr) !important;
}

@media screen and (max-width: 1440px) {

    /* Hero Banner pattern Styling start */

    .hero__bann .hero-bann__cl h1 {
        font-size: 24px !important;
    }

    .hero__bann .hero-bann__cl h2 {
        font-size: 60px;
        margin-block: 0px 20px;
    }

    .hero__bann .hero-bann__cl p {
        margin-bottom: 20px;
    }


    /* Tab Box pattern styling start */

    .tab-box__rw {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {

    /* Second banner styling start */
    .hero-bann__second .bann-second__wrap {
        max-width: 100% !important;
    }

    /* Tab Box pattern styling start */

    .tab-box__rw .tab-box__list li {
        width: 25%;
        text-align: left;
        margin-bottom: 10px;
    }

    .sticky-tab-box {
        position: static;
        width: 100vh;
        margin: 0 calc(50% - 50vw);
    }

    /* Created few pattren styling 11-12-2023*/

    .academic-sc__rw {
        max-width: 100% !important;
    }

    .academic-sc .academic-sc__cnt h2 {
        margin-block: 0px 20px;
        font-size: 40px;
    }

    .academic-sc .academic-sc__cnt p {
        max-width: 100%;
        font-size: 18px;
    }

    .academic-sc .rw-2 {
        margin-top: 24px;
    }

    .academic-sc .academic-sc__cl {
        padding: 26px 20px 18px;
    }

    /* /Discound banner styling start */

    .discount-bg__pic {
        padding: 80px 20px 120px;
    }

    .discount__banner .discount-bg__cl {
        max-width: 700px;
        padding: 30px !important;
    }

    .discount__banner .discount-bg__cl h2 {
        margin-block: 0px 24px;
        font-size: 40px;
    }

    .discount__banner .discount-bg__cl p {
        margin-bottom: 20px !important;
        font-size: 16px;
    }

    .discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
        color: var(--white) !important;
        font-size: 18px;
    }

    /* Explore section styling start */

    .explore-sc {
        padding: 60px 20px;
    }

    .explore-sc__rw {
        gap: 15px;
    }

    .explore-sc .explore-sc__cnt {
        padding: 15px 20px;
    }

    .explore-sc__cnt .wp-block-heading {
        margin-block: 0px 10px;
        font-size: 22px;
    }

    .dicount__btn .wp-block-button__link {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {

    /* Hero Banner pattern Styling start */

    .hero-bann__pic {
        padding: 60px 20px;
    }

    .hero__bann .hero-bann__cl {
        box-shadow: 15px 15px 0 0 var(--orange);
        padding: 30px;
        max-width: 100%;
    }

    .hero__bann .hero-bann__cl h1 {
        font-size: 20px !important;
    }

    .hero__bann .hero-bann__cl h2 {
        font-size: 40px;
        margin-block: 0px 20px;
    }

    .hero__bann .hero-bann__cl p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .bann-dots__org .wp-block-column {
        min-height: 60px;
    }


    /* Second banner styling start */

    .hero-bann__second {
        padding: 60px 20px 60px;
        position: relative;
    }

    .bann-second__pic {
        height: 450px;
    }

    .hero-bann__second::before {
        max-width: 300px;
        height: 40px;
    }

    /* Tab Box pattern styling start */


    .tab-box__rw .tab-box__list {
        justify-content: normal;
    }


    .tab-box__rw .tab-box__list li {
        width: 33.333%;
        text-align: left;
        margin-bottom: 10px;
    }

    /* Created few pattren styling 11-12-2023*/

    .academic-sc .academic-sc__cnt h2 {
        margin-block: 0px 15px;
        font-size: 34px;
    }

    .academic-sc .academic-sc__cnt p {
        font-size: 16px;
    }

    .academic-sc .rw-2 {
        gap: 20px !important;
    }
}

@media screen and (max-width: 767px) {

    p {
        font-size: 14px !important;
    }

    ul li,
    ol li {
        font-size: 14px !important;
    }

    /* Hero Banner pattern Styling start */

    .hero-bann__pic {
        padding: 40px 20px 30px;
    }

    .hero-bann__wrap {
        margin-bottom: 0px;
    }

    .hero__bann .hero-bann__cl {
        box-shadow: 12px 12px 0 0 var(--orange);
        padding: 20px;
    }

    .hero__bann .hero-bann__cl h1 {
        letter-spacing: 1px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .hero__bann .hero-bann__cl h2 {
        font-size: 28px;
        margin-block: 0px 15px;
    }

    .hero__bann .hero-bann__cl p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .hero__bann .hero-bann__cl .wp-block-button__link {
        font-size: 14px;
        padding-right: 40px;
    }

    .hero__bann .hero-bann__cl .wp-block-button__link::after {
        right: 12px;
        width: 18px;
    }

    .hero__bann .hero-bann__cl .apply__btn {
        margin-top: 8px;
    }

    .bann-dots__org .wp-block-column {
        min-height: 50px;
    }


    /* Second banner styling start */

    .hero-bann__second {
        padding: 50px 20px 40px;
    }

    .hero-bann__second .bann-second__rw {
        padding-inline: 0px;
    }

    .bann-second__pic {
        height: 100%;
    }

    .bann-second__pic .wp-block-image img {
        aspect-ratio: 1/1;
    }

    .hero-bann__second::before {
        max-width: 100%;
        height: 30px;
    }

    .hero-bann__second .bann-second__cnt .apply__btn {
        margin-top: 15px;
    }

    /* Tab Box pattern styling start */

    .tab-box__rw .tab-box__list li {
        width: 100%;
    }

    /* Created few pattren styling 11-12-2023*/
    .academic-sc {
        padding: 30px 20px;
    }

    .academic-sc .rw-2 {
        margin-top: 20px;
    }

    .academic-sc .academic-sc__cnt h2 {
        margin-block: 0px 10px;
        font-size: 30px;
    }

    .academic-sc .academic-sc__cnt p {
        font-size: 14px;
    }

    .academic-sc .academic-sc__cl {
        border-top: 4px solid var(--orange);
        padding: 20px 20px 18px;
    }

    .academic-sc .academic-sc__cl h3 {
        margin-block: 0px 10px;
        font-size: 18px;
    }

    /* /Discound banner styling start */


    .discount-bg__pic {
        padding: 60px 20px 70px;
    }

    .discount__banner .discount-bg__cl {
        max-width: 100%;
        padding: 20px !important;
        border-top: 4px solid var(--orange);
    }

    .discount__banner .discount-bg__cl h2 {
        margin-block: 0px 15px;
        font-size: 30px;
    }

    .discount__banner .discount-bg__cl p {
        margin-bottom: 15px !important;
        font-size: 14px;
    }

    .discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
        font-size: 16px;
    }

    /* Explore section styling start */

    .explore-sc {
        padding: 30px 20px;
    }

    .explore-sc__rw {
        gap: 20px;
    }

    .explore-sc .explore-sc__cnt {
        padding: 20px;
    }

    .explore-sc .explore-sc__cnt p {
        font-size: 14px;
        margin-bottom: 10px;
    }

}

/* Quotes styling start */

.black-bg__quotes {
    padding: 100px 20px;
}


.black-quotes__rw {
    width: 100%;
    max-width: 960px !important;
    margin: auto;
    background-color: var(--heading-clr);
    padding: 54px;
    position: relative;
}

.black-quotes__rw::before {
    position: absolute;
    content: "";
    top: -44px;
    background-image: url(../images/quotes-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    width: 84px;
}

.black-bg__quotes .black-quotes__cl p {
    color: var(--white);
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 25px !important;
}

.black-bg__quotes .black-quotes__cnt {
    margin-bottom: 0px !important;
}

.black-bg__quotes .black-quotes__cnt>div {
    width: 100%;
    max-width: 200px;
    margin-left: auto !important;
}

.black-quotes__cnt h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
}

.black-quotes__cnt h4::before {
    position: absolute;
    content: "";
    background-color: var(--orange);
    left: -100px;
    height: 4px;
    width: 90px;
    top: 6px;
}

.black-bg__quotes .black-quotes__cnt p {
    font-size: 16px;
    margin-bottom: 0px !important;
    font-style: italic;
}

/* Quotes responsive styling start */

@media screen and (max-width: 1200px) {
    .black-bg__quotes {
        padding: 50px 20px 20px;
    }

    .black-bg__quotes .black-quotes__cl p,
    .bg-para-q_sc .bg-para__cl p {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .black-quotes__rw,
    .bg-para-q_sc .bg-para__cl {
        max-width: 100% !important;
        padding: 50px 30px;
    }

    .black-quotes__rw::before,
    .bg-para-q_sc .bg-para__cl::before {
        top: -35px;
        height: 60px;
        width: 60px;
    }

    .black-bg__quotes .black-quotes__cnt p,
    .bg-para-q_sc .bg-para__cnt p {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

}

@media screen and (max-width: 1024px) {

    /* Quotes Right Side With Parallax Bg */

    .bg-para-q_sc .bg-para__pic {
        min-height: 100%;
        padding-block: 70px;
    }

}

@media screen and (max-width: 767px) {

    .black-bg__quotes {
        padding: 50px 20px;
    }

    .black-quotes__rw,
    .bg-para-q_sc .bg-para__cl {
        padding: 40px 20px 30px;
    }

    .black-bg__quotes .black-quotes__cl p,
    .bg-para-q_sc .bg-para__cl p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .black-bg__quotes .black-quotes__cnt p,
    .bg-para-q_sc .bg-para__cnt p {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .black-quotes__cnt h4,
    .bg-para-q_sc .bg-para__cnt h4 {
        font-size: 16px;
        margin-bottom: 5px !important;
    }

    .black-bg__quotes .black-quotes__cnt>div,
    .bg-para-q_sc .bg-para__cnt>div {
        max-width: 100%;
        padding-left: 60px;
    }

    .black-quotes__cnt h4::before {
        left: -60px;
        height: 4px;
        width: 50px;
    }

    .black-quotes__rw::before,
    .bg-para-q_sc .bg-para__cl::before {
        top: -20px;
        height: 40px;
        width: 40px;
    }

    /* Quotes Right Side With Parallax Bg */

    .bg-para-q_sc .bg-para__pic {
        min-height: 100%;
        padding-block: 50px;
    }

    .bg-para-q_sc .bg-para__cnt h4::before {
        top: 6px;
        left: -60px;
        height: 2px;
        width: 50px;
    }
}


/* Site Header Styling Start */

.main-nav ul li.menu-item-has-children>a:before {
    display: none;
}

.site-header .header-bottom {
    background-color: #fff;
    border-top: 2px solid #f6f6f6;
    overflow-x: clip;
}

.header-bottom .main-nav .menu {
    margin-left: -18px;
    z-index: 2;
    position: relative;
    margin-top: -2px;
}

.header-bottom .main-nav .menu li {
    padding: 15px 30px 15px 20px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.header-bottom .main-nav ul li:hover,
.header-bottom .main-nav .active_menu {
    background-color: var(--clr-gry-7);
    border-top: 2px solid var(--clr-org-1);
}

.header-bottom .main-nav .current-menu-ancestor,
.header-bottom .main-nav .current_page_item {
    background-color: #e0e0e0 !important;
    border-top: 2px solid var(--orange);
}

.header-bottom .main-nav .menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #58595b;
}

.header-bottom .menu-item-has-children .navbar__arrow {
    background-image: url(../images/header-down-arrow.svg);
    width: 13px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.1s ease-in-out;
    position: absolute;
    padding: 10px;
    margin-left: 0px;
    top: 22px;
    right: 6px;
    filter: opacity(0.8);
}

.header-bottom .active_menu .navbar__arrow {
    transform: rotate(-180deg);
}

.header-bottom .main-nav ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    margin-top: 15px;
    animation: fadein .3s cubic-bezier(.38, .97, .56, .76) .1s forwards;
    border-top: 1px solid #f6f6f6;
    opacity: 0;
    padding: 0;
    transition: opacity 1s ease-out;
    width: -moz-max-content;
    width: max-content;
}

.header-bottom .main-nav .active_menu .sub-menu {
    display: block;
    transition: 1s;
    opacity: 1;
}

.header-bottom .main-nav ul.sub-menu li {
    padding: 10px 16px !important;
    border: none !important;
    display: block;
}

.header-bottom .main-nav ul.sub-menu li a {
    font-size: 16px;
}

.header-bottom .main-nav .menu li a:focus {
    outline: unset;
}

.header-top .site-title {
    line-height: 1 !important;
    font-size: 22px;
    margin-block: 0px !important;
    text-transform: uppercase;
    padding-left: 20px;
}

.header-top .top-hamburger {
    display: none;
}

.mobile__menu {
    display: none;
}

.header-top-bar {
    background-color: #313e48;
    border-top: .45rem solid #ff8200;
}

.header-top-bar .top__navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}

.header-top-bar .top-nav ul li:not(:last-child) {
    padding-right: 0px;
}

.header-top-bar .top__navigation ul li {
    transition: .3s ease-in-out;
}

.header-top-bar .top__navigation ul a {
    font-family: var(--fnt-gthm-md);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    display: block;
}

.header-top-bar .top__navigation ul li:hover {
    background-color: #445562;
    color: #fff !important;
}

.top-nav ul .search-btn {
    position: relative;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 14px;
    padding-left: 30px;
}

.header-top-bar .top-nav ul .search-btn a {
    padding: 0;
}

.top-nav ul .search-btn:before {
    left: 10px;
    filter: invert(1);
}

.cs-modal-open .search-btn::before {
    background: url(../images/cross-btn.svg) no-repeat !important;
    width: 16px !important;
    left: 10px !important;
}

.logged-in .custom-search-modal,
.custom-search-modal {
    margin-top: 80px;
}

.custom-search-modal {
    margin-top: 50px;
}

.site-header .site-logo {
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.site-header .site-logo .custom-logo-link {
    display: flex;
    width: auto;
}

.custom-logo-link .custom-logo {
    max-height: 48px;
    top: 0;
}

.header-top {
    padding-block: 20px 29px;
}

@media (min-width: 992px) {
    .alignwide {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .alignwide {
        max-width: 1260px;
    }
}

@media (min-width: 1600px) {
    .alignwide {
        max-width: 1520px;
    }
}

@media screen and (max-width: 1599px) {
    .header-bottom .menu-item-has-children .navbar__arrow {
        top: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .header-bottom .main-nav .menu li {
        padding: 12px 34px 12px 24px;
    }

    .header-bottom .main-nav .menu li a {
        font-size: 16px;
    }

    .header-bottom .menu-item-has-children .navbar__arrow {
        top: 16px;
    }

    .header-bottom .main-nav ul.sub-menu {
        margin-top: 12px;
    }

    .header-bottom .main-nav ul.sub-menu li {
        padding: 14px !important;
    }
}

@media screen and (max-width: 1024px) {

    .header-top .top-hamburger {
        display: block;
    }

    .site-header .header-bottom {
        display: none !important;
    }

    .top-hamburger__btn {
        background-color: transparent;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .top-hamburger__btn .search-cnt {
        font-size: 16px;
        color: #58595b;
        font-family: var(--fnt-gthm-md);
    }

    .header-top .top-hamburger__btn .search-icon {
        background-image: url(../images/top-search.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 15px;
        font-size: 0px;
        margin-left: 15px;
        position: relative;
        filter: opacity(0.6);
    }

    .header-top .top-hamburger__btn .search-icon::before {
        content: "/";
        display: block;
        font-weight: 400;
        position: absolute;
        height: 18px;
        width: 2px;
        left: -9px;
        top: -2px;
        background-color: #58595b;
        transform: rotate(14deg);
    }

    .site-header .mobile__menu {
        background-color: #ffffff;
        padding: 20px 16px;
        height: 100vh;
        position: fixed;
        right: 0;
        z-index: 999;
        width: 100%;
        top: 0px;
        border-top: 4px solid var(--orange);
        max-width: 350px;
        right: -800px;
        transition: 0.5s;
        display: block;
    }

    .shadow {
        background-color: #000;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 2;
        opacity: 0.9;
        transition: 0.5s;
    }

    .site-header .show-menu {
        right: 0;
        overflow: scroll;
    }

    .header-top .cross-btn {
        display: flex;
        background-color: transparent;
        border: none;
        padding: 0px;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .header-top .search-cnt {
        font-family: var(--fnt-gthm-md);
    }

    .header-top .cross-btn .close-icon {
        background-image: url(../images/top-crosss.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        font-size: 0px;
        cursor: pointer;
        opacity: 0.6;
    }

    .show-menu .header-bottom {
        display: block !important;
    }

    .mobile__menu .header-top .rw--1 {
        padding-block: 15px;
        margin-bottom: 15px;
    }

    .site-header .rw--1 .cl--2 {
        width: 100%;
    }

    .mobile__menu .top__navigation {
        margin-bottom: 20px;
    }

    .top-nav ul li:not(:last-child) {
        padding-right: 20px;
    }

    .site-header .header-bottom {
        border: 0;
    }

    .header-bottom .container {
        padding-inline: 0;
    }

    .header-bottom .container .cl.cl--1 {
        width: 100%;
    }

    .mobile__menu .header-bottom .main-nav ul {
        display: block;
        margin-left: 0px;
        position: static;
        background-color: transparent;
        margin: 0;
        opacity: 1;
        width: 100%;
    }

    .mobile__menu .header-bottom .main-nav ul li {
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        background-color: transparent !important;
        border: 0;
    }

    .mobile__menu .header-bottom .main-nav ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .header-bottom .main-nav ul li a {
        border-bottom: 1px solid #9b9b9b;
        padding-block: 8px;
    }

    .header-bottom .menu-item-has-children .navbar__arrow {
        margin-left: -1px;
        top: 6px;
        right: 0;
    }

    .mobile__menu .header-bottom .main-nav ul.show-submenu {
        display: block !important;
        margin-top: 0px !important;
        border: none;
        width: 100%;
        position: relative !important;
        background-color: transparent;
    }

    .header-bottom .main-nav ul.sub-menu {
        display: none !important;
    }

    .header-bottom .main-nav ul .active_menu .sub-menu {
        display: block !important;
    }

    .header-bottom .main-nav ul.sub-menu li {
        padding-left: 24px !important;
        margin-bottom: 0 !important;
    }

    .header-bottom .main-nav ul.sub-menu li a {
        font-size: 14px;
        line-height: 1.1;
        border: 0;
    }

    .mobile__menu .header-bottom .sub-menu li a::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 15px;
        top: 14px;
        height: 1px;
        background-color: var(--black);
    }

    .top-nav ul .search-btn:before {
        display: flex !important;
    }

    .mobile__menu .header-top {
        padding-block: 0;
    }
}

@media screen and (max-width: 991px) {
    .header-top {
        padding-block: 15px;
    }

    .mobile__menu .header-top {
        padding-block: 0;
    }

    .header-top .site-title {
        font-size: 16px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 640px) {
    .header-top .rw--1 .cl--1 {
        margin-bottom: 0;
        width: 80%;
    }

    .header-top .top-hamburger {
        display: block;
        width: 20%;
    }

    .mobile__menu .rw--1 .cl--2 {
        display: block !important;
    }

    .header-top-bar .top__navigation ul a {
        font-size: 12px;
        padding: 6px 8px;
    }

    .top-nav ul .search-btn {
        padding: 6px 10px;
        font-size: 12px !important;
        padding-inline: 25px 0px;
    }

    .search-heading {
        line-height: 26px;
    }

    .top-nav ul .search-btn:before {
        left: 6px;
    }

    .custom-search-modal .col-12 {
        padding-inline: 0;
    }

    .cs-modal-open .search-btn::before {
        left: 6px !important;
    }

    .custom-logo-link .custom-logo {
        max-height: 68px;
    }
}