:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

:root {
  --nav-accent:  #0b61ff;
  --nav-accent-weak: rgba(11,97,255,0.08);
  --nav-contrast: rgba(11,97,255,0.12);
}

.navbar-light .navbar-nav .nav-link {
  transition: transform .14s ease, box-shadow .16s ease, background .14s ease, color .14s ease;
  border-radius: 12px;
  padding: 18px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--nav-accent) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00));
  box-shadow: 0 10px 30px rgba(11,42,102,0.08), inset 0 -2px 0 var(--nav-contrast);
  transform: translateY(-1px);
  padding-left: 28px;
  padding-right: 24px;
  min-height: 56px;
  line-height: 1;
  position: relative;
  margin-right: 12px;
}

.navbar-light .navbar-nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 56%;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--nav-accent), #285cff);
  box-shadow: 0 6px 18px rgba(11,97,255,0.14);
  opacity: 0.98;
}


.navbar-light .navbar-nav .nav-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(11,42,102,0.08);
  background: var(--nav-accent-weak);
  color: var(--nav-accent);
}

.navbar-light .navbar-nav .dropdown-toggle.active {
  color: var(--nav-accent) !important;
  background: transparent;
}
.navbar .dropdown-toggle.active::after { color: var(--nav-accent); }

.navbar .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  border-radius: 10px;
  transition: background .12s ease, color .12s ease, transform .12s ease;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: var(--nav-accent-weak);
  color: var(--nav-accent);
  transform: translateX(4px);
}
.navbar .dropdown-menu .dropdown-item.active {
  background: linear-gradient(90deg, rgba(11,97,255,0.08), rgba(11,97,255,0.04));
  color: var(--nav-accent) !important;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  .navbar-light .navbar-nav {
    flex-direction: column;
    gap: 6px;
  }

  .navbar-light .navbar-nav .nav-link {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    padding-left: 20px;
    margin-right: 0;
    box-sizing: border-box;
  }

  .navbar-light .navbar-nav .nav-link.active {
    padding-left: 44px;
    padding-right: 16px;
    min-height: auto;
    box-shadow: none;
    transform: none;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(11,97,255,0.02), rgba(11,97,255,0.00));
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    left: 16px;
    width: 5px;
    height: 46%;
    border-radius: 4px;
  }

  .navbar .dropdown-menu .dropdown-item.active {
    padding-left: 44px;
    padding-right: 16px;
    border-radius: 8px;
  }

  .navbar-light .navbar-nav .dropdown-toggle.active {
    padding-left: 44px;
  }

}

.navbar-light .navbar-nav .nav-link:focus-visible,
.navbar .dropdown-menu .dropdown-item:focus-visible {
  outline: 3px solid rgba(11,97,255,0.14);
  outline-offset: 4px;
  border-radius: 10px;
}


.header-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header-carousel .owl-carousel-item {
  position: relative;
  width: 100%;
  display: block;
  min-height: 420px;
  box-sizing: border-box;
}

.header-carousel .owl-carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  background: rgba(15, 23, 43, 0.4);
  min-height: inherit;
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
  pointer-events: auto;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.9);
  font-size: 22px;
  border-radius: 8px;
  transition: background .18s, transform .12s;
  backdrop-filter: blur(4px);
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  padding: 6px;
}

@media (width: 2560px) {
  .header-carousel .owl-carousel-item { min-height: 500px; }
  .page-header { background-size: cover; }
  .header-carousel .owl-nav { right: 8%; top: 50%; }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next { width:56px; height:56px; font-size:24px; }
}

@media (min-width:1025px) and (max-width:2558px) {
  .header-carousel .owl-carousel-item { min-height: 580px; }
  .header-carousel .owl-nav { right: 6%; top: 50%; flex-direction: column; }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next { width:50px; height:50px; font-size:22px; }
  .page-header { background-position: center center; background-size: cover; }
}

@media (min-width:768px) and (max-width:1024px) {
  .header-carousel .owl-carousel-item { min-height: 500px; }
  .header-carousel .owl-nav { right: 4%; top: 50%; }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next { width:44px; height:44px; font-size:20px; }
  .page-header-inner { background: rgba(15,23,43,0.45); }
}

