/*2025 site update colors*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
#enquiries_modal .modal-header {
  color: #3B76C4;
}
#enquiries_modal .modal-title::first-letter {
  color: #29F3D6;
}
#enquiries_modal h5 {
  color: #3B76C4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1::after, h2::after {
  display: flex;
  content: "";
  width: 30%;
  height: 10px;
  background-color: #29F3D6;
  margin-bottom: calc(2rem - 10px);
}

.black-link {
  text-decoration: none;
  color: #000f14;
}
.black-link:hover {
  text-decoration: underline;
}

.bw-big {
  font-size: 3rem;
}

.bw-extra {
  font-size: 2rem;
}

.bw-small {
  font-size: 0.7rem;
}

.c-teal {
  color: #29F3D6;
}

.c-faint-blue {
  color: #EBF7FF;
}

.c-dark-blue {
  color: #3B76C4;
}

.c-light-blue {
  color: #CEECFF;
}

.bg-teal {
  background-color: #29F3D6;
}

.bg-faint-blue {
  background-color: #EBF7FF;
}

.bg-dark-blue {
  background-color: #3B76C4;
}

.bg-light-blue {
  background-color: #CEECFF;
}

.bg-teal-80 {
  background-color: rgba(41, 243, 214, 0.8);
}

.bg-faint-blue-80 {
  background-color: rgba(235, 247, 255, 0.8);
}

.bg-dark-blue-80 {
  background-color: rgba(59, 118, 196, 0.8);
}

.bg-light-blue-80 {
  background-color: rgba(206, 236, 255, 0.8);
}

.super-round {
  border-radius: 20px;
}

.main-content-wrapper .row {
  padding-top: 2em;
  padding-bottom: 2em;
}

a {
  color: #000f14;
}

.teal-link {
  display: inline-block;
  color: #000f14;
  margin: 1.5rem 0;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  background-color: #29F3D6;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease, color 0.3s 0.3s ease-in, background-color 0.3s 0.3s ease, border 0.3s 0.3s ease;
}
.teal-link:hover {
  color: #000f14;
  box-shadow: 0px 5px 0 rgba(255, 255, 255, 0);
  background-color: #ffffff;
  border: 2px solid #000f14;
}
@media (min-width: 768px) {
  .teal-link {
    padding: 10px 30px;
  }
}

.gradient-banner {
  /* Background layers: gradient first, then image */
  background: conic-gradient(from 0deg at 50% 50%, rgba(23, 176, 231, 0.6), rgba(59, 118, 196, 0.6), rgba(206, 236, 255, 0.6), rgba(23, 176, 231, 0.6)), url("https://dev.brainworks.com.au/img/banners/home-banner-2021.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  width: 100%;
}

.circular-grid-template {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .circular-grid-template {
    display: grid;
    grid-template-areas: "a a a b b b" "f f x x c c" "f f x x c c" "e e e d d d";
    grid-gap: 10px;
  }
}

.bw-styled-table {
  width: 100%;
  overflow-x: auto;
}
.bw-styled-table table {
  border: none;
}
.bw-styled-table td {
  min-width: 200px;
  padding: 1rem;
}
.bw-styled-table td:hover {
  background-color: #29F3D6;
  color: black;
  cursor: pointer;
  font-weight: bold;
}
.bw-styled-table tr:nth-child(even) {
  background-color: #ffffff;
}
.bw-styled-table tr:nth-child(odd) {
  background-color: var(--t-color-3);
}
.bw-styled-table tr:first-child {
  text-transform: uppercase;
  background-color: var(--t-color-1);
  color: var(--t-color-2);
  padding: 10px;
}
.bw-styled-table td:first-child {
  font-weight: bold;
}

