/* Global Styles */
:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --secondary-gold: #FFAD1D
}


@font-face {
    font-family: 'Halyard Display Book';
    src: url('../css/fonts/HalyardDisplayBook.woff2') format('woff2'),
        url('../css/fonts/HalyardDisplayBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,
html {
    scroll-behavior: smooth;
}

.applying {
    padding: 36px 0 60px;
}


.applying__breadcumb {
    padding: 0;
}


.breadcumb__global {
    border-bottom: 0px;
    padding: 0;
}

#contact .contact__touch {
    /* padding: 60px 0; */
}

/* .contact__form-row .contact__form-wrapper {
    max-width: 600px
} */

#contact .contact__container {
    max-width: 645px;
    margin: 0 auto;
    /* padding: 0 18px; */
}


/* FAQS Infomation */
#faqs .faqs__container {
    margin: 0 auto;
    padding: 0 16px;
}


/* Map tracking */
/* #map-tracking .campus__list {
    margin: 0 auto;
} */



.faq__item-content .content .content__col-3 {
    width: 56%;
}


.faq__item-content .content .content__col-7 {
    /* width: 65.44% */
    width: 50%;
}



.james__touch {
    padding: 0px;
}


/* .contact__container .james_container {
    padding: 0px;
} */


.james__touch .contact__container .james__touch--form .checkbox_group label {
    font-family: Halyard Text;
}

.james__touch .contact__container .james__touch--form .checkbox_group {
    margin-bottom: 16px;
}


.james__touch .contact__container .james__touch--form .james_col-12 .checkbox_group {
    margin-bottom: 16px;
}


.james__touch .contact__container .james__touch--form .james_col-12 .checkbox_group label {
    font-size: 14px;
}





.j_mb-3 {
    margin-bottom: 60px;
}

.james__touch .james__touch--form .j__form-control,
.james__touch .contact__container .james__touch--form .j__form-select {
    font-family: Halyard Text;
    margin-bottom: 36px;
}


.james__touch .james__touch--form input[type='submit'] {
    margin-top: 60px;
}


.james__touch .contact__container .james__touch--form {
    padding-bottom: 0px;
}


.contact__wrapper-content .contact__heading {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 3px 0px 12px;
}


.contact__wrapper-content .contact__description {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-family: 'Halyard Display Book', 'sans-serif';
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 32px;
    font-variant-numeric: lining-nums proportional-nums;
    margin-bottom: 36px;
}


.contact__container .contact__wrapper-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}


.contact__wrapper-info .contact__col-full {
    width: 100%;
    position: relative;
    flex: 0 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}



.j_fs-56 {
    font-size: 48px;
    line-height: 54px;
}

.contact__wrapper-info .contact__touch--form {
    height: auto;
}

.contact__wrapper-info .contact__touch--form .contact__form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
}


.contact__form-row .contact__col-stack {
    flex: 0 0 auto;
    width: 50%;
    position: relative;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}


.contact__form-row .contact__col-stack--full {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}


.contact__form-row .contact__col-stack--full .contact_mb-3 {
    margin-bottom: 60px;
}

.contact__form-row .contact__col-stack .contact__checkbox-group {
    margin-bottom: 16px;
}



.contact__form-row .contact__col-stack .contact__checkbox-group input[type="checkbox"] {
    display: none;
}

.contact__form-row .contact__col-stack .contact__checkbox-group label {
    display: block;
    position: relative;
    color: var(--dark-grey);
    font-family: Halyard Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    padding-left: 30px;
}


.contact__form-row .contact__col-stack .contact__checkbox-group label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--dark-grey);
    top: 3px;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


.contact__form-row .contact__col-stack .contact__checkbox-group label::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    top: 0px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
}



.contact__form-row .contact__checkbox-group input[type="checkbox"]:checked+label::before {
    background: #00196e;
    border-color: #00196e;
}

.contact__form-row .contact__checkbox-group input[type="checkbox"]:checked+label::after {
    opacity: 1;
    top: 4px;
}



.contact__form-term {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 18px;
    margin: 60px 0px;
}


