﻿@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("/getmedia/4934565a-4a19-472f-8d91-80953f228ae4/fa-light-300.woff2") format("woff2"), url("/getmedia/0ea2759b-fc69-4d27-b0fa-6958dea77b01/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/getmedia/60ccad55-acd1-4a24-81b4-1fa4c4572d5b/fa-regular-400.woff2") format("woff2"), url("/getmedia/589c3a3b-afa0-477b-ab6b-a3b69a4e18dd/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.fal,
.fa-light {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: visible;
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 12px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: 1.8;
}

.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.mx-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}

.mt-n3 {
    margin-top: -2rem !important;
}

.mb-n3 {
    margin-bottom: -2rem !important;
}

.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.ps-45 {
    padding-left: 2rem !important;
}

.black-f {
    color: #000;
}

.nested-list li {
    display: flex;
}

    .nested-list li span {
        padding-right: 10px;
    }

.nested-list ol li {
    display: list-item;
}

.b-0 {
    border: 0 !important;
}

.full-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.table thead th {
    text-transform: capitalize;
    font-weight: 500;
    padding: 12px 10px;
    border-width: 2px;
}

.table tbody td {
    padding: 25px 20px;
    border-width: 2px;
}

.table-responsive {
    position: relative;
}

.swipe-box {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

    .swipe-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        border: 1px solid #333;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
    }

@media (max-width: 767.98px) {
    .swipe-box {
        display: block;
    }
}

.py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.short-hr {
    margin: 2rem auto;
    width: 100%;
    max-width: 150px;
    border-top-width: 2px;
    border-top: 2px solid #fff;
    height: 0;
    opacity: 1;
}

.full-btn {
    width: 100%;
}

.btn.lg-btn {
    padding: 15px 35px;
}

.btn.flat-long-btn {
    padding: 10px 35px;
}

.modal-header {
    position: relative;
    padding: 5px 0 0px;
}

    .modal-header h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

@media (max-width: 991.98px) {
    .modal-header h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .modal-header h4 {
        font-size: 16px;
        line-height: 1.3;
    }
}

.modal-header .close {
    background: none;
    border: 0;
    box-shadow: none;
    color: #727272;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 24px;
    outline: 0;
    transition: all 0.2s ease-in-out;
}

    .modal-header .close:focus {
        box-shadow: none;
    }

    .modal-header .close:hover {
        color: #000;
    }

