@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.woff") format("woff"),
    url("../webfonts/fa-solid-900.ttf") format("truetype"),
    url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

:root {
    --yellow: #feca16;
    --yellow-hover: #feba16;
    --blue: #0e244e;
    --blue-100: #efefef;
    --blue-200: #e5f1ff;
    --blue-300: #dce5f0;
    --blue-400: #53a4ff;
    --blue-500: #106fc4;
    --blue-600: #0056b8;
    --blue-700: #193d7f;
    --blue-800: #003659;
    --blue-900: #002c49;
    --blue-dark: #0f254c;
    --blue-light: #e9f2ff;
    --placeholder: #999999;
    --text-default: #000000;
    --bs-border-radius: 0.5rem;
    --bs-input-border-radius: 0.375rem;
}

/* ---- preset style START ---- */
.bg-blue-700 {
    background: var(--blue-700);
}
.bg-blue-600,
.bg-primary {
    background: var(--blue-600) !important;
}
.bg-blue-light {
    background-color: var(--blue-light) !important;
}
.bg-blue-200 {
    background-color: var(--blue-200) !important;
}
.bg-blue-300 {
    background-color: var(--blue-300) !important;
}
.bg-blue-400 {
    background-color: var(--blue-400) !important;
}
.bg-blue-500 {
    background-color: var(--blue-500) !important;
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-blue-900 {
    background: var(--blue-900) !important;
}
.bg-blue-dark {
    background: var(--blue-dark) !important;
}

.text-yellow {
    color: var(--yellow);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--placeholder);
}

html,
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    /*height: 100%;*/
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;
    /* background-image:url('../images/courses-bg.jpg');
      background-position: center bottom;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: 100%; */
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:link,
a:visited,
a:focus,
input:focus,
textarea:focus {
    outline: none;
    text-decoration: none;
}

select:focus {
    outline: none;
}

textarea {
    resize: none;
}

form,
input,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

iframe {
    display: block;
}
p + p {
    margin-top: 1rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0;
}

::selection {
    background: #1c1c1c;
    color: #ffffff;
}

::-moz-selection {
    background: #1c1c1c;
    color: #ffffff;
}

label {
    font-weight: normal !important;
}

.fa-ul > li:not(:last-child) {
    margin-bottom: 1rem;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.h1,
h1 {
    font-size: 2.4rem;
}
.h2,
h2 {
    font-size: 2.1rem;
}
.h3,
h3 {
    font-size: 1.8rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.2rem;
}
.h6,
h6 {
    font-size: 1rem;
}

.content h1:not(.accordion-header),
.content h2:not(.accordion-header),
.content h3:not(.accordion-header) {
    margin-bottom: 1rem;
}

.content h4:not(.accordion-header),
.content h5:not(.accordion-header),
.content h6:not(.accordion-header) {
    font-weight: 300;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    html,
    body {
        font-size: 14px;
    }
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 0.8rem;
    display: block;
    line-height: 1.5rem;
    font-weight: 300;
}

.table-responsive table,
table.table-striped {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}
.table-responsive table thead,
.table-striped thead {
    background: var(--blue-600);
    color: var(--bs-white);
    vertical-align: top;
}
/*
  .table-striped tbody tr:hover {
    background-color: var(--blue-500) !important;
  }
  */
.table-striped tbody tr {
    background-color: var(--blue-200);
}

.table-striped tbody tr:hover:nth-of-type(2n + 1),
.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: var(--blue-300);
}
/*
  table th,
  table td {
    vertical-align: middle !important;
  }
  */

th,
b,
strong,
.bold {
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

.tooltip-inner {
    font-size: 0.875rem;
}

.bgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
/* ---- preset style END ---- */

body {
    font-family: "Lexend", Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-weight: 300;
}

body.modal-open {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.container {
    max-width: 1280px;
}

.main {
    width: 100%;
    padding-top: 170px;
    overflow-x: hidden;
}

.navbar-brand img {
    width: 140px;
    position: relative;
    top: -5px;
}

#mainNav,
#primaryNav {
    background: #0b2a4a;
}
#primaryNav {
    min-height: 70px;
}

#topNav .dropdown-item,
#primaryNav .nav-link,
#primaryNav .dropdown-item,
#primaryNav .dropdown-submenu {
    position: relative;
    color: var(--bs-white);
    font-weight: 300;
    white-space: normal;
}

#primaryNav .nav-link[aria-expanded="true"],
#primaryNav .nav-link:focus,
#primaryNav .nav-link:active,
#primaryNav .nav-link.active,
.dropdown-item.active {
    color: var(--yellow) !important;
    font-weight: 500;
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        position: absolute;
        top: -35px;
    }

    .navbar-brand img {
        width: 240px;
    }

    #primaryNav .nav-link:hover {
        color: var(--yellow) !important;
    }
}

