@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
*::-webkit-scrollbar {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.countrybanner {
  position: relative;
  z-index: 99999;
  background-color: #7a7a7a;
  height: 50px;
}
.countrybanner #top-menu {
  padding-bottom: 0px !important;
}
.countrybanner a {
  color: white;
}
.countrybanner a :hover {
  color: white;
}
.countrybanner .close {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  padding-left: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-left: 20px;
}
.countrybanner .selection {
  padding-bottom: 0px;
}
.countrybanner .selection p {
  margin-top: 10px;
  color: white;
  line-height: 30px;
}
@media (max-width: 1199.98px) {
  .countrybanner .selection .extra {
    display: none;
  }
}
.countrybanner .selection.book-now.region a {
  width: 150px;
  padding: 5px 5px;
  margin-left: 5px;
  border: 1px solid white;
}
@media (max-width: 1199.98px) {
  .countrybanner .selection.book-now.region a {
    width: 90px;
  }
}
.countrybanner .selection.book-now.region a img {
  width: 30px;
}
.countrybanner .selection ul.top {
  margin-left: 10px;
  display: block;
  top: 0px;
  right: 2em;
}
.countrybanner .selection ul.top > li {
  min-width: initial;
}
.countrybanner .selection ul.top > li > a {
  color: white;
  min-width: 100px;
  text-align: center;
  line-height: initial;
  display: inline-block;
  padding: 5px 20px;
}
.countrybanner .selection ul.top > li .dropdown-container {
  position: fixed;
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  min-height: initial;
  background-color: white;
  box-shadow: 3px 10px 17px -1px rgba(0, 0, 0, 0.75);
  text-transform: lowercase;
}
.countrybanner .selection ul.top > li .dropdown-container a {
  display: block;
  margin-bottom: 15px;
  color: white;
  width: 150px;
}
.countrybanner .selection ul.top > li .dropdown-container a:last-child {
  margin-bottom: 0px;
}
.countrybanner .selection > ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.countrybanner .selection > ul > li {
  min-width: 110px;
  font-size: 18px;
  display: inline-block;
}
.countrybanner .selection > ul > li .expander-toggle {
  display: none;
}
.countrybanner .selection > ul > li .expander-cat {
  display: none;
}
.countrybanner .selection > ul > li.book-now a {
  width: 130px;
  display: inline-block;
  background-color: #0064F0;
  padding: 5px 30px;
  margin-left: 5px;
  border: 1px solid white;
}
.countrybanner .selection > ul > li.book-now a:hover {
  background-color: #005cdc;
}
.countrybanner .selection > ul > li.book-now.region a {
  min-width: 160px;
  padding: 5px 5px;
  margin-left: 5px;
  border: 1px solid white;
}
@media (max-width: 1199.98px) {
  .countrybanner .selection > ul > li.book-now.region a {
    width: 90px;
  }
}
.countrybanner .selection > ul > li.book-now.region a img {
  width: 30px;
}
.countrybanner .selection > ul > li.book-now.region {
  height: 44px;
}
.countrybanner .selection > ul > li.book-now.region a {
  min-width: 135px;
  width: 100%;
  padding: 5px 3px;
  height: 32px;
}
.countrybanner .selection > ul > li.book-now.region a span {
  padding-left: 5px;
  margin-right: 5px;
  float: right;
  font-weight: 500;
  transform: rotate(90deg);
}
.countrybanner .selection > ul > li.book-now.region .dropdown-container {
  padding-right: 8px;
  padding-left: 16px;
  background-color: white;
}
.countrybanner .selection > ul > li.book-now.region .dropdown-container a {
  background-color: white;
  margin-left: 0px;
  padding: 0px;
  color: black;
  text-transform: capitalize;
}
.countrybanner .selection > ul > li.book-now.region .dropdown-container a img {
  padding-right: 10px;
}
.countrybanner .selection > ul > li > a {
  color: white;
  padding: 0px 5px 5px 5px;
}
.countrybanner .selection > ul > li > a:hover {
  text-decoration: none;
}
.countrybanner .selection > ul > li .dropdown-container {
  text-transform: none;
  background-color: white;
  color: #003057;
  min-height: 10em;
  margin-top: 15px;
  width: 100%;
  display: none;
  z-index: 999;
  justify-content: center;
  box-shadow: 1px 10px 13px -7px rgba(0, 0, 0, 0.75);
}
.countrybanner .selection > ul > li .dropdown-container.nosize {
  width: auto;
  padding: 1em;
  margin-top: 0;
}
.countrybanner .selection > ul > li .dropdown-container.book-now a {
  border-radius: 0;
  margin: 1em;
  width: 10em;
}
.countrybanner .selection > ul > li .dropdown-container.about-us {
  flex-direction: column;
  align-items: center;
}
.countrybanner .selection > ul > li .dropdown-container.about-us .top {
  display: flex;
  width: 100%;
}
.countrybanner .selection > ul > li .dropdown-container.about-us .bottom .btn {
  margin: 1em 2em;
}
.countrybanner .selection > ul > li .dropdown-container a {
  color: #003057;
}
.countrybanner .selection > ul > li .dropdown-container [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  margin-left: 18px;
  top: -10px;
}
.countrybanner .selection ul li {
  padding: 0.5em 0;
}
.countrybanner .selection ul li .dropdown-container {
  display: none;
}
.countrybanner .selection ul li .dropdown-container a {
  border-bottom: none;
  font-weight: 400;
}
.countrybanner .selection ul li .book-now.region {
  height: 44px;
}
.countrybanner .selection ul li .book-now.region a {
  min-width: 66px;
  width: 90px;
  padding: 5px 3px;
  height: 32px;
}
.countrybanner .selection ul li .book-now.region a span {
  padding-left: 5px;
  margin-right: 5px;
  float: right;
  font-weight: 500;
  transform: rotate(90deg);
}
.countrybanner .selection ul li .book-now.region .dropdown-container {
  padding-right: 8px;
  padding-left: 16px;
  background-color: white;
}
.countrybanner .selection ul li .book-now.region .dropdown-container a {
  background-color: white;
  margin-left: 0px;
  padding: 0px;
  color: black;
  text-transform: capitalize;
}
.countrybanner .selection ul li .book-now.region .dropdown-container a img {
  padding-right: 10px;
}

