/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



.category-expert.category-20 section#levels {
    display: none;
}
/*-------General Settings-----------*/
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}
.archive #primary {
  margin: 0;
}
.img_border_radius img{border-radius: 28px;}
.img_box_shadow img{box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);}
.show_more_content{display: none;}
.show_more_btn{}
.show_more_btn.current{}
.show_more_btn.current + .show_more_content{}

.h70{  height: 70px;}

/*--Header--*/
#pojo-a11y-toolbar.sticky{
  top: 48px !important;
  transition: all 0.5s ease;
}
#page > .elementor-location-header{
  height: 82px;
}
#masthead {
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
}

#masthead.sticky {
  padding: 0;
  position: fixed;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

#masthead.sticky .elementor-column-wrap > .elementor-widget-wrap {
  align-content: center;
}

#masthead.sticky .elementor-nav-menu .menu-link {
  font-size: 14px;
}

.elementor-38 #masthead.sticky .elementor-element.elementor-element-0393d87 .elementor-button{
  font-size: 14px;
}
#masthead.sticky .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 10px;
}
#masthead.sticky #logo {
  height: auto;
  margin: auto;
  padding-top: 0;
  width: auto;
  box-shadow: none;
}
#masthead .elementor-widget-image img {
  transition: all 0.4s ease;
}
#masthead.sticky .elementor-widget-image img {
  max-width: 50px;
}
.home .study_tracks{
	grid-template-columns: repeat(4,1fr);
    display: grid;
    grid-gap: 40px;
}
.ast-breadcrumbs-wrapper{background: url(/wp-content/uploads/2023/09/header.jpg) no-repeat scroll center / cover;}
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner{padding: 125px 0 20px;background: rgba(0,0,0,0.5);}
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner #ast-breadcrumbs-yoast *{
	font-family: "Open Sans Hebrew", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner #ast-breadcrumbs-yoast{
  max-width: 1280px;
  padding: 0 10px;
  margin: auto;
  text-align: left;
  color: #fff;
}