#primaryNav .dropdown-menu > li.dropdown-submenu a.nav-link,
#topNav .dropdown-item,
#primaryNav .dropdown-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 2rem;
}

@media (min-width: 1200px) {
    #primaryNav .dropdown-menu > li.dropdown-submenu a.nav-link,
    #topNav .dropdown-item,
    #primaryNav .dropdown-item {
        white-space: nowrap;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.9rem;
    }
}

#primaryNav .dropdown-menu li:not(:last-child) .dropdown-item,
#primaryNav .dropdown-menu li.dropdown-submenu:not(:last-child) {
    border-bottom: 1px solid var(--blue-800);
}

#topNav .dropdown-item:active,
#topNav .dropdown-item:focus,
#topNav .dropdown-item:hover,
#primaryNav .dropdown-item:active,
#primaryNav .dropdown-item:focus,
#primaryNav .dropdown-item:hover,
#primaryNav .dropdown-submenu .nav-link:active,
#primaryNav .dropdown-submenu .nav-link:focus,
#primaryNav .dropdown-submenu .nav-link:hover {
    background: var(--blue-600) !important;
}

#topNav .dropdown-menu,
#primaryNav .dropdown-menu {
    font-size: 1rem;
    background: var(--blue-700);
    padding: 0;
    /* min-width: 230px; */
    margin-top: 0;
    z-index: 1002;
}

#primaryNav .dropdown-submenu > a:after {
    content: "\f105";
    position: absolute;
    border: none;
    right: 10px;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    text-transform: none;
}

#primaryNav .dropdown-submenu > a.dropdown-item {
    width: auto !important;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    border: none;
    vertical-align: unset;
    font-size: 1rem;
    color: var(--bs-white);
    text-transform: none;
}

@media (min-width: 1200px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.nav-link + .dropdown-toggle {
    position: absolute !important;
    padding: 5px 10px !important;
    right: 5px;
    top: 6px;
    border: none !important;
}

#primaryNav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#primaryNav .dropdown-submenu.top > .dropdown-menu {
    top: auto;
    bottom: 0;
}

#primaryNav li.dropdown-submenu .dropdown-menu-right {
    left: auto;
    right: 100%;
}

.dropdown-menu-end {
    right: 0;
}

#primaryNav .dropdown-submenu > a.nav-link {
    padding-left: 1rem;
}

.nav-item.dropdown > .nav-link {
    position: relative;
    display: inline-block;
    padding-right: 18px !important;
}

.nav-item.dropdown > .nav-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    position: absolute;
    right: 5px;
    top: 8px;
}

@media (max-width: 1199px) {
    .nav-item.dropdown > .nav-link:after {
        content: "";
    }

    #primaryNav .dropdown-submenu > a.nav-link::after {
        content: none;
    }

    #primaryNav .navbar-nav {
        overflow-y: auto;
        max-height: 400px;
    }

    #primaryNav .dropdown-submenu > a:after {
        content: "\f107";
        position: unset;
    }

    #primaryNav .dropdown-item + .dropdown-menu li a.dropdown-item {
        padding-left: 50px;
    }

    #primaryNav .dropdown-item + .dropdown-menu {
        background: var(--blue-600);
    }

    #primaryNav .navbar-nav > li:not(:last-child) {
        border-bottom: 1px solid var(--blue-800);
    }

    #primaryNav .nav-link {
        padding: 0.75rem 0;
    }

    #primaryNav .dropdown-toggle::after {
        font-size: 1.2rem;
    }

    #primaryNav .dropdown-item:active,
    #primaryNav .dropdown-item:focus,
    #primaryNav .dropdown-item:hover {
        background: none !important;
    }
}

/*END OF PRIMARY NAVIGATION */

.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-appearance: none;
    background-color: var(--blue-light);
    font-weight: 300;
}

.select2 {
    width: 100% !important;
}
.select2-search--dropdown .select2-search__field {
    border-radius: var(--bs-input-border-radius) !important;
}
.form-control:not(.form-control-lg)
+ .select2.select2-container--bootstrap4
.select2-selection--single {
    height: 2.4rem !important;
}

.form-control-lg
+ .select2.select2-container--bootstrap4
.select2-selection--single {
    height: 2.9rem !important;
}

.form-control-lg
+ .select2.select2-container--bootstrap4
.select2-selection__rendered {
    line-height: 2.85rem !important;
}

textarea.form-control {
    min-height: 100px;
}