@media (max-width: 767.98px) {
    .modal-header .close {
        top: -20px;
        right: -10px;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        margin: 0 auto;
        display: flex;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            transition: opacity 400ms ease;
        }

            .owl-carousel .owl-item .owl-lazy:not([src]) {
                max-height: 0;
            }

            .owl-carousel .owl-item .owl-lazy[src^=""] {
                max-height: 0;
            }

        .owl-carousel .owl-item img.owl-lazy {
            transform-style: preserve-3d;
        }

    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

        .owl-carousel .owl-dots.disabled {
            display: none;
        }

    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav .owl-next {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-prev {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel .owl-nav button.owl-next {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        display: inline-block;
        zoom: 1;
    }

        .owl-carousel button.owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 0.2s ease;
            border-radius: 30px;
        }

        .owl-carousel button.owl-dot.active span {
            background: #BD2748;
        }

    .owl-carousel .animated {
        animation-duration: 1000ms;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url("owl.video.play.png") no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform 100ms ease;
    }

        .owl-carousel .owl-video-play-icon:hover {
            -ms-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
        }

    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none;
    }

    .owl-carousel .owl-video-playing .owl-video-play-icon {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.blue-bg {
    background: #005F73 !important;
    color: #fff !important;
}

.red-bg {
    background: #BD2748 !important;
}

.yellow-bg {
    background: #FED273 !important;
}

.blue-border {
    border-color: #005F73 !important;
}

.orange-border {
    border-color: #EE9B00 !important;
}

.mint-border {
    border-color: #A9DBCA !important;
}

.red-border {
    border-color: #A92340 !important;
}

.tiffany-border {
    border-color: #3DB297 !important;
}

.yellow-border {
    border-color: #FED273 !important;
}

.page-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    opacity: 0;
    animation-name: pageload;
    animation-duration: 0.5s;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

    .page-wrapper .full-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

@keyframes pageload {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.list-inline li {
    display: inline-block;
}

a {
    color: #212529;
    transition: all 0.25s ease-in;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

    a.link-unstyled {
        text-decoration: none;
    }

    a.highlighted-link {
        color: #EE9B00;
    }

        a.highlighted-link:hover {
            color: #333;
        }

.spinner3 .dot1,
.spinner3 .dot2,
.spinner6 div,
.spinner7 > div {
    background-color: #fff;
    display: inline-block;
}

.fakeLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #BD2748;
    left: 0;
    top: 0;
    z-index: 9999999999;
    animation-name: fakeload;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.overideFake {
    animation-name: none !important;
}

@keyframes fakeload {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.spinner2 {
    position: fixed;
    width: 40px;
    height: 40px;
    top: calc(50% - 40px/2);
    left: calc(50% - 40px/2);
}

    .spinner2 .spinner-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .spinner2 .spinner-container.container2 {
            -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .spinner2 .spinner-container.container3 {
            -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
        }

        .spinner2 .spinner-container .circle1 {
            top: 0;
            left: 0;
        }

        .spinner2 .spinner-container .circle2 {
            top: 0;
            right: 0;
        }

        .spinner2 .spinner-container .circle3 {
            right: 0;
            bottom: 0;
        }

        .spinner2 .spinner-container .circle4 {
            left: 0;
            bottom: 0;
        }

    .spinner2 .container1 div,
    .spinner2 .container2 div,
    .spinner2 .container3 div {
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 100%;
        position: absolute;
        -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
        animation: bouncedelay 1.2s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner2 .container1 .circle2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner2 .container1 .circle3 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .spinner2 .container1 .circle4 {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .spinner2 .container2 .circle1 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner2 .container2 .circle2 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .spinner2 .container2 .circle3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .spinner2 .container2 .circle4 {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .spinner2 .container3 .circle1 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .spinner2 .container3 .circle2 {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .spinner2 .container3 .circle3 {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .spinner2 .container3 .circle4 {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.form-label {
    color: #212529;
    font-weight: 600;
}

.form-group {
    margin-bottom: 25px;
}

.form-select {
    background-color: #EBEBEB;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 600;
}

textarea.form-control {
    background-color: #EBEBEB;
    border-radius: 8px;
}

input.form-control {
    background: #EBEBEB;
    border-radius: 25px;
    color: #212529;
    font-weight: 600;
    padding: 8px 18px;
}

.btn-primary {
    color: #212529;
    background: #fff;
    border: 0;
    font-weight: 500;
    padding: 8px 20px;
}

    .btn-primary:hover {
        background: #212529;
        color: #fff;
    }

::placeholder {
    color: #9F9F9F;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #9F9F9F;
}

.btn {
    border-radius: 25px;
}

.btn-secondary {
    background: #000;
    color: #fff;
    padding: 9px 20px;
}

    .btn-secondary:hover {
        background: #333;
        color: #fff;
    }

.btn-tertiary {
    background: #212529;
    color: #fff;
    padding: 12px 25px;
}

    .btn-tertiary:hover {
        background: #000;
        color: #fff;
    }

.yellow-btn {
    background: #FED273;
    color: #000;
    padding: 9px 20px;
}

    .yellow-btn:hover {
        background: #000;
        color: #FED273;
    }

.page-wrapper {
    position: relative;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: background 0.3s linear;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.6) 100%);
}

    .header-wrapper .container-fluid {
        padding: 0;
    }

    .header-wrapper .navbar {
        position: relative;
        max-width: 1600px;
        margin: 0 auto;
    }

    .header-wrapper .navbar-brand {
        display: block;
    }

        .header-wrapper .navbar-brand img {
            width: 120px;
            transition: all 0.3s ease-in-out;
        }

    .header-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #212529;
        z-index: -1;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .header-wrapper.fixed-header .navbar-brand img {
        width: 80px;
    }

    .header-wrapper.fixed-header:after {
        opacity: 1;
    }

.logo {
    padding: 0;
}

.header-wrapper .navbar,
.header-wrapper .navbar-brand {
    padding: 0;
}

.header-wrapper .offcanvas-body a {
    font-weight: 600;
    color: #fff;
}

.header-wrapper .login-popup-btn {
    border: 0;
    background: none;
    color: #fff;
    font-size: 21px;
}

.header-wrapper .header-login a {
    color: #000000;
    background: #fff;
    border-radius: 25px;
    padding: 12px 15px;
    color: #000;
    text-decoration: none;
    width: 130px;
    display: block;
    font-size: 12px;
    text-align: center;
}

    .header-wrapper .header-login a i {
        padding-right: 2px;
    }

    .header-wrapper .header-login a:hover {
        background: #000;
        color: #fff;
    }

.cd-search {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #eee;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .cd-search .form {
        font-size: 26px;
        padding: 0 100px;
        position: relative;
        top: 25%;
        left: 0;
        transform: translateY(-50%);
    }

    .cd-search form {
        height: 100%;
        width: 100%;
    }

    .cd-search input {
        border-radius: 0;
        border: none;
        background: #eee;
        height: 80px;
        width: 100%;
        font-size: 26px;
        padding: 0;
        padding-right: 40px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border-bottom: 1px solid #999;
    }

        .cd-search input::-webkit-input-placeholder {
            color: #555;
        }

        .cd-search input:-moz-placeholder {
            color: #555;
        }

        .cd-search input:-ms-input-placeholder {
            color: #555;
        }

        .cd-search input:focus {
            outline: none;
            border: 0;
            border-bottom: 1px solid #999;
            box-shadow: none;
        }

    .cd-search .close-btn {
        position: absolute;
        bottom: 25px;
        right: 100px;
    }

    .cd-search h2 {
        font-size: 24px;
        color: #999;
        font-weight: normal;
    }

.cd-search-trigger {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 21px;
    z-index: 3;
    padding-top: 6px;
}

    .cd-search-trigger::before {
        content: '';
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-search-trigger::after {
        content: '';
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-search-trigger span {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .cd-search-trigger span::before {
            content: '';
            position: absolute;
            display: inline-block;
            height: 3px;
            width: 22px;
            top: 50%;
            margin-top: -2px;
            left: 50%;
            margin-left: -11px;
            background: #2e3233;
            opacity: 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cd-search-trigger span::after {
            content: '';
            position: absolute;
            display: inline-block;
            height: 3px;
            width: 22px;
            top: 50%;
            margin-top: -2px;
            left: 50%;
            margin-left: -11px;
            background: #2e3233;
            opacity: 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.cd-nav-trigger {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #e51b24;
    z-index: 3;
}

.cd-search-trigger.search-is-visible::before {
    opacity: 0;
}

.cd-search-trigger.search-is-visible::after {
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before {
    opacity: 1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 0;
    z-index: 10;
}

    .cd-header-buttons li {
        display: inline-block;
    }

.cd-search input::-moz-placeholder {
    color: #555;
}

.cd-search .close-btn {
    color: #333;
}

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

@media (max-width: 1199.98px) {
    .mobile-header-bar {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.nav-container.container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1599.98px) {
    .nav-container.container {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .nav-container.container {
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .nav-container.container .navbar-nav {
        align-items: flex-start !important;
    }
}

.nav-container.container .nav-item {
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .nav-container.container .nav-item {
        padding: 30px 0;
    }
}

.nav-container.container .nav-item.lang-wrapper {
    width: auto !important;
    padding: 20px 0 !important;
}

    .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper {
        position: relative !important;
    }

        .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher {
            font-size: 16px !important;
            width: auto !important;
        }

            .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_selected {
                background: none !important;
                z-index: 9;
            }

                .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_selected a {
                    border: 0 !important;
                    color: #fff !important;
                    width: auto !important;
                    text-transform: uppercase;
                    background: none !important;
                    line-height: 1;
                }

                    .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
                        background: none !important;
                    }

                    .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_selected a img {
                        vertical-align: bottom;
                    }

                    .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_selected a:after {
                        display: none;
                    }

            .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_option {
                border: 0 !important;
                position: absolute;
                border: 0;
                background: #fff;
                padding: 5px;
                top: 110%;
                margin-top: 2px;
                width: 300px;
                right: 0;
                height: 230px !important;
            }

                .nav-container.container .nav-item.lang-wrapper .gtranslate_wrapper .gt_switcher .gt_option a {
                    color: #000;
                    float: left;
                    width: 45%;
                }

.nav-container.container .nav-item .lang-btn {
    background: none;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    outline: 0;
    color: #fff;
}

.nav-container.container .nav-item .nav-link {
    position: relative;
    font-size: 14px;
}

@media (min-width: 1200px) and (max-width: 1299.98px) {
    .nav-container.container .nav-item .nav-link {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1300px) and (max-width: 1499.98px) {
    .nav-container.container .nav-item .nav-link {
        padding: 0;
    }
}

.nav-container.container .nav-item .nav-link.dropdown-toggle::after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f078";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    border: 0;
    vertical-align: baseline;
    padding-left: 5px;
}

.nav-container.container .nav-item.active .nav-link {
    border-bottom: 1px solid #fff;
}

@media (min-width: 1200px) {
    .nav-container.container .nav-item.megamenu-nav:hover .nav-link:before {
        content: "";
        width: 0px;
        height: 0px;
        bottom: -22px;
        position: absolute;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #fff transparent;
        transform: rotate(0deg);
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-container.container .megamenu-nav .megamenu {
    position: relative;
    display: none;
}

@media (min-width: 1200px) {
    .nav-container.container .megamenu-nav .megamenu {
        position: absolute;
        top: 85%;
        left: 0;
        width: 100%;
        display: block;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-35deg);
        -o-transform: rotateX(-35deg);
        -moz-transform: rotateX(-35deg);
        -webkit-transform: rotateX(-35deg);
        visibility: hidden;
        opacity: 0;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: opacity 0.25s;
        -ms-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -webkit-transition: opacity 0.25s;
    }
}

.nav-container.container .megamenu-nav .megamenu .nav-left-bg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 40px 35px;
    color: #fff;
    position: relative;
    width: 100%;
}

    .nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content {
        position: relative;
        z-index: 9;
    }

        .nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content h4 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content p {
            line-height: 1.8;
        }

        .nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content .nav-content-link {
            font-size: 13px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: none;
            border-bottom: 1px solid #fff;
        }

@media (max-width: 991.98px) {
    .nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content .nav-content-link {
        font-size: 12px;
    }
}

.nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content .nav-content-link:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\e09f";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding-left: 8px;
}

.nav-container.container .megamenu-nav .megamenu .nav-left-bg .nav-left-content .nav-content-link:hover {
    border: 0;
    color: #eee;
}

.nav-container.container .megamenu-nav .megamenu .nav-left-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 40px 35px 0;
    position: relative;
}

@media (max-width: 1199.98px) {
    .nav-container.container .megamenu-nav .megamenu .nav-right-bg {
        background: none !important;
        padding: 10px 0;
    }

        .nav-container.container .megamenu-nav .megamenu .nav-right-bg:after {
            display: none !important;
        }
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content {
    position: relative;
    z-index: 9;
}

    .nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content h4 {
        color: #212529;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

@media (max-width: 1199.98px) {
    .nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content h4 {
        font-size: 16px;
    }
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul {
    margin-bottom: 20px;
}

    .nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul li {
        padding-bottom: 10px;
    }

        .nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul li a {
            color: #212529;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 13px;
            text-decoration: none;
            border-bottom: 1px solid #212529;
        }

@media (max-width: 1199.98px) {
    .nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul li a {
        font-size: 12px;
    }
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul li a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\e09f";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding-left: 8px;
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg .nav-right-content ul li a:hover {
    border: 0;
    color: #000;
}

.nav-container.container .megamenu-nav .megamenu .nav-right-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(110.26deg, #f5f5f5 17.68%, rgba(255, 255, 255, 0.7) 100%);
}

@media (min-width: 1200px) {
    .nav-container.container .megamenu-nav:hover .megamenu {
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
}

.lang-wrapper ul {
    margin: 0 -5px;
}

    .lang-wrapper ul li {
        width: 33.33%;
        float: left;
        padding: 0 5px;
        text-align: center;
    }

@media (max-width: 991.98px) {
    .lang-wrapper ul li {
        width: 50%;
    }
}

.lang-wrapper ul li a {
    background-color: #fff;
    border: 1px solid #212529;
    color: #212529;
    display: block;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

    .lang-wrapper ul li a:hover {
        color: #fff;
        background: #212529;
    }

@media (max-width: 991.98px) {
    .lang-wrapper ul li a {
        font-size: 12px;
        padding: 5px;
    }
}

@media (max-width: 369.98px) {
    .lang-wrapper ul li a {
        font-size: 11px;
    }
}

.homepage-banner,
.edupage-banner,
.general-banner {
    overflow: hidden;
    position: relative;
}

    .general-banner:first-child .md-banner:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url(/Content/images/bg-watermark.png) no-repeat;
        background-size: cover;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .general-banner:first-child .remove-watermark:before {
        background: none !important;
    }

.xl-banner-wrapper {
    color: #fff;
    padding-top: 150px;
    background-size: cover;
    overflow: hidden;
}

    .xl-banner-wrapper.xl-red-pattern-bg {
        background: #A92340 url(/Content/images/lg-red-pattern-bg.png) repeat;
    }

    .xl-banner-wrapper.xl-blue-pattern-bg {
        background: #005F73 url(/Content/images/lg-red-pattern-bg.png) repeat;
    }

        .xl-banner-wrapper.xl-blue-pattern-bg .xl-banner {
            border-color: #FED273;
        }

    .xl-banner-wrapper .top-tagline,
    .xl-banner-wrapper .col-scholarship-logo {
        color: #fff;
    }

    .xl-banner-wrapper h2 {
        color: #fff;
        font-size: 46px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

.xl-banner {
    border: 25px solid #A9DBCA;
    margin-bottom: 25px;
}

.xl-banner-caption p {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 40px;
}

@media (max-width: 991.98px) {
    .xl-banner-caption p {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .xl-banner-caption p {
        font-size: 14px;
    }
}

.lg-banner {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    height: 0;
    transform: scale(1.2);
    opacity: 0;
    padding-bottom: 45%;
    animation-name: bannerbg;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes bannerbg {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.lg-banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 39.97%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    animation-name: bannershadow;
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

@keyframes bannershadow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sm-banner {
    padding-bottom: 25%;
}

.md-banner {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    height: 0;
    transform: scale(1.2);
    opacity: 0;
    padding-bottom: 32.5%;
    animation-name: bannerbg;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes bannerbg {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.md-banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 19.97%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    animation-name: bannershadow;
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

@keyframes bannershadow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.md-banner.bs-target-bg {
    animation-delay: 3.5s;
}

.home-tagline {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    animation-name: taglineanimation;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

    .home-tagline h2 {
        font-size: 70px;
        text-align: center;
        font-weight: 700;
        color: #fff;
    }

.home-tagline2 {
    position: absolute;
    color: #fff;
    bottom: 5%;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    text-align: center;
    animation-name: taglineanimation2;
    animation-duration: 1s;
    animation-delay: 3.7s;
    animation-fill-mode: forwards;
}

    .home-tagline2 h2 {
        font-size: 70px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }

    .home-tagline2 .tagline {
        display: inline-block;
        background: #EE9B00;
        color: #fff;
        padding: 20px 30px;
        transform: scale(1.2);
        transform: rotate(-3deg);
        overflow: hidden;
        vertical-align: top;
    }

        .home-tagline2 .tagline h2 {
            opacity: 0;
            animation-name: taglineanimation3;
            animation-duration: 1s;
            animation-delay: 4.2s;
            animation-fill-mode: forwards;
        }

@keyframes taglineanimation {
    0% {
        bottom: 15%;
        opacity: 0;
    }

    100% {
        bottom: 26%;
        opacity: 1;
    }
}

@keyframes taglineanimation2 {
    0% {
        bottom: 5%;
        opacity: 0;
    }

    100% {
        bottom: 6%;
        opacity: 1;
    }
}

@keyframes taglineanimation3 {
    0% {
        scale: 1.2;
        opacity: 0;
    }

    100% {
        scale: 1;
        opacity: 1;
    }
}

.tagline-wrapper {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    z-index: 8;
    animation-name: taglineanimation4;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

    .tagline-wrapper.pt-tagline {
        animation-name: taglineanimation5;
        bottom: 20%;
    }

    .tagline-wrapper .top-tagline {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 52px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 24px;
        font-weight: 500;
    }

.about-msia-body {
    position: relative;
}

@media (max-width: 767.98px) {
    .about-msia-body {
        background: url(/Content/images/global-map.jpg) no-repeat;
        background-size: cover;
        background-position: center 0;
    }
}

@media (max-width: 767.98px) {
    .about-msia-body .globe-map {
        display: none;
    }
}

.about-msia-body h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .about-msia-body h3 {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        transform: translate(0, 0);
        margin-bottom: 35px !important;
    }
}

@media (max-width: 767.98px) {
    .about-msia-body .about-video-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: center;
    }
}

@media (max-width: 576.98px) {
    .about-msia-body .about-video-wrapper {
        padding: 0 10px;
    }
}

.about-msia-body .about-video-wrapper .about-video {
    position: absolute;
}

    .about-msia-body .about-video-wrapper .about-video a {
        display: block;
        border: 12px solid transparent;
        transition: all 0.25s ease-in-out;
    }

    .about-msia-body .about-video-wrapper .about-video img {
        width: 270px;
    }

@media (max-width: 1399.98px) {
    .about-msia-body .about-video-wrapper .about-video img {
        width: 220px;
    }
}

@media (max-width: 1199.98px) {
    .about-msia-body .about-video-wrapper .about-video img {
        width: 180px;
    }
}

@media (max-width: 991.98px) {
    .about-msia-body .about-video-wrapper .about-video img {
        width: 150px;
    }
}

@media (max-width: 767.98px) {
    .about-msia-body .about-video-wrapper .about-video img {
        width: 100%;
    }
}

.about-msia-body .about-video-wrapper .about-video:hover a {
    border-color: #000 !important;
}

.about-msia-body .about-video-wrapper .about-video.video-map1 {
    top: 20%;
    left: 10%;
}

.about-msia-body .about-video-wrapper .about-video.video-map2 {
    top: 10%;
    left: 45%;
}

.about-msia-body .about-video-wrapper .about-video.video-map3 {
    top: 25%;
    right: 8%;
}

.about-msia-body .about-video-wrapper .about-video.video-map4 {
    bottom: 17%;
    left: 25%;
}

.about-msia-body .about-video-wrapper .about-video.video-map5 {
    bottom: 21%;
    right: 20%;
}

@media (max-width: 767.98px) {
    .about-msia-body .about-video-wrapper .about-video {
        position: relative;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        flex: 0 0 auto;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576.98px) {
    .about-msia-body .about-video-wrapper .about-video {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    text-align: center;
}

    .breadcrumb-wrapper .breadcrumb-box {
        background: #fff;
        padding: 15px 25px 12px;
        border-radius: 30px;
        text-align: center;
        top: -25px;
        position: relative;
        display: inline-block;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    }

@media (max-width: 575.98px) {
    .breadcrumb-wrapper .breadcrumb-box {
        padding: 10px 15px 7px;
        top: -20px;
    }
}

.breadcrumb-wrapper .breadcrumb-box .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-wrapper .breadcrumb-item {
    font-weight: 500;
}

    .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item {
        padding-left: 12px;
    }

        .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
            content: "\f054";
            font-family: "Font Awesome 6 Pro";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            line-height: 2.1;
            text-rendering: auto;
            font-size: 12px;
            font-weight: 600;
            padding-right: 12px;
        }

@media (max-width: 575.98px) {
    .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
        font-size: 10px;
    }
}

.breadcrumb-wrapper .breadcrumb-item a {
    text-decoration: none;
    display: inline-block;
}

@keyframes taglineanimation4 {
    0% {
        bottom: 5%;
        opacity: 0;
    }

    100% {
        bottom: 10%;
        opacity: 1;
    }
}

@keyframes taglineanimation5 {
    0% {
        bottom: 15%;
        opacity: 0;
    }

    100% {
        bottom: 25%;
        opacity: 1;
    }
}

.sm-tagline h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.sm-tagline p {
    color: #fff;
}

.md-tagline .tagline h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 992.98px) {
    .md-tagline .tagline h2 {
        font-size: 26px;
    }
}

.lg-tagline h2 {
    font-size: 62px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .lg-tagline h2 {
        font-size: 42px;
    }
}

@media (max-width: 992.98px) {
    .lg-tagline h2 {
        font-size: 26px;
    }
}

#LoginPopup .modal-lg {
    max-width: 720px;
    margin-top: 100px;
}

#LoginPopup .login-popup-header {
    text-align: center;
}

    #LoginPopup .login-popup-header img {
        max-width: 100px;
        margin-bottom: 20px;
    }

    #LoginPopup .login-popup-header h3 {
        font-weight: 700;
    }

    #LoginPopup .login-popup-header a {
        color: #BD2748;
    }

        #LoginPopup .login-popup-header a:hover {
            color: #000;
            text-decoration: none;
        }

#LoginPopup .login-box {
    max-width: 520px;
    margin: 0 auto;
}

#LoginPopup .loginPopup-bottom {
    font-size: 14px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

    #LoginPopup .loginPopup-bottom a {
        font-size: 14px;
        color: #1F1F1F;
    }

        #LoginPopup .loginPopup-bottom a:hover {
            color: #000;
        }

#LoginPopup .login-btn {
    width: 100%;
    margin: 15px 0 0;
    padding: 10px 0;
    text-align: center;
}

.modal-xl {
    max-width: 920px;
}

#applicationModal .login-popup-header {
    position: relative;
    text-align: center;
    padding: 30px 0 10px;
}

    #applicationModal .login-popup-header .btn-close {
        position: absolute;
        right: 0;
        top: 0;
    }

.reminder-box {
    border: 1px solid #CCCCCC;
    padding: 20px;
}

    .reminder-box p {
        margin-top: 10px;
    }

#LoginPopup .modal-lg,
#signUpModal .modal-lg,
.signUpModal .modal-lg {
    max-width: 720px;
    margin-top: 100px;
}

#LoginPopup .login-popup-header,
#signUpModal .login-popup-header,
.signUpModal .login-popup-header {
    text-align: center;
}

    #LoginPopup .login-popup-header img,
    #signUpModal .login-popup-header img,
    .signUpModal .login-popup-header img {
        max-width: 100px;
        margin-bottom: 20px;
    }

    #LoginPopup .login-popup-header h3,
    #signUpModal .login-popup-header h3 {
        font-weight: 700;
    }

    #LoginPopup .login-popup-header a,
    #signUpModal .login-popup-header a,
    .signUpModal .login-popup-header a {
        color: #BD2748;
    }

        #LoginPopup .login-popup-header a:hover,
        #signUpModal .login-popup-header a:hover,
        .signUpModal .login-popup-header a:hover {
            color: #000;
            text-decoration: none;
        }

#LoginPopup .login-box,
#signUpModal .login-box,
.signUpModal .login-box {
    max-width: 520px;
    margin: 0 auto;
}

#LoginPopup .loginPopup-bottom,
#signUpModal .loginPopup-bottom,
.signUpModal .loginPopup-bottom {
    font-size: 14px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

    #LoginPopup .loginPopup-bottom a,
    #signUpModal .loginPopup-bottom a,
    .signUpModal .loginPopup-bottom a {
        font-size: 14px;
        color: #1F1F1F;
    }

        #LoginPopup .loginPopup-bottom a:hover,
        #signUpModal .loginPopup-bottom a:hover,
        .signUpModal .loginPopup-bottom a:hover {
            color: #000;
        }

#LoginPopup .login-btn,
#signUpModal .login-btn,
.signUpModal .login-btn {
    width: 100%;
    margin: 15px 0 0;
    padding: 10px 0;
    text-align: center;
}

.home-feature-wrapper {
    padding: 50px 0;
    background: #BD2748 url(/Content/images/home-feature-bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .home-feature-wrapper {
        padding: 25px 0;
    }
}

.home-feature-wrapper .home-feature {
    padding: 0 20px;
}

@media (max-width: 767.98px) {
    .home-feature-wrapper .home-feature {
        padding: 0;
    }
}

.home-feature-wrapper .home-feature p {
    font-size: 28px;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .home-feature-wrapper .home-feature p {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    .home-feature-wrapper .home-feature p {
        font-size: 18px;
    }
}

@media (max-width: 576.98px) {
    .home-feature-wrapper .home-feature p {
        font-size: 14px;
    }
}

.content-wrapper {
    position: relative;
    z-index: 101;
}

.section-wrapper {
    padding: 40px 0 35px;
}

@media (max-width: 767.98px) {
    .section-wrapper {
        padding: 25px 0 20px;
    }
}

.section-wrapper li {
    padding-bottom: 12px;
    line-height: 1.5;
}

.section-wrapper .doc-list li {
    padding-bottom: 10px;
    line-height: 1.65;
}

.section-wrapper ul ul {
    margin-top: 8px;
    margin-bottom: 15px;
}

.section-wrapper h3 {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .section-wrapper h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992.98px) {
    .section-wrapper h3 {
        font-size: 21px;
    }
}

@media (max-width: 767.98px) {
    .section-wrapper h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.section-wrapper h4 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
}

@media (max-width: 992.98px) {
    .section-wrapper h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .section-wrapper h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.section-wrapper h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.card-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

    .card-link .card-bg {
        height: 0;
        padding-bottom: 95%;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        position: relative;
        background-position: center center;
        transition: all 0.35s ease-out;
    }

        .card-link .card-bg i {
            content: '';
            position: absolute;
            font-size: 28px;
            color: #BD2748;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #fff;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            z-index: 2;
            transform: translate(-50%, -50%);
            transition: all 0.25s ease-in-out;
        }

    .card-link .cat-label {
        position: relative;
        top: 10px;
        left: 10px;
    }

    .card-link .card-img {
        overflow: hidden;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .card-link .card-img img {
            transition: all 1.5s ease-in-out;
        }

    .card-link .card-body {
        opacity: 1;
        transition: all 0.35s ease-out;
    }

        .card-link .card-body .card-title {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

@media (max-width: 992.98px) {
    .card-link .card-body .card-title {
        font-size: 14px;
    }
}

.card-link .card-body .card-title.h4 {
    font-size: 24px;
}

@media (max-width: 992.98px) {
    .card-link .card-body .card-text {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .card-link .card-body .card-text {
        font-size: 12px;
    }
}

.card-link .flip-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    transition: all 0.15s ease-in-out;
}

    .card-link .flip-wrapper h4 {
        font-size: 21px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.card-link:hover .flip-wrapper {
    transform: scale(1);
    z-index: 99;
}

.card-link:hover .team-modal .card-body,
.card-link:hover .team-modal .card-bg {
    opacity: 1;
    background: #BD2748;
    color: #94D2BD;
}

.card-link:hover .team-modal .card-img img {
    transform: scale(1.05);
}

.card-link .post-meta {
    justify-content: space-between;
    align-items: flex-start;
    color: #000;
    line-height: 1.8;
}

    .card-link .post-meta .post-location {
        text-transform: uppercase;
    }

.team-modal {
    cursor: pointer;
}

    .team-modal .member-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .team-modal .member-title i {
            display: block;
            line-height: 1.35;
        }

    .team-modal .read-more {
        font-size: 14px;
        font-weight: 600;
    }

        .team-modal .read-more i {
            font-size: 12px;
        }

    .team-modal .card-img img {
        width: 100%;
    }

.member-header {
    display: flex;
    align-items: center;
}

    .member-header img {
        width: 200px;
        padding-right: 25px;
    }

@media (max-width: 767.98px) {
    .member-header img {
        width: 120px;
        padding-right: 10px;
    }
}

.member-intro {
    margin: 0 -10px;
}

.blogger-link {
    display: block;
    text-decoration: none;
    position: relative;
}

    .blogger-link .flip-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: scale(0);
        transition: all 0.15s ease-in-out;
    }

        .blogger-link .flip-wrapper h4 {
            font-size: 21px;
            text-align: center;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

    .blogger-link:hover .flip-wrapper {
        transform: scale(1);
        z-index: 99;
    }

    .blogger-link:hover .card-body,
    .blogger-link:hover .card-bg {
        opacity: 0;
    }

    .blogger-link:hover .team-modal .card-body,
    .blogger-link:hover .team-modal .card-bg {
        opacity: 1;
    }

.cat-label {
    color: #000;
    background: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 15px;
}

.post-meta {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

    .post-meta i {
        padding-right: 3px;
    }

    .post-meta .post-date {
        padding-right: 20px;
    }

.stage-carousel-wrapper .container-fluid {
    padding: 0;
}

.stage-carousel-wrapper h3 {
    font-weight: 700;
    font-size: 32px;
    padding-left: 50px;
    margin-bottom: 35px;
}

@media (max-width: 992.98px) {
    .stage-carousel-wrapper h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .stage-carousel-wrapper h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.stage-carousel-wrapper .owl-stage {
    display: flex;
}

.stage-carousel-wrapper.stagePadding3 .card-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    opacity: 0;
    z-index: 0;
    transition: all 0.2s ease-in-out;
}

.stage-carousel-wrapper.stagePadding3 .card-link:hover::after {
    opacity: 1;
}

.stage-carousel-wrapper.stagePadding3 .card-link:hover .card-bg i {
    background: #BD2748;
    color: #fff;
}

.card-bgColor {
    min-height: 420px;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 767.98px) {
    .card-bgColor {
        min-height: 250px;
    }
}

.card-bgColor h4 {
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

    .card-bgColor h4.lg-text {
        font-size: 72px;
    }

@media (max-width: 1199.98px) {
    .card-bgColor h4.lg-text {
        font-size: 52px;
    }
}

@media (max-width: 992.98px) {
    .card-bgColor h4.lg-text {
        font-size: 36px;
    }
}

.card-bgColor h4.md-text {
    font-size: 21px;
    line-height: 1.5;
}

@media (max-width: 992.98px) {
    .card-bgColor h4.md-text {
        font-size: 18px;
    }
}

@media (max-width: 1399.98px) {
    .card-bgColor h4 {
        font-size: 24px;
    }
}

@media (max-width: 1299.98px) {
    .card-bgColor h4 {
        font-size: 22px;
    }
}

@media (max-width: 992.98px) {
    .card-bgColor h4 {
        font-size: 18px;
    }
}

.top-card-info span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-card-info img {
    max-width: 60px;
    margin-bottom: 15px;
}

.card-bg1 {
    background: #BD2748;
    color: #94D2BD;
}

.card-bg2 {
    background: #FED273;
    color: #BD2748;
}

.card-bg3 {
    background: #005F73;
    color: #FED273;
}

.card-bg4 {
    background: #EE9B00;
    color: #fff;
}

.word-card .card-body {
    padding-left: 15px;
    padding-right: 15px;
}

.featured-uni-body h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    padding-left: 50px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

@media (max-width: 992.98px) {
    .featured-uni-body h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .featured-uni-body h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.featured-uni-body .hashnav-wrapper {
    margin-bottom: 25px;
}

    .featured-uni-body .hashnav-wrapper ul {
        text-align: center;
    }

        .featured-uni-body .hashnav-wrapper ul li {
            display: inline-block;
            padding: 0 10px;
        }

            .featured-uni-body .hashnav-wrapper ul li a {
                text-decoration: none;
                color: #000000;
                font-weight: 600;
            }

            .featured-uni-body .hashnav-wrapper ul li.active a {
                color: #EE9B00;
                border-bottom: 1px solid #EE9B00;
                padding-bottom: 6px;
                pointer-events: none;
            }

.featured-uni-body .owl-carousel {
    border: 1px solid #CCCCCC;
    padding: 40px 40px 20px;
}

.featured-uni-body .fu-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .featured-uni-body .fu-header h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .featured-uni-body .fu-header h4 a {
            text-decoration: none;
        }

            .featured-uni-body .fu-header h4 a:hover {
                color: #EE9B00;
            }

    .featured-uni-body .fu-header .uni-loc {
        margin-bottom: 25px;
    }

        .featured-uni-body .fu-header .uni-loc i {
            color: #EE9B00;
            padding-right: 5px;
        }

    .featured-uni-body .fu-header .uni-feature {
        margin-bottom: 25px;
    }

        .featured-uni-body .fu-header .uni-feature .feature-icon {
            margin-right: 15px;
            width: 40px;
        }

        .featured-uni-body .fu-header .uni-feature .feature-data b {
            display: block;
        }

@media (max-width: 520.98px) {
    .featured-uni-body .fu-header .uni-feature .feature-data span {
        font-size: 12px;
        line-height: 1.4;
        display: block;
    }
}

.featured-uni-body .fu-body {
    padding-top: 30px;
}

    .featured-uni-body .fu-body h5 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .featured-uni-body .fu-body .minor-course-box {
        border: 1px solid #ccc;
        padding: 12px;
        font-weight: 600;
        display: block;
    }

@media (max-width: 767.98px) {
    .featured-uni-body .fu-body .minor-course-box {
        margin-bottom: 20px;
        margin-left: 1px;
    }
}

.featured-uni-body .fu-body .minor-course-box h6 {
    font-size: 18px;
    font-weight: 600;
    min-height: 50px;
    text-transform: uppercase;
}

@media (max-width: 992.98px) {
    .featured-uni-body .fu-body .minor-course-box h6 {
        font-size: 14px;
    }
}

.featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper {
    position: relative;
}

    .featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper span {
        font-size: 13px;
        text-transform: uppercase;
    }

@media (max-width: 992.98px) {
    .featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper span {
        font-size: 12px;
    }
}

.featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper .minor-course-price {
    font-size: 16px;
}

@media (max-width: 992.98px) {
    .featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper .minor-course-price {
        font-size: 14px;
    }
}

.featured-uni-body .fu-body .minor-course-box .minor-course-price-wrapper i {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 12px;
}

.home-steps-study {
    background: #BD2748;
    padding: 40px;
}

@media (max-width: 767.98px) {
    .home-steps-study {
        padding: 20px;
    }
}

.home-steps-study h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

@media (max-width: 992.98px) {
    .home-steps-study h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .home-steps-study h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.home-steps-study .home-steps-wrapper {
    background: #FED273;
    padding: 80px 80px 0;
    text-align: center;
    border-top-right-radius: 280px;
    border-top-left-radius: 280px;
}

@media (max-width: 767.98px) {
    .home-steps-study .home-steps-wrapper {
        padding: 80px 10px 0;
    }
}

.home-help-box {
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

@media (max-width: 1299.98px) {
    .home-help-box img {
        max-width: 280px;
    }
}

@media (max-width: 1199.98px) {
    .home-help-box img {
        max-width: 230px;
    }
}

@media (max-width: 991.98px) {
    .home-help-box img {
        max-width: 170px;
    }
}

@media (max-width: 767.98px) {
    .home-help-box img {
        max-width: 280px;
    }
}

@media (max-width: 520.98px) {
    .home-help-box img {
        max-width: 45%;
    }
}

@media (max-width: 767.98px) {
    .home-help-box.discover-box {
        margin-bottom: 20px;
    }
}

.home-help-box .home-help-content {
    padding: 0 40px;
}

@media (max-width: 991.98px) {
    .home-help-box .home-help-content {
        padding: 0 20px;
    }
}

.home-help-box .home-help-content h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .home-help-box .home-help-content h3 {
        font-size: 18px;
    }
}

.home-help-box .home-help-content p {
    font-weight: 400;
    margin: 25px 0;
}

@media (max-width: 767.98px) {
    .home-help-box .home-help-content p {
        margin: 15px 0;
        font-size: 14px;
    }
}

@media (max-width: 520.98px) {
    .home-help-box .home-help-content p {
        margin: 15px 0;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .home-help-box .home-help-content .btn {
        font-size: 14px;
    }
}

.blogger-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
}

.blogger-profile {
    /*display: table;*/
    align-items: center;
    color: #000;
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

    .blogger-profile .blogger-avatar {
        /*width: 50%;*/
        /*height: 100%;*/
        background-repeat: no-repeat;
        background-size: cover;
        display: table-cell;
        background-position: center center;
    }

@media (max-width: 767.98px) {
    .blogger-profile .blogger-avatar {
        background-position: center top -45px;
        padding-bottom: 75%;
        width: 100%;
        display: block;
    }
}

.blogger-profile .blogger-content {
    display: table-cell;
    padding: 25px;
}

@media (max-width: 767.98px) {
    .blogger-profile .blogger-content {
        display: block;
    }
}

.blogger-profile .blogger-content h5 {
    font-size: 18px;
    margin: 15px 0;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.blogger-profile .hash-tag {
    margin: 25px 0;
}

.recent-post-body .recent-post-box {
    display: block;
    text-decoration: none;
}

    .recent-post-body .recent-post-box .recent-post-thumb {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .recent-post-body .recent-post-box.big-recent-box .recent-post-thumb {
        padding-bottom: 83%;
        margin-bottom: 0;
        height: 0;
    }

@media (max-width: 991.98px) {
    .recent-post-body .recent-post-box.big-recent-box .recent-post-thumb {
        padding-bottom: 50%;
    }
}

.recent-post-body .recent-post-box.big-recent-box .recent-post-thumb .category-label {
    background: #fff;
    color: #BD2748;
    padding: 3px 5px;
    top: 10px;
    left: 10px;
    position: relative;
    font-weight: 600;
}

.recent-post-body .recent-post-box.big-recent-box .recent-post-content {
    border: 1px solid #ccc;
    margin-top: -1px;
}

@media (max-width: 991.98px) {
    .recent-post-body .recent-post-box.big-recent-box {
        margin-bottom: 20px;
    }
}

.recent-post-body .recent-post-box.sm-recent-box {
    margin-bottom: 46px;
}

    .recent-post-body .recent-post-box.sm-recent-box .sm-recent-box-wrapper {
        border: 1px solid #ccc;
    }

        .recent-post-body .recent-post-box.sm-recent-box .sm-recent-box-wrapper .recent-post-content {
            padding: 22px 20px;
        }

    .recent-post-body .recent-post-box.sm-recent-box .recent-post-thumb {
        flex: 0 0 auto;
        width: 30%;
        max-width: 100%;
    }

@media (max-width: 575.98px) {
    .recent-post-body .recent-post-box.sm-recent-box .recent-post-thumb {
        padding-bottom: 50%;
        height: 0;
        width: 100%;
    }
}

.recent-post-body .recent-post-box.sm-recent-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .recent-post-body .recent-post-box.sm-recent-box {
        margin-bottom: 20px;
    }
}

.recent-post-body .recent-post-box .recent-post-content {
    padding: 45px 15px;
}

    .recent-post-body .recent-post-box .recent-post-content h3 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .recent-post-body .recent-post-box .recent-post-content .recent-post-meta {
        margin-bottom: 15px;
        color: #000;
    }

        .recent-post-body .recent-post-box .recent-post-content .recent-post-meta span {
            font-size: 12px;
        }

.recent-post-body .recent-post-box p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-post-body .recent-post-box .post-tag {
    background: #fff;
    color: #BD2748;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    font-weight: 600;
}

    .recent-post-body .recent-post-box .post-tag.cyan {
        background: #005F73;
        color: #FED273;
    }

    .recent-post-body .recent-post-box .post-tag.cyan-tag {
        background: #005F73;
        color: #FED273;
    }

    .recent-post-body .recent-post-box .post-tag.yellow-tag {
        background: #FED273;
        color: #BD2748;
    }

.contact-tnd-wrapper {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 45px;
}

.contact-form .btn {
    min-width: 180px;
}

.contact-info-wrapper .contact-info-mb {
    margin-bottom: 30px;
}

.contact-info-wrapper h3 {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 700;
}

@media (max-width: 992.98px) {
    .contact-info-wrapper h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .contact-info-wrapper h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.contact-info-box {
    border: 1px solid #ccc;
    height: 100%;
}

.contact-info-top {
    position: relative;
    overflow: hidden;
}

    .contact-info-top .contact-info-bg {
        height: 0;
        position: relative;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(3px);
        -webkit-filter: blur(3px);
    }

@media (max-width: 767.98px) {
    .contact-info-top .contact-info-bg {
        padding-bottom: 45%;
    }
}

@media (max-width: 575.98px) {
    .contact-info-top .contact-info-bg {
        padding-bottom: 70%;
    }
}

.contact-info-top .contact-info-bg:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 37, 41, 0.4);
}

.contact-info-top .contact-info-header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 25px;
    color: #fff;
}

    .contact-info-top .contact-info-header h6 {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .contact-info-top .contact-info-header img {
        max-width: 30px;
        padding-bottom: 20px;
    }

.contact-info-body {
    padding: 20px;
}

    .contact-info-body ul li {
        display: flex;
        align-items: flex-start;
        padding-bottom: 5px;
    }

@media (max-width: 1199.98px) {
    .contact-info-body ul li {
        font-size: 14px;
    }
}

.contact-info-body ul li i {
    margin-right: 8px;
    width: 20px;
    position: relative;
    top: 5px;
}

.contact-info-body ul li.map-info i {
    color: #005F73;
}

.contact-info-body ul li.phone-info i {
    color: #BD2748;
}

.contact-info-body ul li.fax-info i {
    color: #EE9B00;
}

.contact-info-body ul li.email-info i {
    color: #005F73;
}

.contact-info-body ul li.map-info i {
    color: #005F73;
}

.contact-info-body ul li img {
    width: 18px;
    margin-right: 8px;
}

.connect-wrapper .connect-body {
    border: 24px solid #BD2748;
    text-align: center;
    padding: 30px 50px;
}

    .connect-wrapper .connect-body ul li {
        display: inline-block;
        padding: 0 10px;
    }

        .connect-wrapper .connect-body ul li a {
            display: block;
        }

.sm-career-wrapper .btn {
    width: 100%;
    max-width: 200px;
}

.lg-carousel-banner-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

    .lg-carousel-banner-wrapper .owl-carousel .owl-nav button {
        width: 48px;
        height: 48px;
        background: #fff;
        color: #BD2748;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    }

        .lg-carousel-banner-wrapper .owl-carousel .owl-nav button:hover {
            background: #BD2748;
            color: #fff;
        }

    .lg-carousel-banner-wrapper .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 100px;
    }

    .lg-carousel-banner-wrapper .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 100px;
    }

.stagePadding4 .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

    .stagePadding4 .owl-carousel .owl-nav button {
        width: 48px;
        height: 48px;
        background: #fff;
        color: #BD2748;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    }

        .stagePadding4 .owl-carousel .owl-nav button:hover {
            background: #BD2748;
            color: #fff;
        }

    .stagePadding4 .owl-carousel .owl-nav .owl-prev {
        float: left;
        margin-left: 100px;
    }

    .stagePadding4 .owl-carousel .owl-nav .owl-next {
        float: right;
        margin-right: 100px;
    }

.hero-msg {
    padding: 50px 45px 40px;
    text-align: center;
    color: #fff;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .hero-msg {
        padding: 30px 20px;
    }
}

.hero-msg h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 992.98px) {
    .hero-msg h4 {
        font-size: 21px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .hero-msg h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.hero-msg.sm-msg-box p {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.top-stick-wrapper {
    margin-top: -55px;
}

    .top-stick-wrapper .hero-msg {
        padding: 75px 45px 50px;
    }

@media (max-width: 767.98px) {
    .top-stick-wrapper .hero-msg {
        padding: 45px 15px 15px;
    }
}

.top-stick-wrapper .hero-msg p {
    font-size: 26px;
}

@media (max-width: 991.98px) {
    .top-stick-wrapper .hero-msg p {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .top-stick-wrapper .hero-msg p {
        font-size: 16px;
    }
}

.non-space-wrapper .hero-msg {
    padding: 55px 25px 40px;
}

@media (max-width: 767.98px) {
    .non-space-wrapper .hero-msg {
        padding: 45px 15px 15px;
    }
}

.non-space-wrapper .hero-msg p {
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .non-space-wrapper .hero-msg p {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .non-space-wrapper .hero-msg p {
        font-size: 16px;
    }
}

.cat-links li {
    padding: 0 15px;
}

    .cat-links li a {
        text-decoration: none;
        padding-bottom: 5px;
        border-bottom: 1px solid transparent;
    }

    .cat-links li.current a {
        color: #EE9B00;
        border-bottom-color: #EE9B00;
    }

.long-cat-list .cat-link {
    text-decoration: none;
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    font-size: 14px;
}

    .long-cat-list .cat-link.current {
        color: #EE9B00;
        border-bottom-color: #EE9B00;
    }

.long-cat-list .owl-carousel .owl-stage {
    display: block;
}

.long-cat-list .owl-nav {
    display: block !important;
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -1;
}

    .long-cat-list .owl-nav button {
        width: 28px;
        height: 28px;
        background: #fff;
        color: #BD2748;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
    }

        .long-cat-list .owl-nav button i {
            font-size: 14px;
        }

        .long-cat-list .owl-nav button:hover {
            background: #BD2748;
            color: #fff;
        }

    .long-cat-list .owl-nav .owl-prev {
        float: left;
        margin-left: -50px;
    }

    .long-cat-list .owl-nav .owl-next {
        float: right;
        margin-right: -50px;
    }

.red-pattern-bg {
    background: #BD2748 url(/Content/images/red-pattern-bg.png) no-repeat;
    background-size: cover;
}

.blue-pattern-bg {
    background: #005F73 url(/Content/images/red-pattern-bg.png) no-repeat;
    background-size: cover;
}

.orange-pattern-bg {
    background: #EE9B00 url(/Content/images/red-pattern-bg.png) no-repeat;
    background-size: cover;
}

.yellow-pattern-bg {
    background: #FED273 url(/Content/images/red-pattern-bg.png) no-repeat;
    background-size: cover;
    color: #000;
}

    .yellow-pattern-bg hr {
        border-color: #000;
    }

.other-feature {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .other-feature .other-tagline {
        position: relative;
        z-index: 8;
        max-width: 1100px;
        margin: 0 auto;
    }

    .other-feature:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 39.97%, rgba(0, 0, 0, 0.6) 100%);
        left: 0;
        top: 0;
    }

.frame-box {
    border-width: 30px;
    border-style: solid;
    background: #fff;
}

@media (max-width: 767.98px) {
    .frame-box {
        border-width: 20px;
    }
}

.frame-box .frame-wrapper {
    padding: 20px 18px;
}

@media (max-width: 1199.98px) {
    .frame-box .frame-wrapper h4 {
        font-size: 21px;
    }
}

.frame-box .frame-wrapper .frame-rotate-title {
    padding: 8px 15px;
    transform: rotate(-3deg);
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
}

    .frame-box .frame-wrapper .frame-rotate-title h5 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
    }

    .frame-box .frame-wrapper .frame-rotate-title.yellow-box {
        background: #FED273;
    }

        .frame-box .frame-wrapper .frame-rotate-title.yellow-box h5 {
            color: #005F73;
        }

    .frame-box .frame-wrapper .frame-rotate-title.red-box {
        background: #A92340;
    }

        .frame-box .frame-wrapper .frame-rotate-title.red-box h5 {
            color: #A9DBCA;
        }

.frame-box .frame-wrapper .short-collapse-btn {
    display: block;
}

.frame-box.long-frame .frame-wrapper {
    padding: 25px 45px 35px;
    margin-bottom: 25px;
}

    .frame-box.long-frame .frame-wrapper .frame-rotate-title {
        margin-bottom: 40px;
    }

@media (max-width: 1199.98px) {
    .benefit-wrapper .frame-box {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .benefit-wrapper .frame-box {
        position: relative;
        transition: all 0.35s ease-in-out;
    }

        .benefit-wrapper .frame-box.yellow-border {
            z-index: 3;
        }

        .benefit-wrapper .frame-box.red-border {
            transform: rotate(-4deg);
            position: relative;
            top: 5px;
            right: -100px;
            z-index: 0;
        }

        .benefit-wrapper .frame-box.blue-border {
            transform: rotate(4deg);
            position: relative;
            top: 5px;
            left: -100px;
            z-index: 0;
        }
}

@media (min-width: 1200px) {
    .benefit-wrapper:hover .frame-box.red-border {
        transform: rotate(0);
        top: 0;
        right: 0;
    }

    .benefit-wrapper:hover .frame-box.blue-border {
        transform: rotate(0);
        top: 0;
        left: 0;
    }
}

.link-list li a {
    text-decoration: none;
    border-bottom: 1px solid #212529;
    padding: 2px 4px 5px;
}

@media (max-width: 767.98px) {
    .link-list li a {
        display: block;
    }
}

.link-list li a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\e09f";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding-left: 8px;
}

.category-icon {
    margin: 0 auto;
    text-align: center;
    min-width: 280px;
}

@media (max-width: 767.98px) {
    .category-icon {
        min-width: 120px;
    }
}

.category-icon img {
    width: 24px;
    margin: 0 auto 10px;
}

@media (max-width: 767.98px) {
    .COL-content {
        min-width: 350px;
    }
}

.filter-search-wrapper {
    position: sticky;
    top: 0;
    z-index: 99;
    will-change: min-height;
    padding-top: 0;
}

@media (max-width: 991.98px) {
    .filter-search-wrapper {
        position: relative;
    }
}

.filter-search-wrapper .filter-search-bg {
    background: #FED273;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .filter-search-wrapper .filter-search-bg {
        padding: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .filter-search-wrapper .filter-search-bg {
        padding: 10px 0;
    }
}

@media (max-width: 767.98px) {
    .filter-search-wrapper .filter-search-bg .form-select {
        font-size: 12px;
    }
}

.filter-search-wrapper .filter-tag-wrapper {
    box-shadow: 0px 3px 21px -13px rgba(0, 0, 0, 0.36);
}

.filter-search-wrapper .search-wrapper .input-group {
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .filter-search-wrapper .search-wrapper .input-group input {
        font-size: 12px;
    }
}

.filter-search-container .right-border {
    border-right: 1px solid #000;
}

@media (max-width: 767.98px) {
    .filter-search-container .right-border {
        border: 0;
        margin-bottom: 15px;
    }
}

.filter-search-container .form-group {
    margin-bottom: 0;
}

.filter-search-container h5 {
    font-size: 1rem;
}

.input-group-right {
    background: #EBEBEB;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 6px 15px;
}

    .input-group-right i {
        line-height: 1.8;
    }

.filter-tag-wrapper {
    background: #fff;
}

.filter-tag-body {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .filter-tag-body {
        padding: 10px 0 2px;
    }
}

.filter-tag-body .filter-tag-list {
    margin-right: 20px;
}

    .filter-tag-body .filter-tag-list .filter-tag {
        display: inline-block;
        vertical-align: middle;
        background: #212529;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding: 6px 20px;
        border-radius: 25px;
        text-transform: capitalize;
        margin-right: 10px;
        margin-bottom: 5px;
    }

@media (max-width: 767.98px) {
    .filter-tag-body .filter-tag-list .filter-tag {
        font-size: 12px;
        margin-bottom: 8px;
    }
}

.filter-tag-body .filter-tag-list .filter-tag span {
    padding-left: 3px;
    color: #fff;
}

.filter-tag-body .tag-reset-btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

    .filter-tag-body .tag-reset-btn i {
        transform: rotate(-270deg);
    }

.sortBy-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767.98px) {
    .sortBy-wrapper {
        padding-bottom: 0;
    }
}

.sortBy-wrapper .dropdown-toggle {
    font-size: 14px;
}

    .sortBy-wrapper .dropdown-toggle::after {
        font-family: 'Font Awesome 6 Pro';
        content: "\f078";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        border: 0;
        font-weight: 400;
        position: relative;
        top: 2px;
        font-size: 14px;
        padding-left: 3px;
    }

.cd-breadcrumb {
    width: 100%;
    padding: 0.5em 1em;
    margin: 1em auto;
    background-color: #edeff0;
    border-radius: 0.25em;
}

    .cd-breadcrumb:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-breadcrumb li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

        .cd-breadcrumb li:last-of-type::after {
            display: none;
        }

        .cd-breadcrumb li > * {
            display: inline-block;
            font-size: 1.4rem;
            color: #2c3f4c;
        }

        .cd-breadcrumb li.current > * {
            color: #96c03d;
        }

.cd-multi-steps {
    width: 100%;
    padding: 0.5em 1em;
    margin: 1em auto 2rem;
    background-color: #edeff0;
    border-radius: 0.25em;
}

    .cd-multi-steps:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-multi-steps li {
        display: inline-block;
        margin: 0.5em 0;
    }

        .cd-multi-steps li:last-of-type::after {
            display: none;
        }

        .cd-multi-steps li > * {
            display: inline-block;
            font-size: 1.4rem;
            color: #2c3f4c;
        }

        .cd-multi-steps li.current > * {
            color: #96c03d;
        }

.no-touch .cd-breadcrumb a:hover {
    color: #96c03d;
}

.no-touch .cd-multi-steps a:hover {
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #333;
}

.cd-multi-steps.custom-separator li::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #333;
}

#scholarshipMatch-Modal .modal-body {
    overflow-x: hidden;
}

.match-step-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

    .match-step-wrapper .match-steps {
        width: 100%;
        flex: 0 0 auto;
    }

@media (max-width: 991.98px) {
    .match-step-wrapper .match-steps input,
    .match-step-wrapper .match-steps select {
        font-size: 12px;
    }
}

.match-step-wrapper h4 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .match-step-wrapper h4 {
        font-size: 18px;
    }
}

.match-step-wrapper h5 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .match-step-wrapper h5 {
        font-size: 14px;
    }
}

.match-step-wrapper ol {
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 50px;
}

.match-step-wrapper .step-1 .form-select {
    display: inline-block;
    width: auto;
    padding-right: 75px;
    font-weight: 400;
}

.match-step-wrapper .match-btn-wrapper a i {
    padding-left: 5px;
}
/* -------------------------------- 
Multi steps indicator 
-------------------------------- */
.cd-multi-steps {
    background-color: transparent;
    padding: 0;
    text-align: center;
}

    .cd-multi-steps li {
        position: relative;
        float: none;
        width: 15%;
        margin: 0.4em 40px 0.4em 0;
    }

        .cd-multi-steps li:last-of-type {
            margin-right: 0;
        }

        .cd-multi-steps li::after {
            position: absolute;
            content: '';
            height: 1px;
            background: #CCCCCC;
            margin: 0;
        }

        .cd-multi-steps li > * {
            position: relative;
            color: #2c3f4c;
        }

        .cd-multi-steps li.visited::after {
            background-color: #96c03d;
        }

        .cd-multi-steps li i,
        .cd-multi-steps li .step-current {
            display: none;
        }

        .cd-multi-steps li.current > * {
            position: relative;
            color: #2c3f4c;
        }

        .cd-multi-steps li.current .step-current {
            display: inline-block;
        }

        .cd-multi-steps li.current .step-num {
            display: none;
        }

        .cd-multi-steps li.active .step-circle {
            position: relative;
            color: #fff;
            background: #2db17b;
        }

        .cd-multi-steps li.active i {
            display: inline-block;
            line-height: 2.4;
        }

        .cd-multi-steps li.active .step-num,
        .cd-multi-steps li.active .step-current {
            display: none;
        }

    .cd-multi-steps.custom-separator li::after {
        height: 4px;
        background: #CCCCCC;
    }

    .cd-multi-steps li::after {
        width: 150%;
        top: 20%;
        left: 50%;
    }

@media (max-width: 519.98px) {
    .cd-multi-steps li::after {
        top: 45%;
    }
}

.cd-multi-steps li .step-circle {
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #B6B6B6;
    line-height: 2.2;
    font-size: 14px;
    color: #fff;
}

.cd-multi-steps li .step-name {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .cd-multi-steps li .step-name {
        font-size: 12px;
    }
}

@media (max-width: 519.98px) {
    .cd-multi-steps li .step-name {
        display: none;
    }
}

.cd-multi-steps li.current .step-circle {
    color: #ffffff;
    background-color: #FFB800;
}

.cd-multi-steps li.visited .step-circle {
    color: #ffffff;
    background-color: #FFB800;
}

.no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
}

.no-touch .cd-multi-steps.text-top a:hover {
    color: #96c03d;
}

    .no-touch .cd-multi-steps.text-top a:hover::before {
        box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
    }

.no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
}

    .no-touch .cd-multi-steps.text-bottom a:hover::before {
        box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
    }

.cd-multi-steps.text-center.custom-icons li.visited a::before {
    background-position: 0 -60px;
}

.cd-multi-steps.text-top li {
    width: 80px;
    text-align: center;
}

    .cd-multi-steps.text-top li::after {
        position: absolute;
        left: 50%;
        width: calc(100% + 40px);
        bottom: 4px;
    }

    .cd-multi-steps.text-top li > * {
        padding-bottom: 20px;
    }

        .cd-multi-steps.text-top li > *::before {
            content: '';
            position: absolute;
            z-index: 1;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #edeff0;
            bottom: 0;
        }

    .cd-multi-steps.text-top li.visited > *::before {
        background-color: #96c03d;
    }

    .cd-multi-steps.text-top li.current > *::before {
        background-color: #96c03d;
    }

.cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
}

    .cd-multi-steps.text-bottom li::after {
        position: absolute;
        left: 50%;
        width: calc(100% + 40px);
        top: 3px;
    }

    .cd-multi-steps.text-bottom li > * {
        padding-top: 20px;
    }

        .cd-multi-steps.text-bottom li > *::before {
            content: '';
            position: absolute;
            z-index: 1;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 12px;
            width: 12px;
            border-radius: 50%;
            background-color: #edeff0;
            top: 0;
        }

    .cd-multi-steps.text-bottom li.visited > *::before {
        background-color: #96c03d;
    }

    .cd-multi-steps.text-bottom li.current > *::before {
        background-color: #96c03d;
    }
/* -------------------------------- 
Add a counter to the multi-steps indicator 
-------------------------------- */
.cd-multi-steps.count li {
    counter-increment: steps;
}

    .cd-multi-steps.count li > *::before {
        content: counter(steps) " - ";
    }

@media only screen and (min-width: 768px) {
    .cd-multi-steps.text-top.count li > *::before,
    .cd-multi-steps.text-bottom.count li > *::before {
        content: counter(steps);
        height: 26px;
        width: 26px;
        line-height: 26px;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .cd-multi-steps.text-top.count li:not(.current) span::before,
    .cd-multi-steps.text-bottom.count li:not(.current) span::before {
        color: #2c3f4c;
    }

    .cd-multi-steps.text-top.count li::after {
        bottom: 11px;
    }

    .cd-multi-steps.text-top.count li > * {
        padding-bottom: 34px;
    }

    .cd-multi-steps.text-bottom.count li::after {
        top: 11px;
    }

    .cd-multi-steps.text-bottom.count li > * {
        padding-top: 34px;
    }
}

.scholarship-benefits-wrapper {
    background: url(/Content/images/scholarship-benefits-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 240px;
}

.scholarship-list {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #A7A7A7;
}

    .scholarship-list:last-child {
        border-bottom: 0;
    }

    .scholarship-list a {
        text-decoration: none;
    }

.scholarship-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .scholarship-header {
        margin-bottom: 15px;
    }
}

.scholarship-header .scholarship-title {
    flex: 1;
}

    .scholarship-header .scholarship-title span {
        font-size: 13px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

@media (max-width: 767.98px) {
    .scholarship-header .scholarship-title span {
        font-size: 11px;
        padding-bottom: 5px;
    }
}

.scholarship-header .scholarship-title h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .scholarship-header .scholarship-title h4 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .scholarship-header .scholarship-title h4 {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .scholarship-header .scholarship-title h4 {
        font-size: 14px;
    }
}

.scholarship-btn {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .scholarship-btn .btn {
        background: #005F73;
        color: #fff;
        padding: 12px 25px;
        margin-right: 15px;
    }

        .scholarship-btn .btn:hover {
            background: #000;
        }

.col-scholarship-logo {
    text-align: center;
    margin-bottom: 30px;
}

    .col-scholarship-logo span {
        font-size: 32px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
        font-weight: 600;
    }

@media (max-width: 991.98px) {
    .col-scholarship-logo {
        flex: 0 0 150px;
    }
}

@media (max-width: 767.98px) {
    .col-scholarship-logo {
        flex: 0 0 120px;
        margin-right: 15px;
    }
}

@media (max-width: 575.98px) {
    .col-scholarship-logo {
        flex: 0 0 100px;
    }
}

.scholarship-meta span {
    font-size: 14px;
    margin-right: 20px;
    padding-left: 5px;
}

@media (max-width: 767.98px) {
    .scholarship-meta span {
        font-size: 12px;
    }
}

.scholarship-content {
    margin-top: 15px;
}

    .scholarship-content h6 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .scholarship-content p {
        margin-bottom: 20px;
        font-size: 14px;
    }

.scholarship-benefits-wrapper {
    background: url(/Content/images/scholarship-benefits-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 240px;
}

.scholarship-list {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #A7A7A7;
}

    .scholarship-list:last-child {
        border-bottom: 0;
    }

    .scholarship-list a {
        text-decoration: none;
    }

.scholarship-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ax-viewwebsite:hover {
    text-decoration: underline;
}

.scholarshipCompare {
    background: #ededed;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    color: #333;
    z-index: 89;
}

@media (max-width: 1199.98px) {
    .scholarshipCompare {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .cta-link {
        display: block;
    }
}

.ctacompare-header h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.ctaRow {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: flex-start;
}

.cta-box {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 8px 15px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

    .cta-box b {
        font-size: 14px;
    }

@media (max-width: 1299.98px) {
    .cta-box b {
        font-size: 13px;
        max-width: 215px;
    }
}

.cta-close {
    padding-left: 8px;
    cursor: pointer;
    font-size: 21px;
    vertical-align: middle;
    color: #333;
}

.cta-selected {
    flex: 0 0 auto;
    max-width: calc(100% - 150px);
}

.desktop-ctacompare {
    margin-left: auto;
}

.cta-clear {
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

    .cta-clear:hover {
        color: #999;
    }

.mobile-ctacompare {
    display: none;
}

.pagination {
    padding-top: 25px;
    padding-bottom: 20px;
}

.page-item {
    padding: 0 10px;
}

    .page-item .page-link {
        border: 0;
        font-size: 14px;
        color: #000;
        padding: 5px 2px 3px;
    }

        .page-item .page-link:hover {
            color: #333;
        }

        .page-item .page-link i {
            font-size: 12px;
        }

    .page-item.disabled .page-link {
        background: none;
        color: #000;
    }

    .page-item.active .page-link {
        color: #EE9B00;
        background: none;
        border-bottom: 1px solid #EE9B00;
    }

.col-150 {
    flex: 0 0 150px;
    max-width: 100%;
}

.scholarship-content li {
    padding-bottom: 15px;
}

.ps-contact-wrap {
    background: #FED273;
    padding: 20px 25px;
    color: #000;
}

    .ps-contact-wrap .ps-info-wrapper {
        display: flex;
        margin-bottom: 10px;
    }

        .ps-contact-wrap .ps-info-wrapper .ps-info-icon {
            width: 25px;
            margin-right: 8px;
            flex: 0 0 auto;
        }

input[type="file"] {
    border: 0;
    background: #fff;
    color: #818181;
}

    input[type="file"]::file-selector-button {
        background: #000;
        color: #fff;
        border-radius: 25px;
        font-size: 14px;
        padding: 8px 20px;
    }

.ctacompare {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 10;
}

#compareModal .table tbody td {
    padding: 10px 15px;
    font-size: 14px;
    background: #EDEDED;
    border-color: #fff;
}

    #compareModal .table tbody td:first-child {
        background: #005F73;
        color: #fff;
    }

#compareModal .table tbody tr:first-child td:not(:first-child) {
    font-weight: 600;
}

#compareModal .table tbody tr td:first-child img {
    width: 16px;
    margin-right: 5px;
}

.scholarship-detail {
    background: url(../images/scholarship-table-bg.png) no-repeat;
    background-size: auto;
    background-position: bottom center;
    padding-bottom: 200px;
}

    .scholarship-detail .table tbody td {
        padding: 15px;
        font-size: 14px;
        background: #EDEDED;
        border-color: #fff;
    }

        .scholarship-detail .table tbody td:first-child {
            background: #005F73;
            color: #fff;
        }

        .scholarship-detail .table tbody td p,
        .scholarship-detail .table tbody td ul {
            margin-bottom: 0;
        }

    .scholarship-detail .table tbody tr:first-child td:not(:first-child) {
        font-weight: 600;
    }

    .scholarship-detail .table tbody tr td.text-center {
        padding-left: 50px;
        padding-right: 50px;
    }

    .scholarship-detail .table tbody tr td:first-child img {
        width: 16px;
        margin-right: 5px;
    }

    .scholarship-detail .sm-width {
        margin-bottom: 10px;
    }

        .scholarship-detail .sm-width img {
            height: 100%;
            max-height: 100px;
        }

.filters-layout .row {
    margin: 0 -10px;
}

@media (max-width: 1199.98px) {
    .filters-layout .row {
        margin: 0 -5px;
    }

        .filters-layout .row .form-select {
            font-size: 12px;
            margin-bottom: 5px;
        }
}

.filters-layout .row > * {
    padding: 0 10px;
}

@media (max-width: 1199.98px) {
    .filters-layout .row > * {
        padding: 0 5px;
    }
}

.list-wrapper {
    background: #005F73;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    will-change: min-height;
    margin-top: -55px;
    padding: 50px 0 15px;
}

@media (max-width: 1199.98px) {
    .list-wrapper {
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .list-wrapper {
        display: none;
    }
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

@media (max-width: 767.98px) {
    .stepper-item {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #005F73;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.step-name {
    margin-top: 5px;
}

    .step-name img {
        width: 30px;
    }

    .step-name span {
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 14px;
    }

@media (max-width: 991.98px) {
    .step-name span {
        font-size: 12px;
    }
}

.step-link {
    text-decoration: none;
    color: #fff;
}

    .step-link.active .step-counter {
        background: #fff;
        color: #333;
    }

.bs-target-bg {
    position: relative;
}

    .bs-target-bg b {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 102px;
        color: #FED273;
        z-index: 2;
        font-weight: 600;
    }

    .bs-target-bg span {
        font-size: 32px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
        font-weight: 700;
        text-transform: uppercase;
    }

@media (max-width: 767.98px) {
    .bs-target-bg span {
        font-size: 18px;
        line-height: 1.4;
    }
}

#step2 .bs-target-bg b,
#step4 .bs-target-bg b,
#step6 .bs-target-bg b,
#step8 .bs-target-bg b {
    color: #A9DBCA;
}

.collapse-content {
    margin-bottom: 15px;
}

.short-collapse-btn {
    color: #BD2748;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
}

    .short-collapse-btn i {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

        .short-collapse-btn i:after {
            content: "\f056";
        }

    .short-collapse-btn.collapsed {
        color: #000;
    }

        .short-collapse-btn.collapsed i:after {
            content: "\f055";
        }

.gj-datepicker button.btn-outline-secondary {
    background: #EBEBEB;
    border: 0;
    padding-right: 25px;
}

.gj-datepicker button i:before {
    content: "\f073";
    font-weight: 500;
    color: #212529;
}

.video-wrapper {
    position: relative;
}

    .video-wrapper .video-btn-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
    }

        .video-wrapper .video-btn-wrapper img {
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            transition: all 0.2s ease-in-out;
        }

        .video-wrapper .video-btn-wrapper:hover img {
            filter: invert(1);
        }

.download-wrapper {
    border: 1px solid #CCCCCC;
    display: block;
    background: #fff;
    transition: all 0.25s ease-in-out;
}

    .download-wrapper .file-wrapper {
        margin-bottom: 15px;
        background-color: #EDEDED;
    }

        .download-wrapper .file-wrapper img {
            width: 100%;
        }

    .download-wrapper:hover {
        background: #f0f8ff;
    }

    .download-wrapper .file-info {
        padding: 15px;
        font-weight: 600;
    }

        .download-wrapper .file-info small {
            font-weight: 500;
        }

        .download-wrapper .file-info a {
            text-decoration: none;
        }

            .download-wrapper .file-info a:hover {
                text-decoration: underline;
            }

.faq-wrapper h4 {
    text-align: center;
}

.faq-wrapper .faq-body {
    margin-top: 25px;
}

    .faq-wrapper .faq-body li {
        padding-left: 8px;
    }

        .faq-wrapper .faq-body li::marker,
        .faq-wrapper .faq-body li h5 {
            font-size: 18px;
            font-weight: 600;
        }

.ISA-wrapper {
    background: #FED273;
    padding: 35px;
}

    .ISA-wrapper .ISA-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

@media (max-width: 767.98px) {
    .ISA-wrapper .ISA-form {
        display: block;
        text-align: center;
    }
}

.ISA-wrapper .ISA-form .ISA-left {
    width: 62%;
    padding-right: 10px;
}

@media (max-width: 991.98px) {
    .ISA-wrapper .ISA-form .ISA-left {
        width: 95%;
    }
}

@media (max-width: 767.98px) {
    .ISA-wrapper .ISA-form .ISA-left {
        margin-bottom: 10px;
        width: 100%;
        padding-right: 0;
    }
}

.ISA-wrapper .ISA-form .ISA-left span {
    font-size: 20px;
    font-weight: 600;
    padding-right: 10px;
}

@media (max-width: 991.98px) {
    .ISA-wrapper .ISA-form .ISA-left span {
        font-size: 16px;
    }
}

.ISA-wrapper .ISA-form .ISA-left .form-select {
    display: inline-block;
    max-width: 200px;
}

.ISA-wrapper .ISA-form .ISA-right span {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .ISA-wrapper .ISA-form .ISA-right span {
        font-size: 14px;
    }
}

.graph-wrapper {
    margin-bottom: 25px;
}

.search-top {
    margin-bottom: 10px;
}

.comingsoon-box p {
    font-size: 34px;
    text-align: center;
}

.sm-video-wrapper {
    padding: 50px 0;
}

@media (min-width: 1200px) {
    .sm-video-wrapper .row {
        margin: 0 -20px;
    }
}

@media (min-width: 1600px) {
    .sm-video-wrapper .row {
        margin: 0 -65px;
    }
}

@media (min-width: 1200px) {
    .sm-video-wrapper .row .col-sm-6 {
        padding: 0 100px;
        position: relative;
    }

        .sm-video-wrapper .row .col-sm-6:first-child:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            border-right: 1px solid #ccc;
        }
}

.sm-video-wrapper .sm-video-box {
    margin-bottom: 25px;
}

.sm-video-wrapper .card-link .card-bg {
    padding-bottom: 65%;
}

.sm-video-wrapper .card-link:hover .card-bg i {
    background: #BD2748;
    color: #fff;
}

.search-regional-input {
    position: relative;
}

    .search-regional-input i {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

.regional-media-box ul li {
    padding: 0 10px;
}

.ISAC-contact {
    padding: 0 40px;
    margin-bottom: 35px;
}

@media (max-width: 1599.98px) {
    .ISAC-contact {
        padding: 0 80px;
    }
}

@media (max-width: 1199.98px) {
    .ISAC-contact {
        padding: 0;
    }
}

.ISAC-contact a {
    color: #717773;
    font-size: 18px;
    font-weight: 600;
}

.newsletter-wrapper {
    background: #BD2748 url(/Content/images/newsletter-bg.png) no-repeat;
    background-position: right 0;
    padding: 35px 0;
}

    .newsletter-wrapper h3 {
        font-size: 28px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 700;
    }

.blogger-cta-wrapper {
    background: #005F73 url(/Content/images/blogger-cta-1.jpg) no-repeat;
    background-position: right 0;
    padding: 60px 0;
}

    .blogger-cta-wrapper h3 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .blogger-cta-wrapper p {
        color: #fff;
        margin-bottom: 25px;
        font-size: 15px;
    }

#back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    bottom: 25px;
    right: 10px;
    margin: 0;
    z-index: 1500;
    font-size: 20px;
    line-height: 36px;
    display: block;
    opacity: 1;
    background-color: #FED273;
    color: #212529;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

    #back-top i {
        padding-top: 5px;
    }

    #back-top span {
        font-size: 13px;
        display: block;
    }

    #back-top:hover {
        background: #222;
        color: #fff;
    }

.top-footer {
    margin-top: 40px;
}

.post-follow-wrapper {
    margin-top: 60px;
    padding: 40px 0 0;
    border-top: 1px solid #000;
}

    .post-follow-wrapper .col-sm-6:first-child .post-follow-box {
        border-right: 1px solid #000;
    }

        .post-follow-wrapper .col-sm-6:first-child .post-follow-box a {
            display: block;
        }

    .post-follow-wrapper .post-follow-box h4 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .post-follow-wrapper .post-follow-box ul {
        margin: 0;
        padding: 0;
    }

        .post-follow-wrapper .post-follow-box ul li {
            display: inline-block;
            padding: 0 10px;
        }

.post-follow-box h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.post-follow-box.sm-follow-box {
    margin-top: 15px;
}

    .post-follow-box.sm-follow-box img {
        width: 65px;
        margin-right: 15px;
    }

.medium-footer {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

    .medium-footer .col-sm-6:first-child .medium-footer-box {
        border-right: 1px solid #CACACA;
    }

        .medium-footer .col-sm-6:first-child .medium-footer-box a {
            display: block;
        }

    .medium-footer .medium-footer-box {
        text-align: center;
    }

        .medium-footer .medium-footer-box h4 {
            font-size: 21px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .medium-footer .medium-footer-box ul {
            margin: 0;
            padding: 0;
        }

            .medium-footer .medium-footer-box ul li {
                display: inline-block;
                padding: 0 10px;
            }

.bottom-footer-box {
    margin-top: 50px;
}

    .bottom-footer-box ul {
        margin-bottom: 10px;
    }

        .bottom-footer-box ul li {
            padding: 0 10px;
        }

            .bottom-footer-box ul li a {
                text-decoration: none;
                font-size: 14px;
                font-weight: 500;
                padding-bottom: 12px;
                display: inline-block;
            }

    .bottom-footer-box small {
        font-size: 10px;
        font-style: italic;
        font-weight: 500;
        display: block;
    }

    .bottom-footer-box .copyright {
        padding: 5px 0 10px;
        font-size: 10px;
        font-style: italic;
        font-weight: 500;
    }

@media (max-width: 1399.98px) {
    .homepage-banner h2 {
        font-size: 50px;
    }
}

@media (max-width: 1299.98px) {
    .header-wrapper .offcanvas-body a {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 130px;
    }

    .homepage-banner h2 {
        font-size: 40px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 21px;
    }
}

@media (max-width: 1199.98px) {
    .mobile-top-right-bar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .mobile-top-right-bar .nav-item {
            padding-right: 15px;
        }

            .mobile-top-right-bar .nav-item .gtranslate_wrapper {
                position: relative !important;
            }

                .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher {
                    font-size: 16px !important;
                    width: auto !important;
                }

                    .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected {
                        background: none !important;
                        z-index: 9;
                    }

                        .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a {
                            border: 0 !important;
                            color: #fff !important;
                            width: auto !important;
                            text-transform: uppercase;
                            background: none !important;
                            line-height: 1;
                        }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
                                background: none !important;
                            }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a img {
                                vertical-align: bottom;
                            }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a:after {
                                display: none;
                            }

                    .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_option {
                        border: 0 !important;
                        position: absolute;
                        border: 0;
                        background: #fff;
                        padding: 5px;
                        top: 110%;
                        margin-top: 2px;
                    }

                        .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_option a {
                            color: #000;
                        }

        .mobile-top-right-bar .login-popup {
            padding: 10px !important;
        }

    .header-wrapper .offcanvas-body {
        padding: 0;
    }

        .header-wrapper .offcanvas-body .nav-item {
            display: block;
            width: 100%;
        }

            .header-wrapper .offcanvas-body .nav-item.nav-modal {
                display: none;
            }

            .header-wrapper .offcanvas-body .nav-item .nav-link {
                padding: 15px 20px;
                background: #f3f3f3;
                display: block;
                border-bottom: 1px solid #ccc;
            }

                .header-wrapper .offcanvas-body .nav-item .nav-link.dropdown-toggle::after {
                    font-family: 'Font Awesome 6 Pro';
                    content: "\f078";
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    text-rendering: auto;
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                    border: 0;
                    font-weight: 300;
                }

        .header-wrapper .offcanvas-body a {
            color: #000;
        }

    .header-wrapper .navbar-toggler {
        color: #fff;
        border: 0;
    }

        .header-wrapper .navbar-toggler:focus {
            box-shadow: none;
        }

    .header-wrapper .nav-container .megamenu-nav .megamenu {
        padding: 15px 20px;
    }

    .homepage-banner h2 {
        font-size: 40px;
    }

    .newsletter-wrapper h3 {
        font-size: 24px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .header-wrapper .navbar-brand img {
        width: 120px;
    }

    .homepage-banner h2 {
        font-size: 28px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 15px 20px;
    }

    .newsletter-wrapper {
        background: #BD2748;
    }

        .newsletter-wrapper h3 {
            font-size: 21px;
        }

    .tagline-wrapper .top-tagline {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 14px;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .header-wrapper .navbar-brand img {
        width: 100px;
    }

    .homepage-banner h2 {
        font-size: 26px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 8px 15px;
    }

    .md-banner {
        padding-bottom: 36%;
    }

    .sm-banner {
        padding-bottom: 25%;
    }

    .newsletter-wrapper h3 {
        font-size: 18px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 12px;
        font-weight: 400;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 5px !important;
        font-size: 12px;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: 5px !important;
            line-height: 1.6 !important;
        }

    .breadcrumb-item a {
        font-size: 12px;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .medium-footer-box a img {
        max-width: 50px;
    }

    .cd-search .form {
        padding: 25px;
    }

        .cd-search .form .close-btn {
            bottom: auto;
            top: 0;
            right: 25px;
        }

        .cd-search .form input {
            font-size: 16px;
        }

    .mt-sm-n5 {
        margin-top: -55px;
    }

    .fs-sm-5 {
        font-size: 18px !important;
    }
}

@media (max-width: 575.98px) {
    .header-wrapper .navbar-brand img {
        width: 80px;
    }

    .homepage-banner h2 {
        font-size: 21px;
    }

    .homepage-banner h2 {
        font-size: 16px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 6px 12px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 9px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 10px;
    }

    .medium-footer .col-sm-6:first-child .medium-footer-box {
        border-right: 0;
        border-bottom: 1px solid #CACACA;
        padding-bottom: 35px;
    }

    .medium-footer .col-sm-6 .medium-footer-box {
        padding-top: 25px;
    }

    .mobile-top-right-bar .login-popup {
        padding: 0 !important;
        width: 30px !important;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 2.4;
    }

        .mobile-top-right-bar .login-popup span {
            display: none;
        }

    .uni-feature .col {
        display: block !important;
        text-align: center;
    }

        .uni-feature .col .feature-icon {
            margin: 0 auto 10px !important;
        }

    .hashnav-wrapper {
        display: none;
    }

    .md-banner {
        padding-bottom: 45%;
    }

    .sm-banner {
        padding-bottom: 25%;
    }

    .general-banner .tagline-wrapper p {
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .breadcrumb-item + .breadcrumb-item {
        font-size: 10px;
    }

    .breadcrumb-item a {
        font-size: 10px;
        max-width: 45px;
    }
}

@media (max-width: 379.98px) {
    .col-xs-12 {
        width: 100%;
    }

    .header-wrapper .navbar-brand img {
        width: 65px;
    }

    .homepage-banner h2 {
        font-size: 12px;
    }

        .homepage-banner h2 .home-tagline2 .tagline {
            padding: 5px 10px;
        }

    .md-banner {
        padding-bottom: 50%;
    }
}

@media (min-width: 768px) {
    .container.xs-container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .container.sm-container {
        max-width: 900px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter-wrapper {
        background-position: 120% 0;
    }
}

@media (min-width: 1200px) {
    .container.md-container {
        max-width: 1100px;
    }

    .desktop-hide {
        display: none;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}


#google_translate_element span {
    display: none !important;
}

.ctacompare {
}

.scholarship-img {
    max-height: 120px;
}

.sm-recent-box-wrapper {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    gap: 20px; /* Add space between image and content */
}

.recent-post-thumb-etc {
    width: 150px; /* Set a fixed width for the image container */
    max-height: 200px; /* Set a fixed height for the image container */
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    flex-shrink: 0; /* Prevent the image from shrinking */
    margin-left: auto; /* Push the image to the right */
}

.recent-post-content {
    flex-grow: 1; /* Allow the content to take up remaining space */
}

.flex-container {
    display: flex;
}

    .flex-container > button {
        margin: 10px;
    }

.btn-white {
    border: 2px solid #000;
}


.btn-container {
    position: relative;
}

.btn-center {
    margin: auto;
    position: relative;
    align-self: center;
    left: 50%;
    transform: translate(-50%,0%)
}


@media screen and (max-width:1500px) {
    .custom-container {
        margin: 2rem;
    }
}

.formwidget-submit-text {
    display: none;
}

.formwidget-submit-text-active {
    display: block !important;
}


.event-container .event-box {
    border: 1px solid #CCCCCC;
    padding: 12px 18px;
    margin-bottom: 30px;
}

    .event-container .event-box h5 {
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .event-container .event-box .event-date {
        display: flex;
        align-items: flex-start;
    }

        .event-container .event-box .event-date > span {
            font-size: 50px;
            letter-spacing: 0.5px;
            font-weight: 600;
            line-height: 1;
            padding-right: 10px;
        }

        .event-container .event-box .event-date .date-box span {
            padding-bottom: 2px;
            display: block;
        }

.event-container h4 {
    font-size: 21px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.event-container .event-loc li {
    display: flex;
}

    .event-container .event-loc li img {
        width: 24px;
        margin-right: 10px;
        height: 24px;
    }

    .event-container .event-loc li span {
        font-size: 14px;
    }

.event-img-carousel a {
    display: block;
    position: relative;
}

    .event-img-carousel a img {
        width: 100%;
    }

    .event-img-carousel a span {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 14px;
        color: #fff;
        font-style: italic;
    }


@media screen and (max-width:720px) {
    .non-space-wrapper {
        margin: auto !important;
    }
}

.edupage-banner .lg-banner::after {
    display: none;
}

.edupage-banner .home-tagline {
    display: flex;
    justify-content: center;
    gap: 5px;
    height: 200px;
    align-items: center;
}

    .edupage-banner .home-tagline h2 {
        text-transform: uppercase;
    }

    .edupage-banner .home-tagline .tagline {
        background-color: #EE9B00;
        transform: rotate(-3deg);
        padding: 20px 30px;
    }

        .edupage-banner .home-tagline .tagline h2 {
            opacity: 0;
            animation-name: taglineanimation3;
            animation-duration: 1s;
            animation-delay: 4.2s;
            animation-fill-mode: forwards;
        }

.edupage-banner .header-logo {
    height: 30%;
    display: flex;
    justify-content: center;
}


    .edupage-banner .header-logo img {
        margin-top: 110px;
        min-height: 100px;
        height: 30%;
    }

.edupage-banner .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto; /* Remove 300px height unless necessary */
    position: relative; /* Remove absolute if not needed */
    margin: auto;
    position: absolute;
    bottom: 0px;
}

    .edupage-banner .footer-logo .img1 {
        max-height: 300px;
    }

    .edupage-banner .footer-logo .img2 {
        height: 80px;
    }


    .edupage-banner .footer-logo p {
        color: white;
        font-weight: bold;
    }

.edupage-banner .home-tagline {
    bottom: 45% !important;
}

.edupage-banner .lg-banner {
    display: flex;
    justify-content: center;
}

.edutourism-banner .lg-banner {
    padding-bottom: 50%;
}

    .edutourism-banner .lg-banner::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: url(../images/banner-images/edutourism-banner-shadow.png) no-repeat;*/
        background-size: cover;
    }

.edutourism-banner .edutourism-tagline-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1300px;
    height: 100%;
    padding: 100px 0 50px;
    text-align: center;
}

    .edutourism-banner .edutourism-tagline-wrapper .top-tagline {
        max-width: 250px;
        margin: 0 auto 25px;
    }

    .edutourism-banner .edutourism-tagline-wrapper .middle-tagline {
        text-transform: uppercase;
        margin-bottom: 35px;
    }

        .edutourism-banner .edutourism-tagline-wrapper .middle-tagline .tagline {
            text-align: center;
            color: #fff;
            margin-bottom: 0;
            display: inline-block;
            letter-spacing: 1.5px;
        }

            .edutourism-banner .edutourism-tagline-wrapper .middle-tagline .tagline h2 {
                font-weight: 700;
                font-size: 56px;
            }

        .edutourism-banner .edutourism-tagline-wrapper .middle-tagline .tagline2 {
            display: inline-block;
            background: #EE9B00;
            color: #fff;
            padding: 10px 20px;
            margin-left: 15px;
            transform: scale(1.2);
            transform: rotate(-3deg);
            overflow: hidden;
            vertical-align: bottom;
        }

            .edutourism-banner .edutourism-tagline-wrapper .middle-tagline .tagline2 h2 {
                font-size: 56px;
                font-weight: 700;
            }

    .edutourism-banner .edutourism-tagline-wrapper .bottom-tagline {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }

        .edutourism-banner .edutourism-tagline-wrapper .bottom-tagline .tagline2 {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
        }

#myEduTourism-search-wrapper .filter-search-bg {
    background: #EDEDED;
    padding: 30px 0;
}

#myEduTourism-search-wrapper input.form-control,
#myEduTourism-search-wrapper .input-group-right,
#myEduTourism-search-wrapper .form-select {
    background-color: #fff;
}

#myEduTourism-search-wrapper .form-check span {
    font-weight: 600;
}

#myEduTourism-search-wrapper .form-check-input {
    border: 1px solid #333;
}

#myEduTourism-search-wrapper .form-check-label {
    vertical-align: middle;
}

.edutourism-list .scholarship-header {
    display: flex;
    align-items: center;
}

    .edutourism-list .scholarship-header h4 {
        font-size: 28px;
    }

.edutourism-list .ps-contact-wrap {
    background: #EDEDED;
}

.edutourism-box {
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
}

.edutourism-CTA {
    padding: 75px 0;
    background-image: url(../images/begin-journey-bg.jpg);
    background-color: #005F73;
}

@media (max-width: 1299.98px) {
    .edutourism-CTA {
        padding: 40px 0;
    }
}

.edutourism-CTA h3 {
    color: #FED273;
}

.mobility-link-lists .list-inline-item {
    padding: 0 10px;
}

    .mobility-link-lists .list-inline-item a {
        text-decoration: none;
        font-weight: 600;
    }

#overview li img {
    width: 24px;
    display: inline-block;
    margin-right: 8px;
}

#overview li a i {
    padding-left: 5px;
    vertical-align: middle;
}

.highlight-box h5 {
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .highlight-box h5 {
        font-size: 14px;
    }
}

.highlight-box h5 img {
    vertical-align: bottom;
}

#activities .swiper-slide span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
}

#learning-scope .frame-box {
    border-width: 20px;
}

    #learning-scope .frame-box ol,
    #learning-scope .frame-box li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #learning-scope .frame-box + .frame-box {
        margin-top: 25px;
    }

.detail-box {
    padding: 20px;
    height: 100%;
}

    .detail-box h5 {
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 15px;
        font-weight: 600;
    }

    .detail-box ul {
        margin-bottom: 0;
    }

    .detail-box.red-bg {
        color: #fff;
    }

#fee-wrapper p b {
    font-size: 21px;
    font-weight: 700;
    color: #005F73;
}

#fee-wrapper .fee-items li span {
    border: 1px solid #212529;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 8px;
}

.package-slider-wrapper {
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    padding: 65px 0;
}

    .package-slider-wrapper .slider-tagline {
        color: #fff;
        text-align: center;
    }

        .package-slider-wrapper .slider-tagline h3 {
            text-transform: uppercase;
            font-size: 32px;
            font-weight: 700;
        }

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 650px;
    height: 425px;
}

    .main-slider .swiper-slide span {
        opacity: 0;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        display: block;
        text-align: center;
        color: #fff;
        transition: opacity 0.35s ease-in;
    }

    .main-slider .swiper-slide img {
        display: block;
        width: 100%;
    }

    .main-slider .swiper-slide.swiper-slide-fully-visible span {
        opacity: 1;
    }

.package-slider-wrapper .swiper-3d .swiper-slide-shadow,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-bottom,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-left,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-right,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-top {
    height: 102%;
    top: 44px;
}

.thumbnail-slider {
    padding: 0 20px;
    width: 100%;
    margin-top: -10px;
    max-width: 1000px;
}

    .thumbnail-slider .swiper-slide {
        width: 50px;
        height: 150px;
        transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .thumbnail-slider .swiper-slide .pack-wrapper {
            position: relative;
        }

            .thumbnail-slider .swiper-slide .pack-wrapper .pack-img-circle {
                padding: 8px;
                background: #fff;
                border-radius: 50%;
                text-align: center;
            }

            .thumbnail-slider .swiper-slide .pack-wrapper:after {
                content: '';
                display: block;
                position: absolute;
                width: 60px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 60px;
                border-radius: 8px;
                padding: 10px;
                background: #FFF;
                z-index: -1;
                box-shadow: 0px 6px 15px -6px rgba(30, 30, 30, 0.12);
                transition: all 0.4s ease-in-out;
            }

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide .pack-wrapper:after {
        width: 40px;
        height: 40px;
    }
}

.thumbnail-slider .swiper-slide .pack-img-circle {
    max-width: 40px;
    max-height: 100%;
    object-fit: contain;
    max-width: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    animation-name: flaganimation2;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide img {
        max-width: 30px;
    }
}

.thumbnail-slider .swiper-slide span {
    color: #212529;
    font-size: 9px;
    font-weight: 600;
    display: block;
    text-align: center;
    opacity: 0;
    margin-bottom: 5px;
    display: none;
}

.thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-next .pack-wrapper:after,
.thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-prev .pack-wrapper:after {
    width: 75px !important;
    height: 75px !important;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-next .pack-wrapper:after,
    .thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-prev .pack-wrapper:after {
        width: 40px !important;
        height: 40px !important;
    }
}

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-wrapper {
    position: relative;
    padding: 5px;
}

    .thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 95px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 95px;
        border-radius: 8px;
        padding: 10px;
        background: #FFF;
        z-index: -1;
        border: 1px solid #237CE5;
        box-shadow: 0px 6px 15px -6px rgba(30, 30, 30, 0.12);
    }

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-img-circle {
    top: -20px;
    max-width: 55px;
    transform: scale(1.3);
    left: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    animation-name: flaganimation;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide.swiper-slide-thumb-active img {
        max-width: 45px;
    }
}

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active span {
    animation-name: flagTextanimation;
    animation-duration: 0.45s;
    animation-fill-mode: both;
    display: block;
}

@keyframes flagTextanimation {
    0% {
        bottom: -30px;
        opacity: 0;
    }

    80% {
        opacity: 0.5;
    }

    100% {
        bottom: -3px;
        opacity: 1;
    }
}

@keyframes flaganimation {
    0% {
        transform: scale(1);
        top: 0;
    }

    100% {
        transform: scale(1.3);
        top: -20px;
    }
}

@keyframes flaganimation2 {
    0% {
        transform: scale(1.3);
        top: -20px;
    }

    100% {
        transform: scale(1);
        top: 0;
    }
}

.mobility-program-wrapper {
    text-align: center;
    padding: 85px 0 50px;
}

    .mobility-program-wrapper .card-bgColor {
        min-height: 450px;
    }

    .mobility-program-wrapper .card-body {
        padding: 0 30px;
    }

        .mobility-program-wrapper .card-body img {
            margin-bottom: 15px;
        }

        .mobility-program-wrapper .card-body h4 {
            padding: 0 30px;
            font-size: 21px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0px 40px;
            line-height: 1.6;
        }

.edutourism-video-wrapper {
    background: url(../images/myEdutourism-bg.jpg) repeat;
    padding: 85px 0;
    text-align: center;
}

    .edutourism-video-wrapper a {
        display: inline-block;
    }

.myEduTourism-search {
    flex: 0 0 auto;
    width: 105px;
}

.mySwiper .swiper-slide {
    width: 100%;
    max-width: 800px;
}

    .mySwiper .swiper-slide .scholarship-header {
        padding-top: 20px;
        border-top: 1px solid #A7A7A7;
    }

    .mySwiper .swiper-slide .ps-contact-wrap {
        background: #EDEDED;
        padding: 35px 25px 40px;
    }

.swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .swiper-header .swiper-nav {
        position: relative;
        width: 135px;
        flex: 135px 0 0;
    }

        .swiper-header .swiper-nav .swiper-button-next {
            width: 49px;
        }

            .swiper-header .swiper-nav .swiper-button-next:after {
                width: 49px;
                height: 47px;
                content: '';
                background: url(../images/right-arrow.png) no-repeat;
            }

        .swiper-header .swiper-nav .swiper-button-prev {
            width: 49px;
        }

            .swiper-header .swiper-nav .swiper-button-prev:after {
                width: 49px;
                height: 47px;
                content: '';
                background: url(../images/left-arrow.png) no-repeat;
            }

        .swiper-header .swiper-nav .swiper-button-next,
        .swiper-header .swiper-nav .swiper-button-prev {
            transition: all 0.25s ease;
        }

            .swiper-header .swiper-nav .swiper-button-next:hover,
            .swiper-header .swiper-nav .swiper-button-prev:hover {
                opacity: 0.9;
            }

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}
/*
 * Sidebar
 */
@media (min-width: 992px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 0.875rem;
    font-weight: 500;
}

    .sidebar .nav-link.active {
        color: #2470dc;
    }

.sidebar-heading {
    font-size: 0.75rem;
}

.offcanvas-header {
    background: #fff;
}
/*
 * Navbar
 */
.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
    padding: 0.75rem 1rem;
}

.dashboard {
    background: #F9F9F9;
}

    .dashboard .header-wrapper {
        background: none;
        position: relative;
    }

        .dashboard .header-wrapper .offcanvas-body a,
        .dashboard .header-wrapper .nav-container.container .nav-item .lang-btn,
        .dashboard .header-wrapper .cd-search-trigger {
            color: #000;
        }

    .dashboard .body-wrapper {
        position: relative;
        z-index: 1010;
    }

.user-info {
    color: #212529;
    background: #FED273;
    border-radius: 25px;
    padding: 12px 15px;
    text-decoration: none;
    width: 130px;
    display: block;
    font-size: 12px;
    text-align: center;
    position: relative;
}

    .user-info span {
        font-weight: 600;
        padding-left: 5px;
    }

    .user-info .user-notification {
        width: 26px;
        height: 26px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 1.8;
        background: #E00232;
        font-weight: 600;
        display: inline-block;
        position: absolute;
        top: -12px;
        right: 0;
        font-size: 14px;
        padding: 0;
    }

.dashboard-mobile-menu button {
    padding: 8px 20px !important;
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .dashboard-mobile-menu button span {
        padding-left: 10px;
        font-weight: 600;
    }

#sidebarMenu .offcanvas-body {
    background: #fff !important;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    padding-top: 25px;
    overflow: hidden;
}

@media (min-width: 1300px) {
    #sidebarMenu .offcanvas-body {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    #sidebarMenu .offcanvas-body {
        border-radius: 0;
    }
}

#sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-user {
    text-align: center;
    margin-bottom: 10px;
}

#sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item {
    border-top: 1px solid #EDEDED;
}

    #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link {
        font-weight: 500;
        color: #000000;
        position: relative;
        padding: 15px;
    }

        #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link span {
            width: 24px;
            height: 24px;
            color: #fff;
            background: #E00232;
            text-align: center;
            line-height: 1.6;
            border-radius: 50%;
            display: inline-block;
            margin-left: 8px;
            font-size: 14px;
            font-weight: 600;
        }

        #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link img {
            padding-right: 5px;
        }

        #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link:hover {
            background: #f3f3f3;
        }

        #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link.active {
            color: #EE9B00;
        }

            #sidebarMenu .offcanvas-body .dashboard-sidebar .dashboard-nav .nav-item .nav-link.active:after {
                content: '';
                display: block;
                width: 4px;
                height: 100%;
                position: absolute;
                background: #EE9B00;
                top: 0;
                right: 0;
            }