#masthead #logo {
  height: 257px;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -105px auto -70px;
  z-index: 1;
  background: #fff;
  padding-top: 80px;
  width: 257px;
}
#masthead .masthead_side{width: 39%;}
#masthead .masthead_center{width: 22%;}
@media (max-width: 786px) {
    .jo_row {
     display: block !important;
}
}
@media (min-width: 768px) {
  #nav_menu_jo nav ul > .menu-item > .sub-menu {
    display: block !important;
    background: none;
    position: absolute;
    width: auto;
    perspective: 1000px;
    z-index: -1;
    padding: 18px 0 0;
  }

  #masthead.sticky #nav_menu_jo nav ul > .menu-item > .sub-menu {
    padding: 1px 0 0;
  }
  #masthead.sticky #nav_menu_jo nav ul > .menu-item > .sub-menu > li > a {
      font-size: 14px;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li {
    display: none;
    background-color: var(--e-global-color-primary);
    opacity: 0;
    transform-origin: top center;
  }
  #nav_menu_jo nav ul > .menu-item > .sub-menu > li > a{
	color: #fff;
	border: 0;
	font-size: 18px;
  }
  #nav_menu_jo nav ul > .menu-item > .sub-menu > li > a:hover{
	color: var(--e-global-color-primary);
	background-color: #fff;
  }
  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(1) {
    animation: rotateZ 300ms 60ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(2) {
    animation: rotateZ 300ms 120ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(3) {
    animation: rotateZ 300ms 180ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(4) {
    animation: rotateZ 300ms 240ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(5) {
    animation: rotateZ 300ms 300ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(6) {
    animation: rotateZ 300ms 360ms ease-in-out forwards;
  }
  
  #nav_menu_jo nav ul > .menu-item > .sub-menu > li:nth-child(7) {
    animation: rotateZ 300ms 360ms ease-in-out forwards;
  }

  #nav_menu_jo nav ul > .menu-item:hover > .sub-menu > li {
    display: block;
  }

  @keyframes rotateZ {
    0% {
      opacity: 0;
      transform: translateZ(290px);
    }

    80% {
      transform: translateZ(10px);
    }

    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }

  .elementor-nav-menu .sub-arrow {
    display: none !important;
  }
}






.study_tracks *{
  font-family: "Open Sans Hebrew", Sans-serif;
}
.study_tracks {
  grid-template-columns: repeat(4,1fr);
  display: grid;
  grid-column-gap: 40px;
}
.study_track {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 35px;
  display: flex;
  flex-direction: column;
}
.home .study_track   {
         min-height: 520px;
    }
.study_track_red .study_track_icon path{fill:var( --e-global-color-4a19c8e );}
.study_track_yellow .study_track_icon path{fill:var( --e-global-color-04a089a );}
.study_track_blue .study_track_icon path{fill:var( --e-global-color-primary );}
.study_track_green .study_track_icon path{fill:var( --e-global-color-f924cef );}

.study_track_title + .js-wpv-view-layout{
  margin-bottom:15px;
}
.study_track_title a{
  color: var( --e-global-color-secondary );
  font-size: 27px;
  font-weight: 700;
}
.btn_blue {
  background-color: var( --e-global-color-accent );
  font-size: 18px;
  padding: 0;
  border-radius: 17px;
  color: #fff !important;
  width: 160px;
  display: block;
  text-align: center;
  line-height: 2;
  margin: auto auto 0;
}
.list_courses_hp {
  margin: 0;
  padding: 0;
}
.list_courses_hp li {
  list-style: none;
  display: flex;
  margin-bottom: 15px;
}
.list_courses_hp li::before {
  content: "• ";
  font-size: 30px;
  line-height: 0;
  margin: auto 0 auto 6px;
}
.study_track_red .list_courses_hp li::before{color:var( --e-global-color-4a19c8e );}
.study_track_yellow .list_courses_hp li::before{color:var( --e-global-color-04a089a );}
.study_track_blue .list_courses_hp li::before{color:var( --e-global-color-primary );}
.study_track_green .list_courses_hp li::before{color:var( --e-global-color-f924cef );}
.list_courses_hp li a{
  font-size: 22px;
  font-weight: 400;
  text-decoration: none !important;
  color: var( --e-global-color-secondary );
      display: block;
      text-align: right;
}

.elementor-widget-testimonial-carousel .elementor-testimonial {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content {
  background: url(/wp-content/uploads/2023/09/66.png) no-repeat scroll right 1px;
  padding: 0 50px 0 0;
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer {
  width: 100%;
  margin: 0 0 30px;
  order: -1;
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__cite .elementor-testimonial__name span {
  color: var( --e-global-color-primary );
  font-size: 36px;
  font-weight: 700;
}
.elementor-widget-testimonial-carousel .swiper-pagination-bullets {
  text-align: left;
}
.elementor-swiper-button > i {
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  padding: 4px;
}
input[type="tel"]:dir(ltr) {
  direction: rtl;
}
#newsleter{
  margin-top: 4px;
}
#cf .elementor-form .elementor-form-fields-wrapper input.elementor-field,
#newsleter .elementor-form .elementor-form-fields-wrapper input.elementor-field{
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
}
#cf .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit{}
#newsleter .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit{
  margin: 0 -14% 0 0;
}
.info_jo {
  margin-bottom: 13px !important;
}
.info_jo a{}



/*--history--*/

@media (min-width: 770px){
	#history_wrapper::before {
	  content: "";
	  width: auto;
	  height: 2px;
	  background: #b3b3b3;
	  position: absolute;
	  top: 0;
	  right: 95px;
	  left: 95px;
	}
}
.history_wrapp {
  z-index: 1;
}
.history_wrapp.current{
  z-index: 99;
}
.history_title {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.16);
  margin: 40px auto 0;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 15px 30px;
  min-width: 700px;
}

