/* Add styles */
:root {
  --color_blue: #00B3D8;
  --color_orange: #EC7B5D;
  --color_green: #68D100;
  --color_violet: #9100D8;
  --color_red: #A31F16;
}

/*** My default class for all site **/
.hide {
  display: none;
}

.m_container {
  max-width: 1310px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .m_container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .m_container {
    max-width: calc(100% - 15px);
  }
}

.m_row {
  display: flex;
  flex-direction: row;
}

.m_col {
  display: flex;
  flex-direction: column;
}

.with_inner_paddings {
  margin: 0 -15px;
}

.m_shadow_block {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

main.l-main {
  overflow: hidden;
}

.linkNav {
  margin: 20px 0 0 0;
}
.linkNav a {
  color: var(--color_orange);
}
.linkNav a:hover {
  color: white !important;
}

/*
 * Header
 */
header .l-subheader.at_top.width_full.with_centering {
  background: #8b2418 !important;
  height: 32px;
}
header .at_top .header__top_center__menu ul > li > a {
  font: 400 14px/17px "Rubik", sans-serif;
  color: #D8D8D8;
}
header .at_top .header__top_lang_menu ul.level_1 > li > a {
  font: 400 14px/17px "Rubik", sans-serif;
  color: #D8D8D8;
}
header .at_top .header__top_lang_menu ul.level_1 > li > a:focus,
header .at_top .header__top_lang_menu ul.level_1 > li > a:hover {
  color: var(--color_orange) !important;
}
header .at_top .header__top_lang_menu ul.level_2 {
  top: 22px;
}
header .at_top .header__top_lang_menu ul.level_2 > li > a {
  font: 400 14px/17px "Rubik", sans-serif;
  color: #D8D8D8;
}
header .at_middle .header__middle_center__text h1 {
  font: 300 24px/28px "Rubik", sans-serif;
  color: #A31F16;
  text-align: center;
}
header .at_middle .header_phone_text {
  font: 400 14px/1 "Rubik", sans-serif;
  margin-right: 0 !important;
}
header .at_middle .header_phone_text span:first-child {
  font-size: 14px;
}
header .at_middle .header_phone_text span:nth-child(2) {
  font-size: 20px;
}
header .at_middle .header_phone_img {
  margin-right: 0 !important;
  padding-right: 10px;
}

.content_container_xl.l-section {
  padding-left: 0;
  padding-right: 0;
}
.content_container_xl.l-section > .l-section-h {
  max-width: 1700px !important;
  margin: 0 auto;
  padding: 0 30px;
}

/* For first page row with title and image */
.page_title_wrap {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  max-width: 991px;
  margin: 0 auto;
  padding: 20px 15px 30px;
}
.page_title_wrap * {
  color: #fff;
  font: 500 18px/1.1 "Rubik", sans-serif;
  padding-top: 0;
}
.page_title_wrap h1 {
  font-size: 52px;
  margin-bottom: 0 !important;
}
.page_title_wrap h3 {
  font-size: 32px;
}
.page_title_wrap h4 {
  font-size: 24px;
}

.separator_orange hr {
  width: 100px;
  height: 7px;
  background: var(--color_orange);
  border-radius: 36px;
  margin: 0 0 20px;
}

/* Just text */
.row_text_wrap {
  margin-bottom: 1rem !important;
}
.row_text_wrap h3 {
  font: 400 28px/1.2 "Rubik", sans-serif;
  margin-bottom: 1rem;
}
.row_text_wrap p {
  font: 300 18px/1.05 "Rubik", sans-serif;
}
.row_text_wrap p:not(:last-child) {
  margin-bottom: 1rem;
}

/* Color line on rows */
.row_line {
  padding-bottom: 50px;
}
.row_line:before {
  content: " ";
  display: block;
  max-width: 500px;
  border-top: 10px solid;
  margin-bottom: 40px;
}
.row_line.blue:before {
  border-color: var(--color_blue);
}
.row_line.orange:before {
  border-color: var(--color_orange);
}
.row_line.green:before {
  border-color: var(--color_green);
}
.row_line.violet:before {
  border-color: var(--color_violet);
}
.row_line .row_title.wpb_text_column {
  margin-bottom: 40px;
}
.row_line .row_title, .row_line .row_title p {
  color: #000;
  font: normal normal 400 34px/1.2 "Rubik", sans-serif;
}
.row_line .row_title p strong {
  font-weight: 700;
}

/* Program item */
article.program .seminar_grid__item_container .title_and_description_container {
  border-right: 8px solid transparent;
  padding: 20px 30px 25px 30px;
  min-height: 40%;
  transition: 0.4s;
}
article.program .seminar_grid__item_container .title_and_description_container .transparent_link_layout {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
article.program .seminar_grid__item_container .title_and_description_container .item_title {
  color: #fff;
  font: 500 28px/1.1 "Rubik", sans-serif;
}
article.program .seminar_grid__item_container .title_and_description_container .acf_intership_hours {
  color: #fff;
  font: 400 21px/1.2 "Rubik", sans-serif;
  margin-bottom: 0;
}
article.program .seminar_grid__item_container .title_and_description_container .acf_program_preview_item_desc {
  opacity: 0;
  /*transform: scale(0);*/
  max-height: 0;
  color: #fff;
  font: 300 18px/1.05 "Rubik", sans-serif;
  border-top: 1px solid rgba(245, 245, 245, 0.5);
  padding-top: 17px;
  width: 100%;
  transition: 0.4s;
}
article.program .seminar_grid__item_container .title_and_description_container .item_arrow_link {
  color: #fff;
  font: 400 21px/1.2 "Rubik", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 25px;
  transition: 0.4s;
}
article.program .seminar_grid__item_container .title_and_description_container .item_arrow_link .w-btn-label {
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}
article.program .seminar_grid__item_container .title_and_description_container .item_arrow_link i {
  font-size: 26px;
  vertical-align: middle;
}
article.program .seminar_grid__item_container:hover .title_and_description_container,
article.program .seminar_grid__item_container .transparent_link_layout:hover .title_and_description_container {
  padding: 35px 30px 25px 30px;
  min-height: 100%;
}
article.program .seminar_grid__item_container:hover .title_and_description_container .acf_program_preview_item_desc,
article.program .seminar_grid__item_container .transparent_link_layout:hover .title_and_description_container .acf_program_preview_item_desc {
  opacity: 1;
  /*transform: scale(1);*/
  max-height: unset;
  transition: 0.6s;
}
article.program .seminar_grid__item_container:hover .title_and_description_container .item_arrow_link,
article.program .seminar_grid__item_container .transparent_link_layout:hover .title_and_description_container .item_arrow_link {
  color: var(--color_blue) !important;
}
article.program .seminar_grid__item_container:hover .title_and_description_container .item_arrow_link .w-btn-label,
article.program .seminar_grid__item_container .transparent_link_layout:hover .title_and_description_container .item_arrow_link .w-btn-label {
  color: var(--color_blue);
  opacity: 1;
}

/* Testimonials slider */
.col_testimonials_carousel .owl-stage .owl-item {
  padding: 0 0.5rem;
}
.col_testimonials_carousel .w-grid-item .w-grid-item-h > .w-vwrapper {
  justify-content: space-between;
  border-color: var(--color_orange) !important;
  background: var(--color_orange) !important;
}
.col_testimonials_carousel .w-grid-item .post_content {
  color: #fff;
  line-height: 1.2;
}
.col_testimonials_carousel .w-grid-item .post_custom_field {
  color: #fff !important;
}

.el_testimonials_carousel {
  height: 100%;
}
.el_testimonials_carousel .owl-carousel {
  height: 100%;
}
.el_testimonials_carousel .owl-carousel .owl-stage-outer {
  height: 100%;
  padding-bottom: 30px;
}
.el_testimonials_carousel .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  padding-bottom: 40px !important;
}
.el_testimonials_carousel .w-grid-item {
  background: #c9634c;
  padding: 45px 35px 45px 30px;
}
.el_testimonials_carousel .w-grid-item .w-grid-item-h {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.el_testimonials_carousel .w-grid-item .w-grid-item-h .post_content * {
  color: #fff;
  font: normal normal 400 22px/1.2 "Rubik", sans-serif;
  margin-bottom: 35px;
}
.el_testimonials_carousel .w-grid-item .w-grid-item-h h4 {
  color: #fff;
  font: italic normal 300 24px/1.2 "Rubik", sans-serif;
  margin-bottom: 8px;
}
.el_testimonials_carousel .w-grid-item .w-grid-item-h p {
  color: #fff;
  font: normal normal 400 14px/1.1 "Rubik", sans-serif;
}
.el_testimonials_carousel .owl-dots {
  margin-top: -30px;
  padding-top: 0;
}
.el_testimonials_carousel .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #CE300B;
  width: 15px;
  height: 15px;
  margin: 7px;
  transition: 0.4s;
}
.el_testimonials_carousel .owl-dots .owl-dot:hover > span {
  background: rgba(206, 48, 11, 0.6);
  border-color: rgba(206, 48, 11, 0.6);
}
.el_testimonials_carousel .owl-dots .owl-dot.active > span {
  background: #CE300B !important;
}

/*
 * HomePage
 */
.section_home_2 .row_title {
  font: 500 52px/1.1 "Rubik", sans-serif;
  margin-bottom: 0;
}
.section_home_2 .row_subtitle {
  font: 500 32px/1.2 "Rubik", sans-serif;
  padding-top: 0;
}

.section_home_grid_and_testimonials .row_with_1col_grids {
  margin-top: 70px;
}
.section_home_grid_and_testimonials .row_with_1col_grids .row_title:before {
  content: " ";
  display: block;
  max-width: 500px;
  border-top: 10px solid;
  margin-bottom: 40px;
}
.section_home_grid_and_testimonials .row_with_1col_grids .row_title.green_line:before {
  border-color: var(--color_green);
}
.section_home_grid_and_testimonials .row_with_1col_grids .row_title.violet_line:before {
  border-color: var(--color_violet);
}
.section_home_grid_and_testimonials .col_with_video .vc_column-inner {
  height: 100%;
}
.section_home_grid_and_testimonials .col_with_video .vc_column-inner .type_carousel {
  height: 100%;
  display: flow-root;
}
.section_home_grid_and_testimonials .col_with_video .vc_column-inner .type_carousel .w-grid-list {
  height: 100%;
  margin-top: 0 !important;
}
.section_home_grid_and_testimonials .col_with_video .w-grid-item {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.section_home_grid_and_testimonials .col_with_video .w-grid-item .post_image {
  margin-bottom: 0 !important;
}
.section_home_grid_and_testimonials .col_with_video .w-grid-item .post_title {
  color: #fff;
  font: 500 28px/1.1 "Rubik", sans-serif;
  text-align: right;
  padding: 20px 30px 25px 30px;
  margin-top: 0 !important;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.section_home_5 .row_title {
  color: #000;
  font: 500 42px/1.2 "Rubik", sans-serif;
}

.section_home_cf7 .row_title {
  color: #fff;
  font: 500 42px/1.2 "Rubik", sans-serif;
}
@media (max-width: 767px) {
  .section_home_cf7 form .m_row {
    flex-direction: column;
  }
}
.section_home_cf7 form .cf7-row-input {
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .section_home_cf7 form .cf7-row-input {
    padding: 0;
  }
}
.section_home_cf7 form .cf7-row-input label .wpcf7-form-control-wrap {
  display: block;
}
.section_home_cf7 form .cf7-row-input label input {
  font: 400 18px/22px "Rubik", sans-serif;
  color: #848484;
  background: #fff;
  height: 64px;
  margin: 0;
  padding: 0 20px 0 16px;
  border: 2px solid var(--color_orange);
  transition: 0.4s;
}
.section_home_cf7 form .cf7-row-input label input.wpcf7-not-valid {
  border-color: #bf1600;
}
.section_home_cf7 form .cf7-row-input label input:hover, .section_home_cf7 form .cf7-row-input label input:focus {
  border-color: var(--color_red);
  box-shadow: 0 0 3px 0 rgba(10, 10, 10, 0.15);
}
.section_home_cf7 form .cf7-row-input label input::placeholder, .section_home_cf7 form .cf7-row-input label input::-webkit-input-placeholder, .section_home_cf7 form .cf7-row-input label input::-moz-placeholder, .section_home_cf7 form .cf7-row-input label input:-moz-placeholder, .section_home_cf7 form .cf7-row-input label input:-ms-input-placeholder {
  color: #848484;
}
.section_home_cf7 form .cf7-row-input label input[type=email] {
  direction: rtl;
}
.section_home_cf7 form .cf7-row-input label .wpcf7-not-valid-tip {
  position: absolute;
  right: 10px;
  bottom: -20px;
  font: 400 16px/18px "Rubik", sans-serif;
  color: #f8f1f1;
}
.section_home_cf7 form .cf7-btn-wrap {
  position: relative;
  width: 16%;
  padding-top: 2px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section_home_cf7 form .cf7-btn-wrap {
    width: 100%;
    padding: 2px;
  }
}
.section_home_cf7 form .cf7-btn-wrap input.wpcf7-submit {
  order: 1;
  background: var(--color_red);
  color: #fff !important;
  font: 400 24px/28px "Rubik", sans-serif;
  padding: 15px 25px;
  border-radius: 0;
  border: 2px solid var(--color_red);
  min-width: 200px;
  height: 60px;
  transition: 0.4s;
}
.section_home_cf7 form .cf7-btn-wrap input.wpcf7-submit:hover, .section_home_cf7 form .cf7-btn-wrap input.wpcf7-submit:focus {
  background: #fff;
  border-color: var(--color_red);
  color: var(--color_red) !important;
  box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.2);
}
.section_home_cf7 form .cf7-btn-wrap .wpcf7-spinner {
  order: 3;
}
.section_home_cf7 form .cf7-btn-wrap .cf7-mailing-checkbox {
  order: 2;
  color: #fff;
  font: 300 16px/1.2 "Rubik", sans-serif;
  margin: 1px 0.75rem 0 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .section_home_cf7 form .cf7-btn-wrap .cf7-mailing-checkbox {
    justify-content: center;
  }
}
.section_home_cf7 form .cf7-btn-wrap .cf7-mailing-checkbox .wpcf7-list-item input[type=checkbox] {
  vertical-align: sub;
  min-width: 20px;
  min-height: 20px;
  margin: 0 0 0 10px;
}
.section_home_cf7 form.wpcf7-form .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  margin: 15px 10px 0 0;
}

/*
 * School page
 */
.school_plan_section .separator_orange hr {
  margin: 0 auto 50px;
  max-width: 340px;
  width: 100%;
}
.school_plan_section .school_plan_row .school_plan_col {
  background: #f5f6fa;
  padding: 0 20px 60px;
  margin-top: 90px;
}
.school_plan_section .school_plan_row .school_plan_col .w-image {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0705882353);
  border-radius: 50%;
  overflow: hidden;
  margin: -90px 0 0;
}
.school_plan_section .school_plan_row .school_plan_col .w-image .w-image-h {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.school_plan_section .school_plan_row .school_plan_col .w-image .w-image-h img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.school_plan_section .school_plan_row .school_plan_col .school_plan_item--title {
  color: var(--color_orange);
  font: 500 32px/1.2 "Heebo", sans-serif;
}
.school_plan_section .school_plan_row .school_plan_col .school_plan_item--text {
  color: #5e5e5e;
  font: 400 22px/1.2 "Rubik", sans-serif;
}
.school_plan_section .school_plan_row .school_plan_col .school_plan_item--date {
  color: #000;
  font: 500 32px/1.2 "Heebo", sans-serif;
}

.school_date_section .separator_orange hr {
  margin: 0 auto 50px;
  max-width: 160px;
  width: 100%;
}
.school_date_section .before_table_title {
  font: 500 32px/1 "Heebo", sans-serif;
}

.web2__table_params_container {
  width: 100%;
}
.web2__table_params_container .table_params_row {
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
  height: 120px;
  margin-bottom: 2px;
  transition: 0.4s;
}
.web2__table_params_container .table_params_row .params_title {
  color: #5e5e5e;
  font: 500 24px/1.2 "Rubik", sans-serif;
  width: 100%;
  max-width: 230px;
  padding: 0 5px;
}
.web2__table_params_container .table_params_row .params_value {
  color: #5e5e5e;
  font: 400 24px/1.2 "Rubik", sans-serif;
  width: auto;
  padding: 0 5px;
}
.web2__table_params_container .table_params_row:first-child {
  background: var(--color_orange);
}
.web2__table_params_container .table_params_row:first-child .params_title,
.web2__table_params_container .table_params_row:first-child .params_value {
  color: #fff;
  font: 500 32px/1.2 "Rubik", sans-serif;
}
.web2__table_params_container .table_params_row:last-child {
  margin-bottom: 30px;
}
.web2__table_params_container .table_params_row:nth-child(even) {
  background: #f5f6fa;
}
.web2__table_params_container .table_params_row:hover {
  background: rgba(236, 123, 93, 0.25);
}

.school_form_section .col_description {
  padding-top: 3.5vw !important;
  padding-right: 6.5vw !important;
}
.registration_anker_nav_section {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}
.registration_anker_nav_section ul.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #4A4A4C;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
  border: 0;
}
.registration_anker_nav_section ul.menu .menu-item {
  flex: auto;
}
.registration_anker_nav_section ul.menu .menu-item a {
  color: #fff;
  font: 400 22px/1.2 "Rubik", sans-serif;
  text-align: center;
  border: 0;
  padding: 22px 20px;
  transition: 0.4s;
}
.registration_anker_nav_section ul.menu .menu-item a:hover, .registration_anker_nav_section ul.menu .menu-item a:focus {
  color: #EC7B5D;
  background: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.registration_anker_nav_section ul.menu .menu-item.current-menu-item a {
  color: #EC7B5D;
  background: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0784313725);
}

