#main-banner-img-video .hero-media {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-banner-img-video .carousel-item {
  position: relative;
}
#main-banner-img-video .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8509803922) 0%, rgba(0, 0, 0, 0.5490196078) 45%, rgba(0, 0, 0, 0.1490196078) 100%);
}
#main-banner-img-video .custom-caption {
  text-align: left;
  left: 8%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 650px;
  bottom: auto;
  z-index: 2;
}
#main-banner-img-video .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
#main-banner-img-video .custom-caption h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #d8b26a;
}
#main-banner-img-video .custom-caption p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#main-banner-img-video .btn-gold {
  background: #d8b26a;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  margin-right: 10px;
}
#main-banner-img-video .btn-outline-gold {
  border: 2px solid #d8b26a;
  color: #d8b26a;
  padding: 12px 30px;
  border-radius: 50px;
}
#main-banner-img-video .btn-gold:hover, #main-banner-img-video .btn-outline-gold:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #main-banner-img-video .hero-media {
    height: 100%;
  }
  #main-banner-img-video .custom-caption h1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #main-banner-img-video .custom-caption p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
    display: none;
  }
  #main-banner-img-video .custom-caption {
    left: 5%;
    max-width: 90%;
  }
}
#main-banner-img-video .counter-bg-items {
  text-transform: uppercase;
  color: #fff;
  background: #0b1f3a;
  position: absolute;
  left: 127px;
  right: 127px;
  bottom: -84px;
  z-index: 9;
  border-radius: 16px;
}
#main-banner-img-video .counter {
  color: #d1ad6b;
  font-size: 21px;
}
#main-banner-img-video .vert-line1 {
  width: 1px;
  background: #2b4e7d;
  height: 49px;
  position: absolute;
  right: 0;
  top: 34px;
}
#main-banner-img-video .carousel-control-next, #main-banner-img-video .carousel-control-prev {
  width: 4%;
  height: 9%;
  margin: 21% auto;
}

#about-cux {
  padding: 97px 0 50px;
  line-height: 30px;
  position: relative;
}
#about-cux .abot-textsdf {
  margin: 5px auto;
  padding: 0 0 0 18px;
}
#about-cux .path-card {
  background: #fff;
  border: 1px solid #ccc;
  height: 383px;
  border-bottom: 4px solid #d8b15d;
  position: relative;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.0509803922);
  min-height: 326px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
#about-cux .path-card:hover {
  background: linear-gradient(135deg, #cba14a, #e4c27a);
}
#about-cux .path-card h4 {
  position: relative;
  z-index: 2;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  background: #0b1f3a;
  width: 100%;
  color: #fff;
  height: 68px;
  padding: 9px 5px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}
#about-cux .badge-label {
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
  background: #d8b15d;
  color: #000;
  font-size: 13px;
  padding: 0px 13px;
  border-radius: 8px;
  line-height: 24px;
}
#about-cux .gldn-bbg {
  position: absolute;
  bottom: 202px;
  width: 100%;
  z-index: -1;
}
#about-cux .path-card:hover {
  transform: translateY(-5px);
}
#about-cux .path-card p {
  font-size: 15px;
  line-height: 27px;
}
#about-cux #owl-demo-1 .item {
  margin: 10px auto;
}
@media (max-width: 991px) {
  #about-cux .path-card h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  #about-cux .path-card {
    min-height: 110px;
    padding: 15px;
  }
  #about-cux .path-card h4 {
    font-size: 1.1rem;
  }
  #about-cux .badge-label {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}
#about-cux .owl-dots {
  display: none !important;
}

.commn-hdd h2 {
  font-size: 16px;
}
.commn-hdd h3 span {
  color: #d1ad6b;
}
.commn-hdd h3 {
  color: #0b1f3a;
  font-size: 3rem;
}

#serch-box-home {
  padding: 0px 0 60px;
}
#serch-box-home .search-container {
  background-color: #e6e6e6;
  border-radius: 50px;
  padding: 8px 8px 8px 24px;
  max-width: 870px;
  margin: 0 auto;
}
#serch-box-home .search-input {
  background: transparent;
  border: none;
  color: #0b1c33;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
#serch-box-home .search-input:focus {
  background: transparent;
  box-shadow: none;
  border: none;
}
#serch-box-home .search-input::-moz-placeholder {
  color: #0b1c33;
  opacity: 1;
}
#serch-box-home .search-input::placeholder {
  color: #0b1c33;
  opacity: 1;
}
#serch-box-home .btn-search {
  background-color: #0b1c33;
  color: #cca464;
  border-radius: 50px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.05rem;
  padding: 14px 51px;
  border: none;
  transition: all 0.2s ease-in-out;
}
#serch-box-home .btn-search:hover {
  background-color: #142a4a;
  color: #dfba7c;
}