.history_title::after {
  content: "";
  width: 2px;
  background: #b3b3b3;
  height: 70px;
  position: absolute;
  margin: 15px 0 0;
  max-height: 0;
  transition: all 0.6s ease;
  top: -85px;
  right: 97px;
}
@media (min-width: 770px){
	.history_wrapp_last .history_title::after {
		right: auto;
		left: 97px;
	}
	.history_wrapp_last .history_title{
	  margin-right: -505px;
	}
}
.history_title.elementor-widget-heading .elementor-heading-title {
  height: 93px;
  overflow: hidden;
  display: flex;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  color: var( --e-global-color-text );
  text-align: right;
}

.history_year {
  height: 67px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.history_year::before {
  content: "";
  background: url(/wp-content/uploads/2023/09/heart-green.png);
  width: 87px;
  height: 87px;
  position: absolute;
  top: -92px;
  margin: 0 1px 0 0;
}
.history_year::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var( --e-global-color-4a19c8e );
  border-radius: 50%;
  position: absolute;
  top: -4px;
}
.current .history_year::after {
  background: var( --e-global-color-f924cef );
}
.history_year .elementor-heading-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--e-global-color-primary) !important;
}
.history_wrapp.current div > .history_title::after {
  max-height: 70px;
}
.history_wrapp.current div > .history_title{
  opacity: 1;
}
.elementor-17 .elementor-element.elementor-element-e622fb1 > .elementor-background-overlay{
  background-image: linear-gradient(180deg, #FFF0 50%, #ffffff4f 80%, #FFF 100%);
}
#about_s3 .elementor-image-box-img img{
  margin: -40px 0 0;
}
#about_s3 .elementor-widget-wrap > .elementor-element > .elementor-widget-container,
#about_s4 .elementor-widget-wrap > .elementor-element > .elementor-widget-container{
  height: 100%;
}
#about_s4 .elementor-image-box-img img{
  margin: -44px 0 0;
}

/*--Courses--*/

#courses_s1{
  padding:70px 0 0;
}
.jo_container{
    max-width:1600px;
    margin:auto;
    padding:20px;
}
.cat1txt {
    display: flex;
    align-items: center;
    padding: 0 0px 0 60px;
}
.jo_row{
    display:flex;
}
.cat1txt h1{
  color: var( --e-global-color-primary );
}
/*.cat1title h1{
  color: var( --e-global-color-primary );
  margin-bottom: -40px;
}*/
#course_s1 .cat1img img,
#courses_s1 .cat1img img{
  object-fit: cover;
  margin: auto;
  display: block;
}
section .line_after_element {
  width: 100%;
  height: 2px;
  background: var( --e-global-color-primary );
  margin: 60px 0 0;
}
#courses h2,
#levels h2 {
  color: var( --e-global-color-primary );
  text-align: center;
  font-weight: 700;
  margin: 70px auto 60px;
}
#levels .levels_wrapp {
  display: flex;
  margin: 0 -25px;
}
#levels .level {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  margin: 0;
}
#levels .level_item {
  width: 100%;
  padding: 0 25px;
  position: relative;
}
#levels .level_item svg {
  position: absolute;
  left: -30px;
  top: 50%;
  z-index: 1;
  margin-top: -32px;
}
#levels .level_item:nth-child(1) svg path{
  fill:var( --e-global-color-04a089a );
}
#levels .level_item:nth-child(2) svg path{
  fill:var( --e-global-color-f924cef );
}
#levels .level_item:nth-child(3) svg path{
  fill:var( --e-global-color-primary );
}
#levels .level_item:last-child svg{
  display:none;
}
#levels .level h3 {
  margin-bottom: 15px;
}
#levels .level p{
  margin: 0;
}