.nav-link {
  color: #003057;
  font-size: 1.2rem;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}
.nav-link .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.nav-link .logo img {
  width: 24px;
}
.nav-link.root-link {
  color: #FF3506 !important;
}
.nav-link.course-link .logo, .nav-link.course-cat-link .logo {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-link.course-link .logo img, .nav-link.course-cat-link .logo img {
  width: 24px;
}
.nav-link.course-link span, .nav-link.course-cat-link span {
  flex-grow: 1;
  text-align: left;
}

.nav-icon {
  width: 24px;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
.nav-icon img {
  height: 24px;
}

.topbar {
  position: relative;
  z-index: 30;
  background-color: #003057;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.topbar .banner-text {
  font-size: 16px;
  color: #fff;
}
.topbar .phone {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.topbar .phone img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.topbar .phone a {
  text-decoration: none;
  color: #003057;
}
.topbar .phone .container {
  display: flex;
  justify-content: end;
}

.btn-dropdown {
  position: relative;
  z-index: 99;
}
.btn-dropdown .dropdown-container .btn {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.btn-dropdown .dropdown-container-mobile {
  position: absolute;
  top: 113%;
  display: none;
}
.btn-dropdown .dropdown-container-mobile.show {
  display: block;
}
.btn-dropdown .dropdown-container-mobile .btn {
  background-color: white !important;
  color: #0064F0 !important;
  min-width: 120px !important;
}
.btn-dropdown .dropdown-container-mobile .btn:not(:first-of-type) {
  border-top: 1px solid #fff !important;
}

#header {
  position: relative;
  z-index: 20;
}
#header .header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 30;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#header #desktop-nav-toggler {
  color: #0064F0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #header #desktop-nav-toggler {
    font-size: 2rem;
  }
}
#header #mobile-nav-toggler {
  color: #0064F0;
  font-size: 1.4rem;
}
#header .top-menu {
  background-color: #003057;
}
#header .top-menu a {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#header .top-menu a:first-of-type::after {
  position: absolute;
  content: "";
  right: -2px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: white;
}
@media (max-width: 767.98px) {
  #header .mobile-menu {
    gap: 0.2rem;
  }
  #header .mobile-menu li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #0064F0 !important;
    font-weight: normal !important;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .mobile-menu li a i.icon {
    font-size: 18px;
  }
}
#header.header {
  background-color: #fff;
  height: 80px;
  border-bottom: 10px solid #FF3506;
}
@media (min-width: 768px) {
  #header.header {
    height: 130px;
  }
}
#header .home-link > img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  #header .home-link > img {
    width: 160px;
  }
}