#cours-inner-items {
  padding: 37px 0 41px;
  position: relative;
  border-bottom: 1px solid #e5d0aa;
  background: #f8f9fa;
}
#cours-inner-items .custom-select-filter {
  background-color: #e2e2e2 !important;
  border: none !important;
  border-radius: 9px !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 13px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#cours-inner-items .custom-select-filter:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1019607843);
  background-color: #dadada !important;
}
#cours-inner-items .result-box-coursed h2 {
  color: #0b1f3a;
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
}
#cours-inner-items .split-horizontal-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#cours-inner-items .split-horizontal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.0509803922);
  border-color: #cbd5e1;
}
#cours-inner-items .side-media-box {
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}
#cours-inner-items .side-media-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#cours-inner-items .track-pill-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #64748b;
}
#cours-inner-items .delivery-indicator {
  font-size: 0.72rem;
  font-weight: 600;
  color: #475569;
  background-color: #f1f5f9;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
#cours-inner-items .delivery-indicator.live-tag {
  background-color: #fef2f2;
  color: #991b1b;
}
#cours-inner-items .split-card-title {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
  line-height: 1.3;
}
#cours-inner-items .split-card-summary {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}
#cours-inner-items .split-card-footer {
  border-top: 1px dashed #e2e8f0;
  padding-top: 1rem;
}
#cours-inner-items .price-value-large {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}
#cours-inner-items .btn-compact-action {
  background-color: #d1ad6b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
#cours-inner-items .btn-compact-action:hover {
  background-color: #334155;
  color: #fff;
}
#cours-inner-items .knw-mor-lrgr {
  text-transform: uppercase;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 45px;
  position: relative;
  top: 68px;
}

.owl-dots {
  display: none !important;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #d1ad6b;
  --bs-btn-border-color: #d1ad6b;
}

#recent-updtecourse {
  padding: 91px 0 60px;
  position: relative;
  background: #faf9f6;
}
#recent-updtecourse .commn-hdd {
  text-align: center;
}
#recent-updtecourse .course-tabs-container {
  background-color: #e2e2e2;
  border-radius: 50px;
  padding: 0px;
  display: inline-flex;
}
#recent-updtecourse .course-tabs-container .nav-link {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  transition: background-color 0.2s ease;
}
#recent-updtecourse .course-tabs-container .nav-link.active {
  background-color: #d1b474 !important;
  color: #000 !important;
}
#recent-updtecourse .course-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  height: 444px;
  margin-bottom: 18px;
}
#recent-updtecourse .image-wrapper {
  position: relative;
  overflow: hidden;
}
#recent-updtecourse .course-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recent-updtecourse .ribbon {
  position: absolute;
  top: 15px;
  left: -35px;
  background-color: #d1b474;
  color: #000;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  width: 120px;
  transform: rotate(-45deg);
  padding: 4px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#recent-updtecourse .meta-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9490196078));
  padding: 1.5rem 1rem 0.5rem;
  color: #d1b474;
  font-size: 0.8rem;
  font-weight: 600;
}
#recent-updtecourse .meta-overlay i {
  font-size: 0.9rem;
}
#recent-updtecourse .badge-microcredential {
  background-color: #e5edf5;
  color: #2b4c7e;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}
#recent-updtecourse .course-title {
  font-size: 1.49rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-top: 0.75rem;
  height: 106px;
  overflow: hidden;
}
#recent-updtecourse .update-text {
  font-size: 0.8rem;
  color: #7c7c7c;
}
#recent-updtecourse .btn-know-more {
  color: #d1b474;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 0;
  margin-top: auto;
}
#recent-updtecourse .btn-know-more:hover {
  color: #bfa15f;
}