.select2 {
    min-width: 75px;
}
.select2.select2-container--bootstrap4 .select2-selection--single {
    border-radius: var(--bs-input-border-radius);
    background: var(--blue-light);
    color: var(--text-default);
    border: 1px solid #ced4da;
    box-shadow: none;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container .select2-search--inline .select2-search__field,
.select2-container--bootstrap4 .select2-selection{
    background-color: var(--blue-light) !important;
}
.dark + .select2.select2-container--bootstrap4 .select2-selection--single {
    border-radius: var(--bs-border-radius);
    background: var(--blue-900) !important;
    color: var(--bs-white) !important;
    border: none;
}

.select2-container--bootstrap4
.select2-selection--single
.select2-selection__arrow
b {
    border-width: 7px;
    left: 0;
    border-color: var(--blue-700) transparent transparent;
}

.dark
+ .select2-container--bootstrap4
.select2-selection--single
.select2-selection__arrow
b {
    border-color: var(--yellow) transparent transparent;
}

.form-control.input-group-text + .select2 {
    max-width: 80px;
}

.form-group {
    margin-bottom: 1.5rem;
}
.form-group label {
    font-weight: 500;
    font-size: 0.925rem;
    margin-bottom: 0.25rem;
}

.form-group label.required {
    position: relative;
}

.form-group label.required:after {
    content: "*";
    position: absolute;
    padding-left: 3px;
    font-size: 1.5rem;
    color: var(--bs-danger);
}

.errorMessage {
    color: var(--bs-danger);
    display: inline-block;
    font-size: 0.875rem;
    margin-top: 3px;
}

.btn {
    -webkit-appearance: none;
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: var(--yellow);
    color: var(--blue-700);
    border: none;
}

.btn-sm {
    line-height: 1rem;
}

.btn:hover,
.btn:focus {
    background: var(--yellow-hover) !important;
    color: var(--blue-700) !important;
}

.primary-button-class .btn:focus,
.primary-button-class .btn:active,
.primary-button-class .btn,
.btn-secondary {
    background-color: var(--blue-800) !important;
    color: var(--bs-white) !important;
}

.primary-button-class .btn {
    text-align: left !important;
    width: 100%;
}

.primary-button-class .btn:hover,
.btn-secondary:hover {
    color: var(--bs-white) !important;
    background-color: var(--blue-900) !important;
}

@media (min-width: 768px) {
    .btn + .btn {
        margin-left: 1rem;
    }

    .announcement .btn + .btn {
        margin-left: 3px;
    }
}

.searchBox,
#topNav .btn {
    height: 35px;
    font-size: 0.875rem;
    line-height: 35px;
    padding: 0 1rem;
    box-shadow: none;
    margin-left: 0;
}

.searchBox {
    font-size: 0.875rem;
    border: none;
    background: var(--blue-700) !important;
    color: var(--bs-white) !important;
}
.searchBox + .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
}
.input-group button {
    outline: none;
}

.searchBox + .input-group-append button {
    border: none;
    background: var(--bs-light) !important;
    outline: none;
}
#topNav {
    padding-top: 1.5rem;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    #topNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .input-group.w-auto,
    .searchBox {
        width: 100% !important;
    }

    #topNav a.btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/*END TOP NAVIGATION*/

/*ANIMATED HUMBURGER ICON*/

#hamburgerButton {
    outline: none !important;
    padding: 10px 0;
    box-shadow: none;
    border: none;
}

.hamburger {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.hamburger span {
    background: var(--bs-white);
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 10px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

.hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--bs-danger);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    background: var(--bs-danger);
}

.hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--bs-danger);
}
/*END OF ANIMATED HUMBURGER ICON*/

/*===========NEWS TICKER============*/
.btnNext,
.btnPrev,
.btnNext:active,
.btnPrev:active,
.btnNext:focus,
.btnPrev:focus {
    width: 2.5rem;
    height: 2.5rem;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%) !important;
    -ms-transform: translate(0%, -50%) !important;
    -webkit-transform: translate(0%, -50%) !important;
    color: var(--bs-black);
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    -webkit-appearance: none;
    border: 3px solid var(--bs-white);
}

.btnNext i,
.btnPrev i {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 1.2rem;
    color: var(--bs-white);
}

.btnPrev {
    left: 20px;
}

.btnPrev.slick-disabled,
.btnNext.slick-disabled {
    opacity: 0.1;
    cursor: not-allowed;
}

ul.slick-slider {
    margin: 0;
    padding: 0;
}

.slideShow:not(.slick-initialized){
    opacity: 0;
}