.city-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.city-list .address {
  font-size: 14px;
  font-weight: normal;
}
.city-list .callout {
  color: #0064F0;
  font-size: 14px;
  font-weight: 600;
}
.city-list:hover .callout {
  color: #fff;
}

#desktop-nav {
  width: 100%;
  gap: 1rem;
}
@media (min-width: 768px) {
  #desktop-nav .nav-wrapper {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  #desktop-nav .nav-wrapper {
    padding-top: 0;
  }
}
#desktop-nav ul {
  gap: 0.4rem;
}
#desktop-nav ul.top-nav > li > a.btn-link {
  color: #003057;
  font-weight: 600;
}
#desktop-nav ul li.navigation-link a {
  text-transform: capitalize;
  text-decoration: none;
}
#desktop-nav ul li.navigation-link .sub-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 99999;
}
#desktop-nav ul li.navigation-link .sub-nav.delay {
  transition: all 0.2s 2s;
}
#desktop-nav ul li.navigation-link .sub-nav.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
#desktop-nav ul li.navigation-link .sub-nav::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  height: 50px;
  width: 100px;
}
#desktop-nav ul li.navigation-link .sub-nav::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 20px;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 20px solid #003057;
}
#desktop-nav ul li.navigation-link .sub-nav-header {
  background-color: #003057;
}
#desktop-nav ul li.navigation-link .sub-nav-header ul {
  display: flex;
  gap: 0;
}
#desktop-nav ul li.navigation-link .sub-nav-header ul li {
  position: relative;
}
#desktop-nav ul li.navigation-link .sub-nav-header ul li a.header-link {
  display: block;
  box-sizing: content-box;
  padding: 0.75rem 1.2rem;
  color: #fff;
}
#desktop-nav ul li.navigation-link .sub-nav-header ul li a.header-link.active {
  background-color: #FF3506;
}
#desktop-nav ul li.navigation-link .sub-nav-header ul li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 30%;
  bottom: 30%;
  width: 2px;
  background-color: #fff;
}
#desktop-nav ul li.navigation-link .sub-nav-body {
  background-color: #fff;
  border-top: 10px solid #003057;
}
#desktop-nav ul li.navigation-link .sub-nav-body::-webkit-scrollbar {
  display: none;
}
#desktop-nav ul li.navigation-link .sub-nav-body.no-border {
  border: 0;
}
#desktop-nav ul li.navigation-link .sub-nav-body ul li a {
  color: #003057;
  padding: 0.5rem 1.2rem;
}
#desktop-nav ul li.navigation-link .sub-nav .course-cat {
  display: none;
  background-color: #fff;
}
#desktop-nav ul li.navigation-link .sub-nav .course-cat.active {
  display: block;
}
#desktop-nav ul li.navigation-link .sub-nav .course-cat li {
  position: relative;
}
#desktop-nav ul li.navigation-link .sub-nav .course-cat li a {
  color: #003057;
}
#desktop-nav ul li.navigation-link .sub-nav .nav-link {
  font-size: 1rem;
}
#desktop-nav ul li.navigation-link .sub-nav .nav-link i {
  font-size: 20px;
  opacity: 100;
  transition: opacity 0.3s ease-in-out;
}
#desktop-nav ul li.navigation-link .sub-nav .nav-link:hover, #desktop-nav ul li.navigation-link .sub-nav .nav-link.active {
  background-color: #0064F0;
  color: #fff;
}
#desktop-nav ul li.navigation-link .sub-nav .nav-link.active i {
  opacity: 0;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-color: #003057;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  padding-top: 8px;
  padding-bottom: 8px;
  visibility: hidden;
  opacity: 0;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list.show {
  transform: translateX(100%);
  visibility: visible;
  opacity: 1;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list li:first-of-type a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  border-left: 15px solid #0064F0;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list .nav-link {
  padding-left: 32px;
  padding-right: 24px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  color: #fff;
  gap: 1rem;
  font-size: 14px;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list .nav-link.root-link {
  font-size: 1rem !important;
  color: #FF3506;
  font-weight: bold;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list .nav-link .callout {
  font-size: 14px;
  color: #0064F0;
  font-weight: 600;
}
#desktop-nav ul li.navigation-link .sub-nav .course-list .nav-link:hover {
  background-color: #003057;
  color: #FF3506;
}
#desktop-nav ul.right-nav {
  padding-bottom: 1rem;
}
#desktop-nav ul.right-nav li a {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #fff;
  border: #fff;
  color: #003057;
  font-weight: 600;
}
#desktop-nav ul.right-nav li a.dropdown-btn {
  background-color: #003057;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
