@font-face {
  font-family: "Kaushan";
  src: url("/assets/fonts/KaushanScript-Regular.ttf");
}
@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  margin: 0px !important;
  padding: 0px !important;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

#main-navbar {
  border-bottom: none !important;
}

.contentContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #f8f8f8;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  --bs-breadcrumb-margin-bottom: 0px !important;
}

.breadCrumb {
  padding: 0px 135px;
  margin-top: 16px;
}

.breadcrumb-item {
  color: #6d7174 !important;
  padding: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-right: 8px !important;
}

.departmentHeader {
  margin-top: 104px;
  padding: 0px 235px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.departmentHeader h1 {
  text-align: center !important;
  font-family: "Bold" !important;
  font-size: 49px !important;
  line-height: 58.8px !important;
  color: #003864 !important;
}
.departmentHeader .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0px 100px;
  width: 100%;
}
.departmentHeader .tags h2 {
  display: block !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #003864 !important;
  padding: 8px 16px !important;
  background-color: white !important;
  border-radius: 360px !important;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-slide {
  width: 200px !important;
  height: 150px !important;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  margin-top: 48px;
  position: relative !important;
  display: flex;
  gap: 16px;
  justify-content: center;
  transition: none !important;
  transform: none !important;
}

.swiper-pagination-bullet {
  width: 48px !important;
  height: 48px !important;
  background-color: #f8f8f8 !important;
  color: #464849 !important;
  border: 1px solid #b5bcbf !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 1 !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #ffffff !important;
}

.workOppContainer {
  padding: 104px 205px;
  background-color: #f8f8f8;
  position: relative;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.workOppHeader {
  font-family: "Bold" !important;
  font-size: 31px !important;
  line-height: 37.2px !important;
  color: #003864;
}

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

.workOppCardContainer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.workCard {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 1px;
  border-right: 0px;
  border-style: solid;
  border-color: #b5bcbf;
  width: 32%;
}

.department,
.location,
.type,
.count,
.date {
  font-family: "Semibold" !important;
  font-size: 12px !important;
  line-height: 15.6px !important;
  color: #003864;
}

.location,
.type {
  color: #6d7174;
}

.count {
  color: #137fc3;
}

.date {
  color: #b5bcbf;
}

.profession {
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #f29930;
}

.readMore {
  width: 100%;
  height: 48px;
  border: 1px solid #003864;
  border-radius: 8px;
  padding: 0px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: white;
}
.readMore img {
  width: 24px;
  height: 24px;
  rotate: 90deg;
}
.readMore span {
  font-family: "Bold" !important;
  font-size: 18px !important;
  line-height: 21.6px !important;
  color: #003864;
}

.textBlueRegular {
  font: 600 20px MulishRegular;
  line-height: 28px;
  color: #003864;
}

.textRegular,
.textLight2 {
  color: #464849 !important;
}

.contentHeader {
  color: #003864 !important;
}

.textLight {
  color: #6d7174 !important;
}

.breadcrumb-item.active {
  color: #6d7174 !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}
.breadcrumb-item.active::before {
  display: inline;
  content: "" !important;
  background-image: url("/assets/icons/breadcrumb_arrow.png") !important;
  background-size: 24px 24px !important;
  width: 24px !important;
  height: 24px !important;
  background-repeat: no-repeat;
}

.contentArea {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: white;
}

.contentHeader {
  font: 700 31px MulishMedium;
  line-height: 37.2px;
}

.contentVideo {
  width: 100%;
  height: 346px;
  background-color: #003864;
  border-radius: 4px;
  position: relative;
  display: block;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 104px 235px;
}
.content .text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.content .text .inlineBold {
  font-family: "Bold" !important;
  font-size: 18px !important;
  line-height: 21.6px !important;
  color: #464849 !important;
}
.content .text .textRegular {
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
  color: #464849 !important;
}

.textLight {
  font: 400 14px MulishLight;
  line-height: 21px;
  letter-spacing: 3%;
}

.textLight2 {
  font: 600 16px MulishLight;
  line-height: 24.64px;
}

.mainCardTextArea {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mainCardHeader {
  font: 700 25px MulishRegular;
  line-height: 30px;
  color: #464849;
}

.mainCardVideoContainer {
  width: 376px;
  height: 238px;
  position: relative;
}

.mainCardVideo {
  width: 376px;
  height: 238px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.mainCard {
  border-radius: 4px;
  padding: 40px 48px;
  gap: 48px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
}
.mainCard button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 16px;
}

.contentItem .accordion-collapse {
  padding-left: 0px !important;
}
.contentItem .accordion-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
.contentItem .accordion-item {
  border: 1px solid #e5edf1 !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column;
  gap: 24px !important;
}
.contentItem .accordion-button {
  width: 100% !important;
  display: flex !important;
  gap: 24px !important;
  padding: 0px !important;
}
.contentItem .accordion-button::after {
  background-image: url("/assets/icons/minus.png") !important;
  background-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.contentItem .accordion-button.collapsed::after {
  background-image: url("/assets/icons/plus.png") !important;
}
.contentItem .accordion-button:not(.collapsed) {
  background-color: white !important;
}
.contentItem .accordion-body {
  padding: 0px !important;
}

.ttFooter {
  background-color: white !important;
  top: 0px !important;
}

.ttfooter {
  position: relative;
}

.programsArea {
  background-color: #f8f8f8 !important;
}

.breadcrumb-item a {
  color: #6d7174 !important;
  text-decoration: none !important;
  font-family: "Semibold" !important;
  font-size: 16px !important;
  line-height: 24.64px !important;
}

#backgroundLock {
  height: 100vh;
  width: 100vw;
  background-color: rgba(70, 72, 73, 0.9);
  position: fixed;
  top: 0px;
  z-index: 99;
  display: none;
}

#backgroundLockWithImg {
  height: 100vh;
  width: 100vw;
  max-width: inherit;
  background-color: rgba(70, 72, 73, 0.9);
  position: fixed;
  top: 0px;
  z-index: 99;
  display: none;
}
#backgroundLockWithImg .fullImgArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea {
  width: 800px;
  display: flex;
  justify-content: end;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea .closeBtn {
  background-color: transparent;
  border: none;
}
#backgroundLockWithImg .fullImgArea .fullImgBtnArea .closeBtn img {
  width: 21px !important;
}
#backgroundLockWithImg .fullImgArea .fullImg {
  width: 800px;
}
#backgroundLockWithImg .fullImgArea .countArea {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#backgroundLockWithImg .fullImgArea .countArea button {
  background-color: transparent;
  border: none;
}
#backgroundLockWithImg .fullImgArea .countArea span {
  color: white;
}