#courses{}
#courses .course_items{
  margin: 0 -25px;
}
#courses .course_items .slick-track .slick-slide{
  margin: 15px 25px;	
}
#courses .course_item {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: flex !important;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0 45px;
  width: 100% !important;
  height: auto;
  font-size: 24px;
  flex-direction: column;
}
#courses .course_item h3 {
  color: var( --e-global-color-primary );
  margin: 0;
  padding: 30px 0;
}
#courses .course_item hr {
  margin: 20px 0;
  background: var( --e-global-color-4a19c8e );
  height: 3px;
}
#courses .course_item .course_description {
  margin-bottom: 25px;
}
#courses .course_item a {
  color: #fff;
  background: var( --e-global-color-primary );
  font-size: 18px;
  font-weight: bold;
  padding: 3px 20px;
  display: block;
  width: 160px;
  border-radius: 35px;
  margin: auto auto 35px;
}
#courses_gallery .slick-track,
#courses .slick-track {
  display: flex;
}
.slick-dots{}
.slick-dots li {
  background: var( --e-global-color-primary ) !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active {
  background: #000 !important;
}
.slick-dots li button {
  padding: 0 !important;
  margin: 0 !important;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button::before {
  content:none !important;
}

.slick-dots > li:only-child {display: none;}
#courses_gallery{
  padding:100px 0;
}
.course_gallery_items {
  margin: 0 -15px !important;
}
.course_gallery_item {
  padding: 15px;
  display: flex !important;
  height: auto !important;
}
.course_gallery_items img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.ast-page-builder-template.single .post-navigation {
  padding: 0;
  border: 0;
  position: fixed;
  top: 7px;
  right: 0;
  left: 0;
  opacity:0;
  height: 0;
  overflow: inherit;
  transition: all 0.4s ease;
}
.ast-page-builder-template.single .post-navigation.active{
  z-index: 999;
  opacity:1;
}
.ast-page-builder-template.single .post-navigation .nav-links {
  height: 0;
}
.ast-page-builder-template.single .post-navigation .nav-links > div a{
  color: var( --e-global-color-primary );
  font-size: 14px;
  font-weight: bold;
  border: 1px solid;
  margin: 0;
  background: #fff;
  padding: 0 10px;
}
/*--Single Course--*/
#course_s1 {
  padding: 70px 0 110px;
}
/*#course_s1 .course_s1_btn {
  font-size: 20px;
  padding: 0 30px;
  border-radius: 40px;
  float: left;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
#course_s1 .course_s1_btn_blue {
  background: var( --e-global-color-primary );
  color: #fff !important;
  margin: 0 20px 0 0;
}
#course_s1 .course_s1_btn_yellow{
  background: var( --e-global-color-04a089a );
  color: var( --e-global-color-primary ) !important;
}
*/
#course_s2 .jo_row{
  margin: 0 -15px;
}
#course_s2 .col_jo_600 > div,
#course_s2 .col_jo_6 > div {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 0 50px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 15px;
}
#course_s2 .col_jo_600 > div h3,
#course_s2 .col_jo_6 > div h3 {
  color: var( --e-global-color-primary );
  font-size: 24px;
  margin: 10px 0;
}
#course_s2 .col_jo_600 > div ul,
#course_s2 .col_jo_6 > div ul {
  margin-bottom: 0;
}
#course_s2 .col_jo_600 > div ul li,
#course_s2 .col_jo_6 > div ul li {
  margin-bottom: 5px;
}
#course_s2 .col_jo_600 > div .svg,
#course_s2 .col_jo_6 > div .svg{
  display: inline-block;
  width: 75px;
  margin: -37px 0 0;
  height: 75px;
  position: relative;
}
#course_s2 .col_jo_600 > div .svg::before,
#course_s2 .col_jo_6 > div .svg::before {
  content: "";
  background: #fff;
  position: absolute;
  right: 5px;
  left: 5px;
  bottom: 20px;
  top: 10px;
  border-radius: 0 0 40px 40px;
}
#course_s2 .col_jo_600 > div svg,
#course_s2 .col_jo_6 > div svg {
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 1;
}
#courses_faq > h2,
#courses_gallery > h2 {
  color: var( --e-global-color-primary );
  text-align: center;
  margin: 0 0 40px;
}
/*--בוגרים--*/
.graduates {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}
.graduate {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px 20px 30px;
  font-family: "Open Sans Hebrew", Sans-serif;
}
.graduate_img {
  border-radius: 16px;
  overflow: hidden;
}
.graduate_img img{
  height: 290px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
    .graduate_img img{height: 200px;}
}
.graduate_line {
  height: 5px;
  width: 70%;
  margin:auto;
}
.graduate_line + img {
  margin: 10px auto;
}
.graduate_line_5{background:var( --e-global-color-4a19c8e );}
.graduate_line_6{background:var( --e-global-color-04a089a );}
.graduate_line_7{background:var( --e-global-color-primary );}
.graduate_line_8{background:var( --e-global-color-f924cef );}
.graduate_excerpt {
  font-size: 18px;
  font-weight: 700;
}
.graduate_title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.graduate_role{
  font-size: 18px;
}
.graduates .graduate_img .elementor-custom-embed-play {
  top: auto;
  bottom: 15px;
  transform: translate(-50%,0);
}
.graduates .graduate_img .eicon-play {
  background: url(/wp-content/uploads/2023/09/play.png);
  width: 92px;
  height: 92px;
}
.graduates .graduate_img .eicon-play::before {
  content: none;
}
/*--תשלום--*/
.order_det *{
  font-family: "Open Sans Hebrew", Sans-serif;
}
.order_det {
  padding: 30px 0 0;
}
.order_det h1{
  color: var( --e-global-color-primary );
  font-size: 36px;
  font-weight: 700;
}
.order_iframe{
  margin-top: 25px;
}
#cred_form_9797_1_1 *{
  font-family: "Open Sans Hebrew", Sans-serif;
}
#cred_form_9797_1_1 .red_title {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 25px auto 15px;
  color: #333;
  
}
#cred_form_9797_1_1 .form-group textarea,
#cred_form_9797_1_1 .form-group select,
#cred_form_9797_1_1 .form-group input{
  border-color: var( --e-global-color-astglobalcolor0 );
  border-radius: 25px;
}