.contact__form-term input[type="checkbox"] {
    display: none;
}


.contact__form-term label {
    display: block;
    position: relative;
    color: var(--dark-grey);
    font-family: 'Halyard Text';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    padding-left: 30px;
    letter-spacing: 0.4px;
}


.contact__form-term label::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--dark-grey);
    top: 3px;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}


.contact__form-term label::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    top: 0px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
}


.contact__form-term input[type="checkbox"]:checked+label::before {
    background: #00196e;
    border-color: #00196e;
}

.contact__form-term input[type="checkbox"]:checked+label::after {
    opacity: 1;
    top: 4px;
}



.contact__form-row .contact__col-stack .contact__select-field {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #8A8A8A;
    color: #8A8A8A;
    margin-bottom: 36px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 16px;
}



.contact__form-row .contact__col-stack .contact__input-field {
    margin-bottom: 1rem;
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #8A8A8A;
    color: #8A8A8A;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    font-family: 'Halyard Text';
    font-size: 16px;
}


.contact__form-row .contact__col-stack .contact__input-field::placeholder {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact__form-row .contact__col-stack .contact__input-field:focus::placeholder {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    opacity: 0;
}



.contact__form-submit {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 18px;
    justify-content: center;
}


.contact__form-submit input[type="submit"]:hover {
    background-color: var(--primary-blue);
    color: var(--secondary-gold)
}


.contact__form-submit input[type="submit"] {
    background: transparent;
    border: 1px solid #00196e;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 20px;
    color: #00196e;
    font-weight: 500;
    font-family: 'halyard-display', sans-serif;
    cursor: pointer;
    /* margin-top: 2rem; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.james_col-12 .contact__us-text {
    padding-left: 32px;
}


.james_col-12 .contact__us-text p {
    color: var(--Dark-Grey, #8A8A8A);
    font-family: "Halyard Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    font-variant-numeric: lining-nums proportional-nums;
}


.james_col-12 .contact__us-text a {
    color: var(--Primary-Blue, #00196E);
    font-family: "Halyard Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-decoration-line: underline;
    font-variant-numeric: lining-nums proportional-nums;
}

/* testimonial */


.james__testimonial {
    padding: 0px
}


.james__testimonial .james_container h3 {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0px 0px 60px;
}



.faqs__container h3 {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
}






/* Section FAQS */


.faqs-section {
    padding: 120px 0px;
}


.faqs__container {
    max-width: 740px;
}




.faqs__container .faqs__image img {
    width: 100%;
    object-fit: cover;
    height: auto;
}



.faqs__container .faqs__wrapper-sections {
    width: 100%;
}


.faqs__container .faqs__wrapper-sections .faq__title h4 {
    color: var(--primary-blue);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'halyard-display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 60px 0px 24px;
}



.faqs__wrapper-sections .faqs__list {
    padding: 0 0 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #8a8a8a;
    max-width: 100%;
    margin: 0 auto;
}


.faqs__wrapper-sections .faqs__list .faq__item {
    position: relative;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: none;
}


.faqs__wrapper-sections .faqs__list .faq__item::after {
    content: '';
    border: 7px solid transparent;
    border-top: none;
    position: absolute;
    z-index: -1;
    right: 2px;
    top: 26px;
    border-bottom: none;
    border-top: 8px solid #c8c9c7;
    transform: rotate(0);
    transition: all 0.3s linear;
}


.faqs__wrapper-sections .faqs__list .faq__item.active::after {
    transform: rotate(180deg);
    border-top: 8px solid var(--primary-blue);
}




.faqs__list .faq__item-header {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 200px 24px 0px;
    color: var(--dark-grey);
    transition: all 500ms ease;
    border-top: 1px solid #8a8a8a;
}


.faqs__list .faq__item:first-child .faq__item-header {
    border-bottom: none;
}

.faqs__list .faq__item-header h3 {
    font-family: 'halyard-display', sans-serif;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #8a8a8a;
    transition: all 0.3s linear;
}


.faqs__list .faq__item-content {
    position: relative;
    display: none;
}


.faqs__list .faq__item-content .content {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    align-self: stretch;
    margin-bottom: 24px;
    font-family: 'Halyard Text';
    font-variant-numeric: lining-nums proportional-nums;
}


.faq__item-content .content .content__wrapper-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 36px;
}

.faq__item-content .content .content__wrapper-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 36px;
}