#desktop-nav ul.right-nav li a.dropdown-btn:hover {
  background-color: #0064F0;
}
@media (min-width: 768px) {
  #desktop-nav ul.right-nav li a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    width: 120px;
  }
  #desktop-nav ul.right-nav li a:not(.dropdown-btn) {
    color: #fff;
    background-color: #0064F0;
  }
}
@media (min-width: 992px) {
  #desktop-nav ul.right-nav li a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#desktop-nav .search-input {
  width: 373px;
  position: relative;
  height: 36px;
}
#desktop-nav .search-input .search-text {
  height: 36px;
  font-size: 14px;
  width: 373px;
  padding: 5px 36px 5px 8px;
}
#desktop-nav .search-input .icon {
  padding: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#desktop-nav .search-autocomplete {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
}
#desktop-nav .search-autocomplete li {
  display: none;
}
#desktop-nav .search-autocomplete li.show {
  display: block;
}
#desktop-nav .search-autocomplete li a {
  display: block;
  padding: 4px 12px;
  color: #0064F0;
  text-decoration: none;
  font-size: 14px;
}
#desktop-nav .search-autocomplete li:hover {
  background-color: #0064F0;
}
#desktop-nav .search-autocomplete li:hover a {
  color: #fff;
}

#pay-dropdown {
  display: none;
}
#pay-dropdown.show {
  display: flex;
}
#pay-dropdown a {
  color: #003057;
  font-weight: 500;
  background-color: #c8c8c8;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#mobile-menu-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
#mobile-menu-nav.show {
  transform: translateY(100%);
}
#mobile-menu-nav .top-bar {
  height: 16px;
  background-color: #FF3506;
}
#mobile-menu-nav .top-menu {
  position: relative;
  background-color: #003057;
}
#mobile-menu-nav .top-menu a {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#mobile-menu-nav .top-menu a:first-of-type::after {
  position: absolute;
  content: "";
  right: -1px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: white;
}
#mobile-menu-nav .menu-link {
  color: #003057;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#mobile-menu-nav .menu-link .menu-icon {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-menu-nav .menu-link .menu-icon img {
  height: 24px;
}
#mobile-menu-nav .menu-link .menu-title {
  flex: 1 1 auto;
  text-align: left;
}
#mobile-menu-nav .menu-link .callout {
  color: #0064F0;
  font-size: 14px;
  font-weight: 600;
}
#mobile-menu-nav .menu-link.show {
  display: flex;
}

#city-desktop .menu-link {
  color: #003057;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}
#city-desktop .menu-link:hover, #city-desktop .menu-link.active {
  background-color: #0064F0;
  color: #fff !important;
}
#city-desktop .menu-link:hover .callout, #city-desktop .menu-link.active .callout {
  color: #fff !important;
}
#city-desktop .menu-link .menu-icon {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#city-desktop .menu-link .menu-icon img {
  height: 24px;
}
#city-desktop .menu-link .menu-title {
  flex: 1 1 auto;
  text-align: left;
}
#city-desktop .menu-link .callout {
  color: #0064F0;
  font-size: 14px;
  font-weight: 600;
}
#city-desktop .menu-link.show {
  display: flex;
}