#cred_form_9797_1_1 .form-group select{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background-image: url(/wp-content/uploads/2023/10/arrow-down_6423873.png);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 30px;
}

#cred_form_9797_1_1 .jo_row{grid-column-gap: 1%;}
@media (min-width: 770px){
  #cred_form_9797_1_1 .form-group.col_jo_6{max-width: 49.5%;}
}
#cred_form_9797_1_1 .btn {
  background-color: var( --e-global-color-f924cef );
  font-weight: bold;
  border-radius: 25px;
  margin: auto;
  display: block;
}
/*--Teams--*/
.teams {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#teams_cat_management .teams {
  column-gap: 100px;
}
.team {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  position: relative;
  text-align: center;
  padding: 20px;
  width: calc(25% - 30px);
}
#teams_cat_management .team{
  padding: 30px;
  width: 33.333%;
}
.team_img{
  height: 410px;
}
#teams_cat_management .team_img{
  height: 477px;
}
.team_img img {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_txt {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  height: calc(100% - 410px);
}
#teams_cat_management .team_txt{
  height: calc(100% - 477px);
}
.team_txt .team_title {
  font-family: "Open Sans Hebrew", Sans-serif;
  text-align: right;
  width: 85%;
  padding-left: 20px;
}
#teams_cat_management .team_txt .team_mail{
  width: 40%;
}
#teams_cat_management .team_txt .team_title{
  width: 60%;
}
.team_txt .team_title h3 {
  margin: 0 0 5px;
  font-weight: 700;
  color: var( --e-global-color-primary );
  font-size: 24px;
}
#teams_cat_management .team_txt .team_title h3{
  font-size: 30px;
}
.team_txt .team_title p {
  margin: 0;
}
.team_txt .team_mail {
  width: 15%;
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
#teams_cat_management .team_txt .team_mail{
  align-items: flex-start;
}
.team_txt .team_mail a {
  color: #343434;
  width: 42px;
}