.progress-bar {
  --bs-progress-bar-bg: rgba(59, 118, 196, 0.8);
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.list-group {
  background-color: rgba(0, 0, 0, 0);
}

.sticky-top {
  z-index: 2;
}

.list-group-item {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  line-height: 0.8;
}

.top-navigation {
  z-index: 3000;
}

.top-nav {
  background-color: #3B76C4;
}
.top-nav p {
  color: #ffffff;
  text-align: center;
}

.btn {
  border-radius: 25px;
}
.btn-green {
  background-color: #29F3D6;
  border: solid 1px #29F3D6;
}
.btn-blue {
  background-color: #3B76C4;
  border: solid 1px #3B76C4;
}

.login-link {
  padding: 10px;
}
.login-link a {
  color: #29F3D6;
}

nav {
  z-index: 2000;
  width: 100%;
}
nav .nav-link {
  color: #000f14;
}
nav .nav-link:hover {
  color: #3B76C4;
}
nav .navbar-brand img {
  width: 100px;
  height: 100px;
}

.school:hover .mega-nav {
  display: block !important;
}

.mega-nav {
  background-color: #ffffff;
  color: #000f14;
  width: 100%;
  z-index: 1000;
  margin: 0;
  height: 400px;
  display: none;
  left: 0;
  position: absolute;
  overflow-y: scroll;
  transition: 1s;
}

.dropdown-menu li {
  list-style: none;
}

@media (max-width: 1024px) {
  .navbar-nav .nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.dropdown-menu.column-1 {
  top: 51px;
  min-width: 200px;
}

.dropdown-menu.columns-3 {
  top: 91px;
  min-width: 600px;
}

.dropdown-menu.columns-2 {
  top: 91px;
  min-width: 400px;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
.banner {
  position: relative;
}
.banner-left-green {
  word-wrap: break-word;
  font-size: 63px;
  line-height: 0.8;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background-color: #29F3D6;
  color: #ffffff;
}
.banner-left-green span {
  font-family: "Roboto thin", sans-serif;
}
.banner-left-green p {
  text-align: center;
  font-family: "Roboto bold", sans-serif;
  line-height: 1;
}
.banner-blue-white-green {
  width: 100%;
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
}
.banner-blue-white-green p {
  width: 100%;
  font-size: 48px;
}
.banner-blue-white-green span:first-child {
  color: #3B76C4;
}
.banner-blue-white-green span:nth-child(2) {
  color: #ffffff;
}
.banner-blue-white-green span:nth-child(4) {
  font-family: "Roboto bold", sans-serif;
  color: #29F3D6;
}
.banner-left-white {
  font-size: 63px;
  line-height: 0.8;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  font-family: "Roboto bold", sans-serif;
  color: #ffffff;
}
.banner-left-white-green-thin {
  font-size: 63px;
  line-height: 0.8;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  font-family: "Roboto thin", sans-serif;
  color: #ffffff;
  background-color: #29F3D6;
}
.banner-center-green-yellow {
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
}
.banner-center-green-yellow p:first-child {
  padding: 0;
  font-weight: 600;
  color: #29F3D6;
}
.banner-center-green-yellow p:nth-child(2) {
  margin-top: -10px;
  padding: 0;
  font-weight: 300;
  color: #ffd33a;
}
.banner-center-white-thick {
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
  font-family: "Roboto bold", sans-serif;
  color: #ffffff;
}
.banner-center-white-blue-thick {
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
  font-family: "Roboto bold", sans-serif;
  color: #ffffff;
  background-color: #3B76C4;
}
.banner-center-white-thin {
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
  font-family: "Roboto thin", sans-serif;
  color: #ffffff;
}
.banner-center-white-blue-thin {
  font-size: 63px;
  line-height: 0.8;
  padding: 15px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
  font-family: "Roboto thin", sans-serif;
  color: #ffffff;
  background-color: #3B76C4;
}

.blue-row {
  background-color: #3B76C4;
}

.green-row {
  background-color: #29F3D6;
}

.white-row {
  background-color: #ffffff;
}

.banner-img {
  width: 100%;
}

@media (max-width: 767px) {
  .banner p {
    font-size: 0.4em;
    line-height: 0.9;
  }
  .banner-blue-white-green p {
    font-size: 0.3em;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .banner-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-img {
    height: 100%;
    object-fit: cover;
    object-position: 40%;
    width: 100%;
  }
}
@media print {
  .img-print {
    margin: 0;
    padding: 0;
  }
  .img-print-outer {
    padding: 0;
  }
}
.img-print-outer {
  padding: 1rem;
}

.img-print {
  margin: 3rem;
}

.img-print img {
  width: 100%;
  height: auto;
  margin: auto;
}

@media print {
  .img-print {
    margin: 0;
    padding: 0;
  }
}
#home-page .super-round {
  border-radius: 20px;
}

.dark-blue-bg {
  background-color: #3B76C4;
}

.light-opace-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

.home-banner .banner-img {
  filter: brightness(30%);
  height: 1000px;
  width: 100%;
  object-fit: cover;
}

.very-round {
  border-radius: 50%;
  padding: 1em;
  height: 100px;
  width: 100px;
  margin: 1rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.very-round i {
  font-size: 3em;
}

.three-icon {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}
.three-icon img {
  padding: 20px;
  width: 180px;
  height: 180px;
}
@media (min-width: 992px) {
  .three-icon .home-heading {
    font-size: 3em;
  }
}
.three-icon .home-heading {
  color: white;
  border: none;
  padding: 1em;
  text-align: center;
  margin: 0 auto 2em;
}
.three-icon .home-heading span {
  color: #3B76C4;
}
.three-icon .row div a {
  color: #ffffff;
}
.three-icon .row div h6 {
  font-size: 1.2em;
  font-weight: bold;
}
.three-icon h3, .three-icon h6 {
  color: #3B76C4;
}
.three-icon i {
  color: #29F3D6;
  padding-right: 20px;
}
.three-icon a {
  color: #7e7e7e;
  text-decoration: none;
}
.three-icon a:hover {
  color: #3B76C4;
}
@media (max-width: 992px) {
  .three-icon img {
    width: 60px;
    height: 60px;
    padding: 0;
  }
  .three-icon .home-heading {
    font-size: 2em;
    margin: 5px;
  }
}

.four-icon {
  color: #ffd33a;
  text-align: center;
  background-color: #3B76C4;
  padding: 50px;
}
.four-icon .circle {
  border: solid 2px #ffd33a;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
}
.four-icon img {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
}
.four-icon h4 {
  color: #ffffff;
}

#testemonial-caro {
  height: 300px;
}
@media (max-width: 992px) {
  #testemonial-caro {
    height: auto;
  }
}
#testemonial-caro .carousel-indicators {
  bottom: -34px;
}
#testemonial-caro .carousel-indicators .active {
  background-color: #29F3D6;
  border: none;
}
#testemonial-caro li {
  border: 1px solid #3B76C4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  #testemonial-caro p {
    width: 50%;
  }
}
#testemonial-caro p {
  top: 50px;
  margin: auto;
  color: #000f14;
  background: #ffffff;
}

.map-container {
  padding: 0;
}
.map-container .map-holder {
  position: relative;
}
.map-container .map-holder .strip {
  position: absolute;
  height: 80px;
  width: 100%;
  background-color: rgba(23, 176, 231, 0.7);
  text-align: center;
  z-index: 1000;
}
.map-container .map-holder .strip h1 {
  color: #ffffff;
}
.map-container .map-holder .map {
  width: 100%;
  height: 100%;
}
.map-container .row {
  margin-left: 0;
  margin-right: 0;
}

.venues {
  padding: 10px;
}
.venues .circle-blue {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  color: #3B76C4;
  border: solid 2px #3B76C4;
}
.venues .circle-green {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  color: #29F3D6;
  border: solid 2px #29F3D6;
}
.venues .btn {
  border-radius: 25px;
}
.venues .btn-green {
  background-color: #29F3D6;
  border: solid 1px #29F3D6;
}
.venues .btn-blue {
  background-color: #3B76C4;
  border: solid 1px #3B76C4;
}
.venues img {
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80px;
  height: 80px;
}
.venues .h-green {
  color: #29F3D6;
}
.venues .h-blue {
  color: #3B76C4;
}
.venues .row {
  padding-bottom: 30px;
}

.statistics {
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  .statistics img {
    width: 70%;
  }
  .statistics h4 {
    padding: 5px;
    font-size: 0.7em;
  }
  .statistics .col-sm-12 h1 {
    font-size: 1.5em;
  }
  .statistics .col-4 h1 {
    font-size: 1em;
  }
}

.bg-overlay {
  background: linear-gradient(rgba(97, 149, 12, 0.4), rgba(97, 149, 12, 0.4)), url("../img/footer_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-mobile {
  background-color: #000f14;
  padding: 50px;
}
.footer-mobile a {
  text-decoration: none;
  color: #7e7e7e;
  line-height: 1.2em;
}
.footer-mobile a:hover {
  text-decoration: none;
  color: #3B76C4;
}
.footer-mobile .h-text-blue {
  color: #3B76C4;
}
.footer-mobile .h-text-green {
  color: #29F3D6;
}
.footer-mobile .h-text-white {
  color: #ffffff;
}

.copyright-container {
  background-color: #000;
  color: #7e7e7e;
}
.copyright-container .copyright {
  text-align: center;
}

.choice-row {
  /* Checkmark begins*/
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.choice-row .p-2:first-child {
  font-size: 16px;
  font-weight: 700;
}
.choice-row .check {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #3B76C4;
}
.choice-row .check:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  top: 2px;
}
.choice-row .answer-wrong {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: indianred;
}
.choice-row .answer-right {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #29F3D6;
}
.choice-row label {
  cursor: pointer;
}
.choice-row input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.choice-row input[type=radio]:checked ~ .check::before {
  background: #29F3D6;
}
.choice-row input[type=radio]:checked ~ label {
  color: #29F3D6;
}
.choice-row .checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  border: 2px solid #3B76C4;
}
.choice-row .customCheckbox_container {
  width: 30px;
  height: 30px;
  position: relative;
}
.choice-row .customCheckbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.choice-row .customCheckbox_container input:checked ~ .checkmark {
  background-color: #3B76C4;
}
.choice-row .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border-color: #ffffff;
}
.choice-row .customCheckbox_container input:checked ~ .checkmark:after {
  display: block;
}
.choice-row .customCheckbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.school-entry-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.auth-heading h1 {
  color: #29F3D6;
  font-size: 1em;
}

