@import url("https://fonts.googleapis.com/css2?family=Assistant&display=swap");
@font-face {
  font-family: "Mandatory 17";
  src: url(Mandatory-17.otf);
}
@font-face {
  font-family: "Mandatory 18";
  src: url(Mandatory-18.otf);
}
@media (max-width: 840px) {
  .Desktop {
    display: none;
  }
}

.Mobile {
  display: none;
}
@media (max-width: 840px) {
  .Mobile {
    display: flex;
  }
}

.locationRow {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 840px) {
  .locationRow {
    flex-direction: column;
  }
}

.locationDiv {
  display: flex;
  flex-direction: row;
  padding: 1.5em 1em 1.5em 1.5em;
  margin: 1em 0em 1em 1em;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  width: 320px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 840px) {
  .locationDiv {
    width: 90%;
    margin: 0.5em auto;
    padding: 1em;
  }
}

.firstBox {
  font-family: "Suez One", Sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.firstBox .locationName {
  font-size: 1.3em;
}
@media (max-width: 840px) {
  .firstBox .locationName {
    font-size: 17px;
  }
}
.firstBox .icon {
  margin-bottom: -5px;
}
.firstBox .icon img {
  width: 50px;
}
@media (max-width: 840px) {
  .firstBox .icon img {
    width: 46px;
  }
}

.secondBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: center;
}
.secondBox .date {
  font-family: "Suez One", Sans-serif;
  font-size: 23px;
  margin-bottom: -5px;
}
@media (max-width: 840px) {
  .secondBox .date {
    font-size: 21px;
  }
}
.secondBox .hostName {
  font-family: "Alef", Sans-serif;
  color: #f16b7a;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 840px) {
  .secondBox .hostName {
    font-size: 19px;
  }
}
.secondBox .silabus a {
  color: #c36;
}
.secondBox .registrationEnded {
  font-size: 22px;
  text-align: right;
  font-weight: 700;
  font-family: "Alef", Sans-serif;
  line-height: 1;
  color: #7A7A7A;
}
@media (max-width: 840px) {
  .secondBox .registrationEnded {
    font-size: 19px;
    line-height: 1;
  }
}