#menu-header {
  display: none;
  background-color: #0064F0;
}
#menu-header.show {
  display: block;
}
#menu-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#menu-header .menu-header-link {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#menu-header .menu-title-wrapper {
  flex: 1 1 auto;
}
#menu-header #menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb .breadcrumb-items {
  display: flex;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-end;
}
.breadcrumb .breadcrumb-items li:not(:last-child) > a {
  color: black;
}
.breadcrumb .breadcrumb-items .divider {
  padding: 0 10px;
}

/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
body > footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #003057;
  color: #fff;
  min-height: 320px;
}
body > footer .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  body > footer .wrapper {
    flex-wrap: nowrap;
  }
}
body > footer h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
body > footer .footer-links > li > a {
  color: #fff;
}
body > footer .footer-text span:has(.footer_links) {
  display: flex;
  justify-content: center;
}
body > footer .footer-text .footer_links {
  color: #fff !important;
}
body > footer .hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  body > footer .hide-on-mobile {
    display: block;
  }
}
body > footer .footer-socials {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
@media (min-width: 768px) {
  body > footer .footer-socials {
    width: 300px;
    margin-top: 0;
  }
}
body > footer .footer-socials h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  align-self: start;
}
body > footer .footer-socials .agreement {
  font-size: 14px;
  display: block;
  text-align: justify;
}
@media (min-width: 768px) {
  body > footer .footer-socials .agreement {
    display: none;
  }
}
body > footer .footer-socials .btn-subscribe {
  align-self: start;
  font-size: 20px;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  body > footer .footer-socials .btn-subscribe {
    width: 100%;
  }
}
body > footer .footer-socials .socials {
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
body > footer .footer-socials .socials .social-icon {
  color: #fff !important;
}
body > footer .footer-socials .socials .social-icon:hover {
  text-decoration: none;
}
body > footer .footer-socials .logo-link {
  align-self: center;
}
@media (min-width: 768px) {
  body > footer .footer-socials .logo-link {
    align-self: start;
  }
}
body > footer .footer-socials .footer-logo {
  width: 200px;
  height: auto;
}

/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
iframe {
  border: 0;
}

html {
  -webkit-overflow-scrolling: touch;
}

body > main {
  min-height: 10em;
}

.heading {
  font-size: 2.5rem;
  font-weight: 100;
}

.sitemap {
  padding-top: 10px;
}
.sitemap a {
  font-size: 20px;
}

.extracontent {
  padding: 30px;
  font-family: "Interstate", Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #003057;
  text-align: left;
}
@media (max-width: 762px) {
  .extracontent {
    padding: 0px 30px 0px 30px;
  }
}
.extracontent strong {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.timeline .timetittle {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 60px;
  font-size: 2rem;
  display: block;
}
.timeline .col-sm:nth-child(1) {
  background-color: #0064f0;
}
.timeline .col-sm:nth-child(2) {
  background-color: #003057;
  color: #fff;
}
.timeline .col-sm:nth-child(3) {
  background-color: #ff3506;
}
.timeline .col-sm:nth-child(4) {
  background-color: #dbdbdb;
}
.timeline .col-sm:nth-child(5) {
  background-color: #595958;
  color: #fff;
}
.timeline .col-sm:nth-child(6) {
  background-color: #5497f5;
}
.timeline .col-sm:nth-child(7) {
  background-color: #0064f0;
}

@media (max-width: 575.98px) {
  .footer_links {
    min-width: 44px;
    min-height: 44px;
    margin-bottom: 0px;
    font-size: 14px;
    display: block;
  }
}

.macro-contact-us-mobile {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  display: none;
}
@media (min-width: 414px) and (max-width: 762px) {
  .macro-contact-us-mobile {
    padding-left: 17px;
  }
}
.macro-contact-us-mobile h4 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #003057;
}
.macro-contact-us-mobile img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
}
.macro-contact-us-mobile .row {
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
}
.macro-contact-us-mobile .red {
  background-color: #ff5d38;
  color: white;
}
.macro-contact-us-mobile a {
  color: #003057;
  text-decoration-line: none;
}
.macro-contact-us-mobile a:hover {
  text-decoration-line: none;
}
.macro-contact-us-mobile .col {
  padding: 0px;
}
.macro-contact-us-mobile .tile {
  width: 100px;
  height: 100px;
  box-shadow: -2px 2px 5px 0px #95b8d4;
  border-radius: 10px;
}
@media (max-width: 762px) {
  .macro-contact-us-mobile {
    display: block;
    padding-bottom: 1em;
  }
}

