* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

.top-bar {
  font-size: 14px;
  color: #fff;
  background: #22313c;
}

.track-image {
  width: 150px;
}

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

.top-bar a {
  color: inherit;
  text-decoration: none;
}

.top-bar .links a, .apply-branch {
  margin: 3px;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: #4caf50;
  transition: all .8s ease-in;
  font-size: 12px;
}

.navbar-logos {
  width: 100px;
  margin: 0;
}


.top-bar .links a:hover {
  box-shadow: inset 250px 0 0 0 #2196f3
}

.top-bar .apply-branch, .branch-apply-nav-item {
  background-color: #ec7021;
  animation: animateApply 2s ease infinite;
  padding: 0 5px;
}

.branch-apply-nav-item a.nav-link:hover {
  color: #000000;
}

@keyframes animateApply {
  0%,100%,45%, 55% {opacity: 1; }
  49%, 50% {opacity: 0; }
}

.top-bar .links a:nth-child(3) {background-color: #ff9800;}

.custom-nav ul li {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.custom-nav ul li:hover > a, .custom-nav ul li a:hover, .custom-nav ul li a:focus {
  color: #ef6800;
}

a.nav-link {
  color: inherit;
  text-decoration: none;
}

.nav-sub-menu {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #131e6b;
  list-style: none;
  padding: 10px;
  width: max-content;
  color: #fff;
  border-top: 3px solid #dd8503;
}

.custom-nav ul li:hover > .nav-sub-menu{
  display:block;
}

.primary-gradient-bg {
  background: linear-gradient(#fff, #eff2ff);
}

.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.overlay-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;;
}

.primary-gradient-bg-inverse {
  background: linear-gradient(#eff2ff, #fff);
}

h1.gradient,
h2.gradient,
h3.gradient,
h4.gradient,
h5.gradient,
h6.gradient,
.text.gradient {
  color: #192d88;
  background: linear-gradient(110deg, #1aa6e5, #08135d 50%, #14b1a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.form-control,
.btn {
  border-radius: 2px;
}


.btn-login {
  background-color: #4CAF50;
  border-radius: 4px;
}

.btn-login:hover {
  background-color: #357ef3;
}

#navbarNav .nav-link.active {
  color: #ffffff;
}

.bi-facebook {
  color: #3b5998;
}

.bi-twitter {
  color: #1da1f2;
}

.bi-whatsapp {
  color: #25d366;
}

.bi-youtube {
  color: #ff0000;
}

.bi-instagram {
  color: #c32aa3;
}

.bi-linkedin {
  color: #007bb5;
}

.social a {
  transition: all 0.4s ease;
  display: inline-block;
}
.social a:hover {
  transform: translateY(-10px);
}

.footer {
  background-color: #02355d;
  background-attachment: fixed;
  color: #ffffff;
}
.footer .title {
  font-weight: 600;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}
.footer .title::after {
  content: "";
  display: block;
  height: 0px;
  width: 100px;
  border-radius: 4px;
  background-color: #03355d;
  border: 2px dashed #CDDC39;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  opacity: 0.8;
  color: #92f3ff;
}

.footer .office, .ct-wrap  .office{
  color: #ffc107;
}
.footer img {
  max-width: 100%;
}

.footer-bottom {
  color: #ffffff;
  background-color: #000058;
  background: linear-gradient(45deg, #181822, #23273a);
}

.achievements-counter {
  background: #efefef;
  background: linear-gradient(20deg, #e1f6ff, #dfe4ff);
}
.achievements-counter .title-wrap {
  margin: 0 auto;
  text-align: center;
}
.achievements-counter .title {
  padding: 10px 20px;
}
.achievements-counter .counter-wrap {
  margin: 5px;
  background-color: #dae0ff;
  border-radius: 6px;
  box-shadow: 0 0 3px #a6b1f3;
  min-width: 200px;
}

.marquee-container {
  background-color: #142072;
  background: linear-gradient(12deg, #142072 20%, #ef6800);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}


.course-link {
    color: #ffffff;
    background-color: #3f51b5;
    padding: 15px;
    display: inline-block;
    margin: 10px;
    border-radius: 0 10px 10px 14px;
    transition: all 0.3s ease-in;
    font-weight: 600;
    text-decoration: none;
    animation: courseLink .5s 1s linear forwards;
  }

  .index-courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .index-courses .course-link {
    width: 40%;
    padding: 13px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .course-link:hover {
    color: #000000;
    transform: scale(1.1);
    border-radius: 5px;
  }
  .course-link i, .course-link span {
    vertical-align: middle;
  }

  .quote-icon {
    font-size: 50px;
  }

  .testimonials-wrap {
    background-color: #efefef;
    background-image: linear-gradient(130deg,
     rgb(63, 223, 244, 0.57),
     rgb(255, 193, 7, 0.27), 
     rgb(255, 128, 171, 0.59),
     rgb(84, 226, 244,0.5));
     background-attachment: fixed;
  }

  .testimonials-wrap .carousel-item .content{
    background-color: #0172a4;
    padding: 30px 20px;
    border-radius: 10px;
    min-height: 100px;
    text-align: center;
    color: #ffffff;
  }

  .testimonials-wrap .carousel-indicators {
    margin-bottom: -20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #ff5722;
  }

  @keyframes courseLink {
    from{transform: scale(1.2)}
    to{transform: scale(1)}
  }

  @media (min-width: 992px) { 
    .navbar-org {
      background-color: #0a487a;
      padding: 0;
      color: #fff;
    }
  }

  .course-link.cat-1{background-color: #3F51B5;}
  .course-link.cat-2{background-color: #52722e;}
  .course-link.cat-3{background-color: #2196F3;}
  .course-link.cat-4{background-color: #2196F3;}
  .course-link.cat-5{background-color: #13978b;}
  .course-link.cat-6{background-color: #3F51B5;}
  .course-link.cat-7{background-color: #c78421;}

@media print {
  .noprint {
    display: none;
  }
}* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

.top-bar {
  font-size: 14px;
  color: #fff;
  background: #b99016;
}

.track-image {
  width: 150px;
}

.top-bar a {
  color: inherit;
  text-decoration: none;
}

.top-bar .links a, .apply-branch {
  margin: 3px;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: #4caf50;
  transition: all .8s ease-in;
  font-size: 12px;
}

.navbar-logos {
  width: 100px;
  margin: 0;
}


.top-bar .links a:hover {
  box-shadow: inset 250px 0 0 0 #2196f3
}

.top-bar .apply-branch, .branch-apply-nav-item {
  background-color: #FFC107;
  animation: animateApply 2s ease infinite;
  padding: 0 5px;
}

.branch-apply-nav-item a.nav-link:hover {
  color: #000000;
}

@keyframes animateApply {
  0%,100%,45%, 55% {opacity: 1; }
  49%, 50% {opacity: 0; }
}

.top-bar .links a:nth-child(3) {background-color: #ff9800;}

.custom-nav ul li {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.custom-nav ul li:hover > a, .custom-nav ul li a:hover, .custom-nav ul li a:focus {
  color: #ef6800;
}

a.nav-link {
  color: inherit;
  text-decoration: none;
}

.nav-sub-menu {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #131e6b;
  list-style: none;
  padding: 10px;
  width: max-content;
  color: #fff;
  border-top: 3px solid #dd8503;
}

.custom-nav ul li:hover > .nav-sub-menu{
  display:block;
}

.primary-gradient-bg {
  background: linear-gradient(#fff, #eff2ff);
}

.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.overlay-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;;
}

.primary-gradient-bg-inverse {
  background: linear-gradient(#eff2ff, #fff);
}

h1.gradient,
h2.gradient,
h3.gradient,
h4.gradient,
h5.gradient,
h6.gradient,
.text.gradient {
  color: #192d88;
  background: linear-gradient(110deg, #1aa6e5, #08135d 50%, #14b1a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.form-control,
.btn {
  border-radius: 2px;
}


.btn-login {
  background-color: #4CAF50;
  border-radius: 4px;
}

.btn-login:hover {
  background-color: #357ef3;
}

#navbarNav .nav-link.active {
  color: #ffffff;
}

.bi-facebook {
  color: #3b5998;
}

.bi-twitter {
  color: #1da1f2;
}

.bi-whatsapp {
  color: #25d366;
}

.bi-youtube {
  color: #ff0000;
}

.bi-instagram {
  color: #c32aa3;
}

.bi-linkedin {
  color: #007bb5;
}

.social a {
  transition: all 0.4s ease;
  display: inline-block;
}
.social a:hover {
  transform: translateY(-10px);
}

.footer {
  background-color: #021523;
  background-attachment: fixed;
  color: #ffffff;
}
.footer .title {
  font-weight: 600;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}
.footer .title::after {
  content: "";
  display: block;
  height: 0px;
  width: 100px;
  border-radius: 4px;
  background-color: #03355d;
  border: 2px dashed #CDDC39;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  opacity: 0.8;
  color: #92f3ff;
}

.footer .office, .ct-wrap  .office{
  color: #ffc107;
}
.footer img {
  max-width: 100%;
}

.footer-bottom {
  color: #ffffff;
  background-color: #000058;
  background: linear-gradient(45deg, #181822, #23273a);
}

.achievements-counter {
  background: #efefef;
  background: linear-gradient(20deg, #e1f6ff, #dfe4ff);
}
.achievements-counter .title-wrap {
  margin: 0 auto;
  text-align: center;
}
.achievements-counter .title {
  padding: 10px 20px;
}
.achievements-counter .counter-wrap {
  margin: 5px;
  background-color: #dae0ff;
  border-radius: 6px;
  box-shadow: 0 0 3px #a6b1f3;
  min-width: 200px;
}

.marquee-container {
  background-color: #142072;
  background: linear-gradient(12deg, #142072 20%, #ef6800);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}


.course-link {
    color: #ffffff;
    background-color: #3f51b5;
    padding: 15px;
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in;
    font-weight: 600;
    text-decoration: none;
    animation: courseLink .5s 1s linear forwards;
    box-shadow: 10px 10px 0 #dbe2e8;
  }

  .index-courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .index-courses .course-link {
    width: 40%;
    padding: 13px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .course-link:hover {
    color: #000000;
    transform: scale(1.1);
    border-radius: 5px;
  }
  .course-link i, .course-link span {
    vertical-align: middle;
  }

  .quote-icon {
    font-size: 50px;
  }

  .testimonials-wrap {
    background-color: #efefef;
    background-image: linear-gradient(130deg,
     rgb(63, 223, 244, 0.57),
     rgb(255, 193, 7, 0.27), 
     rgb(255, 128, 171, 0.59),
     rgb(84, 226, 244,0.5));
     background-attachment: fixed;
  }

  .testimonials-wrap .carousel-item .content{
    background-color: #0172a4;
    padding: 30px 20px;
    border-radius: 10px;
    min-height: 100px;
    text-align: center;
    color: #ffffff;
  }

  .testimonials-wrap .carousel-indicators {
    margin-bottom: -20px;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #ff5722;
  }

  @keyframes courseLink {
    from{transform: scale(1.2)}
    to{transform: scale(1)}
  }

  @media (min-width: 992px) { 
    .navbar-org {
      background-color: #1f2202;
      padding: 0;
      color: #fff;
    }
  }

  .course-link.cat-1{background-color: #3F51B5;}
  .course-link.cat-2{background-color: #52722e;}
  .course-link.cat-3{background-color: #2196F3;}
  .course-link.cat-4{background-color: #2196F3;}
  .course-link.cat-5{background-color: #13978b;}
  .course-link.cat-6{background-color: #3F51B5;}
  .course-link.cat-7{background-color: #c78421;}

@media print {
  .noprint {
    display: none;
  }
}

.errorAlert {
  display: none;
}


.r-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1;
}
  
.r-row .value {
  flex: 1;
}

.r-row .label { 
    flex: 1;
    font-weight: 600;
    font-style: italic;
    position: relative;
}

.r-row .label::after {
  content: ':';
  position: absolute;
  right: 10px;
  margin-right: 20px;
  font-style: normal;
}

.ac-notes {
  font-size: 10px;
}

.errorAlert {
  display: none;
}


.r-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1;
}
  
.r-row .value {
  flex: 1;
}

.r-row .label { 
    flex: 1;
    font-weight: 600;
    font-style: italic;
    position: relative;
}

.r-row .label::after {
  content: ':';
  position: absolute;
  right: 10px;
  margin-right: 20px;
  font-style: normal;
}

.ac-notes {
  font-size: 10px;
}