html,
body {
  /* medium and up screens */
  height: 100%;
  width: 100%;
}
html .booking-form .table th,
body .booking-form .table th {
  width: 30%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  html .carousel-inner .carousel-item > div,
  body .carousel-inner .carousel-item > div {
    display: none;
  }
  html .carousel-inner .carousel-item > div:first-child,
  body .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
html .carousel-inner .carousel-item.active,
html .carousel-inner .carousel-item-next,
html .carousel-inner .carousel-item-prev,
body .carousel-inner .carousel-item.active,
body .carousel-inner .carousel-item-next,
body .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  html .carousel-inner .carousel-item-end.active,
  html .carousel-inner .carousel-item-next,
  body .carousel-inner .carousel-item-end.active,
  body .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  html .carousel-inner .carousel-item-start.active,
  html .carousel-inner .carousel-item-prev,
  body .carousel-inner .carousel-item-start.active,
  body .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
html .carousel-inner .carousel-item-end,
html .carousel-inner .carousel-item-start,
body .carousel-inner .carousel-item-end,
body .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
html #contact-page #details .section,
body #contact-page #details .section {
  padding: 20px 30px 15px 0;
}
html #contact-page #details .section span.title,
body #contact-page #details .section span.title {
  font-weight: 700;
  text-transform: uppercase;
  margin: -22px 1px 0 40px;
}
html #contact-page #details .section p.info,
body #contact-page #details .section p.info {
  margin: 20px 1px 0;
}
html #details,
body #details {
  padding: 1rem;
}
html iframe,
body iframe {
  border-radius: 5px;
  width: 100%;
}
html .email-box,
body .email-box {
  width: 100%;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: #ececec;
}
html .space-bottom--s,
body .space-bottom--s {
  margin-bottom: 1em;
}
html #emailForm,
body #emailForm {
  width: 100%;
}
html label,
body label {
  display: inline;
  margin-bottom: 0;
}
html .table--booking label,
body .table--booking label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html input,
  html textarea,
  html select,
  body input,
  body textarea,
  body select {
    width: 100% !important;
  }
}
html #emailForm input,
html #emailForm textarea,
html #emailForm select,
body #emailForm input,
body #emailForm textarea,
body #emailForm select {
  width: 100%;
}
html input[type=checkbox],
body input[type=checkbox] {
  width: unset !important;
}
html input,
html textarea,
html select,
body input,
body textarea,
body select {
  display: block;
  width: 70%;
  padding: 10px 12px;
  background-image: none;
  background-clip: padding-box;
  border-width: 0;
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: auto;
  color: #111111;
  background-color: #ffffff;
  border-color: #b3b3b3;
  border-width: 1px;
  outline: none;
  margin: 1rem 0;
  border: 1px solid black;
  display: inline-block;
}
html input[type=text],
html input[type=password],
html textarea,
body input[type=text],
body input[type=password],
body textarea {
  outline-color: #00579c;
}
html .space-bottom,
body .space-bottom {
  margin-bottom: 2em;
}
html .centre,
body .centre {
  text-align: center;
}
html .hidden,
body .hidden {
  display: none !important;
}
html .invalid,
body .invalid {
  color: #e60000;
}
html h4.title,
body h4.title {
  margin: 1rem 0;
}
html .table-details,
body .table-details {
  width: 100%;
}
html .info-button,
body .info-button {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  padding: 0;
  margin: 0;
  color: #00579c;
  border-color: #00579c;
  border-style: solid;
  border-width: medium;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  margin-left: 1em;
  display: inline;
}
html .button,
html .button--wide,
body .button,
body .button--wide {
  font-weight: bold;
  border-radius: 5px;
  border-style: solid;
  padding: 0.3em;
  transition: 0.3s;
  background-color: #00579c;
  color: #ffffff;
  border-color: #00579c;
  letter-spacing: 0.04em;
  width: 200px;
  height: 40px;
}
html .button:hover,
html .button--wide:hover,
body .button:hover,
body .button--wide:hover {
  background-color: #ffffff;
  color: #00579c;
}
html button#notes-button,
body button#notes-button {
  vertical-align: top;
}
html .info-button:hover,
body .info-button:hover {
  color: white;
  background-color: #00579c;
}
html .table th,
body .table th {
  padding: 0.75rem;
  vertical-align: top;
}
html .table tr,
body .table tr {
  border: 1px solid #dee2e6;
}
html table.table.table--details,
body table.table.table--details {
  margin: 2rem 0;
}
html .table-header,
body .table-header {
  background-color: #e8e8e8 !important;
  font-size: 18px;
  text-align: center !important;
}
html button.submit,
body button.submit {
  background-color: #29a329;
  color: #ffffff;
  border-color: #29a329;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
  border: 1px solid black;
  width: 200px;
  height: 40px;
  margin: 1rem 0;
}
html button.submit:hover,
body button.submit:hover {
  background-color: #ffffff;
  color: #29a329;
}
html .details-button,
body .details-button {
  font-weight: bold;
  border-radius: 5px;
  border-style: solid;
  padding: 0.3em;
  transition: 0.3s;
  background-color: #00579c;
  color: #ffffff;
  border-color: #00579c;
  letter-spacing: 0.04em;
}
html input.hidden,
body input.hidden {
  display: none;
}
html .accordion-container,
body .accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
html .accordion-container > h2,
body .accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
html .accordion-header,
body .accordion-header {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
html .accordion-header > a,
body .accordion-header > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s linear;
}
html .accordion-header > a i,
body .accordion-header > a i {
  float: right;
  margin-top: -50px;
}
html .accordion-header > a.active,
body .accordion-header > a.active {
  background-color: #3399cc;
  color: #fff;
}
html .accordion-content,
body .accordion-content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
html .accordion-content p,
body .accordion-content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
html #about-us #partners,
body #about-us #partners {
  margin-bottom: 1rem !important;
}
html #about-us #partners .owl-carousel .owl-nav .owl-prev:hover,
html #about-us #partners .owl-carousel .owl-nav .owl-next:hover,
body #about-us #partners .owl-carousel .owl-nav .owl-prev:hover,
body #about-us #partners .owl-carousel .owl-nav .owl-next:hover {
  background: unset;
}
html #about-us #partners .owl-carousel .owl-nav .owl-prev,
html #about-us #partners .owl-carousel .owl-nav .owl-next,
body #about-us #partners .owl-carousel .owl-nav .owl-prev,
body #about-us #partners .owl-carousel .owl-nav .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html #about-us #partners .owl-carousel .owl-nav .owl-prev,
body #about-us #partners .owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
html #about-us #partners .owl-carousel .owl-nav .owl-next,
body #about-us #partners .owl-carousel .owl-nav .owl-next {
  right: -30px;
}
html #about-us #partners .owl-carousel .owl-nav .owl-prev i,
html #about-us #partners .owl-carousel .owl-nav .owl-next i,
body #about-us #partners .owl-carousel .owl-nav .owl-prev i,
body #about-us #partners .owl-carousel .owl-nav .owl-next i {
  transform: scale(3, 3);
  color: #869791;
}
html #about-us #partners .owl-carousel .item,
body #about-us #partners .owl-carousel .item {
  height: 600px;
}
html #about-us #partners .owl-carousel .item .top-section,
body #about-us #partners .owl-carousel .item .top-section {
  padding: 1rem;
  height: 200px;
}
html #about-us #partners .owl-carousel .item .bottom-section,
body #about-us #partners .owl-carousel .item .bottom-section {
  background-color: #f7f7fb;
  padding: 1rem;
  height: 400px;
}
html #about-us #partners .owl-carousel .item .bottom-section .board-mems,
body #about-us #partners .owl-carousel .item .bottom-section .board-mems {
  color: #003088;
  font-weight: bold;
}
html #about-us #partners .owl-carousel .item img,
body #about-us #partners .owl-carousel .item img {
  width: 250px;
  height: 65px;
}
html p,
html ul,
body p,
body ul {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
html .vertical-align,
body .vertical-align {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
html .section-border,
body .section-border {
  border-bottom: 1px solid #00579c;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
html footer,
body footer {
  background-color: #e8e8e6;
  padding: 1em;
}
html footer #contact-details p,
body footer #contact-details p {
  margin-bottom: 0;
}
html footer .content-sections,
body footer .content-sections {
  margin: 2rem;
}
@media only screen and (max-width: 768px) {
  html #home-news,
  body #home-news {
    margin: unset !important;
  }
}
html #home-news,
body #home-news {
  background-color: #f7f7f7;
  box-shadow: 0 0 10px #cacace;
  border-radius: 2px;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  margin: 2rem auto;
}
html #home-news h2,
body #home-news h2 {
  color: #00579c;
  padding: 1rem 0;
}
html #home-news .col .card,
body #home-news .col .card {
  height: 100%;
}
html #home-news .col .card button,
body #home-news .col .card button {
  font-weight: bold;
  border-radius: 5px;
  border-style: solid;
  padding: 0.3em;
  transition: 0.3s;
  background-color: #00579c;
  color: #ffffff;
  border-color: #00579c;
  letter-spacing: 0.04em;
}
html #home-news .col .card button:hover,
body #home-news .col .card button:hover {
  background-color: white;
  color: #00579c;
}
html .section,
body .section {
  padding: 2rem;
}
html .section h2,
body .section h2 {
  font-size: 34px;
  color: #00579c;
  letter-spacing: 0.05em;
}
html #carousel .row > *,
body #carousel .row > * {
  padding-left: unset;
  padding-right: unset;
}
html #carousel button.join-btn,
body #carousel button.join-btn {
  background-color: rgb(248, 203, 0);
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 1rem;
  border-radius: 1rem;
  border-color: rgb(248, 203, 0);
}
@media only screen and (max-width: 768px) {
  html #carousel .carousel-item.active,
  body #carousel .carousel-item.active {
    height: 350px;
  }
  html #carousel .carousel-item.active img:nth-child(odd),
  body #carousel .carousel-item.active img:nth-child(odd) {
    filter: unset !important;
  }
}
html #carousel .carousel-item.active img:nth-child(odd),
body #carousel .carousel-item.active img:nth-child(odd) {
  filter: blur(3px);
}
html #carousel .carousel-text,
body #carousel .carousel-text {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(-8%, -50%);
  color: #fff;
  width: 30vw;
}
html #carousel .carousel-text--left,
body #carousel .carousel-text--left {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(10%, -50%);
  color: #fff;
  width: 38vw;
}
html th,
html td,
body th,
body td {
  padding: 1rem !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  html th,
  html td,
  body th,
  body td {
    padding: 5px !important;
  }
}
html input.search-box,
body input.search-box {
  display: block;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  margin: 1rem 0;
  float: left;
}
html button#search-icon,
body button#search-icon {
  height: 34px;
  width: 15%;
  padding: 6px 12px;
  font-size: 14px;
  color: black;
  background-color: #fff;
  background-image: none;
  border: none;
  margin: 1rem 0;
  background-color: #ddd;
}
html #universityHeader th,
body #universityHeader th {
  background-color: white;
  top: 0;
}
html #universityResults tr.selected,
body #universityResults tr.selected {
  background-color: rgb(249, 245, 255);
  border: 1px solid black;
}
html #universityResults td i.fa-solid.fa-star:hover,
html #universityResults td i.fa-solid.fa-star.fav.selected,
html #universityResults td i.fa-solid.fa-star.fav,
body #universityResults td i.fa-solid.fa-star:hover,
body #universityResults td i.fa-solid.fa-star.fav.selected,
body #universityResults td i.fa-solid.fa-star.fav {
  color: gold;
}
html #universityResults td i.fa-solid.fa-star.fav:hover,
html #universityResults td i.fa-solid.fa-star,
body #universityResults td i.fa-solid.fa-star.fav:hover,
body #universityResults td i.fa-solid.fa-star {
  color: black;
}
html #universityResults td input.selectCheckbox,
body #universityResults td input.selectCheckbox {
  transform: scale(1.3);
  margin-left: 1rem;
}
html #filters .favourites,
body #filters .favourites {
  color: black;
}
html #filters .favourites:hover,
body #filters .favourites:hover {
  color: gold;
}
html #filters .favourites.active,
body #filters .favourites.active {
  color: gold;
}
html #filters .favourites.active:hover,
body #filters .favourites.active:hover {
  color: black;
}
html #filters td.countryFilters,
html #filters td.statusFilters,
html #filters td.subscribedFilters,
body #filters td.countryFilters,
body #filters td.statusFilters,
body #filters td.subscribedFilters {
  width: 250px;
  height: 150px;
  vertical-align: top;
}
html #filters input.search-country,
body #filters input.search-country {
  width: 250px;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid black;
  border-left: 1px solid black;
  height: 22px;
  font-size: 12px;
}
html #filters input.search-country:focus,
body #filters input.search-country:focus {
  outline: none;
}
html #filters option.active,
body #filters option.active {
  background-color: #cecece;
}
html #filters p.subscribedText,
body #filters p.subscribedText {
  margin-bottom: 0;
  font-weight: bold;
  color: white;
  background-color: 0;
  width: 250px;
  text-align: center;
}
html #filters p.countryText,
body #filters p.countryText {
  margin-bottom: 0;
  font-weight: bold;
  color: aliceblue;
  background-color: black;
  text-align: center;
}
html #filters p.statusText,
body #filters p.statusText {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffc5;
  background-color: black;
  width: 250px;
  text-align: center;
}
html #filters .selectStatus,
html #filters .selectSubscribed,
body #filters .selectStatus,
body #filters .selectSubscribed {
  overflow: hidden;
  width: 100%;
  border-top: 0;
  outline: 0;
}
html #filters .selectStatus option,
html #filters .selectSubscribed option,
body #filters .selectStatus option,
body #filters .selectSubscribed option {
  font-size: 13px;
}
html #filters .selectCountry,
body #filters .selectCountry {
  width: 100%;
  outline: 0;
}
html #filters .selectCountry option,
body #filters .selectCountry option {
  font-size: 13px;
}
html #filters input#applyFilters,
body #filters input#applyFilters {
  background-color: green;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}