@media (min-width:481px) and (max-width:767px) {
  .header-carousel .owl-carousel-item { min-height: 420px; }
  .header-carousel .owl-nav {
    top: auto;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    flex-direction: row;
    gap: 10px;
    background: transparent;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width:44px; height:44px; font-size:18px;
    border-radius: 999px;
    background: rgba(0,0,0,0.35);
  }
  .page-header-inner { padding: 18px; }
}

@media (min-width:320px) and (max-width:480px) {
  .header-carousel .owl-carousel-item { min-height: 500px; }
  .header-carousel .owl-nav {
    top: auto;
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
    flex-direction: row;
    gap: 8px;
  }
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    width:40px; height:40px; font-size:16px;
    border-radius: 999px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.85);
  }
  .page-header-inner { padding: 12px; }
}

.header-carousel, .header-carousel .owl-carousel-item, .header-carousel img {
  max-width: 100%;
  overflow-x: hidden;
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before { color: var(--light); }

/*##########################################################*/

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.partner-logos {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
}

#org{
text-align: center;
}

.partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  transition: transform .18s ease, color .18s ease;
  position: relative;
}

.partner-logo {
  width: 92px;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(.95) brightness(0.92);
  opacity: 0.95;
  transition: filter .22s ease, transform .18s ease, opacity .18s ease;
}

.partner:hover,
.partner:focus {
  transform: translateY(-3px);
}

.partner:hover .partner-logo,
.partner:focus .partner-logo {
  filter: none;
  transform: scale(1.06);
  opacity: 1;
}

@media (max-width: 576px) {

  #org{
text-align: left;
}
  .partner-logos {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  .partner {
    padding: 6px 6px;
    justify-content: center;
  }

  .partner-logo {
    width: 64px;
    transition: transform .18s ease, filter .18s ease;
  }

  .partner+.partner::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 12%;
    bottom: 12%;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.20) 50%,
        rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    pointer-events: none;
  }

  .partner:hover {
    transform: none;
  }

  .partner:focus {
    transform: none;
  }
}

.footer-search .input-group {
  box-shadow: none;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}

.footer-search .form-control {
  background: transparent;
  border: 0;
  color: #fff;
  padding: .68rem .85rem;
  font-size: .95rem;
  outline: none;
  box-shadow: none;
}

.footer-search .form-control::placeholder {
  color: rgba(255,255,255,0.55);
}

.footer-search .btn-primary {
  background: linear-gradient(180deg, #2b6ef6, #1b4fd4);
  border: none;
  padding: .55rem .85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: transform .12s ease, box-shadow .12s ease;
}
.footer-search .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(11,42,102,0.14); }

.footer-search-suggestions {
  margin: .3rem 0 0 0;
  padding: 6px 6px;
  list-style: none;
  max-height: 260px;
  overflow: auto;
  border-radius: .5rem;
  background: linear-gradient(180deg, rgba(6,12,32,0.92), rgba(6,12,32,0.98));
  border: 1px solid rgba(255,255,255,0.04);
  box-shadow: 0 8px 30px rgba(3,18,40,0.4);
  display: none;
  z-index: 1200;
}

.footer-search-suggestions li {
  display:flex;
  align-items:center;
  gap: .6rem;
  padding: .55rem .8rem;
  color: rgba(255,255,255,0.92);
  border-radius: .4rem;
  cursor: pointer;
  font-size: .95rem;
}

.footer-search-suggestions li:hover,
.footer-search-suggestions li[aria-selected="true"] {
  background: rgba(255,255,255,0.03);
  transform: translateY(-1px);
}

.footer-search-suggestions li .muted {
  color: rgba(255,255,255,0.55);
  font-size: .82rem;
}

@media (max-width: 992px) {
  .footer-search .input-group { border-radius: .6rem; }
}

.dropdown-item.disabled,
.dropdown-item[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
  color: #6c757d !important;
  cursor: not-allowed;
  text-decoration: none;
}

/*-------------------------------------------------------------------------*/