.team_line{
  height: 5px;
  width: 70%;
  margin: auto;
  background: #000;
}
.team:nth-child(n+4) .team_line, .team:nth-child(1) .team_line{background: var( --e-global-color-4a19c8e );}
.team:nth-child(2n+4) .team_line, .team:nth-child(2) .team_line{background: var( --e-global-color-04a089a );}
.team:nth-child(3n+4) .team_line, .team:nth-child(3) .team_line{background: var( --e-global-color-primary );}
.team:nth-child(4n+4) .team_line{background: var( --e-global-color-f924cef );}

#teams_cat_management .team:nth-child(1) .team_line{background: var( --e-global-color-primary );}
#teams_cat_management .team:nth-child(2) .team_line{background: var( --e-global-color-f924cef );}

/*--Legacy--*/

.legacy {
  font-family: "Open Sans Hebrew", Sans-serif;
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.legacy .legacy_img {
  width: 420px;
  height: 210px;
}
.legacy .legacy_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.legacy_line {
  height: 176px;
  width: 5px;
  margin: auto 0;
}
.legacy:nth-child(n+4) .legacy_line, .legacy:nth-child(1) .legacy_line{background: var( --e-global-color-4a19c8e );}
.legacy:nth-child(2n+4) .legacy_line, .legacy:nth-child(2) .legacy_line{background: var( --e-global-color-04a089a );}
.legacy:nth-child(3n+4) .legacy_line, .legacy:nth-child(3) .legacy_line{background: var( --e-global-color-primary );}
.legacy:nth-child(4n+4) .legacy_line{background: var( --e-global-color-f924cef );}
.legacy_title {
  width: calc((100% - 425px) / 2);
  border-left: 1px solid #c6c6c6;
  padding: 30px 50px 0 40px;
}
.legacy_title h3{
  font-size: 24px;
  margin: 0 0 5px;
}
.legacy_title h4 {
  font-size: 18px;
}
.legacy_quote {
  width: calc((100% - 425px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 50px;
}
.legacy_quote p{
  margin: 0 0 auto;
  width: 100%;
}
.legacy_quote img {
  margin: auto 0 5px;
}

/*--faq--*/
#faq .faq_item {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 0;
  margin: 0 0 25px;
}
#faq .faq_item .faq_question {
  color: var( --e-global-color-primary );
  font-size: 24px;
  font-weight: bold;
  padding: 30px 50px 30px 80px;
  cursor: pointer;
}
.faq_question span {
  position: absolute;
  left: 30px;
}
.faq_question.current span img{
  transform: rotate(180deg);
}
#faq .faq_item .faq_answer {
  display: none;
  padding: 0 50px 30px 80px;
}

/*--Post--*/

/*.article {
  font-family: "Open Sans Hebrew", Sans-serif;
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  margin: 0 0 30px;
}*/
#articles {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}
.article {
  border-radius: 28px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px 20px 30px;
  font-family: "Open Sans Hebrew", Sans-serif;
}
.article .article_img {
  
}
.article .article_img img {
  height: 290px;
  object-fit: cover;
  width: 100%;
  border-radius: 18px;
}
.article_line {
  height: 5px;
  width: 70%;
  margin: auto;
}
.article:nth-child(n+4) .article_line, .article:nth-child(1) .article_line{background: var( --e-global-color-4a19c8e );}
.article:nth-child(2n+4) .article_line, .article:nth-child(2) .article_line{background: var( --e-global-color-04a089a );}
.article:nth-child(3n+4) .article_line, .article:nth-child(3) .article_line{background: var( --e-global-color-primary );}
.article:nth-child(4n+4) .article_line{background: var( --e-global-color-f924cef );}
.article_title {
  
}
.article_title h3{
  font-size: 24px;
  margin: 20px 0 5px;
}
.article_title p {
  font-size: 18px;
}
.article_btn{
  background-color: var( --e-global-color-accent );
  font-size: 18px;
  padding: 0;
  border-radius: 17px;
  color: #fff !important;
  width: 160px;
  display: block;
  text-align: center;
  line-height: 2;
  margin: auto auto 0 0;
}

