@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

body {
    font-family: "Mona Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #003c86;
}
.header {
    padding-top: 24px;
    padding-bottom: 18px;
}

ul.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    clear: none;
}

ul.main-menu li a, ul.mobile-menu li a {
    color: #003c86;
    font-weight: 500;
    text-decoration: none;
}

ul.main-menu li {
    clear: none;
    float: left;
    margin-left: 40px;
}

ul.main-menu li:first-child {
    margin-left: 0;
}

ul.main-menu li a:hover {
    text-decoration: underline solid 2px;
    text-underline-offset: 10px;
}

.btn-header {
    color: #ffffff;
    background-color: #229dfb;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 27px;
    margin-left: 48px;
    border-radius: 10px;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
}

.btn-header:hover {
    background-color: #003c86;
}

@media only screen and (min-width: 800px) {
    #main-banner {
        height: 55vh;
        overflow: hidden;
    }
}

/* #main-banner {
    height: 60vh;
    overflow: hidden;
} */

.carousel-inner .carousel-item {
    max-height: 80vh;
}

.banner-border {
    background-image: url('../images/banner-border.svg');
    background-position: center top;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -8vh;
    position: relative;
    z-index: 999;
}

h1.big {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: clamp(55px, 13vw, 60px);
    line-height: clamp(65px, 16vw, 82px);
    color: #003c86;
}

h1.big span, h2 span {
    color: #229dfb;
}

ul.list-small-blue {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 500;
    color: #003c86;
    margin-bottom: 35px;
}

ul.list-small-blue li {
    margin-bottom: 20px;
}

ul.list-small-blue li.blue-line::after {
    content: '';
    display: block;
    height: 4px;
    width: 20px;
    background-color: #229dfb;
}

a.pgs-btn-big {
    background-color: #229dfb;
    color: #ffffff;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    padding: 8px 14px 14px 27px;
    border-radius: 18px;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
}

a.pgs-btn-big-brochure {
    background-color: #ffffff !important;
    color: #003c86;
    border: solid 1px #229dfb;
}

a.pgs-btn-big img {
    display: inline-block;
    width: 50px;
}

a.pgs-btn-big:hover {
    background-color: #003c86;
}

.blue-bg {
    background-color: #003c86;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
}

h2 {
    font-family: "Vollkorn", serif;
    font-weight: 600;
    font-size: 36px;
    color: #003c86;
}

.big-number {
    font-size: clamp(125px, 20vw, 265px);
    color: #229dfb;
    line-height: clamp(135px, 20vw, 250px);
}

.big-number-text {
    font-size: clamp(23px, 5vw, 28px);
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.light-yellow-bg {
    background-color: #fefff2;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .light-yellow-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mb-80 {
        margin-bottom: 40px;
    }
}

h3 {
    font-weight: 500;
    font-size: 36px;
}

a.pgs-btn {
    background-color: #229dfb;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 12px 14px 16px;
    border-radius: 10px;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
}

a.pgs-btn img {
    display: inline-block;
    width: 30px;
}

a.pgs-btn:hover {
    background-color: #003c86;
}

h2.mixed {
    font-weight: 400;
    font-size: clamp(35px, 10vw, 60px);
}

h2.mixed span {
    font-size: clamp(50px, 10vw, 70px);
    font-style: italic;
}

.pgs-btn-med {
    background-color: #229dfb;
    color: #ffffff;
    font-weight: 500;
    font-size: clamp(13px, 3vw, 21px);
    text-decoration: none;
    padding: 8px 12px 14px 16px;
    border-radius: 10px;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    border: none;
}

a.pgs-btn-med img {
    display: inline-block;
    width: 30px;
}

.pgs-btn-med:hover {
    background-color: #003c86;
    border: 1px solid #3071c0;
}

.swiper {
    width: 100%;
}

.swiper-slide img {
    height: 100px;
}

hr.blue {
    border: 1px solid #003c86;
    opacity: 1;
}

.star-text {
    font-weight: 500;
    font-size: clamp(21px, 4vw, 24px);
    margin-left: 10px;
}

.pathways a {
    text-decoration: none;
}

.footer {
    background-color: #003c86;
    color: #ffffff;
    padding-top: 40px;
    font-size: 14px;
    padding-bottom: 20px;
}

.footer h3 {
    font-size: 14px;
    font-weight: 600;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
}

.footer a:hover {
    text-shadow: 0px 0px 1px #ffffff;
}

.footer .social-icons a {
    margin-right: 14px;
}

.footer hr.white {
    border-top: 1px solid #3071c0;
    opacity: 1;

}

.relative-container {
    position: relative;
}

#main-dropdown {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 16px;
}

#main-dropdown h4, #mobile-dropdown h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003c86;
}

#main-dropdown ul, #mobile-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-dropdown ul ul, #mobile-dropdown ul ul {
    padding: 0 20px;
    list-style-type: "+";
    list-style-position: outside;
}

#mobile-dropdown ul ul {
    padding: 0 10px;
}

#main-dropdown ul li, #mobile-dropdown ul li {
    float: left;
    clear: both;
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 15px;
}

#mobile-dropdown ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

#main-dropdown ul li a:hover {
    text-decoration: underline solid 1px;
    text-underline-offset: 5px;
}

#main-dropdown.show, #mobile-dropdown.show {
    display: block;
}

.mobile-menu-icon span {
    color: #003c86;
    font-size: 42px;
}