.information-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.information-container .info-title::first-letter {
  color: #29F3D6;
}
.information-container h3 {
  color: #3B76C4;
  font-weight: 700;
}
.information-container h1 {
  color: #3B76C4;
  font-weight: 700;
}

/* desktop */
@media screen and (min-width: 1200px) {
  nav {
    z-index: 1000;
  }
  i {
    font-size: 13px;
  }
  .mega-drop:hover > .mega-menu {
    height: auto;
    display: block;
  }
  .mega-drop:hover {
    color: white;
  }
  .mega-menu {
    display: none;
    z-index: 10000;
    background-color: #ffffff;
    height: auto !important;
  }
  .mega-container {
    padding: 30px 30px 30px 0;
  }
  .p-2 a, .mega-anchor {
    color: #000f14;
  }
  .information-container a {
    color: #3B76C4 !important;
  }
  .mega-list li {
    list-style: none;
  }
}
/* mobile */
@media screen and (max-width: 1199px) {
  h3 {
    display: block;
  }
  li {
    list-style: none;
  }
  .mega-menu {
    display: none;
  }
  .mega-header {
    display: none;
  }
}
.nav-item .mega-active {
  display: block;
  height: auto;
}
.nav-item .mega-inactive {
  display: none;
  height: 0;
}

#testemonial-caro {
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.plain-text {
  color: #000f14 !important;
}

.media-fluid img {
  max-width: 100%;
  height: auto;
}

#bw-mega-menu {
  /* Enable full-width dropdown under a position: static parent */
  /* Optional: divider style within the grid */
  /* Small aesthetic tweaks */
  /* Hover-to-open on large screens only (JS toggles classes too) */
}
#bw-mega-menu .dropdown-mega .dropdown-menu {
  min-width: 300px;
  margin-top: 0; /* align flush with navbar */
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0; /* comfy */
}
#bw-mega-menu .dropdown-mega .mega-heading {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#bw-mega-menu .dropdown-mega .list-unstyled > li > a {
  display: block;
  padding: 0.25rem 0;
  color: #212529;
  text-decoration: none;
}
#bw-mega-menu .dropdown-mega .list-unstyled > li > a:hover,
#bw-mega-menu .dropdown-mega .list-unstyled > li > a:focus {
  text-decoration: underline;
}
#bw-mega-menu .mega-col + .mega-col {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#bw-mega-menu .navbar-light .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  #bw-mega-menu .dropdown-mega:hover > .nav-link,
  #bw-mega-menu .dropdown-mega:focus-within > .nav-link {
    color: #0056b3;
  }
}

.h-green {
  color: #29F3D6;
}
.h-green h1 {
  padding: 20px;
}
.h-green img {
  width: 0.8em;
  height: auto;
}

.information p:first-child {
  padding: 20px;
}
.information h3 {
  color: #29F3D6;
}
.information th {
  background-color: #3B76C4;
  color: #ffffff;
  font-family: "Roboto thin", sans-serif;
  font-size: 1.5em;
}
.information tr:nth-of-type(even) {
  background-color: #e7eff8;
}
.information .btn {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
}

.map {
  width: 100%;
}

.venue-teacher {
  border: solid 10px #3B76C4;
  width: 200px;
}

.green-row {
  background-color: #29F3D6;
}
@media (min-width: 992px) {
  .green-row {
    padding: 50px;
  }
}
.green-row .dates .card-header {
  background-color: #3B76C4;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  font-size: 1.2em;
}
.green-row .dates th {
  color: #3B76C4;
}
.green-row .dates tr:first-child {
  color: #3B76C4;
}
.green-row .dates a {
  color: #29F3D6;
}
.green-row .dates .card {
  box-shadow: 0 30px 40px -25px #7e7e7e;
  border: none;
  border-radius: 10px;
}