.slick-track {
  margin: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #003057;
}
@media (max-width: 762px) {
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    color: #fff;
  }
}

.glider-contain button.glider-next {
  right: 0;
}

/*
body{
    .blockquote-custom {
        position: relative;
        font-size: 1.1rem;
      }

      .blockquote-custom-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -25px;
        left: 50px;
        color:$primary;
      }


      .arrow-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color:$primary;
        font-size: 20px;
        float:left;
        background-color: $primary;
      }

      .arrownav{
          clear:both;
      }

}
.tracking-in-contract {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

main{

    .section{
        @include media-breakpoint-between(xs, sm) {
            margin-top: 109px;
            .video-wrapper{
                display:none;
            }
        }
        margin-top:131px;

        .hero{
            background-color: $primary;
            color:#fff;
        }


    }

    .object {
        animation: shimmy 5s infinite;
    }

    .appscointainer{
        width: 350px;
        height: 230px;
        padding-top: 95px;
        padding-left: 162px;
        border-radius: 48%;
        margin: 0 auto;
        background-image: url('/media/c05jhcso/testheros.png');

    }

    .apps{
        position:relative;
        background-image : url('/media/55eohjjn/testapps.png');
        width: 150px;
        height: 65px;
        background-size: cover;
        background-position: 10px 0;
        background-repeat: repeat-x;
        animation: animate 10s linear infinite;

    }

    @keyframes animate{

        from{
            background-position:0 0;

        }
        to{
            background-position:400px 0;
        }


    }

    @-webkit-keyframes fly-cycle {
        100% {
        background-position: -900px 0;
       }
       }
    @keyframes fly-cycle {
        100% {
        background-position: -900px 0;
       }
    }

    @keyframes shimmy {
        0% {
          transform: translate(-20px, 0);
          opacity: 0;
        }
        25% {
            transform: translate(10px, 0);
            opacity: 1;
          }
        100% {
          transform: translate(40px, -50px);
          opacity: 0;
        }
      }


      .trustedby{
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #FDFEFE;

        h3{
        color: $primary;
        }

        img{
            .grayscale { filter: grayscale(100%); }
        }

        .slick-slide {
            margin: 0px 20px;

            img {
                width: 100%;
            }
        }


        .slide{

            img{
                max-width: 100%;
                max-height: 100%;
            }
        }


        .slick-slider
        {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
                    user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
                touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

        .slick-list
        {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;

            &:focus
            {
                outline: none;
            }
        }

        .slick-list.dragging
        {
            cursor: pointer;
            cursor: hand;
        }

        .slick-slider .slick-track,
        .slick-slider .slick-list
        {
            -webkit-transform: translate3d(0, 0, 0);
               -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                 -o-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
        }

        .slick-track
        {
            position: relative;
            top: 0;
            left: 0;
            display: block;

            &:before,
             &:after
            {
            display: table;
            content: '';
            }

              &:after
              {
            clear: both;
            }
        }


        .slick-loading .slick-track
        {
            visibility: hidden;
        }

        .slick-slide
        {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }
        [dir='rtl'] .slick-slide
        {
            float: right;
        }
        .slick-slide img
        {
            display: block;
        }
        .slick-slide.slick-loading img
        {
            display: none;
        }
        .slick-slide.dragging img
        {
            pointer-events: none;
        }
        .slick-initialized .slick-slide
        {
            display: block;
        }
        .slick-loading .slick-slide
        {
            visibility: hidden;
        }
        .slick-vertical .slick-slide
        {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }
        .slick-arrow.slick-hidden {
            display: none;
        }




      }

    .trainingoptions{
        padding-top: 60px;
        padding-bottom: 60px;
        color:#fff;
        background-color: $fter_bgr;
        .container{
            .trainingdescription{
                padding-left:1.25rem;
            }
        }


        .card{

            .card-title{
                color:$primary;
            }
            .card-text{
                color:#fff;
            }
            background-color: $fter_bgr;
            border:none;

            .btn{
                border-radius: 0;
            }
        }



    }





    .trainwithus{

        background-color: #f3f8ff;

        h3{
            color:$primary;
        }

        .card{
            text-align: center !important;
            border:none;
            background-color: #f3f8ff;

            .card-title{
                color:$primary;
                font-size: 24px;
            }
            .card-text{
                font-weight: bold;
                font-size: 14px;
            }




         }

    }

    .nextstep{
       background-image : url('/media/05xh0z1i/bgsection.png');
       background-position: 750px 80px;
       background-repeat: no-repeat;
       background-size: 50%;
       @media screen and (max-width: 1540px) {
       background-position: 550px 80px;
       background-repeat: no-repeat;
       background-size: 70%;
       }


       @include media-breakpoint-between(sm, md) {
        background-position: 420px 80px;
        background-repeat: no-repeat;
        background-size: 100%;

       }


       @include media-breakpoint-between(xs, sm) {
        background-position: 0px 180px;
        background-repeat: no-repeat;
        background-size: 140%;

       }
        h3{
            color:$primary;
        }
        .square{
            border-radius: 0;
        }
        .container{
            .desc{
                width:100px;
            }
        }

        .card{
            width:250px;
            float:left;
            margin-right:35px;
            @media screen and (max-width: 1540px) {
                margin-right:10px;
            }
            .card-img-top {
                width: 100px;
                align-self: center;
                padding-top: 20px;
                padding-bottom: 10px;


            }


            .card-title{

                font-size: 16px;
            }
            .card-text{

                font-size: 13px;
            }




         }

    }




    .bg-info {
        background-color: #0064f0 !important;
    }

}

@-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  @keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }



*/
/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
.popular-courses {
  padding-top: 3em;
  padding-bottom: 3em;
}
.popular-courses h2.title {
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 1em;
}
.popular-courses h2.title span {
  color: #0064F0;
}
.popular-courses .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
}
@media (min-width: 768px) {
  .popular-courses .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .popular-courses .items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.popular-courses .items .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1em;
  background-color: #F5F7F8;
  border-radius: 10px;
  gap: 10px;
}
.popular-courses .items .item-header {
  display: flex;
  align-items: center;
  row-gap: 1rem;
}
.popular-courses .items .item-header a:hover {
  text-decoration: none;
}
.popular-courses .items .item-header a:hover h3 {
  color: #0064F0;
}
.popular-courses .items .item-header img {
  width: 100%;
  height: 100%;
  max-height: 70px;
  max-width: 70px;
}
@media (min-width: 414px) and (max-width: 762px) {
  .popular-courses .items .item-header img {
    max-width: 100px;
    max-height: 100px;
  }
}
.popular-courses .items .item-header h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.popular-courses .items .item-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap !important;
  gap: 10px;
}
.popular-courses .items .item-actions .reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular-courses .items .item-actions .reviews .stars {
  display: flex;
  flex-wrap: nowrap;
}
.popular-courses .items .item-actions .reviews .stars .icon-font-star {
  font-size: 16px;
  color: #F8D549;
}
.popular-courses .items .item-actions .reviews span {
  font-size: 16px;
}

