<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #fff;
    color: #666;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000;
}

    a:hover {
        text-decoration: none !important;
    }

    a:focus {
        outline: none;
    }

input:focus, textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

header {
    transition-duration: 0.5s;
    padding: 0px 60px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

    header.header-scroll {
        box-shadow: 0px 0px 10px #00000033;
    }

.logo-wrapper img {
    max-height: 70px;
    transition-duration: 0.3s;
}

header.header-scroll .logo-wrapper img {
    max-height: 50px;
}

.header-menu .site-navigation .site-menu {
    padding-left: 0px;
}

.site-navbar .site-navigation .site-menu .has-children &gt; a span:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown &gt; li.has-children &gt; a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.header-top {
    background-color: #183e65;
    color: #fff;
    padding: 0px 60px;
}

.header-top-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    height: 30px;
}

a.header-email {
    color: #fff;
    transition-duration: 0.3s;
}

    a.header-email:hover {
        color: #f6c640;
    }

ul.header-top-menu {
    display: flex;
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

    ul.header-top-menu li {
        list-style: none;
    }

        ul.header-top-menu li a {
            color: #fff;
            transition-duration: 0.3s;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

            ul.header-top-menu li a:hover {
                color: #f6c640;
            }

.header-block {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.header-menu {
    display: flex;
    align-items: center;
}

    .header-menu a.menu-link {
        font-size: 13px;
        margin-left: 10px;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 0px;
    }

        .header-menu a.menu-link:hover {
            color: #f6c640;
        }

    .header-menu a.menu-sub-link {
        font-size: 13px;
        text-transform: uppercase !important;
        transition-duration: 0.3s;
        color: #999 !important;
    }

        .header-menu a.menu-sub-link:hover {
            color: #183e65 !important;
            background-color: #f5f5f5;
        }

    .header-menu .site-menu .has-children .dropdown {
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2) !important;
    }

    .header-menu .dropdown {
        border-top: 5px solid #f6c640 !important;
    }

.header-links {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

.sub-dropdown {
    left: 100% !important
}

.header-links a {
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 600;
}

    .header-links a span {
        font-size: 11px;
    }

.heading-block {
    margin-bottom: 30px;
}

    .heading-block h2 {
        position: relative;
        font-family: 'Oswald', sans-serif;
        font-size: 34px;
        padding-bottom: 10px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .heading-block h2 span {
            font-weight: 500;
        }

    .heading-block h4 {
        color: #183e65;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
    }

.heading-center {
    display: flex;
    justify-content: center;
}

.heading-dark h2 {
    color: #183e65;
}

.heading-light h2 {
    color: #fff;
}

.banner-section {
    position: relative;
}

.banner-block {
    position: relative;
    padding: 0px 20px 20px;
}

.banner-form {
    background-color: #fff;
    height: 100%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 20px #000;
    max-width: 400px;
    float: right;
}

    .banner-form h4 {
        text-align: center;
        color: #183e65;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: 500;
        padding-bottom: 5px;
        position: relative;
    }

        .banner-form h4:after {
            position: absolute;
            content: "";
            height: 3px;
            background-color: #f6c640;
            width: 20%;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .banner-form input {
        width: 100%;
        padding: 5px 20px;
        border: 1px solid #aaa;
        background-color: transparent;
        color: #183e65;
        transition-duration: 0.3s;
    }

        .banner-form input:focus {
            border: 1px solid #183e65;
        }

    .banner-form select {
        width: 100%;
        padding: 5px 20px;
        border: 1px solid #aaa;
        background-color: transparent;
        color: #183e65;
        transition-duration: 0.3s;
    }

        .banner-form select option {
            color: #000;
        }

        .banner-form select:focus {
            border: 1px solid #183e65;
        }

        .banner-form select:focus-visible {
            outline: none;
        }

input.banner-apply-btn {
    background-color: #183e65;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    transition-duration: 0.3s;
}

input.banner-call-btn {
    background-color: #f6c640;
    color: #000;
    font-weight: 600;
    border: none;
    transition-duration: 0.3s;
}

    input.banner-apply-btn:hover, input.banner-call-btn:hover {
        opacity: 0.9;
    }

.banner-content {
    position: relative;
    height: 100%;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

    .banner-bg::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(to right, #183e65, transparent);
    }

    .banner-bg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.banner-caption {
    position: relative;
    padding: 60px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner-logo {
    margin-bottom: 30px;
}

    .banner-logo img {
        max-width: 100%;
    }

.banner-caption h2 {
    font-family: 'Oswald', sans-serif;
    color: #f6c640;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 3px 3px #000;
}

.banner-caption h4 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-shadow: 0px 0px 3px #000;
    line-height: 34px;
    margin-bottom: 30px;
}

.banner-year {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ffffff99;
    padding: 0px 20px;
}

    .banner-year span {
        border-bottom: 1px solid #ffffff99;
        padding: 10px;
    }

        .banner-year span:last-child {
            border: none;
        }

        .banner-year span i {
            font-size: 14px;
            color: #f6c640;
            margin-right: 5px;
        }

.program-section {
    padding: 60px 0px;
    background-color: #183e6510;
}

.program-item {
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 10px #183e6533;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

    .program-item h5 {
        margin: 0px;
        color: #183e65;
        text-align: center;
    }

.partner-section {
    padding: 60px 0px;
}

.partner-country {
    padding: 15px;
    height: 100%;
    background-color: #F8F0E2;
    margin-bottom: 20px;
    box-shadow: 6px 6px 10px #ccc;
}

    .partner-country h5 {
        background-color: #183e65;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.partner-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.partner-img {
    padding: 0px 30px;
    margin-bottom: 10px;
}

    .partner-img img {
        max-width: 200px;
        max-height: 100px;
    }

.partner-item ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

    .partner-item ul li {
        float: left;
        padding-left: 20px;
        font-size: 12px;
        color: #000;
        position: relative;
        list-style: none;
    }

        .partner-item ul li::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background-color: #000;
        }

.partner-flex {
    background-color: #fff;
    box-shadow: 10px 10px 30px #183e6533;
    padding: 30px;
    border: 5px solid #183e65;
    margin-top: 30px;
}

    .partner-flex h4 {
        color: #183e65;
        text-transform: uppercase;
        font-weight: 600;
    }

    .partner-flex a {
        color: #183e65;
        font-weight: 600;
        text-decoration: underline !important;
    }

.whychoose-section {
    padding: 60px 0px;
    background-image: url("../images/pattern-14.png");
    background-position: center;
    background-attachment: fixed;
}

.whychoose-list {
    background-color: #183e65;
    color: #fff;
    border-radius: 10px;
}

.whychoose-item {
    padding: 30px;
    height: 100%;
    border-right: 1px solid #ffffff11;
    transition-duration: 0.3s;
}

    .whychoose-item h5 {
        text-transform: uppercase;
        font-weight: 400;
    }

    .whychoose-item p {
        color: #ccc;
    }

.whychoose-img {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
}

.whychoose-item:hover {
    transform: scale(1.05);
    background-color: #f6c640;
    border-radius: 10px;
    color: #000;
}

    .whychoose-item:hover p {
        color: #000;
    }

.cus-btn, a.cus-btn, button.cus-btn {
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}

.btn-dark {
    background-color: #183e65;
    color: #fff;
}

    .btn-dark:hover {
        background-color: #f6c640;
        color: #183e65;
    }

.whyglobal-section {
    padding: 60px 0px;
    background-color: #183e6510;
}

.whyglobal-item {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    text-align: center;
    transition-duration: 0.3s;
    box-shadow: 0px 0px 10px #00000033;
}

.whyglobal-icon {
    margin-bottom: 20px;
}

    .whyglobal-icon img {
        max-width: 70px;
    }

.whyglobal-item h6 {
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
}

.whyglobal-item:hover {
    background-color: #183e65;
}

    .whyglobal-item:hover h6 {
        color: #fff;
    }

.whyglobal-more {
    padding-top: 30px;
    text-align: center;
}

.testimonial-section {
    padding: 60px 0px;
}

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .item {
    height: 100%;
    padding: 20px;
}

.testimonial-item {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.testimonial-text {
    flex-grow: 1;
}

    .testimonial-text p {
        text-align: justify;
    }

.testimonial-icon {
    position: absolute;
    font-size: 90px;
    color: #183e65;
    opacity: 0.1;
    z-index: 0;
    bottom: 0;
    right: 30px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

    .testimonial-user-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.testimonial-user-detail h5 {
    font-size: 18px;
    color: #183e65;
    margin-bottom: 0px;
}

.testimonial-user-detail p {
    margin-bottom: 0px;
    font-size: 14px;
}

.testimonial-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}

.testimonial-slider .owl-prev, .testimonial-slider .owl-next {
    height: 40px;
    width: 40px;
    background-color: #183e65 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-section {
    background-color: #183e6510;
    padding: 60px 0px;
}

.faq-list .accordion-item {
    margin-bottom: 10px;
}

.faq-list .accordion-button {
    background-color: #183e65;
    color: #fff;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

    .faq-list .accordion-button.collapsed {
        background-color: #fff;
        color: #183e65;
    }

    .faq-list .accordion-button:focus {
        box-shadow: none;
    }

.faq-list .accordion-body p {
    margin-bottom: 0px;
    color: #888;
    text-align: justify;
}







footer {
    background-color: #183e65;
    color: #fff;
}

.footer-main {
    padding: 50px 0px;
}

.footer-logo-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ffffff11;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

    .footer-title::before {
        background-color: #f6c640;
        content: "";
        height: 3px;
        width: 30px;
        bottom: 0;
        left: 0;
        position: absolute;
    }

.footer-item h5 {
    font-size: 16px;
    border-bottom: 1px solid #ffffff11;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-item ul {
    padding: 0px;
    margin: 0px;
}

    .footer-item ul li {
        list-style: none;
        font-size: 14px;
        color: #ccc;
        margin-bottom: 10px;
    }

        .footer-item ul li i {
            margin-right: 10px;
            color: #f6c640;
        }

.footer-copy {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    background-color: #00000033;
}







/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
}


.campus-section {
    background-color: #183e6509;
    padding: 60px 0px;
}

margin-bottom: 20px;
}

.campus-title h4 {
    color: #183e65;
    position: relative;
    padding-bottom: 5px;
}

    .campus-title h4::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 40px;
        background-color: #f6c640;
    }

.campus-list ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

    .campus-list ul li {
        list-style: none;
        padding-left: 30px;
        width: 50%;
        position: relative;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

        .campus-list ul li::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            height: 8px;
            width: 16px;
            border-left: 2px solid #f6c640;
            border-bottom: 2px solid #f6c640;
            transform: rotate(-45deg);
        }


.course-list1 {
    margin: 0px;
    padding: 0px;
}

    .course-list1 li {
        padding: 7px;
        display: inline-block;
        border-bottom: dotted #ddd 2px;
        width: 42%;
        margin: 4px 17px;
    }

        .course-list1 li span {
            background: #183e65;
            color: #fff;
            font-size: 12px;
            padding: 3px 19px;
            float: right;
            border-radius: 31px;
        }



.iframevideo {
    height: 415px;
}


@media screen and (max-width:768px) {
    .course-list1 li {
        width: 100%;
    }
    .iframevideo {
        height: 300px;
    }
}
</pre></body></html>