.rocket-row {
  background-image: url("../img/venue/rocket_banner.png");
  /*height: 500px;*/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.rocket-row h3 {
  text-align: center;
  color: #ffffff;
  background-image: url("../img/venue/blue_smear.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
}
@media (min-width: 992px) {
  .rocket-row .rocket-contents {
    padding: 50px;
  }
}
.rocket-row th {
  background-color: #29F3D6;
  color: #ffffff;
}
.rocket-row th:first-child {
  border-top-left-radius: 10px;
}
.rocket-row th:last-child {
  border-top-right-radius: 10px;
}
.rocket-row td:first-child {
  font-weight: 700;
}
.rocket-row table {
  background-color: #ffffff;
  border-radius: 10px;
}
.rocket-row button:nth-child(even) {
  color: #ffffff;
  background-color: #3B76C4;
  border-radius: 25px;
}
.rocket-row button:nth-child(odd) {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
}

.state-container {
  background: #3B76C4;
  border-radius: 0 0 15px 15px;
  transition: clip-path 1s;
  padding: 0.5em;
  text-align: center;
  clip-path: circle(100% at 50% 50%);
  background: #3B76C4;
}

.state-toggle {
  color: #3B76C4;
  background: #ffffff;
  border: 2px solid #3B76C4;
}
.state-toggle:hover {
  color: #ffffff;
  background: #3B76C4;
  border: 2px solid #ffffff;
}

.active-state {
  color: #ffffff;
  background: #3B76C4;
  border: 2px solid #ffffff;
}

.tick-list {
  padding: 1em;
}

.tick-list li {
  margin-bottom: 1em;
}

.tick-list ul {
  list-style: none !important;
}

.tick-list ul li:before {
  content: "\f26b" !important;
  font-weight: bold;
  padding: 10px;
  margin-left: -2em;
  color: #29F3D6;
  font-family: "Bootstrap-icons";
}

.logo-content .left-bordered-text {
  border-left: 3px solid #3B76C4;
  color: #29F3D6;
  padding: 0 0 0 20px;
}
.logo-content img {
  padding: 10px;
}

.bg-color {
  background-color: #3B76C4;
  padding-top: 50px;
  height: 100vh;
}

.login-form .login {
  margin-top: 15px;
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
  width: 100%;
  border-radius: 10px;
  border: none;
}
.login-form .view-course {
  color: #000;
  background-color: #ffd33a;
  border-radius: 25px;
}
.login-form .card {
  left: 50%;
  transform: translateX(-50%);
}

.quiz-bar {
  margin-bottom: 2em;
  padding: 1em;
  background: #3B76C4;
  color: #ffffff;
}
.quiz-bar h1:after {
  margin-bottom: 0;
}
.quiz-bar .row {
  flex-direction: row-reverse;
  align-items: center;
}
.quiz-bar .progress {
  height: 10px;
}
.quiz-bar .progress-bar {
  background-color: #29F3D6;
}

.timer-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.countdown-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown-circle {
  width: 80px;
  height: 80px;
  transform: rotate(-90deg);
  position: absolute;
}

.circle-background {
  fill: none;
  stroke: #000f14;
  stroke-width: 10;
}

.circle-progress {
  fill: none;
  stroke: #29F3D6;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 220; /* 2 * PI * r */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
}

.timer-text {
  font-weight: bold;
  margin-bottom: 5px;
}

.timeClass {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.questionMultiChoice .questionFontNormal {
  font-size: 1.25em;
}
.questionMultiChoice .questionFontNormal p {
  font-size: 1em !important;
}
.questionMultiChoice .questionFont {
  font-size: 1.25em;
}
.questionMultiChoice .questionFont p {
  font-size: 1em !important;
}
.questionMultiChoice .questionsMultiChoice {
  font-size: 1.25em;
}
.questionMultiChoice .choice-row .p-2 {
  font-size: 20px;
}

.questionMultiChoiceWording .choice-row .p-2 {
  font-size: 20px;
}

.questionTutorial .questionFontNormal, .questionTutorial .questionFontNormal p {
  font-size: 1.25em;
}
.questionTutorial .questionFont, .questionTutorial .questionFont p {
  font-size: 1.25em;
}

.questionText .questionFontNormal, .questionText .questionFontNormal p {
  font-size: 1.25em;
}
.questionText .questionFont, .questionText .questionFont p {
  font-size: 1.25em;
}

.questionsMultiChoice {
  text-align: left;
}

@media (min-width: 768px) {
  .question-image-thin {
    max-height: 400px;
    min-height: 300px;
  }
}

.question-image-small {
  min-width: 200px;
}

.answer-image-small {
  min-width: 100px;
}

@media (min-width: 768px) {
  .question-image-long {
    max-width: 100%;
    min-width: 500px;
  }
}

.questions h4 {
  color: #3B76C4;
}
.questions .square-blue {
  width: 50px;
  height: 50px;
  margin: 10px;
  background-color: #3B76C4;
}
.questions .square-green {
  width: 50px;
  height: 50px;
  margin: 10px;
  border: 2px solid #29F3D6;
}
.questions .circle {
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  background-color: #ffd33a;
}
.questions p {
  font-size: 1.5em;
}
.questions .btn {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
}
.questions a {
  padding: 25px;
}
.questions .skip {
  text-decoration: none;
  color: #000f14;
}
.questions .skip:hover {
  color: #3B76C4;
}
.questions .exit {
  text-decoration: none;
  color: #7e7e7e;
}
.questions .exit:hover {
  color: #3B76C4;
}

.dotted-line {
  margin: 20px;
  border-bottom: 2px dashed #efefef;
}

.studyprogress {
  text-align: center;
}
.studyprogress .nav-item {
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
  margin: 5px;
  color: #ffffff;
  background-color: #3B76C4;
  border-radius: 25px;
  border-radius: 5px;
}
.studyprogress .nav-item.active {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
  border-radius: 5px;
}
.studyprogress h5 {
  color: #3B76C4;
  font-weight: 600;
}
.studyprogress h4 {
  color: #29F3D6;
}
.studyprogress th {
  background-color: #3B76C4;
  color: #ffffff;
  font-family: "Roboto thin", sans-serif;
}
.studyprogress .progress {
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #3B76C4;
}
.studyprogress .progress .progress-bar {
  background-color: #29F3D6;
}
.studyprogress td .btn {
  color: #ffffff;
  background-color: #3B76C4;
  border-radius: 25px;
}

/* Switches */
.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: 3.8rem;
  border-radius: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: 4.3rem;
}

.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: 1.9rem;
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(1.9rem - 4px);
  height: calc(1.9rem - 4px);
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

.switch input:checked + label::before {
  background-color: #08d;
}

.switch input:checked + label::after {
  margin-left: 1.9rem;
}

.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input + label {
  min-width: 3.1rem;
  height: 1.55rem;
  line-height: 1.55rem;
  text-indent: 3.6rem;
}

.switch.switch-sm input + label::before {
  width: 3.1rem;
}

.switch.switch-sm input + label::after {
  width: calc(1.55rem - 4px);
  height: calc(1.55rem - 4px);
}

.switch.switch-sm input:checked + label::after {
  margin-left: 1.55rem;
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input + label {
  min-width: 4.8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-indent: 5.3rem;
}

.switch.switch-lg input + label::before {
  width: 4.8rem;
}

.switch.switch-lg input + label::after {
  width: calc(2.4rem - 4px);
  height: calc(2.4rem - 4px);
}

.switch.switch-lg input:checked + label::after {
  margin-left: 2.4rem;
}

.switch + .switch {
  margin-left: 1rem;
}

.sign-in {
  color: #3B76C4;
  padding: 20px;
}
.sign-in .btn {
  color: #3B76C4;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 2px #3B76C4;
  padding-left: 30px;
  padding-right: 30px;
}
.sign-in .btn:hover {
  color: #ffffff;
  background-color: #3B76C4;
}

.heading h1 {
  color: #29F3D6;
  padding: 20px;
  text-align: center;
  font-weight: 800;
}
.heading h1 span {
  border-bottom: 3px solid #3B76C4;
}

.pricing .p-2:nth-child(3) {
  color: #3B76C4;
}

.total-price {
  padding: 20px;
}
.total-price .p-2:nth-child(2) .btn {
  color: #ffffff;
  background-color: #3B76C4;
  border-radius: 25px;
}
.total-price .p-2:nth-child(3) .btn {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
}

.promo-code .btn {
  color: #ffffff;
  background-color: #3B76C4;
  border-radius: 25px;
}
.promo-code label {
  color: #3B76C4;
}

.welcome-heading {
  padding: 20px;
  color: #3B76C4;
  text-align: center;
}

.information {
  padding: 20px;
}
.information h3 {
  color: #3B76C4;
}

.form-group label {
  font-size: 20px;
}

.course-summary .card {
  border-radius: 15px;
}
.course-summary .card th {
  background-color: #3B76C4;
  color: #ffffff;
}
.course-summary .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #29F3D6;
  color: #ffffff;
}

.progress-table .card {
  border-radius: 15px;
}
.progress-table th {
  background-color: #3B76C4;
  color: #ffffff;
}
.progress-table .study-progress .p-2 {
  margin-bottom: -20px;
}
.progress-table .study-progress .p-2:first-child {
  color: #29F3D6;
}
.progress-table .study-progress .p-2:nth-child(2) {
  color: #3B76C4;
  text-decoration: underline;
}
.progress-table .progress {
  height: 10px;
}
.progress-table .progress .progress-bar {
  background-color: #29F3D6;
}

.trophy-container {
  position: relative;
  color: #ffffff;
  font-size: 15px;
}
.trophy-container .trophy-number {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.badges {
  text-align: center;
}
.badges .col:nth-of-type(odd) {
  color: #3B76C4;
}
.badges .col:nth-of-type(even) {
  color: #29F3D6;
}
.badges .badge-holder {
  position: relative;
}
.badges .badge-holder .badge-number {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}
.badges .badge-holder .badge-number-md {
  font-size: 18px;
  position: absolute;
  /*top: 35px;*/
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.badges .badge-holder .badge-number-lg {
  font-size: 18px;
  position: absolute;
  /*top: 40px;*/
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.badges .badge-shadow {
  position: absolute;
  border-radius: 50%;
  width: 150px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
  left: 50%;
}

.name-list span {
  text-align: center;
  padding: 20px;
}

.learning-online {
  text-align: center;
}
.learning-online .name-list {
  background-color: #29F3D6;
}
.learning-online .row:nth-of-type(odd) {
  color: #3B76C4;
}
.learning-online .blue-text {
  color: #3B76C4;
}

.select-card-blue {
  margin: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
}
.select-card-blue-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-image: url("../img/home-banner.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 89%;
}
.select-card-blue-header-foreground {
  z-index: 1;
  background-color: rgba(23, 176, 231, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.select-card-blue-text {
  color: #ffffff;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .select-card-blue-text {
    font-size: 30px;
    font-weight: 800;
  }
}
.select-card-blue .select-mq {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .select-card-blue .select-mq {
    font-size: 26px;
    font-weight: 800;
  }
  .select-card-blue .select-mq span:nth-child(1) {
    display: block;
  }
}
.select-card-blue .select-mq span:nth-child(1) {
  color: #29F3D6;
}
.select-card-blue .select-mq span:nth-child(2) {
  color: #3B76C4;
}
@media screen and (min-width: 992px) {
  .select-card-blue .select-mq-heading {
    font-size: 26px;
    font-weight: 800;
  }
}
.select-card-blue .select-mq-heading span:nth-child(1) {
  color: #29F3D6;
}
.select-card-blue .select-mq-heading span:nth-child(2) {
  color: #3B76C4;
}
.select-card-blue .select-blue {
  text-align: center;
}
.select-card-blue .select-green {
  text-align: center;
}
.select-card-blue .select-component-text {
  text-align: center;
}
.select-card-blue .select-component-text span {
  font-size: 13px;
}
.select-card-blue .select-information h1:nth-of-type(odd) {
  color: #29F3D6;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .select-card-blue .select-information h1:nth-of-type(odd) {
    font-size: 16px;
    font-weight: 800;
  }
}
.select-card-blue .select-information h1:nth-of-type(even) {
  font-size: 24px;
  font-weight: 800;
  color: #3B76C4;
}
@media screen and (max-width: 767px) {
  .select-card-blue .select-information h1:nth-of-type(even) {
    font-size: 16px;
    font-weight: 800;
  }
}
.select-card-blue .select-workshop {
  color: #29F3D6;
}
@media screen and (min-width: 767px) {
  .select-card-blue .select-workshop {
    font-size: 26px;
    font-weight: 800;
  }
}
.select-card-blue-footer {
  font-size: 22px;
  padding: 20px;
  color: #ffffff;
  background-color: #29F3D6;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 767px) {
  .select-card-blue-footer {
    font-size: 18px;
    font-weight: 800;
  }
}
.select-card-blue-footer a {
  color: #ffffff;
}

.select-card-green {
  margin: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
}
.select-card-green-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background-image: url("../img/home-banner.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 89%;
}
.select-card-green-header-foreground {
  z-index: 1;
  background-color: rgba(97, 149, 12, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.select-card-green-text {
  color: #ffffff;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .select-card-green-text {
    font-size: 30px;
    font-weight: 800;
  }
}
.select-card-green .select-mq {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .select-card-green .select-mq {
    font-size: 26px;
    font-weight: 800;
  }
  .select-card-green .select-mq span:nth-child(1) {
    display: block;
  }
}
.select-card-green .select-mq span:nth-child(1) {
  color: #29F3D6;
}
.select-card-green .select-mq span:nth-child(2) {
  color: #3B76C4;
}
@media screen and (min-width: 992px) {
  .select-card-green .select-mq-heading {
    font-size: 26px;
    font-weight: 800;
  }
}
.select-card-green .select-mq-heading span:nth-child(1) {
  color: #29F3D6;
}
.select-card-green .select-mq-heading span:nth-child(2) {
  color: #3B76C4;
}
.select-card-green .select-blue {
  text-align: center;
}
.select-card-green .select-green {
  text-align: center;
}
.select-card-green .select-component-text {
  text-align: center;
}
.select-card-green .select-component-text span {
  font-size: 13px;
}
.select-card-green .select-information h1:nth-of-type(odd) {
  color: #29F3D6;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .select-card-green .select-information h1:nth-of-type(odd) {
    font-size: 16px;
    font-weight: 800;
  }
}
.select-card-green .select-information h1:nth-of-type(even) {
  font-size: 24px;
  font-weight: 800;
  color: #3B76C4;
}
@media screen and (max-width: 767px) {
  .select-card-green .select-information h1:nth-of-type(even) {
    font-size: 16px;
    font-weight: 800;
  }
}
.select-card-green .select-workshop {
  color: #3B76C4;
}
@media screen and (min-width: 767px) {
  .select-card-green .select-workshop {
    font-size: 26px;
    font-weight: 800;
  }
}
.select-card-green-footer {
  font-size: 22px;
  padding: 20px;
  color: #ffffff;
  background-color: #3B76C4;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 767px) {
  .select-card-green-footer {
    font-size: 18px;
    font-weight: 800;
  }
}
.select-card-green-footer a {
  color: #ffffff;
}

.sticky-top {
  background-color: #3B76C4;
  width: 100%;
  color: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sticky-top h1 {
    font-size: 1.2em;
  }
}

#select_modal h4 {
  color: #3B76C4;
}

.school-exam-rounded {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.school-exam-rounded-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blue-bg {
  background: #17B0E7;
  color: #000000;
  font-weight: bold;
}

.green-bg {
  background: #99C94A;
  color: #000000;
  font-weight: bold;
}

.cornered-table {
  /* the first 'th' within the first 'tr' of the 'thead': */
  /* the last 'th' within the first 'tr' of the 'thead': */
  /* the first 'td' within the last 'tr' of the 'tbody': */
  /* the last 'td' within the last 'tr' of the 'tbody': */
}
.cornered-table table {
  border-spacing: 0;
}
.cornered-table th, .cornered-table td {
  padding: 0.5em 1em;
}
.cornered-table thead tr:first-child th:first-child {
  border-radius: 0.6em 0 0 0;
}
.cornered-table thead tr:first-child th:last-child {
  border-radius: 0 0.6em 0 0;
}
.cornered-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.6em;
}
.cornered-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0.6em 0;
}

.background-one {
  background-image: url("../img/sections/pencil_ticks.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .background-two {
    background-image: url("../img/sections/tick-green.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
  }
}
.background-four {
  background-image: url("../img/banners/login_side_banner.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.section-one-heading {
  background-color: #3B76C4;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  margin: auto;
}
.section-one .green-card {
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.section-one .green-card .card-content {
  padding: 15px 20px;
}
.section-one .green-card-header {
  padding: 10px;
  color: #ffffff;
  background-color: #29F3D6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.section-two .row {
  padding-bottom: 20px;
}
.section-two-heading {
  background-color: #29F3D6;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  margin: auto;
  width: 100%;
}
.section-two .blue-card {
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.section-two .blue-card .card-content {
  padding: 5px 15px;
}
.section-two .blue-card .card-title {
  color: #3B76C4;
  font-weight: bold;
}
.section-two .blue-card-header {
  padding: 10px;
  color: #ffffff;
  background-color: #3B76C4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section-two .happy-kid {
  width: 100%;
}

.section-three {
  position: relative;
  color: #ffffff;
}
.section-three .container {
  z-index: 6 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-three .video-heading {
  color: #ffffff;
}
.section-three .video-underline {
  border-top: solid #3B76C4 4px;
}
.section-three .p-2 {
  text-align: center;
}
.section-three .underlay {
  background-image: linear-gradient(#3d3634, #3B76C4);
  z-index: 7 !important;
  width: 100%;
  height: 100vh;
  margin-top: -7px;
  top: -20px;
  left: 0;
}
.section-three .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-three #test-video {
  z-index: 3 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.section-four {
  padding: 30px;
}
.section-four .blue-card {
  position: relative;
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  box-shadow: 17px 18px 36px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.section-four .blue-card .card-content {
  padding: 5px 15px;
}
.section-four .blue-card .card-title {
  color: #3B76C4;
  font-weight: bold;
}
.section-four .blue-card-header {
  padding: 10px;
  color: #ffffff;
  background-color: #3B76C4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section-four .blue-card .image-container {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  background-image: url("../img/sections/green_kid.png");
  background-position-x: center;
  background-repeat: no-repeat;
}
.information th:first-child {
  border-top-left-radius: 10px;
  border: 0px;
  border-spacing: 0;
}
.information th:last-child {
  border-top-right-radius: 10px;
  border: 0px;
  border-spacing: 0;
}
.information p:first-child {
  padding: 20px;
}
.information h3 {
  color: #29F3D6;
}
.information a {
  color: #3B76C4;
}
.information th {
  background-color: #3B76C4;
  color: #ffffff;
  font-family: "Roboto thin", sans-serif;
  font-size: 1.5em;
  border-top: 1px solid #3B76C4;
}
.information tr:nth-of-type(even) {
  background-color: #e7eff8;
}
.information .btn {
  color: #000f14;
  background-color: #29F3D6;
  border-radius: 25px;
}

.sales-section-1 {
  font-family: "Arial Rounded MT";
}
.sales-section-1 .background-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sales-section-1 .cool-kids {
  width: 100%;
  height: 90%;
  min-height: 400px;
  object-fit: cover;
}
.sales-section-1 .semi-circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120%;
  height: 90%;
  transform: translateX(-50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  background: #17B0E7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #17B0E7, #97FFD4); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #17B0E7, #97FFD4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow-x: hidden;
  overflow-y: hidden;
}
.sales-section-1 .stencil {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sales-section-1 .heading h1 {
  position: absolute;
  font-size: 1.2rem;
  bottom: 40px;
  color: #ffffff;
  padding: 0px;
}
@media (min-width: 992px) {
  .sales-section-1 .heading h1 {
    font-size: 3rem;
    bottom: 100px;
  }
}
.sales-section-1 .heading-small {
  position: absolute;
  font-size: 0.8rem;
  bottom: 70px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .sales-section-1 .heading-small {
    font-size: 1.5rem;
    bottom: 160px;
  }
}
.sales-section-1 .logo {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2000;
}
.sales-section-1 .logo img {
  width: 50%;
}

.sales-section-2 {
  font-family: "Arial Rounded MT";
  position: relative;
}
.sales-section-2 .container {
  padding: 30px;
}
.sales-section-2 .col-lg-6 {
  text-align: center;
}
.sales-section-2 .circle {
  position: relative;
  background-color: orange;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin: 10px;
}
.sales-section-2 i {
  position: absolute;
  color: white;
  font-size: 2rem;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  text-align: center;
  position: absolute;
}
.sales-section-2 .card {
  padding: 15px;
}
.sales-section-2 .orange-lady {
  width: 80%;
  text-align: center;
}
.sales-section-2 .orange-block {
  width: 100%;
  height: 30%;
  position: absolute;
  background-color: #ffc966;
  z-index: -1;
  left: 0;
  bottom: 0;
  padding: 50px;
}
.sales-section-2 .card {
  border-radius: 25px;
}

.sales-section-3 {
  position: relative;
}
.sales-section-3 .container {
  padding: 30px;
}
.sales-section-3 .top-quote {
  width: 50px;
}
.sales-section-3 .bot-quote {
  width: 50px;
  transform: rotateY(180deg);
}
.sales-section-3 .blue-block {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.sales-section-3 .blue-block1 {
  background-color: #3b76c4;
  height: 50%;
}
.sales-section-3 .blue-block2 {
  background-color: #89addc;
  height: 20%;
}
.sales-section-3 .blue-block3 {
  background-color: #d8e4f3;
  height: 10%;
}
.sales-section-3 .green-block {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.sales-section-3 .green-block1 {
  background-color: #29f3d6;
  height: 50%;
}
.sales-section-3 .green-block2 {
  background-color: #8af8e9;
  height: 20%;
}
.sales-section-3 .green-block3 {
  background-color: #eafefb;
  height: 10%;
}
.sales-section-3 .happy-guy {
  width: 80%;
}
.sales-section-3 .card {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px;
  border-radius: 25px;
}
.sales-section-3 .card-blue {
  color: #3B76C4;
}
.sales-section-3 .card-green {
  color: #29F3D6;
}
.sales-section-3 .center-img {
  text-align: center;
  padding: 20px;
}

.sales-section-4 {
  position: relative;
  font-family: "Arial Rounded MT";
  color: #ffffff;
}
.sales-section-4 .background-image {
  width: 100%;
  background: #17B0E7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #E96969, #FC6B9D); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E96969, #FC6B9D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow: hidden;
  position: relative;
  height: 100%;
}
.sales-section-4 .call-to-action {
  font-size: 1.5rem;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .sales-section-4 .call-to-action {
    font-size: 3rem;
    bottom: 160px;
  }
}
.sales-section-4 .btn {
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #E96969;
}
.sales-section-4 .container {
  height: 500px;
}
.sales-section-4 .stencil {
  width: 100%;
}

.sales-plain-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.adverts {
  text-align: center;
  font-family: "Varela Round", sans-serif;
  padding: 2em;
  font-size: 1em;
}
.adverts a {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .adverts {
    font-size: 2em;
  }
}
.adverts-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17b0e7+0,ffffff+100 */
  background: #17b0e7; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #17b0e7 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #17b0e7 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #17b0e7 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#17b0e7", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.adverts-orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa00+0,ffdea3+100 */
  background: #ffaa00; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffaa00 0%, #ffdea3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffaa00 0%, #ffdea3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffaa00 0%, #ffdea3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffaa00", endColorstr="#ffdea3",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.adverts-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ecc1c+0,f5ff49+100 */
  background: #2ecc1c; /* Old browsers */
  background: -moz-linear-gradient(45deg, #2ecc1c 0%, #f5ff49 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2ecc1c 0%, #f5ff49 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2ecc1c 0%, #f5ff49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ecc1c", endColorstr="#f5ff49",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.adverts .advert-bg {
  transition: 0.5s linear;
}
.adverts .advert-bg-blue {
  color: #3B76C4;
  border: 2px solid #ffffff;
  border-radius: 25px;
  background: #ffffff;
}
.adverts .advert-bg-blue:hover {
  background: none;
  color: #ffffff;
}
.adverts .advert-bg-green {
  color: #29F3D6;
  border: 2px solid #ffffff;
  border-radius: 25px;
  background: #ffffff;
}
.adverts .advert-bg-green:hover {
  background: none;
  color: #ffffff;
}
.adverts .advert-bg-orange {
  color: #ffd33a;
  border: 2px solid #ffffff;
  border-radius: 25px;
  background: #ffffff;
}
.adverts .advert-bg-orange:hover {
  background: none;
  color: #ffffff;
}

form ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px;
}

form ul li {
  color: red;
}

a.anchor {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

.select-nearest {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  transition: 0.5s;
  z-index: 100;
  color: #ffffff;
  border-radius: 10px;
  background-color: #3B76C4;
  font-size: 1.5em;
  padding: 10px;
}
.select-nearest span {
  transition: 1s;
  padding: 0 10px;
  white-space: nowrap;
  display: inline;
}
.select-nearest span:nth-child(1) {
  position: absolute;
  opacity: 0;
}

.select-nearest a {
  color: #ffffff;
}

.select-nearest:hover {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .select-nearest:hover {
    width: 60%;
  }
}
.select-nearest:hover span:first-child {
  display: inline;
}
@media screen and (max-width: 767px) {
  .select-nearest:hover span:first-child {
    font-size: 18px;
  }
}
.select-nearest:hover span:nth-of-type(1) {
  opacity: 1;
}

.course-hex {
  width: 60%;
  height: auto;
}

.questions table tr td {
  border: 2px solid black;
  padding: 5px;
  font-weight: bold;
  font-size: 1.5em !important;
}

.questions table {
  margin: auto;
}

.venues img {
  top: 40px;
}

.background-faq {
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.studyprogress .nav-link.active {
  background-color: #1c7430;
}

.studyprogress .nav-link {
  color: #ffffff;
}

.questions .correct {
  color: #1e7e34;
}

.questions .incorrect {
  color: #bd2130;
}

.solutions .correct {
  color: #1e7e34;
  font-size: 1.5em;
}

.solutions .incorrect {
  color: #bd2130;
  font-size: 1.5em;
}

.optionSection {
  border: 4px solid white;
}

.optionSelected {
  border: 4px solid #17b0e7;
}

.multipleChoiceImage .choice input {
  display: none;
}

.copyright a:hover {
  text-decoration: none;
  color: #17b0e7;
}

.copyright a {
  text-decoration: none;
  color: #7e7e7e;
  line-height: 1.2em;
}

.adverts {
  color: #ffd33a;
  text-align: center;
  background-color: #3B76C4;
  padding: 50px;
}
.adverts .circle {
  border: solid 2px #ffd33a;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
}
.adverts h4 {
  color: #ffffff;
}

.questionFontLarge {
  font-size: 1.3em;
}

.questionFontLarge p {
  font-size: 1em;
}

.questionFontNormal p {
  font-size: 1em;
}

.questionFont p {
  font-size: 1em;
}

.icon-large {
  height: 60px;
  width: 60px;
  font-size: 2rem;
  cursor: pointer;
}

.syllabus-unit-heading {
  list-style: none;
  color: #17b0e7;
  font-size: 1.5rem;
}

.syllabus-subject-heading {
  list-style: none;
  color: #99c94a;
  font-size: 1.2rem;
}

.syllabus-topic-heading {
  padding-left: 50px;
}

.syllabus-col-heading {
  text-align: center;
  list-style: none;
  color: #99c94a;
  font-size: 1.2rem;
}

.quiz-background-image {
  width: 100%;
  height: 100%;
  background-position-y: 300px;
  background-position-x: -500px;
  background-repeat: no-repeat;
  position: relative;
}
.quiz-background-image-0 {
  background-image: url("/img/quiz/background_blue.svg");
}
.quiz-background-image-1 {
  background-image: url("/img/quiz/background_pink.svg");
}
.quiz-background-image-2 {
  background-image: url("/img/quiz/background_orange.svg");
}

.background-gradient {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.background-gradient-0 {
  background: rgb(0, 204, 227);
  background: linear-gradient(90deg, rgb(0, 204, 227) 0%, rgb(138, 169, 255) 100%);
}
.background-gradient-1 {
  background: rgb(0, 204, 227);
  background: linear-gradient(90deg, #FF00AD 0%, rgb(138, 169, 255) 100%);
}
.background-gradient-2 {
  background: rgb(0, 204, 227);
  background: linear-gradient(90deg, #FFBB00 0%, #FF00AD 100%);
}
@media (min-width: 992px) {
  .background-gradient {
    padding: 0 50px;
  }
}

.answer-transform {
  transform: scale(1.2);
}

.quiz-template-0 {
  font-family: "Arial Rounded MT";
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 1;
}
.quiz-template-0 h1 {
  color: rgb(138, 169, 255);
  font-size: 1em;
}
@media (min-width: 992px) {
  .quiz-template-0 h1 {
    font-size: 2.5rem;
  }
}
.quiz-template-0 hr {
  border: 2px solid #7B98DB;
}
.quiz-template-0-questions {
  color: #7B98DB;
}
@media (min-width: 992px) {
  .quiz-template-0-questions {
    font-size: 1.5rem;
  }
}
.quiz-template-0-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.quiz-template-0 .quiz-button-answer {
  padding: 5px;
  color: white;
  border: 1px solid #7B98DB;
  box-shadow: 5px 5px #7B98DB;
  cursor: pointer;
}
@media (min-width: 992px) {
  .quiz-template-0 .quiz-button-answer {
    font-size: 2rem;
  }
}
.quiz-template-0 .quiz-button-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-0 .quiz-img-answer {
  padding: 5px;
  max-width: 120px;
  color: white;
  border: 1px solid #7B98DB;
  box-shadow: 5px 5px #7B98DB;
  cursor: pointer;
}
.quiz-template-0 .quiz-img-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-0-answer {
  background-color: #69DE88;
}
.quiz-template-0 .quiz-button {
  padding: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid #7B98DB;
  box-shadow: 5px 5px #7B98DB;
}
@media (min-width: 992px) {
  .quiz-template-0 .quiz-button {
    font-size: 2rem;
  }
}
.quiz-template-0 .quiz-button span {
  text-shadow: 2px 2px #7B98DB;
}
.quiz-template-0-submit {
  background-color: #69DE88;
}
.quiz-template-0-skip {
  background-color: #FFBB00;
}
.quiz-template-0-exit {
  background-color: #FC9292;
}

.quiz-template-1 {
  font-family: "Arial Rounded MT";
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 1;
}
.quiz-template-1 h1 {
  color: #FF00AD;
  font-size: 1em;
}
@media (min-width: 992px) {
  .quiz-template-1 h1 {
    font-size: 2.5rem;
  }
}
.quiz-template-1 hr {
  border: 2px solid #FF00AD;
}
.quiz-template-1-questions {
  color: #FF00AD;
}
@media (min-width: 992px) {
  .quiz-template-1-questions {
    font-size: 1.5rem;
  }
}
.quiz-template-1-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.quiz-template-1 .quiz-button-answer {
  padding: 5px;
  color: white;
  border: 1px solid #FF00AD;
  box-shadow: 5px 5px #FF00AD;
  cursor: pointer;
}
@media (min-width: 992px) {
  .quiz-template-1 .quiz-button-answer {
    font-size: 2rem;
  }
}
.quiz-template-1 .quiz-button-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-1 .quiz-img-answer {
  padding: 5px;
  max-width: 120px;
  color: white;
  border: 1px solid #FF00AD;
  box-shadow: 5px 5px #FF00AD;
  cursor: pointer;
}
.quiz-template-1 .quiz-img-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-1-answer {
  background-color: #69DE88;
}
.quiz-template-1 .quiz-button {
  padding: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid #FF00AD;
  box-shadow: 5px 5px #FF00AD;
}
@media (min-width: 992px) {
  .quiz-template-1 .quiz-button {
    font-size: 2rem;
  }
}
.quiz-template-1 .quiz-button span {
  text-shadow: 2px 2px #FF00AD;
}
.quiz-template-1-submit {
  background-color: #69DE88;
}
.quiz-template-1-skip {
  background-color: #FFBB00;
}
.quiz-template-1-exit {
  background-color: #FC9292;
}

.quiz-template-2 {
  font-family: "Arial Rounded MT";
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 2em;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 1;
}
.quiz-template-2 h1 {
  color: #FFBB00;
  font-size: 1em;
}
@media (min-width: 992px) {
  .quiz-template-2 h1 {
    font-size: 2.5rem;
  }
}
.quiz-template-2 hr {
  border: 2px solid #FFBB00;
}
.quiz-template-2-questions {
  color: #FFBB00;
}
@media (min-width: 992px) {
  .quiz-template-2-questions {
    font-size: 1.5rem;
  }
}
.quiz-template-2-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.quiz-template-2 .quiz-button-answer {
  padding: 5px;
  color: white;
  border: 1px solid #FFBB00;
  box-shadow: 5px 5px #FFBB00;
  cursor: pointer;
}
@media (min-width: 992px) {
  .quiz-template-2 .quiz-button-answer {
    font-size: 2rem;
  }
}
.quiz-template-2 .quiz-button-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-2 .quiz-img-answer {
  padding: 5px;
  max-width: 120px;
  color: white;
  border: 1px solid #FFBB00;
  box-shadow: 5px 5px #FFBB00;
  cursor: pointer;
}
.quiz-template-2 .quiz-img-answer span {
  text-shadow: 2px 2px #29b84f;
}
.quiz-template-2-answer {
  background-color: #69DE88;
}
.quiz-template-2 .quiz-button {
  padding: 5px;
  color: white;
  cursor: pointer;
  border: 1px solid #FFBB00;
  box-shadow: 5px 5px #FFBB00;
  margin: 5px;
}
@media (min-width: 992px) {
  .quiz-template-2 .quiz-button {
    font-size: 2rem;
  }
}
.quiz-template-2 .quiz-button span {
  text-shadow: 2px 2px #FFBB00;
}
.quiz-template-2-submit {
  background-color: #69DE88;
}
.quiz-template-2-skip {
  background-color: #FFBB00;
}
.quiz-template-2-exit {
  background-color: #FC9292;
}

.answer-sort-box {
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: inset 10px 10px 20px #d9d9d9, inset -10px -10px 20px #ffffff;
}
.answer-sort-box h3 {
  opacity: 0.8;
  color: #3B76C4;
}

.answer-sort-box:hover {
  background: #17B0E7;
  box-shadow: inset 10px 10px 20px #1496c4, inset -10px -10px 20px #1acaff;
}
.answer-sort-box:hover h3 {
  color: #ffffff;
}

.sound-option-box {
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  box-shadow: inset 10px 10px 20px #d9d9d9, inset -10px -10px 20px #ffffff;
}
.sound-option-box h3 {
  opacity: 0.8;
  color: #3B76C4;
}

.sound3-option-box {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
}
.sound3-option-box h3 {
  opacity: 0.8;
  color: #3B76C4;
}

.sound3-optionSection {
  border: 4px solid lightgrey;
}

.sound3-optionSelected {
  border: 4px solid #17b0e7;
}

#accordion .card:nth-of-type(even) .card-header {
  filter: hue-rotate(120deg);
}
#accordion .card-header {
  background-color: rgb(23, 176, 231);
  background-image: url("../img/banners/accordion_bg_resized.jpg");
  background-size: cover;
  background-position-y: 80%;
  background-repeat: no-repeat;
}
#accordion h3 {
  color: #3B76C4;
  border-bottom: 2px #3B76C4 solid;
}
#accordion i {
  color: #3B76C4;
}

/*# sourceMappingURL=style.css.map */