@media (max-width: 768px) {
  #main-navbar {
    border-bottom: 0px !important;
  }
  .breadCrumb {
    margin-top: 0px;
    padding: 0px 16px;
  }
  .breadcrumb {
    background-color: white !important;
    width: 100vw;
    position: relative;
    right: 16px;
    padding: 16px !important;
    gap: 4px !important;
  }
  .departmentHeader {
    margin-top: 0px;
    padding: 0px 16px;
    gap: 48px;
  }
  .departmentHeader h1 {
    font-family: "Bold" !important;
    font-size: 39px !important;
    line-height: 46.8px !important;
  }
  .departmentHeader .tags {
    align-items: center;
    flex-direction: column;
    padding: 0px;
  }
  .departmentHeader .tags h2 {
    font-family: "Regular" !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.03em !important;
    padding: 8px 16px !important;
  }
  .contentContainer {
    position: relative;
    gap: 32px;
  }
  .contentArea {
    padding: 32px 16px;
  }
  .content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0px;
  }
  .content .text {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .contentVideo {
    height: 153px;
  }
  .contentHeader {
    font: 700 25px MulishMedium;
    line-height: 30px;
  }
  .contentItem .accordion-button div {
    font: 700 20px MulishRegular;
    line-height: 24px;
  }
  .mainCardVideoContainer {
    width: 295px;
    height: 207px;
    position: relative;
  }
  .mainCardVideo {
    width: 295px;
    height: 207px;
  }
  .mainCard {
    padding: 24px;
    gap: 48px;
    flex-direction: column;
    align-items: center;
  }
  .mainCard button {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
  .mainCardHeader {
    font-family: "Bold" !important;
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  .breadcrumb-item a {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .breadcrumb-item.active {
    font-family: "Semibold" !important;
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .breadcrumb-item.active::before {
    background-size: 16px 16px !important;
    width: 16px !important;
    height: 16px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 4px !important;
  }
  .fullImgArea {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
  .fullImgArea .fullImgBtnArea {
    width: 100% !important;
    display: flex;
    justify-content: end;
    gap: 19px;
  }
  .fullImgArea .fullImgBtnArea .closeBtn {
    background-color: transparent;
    border: none;
    padding: 0px 3px 3px 3px !important;
    margin-right: 15px !important;
  }
  .fullImgArea .fullImgBtnArea .closeBtn img {
    width: 21px !important;
  }
  .fullImgArea .fullImg {
    width: 100% !important;
  }
  .swiper {
    height: 150px;
  }
  .swiper-wrapper {
    height: 100% !important;
  }
  .workOppContainer {
    padding: 32px 16px;
    background-color: #f8f8f8;
    position: relative;
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
  .workOppHeader {
    font-family: "Bold" !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .workOpp {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .workOppCardContainer {
    gap: 12px;
  }
  .workCard {
    width: 100%;
  }
  .ttfooter {
    top: 54px;
  }
}/*# sourceMappingURL=bolumdetay.css.map */