#page {
    overflow: hidden;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-next {
    right: 15px;
}

.slider-home:hover {
    cursor: pointer;
}

.slide-bg {
    background: radial-gradient(circle at center, transparent 0, #002665 100%);
}

.homepage-media-gallery-featured-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
}

.block-hightlights-wrap {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.homepage-why-choose-us-number {
    flex: 0 0 80px;
    width: 80px;
}

.home .sidebar-content .site-main,
.home .content-sidebar .site-main {
    width: 100%;
}

.header-subscribe-btn {
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background-color: #158536;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-left: 24px;
    display: block;
    border: 1px solid transparent;
}

.header-subscribe-btn:hover {
    color: #158536;
    background-color: white;
    border-color: #158536;
}

.slider-home .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-main {
    background-color: #012466;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
    color: white;
    font-weight: normal;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a {
    color: white !important;
    font-weight: bold !important;
}

.slider-item {
    position: relative;

}

.slider-home .slider-item {
    height: 600px;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.slider-overlay>.row,
.slider-overlay .col-md-8,
.slider-overlay .col-md-4 {
    height: 100%;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 80px;
}


.slider-title {
    font-size: 44px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-description p {
    color: white;
    font-size: 18px;
}


.slider-actions a {
    display: inline-block;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: white;
    color: #012466;
    font-size: 16px;
    font-weight: bold;
    padding: 0 14px;
    margin: 0 4px;
}

a.slider-registration-link {
    background-color: #158536;
    color: white;
}

.slider-actions a:hover {
    color: white;
    background-color: #012466;
}

a.slider-registration-link:hover {
    color: #158536;
    background-color: white;

}

.homepage-highlight-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.homepage-highlight-image {
    width: 50px;
    height: 50px;
    margin-right: 14px;
}

.homepage-highlight-title {
    font-weight: bold;
    font-size: 30px;
    color: #dc0100;
}

.homepage-highlight-description {
    font-weight: bold;
    font-size: 14px;
    color: #002665;
    text-transform: uppercase;
    max-width: 140px;
}

.block-hightlights-wrap {
    background-color: white;
    border-radius: 14px;
    transform: translateY(-40%);
}

.homepage-why-choose-us-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
}

.homepage-why-choose-us-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.homepage-why-choose-us-item-image {
    border-radius: 100%;
    background-color: #E2E6F1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 10px;
}

.homepage-why-choose-us-item-image img {
    width: 40px;
    height: 40px;
}

.homepage-why-left {
    display: flex;
    align-items: center;
}

.homepage-why-choose-us-number {
    font-weight: bold;
    font-size: 40px;
    color: white;
    background-color: #1A56AF;
    flex: 0 0 80px;
    width: 80px;
    height: auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-why-choose-us-list .homepage-why-choose-us-item:not(:last-child) {
    margin-bottom: 14px;
}

.homepage-why-choose-us-item-content {
    padding: 8px 14px 0;
}

.homepage-why-choose-us-item-content p {
    color: #2B2F3B;
    font-size: 14px;
    font-weight: 500;
}

.homepage-why-choose-us-item-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1E2B5A;
}

.homepage-why-choose-us-title {
    margin-bottom: 24px;
}

.homepage-why-choose-us-video {
    overflow: hidden;
    border-radius: 14px;
}

.homepage-why-choose-us-video iframe {
    width: 100%;
}

.homepage-admission-information-title {
    text-align: center;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.block-homepage-why-choose-us {
    margin-bottom: 80px;
}

.homepage-admission-information-content .slick-slide img {
    border-radius: 12px;
}

.homepage-admission-information-content {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.homepage-admission-information-content .slick-slider .slick-next,
.homepage-admission-information-content .slick-slider .slick-prev {
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-admission-information-content .slick-slider .slick-next {
    right: -5px;
}

.homepage-admission-information-content .slick-slider .slick-prev {
    left: -5px;
}

.homepage-admission-information-categories {
    padding: 10px 20px 34px;
}

.homepage-admission-information-categories a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.homepage-admission-information-categories a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.homepage-admission-information-categories a p {

    color: white;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homepage-admission-information-categories .title {
    padding: 10px 14px;
    background-color: #0B53B7;
}

.homepage-admission-information-categories .explore {
    color: #526BAB;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
}

.block-homepage-admission-information {
    margin-bottom: 80px;
}

.homepage-training-majors-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.homepage-training-major-image {
    overflow: hidden;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.homepage-training-major-image img {
    width: 100%;
}

.homepage-training-major-content {
    background-color: white;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    top: -24px;
}

.homepage-training-major-description {
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #012466;
}

.homepage-training-major-description p {
    margin-bottom: 0;
}

.homepage-training-major-link {
    display: inline-block;
    padding: 10px 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #0043C5;
    font-size: 15px;
    border-radius: 40px;
    border: 1px solid transparent;
}

.homepage-training-major-link:hover {
    background-color: white;
    color: #0043C5;
    border-color: #0043C5;
}

.home-training-major-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 14px 14px 0;
}

.homepage-training-major-children li a {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #4A4C58;
}

.homepage-training-major-children li a:hover {
    color: #0043C5;
}

.homepage-training-major-children li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.homepage-training-major-children li {
    font-weight: bold;
    text-transform: uppercase;
}

.homepage-admission-process-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.block-homepage-training-majors {
    margin-bottom: 80px;
}

.homepage-admission-process-number {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #042996;
    color: white;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
}

.homepage-admission-process-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border-bottom: 2px solid #4E728E;
    border-top: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto;
    margin-bottom: 14px;
    position: relative;
}

.homepage-admission-process-image img {
    width: 70px;
}

.homepage-admission-process-item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0A1157;
    margin: 0 auto;
}

.process-arrow {
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateY(-50%) translateX(50%);
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
}

.homepage-admission-process-list .col-md:last-child .process-arrow {
    display: none;
}

.block-homepage-admission-process {
    margin-bottom: 80px;
}

.homepage-international-study-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.homepage-international-study-description {
    text-align: center;
    color: #6475CE;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}

.international-study-wrap {
    border-radius: 14px;
    background-color: #01237D;
    padding: 14px;
}

.homepage-international-study-item {
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
}

.international-study-content {
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    top: -14px;
    padding: 14px;
}

.international-study-content-title {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #5D6686;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 4px;
    text-transform: uppercase;
    font-size: 14px;

}

.international-study-national {
    text-align: center;
    font-weight: bold;
    margin-bottom: 14px;
    display: none;
}

.international-study-meta {
    display: flex;
    justify-content: space-around;
    background-color: #E5EFF9;
    border-radius: 14px;
    padding: 14px;
}

.international-study-meta p {
    margin: 0;
}

.international-study-meta-item>p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.international-study-meta-item-desc-number {
    font-weight: bold;
    font-size: 68px;
    color: #dc0100;
    line-height: 68px;
}

.international-study-meta-item-desc-value {
    font-weight: bold;
    text-transform: uppercase;
}

.international-study-detail {
    border: 1px solid #002665;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 14px auto 0;
    padding: 0 24px;
    font-weight: bold;
    color: #002665;
    text-transform: uppercase;
}

.international-study-detail:hover {
    color: white;
    background-color: #002665;
}

.homepage-international-study-desc {
    text-align: center;
    color: #778FD8;
}

.homepage-international-study-desc p {
    max-width: 240px;
    margin: 0 auto;
}

.block-homepage-international-study {
    margin-bottom: 80px;
}

.homepage-news-events-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.homepage-news-events-tabs {
    margin-bottom: 14px;
    border: none;
}

.homepage-news-events-featured {
    border: 1px solid #eaeaea;
    border-radius: 14px;
    overflow: hidden;
}

.homepage-news-events-featured-image {
    display: block;
}

.homepage-news-events-featured-image img {
    width: 100%;
    height: auto;
}

.homepage-news-events-featured-content h3 a {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.homepage-news-events-featured-content {
    padding: 14px;
}

.homepage-news-events-excerpt {
    margin-bottom: 10px;
}

.homepage-news-events-featured-content time,
.homepage-news-events-list-content time {
    color: #BEBEBE;
}

.homepage-news-events-list-item {
    display: flex;
    margin-bottom: 14px;
}

.homepage-news-events-list-image {
    width: 100px;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    margin-right: 10px;
}

.homepage-news-events-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-news-events-list-content {
    flex: 1;
}

.homepage-news-events-list-content>h3 {
    font-weight: bold;
    color: black;
    font-size: 14px;
    margin-bottom: 0;
}

.homepage-news-events-list-content>h3 a {
    color: black;
}

.homepage-news-events-all-link {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #002665;
    border-radius: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 14px;
    color: #002665;
}

.homepage-news-events-all-link:hover {
    background-color: #002665;
    color: white;
}

.block-homepage-news-events {
    margin-bottom: 80px;
}

.block-homepage-news-events .nav-tabs .nav-item.show .nav-link,
.block-homepage-news-events .nav-tabs .nav-link.active {
    background-color: #002665;
    color: white;
    border: none;
    border-radius: 40px;
}

.block-homepage-news-events .nav-tabs .nav-link:focus,
.block-homepage-news-events .nav-tabs .nav-link:hover {
    background-color: #002665;
    color: white;
    border-radius: 40px;
}

.homepage-news-events-tabs li:not(:last-child) {
    margin-right: 8px;
}

.homepage-news-events-tabs .nav-link {
    color: #002665;
}

.homepage-student-testimonials-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.homepage-student-testimonial-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.homepage-student-testimonial-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.homepage-student-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-student-testimonial-image {
    margin: 0 auto 14px;
}

.homepage-student-testimonial-content h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #002665;
}

.homepage-student-testimonial-description {
    text-align: center;
}

.homepage-student-testimonial-link {
    font-weight: bold;
    text-align: center;
}

.block-homepage-media-gallery {
    margin-bottom: 80px;
}

.homepage-media-gallery-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
    text-align: center;
}

.homepage-media-gallery-featured {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.homepage-media-gallery-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-media-gallery-featured-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    color: white;
    z-index: 2;
}

.homepage-media-gallery-featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.homepage-media-gallery-item {
    border-radius: 14px;
    overflow: hidden;
    max-height: calc(426px / 2);
}

.homepage-media-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-homepage-business-partners {
    margin-bottom: 80px;
}

.homepage-business-partners-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.homepage-business-partner-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    background-color: #eaeaea;
    padding: 4px;
    border-radius: 4px;
}


.homepage-business-partner-slide a img {
    height: 100%;
    width: auto;
}

.footer-widgets {
    background-color: #002667;
}

.site-info {
    background-color: #052055;
}

.homepage-faq-item {
    margin-bottom: 14px;
}

.homepage-faq-item .accordion-button {
    font-weight: bold;
}

.block-homepage-faq {
    margin-bottom: 80px;
}

.homepage-faq-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #002665;
    margin-bottom: 24px;
}

.homepage-admission-consultation-form-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.homepage-admission-consultation-form-header {
    background-color: #1A56AF;
    padding: 14px;
}

.homepage-admission-consultation-form-description,
.homepage-admission-consultation-form-description p {
    color: white;
    margin-bottom: 0;
}

.homepage-admission-consultation-form-description {
    text-align: center;
}

.block-homepage-admission-consultation-form {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #1A56AF;
}

.block-homepage-admission-consultation-form .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 24px;
}

.homepage-admission-consultation-form-content .wpforms-container {
    margin: 0 !important;
}

.homepage-admission-consultation-form-content .wpforms-submit {
    width: 100%;
    background-color: #1A56AF !important;
}

.homepage-admission-consultation-form-content {
    padding: 14px;
}

.carousel-form .block-homepage-admission-consultation-form {
    background-color: white;
}

.carousel-form .block-homepage-admission-consultation-form .wpforms-container .wpforms-field {
    margin-bottom: 4px;
}

.carousel-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.carousel-form .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 4px;
}

.homepage-admission-process-list .col-6:last-child .homepage-admission-process-item .process-arrow {
    display: none;
}

.homepage-student-testimonials-slider {
    padding-top: 50px;
}

.homepage-student-testimonials-slider .slick-next:before,
.homepage-student-testimonials-slider .slick-prev:before {
    font-size: 14px;
}

.logo a{
    display: block;
    width: 80px;
}

@media (max-width: 576px) {
    .block-hightlights-wrap {
        transform: unset;
    }

    .block-homepage-highlights {
        padding: 40px 0;
    }

    .slider-home .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .carousel-form {
        display: none;
    }

    .slider-content {
        padding: 0 14px;
    }

    .homepage-why-choose-us-item-content h3 {
        font-size: 18px;
    }

    .process-arrow {
        display: none;
    }

    .homepage-news-events-featured {
        margin-bottom: 14px;
    }

    .international-study-image-wrap img {
        height: 140px;
        width: 100%;
        object-fit: cover;
    }

    .homepage-highlight-item {
        padding: 10px;
        flex-direction: column;
    }

    .homepage-highlight-title {
        text-align: center;
    }

    .homepage-highlight-description p {
        text-align: center;
    }

    .homepage-highlight-image {
        margin: 0;
    }

    .slider-actions a {
        font-size: 14px;
    }

    .homepage-why-choose-us-video {
        margin-bottom: 40px;
    }

    .homepage-admission-process-item h3 {
        margin-bottom: 24px;
    }

    .homepage-admission-process-image {
        width: 120px;
    }

    .homepage-news-events-tabs .nav-link {
        padding: 4px 8px;
    }

    .slider-title,
    .slider-description {
        display: none;
    }

    .slider-overlay .row>.col-md-6 {
        height: 100%;
    }

    .slider-content {
        justify-content: end;
        padding-bottom: 100px;
    }

    .homepage-admission-information-categories a {
        flex-direction: row;
    }

    .homepage-admission-information-categories a img {
        width: 100px;
        height: auto;
        aspect-ratio: 16/9;
    }

    .home-page-admission-information-content {
        flex: 1;
    }

    .homepage-admission-information-categories .title {
        padding: 4px 8px;
    }

    .homepage-admission-information-categories .explore {
        width: 100%;
        text-align: right;
        display: block;
        font-weight: bold;
    }

    .homepage-admission-information-categories {
        margin-bottom: 24px;
    }

    .homepage-admission-information-categories .title {
        background-color: transparent;

    }

    .homepage-admission-information-categories a p {
        color: #002665;
        min-height: 42px;
        padding-top: 8px;
    }
}