#build-digital-lern {
  padding: 65px 0;
  background: url(../images/blue-bg.jpg) center;
  background-size: cover;
}
#build-digital-lern .learning-experience-badge {
  color: #e5a93b;
  letter-spacing: 2px;
  font-size: 0.85rem;
}
#build-digital-lern .hero-title {
  font-weight: 700;
  line-height: 1.2;
}
#build-digital-lern .hero-title span.highlight {
  color: #3b82f6;
}
#build-digital-lern .hero-description {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 1.1rem;
  line-height: 1.6;
}
#build-digital-lern .btn-feature {
  background: rgba(209, 173, 107, 0.8784313725);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  pointer-events: none;
}
#build-digital-lern .img-cover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3019607843);
}
#build-digital-lern .tall-img {
  height: 450px;
}
#build-digital-lern .short-img {
  height: 215px;
}
#build-digital-lern .commn-hdd h3 {
  color: #fff;
}
#build-digital-lern .commn-hdd h2 {
  color: #d1ad6b;
}
#build-digital-lern .image-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: stretch;
}
#build-digital-lern .right-images {
  display: grid;
  gap: 20px;
}
#build-digital-lern .carousel, #build-digital-lern .carousel-inner, #build-digital-lern .carousel-item {
  height: 100%;
}
#build-digital-lern .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#build-digital-lern .large-carousel {
  height: 450px;
  overflow: hidden;
  border-radius: 25px;
}
#build-digital-lern .small-carousel {
  height: 215px;
  overflow: hidden;
  border-radius: 25px;
}

#lern-exp-bild {
  padding: 60px 0;
}
#lern-exp-bild .feature-side-tabs {
  border: none;
  gap: 10px;
}
#lern-exp-bild .feature-side-tabs .nav-link {
  background-color: #fff;
  border: 1px solid #eef2f6;
  border-radius: 4px;
  color: #1e293b;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1.1rem 1.25rem;
  text-align: left;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
#lern-exp-bild .feature-side-tabs .nav-link i {
  font-size: 1.2rem;
  margin-right: 12px;
  color: #bfa15f;
}
#lern-exp-bild .feature-side-tabs .nav-link.active {
  background-color: #f4f7fc !important;
  color: #0b4ca3 !important;
  border-color: #eef2f6 !important;
  border-left: 4px solid #0b4ca3 !important;
}
#lern-exp-bild .feature-side-tabs .nav-link.active i {
  color: #0b4ca3 !important;
}
#lern-exp-bild .feature-display-card {
  background: #f4f7fc;
  border-radius: 24px;
  padding: 3rem;
  height: 100%;
  border: none;
}
#lern-exp-bild .icon-badge-box {
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(11, 76, 163, 0.0588235294);
  margin-bottom: 2rem;
}
#lern-exp-bild .icon-badge-box i {
  font-size: 1.75rem;
  color: #0b4ca3;
}
#lern-exp-bild .display-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.25rem;
}
#lern-exp-bild .display-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}
#lern-exp-bild .feature-mobile-select {
  background-color: #f4f7fc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-weight: 700;
  color: #0b4ca3;
  padding: 0.85rem 1rem;
}
#lern-exp-bild #featureTabContent {
  background-color: #f4f7fc;
  height: 100%;
  border-radius: 24px;
}
#lern-exp-bild .feature-display-card {
  animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#lern-exp-bild .feature-side-tabs .nav-link {
  transition: all 0.3s ease;
}

#four-boxss {
  padding: 0px 0;
  background: url(../images/blue-bg.jpg) center;
  background-size: cover;
  margin-top: 78px;
}
#four-boxss .split-bg-section {
  padding: 0 0;
  position: relative;
  top: -70px;
}
#four-boxss .feature-box-card {
  background-color: #08121e;
  border: none;
  border-radius: 24px;
  padding: 2.25rem 2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1490196078);
  transition: transform 0.3s ease;
}
#four-boxss .feature-box-card:hover {
  transform: translateY(-5px);
}
#four-boxss .gold-icon-box {
  background-color: #d1b474;
  color: #08121e;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