html #filters input#resetFilters,
body #filters input#resetFilters {
  background-color: red;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}
html .tableHeader input,
body .tableHeader input {
  width: unset;
  background: unset;
  border: unset;
  font-weight: bold;
}
html .countriesList,
body .countriesList {
  background: aliceblue;
  width: 250px;
  border: 1px solid black;
  padding: 0;
  margin-bottom: 0;
  margin: 0;
  text-align: left;
}
html .countriesList i.fa-solid.fa-circle-minus,
body .countriesList i.fa-solid.fa-circle-minus {
  cursor: pointer;
}
html .countriesList .wrapper.hide,
body .countriesList .wrapper.hide {
  display: none;
}
html .countriesList #countryShowHide,
body .countriesList #countryShowHide {
  text-align: center !important;
  display: block;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  color: #fff !important;
  background-color: #616161 !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  margin: 5px auto;
}
html .statusList,
body .statusList {
  background: #ffffc5;
  width: 250px;
  border: 1px solid black;
  padding: 0;
  margin: 0;
  text-align: left;
}
html .statusList i.fa-solid.fa-circle-minus,
body .statusList i.fa-solid.fa-circle-minus {
  cursor: pointer;
}
html .subscribedList,
body .subscribedList {
  background: green;
  width: 250px;
  border: 1px solid black;
  padding: 0;
  margin: 0;
  text-align: left;
  color: white;
}
html .subscribedList i.fa-solid.fa-circle-minus,
body .subscribedList i.fa-solid.fa-circle-minus {
  cursor: pointer;
}
html .wrapper,
body .wrapper {
  position: relative;
  display: inline-block;
  margin: 2px 4px;
}
html i.fa-solid.fa-arrow-down,
html i.fa-solid.fa-arrow-up,
html i.fa-solid.fa-arrow-right,
body i.fa-solid.fa-arrow-down,
body i.fa-solid.fa-arrow-up,
body i.fa-solid.fa-arrow-right {
  position: absolute;
  top: 5px;
}
html input.columnName.selected,
html i.fa-solid.fa-up-long.selected,
html i.fa-solid.fa-down-long.selected,
body input.columnName.selected,
body i.fa-solid.fa-up-long.selected,
body i.fa-solid.fa-down-long.selected {
  color: grey;
}
html i.fa-solid.fa-caret-left.disabled,
html i.fa-solid.fa-caret-right.disabled,
html i.fa-solid.fa-angles-left.disabled,
html i.fa-solid.fa-angles-right.disabled,
body i.fa-solid.fa-caret-left.disabled,
body i.fa-solid.fa-caret-right.disabled,
body i.fa-solid.fa-angles-left.disabled,
body i.fa-solid.fa-angles-right.disabled {
  color: grey;
  cursor: unset;
}
html i.fa-solid.fa-angles-left,
body i.fa-solid.fa-angles-left {
  color: black;
  cursor: pointer;
}
html i.fa-solid.fa-caret-left,
html i.fa-solid.fa-caret-right,
html i.fa-solid.fa-angles-right,
html i.fa-solid.fa-chart-pie,
html i.fa-solid.fa-chart-simple,
html i.fa-solid.fa-star,
html i.submit,
body i.fa-solid.fa-caret-left,
body i.fa-solid.fa-caret-right,
body i.fa-solid.fa-angles-right,
body i.fa-solid.fa-chart-pie,
body i.fa-solid.fa-chart-simple,
body i.fa-solid.fa-star,
body i.submit {
  cursor: pointer;
}
html a.scroll,
body a.scroll {
  text-decoration: none;
  display: block;
  z-index: 1;
  position: fixed;
  bottom: 0;
  width: inherit;
}
html a.scroll button,
body a.scroll button {
  background-color: yellow;
  font-weight: bold;
  margin: 1rem 0;
  display: none;
}
html .pageRecordsRow,
html .pager,
body .pageRecordsRow,
body .pager {
  margin-bottom: 1rem;
}
html .pageRecordsRow input,
body .pageRecordsRow input {
  width: 50px;
}
html ul.dropdown-menu.show,
body ul.dropdown-menu.show {
  width: 100%;
}
html ul.dropdown-menu.show .item,
body ul.dropdown-menu.show .item {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
html ul.dropdown-menu.show .item input#applyColumns,
body ul.dropdown-menu.show .item input#applyColumns {
  background-color: green;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}/*# sourceMappingURL=style.css.map */