.training-options {
  padding-top: 3em;
  padding-bottom: 2em;
  background-color: #F5F7F8;
}
.training-options h2.title {
  font-size: 24px !important;
  font-weight: 500;
  margin-bottom: 1em;
}
.training-options h2.title span {
  color: #0064F0;
}
.training-options .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
}
@media (min-width: 768px) {
  .training-options .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.training-options .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 1em;
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .training-options .items .item {
    background-color: #fff;
  }
}
.training-options .items .item img {
  margin-bottom: 1em;
}
.training-options .items .item .title {
  font-size: 20px !important;
  font-weight: 600;
}
.training-options .items .item .body a {
  color: #0064F0 !important;
}
.training-options .items .item .btn {
  margin-top: auto;
}

.macro-mobile-task {
  display: none;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #F5F7F8;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5em;
}
@media (max-width: 762px) {
  .macro-mobile-task {
    display: grid;
  }
}
.macro-mobile-task .item {
  -moz-column-span: 1;
       column-span: 1;
}
.macro-mobile-task .item a:hover {
  text-decoration: none;
}
.macro-mobile-task .item .tile {
  border-radius: 10px;
  padding: 8px;
  border: 2px solid #0064F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
}
.macro-mobile-task .item .tile img {
  height: 30px;
  width: auto;
}
.macro-mobile-task .item .tile p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.homedescription .stars {
  display: none;
}
.homedescription h1.homemobiletitle {
  font-size: 35px !important;
  font-weight: 1000;
}
.homedescription .link {
  display: none;
}
.homedescription .d-flex {
  display: none !important;
  background-color: #003057;
  padding-bottom: 20px;
}
@media (max-width: 762px) {
  .homedescription .d-flex {
    display: flex !important;
    background-color: transparent;
  }
}
.homedescription .mobilecourses {
  width: 100%;
}
.homedescription .mobilecourses .button-container {
  margin-top: 22px;
}
@media (max-width: 762px) {
  .homedescription .mobilecourses .button-container a {
    padding: 5px 15px;
  }
}