#four-boxss .gold-icon-box i {
  font-size: 1.25rem;
}
#four-boxss .card-feature-title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.2px;
}
#four-boxss .card-feature-desc {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#simpl-steep-lerng {
  padding: 78px 0;
}
#simpl-steep-lerng .text-brand-blue {
  color: #0b1f3a;
}
#simpl-steep-lerng .bg-brand-blue {
  background-color: #d1ad6b;
}
#simpl-steep-lerng .bg-brand-gold {
  background-color: #d1ad6b;
}
#simpl-steep-lerng .section-tagline {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: #d1ad6b;
}
#simpl-steep-lerng .timeline {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin-top: 3rem;
}
#simpl-steep-lerng .timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 24px;
  bottom: 30px;
  width: 1px;
  background-color: #e2e8f0;
  z-index: 1;
}
#simpl-steep-lerng .timeline-item {
  position: relative;
  padding-left: 75px;
  margin-bottom: 2.75rem;
}
#simpl-steep-lerng .timeline-item:last-child {
  margin-bottom: 0;
}
#simpl-steep-lerng .timeline-badge {
  position: absolute;
  left: 0;
  top: -2px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(29, 59, 138, 0.0784313725);
}
#simpl-steep-lerng .timeline-item-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #111;
  margin-bottom: 0.35rem;
}
#simpl-steep-lerng .timeline-item-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}
#simpl-steep-lerng .process-card {
  background: url(../images/golden-bg2.jpg);
  border-radius: 1.25rem;
  border: none;
  box-shadow: 0 20px 40px rgba(29, 59, 138, 0.1215686275);
  color: #000 !important;
}
#simpl-steep-lerng .process-card-title {
  font-size: 2.4rem;
  line-height: 1.15;
}
#simpl-steep-lerng .process-card-text {
  color: #000;
  font-size: 0.95rem;
  line-height: 1.7;
  font-weight: 300;
}
#simpl-steep-lerng .badge-pill-outline {
  background-color: #ad8c4f;
  border: 1px solid #ad8c4f;
  color: #000;
  padding: 0.45rem 1.1rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#simpl-steep-lerng .btn-cta {
  background-color: #0b1f3a;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.8rem 2.2rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}
#simpl-steep-lerng .btn-cta:hover {
  background-color: #c9851f;
  color: #fff;
  transform: translateY(-1px);
}

#industtry-certif {
  padding: 0 0 50px;
  position: relative;
  background: linear-gradient(0deg, rgb(237, 227, 212) 0%, rgb(255, 255, 255) 100%);
}
#industtry-certif .each-accreditations-box {
  border-radius: 33px;
  padding: 10px 4px;
  background-color: #fff;
  margin-top: 51px;
  height: 183px;
  transition: all 0.4s ease;
}
#industtry-certif .accreditations-img-box {
  width: 150px;
  overflow: hidden;
  height: 150px;
  margin: -50px auto -36px;
}
#industtry-certif .each-accreditations-box:hover {
  border-radius: 33px;
  padding: 10px 4px;
  transition: all 0.4s ease;
  background-color: #ffedcf;
  margin-top: 29px;
  height: 183px;
  border-bottom: 2px solid #d98600 !important;
}
#industtry-certif .accreditations-img {
  width: auto !important;
  margin: 12px auto;
  padding: 0 22px;
}
#industtry-certif .accreditations-box-h4 {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
}

#faq1 {
  background: url(../images/blue-bg.jpg) center;
  background-size: cover;
  padding: 5rem 0;
  color: #fff;
}
#faq1 .section-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
}
#faq1 .section-title {
  font-size: 2.5rem;
  font-weight: 800;
}
#faq1 .title-accent {
  color: #d1b474;
}
#faq1 .header-description {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}
#faq1 .custom-faq-accordion {
  --bs-accordion-bg:transparent;
  --bs-accordion-border-color:#fff3;
}
#faq1 .custom-faq-accordion .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
#faq1 .custom-faq-accordion .accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  padding: 1.5rem 0;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
}
#faq1 .faq-number {
  color: #d1b474;
  font-size: 0.85rem;
  font-weight: 700;
  min-width: 45px;
  display: inline-block;
}
#faq1 .custom-faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1b474'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 1.1rem;
}
#faq1 .custom-faq-accordion .accordion-body {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 0 1.5rem 45px;
}
#faq1 .commn-hdd h3 {
  color: #fff;
}

#acredi-certif {
  padding: 50px 0 50px;
  position: relative;
}
#acredi-certif .each-accreditations-box {
  border-radius: 33px;
  padding: 10px 4px;
  background-color: #fff;
  margin-top: 51px;
  height: 183px;
  transition: all 0.4s ease;
  box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.1215686275);
  margin-bottom: 10px;
  border-bottom: 3px solid #d7b87e !important;
}
#acredi-certif .accreditations-img-box {
  width: 150px;
  overflow: hidden;
  height: 150px;
  margin: -50px auto -36px;
}
#acredi-certif .each-accreditations-box:hover {
  border-radius: 33px;
  padding: 10px 4px;
  transition: all 0.4s ease;
  background-color: #ffedcf;
  margin-top: 29px;
  height: 183px;
  border-bottom: 2px solid #d98600 !important;
}
#acredi-certif .accreditations-img {
  width: auto !important;
  margin: 12px auto;
  padding: 0 0;
}
#acredi-certif .accreditations-box-h4 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  padding: 22px 5px 0px !important;
}