@media (min-width: 770px){
.single_post_img img {
  max-width: 40%;
}
}

@media (max-width: 769px){
	.study_track, .img_border_radius img, .graduate, .history_title, .team, .legacy, #courses .course_item, #course_s2 .col_jo_6 > div, .article{border-radius: 20px;}
	.list_courses_hp li a, .btn_blue, .graduate_excerpt, .legacy_title h4{font-size: 16px;}
	.legacy_title h3, #course_s2 .col_jo_6 > div h3, #cred_form_9797_1_1 .red_title{font-size: 20px;}
	#breadcrumbs_wrapper #breadcrumbs *, .ast-breadcrumbs-wrapper .ast-breadcrumbs-inner #ast-breadcrumbs-yoast *{font-size: 12px;}
	
	#first_subtitle .elementor-widget-container{margin: 25px 0 5px;}
	#first_subtitle .elementor-heading-title{font-size: 16px;}
	#main_title .elementor-widget-container{margin: 0 0 25px;}
	#main_title .elementor-heading-title, .order_det h1{font-size: 30px;}
	
	#breadcrumbs_wrapper, .ast-breadcrumbs-wrapper .ast-breadcrumbs-inner{padding: 45px 0 10px;}
	.ast-breadcrumbs-wrapper{background-position: left center;}
    #masthead .masthead_center {width: 61%;}
    #masthead #logo {height: 60px;border-radius: 0;box-shadow: none;margin: 0;padding-top: 0;width: 60px;}
	#masthead.sticky #logo{margin: 0}
	#page > .elementor-location-header {height: 60px;}
	#masthead.sticky .elementor-element.elementor-element-c016c75 .elementor-menu-toggle {border-width: 0;}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {font-size: 130%;}
	#masthead .elementor-nav-menu ul.sub-menu{background: #f1f1f1;}
	#masthead .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{padding-right: 25px;}
	#masthead .elementor-nav-menu li:last-child a{background-color: var( --e-global-color-primary );color: #fff;}
	#cred_form_9797_1_1 .form-group select{background-size: 24px;}
	#masthead.sticky .elementor-element.elementor-element-c016c75 .elementor-nav-menu__container.elementor-nav-menu--dropdown {margin-top: 0px !important;}
	
	.home .study_tracks, .study_tracks, .graduates{grid-template-columns: repeat(1,1fr);grid-gap: 20px;}
	.study_track{padding: 20px;}
	.study_track_icon svg{width: 50px;height: 50px;margin: 0 0 5px;}
	.study_tracks .study_track_title a{font-size: 20px;}
	.list_courses_hp li{margin-bottom: 2px;}
	#articles, .graduates {grid-template-columns: repeat(1,1fr);grid-column-gap: 30px;grid-row-gap: 30px;}
	.graduate, .article{padding: 15px 15px 30px;}
	.graduate_img, .legacy .legacy_img img, .article .article_img img{border-radius: 12px;}
	.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__cite .elementor-testimonial__name span{font-size: 24px;}
	
	.history_title{padding: 15px 20px;min-width: 100%;opacity: 1 !important;margin: 0 auto 70px;}
	.history_title::after {max-height: 25px;right: 50%;top: -40px;height: 25px;}
	.history_year::before {width: 40px;height: 40px;top: -45px;background-size: contain;}
	#about_s3 .elementor-widget-wrap > .elementor-element > .elementor-widget-container, #about_s4 .elementor-widget-wrap > .elementor-element > .elementor-widget-container{height: auto;}
	
	.teams{gap: 0 !important;}
	.team{width: 100% !important;padding: 15px !important;margin-bottom: 20px;}
	.team_img {height: 320px !important;}
	.team_txt{height: auto !important;}
	.team_txt .team_title h3{font-size: 20px !important;}
	.team_txt .team_title{width: 100% !important;}
	
	.legacy{margin: 0 0 20px;padding: 15px;}
	.legacy .legacy_img, .article .article_img img{width: 100%;height: 150px;}
	.legacy_line, .article_line{height: 5px;width: 75%;margin: auto;}
	.legacy_title {width: 100%;border-left: 0;padding: 25px 0;border-bottom: 1px solid #c6c6c6;}
	.legacy_quote {width: 100%;padding: 25px 0 0;}
	.article_title {width: 100%;padding: 25px 0 0;}
	.article_title h3 {font-size: 20px;margin: 0 0 10px;}

    #levels .levels_wrapp{margin: 0;flex-wrap: wrap;}
	#levels .level_item{margin-bottom: 30px;width: 100%;width: 100%;}
	#levels .level_item svg {left: auto;bottom: -45px;margin-right: -32px;right: 50%;margin-top: 0;top: auto;}
	.cat1txt{  padding: 0;}
	.cat1title h1{margin-bottom: 5px;}
	.cat1img{order: -1;margin: 0 0 15px;}
	#courses .course_items{margin: 0;}
	#courses .course_item{padding: 0 20px;font-size: 18px;}
	#courses_s1 {padding: 30px 0 0;}
    #courses_s1 .cat1img img, #course_s1 .cat1img img{height: 220px;margin-top: 25px;}
	#courses h2, #levels h2{margin: 50px auto 30px;}
	.course_gallery_items img{height: 220px;}
	
	#course_s1{padding: 30px 0 50px;}
	.ast-page-builder-template.single .post-navigation{display: none;}
	#course_s2 .jo_row{margin: 0;}
	#course_s2 .col_jo_6 > div{padding: 0 20px 20px;margin-bottom: 55px;height: auto;}
	#course_s2 .col_jo_6 > div ul li {margin-bottom: 0;}
	.faq_question span{left: 10px;}
	.faq_question span img{width: 18px;}
	#faq .faq_item{margin: 0 0 15px;}
	#faq .faq_item .faq_question{font-size: 16px;padding: 10px 25px 10px 35px;}
	#faq .faq_item .faq_answer{padding: 0 25px 15px 35px;}
	#courses_gallery {padding: 0 0 50px;}
	#courses_faq > h2{margin: 0 0 25px;}
	#courses_gallery > h2{margin: 0 0 10px;}
	.course_gallery_items {margin: 0 !important;}
	#newsleter .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit {margin: 0 -10% 0 0;}
	
	#reg_btns .elementor-button{font-size: 16px;padding: 10px 20px;}
	#reg_btns .elementor-column > .elementor-element-populated {padding:20px 0;}
	.single-courses .elementor-9675 .elementor-element.elementor-element-8dcb16a > .elementor-element-populated {padding: 10px;}
	.single-courses .elementor-9675 .elementor-element.elementor-element-b1400b2 .elementor-heading-title{font-size: 16px;}
	.single-courses .elementor-9675 .elementor-element.elementor-element-ab1fc4e .elementor-heading-title, .single-courses .elementor-9675 .elementor-element.elementor-element-e3c09b1 .elementor-heading-title{margin: 0;}	
	#why_study .elementor-widget-image-box{width: 100%;max-width: 100%;}
	#why_study .elementor-widget-image-box> .elementor-widget-container{padding: 25px 0 0;}
	.single-courses .elementor-9675 .elementor-element.elementor-element-eda4a8e > .elementor-element-populated {padding: 10px;}
	
	.elementor-9613 .elementor-element.elementor-element-2a7c4396 {padding: 40px 0 !important;}
	.home .study_track   { min-height:unset;} 
	
	#history_wrapper.elementor-section .elementor-container{
	      flex-direction: column-reverse;
	}
}