/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
.page-type-courseCategory .course-details, .page-type-course .course-details {
  display: none;
}
.page-type-courseCategory .course-details.selected, .page-type-course .course-details.selected {
  display: block;
}

.long-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 5px;
}
.long-list-grid > p {
  display: none;
}
body.isIE11 .long-list-grid {
  display: block;
  -moz-columns: 5;
       columns: 5;
}
@media (max-width: 991.98px) {
  body.isIE11 .long-list-grid {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 767.98px) {
  body.isIE11 .long-list-grid {
    -moz-columns: 1;
         columns: 1;
  }
}

.long-list-grid ul {
  font-size: 11px;
}
.long-list-grid ul li:first-child {
  list-style: none;
  font-size: 14px;
  margin-left: -1em;
  position: relative;
}

/*
$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;
*/
.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(209, 211, 212, 0.2);
  border-right: 1.1em solid rgba(209, 211, 212, 0.2);
  border-bottom: 1.1em solid rgba(209, 211, 212, 0.2);
  border-left: 1.1em solid #0064F0;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}

.default-side-padding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 576px) {
  .default-side-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .default-side-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .default-side-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .default-side-padding {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1900px) {
  .default-side-padding {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

.default-top-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.fixed-icon-container {
  display: inline-block;
  width: 120px;
}

.fixed-icon {
  width: 48px;
  height: 48px;
}

.text-left {
  text-align: left;
}

.flex-1 {
  flex: 1;
}

.rotate-90 {
  transform: rotate(90deg);
}

/*
.umb-grid{
	@include make-default-widget-spacing();
	padding-top: 2em;
	padding-bottom: 2em;
}
*/
.iframe-container .spinner {
  display: none;
}
.iframe-container .main-panel {
  min-height: unset !important;
}
.iframe-container.loading {
  min-height: 5em;
}
.iframe-container.loading .spinner {
  display: block;
}

.border-emboss {
  border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 3px 0px grey;
}

.border-rounded {
  border-radius: 20px;
}

.main-wrapper.default-padding section {
  padding: 20px 20px 20px 20px;
}
@media (min-width: 992px) {
  .main-wrapper.default-padding section {
    padding: 60px 140px 60px 140px;
  }
}
.main-wrapper.alternate-bg:nth-child(2n+2) {
  background-color: #F9F9F9;
}

.w-50-100 {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .w-50-100 {
    width: 100%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=core.09db325dec28991ae98f.css.map*/