.slick-slider.slick-initialized {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.arrowOutside .btnPrev {
    left: -10px;
}

.arrowOutside .btnNext {
    right: -10px;
}

@media only screen and (min-width: 1300px) {
    .arrowOutside .btnPrev {
        left: -40px;
    }

    .arrowOutside .btnNext {
        right: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .arrowOutside .btnPrev {
        left: 0;
    }

    .arrowOutside .btnNext {
        right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .arrowOutside .btnPrev {
        left: 0;
    }

    .arrowOutside .btnNext {
        right: 0;
    }
}

.slick-dots {
    position: absolute;
    width: 100%;
    /* bottom: -30px; */
    bottom: -10px;
    left: 0;
    text-align: center;
    padding: 0;
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .verticalSlider .slick-dots {
        top: 50%;
        left: unset;
        right: 2rem;
        bottom: unset;
        width: unset;
        transform: translateY(-50%);
    }

    .verticalSlider .slick-dots li {
        display: block;
        margin: 1rem 0;
    }

    .verticalSlider .btnPrev {
        top: 0;
        right: 1rem;
        left: unset;
        transform: rotate(90deg) !important;
    }

    .verticalSlider .btnNext {
        top: unset;
        bottom: 0;
        right: 1rem;
        left: unset;
        transform: rotate(90deg) !important;
    }
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
}

.slick-dots li span {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    text-indent: -9999px;
    margin: 0 auto;
    background: var(--blue-300);
    -webkit-appearance: none;
}

.slick-dots li.slick-active span,
.slick-dots li.slick-active span:hover,
.slick-dots li span:hover {
    background: var(--blue-600) !important;
    position: relative;
    -webkit-appearance: none;
}

ul.newsTicker {
    margin: 0;
    padding: 0;
}

.newsTickerItem {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--bs-white);
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

marquee {
    display: block;
    padding-top: 5px;
}

.newsTicker {
    position: relative;
}
.newsTicker .btnNext,
.newsTicker .btnPrev {
    color: var(--bs-white);
    background: none;
}

.newsTicker .btnNext,
.newsTicker .btnPrev {
    color: var(--bs-white);
    position: absolute;
    right: -60px;
    top: 50%;
    z-index: 1;
    padding: 0 10px;
    font-size: 1.5rem;
}

.newsTicker .btnNext i,
.newsTicker .btnPrev i {
    top: 6px;
}

.newsTicker .btnPrev {
    right: -30px;
    left: unset;
}

@media (max-width: 991px) {
    .newsTicker .btnNext,
    .newsTicker .btnPrev {
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .newsTicker .btnNext {
        right: -20px;
    }

    .newsTicker .btnPrev {
        right: unset;
        left: -20px;
    }
}

@media (max-width: 767px) {
    .newsTickerItem {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.announcement {
    overflow: hidden;
    position: fixed;
    top: 126px;
    z-index: 1001;
    left: 0;
    width: 100%;
    background-color: var(--blue-700);
    min-height: 45px;
}
@media (max-width: 400px) {
    .announcement .btn-sm {
        font-size: 0.75rem;
        margin-bottom: 3px;
        min-width: 80px;
    }
}

@media (max-width: 1199px) {
    body .main {
        padding-top: 165px;
    }
}

@media (max-width: 991px) {
    body .main {
        padding-top: 128px;
    }

    .announcement {
        position: relative;
        top: unset;
    }
}

@media (max-width: 767px) {
    body .main {
        padding-top: 125px;
    }
}
/*===========END OF NEWS TICKER============*/

/*BREADCRUMBS*/
.breadcrumbs {
    font-size: 1rem;
    background: var(--yellow);
    font-weight: 500;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    position: relative;
    padding-right: 1rem;
}

.breadcrumbs li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    right: -2px;
    top: 0;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    color: var(--blue-700);
    text-transform: none;
}

.breadcrumbs li a {
    color: var(--blue-700);
}
.breadcrumbs li a:hover,
.breadcrumbs li a.active {
    color: var(--bs-danger);
}
/*END OF BREADCRUMBS*/

.bgCover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlaid {
    padding-top: 1rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .overlaid {
        margin-top: -80px;
        padding-top: 0;
    }
}
/*FOOTER*/
footer,
footer a {
    color: var(--bs-white);
}

footer {
    background-image: url("../images/footer-bg.jpg?v=1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .logo {
    margin-bottom: 1.286rem;
}

footer span {
    margin-bottom: 1.2rem;
    font-weight: 700;
    line-height: 1.25rem;
    display: block;
    font-size: 1rem;
}

footer p + span,
footer p > span {
    margin-top: 2rem;
}

footer p,
footer a {
    font-size: 0.9rem;
}

footer a:hover {
    color: var(--bs-white);
    text-decoration: underline;
}

footer ul:not(.list-inline),
footer ul:not(.list-inline) li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialMedia li a {
    width: 2.5rem;
    padding: 0.5rem;
    text-align: center;
}
.socialMedia li a i {
    font-size: 1.3rem;
    color: var(--blue);
}

.bottomFooter {
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid var(--blue-700);
}

.withSeparator li {
    position: relative;
    padding: 0 0.5rem;
}

.withSeparator li:first-child {
    padding-left: 0;
}

.withSeparator li:not(:last-child):after {
    content: "";
    width: 1px;
    position: absolute;
    right: -0.5rem;
    height: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: var(--bs-gray);
}

@media (max-width: 991px) {
    footer span {
        margin-top: 2rem;
        margin-bottom: 1.2rem;
    }
}

/*END OF FOOTER*/

/*GENERAL*/

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow-center,
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    z-index: 2;
}

@media (min-width: 768px) {
    .hvr-grow-center:before {
        background: var(--secondary) !important;
    }
}

@media (max-width: 767px) {
    .hvr-grow-center,
    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.text-default {
    color: var(--text-default) !important;
}
.text-blue-700 {
    color: var(--blue-700) !important;
}

.text-yellow {
    color: var(--yellow);
}

.text-yellow:hover {
    color: var(--yellow-hover);
}

.smoothTransition,
.btn,
.ratio:after,
.hoverEffect,
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrtabs-tab-scroll-arrow {
    height: 38px;
    padding-top: 15px;
    background: rgba(0, 0, 0, 0.075);
    border: none;
}

.bottomGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 153, 153, 0) 60%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(60%, rgba(153, 153, 153, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 153, 153, 0) 60%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 153, 153, 0) 60%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 153, 153, 0) 60%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(153, 153, 153, 0) 60%,
        rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333', GradientType=0 );
}

.leftGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    background: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(0, 0, 0, 0.75)),
        color-stop(75%, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

/* =============BANNER============== */
.fullHeightSlider {
    position: relative;
    /* height: calc(100vh - 170px); */
}

.banner {
    position: relative;
    min-height: 350px;
}

/* @media (orientation: landscape) {
    .fullHeightSlider {
        min-height: 500px;
    }
} */

@media (max-width: 575px) {
    .careerPathBanner {
        min-height: unset;
    }
}

.bannerContent {
    color: var(--bs-white);
    margin: 2rem;
    z-index: 2;
    padding-top: 1rem;
}
.bannerThumbnail {
    width: 100%;
    max-width: 120px;
}

@media (min-width: 768px) {
    .bannerThumbnail {
        max-width: 150px;
    }
}

.bannerContentBg {
    background-image: url("../images/banner-pattern.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerContent h1,
.bannerContent h2,
.bannerContent h3,
.bannerContent h4,
.bannerContent h5,
.bannerContent h6,
.bannerContent p {
    margin-bottom: 1rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .bannerContent {
        margin: auto 1rem auto 5rem;
        padding-bottom: 130px;
    }
}

.bannerContent a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: var(--yellow);
    text-align: center;
    border-radius: var(--bs-border-radius);
    -webkit-appearance: none;
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: var(--yellow);
    color: var(--blue-900);
    border: none;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .bannerTextImage {
        height: auto;
    }
    .bannerContent {
        padding-bottom: 0;
    }
    .bannerTextImage .imageFit {
        width: 100%;
        position: relative;
    }
}

.imageFit {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
}

.fullHeightSlider aside,
.banner aside {
    color: var(--bs-white);
    z-index: 2;
    font-weight: 700;
}
/* =============BANNER============== */

/* =============BOXES============== */
.box {
    background: var(--bs-white);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    text-align: center;
    color: var(--bs-white);
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.box.shadow-0 {
    box-shadow: none !important;
}

.box-600 {
    background: var(--blue-600);
}
.box-900 {
    background: var(--blue-900);
}

.box .imgHolder {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.box.noTitle .imgHolder {
    top: 50%;
}

.box h6 {
    position: absolute;
    top: 68%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}
.box h2 {
    position: absolute;
    top: 68%;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}
@media (max-width: 480px) {
    .box h6 {
        font-size: 0.75rem;
        padding: 0 5px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box h6 {
        font-size: 0.75rem;
        padding: 0 5px !important;
    }
}

.box .imgHolder img {
    height: 50px;
    max-width: 100px;
    object-fit: contain;
}
.ratio-4x3 .box .imgHolder img {
    height: 40px;
}

@media (min-width: 578px) {
    .ratio-4x3 .box .imgHolder img,
    .box .imgHolder img {
        height: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ratio-4x3 .box img {
        height: 60px;
    }
}

.vhCenter {
    position: absolute;
    object-fit: contain;
    max-height: 70%;
    max-width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* =============BOXES============== */

/* =============SIGNUP BANNER============== */
.signupBanner {
    position: relative;
    min-height: 300px;
    background: #0b2a4a;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 2rem 0;
}
/*@media (min-width: 578px) {*/
/*    .signupBanner {*/
/*        background-image: url("../images/upcoming.png");*/
/*    }*/
/*}*/

.signupBanner aside {
    color: var(--bs-white);
    z-index: 2;
}
/* =============SIGNUP BANNER============== */

/* =============ABOUT============== */
.imageInline {
    margin: 0 0 1.5rem;
    width: 100%;
    border-radius: var(--bs-border-radius);
}

.galleryAlbumBlock .imageInline {
    cursor: pointer;
}

img[align="left"],
img[align="right"] {
    margin: 0 0 1.5rem;
    width: 100%;
    border-radius: var(--bs-border-radius);
}

@media (min-width: 578px) {
    .imageInline {
        max-width: 400px;
        float: right;
        margin: 0 0 3rem 3rem;
    }

    img[align="left"],
    img[align="right"] {
        max-width: 400px;
        float: right;
        margin: 0 0 3rem 3rem;
    }

    img[align="left"] {
        float: left;
        margin: 0 3rem 3rem 0;
    }
}

@media (min-width: 768px) {
    img[align="left"],
    img[align="right"],
    .imageInline {
        max-width: 480px;
    }
}
/* =============ABOUT============== */

/* =============ACCORDION============== */
.accordion-item {
    border: 0;
    border-radius: var(--bs-border-radius);
}

.accordion .accordion-body {
    background: #f2f2f2;
    border: 1px solid var(--bs-border-color);
    margin-top: -1rem;
    padding-top: 2rem;
    border-radius: var(--bs-border-radius);
}

.accordion-900 button {
    background: var(--blue-900) !important;
    color: var(--bs-white) !important;
    font-weight: 700;
}

.accordion-button::after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    background: none;
    color: var(--yellow);
    transform: none;
    top: 1rem;
    right: 1rem;
    position: absolute;
}

.accordion-button:not(.collapsed)::after {
    content: "\f056";
    background: none;
    transform: none;
}

.accordion-button.disabled {
    outline: none;
    box-shadow: none;
}
.accordion-button.disabled:after {
    content: "";
    border: none;
}

.accordion-100 .accordion-body {
    background: var(--bs-white);
}

.accordion-100 button {
    background: var(--blue-100) !important;
    color: var(--bs-black) !important;
    font-weight: 700;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    font-size: 1.2rem;
}
/* .accordion-100 .accordion-button:not(.collapsed) {
    background-color: var(--blue-500) !important;
    color: var(--bs-white) !important;
  }
  .accordion-100 .accordion-button:not(.collapsed)::after {
    color: var(--bs-white);
  }*/

.accordion-100 .accordion-button::after {
    color: var(--blue-700);
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    position: absolute;
}
/* =============ACCORDION============== */

/* ============== DEGREE SPECIFIC =========== */
.courseAccreditedItem {
    width: 120px;
    border-radius: var(--bs-border-radius);
}

@media (min-width: 768px) {
    .courseAccreditedItem {
        width: 80px;
    }
}

.courseAccreditedItem img {
    object-fit: contain;
}

.thumbnailTabs {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    overflow: hidden;
}

.tab-content {
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.thumbnailTabs .nav-link {
    padding: 0;
    background: none !important;
    border-radius: 0;
    display: block !important;
}

.thumbnailTabs .slick-slide:not(:last-child) {
    border-right: 1px solid var(--blue-300);
}

.thumbnailTabs .box-900 {
    border-radius: 0;
}

.thumbnailTabs .box-900 h6 {
    font-weight: 300;
}

.thumbnailTabs .active .box-900 h6 {
    font-weight: 700;
}

.thumbnailTabs .box-900 img {
    height: 40px;
    margin: auto;
}
@media (min-width: 992px) {
    .thumbnailTabs .box-900 img {
        height: 55px;
    }
}

@media (max-width: 992px) {
    .thumbnailTabs .box-900 h6 {
        top: 64%;
    }
}

.thumbnailTabs .box-900:hover {
    background-color: var(--blue-700);
}
.thumbnailTabs .active .box-900 {
    background-color: var(--blue-600);
}
/* ============== DEGREE SPECIFIC =========== */

/* ============== TABLE RESPONSIVE =========== */
table tbody tr td:first-child {
    min-width: 180px !important;
}

.table-responsive {
    position: relative;
    overflow-y: hidden;
}

.table-responsive .viewTable {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 75px;
    color: var(--blue);
    text-align: center;
}

.table-responsive .viewTable:not(.expanded) i {
    position: absolute;
    bottom: 10px;
}

.table-responsive.expanded .viewTable i {
    bottom: 0;
}

.table-responsive:not(.expanded) .viewTable {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(220, 229, 240, 0.95) 50%,
        rgb(220, 229, 240, 0.95) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(50%, rgb(220, 229, 240, 0.95)),
        color-stop(100%, rgb(220, 229, 240, 0.95))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(220, 229, 240, 0.95) 50%,
        rgb(220, 229, 240, 0.95) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(220, 229, 240, 0.95) 50%,
        rgb(220, 229, 240, 0.95) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(220, 229, 240, 0.95) 50%,
        rgb(220, 229, 240, 0.95) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(220, 229, 240, 0.95) 50%,
        rgb(220, 229, 240, 0.95) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.table-responsive a[data-toggle="collapse"] + div {
    font-size: 0.95em;
}

.table-responsive a[aria-expanded="true"] {
    font-family: "medium";
}
/* ============== TABLE RESPONSIVE =========== */

/* ===========Career Block================ */

.careerBlock,
.brochureBlock {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background: var(--blue-700);
    height: 100%;
    position: relative;
    width: 100%;
}
.careerBlock .careerFooter,
.careerBlock .careerHeader,
.brochureBlock .header {
    height: 5rem;
    width: 100%;
    background: var(--yellow);
}
.careerBlock {
    background: var(--blue-900);
    width: 100%;
}

.careerBlock .careerFooter {
    background-color: var(--blue-900);
    height: 4rem;
    border-top: 2px solid var(--blue-300);
}

.careerBlock .careerFooter h6,
.careerBlock .careerFooter .h6 {
    color: var(--bs-white);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0;
}
.careerBlock .careerHeader {
    height: auto;
}

.careerBlock .careerHeader h4,
.brochureBlock .header h5 {
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .careerBlock .careerHeader h4 {
        font-size: 1.1rem;
    }
}
.careerBlock .careerHeader span,
.brochureBlock .header h5 {
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .careerBlock .careerHeader span {
        font-size: 1.1rem;
        font-weight: 700;
    }
}

.imageContainer {
    position: relative;
    padding-top: 100%;
}
.imageContainer img {
    top: 0;
}

/* ===========Career Block================ */
/* ===============THEME TAB ===============*/

.slidePlaceholder {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.slidePlaceholder img {
    position: absolute;
    width: 50px;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.themeTab a.nav-link {
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
}

.themeTab a.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #4e5c6c;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.themeTab.nav-pill {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 1px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.themeTab li:not(:last-child) {
    margin-right: 1rem;
}

.themeTab {
    margin: auto;
    min-height: 4rem;
}

.themeTab.blue {
    min-height: 5rem;
}

.themeTab li a.nav-link {
    color: var(--white);
    background: #7f90a3;
    border-radius: 0;
    font-weight: 500;
    color: var(--bs-white);
    border-radius: var(--bs-border-radius);
}

.themeTab li a.nav-link.active {
    background: #4e5c6c;
    position: relative;
}

.themeTab.blue a.nav-link.active:after {
    border-top: 15px solid var(--blue-900);
}

.themeTab.blue li a.nav-link.active {
    background-color: var(--blue-900);
}

.themeTab.blue li a.nav-link {
    padding: 1rem;
    background-color: var(--blue-600);
}

/* ===============THEME TAB ===============*/

/* THEME MODAL */
.modal-content {
    background: var(--blue-200);
}
.modal-header {
    z-index: 1;
}
.close-modal {
    padding: 0;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
}
.careerFocus {
    margin-bottom: 1.5rem;
}
.modal-body {
    padding: 1rem;
}
@media only screen and (min-width: 768px) {
    .modal-body {
        padding: 3rem;
    }
}

/* Career Modal */
@media only screen and (max-width: 991px) {
    .careerModal .border-3 {
        border: none !important;
    }
}
.sidebar li::marker {
    color: var(--blue-600);
}
.sidebar a {
    color: var(--bs-black);
}
.sidebar a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 575px) {
    .sidebar .box-900 img {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) {
    .careerFocus {
        float: left;
        margin: 0 2rem 1rem 0;
    }

    .careerBlock.inline,
    .brochureBlock.inline {
        max-width: 320px;
        min-width: 220px;
    }
}
/* THEME MODAL */

.well {
    background-color: var(--blue-300);
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.articleBadge {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 5px 10px;
    width: auto;
    background: var(--blue-700);
    height: auto;
    left: unset;
    font-weight: 500;
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.article {
    width: 100%;
    height: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background-color: var(--blue-600);
    color: var(--bs-white);
}
.article.listView .ratio {
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .article.listView .ratio {
        max-width: 300px;
    }
}
/*CAREER CARD SLIDER*/
.careerSlider {
    height: 350px;
    width: 250px;
    margin: auto;
    overflow: visible;
}

.cardslider-card {
    height: auto;
}

.cardslider-cards {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 30px;
    transform: none;
    left: 0;
}

.cardslider-card {
    background: transparent;
    border-radius: 1.5em;
}

.cardslider-card[aria-hidden="false"] {
    z-index: 99 !important;
}

.cardslider-direction-nav {
    z-index: 99;
    right: unset;
    bottom: -120px;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-direction: row-reverse;
}

.cardslider-direction-nav .cardslider-nav-next:active,
.cardslider-direction-nav .cardslider-nav-prev:active,
.cardslider-direction-nav .cardslider-nav-next,
.cardslider-direction-nav .cardslider-nav-prev {
    margin: 0 5px 10px 5px;
    position: relative;
    text-indent: 0;
    color: var(--bs-white);
    transform: scale(1);
}

.cardslider-nav-prev:after,
.cardslider-nav-next:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cardslider-nav-prev:after {
    content: "\f060";
    top: 50%;
}
.homeSearchTitle {
    color: var(--bs-white);
    text-align: center;
    padding-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
    .homeSearchTitle {
        position: absolute;
        height: 50px;
        color: var(--bs-white);
        top: -50px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        background: var(--blue-600);
        padding: 1rem 2rem;
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    }
}

.page-item {
    min-width: 30px;
    text-align: center;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    margin: 0 3px 3px;
    font-weight: 500;
    background: var(--blue-300);
}

.page-item .page-link {
    border: none;
    color: var(--blue-600);
    background-color: transparent;
}
.page-item .page-link:hover {
    background-color: var(--blue-500);
    color: var(--bs-white);
}
.page-item.active .page-link {
    background-color: var(--blue-600);
    color: var(--bs-white);
}

.page-item:last-child,
.page-item:first-child {
    background-color: var(--yellow);
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    background-color: var(--yellow-hover);
    color: var(--blue-700);
}

.galleryThumbnail:hover .ratio:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.galleryThumbnail:hover:after {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: calc(50% - 1rem);
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--bs-white);
}
.fancybox-caption-wrap {
    text-align: center;
}

.videoGalleryItem:hover .hoverEffect,
.imageGalleryItem:hover .hoverEffect {
    opacity: 1;
}
.hoverEffect {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.25);
    color: var(--bs-white);
}
.videoGalleryItem .hoverEffect {
    opacity: 1;
}

.videoGalleryItem.active {
    border: 5px solid var(--yellow);
}

@media only screen and (min-width: 992px) {
    .currentVideo {
        position: relative;
    }
    .currentVideo:after {
        content: "";
        width: 150px;
        height: 150px;
        background-image: url("../images/theme-corner.png");
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
        right: 0;
        position: absolute;
    }
}

.currentVideo .description {
    position: relative;
    z-index: 2;
    color: var(--bs-white);
}

.cardslider.direction-right .card-1 {
    transform: scale(0.95) translateX(-15%);
}
.cardslider.direction-right .card-2 {
    transform: scale(0.9) translateX(-30%);
}
.cardslider.direction-right .card-3 {
    transform: scale(0.85) translateX(-45%);
}
.cardslider.direction-right .card-4 {
    transform: scale(0.8) translateX(-60%);
}
.cardslider.direction-right .card-5 {
    transform: scale(0.75) translateX(-75%);
}

.fancybox-image,
.fancybox-thumbs li,
.fancybox-thumbs li img {
    border-radius: var(--bs-border-radius);
}

.ratio.ratio-4x3.hPlus3::before {
    padding-top: calc(75% + 3rem);
}

.stickyIcons {
    position: fixed;
    right: 0;
    bottom: 5%;
    background: var(--yellow);
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
    z-index: 2;
}
.stickyIcons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.stickyIcons ul li:first-child {
    border-radius: var(--bs-border-radius) 0 0 0;
}
.stickyIcons ul li:last-child {
    border-radius: 0 0 0 var(--bs-border-radius);
}

.stickyIcons ul li {
    position: relative;
    padding: 0.75rem 0.5rem !important;
    overflow: hidden;
}

.stickyIcons ul li:hover {
    background-color: var(--yellow-hover);
}
.stickyIcons ul li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--blue-800);
}

@media (max-width: 767px) {
    .page-accreditation .media-area img {
        max-width: 220px;
    }
}

.pointer {
    cursor: pointer !important;
}

.international-campuses .content-area {
    padding: 1rem 2rem;
}

#gdpr {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: var(--blue-300);
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.socialMedia li a img {

    width: 100%;

    vertical-align: text-bottom;

}