#gllerry-sctn {
  background: url(../images/gallery-bg.jpg) center;
  background-size: cover;
}
#gllerry-sctn .gallery-heading {
  color: #0b1a30;
  font-weight: 800;
  font-size: 2.25rem;
}
#gllerry-sctn .btn-view-all {
  background-color: #0c1e36;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 0.6rem 2rem;
  border-radius: 50px;
  border: 2px solid #0c1e36;
  transition: all 0.3s ease;
}
#gllerry-sctn .btn-view-all:hover {
  background-color: transparent;
  color: #0c1e36;
}
#gllerry-sctn .gallery-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
#gllerry-sctn .gallery-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
#gllerry-sctn .gallery-img-wrapper:hover img {
  transform: scale(1.04);
}
#gllerry-sctn .height-short {
  height: 160px;
}
#gllerry-sctn .height-medium {
  height: 220px;
}
#gllerry-sctn .height-tall {
  height: 320px;
}
#gllerry-sctn .height-xlarge {
  height: 420px;
}
#gllerry-sctn .deco-square-sm {
  width: 20px;
  height: 20px;
  background-color: #0c1e36;
  border-radius: 6px;
}
#gllerry-sctn .deco-square-md {
  width: 50px;
  height: 50px;
  background-color: #0c1e36;
  border-radius: 12px;
}

#socil-media .news-grid-row {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#socil-media .news-card {
  border: none;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  padding: 2.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  #socil-media .row > div:last-child .news-card {
    border-right: none;
  }
}
#socil-media .bg-highlight-card {
  background-color: #f9f9f9 !important;
}
#socil-media .news-category-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #bfa15f;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
#socil-media .news-img-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
#socil-media .news-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(20%);
}
#socil-media .news-date {
  font-size: 0.8rem;
  color: #8c8c8c;
  margin-bottom: 0.75rem;
}
#socil-media .news-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #000;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#socil-media .news-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#socil-media .news-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 1rem;
}
#socil-media .brand-text {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}
#socil-media .news-arrow-link {
  color: #8c8c8c;
  font-size: 1.1rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
#socil-media .news-card:hover .news-arrow-link {
  color: #bfa15f;
  transform: translateX(3px);
}

#build-skill-fotr .cta-gold-container {
  background-color: #d1b474;
  padding: 3.5rem 0;
}
#build-skill-fotr .cta-heading-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #000;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
#build-skill-fotr .cta-para-text {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.6;
}
#build-skill-fotr .btn-register-now {
  background-color: #fff;
  color: #0c1e36;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
  border-radius: 50px;
  border: 2px solid #fff;
  white-space: nowrap;
  transition: all 0.25s ease-in-out;
}
#build-skill-fotr .btn-register-now:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

html {
  scroll-behavior: smooth;
}

.quick-nav {
  position: fixed;
  top: 27%;
  right: -48px;
  transform: translateY(-50%);
  z-index: 9999;
}

.quick-nav-btn {
  rotate: -90deg;
  background: #0b1f3a;
  color: #fff;
  border: none;
  padding: 14px 18px;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1490196078);
}

.quick-nav-panel {
  position: absolute;
  right: 69%;
  top: -46px;
  width: 280px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-right: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1490196078);
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: 0.3s ease;
}

.quick-nav:hover .quick-nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.quick-nav-panel h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.quick-nav-panel a {
  display: block;
  padding: 10px 0;
  color: #222;
  text-decoration: none;
  border-radius: 0;
  transition: 0.3s;
  border-bottom: 1px dashed #000;
}

.quick-nav-panel a:hover {
  background: #f3f6fb;
  color: #0d3b8e;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .quick-nav {
    right: -35px;
    bottom: 20px;
    top: 37%;
    transform: none;
  }
  .quick-nav-panel {
    bottom: 60px;
    top: auto;
    right: 83px;
    width: 250px;
  }
}
.abot-immgd {
  border-radius: 59px 9px;
}

#reg-banner-inner {
  position: relative;
}

.ovrrly-bnr {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.reg-pge-frm-box {
  background: #fff;
  width: 61%;
  margin: -106px auto 0;
  position: relative;
  padding: 44px 52px;
  border-radius: 35px 35px 0 0;
  box-shadow: 0px 0px 9px -6px #000;
}

.bnr-hdd {
  position: absolute;
  bottom: 122px;
  left: 0;
  right: 0;
  text-align: center;
  width: 33%;
  margin: 0px auto;
}

.bnr-hdd h2 {
  font-weight: bold;
  color: #fff;
  font-size: 54px;
}

.bnr-hdd p {
  color: #fff;
  font-size: 21px;
}/*# sourceMappingURL=main-style.css.map */