.faq__item-content .content .content__wrapper-text img {
    width: 200px;
}



.faq__item-content .content .content__wrapper-text:last-child {
    margin-bottom: 0px;
}



.faq__item.active {
    margin-bottom: 0px;
}

.content h4 {
    color: var(--black);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    margin: 0px 0px 4px;
}

.content .content__wrapper-text a {
    color: var(--primary-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Halyard Text;
}


.content .content__wrapper-text p {
    color: var(--Black, #222);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-variant-numeric: lining-nums proportional-nums;
}


/* Map Campus */



.campus__list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
    max-height: 512px;
}

/* .campus__item {
    width: 100%;
    display: flex;
    height: 600px;
}  */

.campus__content,
.campus__group-map {
    width: 50%;
    box-sizing: border-box;
}

.campus__list .campus__content {
    display: flex;
    flex-direction: column;
    /* justify-content: baseline; */
    /* align-items: center; */
    padding: 102px 76px;
    background: var(--Highlight-Sky, #CEEDF6);
    font-variant-numeric: lining-nums proportional-nums;
    justify-content: center;
}


.campus__list .campus__content h1 {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0px 0px 36px;
}


.campus__list .campus__content h2 {
    color: var(--Black, #222);
    font-size: 22px;
    font-style: normal;
    font-weight: 490;
    line-height: 28px;
    font-family: Halyard Text;
    margin: 0px 0px 8px;
    font-variant-numeric: lining-nums proportional-nums;
}


.campus__list .campus__content p {
    color: var(--Black, #222);
    font-family: Halyard Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}


.campus__list .campus__content .campus__seemore {
    color: var(--Primary-Blue, #00196E);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.campus__list .campus__content .campus__seemore span {
    padding-right: 8px;
}

.campus__stack {
    margin-bottom: 36px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Halyard Text;
}

/* .map .campus__seemore:hover span {
    color: #ffad1d
} */

.map .campus__seemore:hover img {
    transform: translateX(4px);
    transition: all 0.3s linear;
}

.map .campus__group-map .campus__google-map iframe {
    width: 100%;
    height: 100%;
}


.map .campus__group-map .campus__google-map {
    height: 100%;
}



/* Amount */

.amount {
    padding: 0px 0px 100px;
}




@media screen and (max-width: 991px) {
    .hero .hero__banner::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.45) 66.15%, rgba(0, 0, 0, 0.60) 100%);
        background-blend-mode: multiply;
    }

    .applying__breadcumb li {
        gap: 16px;
    }


    .applying {
        padding: 24px 0 56px;
    }


    .contact__wrapper-content .contact__heading {
        margin: 0px 0px 12px;
        font-size: 40px;
        line-height: 48px;
    }

    .contact__wrapper-content .contact__description {
        font-size: 22px;
        line-height: 28px;
    }


    .faqs-section {
        padding: 100px 0px;
    }

    .james__testimonial .james__testimonial--logo {
        margin-bottom: 100px;
    }

    .j_fs-56 {
        font-size: 40px;
        line-height: 48px;
        /* margin: 0px 123px 40px */
        margin-top: 0px;
        margin-bottom: 36px;
    }

    .faqs__container {
        max-width: 558px;
    }


    .faqs__list .faq__item-header {
        font-size: 24px;
        line-height: 28px;
        padding: 12px 200px 12px 0px;
        color: var(--dark-grey);
        transition: all 500ms ease;
        border-top: 1px solid #8a8a8a;
    }

    .faqs__wrapper-sections .faqs__list .faq__item::after {
        top: 22px;
    }


    .faq__item-content .content .content__wrapper-text {
        margin-bottom: 24px;
    }


    .faq__item-content .content .content__wrapper-text img {
        width: 160px;
    }


    .faqs__list .faq__item-content .content {
        margin-bottom: 40px;
    }

    .faqs__wrapper-sections .faqs__list:nth-child(4) .faq__item:nth-child(1) .content__col-3 .content__wrapper-text:nth-child(2) {
        margin-bottom: 48px;
        /* background-color: red; */
    }

    .faqs__wrapper-sections .faqs__list:nth-child(8) .faq__item:nth-child(1) .content__col-7 .content__wrapper-text:nth-child(2) {
        /* background-color: lime; */
        margin-bottom: 46px;
    }


    .campus__content,
    .campus__group-map {
        width: 100%;
        box-sizing: border-box;
    }


    .campus__list {
        flex-wrap: nowrap;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: fit-content;
    }

    .campus__list .campus__content h1 {
        text-align: center;
    }

    .campus__list .campus__row {
        display: flex;
        gap: 36px;
    }

    .campus__list .campus__stack {
        width: 50%;
    }


    .campus__list .campus__stack:nth-child(2) .campus__text {
        /* background-color: green; */
        /* margin-bottom: 42px; */
        margin-bottom: 16px;
    }

    .amount {
        margin-top: 140px;
    }


    .james__connect {
        padding: 40px 0 100px;
    }

    .campus__list .campus__content {
        padding: 60px 32px;
    }


    .map .campus__group-map .campus__google-map {
        width: 100%;
        height: 321px;
    }
}


@media (max-width: 576px) {
    .hero .hero__banner::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 66.15%, rgba(0, 0, 0, 0.60) 100%);
        background-blend-mode: multiply;
    }

    .applying {
        padding: 16px 0 60px;
    }

    .contact__wrapper-content .contact__heading {
        margin: 0px 0px 12px;
        font-size: 36px;
        line-height: 40px;
    }


    .contact__wrapper-content .contact__description {
        font-size: 20px;
        line-height: 26px;
    }

    .contact__form-row .contact__col-stack {
        width: 100%;
    }


    .contact__wrapper-info .contact__touch--form .contact__form-row {
        max-width: 340px;
        margin: 0 auto;
    }


    .contact__form-row .contact__col-stack--full .contact_mb-3 {
        margin-bottom: 48px;
    }


    .contact__form-row .contact__col-stack .contact__select-field {
        margin-bottom: 16px;
    }

    .contact__form-term {
        margin: 32px 0px 48px;
    }

    .james__testimonial {
        display: none;
    }

    .j_fs-56 {
        font-size: 36px;
        line-height: 40px;
        padding: 0 16px;
        text-align: left;
    }


    .faqs__container .faqs__wrapper-sections .faq__title h4 {
        margin: 36px 0px 24px;
    }

    .faqs__container .faqs__image img {
        height: 380px;
    }


    .faqs__list .faq__item-header h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .faqs__wrapper-sections .faqs__list .faq__item::after {
        top: 22px;
    }


    .faqs__list .faq__item-header {
        padding: 12px 160px 12px 0px;
    }


    .faqs__list .faq__item-content .content {
        flex-direction: column;
        gap: 24px;
    }

    .faq__item-content .content .content__col-7,
    .faq__item-content .content .content__col-3 {
        width: 100%;
    }


    .faqs__list .faq__item-content .content {
        margin-bottom: 32px;
    }


    .faqs__wrapper-sections .faqs__list:nth-child(4) .faq__item:nth-child(1) .content__col-3 .content__wrapper-text:nth-child(2) {
        margin-bottom: 24px;
    }


    .faqs__wrapper-sections .faqs__list:nth-child(8) .faq__item:nth-child(1) .content__col-7 .content__wrapper-text:nth-child(2) {
        margin-bottom: 24px;
    }


    .campus__list .campus__content h1 {
        text-align: left;
    }


    .campus__list .campus__content {
        padding: 48px 16px;
    }


    .campus__list .campus__stack {
        width: 100%;
    }


    .campus__list .campus__row {
        display: block;
    }


    .james_row>* {
        padding-right: 18px;
        padding-left: 18px;
    }


    .map .campus__group-map .campus__google-map {
        width: 100%;
        height: 400px;
    }
}