.offcanvas-body {
    padding: 20px 30px;
}

ul.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.mobile-menu li {
    margin-bottom: 20px;
}

.btn-header-mobile {
    color: #ffffff;
    background-color: #229dfb;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 10px;
}

#mobile-dropdown {
    display: none;
    margin: 15px 0px;
    padding: 15px;
    clear: both;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    font-size: 16px;
}

#pathways1, #pathways2, #pathways3, #pathwaysImg1, #pathwaysImg2, #pathwaysImg3 {
    display: none;
}

.active {
    display: block !important;
}

.inner-banner {
    background-color: #003c86;
    padding-bottom: 80px;
    color: #ffffff;
    font-size: 21px;
    position: relative;
}

.inner-banner h1 {
    font-family: "Vollkorn", serif;
    color: #ffffff;
    font-size: 72px;
}

.dark-blue-bg-icon {
    background-color: #003c86;
    background-image: url('../images/dark-blue-top-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 35px;
    color: #ffffff;
}

.dark-blue-bg-icon h3 {
    color: #229dfb;
}

.light-blue-bg-icon {
    background-color: #229dfb;
    background-image: url('../images/light-blue-top-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 35px;
    color: #ffffff;
}

.light-blue-bg-icon h3 {
    color: #003c86;
}

.blueCards .card {
    border: none;
    background-color: #003c86;
    padding: 30px 20px;
    color: #ffffff;
    background-image: url('../images/dark-blue-top-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.blueCards h5.card-title {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.light-yellow-bg ul, ul.plus {
    margin: 0;
    padding: 0 0 0 10px;
}

.light-yellow-bg ul li, ul.plus li {
    list-style-type: '+';
    padding: 5px 20px;
}

a.card-link {
    color: #ffffff;
    text-decoration: none;
}

.inner-banner h1.course-title {
    font-size: clamp(32px, 7vw, 52px);
}

.inner-banner h1.course-title small {
    font-size: clamp(20px, 5vw, 32px);
}

.inner-banner p span {
    font-size: 32px;
    margin-right: 10px;
}

.inner-banner .pgs-btn-med {
    font-size: 21px;
}

.multi-column {
    column-count: 3;
    column-gap: 50px;
}

@media only screen and (max-width: 767px) {
    .multi-column {
        column-count: 1;
    }
}

span.price {
    font-size: clamp(50px, 13vw, 68px);
}

.light-blue-card {
    background-color: #3071c0;
    background-image: url('../images/light-blue-top-icon.svg');
    background-position: top left;
}

.card-footer {
    padding: 0 0 20px 10px;
    border: none;
}

.accordion-button {
    color: #003c86;
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: #003c86;
    color: #ffffff;
}

.accordion-item {
    color: #003c86;
    background-color: transparent;
    /* font-size: 16px; */
}

dl.row, p.font-16 {
    font-size: 16px;
}

p a.inside-link {
    color: #003c86;
    text-decoration: none;
    font-weight: 500;
}

/* From Beta */
.bg-course-tab {
    background-color: #003c86;
    color: #ffffff;
}

ul.course-tabs {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

ul.course-tabs li {
    float: left;
    clear: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #229dfb;
}

ul.course-tabs li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

ul.course-tabs li a {
    color: #ffffff;
    background-color: transparent;
    /* font-family: "europa", sans-serif; */
    font-size: 18px;
    text-decoration: none;
}

ul.course-tabs li.active a {
    color: #229dfb;
    font-weight: 700;
    background-color: transparent;
}

#about, #overview, #tuition, #qualification, #steps, #certification {
    scroll-margin-top: 90px;
}

.what-different {
    margin-top: 45px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link {
    color: #003c86;
    background-color: transparent;
    font-size: 18px;
    text-decoration: none;
    text-align: start;
    /* border-bottom: 1px solid #a8a8a8; */
    margin-bottom: 20px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
    color: #229dfb;
    font-weight: 700;
    /* border-bottom: 1px solid #D02832; */
}

#v-pills-tab {
    border-right: 1px solid #a8a8a8;
}

.courseSection .big-number {
    font-size: 64px;
    color: #229dfb;
    margin-top: 15px;
    line-height: 80px;
}

.counselling {
    margin-top: 20px;
}

.grey-text {
    color: #666666;
}

h5.grey-text {
    margin-left: 26px;
}

.counselling .checks h5 {
    margin-bottom: 40px;
}

.couns-nav {
    margin-top: 20px;
    font-size: 16px;
}

.couns-nav span {
    margin-left: 10px;
    margin-right: 10px;
}

.big-number-couns {
    font-family: "europa", sans-serif;
    font-size: 64px;
    color: #229dfb;
    margin-top: 15px;
}

.slider {
    width: 100%;
    overflow: hidden;
}

.slide-div {
    width: 100%;
    box-sizing: border-box;
    display: none;
    transition: all 0.5s ease;
}

.slide-div.activeSlide {
    display: flex;
}

.blue-btn {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #003c86;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #003c86;
    border-radius: 5px;
    transition-duration: 500ms;
}

.blue-btn:hover {
    color: #229dfb;
}

.form-control, .form-select {
    color: #003c86;
    font-size: 18px;
    font-weight: 300;
}

.pgsBlueText {
    color: #003c86;
}

.clickable-image {
    cursor: pointer;
}

#videoModal .modal-body {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multi-column-2 {
    column-count: 2;
    column-gap: 50px;
}