.template_registration__row_1 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.template_registration__row_1 .header__template_registration_thumbnail_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.template_registration__row_1 .page_title_wrap {
  max-width: 627px;
}
.template_registration__row_1 .page_title_wrap * {
  text-align: center;
}
.template_registration__row_1 .page_title_wrap h1 {
  font: 500 52px/1.2 "Heebo", sans-serif;
  margin-bottom: 10px !important;
}
.template_registration__row_1 .page_title_wrap h3 {
  font: 500 24px/1.2 "Heebo", sans-serif;
}

.template_registration__row_2 .btn_registration {
  padding: 17px 30px;
  font: 400 22px/1.2 "Rubik", sans-serif;
}

/***
 * Single Program
 */
@media (min-width: 900px) and (max-width: 1400px) {
  .l-header.pos_fixed ~ .l-main > .single_program__row_1 {
    margin-top: 117px;
  }
}
@media (max-width: 768px) {
  .l-header.pos_fixed ~ .l-main > .single_program__row_1 {
    margin-top: 110px;
  }
}

.section_title:first-child {
  color: #000;
  font: 700 34px/1.2 "Rubik", sans-serif;
  padding: 15px 40px 10px;
  margin-bottom: 10px;
  border-right: 7px solid var(--color_orange);
}

.single_program__row_1 {
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .single_program__row_1 {
    padding-top: 29%;
  }
}
@media (max-width: 991px) {
  .single_program__row_1 {
    padding-top: 34%;
  }
}
@media (max-width: 768px) {
  .single_program__row_1 {
    padding-top: 50%;
  }
}
@media (max-width: 450px) {
  .single_program__row_1 {
    padding-top: 60%;
  }
}
.single_program__row_1 .header__single_program_container {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.single_program__row_1 .header__single_program_thumbnail_background {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.single_program__row_1 .header__single_program_thumbnail_background:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  filter: blur(18px);
  box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.2);
}
.single_program__row_1 .header__single_program_thumbnail_background .header__single_program_thumbnail_image {
  position: relative;
  max-width: 1310px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .single_program__row_1 .header__single_program_thumbnail_background .header__single_program_thumbnail_image {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .single_program__row_1 .header__single_program_thumbnail_background .header__single_program_thumbnail_image {
    max-width: calc(100% - 15px);
  }
}
.single_program__row_1 .header__single_program_thumbnail_background .header__single_program_thumbnail_image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: unset;
  width: unset;
}
.single_program__row_1 .header__single_program_thumbnail_background:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: transparent;
}
.single_program__row_1 .header__single_program .header__single_program_container .header__taxonomy_block > a {
  padding: 10px 23px;
  display: inline-block;
  color: #000;
  font: 400 16px/19px "Rubik", sans-serif;
}
.single_program__row_1 .header__single_program .header__single_program_container .header__taxonomy_block > a:hover {
  color: #ff5219;
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container {
  background-color: rgba(0, 0, 0, 0.51);
  padding: 42px;
}
@media (max-width: 991px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container.m_row {
    flex-wrap: wrap;
  }
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__title_column {
  width: 70%;
}
@media (max-width: 450px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__title_column {
    width: 100%;
    align-items: flex-start;
  }
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__title_column h1 {
  color: #fff;
  font: 400 32px/38px "Rubik", sans-serif;
}
@media (max-width: 450px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__title_column h1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__link_column {
  width: 30%;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 450px) {
  .single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__link_column {
    width: 100%;
    align-items: flex-start;
  }
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__link_column a.link__back_to_archive {
  color: var(--color_orange);
  font: 400 18px/1.2 "Rubik", sans-serif;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__link_column a.link__back_to_archive:hover {
  color: #fc490f;
}
.single_program__row_1 .header__single_program .header__single_program_container .header__title_container .header__link_column a.link__back_to_archive i {
  font-size: 22px;
  margin-right: 7px;
}

.single_program__row_2 {
  background-color: #f5f6fa;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .single_program__row_2 .with_inner_paddings {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.single_program__row_2 .single_program_infos_col {
  width: 72%;
  padding: 15px;
}
@media (max-width: 1440px) {
  .single_program__row_2 .single_program_infos_col {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  .single_program__row_2 .single_program_infos_col {
    width: 55%;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .single_program__row_2 .single_program_infos_col {
    width: 100%;
    order: 2;
  }
}
.single_program__row_2 .single_program_infos_col .m_shadow_block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single_program__row_2 .single_program_infos_col .m_shadow_block {
    padding: 20px 15px;
  }
}
.single_program__row_2 .single_program_infos_col .details_table_container {
  padding: 5px 3px;
}
.single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field {
  color: #5E5E5E;
  font: 400 22px/1.2 "Rubik", sans-serif;
  text-align: right;
  padding: 15px;
  align-items: center;
}
@media (max-width: 768px) {
  .single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field {
    font-size: 18px;
  }
}
.single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}
.single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field.icon:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 20px;
}
.single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field.icon-clock:before {
  background: url("/National_Library/oe_/https://prof.mofet.macam.ac.il/wp-content/themes/Impreza-child/assets/svg/icon__clock_circle.svg") center no-repeat;
}
.single_program__row_2 .single_program_infos_col .details_table_container .program_intership_field.icon-info:before {
  background: url("/National_Library/oe_/https://prof.mofet.macam.ac.il/wp-content/themes/Impreza-child/assets/svg/icon__info_circle.svg") center no-repeat;
}
.single_program__row_2 .single_program_infos_col .program_description_container .m_shadow_block {
  margin-bottom: 30px;
}
.single_program__row_2 .single_program_infos_col .program_description_container .program_description_wrap {
  padding: 2.5rem;
}
.single_program__row_2 .single_program_infos_col .program_description_container .program_content_title {
  color: #000;
  font: 700 34px/1.2 "Rubik", sans-serif;
  padding: 15px 40px 10px;
  margin: -2.5rem -2.5rem 10px 0;
  border-right: 7px solid var(--color_orange);
}
.single_program__row_2 .single_program_infos_col .program_description_container .program_description_text, .single_program__row_2 .single_program_infos_col .program_description_container .program_description_text *, .single_program__row_2 .single_program_infos_col .program_description_container .program_description_text p {
  color: #8F8F8F;
  font: 400 18px/1.2 "Rubik", sans-serif;
  text-align: right;
}
.single_program__row_2 .single_program_infos_col .program_description_container .program_description_text b, .single_program__row_2 .single_program_infos_col .program_description_container .program_description_text strong {
  color: #000;
  font-weight: 700;
}
.single_program__row_2 .single_program_infos_col .program_description_container .program_description_text li::marker {
  color: var(--color_orange);
}
.single_program__row_2 .single_program_infos_col .program_accordion_section {
  margin-bottom: 50px;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 7px;
  transition: 0.4s;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header {
  padding: 27px 20px;
  position: relative;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header:hover, .single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header:focus {
  background: transparent;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header i {
  color: #D94B19;
  font-size: 26px;
  line-height: 1;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header .w-tabs-section-title {
  color: #000;
  font: 500 24px/1.2 "Rubik", sans-serif;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header .w-tabs-section-control {
  color: #000;
  position: absolute;
  left: 30px;
  font-size: 24px;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header .w-tabs-section-control:before, .single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section .w-tabs-section-header .w-tabs-section-control:after {
  width: 0.1em;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section:hover, .single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active {
  background-color: var(--color_orange);
  box-shadow: none;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-header i,
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-header .w-tabs-section-title,
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-header .w-tabs-section-control {
  color: #fff;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-content {
  padding: 5px 70px 15px;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-content .wpb_text_column * {
  color: #fff;
  font: 400 18px/1.2 "Rubik", sans-serif;
}
.single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-content .wpb_text_column ol, .single_program__row_2 .single_program_infos_col .program_accordion_section .w-tabs-section.active .w-tabs-section-content .wpb_text_column ul {
  margin-right: 20px;
}

.program_team_section {
  margin-bottom: 50px;
}
.program_team_section .program_loop_team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1440px) {
  .program_team_section .program_loop_team {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  .program_team_section .program_loop_team {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .program_team_section .program_loop_team {
    grid-template-columns: 1fr;
  }
}
.program_team_section .program_loop_team .item_team_single_post {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  transition: 0.4s;
}
.program_team_section .program_loop_team .item_team_single_post a {
  padding: 40px 30px 30px;
  display: block;
  height: 100%;
  transition: 0.4s;
}
@media (max-width: 1023px) {
  .program_team_section .program_loop_team .item_team_single_post a {
    padding: 30px 20px 15px;
  }
}
@media (max-width: 767px) {
  .program_team_section .program_loop_team .item_team_single_post a {
    padding: 20px 15px 10px;
  }
}
.program_team_section .program_loop_team .item_team_single_post:hover, .program_team_section .program_loop_team .item_team_single_post:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.program_team_section .program_loop_team .item_team_single_post .team_image {
  border: 5px solid var(--color_orange);
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program_team_section .program_loop_team .item_team_single_post .team_image {
    margin-bottom: 10px;
  }
}
.program_team_section .program_loop_team .item_team_single_post .team_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.program_team_section .program_loop_team .item_team_single_post .team_titles {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .program_team_section .program_loop_team .item_team_single_post .team_titles {
    margin-bottom: 15px;
  }
}
.program_team_section .program_loop_team .item_team_single_post .team_titles h5 {
  font: 500 24px/1.2 "Rubik", sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .program_team_section .program_loop_team .item_team_single_post .team_titles h5 {
    font-size: 20px;
  }
}
.program_team_section .program_loop_team .item_team_single_post .team_titles p {
  font: 400 18px/1.2 "Rubik", sans-serif;
  color: #848484;
  text-align: center;
}
.program_team_section .program_loop_team .item_team_single_post .team_buttons {
  justify-content: center;
}
.program_team_section .program_loop_team .item_team_single_post .team_buttons .team_btn_email {
  color: #D94B19;
  font-size: 22px;
}
.program_team_section .program_loop_team .item_team_single_post:hover .team_image img {
  transform: scale(1.1);
  transition: 0.3s;
}

.single_program__row_2 {
  position: relative;
}
.single_program__row_2 .left_button_col {
  width: 28%;
  min-width: 320px;
  padding: 15px;
}
@media (max-width: 1440px) {
  .single_program__row_2 .left_button_col {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .single_program__row_2 .left_button_col {
    width: 45%;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .single_program__row_2 .left_button_col {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 700px) {
  .single_program__row_2 .left_button_col {
    width: 100%;
  }
}

.left_button_col .m_shadow_block {
  overflow-x: hidden;
}
.left_button_col .program_form_header {
  background: var(--color_orange);
  padding: 10px 35px 3px;
  position: relative;
}
.left_button_col .program_form_header:after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  border-left: 13rem solid transparent;
  border-right: 13rem solid transparent;
  border-top: 20px solid var(--color_orange);
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 13rem);
  right: auto;
}
.left_button_col .program_form_header h4 {
  color: #fff;
  font: 500 31px/1.2 "Rubik", sans-serif;
  text-align: center;
  margin-bottom: 3px;
}
.left_button_col .program_form_header p {
  color: #fff;
  font: 500 20px/1.2 "Rubik", sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.left_button_col .program_form_body {
  padding: 20px 25px 10px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-text,
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-select,
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-textarea {
  color: #848484;
  font: 400 16px/1.1 "Rubik", sans-serif;
  background: #fff;
  box-shadow: none;
  border: 1px solid #DDDDDD;
  margin-top: 10px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-text,
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-select {
  height: 40px;
  min-height: unset;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-select option:first-child {
  display: none;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-textarea {
  height: 5rem;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .wpcf7-not-valid-tip {
  font: 400 14px/1.2 "Rubik", sans-serif;
  margin-top: 3px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container {
  max-width: 100% !important;
  width: 100% !important;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection {
  padding: 5px 4px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  align-items: self-start;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  gap: 3px;
  margin: 0;
  max-width: calc(100% - 22px);
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  background: var(--color_orange);
  color: #fff;
  border-radius: 0;
  border: 1px solid var(--color_orange);
  padding-left: 12px;
  margin: 0;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 0 2px;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  top: 1px;
  transition: 0.3s;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  color: inherit;
  font-weight: 400;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: transparent;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  font-size: 12px;
  padding-right: 3px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-search {
  width: 100%;
  min-width: 22px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-input .select2-container .select2-selection .select2-search textarea {
  color: #848484;
  font: 400 16px/1.1 "Rubik", sans-serif;
  line-height: 32px;
  margin: 0;
  min-height: unset;
  height: 32px;
  width: 100%;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-phone {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-row-phone .OrbitCrm_phoneprefix {
  min-width: 80px;
  padding: 0 7px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-mailing-checkbox {
  margin: 5px 0 15px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-mailing-checkbox .wpcf7-list-item {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 0;
}
.left_button_col .program_form_body .wpcf7-form .cf7-mailing-checkbox input[type=checkbox] {
  margin: 0 0 0 10px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-btn-wrap {
  position: relative;
}
.left_button_col .program_form_body .wpcf7-form .cf7-btn-wrap .wpcf7-submit {
  color: #fff;
  font: 400 20px/1.2 "Rubik", sans-serif;
  background: #D94B19;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 10px;
}
.left_button_col .program_form_body .wpcf7-form .cf7-btn-wrap .wpcf7-spinner {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 7px;
}
.left_button_col .program_form_body .wpcf7-form .text-required-field {
  font-size: 12px;
}
.left_button_col .program_form_body .wpcf7-form .wpcf7-response-output {
  font: 400 16px/1.2 "Rubik", sans-serif;
  margin: 1em 0 0;
  padding: 0.2em 0.6em;
}
.left_button_col .program_form_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px 10px;
}
.left_button_col .program_form_footer hr {
  border-color: #E4E4E4;
  margin-bottom: 10px;
  width: 100%;
}
.left_button_col .program_form_footer p {
  color: #858585;
  font: 400 16px/1.1 "Rubik", sans-serif;
  text-align: center;
  margin-bottom: 7px;
  max-width: 200px;
}
.left_button_col .program_form_footer a {
  color: #000;
  font: 400 24px/1.2 "Rubik", sans-serif;
  text-align: center;
}
.left_button_col .program_form_footer a:hover, .left_button_col .program_form_footer a:focus {
  color: var(--color_red);
}

.select2-container .select2-dropdown {
  border: 1px solid #ddd;
  margin-top: 32px;
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option,
.select2-container .select2-dropdown .select2-results__options .results__message {
  color: #848484;
  font: 300 16px/1.1 "Rubik", sans-serif;
  text-align: right;
  padding-right: 13px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--selected, .select2-container .select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results__options .results__message.select2-results__option--selected,
.select2-container .select2-dropdown .select2-results__options .results__message.select2-results__option--highlighted {
  color: #fff;
  background: var(--color_orange);
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results__options .results__message.select2-results__option--highlighted {
  background: rgba(236, 123, 93, 0.85);
}

/***
 * Single Team
 */
body.single-team .l-canvas {
  background-color: #f5f6fa;
}

.single_team__row_1 {
  background-color: #f5f6fa;
  padding-bottom: 5vw;
}
.single_team__row_1 .m_container {
  max-width: 1024px;
  margin-top: 60px !important;
}
.single_team__row_1 .single_team_wrap {
  padding: 20px 30px;
  align-items: start;
}
.single_team__row_1 .single_team_wrap .team_image_wrap {
  width: 30%;
  align-items: center;
}
.single_team__row_1 .single_team_wrap .team_image_wrap .team_image {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.single_team__row_1 .single_team_wrap .team_image_wrap .team_image .team_image-h {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.single_team__row_1 .single_team_wrap .team_image_wrap .team_image .team_image-h img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 10px solid var(--color_orange);
  border-radius: 50%;
}
.single_team__row_1 .single_team_wrap .team_description {
  width: 70%;
  padding: 20px 30px;
}
.single_team__row_1 .single_team_wrap .team_description .team_titles h5 {
  color: #565656;
  font: 700 28px/1.2 "Rubik", sans-serif;
  margin-bottom: 15px;
}
.single_team__row_1 .single_team_wrap .team_description .team_titles p {
  color: #565656;
  font: 400 18px/1.2 "Rubik", sans-serif;
  margin-bottom: 35px;
}
.single_team__row_1 .single_team_wrap .team_description .team_text {
  color: #565656;
  font: 400 18px/1.2 "Rubik", sans-serif;
}

/*# sourceMappingURL=app.css.map */
