/* [project]/src/app/course/Course.module.css [app-client] (css) */
.Course-module__B02HuW__courseBreadcrumbActive {
  color: #bc9654;
  font-weight: 600;
}

.Course-module__B02HuW__topToolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  display: flex;
}

.Course-module__B02HuW__topToolbarLeft {
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: auto;
  display: flex;
}

.Course-module__B02HuW__mobileFilterBtn, .Course-module__B02HuW__sidebarColClose {
  display: none;
}

.Course-module__B02HuW__resultsCount {
  color: #1c2e46;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.Course-module__B02HuW__downloadSchedule {
  color: #1c2e46;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.Course-module__B02HuW__goldArrow {
  margin-left: 2px;
}

.Course-module__B02HuW__downloadBtnExcel, .Course-module__B02HuW__downloadBtnPdf {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.Course-module__B02HuW__downloadBtnExcel:hover, .Course-module__B02HuW__downloadBtnPdf:hover {
  border-color: #94a3b8;
  box-shadow: 0 2px 6px #0000000d;
}

.Course-module__B02HuW__sidebarFilterCard {
  background-color: #e5e8f3;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 24px;
  box-sizing: border-box !important;
}

.Course-module__B02HuW__sidebarFilterCard *, .Course-module__B02HuW__mainLayout * {
  box-sizing: border-box !important;
}

.Course-module__B02HuW__filterForm {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Course-module__B02HuW__filterSection {
  width: 100%;
  position: relative;
}

.Course-module__B02HuW__filterLabel {
  color: #7988a2;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseDropdownWrap {
  width: 100%;
  position: relative;
}

.Course-module__B02HuW__filterSelectTrigger {
  color: #fff;
  cursor: pointer;
  text-align: left;
  background-color: #48546c;
  border: none;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.Course-module__B02HuW__filterSelectTrigger:hover {
  background-color: #3c485e;
}

.Course-module__B02HuW__filterSelectTriggerOpen {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.Course-module__B02HuW__chevronIcon {
  color: #fff;
  flex-shrink: 0;
}

.Course-module__B02HuW__filterDropdownMenu {
  z-index: 100;
  background-color: #567;
  border: none;
  border-radius: 0 0 6px 6px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 10px 25px #0003;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar {
  width: 8px;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar-track {
  background: #0000001a;
}

.Course-module__B02HuW__filterDropdownMenu::-webkit-scrollbar-thumb {
  background: #f89b29;
  border-radius: 4px;
}

.Course-module__B02HuW__filterDropdownMenuCategory {
  max-height: 280px;
}

.Course-module__B02HuW__filterDropdownMenuLocation {
  max-height: 200px;
}

.Course-module__B02HuW__filterDropdownList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterDropdownItem {
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterDropdownItemCheckbox {
  border-bottom: 1px solid #ffffff1a;
  padding: 0;
  list-style: none;
}

.Course-module__B02HuW__filterOptionBtn {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 500;
  transition: background-color .15s, color .15s;
}

.Course-module__B02HuW__filterOptionBtn:hover {
  color: #fff;
  background-color: #2563eb;
}

.Course-module__B02HuW__filterCheckboxLabel {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 500;
  transition: background-color .15s;
  display: flex;
}

.Course-module__B02HuW__filterCheckboxLabel:hover {
  background-color: #ffffff0d;
}

.Course-module__B02HuW__filterCheckboxLabel input {
  appearance: none;
  cursor: pointer;
  background-color: #d3dbe2;
  border-radius: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}

.Course-module__B02HuW__filterCheckboxLabel input:checked {
  background-color: #d3dbe2;
}

.Course-module__B02HuW__filterCheckboxLabel input:checked:after {
  content: "";
  border: 2px solid #1c2e46;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
}

.Course-module__B02HuW__filterSearchInput {
  color: #fff;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #ffffff26;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  font-size: .85rem;
}

.Course-module__B02HuW__filterSearchInput::placeholder {
  color: #fff9;
}

.Course-module__B02HuW__filterSelectAll {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff26;
  padding: 10px 12px;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .15s;
}

.Course-module__B02HuW__filterSelectAll:hover {
  background-color: #ffffff0d;
}

.Course-module__B02HuW__filterResetLink {
  color: #7988a2;
  cursor: pointer;
  text-align: center;
  background: none;
  border: none;
  align-self: center;
  margin-top: 5px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.Course-module__B02HuW__filterResetLink:hover {
  color: #1c2e46;
}

.Course-module__B02HuW__mainLayout {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.Course-module__B02HuW__sidebarCol {
  width: 100%;
}

.Course-module__B02HuW__cardsCol {
  grid-column: span 3;
  width: 100%;
}

.Course-module__B02HuW__courseCardsRow {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  display: grid;
}

.Course-module__B02HuW__courseCardCol {
  width: 100%;
}

.Course-module__B02HuW__courseCard {
  background-color: #e5e8f3;
  border-radius: 15px;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px 10px #00000005;
}

.Course-module__B02HuW__courseCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0000000f;
}

.Course-module__B02HuW__cardHeader {
  background-color: #a82424;
  border-radius: 15px;
  height: 160px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.Course-module__B02HuW__cardHeaderImage {
  object-fit: cover;
  transition: transform .6s;
}

.Course-module__B02HuW__courseCard:hover .Course-module__B02HuW__cardHeaderImage {
  transform: scale(1.04);
}

.Course-module__B02HuW__cardHeaderOverlay {
  mix-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Course-module__B02HuW__cardHeaderContent {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.Course-module__B02HuW__cardHeaderTitle {
  color: #fff;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.Course-module__B02HuW__cardHeaderRating {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
}

.Course-module__B02HuW__stars {
  color: #fff;
  letter-spacing: 2px;
  font-size: .95rem;
}

.Course-module__B02HuW__cardContent {
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px 6px 4px;
  display: flex;
}

.Course-module__B02HuW__courseCardDetails {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.Course-module__B02HuW__courseCardDetailRow {
  align-items: baseline;
  display: flex;
}

.Course-module__B02HuW__courseCardDetailLabel {
  color: #5c6b84;
  flex-shrink: 0;
  width: 80px;
  font-size: .88rem;
  font-weight: 600;
}

.Course-module__B02HuW__courseCardDetailValue {
  color: #1d2439;
  font-size: .88rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseCardActions {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.Course-module__B02HuW__btnAddToCart {
  color: #fff;
  cursor: pointer;
  background-color: #1c2e46;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.Course-module__B02HuW__btnAddToCart:hover {
  color: #fff;
  background-color: #30496b;
}

.Course-module__B02HuW__btnAddToCart:active {
  transform: scale(.98);
}

.Course-module__B02HuW__cartIcon {
  stroke: #fff;
  flex-shrink: 0;
}

.Course-module__B02HuW__btnDetails {
  color: #1c2e46;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #1c2e46;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.Course-module__B02HuW__btnDetails:hover {
  color: #fff;
  background-color: #1c2e46;
}

.Course-module__B02HuW__btnDetails:active {
  transform: scale(.98);
}

.Course-module__B02HuW__arrowIcon {
  stroke: currentColor;
  flex-shrink: 0;
}

.Course-module__B02HuW__courseNoResultsContainer {
  text-align: center;
  width: 100%;
  padding: 60px 0;
}

.Course-module__B02HuW__courseNoResultsText {
  color: #7988a2;
  font-size: 1.15rem;
  font-weight: 500;
}

.Course-module__B02HuW__coursePartnershipSection {
  padding-top: 30px;
}

.Course-module__B02HuW__courseLogoSeparator {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.Course-module__B02HuW__courseClientsTitle {
  color: #1d2439;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.Course-module__B02HuW__courseClientsCarousel {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 15% 85%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 15% 85%, #0000);
}

.Course-module__B02HuW__marqueeTrack {
  gap: 20px;
  width: max-content;
  animation: 35s linear infinite Course-module__B02HuW__scrollMarquee;
  display: flex;
}

.Course-module__B02HuW__marqueeTrack:hover {
  animation-play-state: paused;
}

@keyframes Course-module__B02HuW__scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.Course-module__B02HuW__courseClientLogoBox {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 80px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 8px #00000005;
}

.Course-module__B02HuW__courseClientLogoImg {
  object-fit: contain;
}

.Course-module__B02HuW__filterApplyBtn {
  display: none;
}

@media (max-width: 1200px) {
  .Course-module__B02HuW__filterApplyBtn {
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #1c2e46;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
    font-size: .95rem;
    font-weight: 700;
    transition: background-color .2s;
    display: block !important;
  }

  .Course-module__B02HuW__filterApplyBtn:hover {
    background-color: #30496b;
  }

  .Course-module__B02HuW__topToolbarLeft {
    justify-content: space-between;
    width: 100%;
  }

  .Course-module__B02HuW__downloadSchedule {
    justify-content: center;
    width: 100%;
  }

  .Course-module__B02HuW__mobileFilterBtn {
    color: #1c2e46;
    cursor: pointer;
    background: none;
    border: 1px solid #1c2e46;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
  }

  .Course-module__B02HuW__sidebarCol {
    display: none;
  }

  .Course-module__B02HuW__sidebarColOpen {
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 60px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: block !important;
  }

  .Course-module__B02HuW__sidebarColClose {
    cursor: pointer;
    color: #1c2e46;
    background: none;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block !important;
  }

  .Course-module__B02HuW__mainLayout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .Course-module__B02HuW__cardsCol {
    grid-column: span 1;
  }

  .Course-module__B02HuW__courseCardsRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Course-module__B02HuW__courseCardsRow {
    grid-template-columns: 1fr;
  }
}

.Course-module__B02HuW__customCategoryContainer {
  width: 100%;
  margin-top: 30px;
}

.Course-module__B02HuW__summaryBox {
  background-color: #f4f6fa;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 40px;
  box-shadow: 0 4px 10px #00000003;
}

.Course-module__B02HuW__summaryBox h1, .Course-module__B02HuW__summaryBox h2 {
  color: #1c2e46;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.Course-module__B02HuW__summaryBox h2 {
  margin-top: 32px;
  font-size: 20px;
}

.Course-module__B02HuW__summaryBox p {
  color: #62687a;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.Course-module__B02HuW__summaryBox ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.Course-module__B02HuW__summaryBox li {
  color: #62687a;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
}

.Course-module__B02HuW__faqBorderBox {
  background-color: #fff;
  border: 1.5px dashed #e2b674;
  border-radius: 16px;
  margin-top: 40px;
  padding: 30px;
}

.Course-module__B02HuW__faqTitle {
  color: #1c2e46;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.Course-module__B02HuW__faqAccordionContainer {
  background-color: #f4f6fa;
  border-radius: 12px;
  padding: 24px 30px;
}

.Course-module__B02HuW__faqItem {
  border-bottom: 1.5px solid #e2e8f0;
  padding: 18px 0;
}

.Course-module__B02HuW__faqItem:last-child {
  border-bottom: none;
}

.Course-module__B02HuW__faqItemHeader {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.Course-module__B02HuW__faqItemQuestion {
  color: #1c2e46;
  margin: 0;
  padding-right: 20px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: color .2s;
}

.Course-module__B02HuW__faqItemHeader:hover .Course-module__B02HuW__faqItemQuestion {
  color: #bc9654;
}

.Course-module__B02HuW__faqItemIcon {
  color: #1c2e46;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.Course-module__B02HuW__faqItemHeader:hover .Course-module__B02HuW__faqItemIcon {
  color: #bc9654;
}

.Course-module__B02HuW__faqItemAnswerWrapper {
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease-out;
  display: grid;
}

.Course-module__B02HuW__faqItemAnswerWrapperOpen {
  grid-template-rows: 1fr;
}

.Course-module__B02HuW__faqItemAnswerContent {
  overflow: hidden;
}

.Course-module__B02HuW__faqItemAnswerText {
  color: #62687a;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 4px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.Course-module__B02HuW__discountBadge {
  color: #fff;
  z-index: 10;
  background-color: #1c2e46;
  border-bottom-left-radius: 12px;
  padding: 8px 14px;
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

/* [project]/src/app/company/company.css [app-client] (css) */
.company-title {
  color: #1e2e4d;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.company-section-title {
  color: #1e2e4d;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.company-paragraph {
  color: #1e2e4d;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.association-container {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.association-card {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 24px;
  display: flex;
}

.association-img-wrap {
  text-align: center;
  flex: 0 0 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.association-img {
  object-fit: contain;
  max-width: 120px;
  height: auto;
}

.association-info {
  flex: 300px;
}

.association-card-title {
  color: #1e2e4d;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.association-text {
  color: #4f5e7b;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.careers-title {
  color: #1e2e4d;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.job-list {
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
  display: flex;
}

.job-card {
  background-color: #f9fbfd;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 24px;
}

.job-card-title {
  color: #1e2e4d;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.job-card-meta {
  color: #ffa834;
  text-transform: uppercase;
  gap: 15px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.job-card-description {
  color: #4f5e7b;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.careers-link {
  color: #ffa834;
  font-weight: 700;
  text-decoration: none;
}

.careers-sticky-form {
  position: sticky;
  top: 20px;
}

.directory-list-intro {
  color: #4f5e7b;
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 2;
}

.directory-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  display: grid;
}

.directory-sector-card {
  text-align: center;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
}

.directory-sector-name {
  color: #1e2e4d;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.directory-sector-count {
  color: #ffa834;
  font-size: 12px;
  font-weight: 700;
}

.download-sidebar-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px #0000000d;
}

.download-sidebar-title {
  color: #1e2e4d;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.download-form {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.download-form-field {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.download-form-label {
  color: #1e2e4d;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.download-form-input {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}

.download-form-submit {
  cursor: pointer;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
}

h2.career_salestst {
  margin-bottom: 35px;
  font-size: 14px;
}

.termscondi_popup {
  scrollbar-color: #ffa834 grey;
  scrollbar-width: thin;
  max-height: 400px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow-y: auto;
}

.termscondi_popup::-webkit-scrollbar {
  width: 5px;
}

.termscondi_popup::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px gray;
}

.termscondi_popup::-webkit-scrollbar-thumb {
  background: #ffa834;
  border-radius: 10px;
}

.termscondi_popup::-webkit-scrollbar-thumb:hover {
  background: #cf7f16;
}

.career_excl {
  background: #ffffffb3;
  width: 570px;
  height: 400px;
  position: absolute;
  top: 120px;
  right: 0;
}

.inner_bannercontent {
  width: 460px;
  margin: 0 auto;
  padding-top: 50px;
}

.inner_bannercontent h2 {
  color: #333;
  padding-bottom: 34px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.inner_bannercontent h2 span {
  color: #333;
  display: block;
}

.inner_bannercontent p {
  color: #333;
  padding-bottom: 34px;
  font-size: 19px;
  line-height: 26px;
}

.career_excl.dark-theme {
  background: #000000b3;
  height: 470px;
  top: 90px;
}

.inner_bannercontent.dark-theme h2 {
  color: #bc9654;
}

.inner_bannercontent.dark-theme h2 span {
  color: #fff;
}

.inner_bannercontent.dark-theme p {
  color: #fff;
  font-size: 19.5px;
}

.whatdoyou_searchbox.train_quesform a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #bc9654;
  border: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-family: Gotham;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.career_excl .socialbox {
  padding-left: 55px;
}

.career_excl .socialbox h3 {
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
}

.career_excl .socialbox h3 span {
  color: #bc9654;
}

.career_excl .socialbox ul {
  display: inline-block;
}

.career_excl .socialbox ul li {
  padding: 0 5px;
  display: inline-block;
}

.career_excl .socialbox img {
  width: auto;
}

.content_sec .lt_wrp {
  border-radius: 10px;
  padding: 10px;
}

.content_sec {
  background: #f7f8fc;
  padding-top: 20px;
  padding-bottom: 100px;
}

.content_sec .lt_wrp ul li {
  color: #000;
  vertical-align: top;
  text-align: center;
  width: 45%;
  margin-bottom: 15px;
  margin-right: 16px;
  display: inline-block;
}

.service_outsec h3 {
  padding: 15px 0;
}

.content_sec .lt_wrp ul li .menu-image {
  vertical-align: middle;
  background-color: #586477;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 5px;
  padding: 20px;
  display: inline-block;
}

.content_sec .lt_wrp ul li .menu-image img {
  height: 100px;
}

.content_sec .rt_wrp ul li {
  color: #202f44;
  background: url("https://londontfefiles.s3.amazonaws.com/assets/images/list-icon2.png") 0 5px no-repeat;
  padding-bottom: 12px;
  padding-left: 35px;
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.site_maplinks {
  margin: 30px 0;
}

.site_maplinks ul {
  margin: 0;
  padding: 0;
}

.site_maplinks ul li ul {
  margin-top: 5px;
}

.sitemap {
  width: 780px;
  margin: 0 auto;
  display: flow-root;
}

.lftul, .rgtul {
  float: left;
  border-bottom: 1px solid #b99654;
  border-left: 1px solid #b99654;
  width: 370px;
  position: relative;
}

.rgtul {
  float: right;
}

.lftul:before, .rgtul:before {
  content: "";
  border-top: 1px solid #b99654;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.site_maplinks ul li {
  color: #464547;
  padding: 10px 0 5px;
  font-size: 20px;
  font-weight: 500;
}

.site_maplinks ul li a {
  color: #464547;
  margin-left: 50px;
}

.site_maplinks ul li ul li {
  color: #464547;
  float: none;
  background: url("https://londontfefiles.s3.amazonaws.com/theme_v_1/images/sitemap_list.png") 0 13px no-repeat;
  padding-bottom: 5px;
  padding-left: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.site_maplinks ul li ul li a {
  color: #464547;
  margin-left: 0;
}

/*# sourceMappingURL=src_app_11gm3va._.css.map*/