.dashboard-wrapper {
    padding: 30px 0 50px;
}

@media (min-width: 992px) {
    .dashboard-wrapper .dashboard-mobile-menu {
        display: none;
    }
}

.dashboard-wrapper .dashboard-body h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.dashboard-wrapper .dashboard-body .notification-box {
    margin-bottom: 35px;
}

    .dashboard-wrapper .dashboard-body .notification-box h4 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .dashboard-wrapper .dashboard-body .notification-box ul li .notification-item {
        border-bottom: 1px solid #CCCCCC;
        padding: 15px 0;
        display: flex;
        gap: 15px;
    }

        .dashboard-wrapper .dashboard-body .notification-box ul li .notification-item .notification-status span {
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: #E00232;
            margin-top: 3px;
            display: block;
        }

    .dashboard-wrapper .dashboard-body .notification-box ul li:first-child .notification-item {
        border-top: 1px solid #CCCCCC;
    }

.application-nav {
    border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 479.98px) {
    .application-nav {
        background: #EDEDED;
    }
}

.application-nav ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 479.98px) {
    .application-nav li {
        width: 100%;
    }
}

.application-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
    padding-bottom: 12px;
    display: block;
}

    .application-nav li a:hover {
        color: #333;
    }

    .application-nav li a:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #EE9B00;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
    }

    .application-nav li a.current {
        color: #EE9B00;
    }

        .application-nav li a.current:after {
            opacity: 1;
        }