/* ================================== HOME PAGE COURSE GRID ======================= */
.home_page_slider_wrap {
  display: flex;
  flex-direction: row;
  height: 35em;
  font-family: "Alef Hebrew", Sans-serif;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .home_page_slider_wrap {
    flex-direction: column;
    height: 30em;
  }
}
.home_page_slider_wrap .flex_div {
  width: 49.5%;
  position: relative;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .flex_div {
    width: 100%;
  }
}
.home_page_slider_wrap .first_flex_div {
  height: 100%;
}
.home_page_slider_wrap .first_flex_div .course_cell {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .first_flex_div .course_cell {
    border-bottom: 4px solid white;
  }
}
.home_page_slider_wrap .first_flex_div .single_course_inner_box {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
.home_page_slider_wrap .second_flex_div {
  height: 50%;
}
.home_page_slider_wrap .second_flex_div .second_course_div {
  height: 98%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .second_flex_div .second_course_div {
    height: 100%;
  }
}
.home_page_slider_wrap .second_flex_div .third_course_div {
  height: 98%;
  position: absolute;
  width: 100%;
  top: 102%;
  right: 0;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .second_flex_div .third_course_div {
    height: 100%;
    top: 100%;
  }
}
.home_page_slider_wrap .second_flex_div .single_course_inner_box {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .second_flex_div .course_cell {
    border-bottom: 4px solid white;
  }
}
.home_page_slider_wrap .item-a {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.home_page_slider_wrap .single_course_inner_box {
  padding: 1em;
}
.home_page_slider_wrap .single_course_home_slider {
  display: none;
}
.home_page_slider_wrap .single_course_home_slider:nth-of-type(1) {
  display: flex;
}
.home_page_slider_wrap .single_course_home_slider {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.home_page_slider_wrap .shadow {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(6, 1, 2, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.home_page_slider_wrap .category_title {
  background-color: #F16B7A;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0.2em 0.5em;
  font-size: 1.4em;
  font-family: "Assistant", sans-serif;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .category_title {
    font-size: 1em;
  }
}
.home_page_slider_wrap .course_title {
  font-family: "Mandatory 17", Sans-serif;
  color: white;
  font-size: 2.3em;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .course_title {
    font-size: 1.2em;
  }
}
.home_page_slider_wrap .course_title a {
  color: White;
}
.home_page_slider_wrap .course_locations {
  color: white;
}
.home_page_slider_wrap .course_locations .location {
  padding: 0px 0px 0px 5px;
  font-size: 1.4em;
  font-family: "Assistant", sans-serif;
}
@media (max-width: 840px) {
  .home_page_slider_wrap .course_locations .location {
    font-size: 1em;
  }
}
.home_page_slider_wrap .course_locations .location:nth-of-type(2) {
  border-right: 1px solid white;
  padding: 0px 5px;
}
.home_page_slider_wrap .course_locations .location:nth-of-type(3) {
  border-right: 1px solid white;
  padding: 0px 5px;
}
.home_page_slider_wrap .course_locations .location:nth-of-type(4) {
  border-right: 1px solid white;
  padding: 0px 5px;
}

.city_category_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.city_category_wrap a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: black !important;
}
.city_category_wrap .city_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background-color: #E9E7E7;
  font-family: "Assistant", sans-serif;
  font-size: 1.5em;
  padding: 15px 10px;
  margin: 10px;
  min-width: 200px;
  border-radius: 20px;
}
@media (max-width: 840px) {
  .city_category_wrap .city_button {
    font-size: 1.2em;
    min-width: 120px;
    margin: 5px;
  }
}
.city_category_wrap .city_button .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
@media (max-width: 840px) {
  .city_category_wrap .city_button .icon {
    margin-left: 10px;
  }
}
.city_category_wrap .city_button img {
  width: 45px;
}
@media (max-width: 840px) {
  .city_category_wrap .city_button img {
    width: 20px;
  }
}

.sideBarForm {
  margin-top: 3em;
}

/* ======================= NEW CATEGORY TEMPALTE BUTTONS ============================= */
@media (max-width: 840px) {
  .category_header_part.hide_me {
    display: none;
  }
}

.category_header_part {
  height: calc(100vh - 105px);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.category_header_part .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 1, 2, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}
@media (max-width: 840px) {
  .category_header_part .gradient {
    background: transparent;
  }
}

.category_title_desk {
  font-family: "Mandatory 17", Sans-serif;
  text-align: center;
  color: white;
  z-index: 1;
  padding-top: 2em;
  display: block;
}
.category_title_desk h1 {
  font-size: 6.25em;
}
@media (max-width: 840px) {
  .category_title_desk {
    display: none;
  }
}

.category_title_mobile {
  font-family: "Mandatory 17", Sans-serif;
  text-align: center;
  color: #F16B7A;
  font-size: 100px;
  padding-top: 0.2em;
  display: none;
}
@media (max-width: 840px) {
  .category_title_mobile {
    display: block;
  }
}

.category_loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 840px) {
  .category_loop {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category_loop .category_single .gradient {
  background: linear-gradient(0deg, rgba(6, 1, 2, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (max-width: 840px) {
  .category_loop .category_single .gradient {
    background: linear-gradient(0deg, rgba(6, 1, 2, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
  }
}
.category_loop .category_single .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5em 0.5em 0.5em 0.5em;
  min-height: 13em;
  font-family: "Mandatory 18";
}
@media (max-width: 840px) {
  .category_loop .category_single .content {
    min-height: 8em;
  }
}
.category_loop .category_single .title {
  color: white;
  font-size: 1.7em;
  width: 50%;
  letter-spacing: 1.2px;
}
@media (max-width: 840px) {
  .category_loop .category_single .title {
    font-size: 1em;
  }
}
.category_loop .category_single .teacher_name {
  white-space: nowrap;
}
.category_loop .category_single .location {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  letter-spacing: 0.8px;
}
.category_loop .category_single .location .teacher_name {
  border-left: 1px solid white;
}
.category_loop .category_single .location .cell {
  padding: 0px 5px;
  display: flex;
}
.category_loop .category_single .white_chevron {
  width: 15px;
  min-width: 15px;
}

/* ======================= FOOTER CONTACT US BUTTONS ============================= */
#mobile_contact {
  display: none;
}

#footer_content_wrap {
  transition: 0.5s;
}

.contact_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  position: relative;
  font-size: 1.5em;
}
@media (max-width: 840px) {
  .contact_wrap {
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 99;
    border-left: 1px solid black;
  }
}
.contact_wrap .contact_number {
  display: none;
}
@media (max-width: 840px) {
  .contact_wrap .contact_number {
    display: block;
  }
}
.contact_wrap .contact_anchor {
  display: none;
}
@media (max-width: 840px) {
  .contact_wrap .contact_anchor {
    display: block;
  }
}
.contact_wrap a {
  background-color: white;
  font-family: "Assistant", Sans-serif;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  align-items: center;
  border-left: 1px solid black;
  color: black !important;
  font-size: 1.25em;
}
@media (max-width: 840px) {
  .contact_wrap a {
    font-size: 1em;
    flex-direction: column;
    border-left: 1px solid black;
    font-size: 0.85em;
    justify-content: center;
  }
}
.contact_wrap .course_navigation {
  display: flex;
  flex-direction: row;
  border-left: 1px solid black;
}
@media (max-width: 840px) {
  .contact_wrap .course_navigation {
    border-left: 0px;
    border-bottom: 1px solid black;
  }
}
@media (max-width: 840px) {
  .contact_wrap .course_navigation a {
    width: 100%;
    color: black !important;
  }
}
.contact_wrap .cities {
  display: flex;
  flex-direction: row;
  border-left: 1px solid black;
}
@media (max-width: 840px) {
  .contact_wrap .cities {
    border-left: 0px;
    border-bottom: 1px solid black;
  }
}
@media (max-width: 840px) {
  .contact_wrap .cities a {
    width: 20%;
  }
}
.contact_wrap .cities .white_image {
  display: none;
}
.contact_wrap .cities .active .white_image {
  display: block;
}
.contact_wrap .cities .active .black_image {
  display: none;
}
.contact_wrap .contact {
  display: flex;
  flex-direction: row;
}
@media (max-width: 840px) {
  .contact_wrap .contact a {
    width: 100%;
  }
}
.contact_wrap a.active {
  background-color: #F16B7A;
  color: white;
  font-weight: 700;
}
.contact_wrap a:hover {
  background-color: #F16B7A;
  color: white;
}
.contact_wrap .nav_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Assistant", Sans-serif;
}
@media (max-width: 840px) {
  .contact_wrap .nav_button {
    flex-direction: column;
  }
}
.contact_wrap .nav_button img {
  width: 30px;
  margin: 0px 5px;
}
.contact_wrap .nav_button a {
  text-wrap: wrap;
}
.contact_wrap .eftext {
  display: block;
  text-wrap: wrap;
  text-align: center;
}
.contact_wrap a:last-of-type {
  border-left: 0px solid black;
}

.view_silabus {
  background: #F16B7A;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-family: "Mandatory 17", Sans-serif;
  padding: 0.5em 1em;
  border-radius: 9px;
  margin-top: 1em;
  margin-left: 1em;
}
.view_silabus a {
  font-weight: 700;
  color: white;
  font-family: "Assistant", Sans-serif;
}

.syllabus_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.inner_bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ================================== SINGLE COURSE NEW DESIGN ======================= */
.locations_title {
  font-family: "Assistant", Sans-serif;
  font-weight: 500;
  font-size: 1.25em;
}

.locations_accordion {
  background-color: #F8F8F8;
  font-family: "Assistant", Sans-serif;
  padding: 1em;
}
.locations_accordion .accordion_inner {
  display: flex;
  flex-direction: column;
}
.locations_accordion .accordion_inner .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.locations_accordion .accordion_title.full_class_style {
  color: gray !important;
}
.locations_accordion .accordion_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #F16B7A;
  font-size: 1.25em;
  font-weight: 700;
  padding: 0.5em;
  cursor: pointer;
}
.locations_accordion .accordion_title .chevron img {
  width: 20px;
}

/* ================================== IMPORTED FROM INDEX.css ======================= */
.sideBarForm .new_form_design {
  width: 100%;
}
.sideBarForm .approve_send {
  width: 100%;
  margin-right: 0%;
}

.new_form_design {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 840px) {
  .new_form_design {
    width: 100%;
    overflow: hidden;
  }
}

.form-bg {
  width: 100%;
  height: 200px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2em;
  transform: scale(1.8);
  overflow: hidden;
}
@media (max-width: 840px) {
  .form-bg {
    background-size: 90%;
    transform: scale(1.3);
    top: 2em;
    right: 0;
  }
}

.flex_form {
  display: flex;
  flex-direction: column;
  font-family: "Alef", sans-serif;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 1em;
}
@media (max-width: 840px) {
  .flex_form {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.newForm input::-moz-placeholder {
  color: #010000;
  font-size: 1em;
  font-family: "Alef", sans-serif;
  font-weight: 700;
}

.newForm input::placeholder {
  color: #010000;
  font-size: 1em;
  font-family: "Alef", sans-serif;
  font-weight: 700;
}

.newForm input:focus {
  outline: none !important;
}

.newForm input {
  margin-bottom: 10px;
  border: none !important;
  border-radius: 0px;
}

.approve_send {
  font-family: "Alef", sans-serif;
  text-align: center;
  color: black;
  font-size: 1.2em;
  width: 130%;
  margin-right: -15%;
  margin-top: 10px;
}
@media (max-width: 840px) {
  .approve_send {
    font-size: 1em;
  }
}

input.newFormSubmit {
  margin-top: 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: transparent;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  padding: 0.5em 1em;
  font-weight: 700;
  color: white;
  background-color: black;
  border: 1px solid black;
  font-family: "Alef", sans-serif;
}

.submit_div {
  text-align: center;
}

input.newFormSubmit:hover {
  background-color: white;
  color: black;
}

.newFormButton:hover {
  width: 90% !important;
}

.Consent {
  margin-top: 20px;
}

.alertDiv {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  box-shadow: 1px 1px 10px gray;
}

.readMoreBtn {
  cursor: pointer;
  opacity: 0;
}

.silabus_navigation {
  position: sticky;
  top: 0px;
}
.silabus_navigation .title_and_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 840px) {
  .silabus_navigation .title_and_nav {
    flex-direction: column;
  }
}
.silabus_navigation .title_and_nav .title {
  font-size: 2em;
  font-family: "Mandatory 17", Sans-serif;
  color: #F16B7A;
}
@media (max-width: 840px) {
  .silabus_navigation .title_and_nav .title {
    width: 100%;
    text-align: right;
    font-size: 1.3em;
  }
}
.silabus_navigation .title_and_nav .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media (max-width: 840px) {
  .silabus_navigation .title_and_nav .nav {
    padding: 0.5em 0;
    width: 100%;
  }
}
.silabus_navigation .title_and_nav .nav .silabus_button {
  border: 1px solid black;
  text-align: center;
  padding: 0px 3px;
  font-family: "Assistant", Sans-serif;
  cursor: pointer;
  height: 25px;
}
.silabus_navigation .title_and_nav .nav .silabus_button.active {
  color: white;
  background-color: #F16B7A;
}
.silabus_navigation .title_and_nav .nav .silabus_button:hover {
  color: white;
  background-color: #F16B7A;
}

.silabus_part {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 0;
}
.silabus_part .accordion_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.silabus_part .accordion_title .city_name {
  font-family: "Assistant", Sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
@media (max-width: 840px) {
  .silabus_part .accordion_title .city_name {
    font-size: 1em;
  }
}
.silabus_part .accordion_title .chevron {
  width: 20px;
  transform: rotate(-90deg);
}
.silabus_part .accordion_inner {
  display: flex;
  font-family: "Assistant", Sans-serif;
  padding: 1em 0;
}

.silabus_body_accordion {
  margin: 1em 0;
  display: block;
}

a.anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}
@media (max-width: 840px) {
  a.anchor {
    top: -100px;
  }
}

.graduates_div .title {
  font-size: 2em;
  font-family: "Mandatory 17", Sans-serif;
  color: #F16B7A;
}

.graduate {
  background-color: #F16B7A;
  color: black;
  margin: 1em 0;
  padding: 1em;
  border-radius: 16px;
  font-family: "Assistant", Sans-serif;
}
.graduate .name_pic {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.graduate .name_pic .name {
  font-weight: 700;
}
.graduate .name_pic .end_date {
  margin: 0px 5px;
}
.graduate .name_pic .pic {
  margin-right: 1em;
}
.graduate .name_pic .pic .inner {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.single_work {
  height: 20em;
}
.single_work .innerBg {
  height: 20em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.single_work .innerGrad {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgb(241, 107, 122) 89%);
}
.single_work .innerGrad span {
  color: white;
  display: inline-block;
  padding: 10px;
  font-family: "Assistant", Sans-serif;
  font-weight: 700;
}

.masterDiv {
  position: relative;
}

.navigators {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navigators i {
  cursor: pointer;
  color: white;
  font-size: 2em;
}

.spaceTop {
  margin-top: 1em;
}

.myTitle {
  font-size: 2em;
  font-family: "Mandatory 17", Sans-serif;
  color: #F16B7A;
}
@media (max-width: 840px) {
  .myTitle {
    width: 100%;
    text-align: right;
    font-size: 1.3em;
  }
}

.category-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}/*# sourceMappingURL=custom.css.map */