@media (max-width: 479.98px) {
    .application-nav li a {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.application-box {
    padding: 20px;
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    display: flex;
    margin-top: 20px;
    gap: 15px;
}

    .application-box .application-logo {
        flex: 150px 0 0;
        width: 152px;
    }

    .application-box .application-body {
        flex: 1 0 0;
        position: relative;
    }

        .application-box .application-body h6 {
            font-size: 14px;
            font-weight: 600;
        }

        .application-box .application-body h4 {
            font-size: 21px;
            font-weight: 600;
        }

        .application-box .application-body .application-date {
            position: absolute;
            bottom: 0;
            right: 0;
        }

@media (max-width: 575.98px) {
    .application-box {
        flex-direction: column;
    }

        .application-box .application-logo {
            width: 100%;
            flex: 100% 0 0;
            text-align: center;
        }

        .application-box .application-body h6 {
            font-size: 12px;
        }

        .application-box .application-body h4 {
            font-size: 18px;
        }

        .application-box .application-body .application-date {
            position: relative;
            padding-top: 15px;
        }
}

.user-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #603ED9;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

    .user-circle span {
        color: #fff;
        line-height: 1.8;
        font-size: 38px;
        font-weight: 500;
    }

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dashboard-header a {
        text-decoration: none;
        color: #EE9B00;
    }

        .dashboard-header a i {
            padding-left: 4px;
        }

        .dashboard-header a:hover {
            color: #333;
        }

.profile-box {
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC;
}

    .profile-box h6 {
        font-weight: 400;
        color: #212529;
    }

    .profile-box .form-control {
        max-width: 450px;
    }

    .profile-box .profile-value {
        font-weight: 500;
    }

@media (max-width: 1399.98px) {
    .homepage-banner h2 {
        font-size: 50px;
    }
}

@media (max-width: 1299.98px) {
    .header-wrapper .offcanvas-body a {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 130px;
    }

    .homepage-banner h2 {
        font-size: 40px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 21px;
    }
}

@media (max-width: 1199.98px) {
    .mobile-top-right-bar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .mobile-top-right-bar .nav-item {
            padding-right: 15px;
        }

            .mobile-top-right-bar .nav-item .gtranslate_wrapper {
                position: relative !important;
            }

                .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher {
                    font-size: 16px !important;
                    width: auto !important;
                }

                    .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected {
                        background: none !important;
                        z-index: 9;
                    }

                        .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a {
                            border: 0 !important;
                            color: #fff !important;
                            width: auto !important;
                            text-transform: uppercase;
                            background: none !important;
                            line-height: 1;
                        }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
                                background: none !important;
                            }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a img {
                                vertical-align: bottom;
                            }

                            .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_selected a:after {
                                display: none;
                            }

                    .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_option {
                        border: 0 !important;
                        position: absolute;
                        border: 0;
                        background: #fff;
                        padding: 5px;
                        top: 110%;
                        margin-top: 2px;
                    }

                        .mobile-top-right-bar .nav-item .gtranslate_wrapper .gt_switcher .gt_option a {
                            color: #000;
                        }

        .mobile-top-right-bar .login-popup {
            padding: 10px !important;
        }

    .header-wrapper .offcanvas-body {
        padding: 0;
    }

        .header-wrapper .offcanvas-body .nav-item {
            display: block;
            width: 100%;
        }

            .header-wrapper .offcanvas-body .nav-item.nav-modal {
                display: none;
            }

            .header-wrapper .offcanvas-body .nav-item .nav-link {
                padding: 15px 20px;
                background: #f3f3f3;
                display: block;
                border-bottom: 1px solid #ccc;
            }

                .header-wrapper .offcanvas-body .nav-item .nav-link.dropdown-toggle::after {
                    font-family: 'Font Awesome 6 Pro';
                    content: "\f078";
                    font-weight: 400;
                    -webkit-font-smoothing: antialiased;
                    display: inline-block;
                    font-style: normal;
                    font-variant: normal;
                    line-height: 1;
                    text-rendering: auto;
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                    border: 0;
                    font-weight: 300;
                }

        .header-wrapper .offcanvas-body a {
            color: #000;
        }

    .header-wrapper .navbar-toggler {
        color: #fff;
        border: 0;
    }

        .header-wrapper .navbar-toggler:focus {
            box-shadow: none;
        }

    .header-wrapper .nav-container .megamenu-nav .megamenu {
        padding: 15px 20px;
    }

    .homepage-banner h2 {
        font-size: 40px;
    }

    .newsletter-wrapper h3 {
        font-size: 24px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .header-wrapper .navbar-brand img {
        width: 120px;
    }

    .homepage-banner h2 {
        font-size: 28px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 15px 20px;
    }

    .newsletter-wrapper {
        background: #BD2748;
    }

        .newsletter-wrapper h3 {
            font-size: 21px;
        }

    .tagline-wrapper .top-tagline {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 14px;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .mobile-hide {
        display: none !important;
    }

    .header-wrapper .navbar-brand img {
        width: 100px;
    }

    .homepage-banner h2 {
        font-size: 26px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 8px 15px;
    }

    .md-banner {
        padding-bottom: 36%;
    }

    .sm-banner {
        padding-bottom: 25%;
    }

    .newsletter-wrapper h3 {
        font-size: 18px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 12px;
        font-weight: 400;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 5px !important;
        font-size: 12px;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            padding-right: 5px !important;
            line-height: 1.6 !important;
        }

    .breadcrumb-item a {
        font-size: 12px;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .medium-footer-box a img {
        max-width: 50px;
    }

    .cd-search .form {
        padding: 25px;
    }

        .cd-search .form .close-btn {
            bottom: auto;
            top: 0;
            right: 25px;
        }

        .cd-search .form input {
            font-size: 16px;
        }

    .mt-sm-n5 {
        margin-top: -55px;
    }

    .fs-sm-5 {
        font-size: 18px !important;
    }
}

@media (max-width: 575.98px) {
    .header-wrapper .navbar-brand img {
        width: 80px;
    }

    .homepage-banner h2 {
        font-size: 21px;
    }

    .homepage-banner h2 {
        font-size: 16px;
    }

    .homepage-banner .home-tagline2 .tagline {
        padding: 6px 12px;
    }

    .tagline-wrapper .top-tagline {
        font-size: 9px;
    }

    .tagline-wrapper .page-title h1 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tagline-wrapper .main-tagline {
        font-size: 10px;
    }

    .medium-footer .col-sm-6:first-child .medium-footer-box {
        border-right: 0;
        border-bottom: 1px solid #CACACA;
        padding-bottom: 35px;
    }

    .medium-footer .col-sm-6 .medium-footer-box {
        padding-top: 25px;
    }

    .mobile-top-right-bar .login-popup {
        padding: 0 !important;
        width: 30px !important;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 2.4;
    }

        .mobile-top-right-bar .login-popup span {
            display: none;
        }

    .uni-feature .col {
        display: block !important;
        text-align: center;
    }

        .uni-feature .col .feature-icon {
            margin: 0 auto 10px !important;
        }

    .hashnav-wrapper {
        display: none;
    }

    .md-banner {
        padding-bottom: 45%;
    }

    .sm-banner {
        padding-bottom: 25%;
    }

    .general-banner .tagline-wrapper p {
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .breadcrumb-item + .breadcrumb-item {
        font-size: 10px;
    }

    .breadcrumb-item a {
        font-size: 10px;
        max-width: 45px;
    }
}

@media (max-width: 379.98px) {
    .col-xs-12 {
        width: 100%;
    }

    .header-wrapper .navbar-brand img {
        width: 65px;
    }

    .homepage-banner h2 {
        font-size: 12px;
    }

        .homepage-banner h2 .home-tagline2 .tagline {
            padding: 5px 10px;
        }

    .md-banner {
        padding-bottom: 50%;
    }
}

@media (min-width: 768px) {
    .container.xs-container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .container.sm-container {
        max-width: 900px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter-wrapper {
        background-position: 120% 0;
    }
}

@media (min-width: 1200px) {
    .container.md-container {
        max-width: 1100px;
    }

    .desktop-hide {
        display: none;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.course-tab-holder .active {
    background-color: transparent !important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #EE9B00;
    padding-bottom: 10px;
}

.course-tab-holder .nav-link {
    font-weight: 700;
}

.course-details h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}

.course-details #sectionOverview .summary-box {
    border: 20px solid #EE9B00;
    padding: 20px;
}

.summary-ul li i {
    font-size: 16px;
    float: left;
    margin-left: -40px;
    padding-left: 20px;
    position: absolute;
}

.summary-ul li {
    padding-left: 40px
}

.summary-li1::before {
    /*font-family: "Font Awesome 6 Free";*/
    padding-left: 20px
}

.package-slider-wrapper {
    background: url(../images/slider-bg.jpg) no-repeat;
    background-size: cover;
    padding: 65px 0;
}

    .package-slider-wrapper .slider-tagline {
        color: #fff;
        text-align: center;
    }

        .package-slider-wrapper .slider-tagline h3 {
            text-transform: uppercase;
            font-size: 32px;
            font-weight: 700;
        }

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 650px;
    height: 425px;
}

    .main-slider .swiper-slide span {
        opacity: 0;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        display: block;
        text-align: center;
        color: #fff;
        transition: opacity 0.35s ease-in;
    }

    .main-slider .swiper-slide img {
        display: block;
        width: 100%;
    }

    .main-slider .swiper-slide.swiper-slide-fully-visible span {
        opacity: 1;
    }

.package-slider-wrapper .swiper-3d .swiper-slide-shadow,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-bottom,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-left,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-right,
.package-slider-wrapper .swiper-3d .swiper-slide-shadow-top {
    height: 102%;
    top: 44px;
}

.thumbnail-slider {
    padding: 0 20px;
    width: 100%;
    margin-top: -10px;
    max-width: 1000px;
}

    .thumbnail-slider .swiper-slide {
        width: 50px;
        height: 150px;
        transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .thumbnail-slider .swiper-slide .pack-wrapper {
            position: relative;
        }

            .thumbnail-slider .swiper-slide .pack-wrapper .pack-img-circle {
                padding: 8px;
                background: #fff;
                border-radius: 50%;
                text-align: center;
            }

            .thumbnail-slider .swiper-slide .pack-wrapper:after {
                content: '';
                display: block;
                position: absolute;
                width: 60px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 60px;
                border-radius: 8px;
                padding: 10px;
                background: #FFF;
                z-index: -1;
                box-shadow: 0px 6px 15px -6px rgba(30, 30, 30, 0.12);
                transition: all 0.4s ease-in-out;
            }

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide .pack-wrapper:after {
        width: 40px;
        height: 40px;
    }
}

.thumbnail-slider .swiper-slide .pack-img-circle {
    max-width: 40px;
    max-height: 100%;
    object-fit: contain;
    max-width: 50px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    animation-name: flaganimation2;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    transition: all 0.6s ease-in-out;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide img {
        max-width: 30px;
    }
}

.thumbnail-slider .swiper-slide span {
    color: #212529;
    font-size: 9px;
    font-weight: 600;
    display: block;
    text-align: center;
    opacity: 0;
    margin-bottom: 5px;
    display: none;
}

.thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-next .pack-wrapper:after,
.thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-prev .pack-wrapper:after {
    width: 75px !important;
    height: 75px !important;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-next .pack-wrapper:after,
    .thumbnail-slider .swiper-slide.swiper-slide-fully-visible.swiper-slide-prev .pack-wrapper:after {
        width: 40px !important;
        height: 40px !important;
    }
}

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-wrapper {
    position: relative;
    padding: 5px;
}

    .thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 95px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 95px;
        border-radius: 8px;
        padding: 10px;
        background: #FFF;
        z-index: -1;
        border: 1px solid #237CE5;
        box-shadow: 0px 6px 15px -6px rgba(30, 30, 30, 0.12);
    }

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active .pack-img-circle {
    top: -20px;
    max-width: 55px;
    transform: scale(1.3);
    left: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    animation-name: flaganimation;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

@media (max-width: 390px) {
    .thumbnail-slider .swiper-slide.swiper-slide-thumb-active img {
        max-width: 45px;
    }
}

.thumbnail-slider .swiper-slide.swiper-slide-thumb-active span {
    animation-name: flagTextanimation;
    animation-duration: 0.45s;
    animation-fill-mode: both;
    display: block;
}

@keyframes flagTextanimation {
    0% {
        bottom: -30px;
        opacity: 0;
    }

    80% {
        opacity: 0.5;
    }

    100% {
        bottom: -3px;
        opacity: 1;
    }
}

@keyframes flaganimation {
    0% {
        transform: scale(1);
        top: 0;
    }

    100% {
        transform: scale(1.3);
        top: -20px;
    }
}

@keyframes flaganimation2 {
    0% {
        transform: scale(1.3);
        top: -20px;
    }

    100% {
        transform: scale(1);
        top: 0;
    }
}

.mobility-program-wrapper {
    text-align: center;
    padding: 85px 0 50px;
}

    .mobility-program-wrapper .card-bgColor {
        min-height: 450px;
    }

    .mobility-program-wrapper .card-body {
        padding: 0 30px;
    }

        .mobility-program-wrapper .card-body img {
            margin-bottom: 15px;
        }

        .mobility-program-wrapper .card-body h4 {
            padding: 0 30px;
            font-size: 21px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0px 40px;
            line-height: 1.6;
        }

.zero-height {
    height: 0px !important;
}


.height-1200 {
height: 1200px !important;

}


.gradiet-orange-bg {
    position: relative;
    width: 100%;
    background: radial-gradient(ellipse 50% 50% at center, rgba(254, 169, 27, 1) 0, rgba(255, 87, 29, 1) 100%) !important;
    text-align: center;
    padding: 120px 20px 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.edutourism-banner .lg-banner::after {
    background: none !important;
}

.edutourism-tagline-wrapper .tagline2 {
    color: white;
    font-weight: 600;
}

.user-circle img {
border-radius: 50%;
}

.navbar {
    transition: background-color 0.3s ease;
}
#registerSuccessModal p, #registerSuccessModal span {
text-align: center;
}

#mainNavbar a {
color: black;
}

#mainNavbar .active {
    color: burlywood !important;
}

#mainNavbar .active a {
    color: burlywood !important;
}


/* Sticky layout using Bootstrap 5 */
.sticky-col {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FE5C1E;
    background-image: url(/Content/Images/e6cb0c1a418b643ccabf2526596236e205e26b8c.png);
    background-size: cover;          /* This makes the image cover the entire element */
    background-position: center;     /* Optional: center the image */
    background-repeat: no-repeat;
}

    /* Title at top */
    .sticky-col .title {
        margin-top: 1rem;
        font-weight: bold;
        font-size: 1.25rem;
        color: #fff;
    }

    /* QR Code centered */
    .sticky-col .qrcode-box {
        margin-top: auto;
        margin-bottom: auto;
        width: 200px;
        height: 200px;
        background-color: #f1f1f1;
        border: 2px dashed #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9rem;
    }

.remove-padding {
padding:0px;
}
@media (max-width: 767.98px) {

    .edutourism-banner .tagline {
    display: block !important;
    }

    .edutourism-banner .tagline h2 {
        font-size: 1rem !important;
    }

    .edutourism-banner .tagline2 h2 {
    }
    #myEduTourism-search-wrapper .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .scholarship-list-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

/*    .package-slider-wrapper {
        width: 80vw !important;
    }
*/
/*    .package-slider-wrapper .swiper-box  {
        width: 80vw !important;
    }*/
    .package-slider-wrapper .swiper-box img {
        width: 80vw !important;
        margin: auto;
    }
}

.package-slider-wrapper .thumbnail-slider-container swiper-button-prev,
.package-slider-wrapper .thumbnail-slider-container swiper-button-next {
    display: none;
}

.pdf-link {
display: none;
}
.demo-sidebar .package-slider-wrapper {
    height: 100vh;
}

.demo-sidebar .swiper-slide {
    display: flex;
    flex-direction: column; /* stack vertically */
    align-items: center; /* center content horizontally */
    text-align: center;
}

.demo-sidebar .pack-wrapper {
    margin-bottom: 10px;
}

.demo-sidebar .swiper-slide-active .pdf-link {
    display: block;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    background-color: #EE9B00;
    font-size: 0.5rem;
    border-radius: 50px;
    padding: 3px 10px 3px 10px;
    white-space: nowrap;
}

.demo-sidebar .thumbnail-slider {
    padding-top: 5rem;
}

.section-map {
    background-image: url('/Content/Images/Frame 1000002926.png');
    background-size: cover; /* This makes the image cover the entire element */
    background-position: center; /* Optional: center the image */
    background-repeat: no-repeat;

    height: 100vh;
}

    .section-map img {
    padding-top: 2rem;
    }




#demo-activities {
height: 100vh;
}


.main-state-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 650px;
    height: 425px;
}

    .main-state-slider .swiper-slide span {
        opacity: 0;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        display: block;
        text-align: center;
        color: #fff;
        transition: opacity 0.35s ease-in;
    }

    .main-state-slider .swiper-slide img {
        display: block;
        width: 100%;
    }

    .main-state-slider .swiper-slide.swiper-slide-fully-visible span {
        opacity: 1;
    }

/*.perlis {
    background-image: url('/Content/Images/Landmarks/Perlis/Cover image.png');
    background-size: cover;*/ /* This makes the image cover the entire element */
    /*background-position: center;*/ /* Optional: center the image */
    /*background-repeat: no-repeat;
    height: 100vh;
}*/

.perlis, .kedah, .kelantan,
.langkawi, .malacca, .negeri-sembilan,
.pahang, .penang, .perak,
.sabah, .sarawak, .selangor,
.terengganu, .johor,
.kuala-lumpur{
    position: relative;
    overflow: hidden;
    height: 100vh;
}
    .perlis::before, .kedah::before, .kelantan::before,
    .langkawi::before, .malacca::before, .negeri-sembilan::before,
    .pahang::before, .penang::before, .perak::before,
    .sabah::before, .sarawak::before, .selangor::before,
    .terengganu::before,
    .johor::before, .kuala-lumpur::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        filter: blur(8px); /* Adjust blur intensity */
        z-index: -1;
    }

    .perlis::before{
        background-image: url('/Content/Images/Landmarks/Perlis/Cover image.png');
    }

    .kedah::before {
        background-image: url('/Content/Images/Landmarks/kedah/cover image.jpeg');
    }

    .kelantan::before {
        background-image: url('/Content/Images/Landmarks/kelantan/cover image.jpeg');
    }

    .langkawi::before {
        background-image: url('/Content/Images/Landmarks/langkawi/Cover-Image23.webp');
    }

    .malacca::before  {
        background-image: url('/Content/Images/Landmarks/malacca/Cover Image.jpeg');
    }

    .negeri-sembilan::before  {
        background-image: url('/Content/Images/Landmarks/Negeri Sembilan/cover image.jpg');
    }


    .pahang::before {
        background-image: url('/Content/Images/Landmarks/Pahang/coverimage.jpg');
    }

    .penang::before {
        background-image: url('/Content/Images/Landmarks/penang/Cover Image.jpg');
    }

    .perak::before {
        background-image: url('/Content/Images/Landmarks/perak/cover image.jpg');
    }

    .sabah::before {
        background-image: url('/Content/Images/Landmarks/sabah/cover image.webp');
    }

    .sarawak::before {
        background-image: url('/Content/Images/Landmarks/sarawak/Cover Image.jpg');
    }

    .selangor::before {
        background-image: url('/Content/Images/Landmarks/selangor/Coverimage.jpeg');
    }

    .terengganu::before {
        background-image: url('/Content/Images/Landmarks/Terengganu/Cover Image.jpg');
    }

    .johor::before {
        background-image: url('/Content/Images/Landmarks/johor/cover image.jpg');
    }

    .kuala-lumpur::before {
        background-image: url('/Content/Images/Landmarks/Kuala Lumpur/Cover Image.jpg');
    }


.perlis-slider,
.kedah-slider,
.kelantan-slider,
.langkawi-slider,
.malacca-slider,
.negeri-sembilan-slider,
.pahang-slider,
.penang-slider,
.perak-slider,
.sabah-slider,
.sarawak-slider,
.selangor-slider,
.terengganu-slider,
.johor-slider,
.kuala-lumpur-slider {
    margin-top: 9rem;
    display: flex;
    align-items: center; /* Vertically centers swiper */
    justify-content: center; /* Horizontally centers swiper */
}

.active-slide {
display: flex !important;
}


.section-article-images img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

.section-article-images .red-border {
    border-color: #A92340;
    border-width: 20px;
    border-style: solid;
}

.section-article-images .yellow-border {
    border-color: #FED273;
    border-width: 20px;
    border-style: solid;
}

.section-article-images .green-border {
    border-color: #005F73;
    border-width: 20px;
    border-style: solid;
}

.form-field .control-label {
display: none !important; 
}

/* Success modal styling (match screenshot) */
#successModal .success-check {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(27, 191, 163, .15); /* soft teal halo */
    color: #1bbfa3; /* check color */
}

#successModal h3 {
    letter-spacing: .02em;
}

#successModal .notice {
    background: #fff;
}

#successModal .notice-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f6f7f9;
    color: #3b3f5c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 720px)  {
    .navbar-brand img {
        max-width: 80px !important;
    }
}