.technion-mosad-logo{
    height:52px;
    position: absolute;
    right: 100px;
    top: 0;
    z-index:2;
}

.briefcase-logo{
    height:52px;
    position: absolute;
    right: 0;
    top: 0;
    z-index:2;
}

.briefcase-logo img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

button#nav-icon2.wrap_close {
    transform: translateX(-84px) translateY(40px);
    width: 35px;
    height: 35px;
    position:absolute;
    top:0;
    right:0;
    z-index:99999;
    cursor: pointer;
}

#nav-icon2.wrap_close span {
    background: #fff;
    height: 7px;
    width: 40px;
    display:inline-block;
    position:absolute;
}

#nav-icon2.wrap_close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    right: -10px;
}
#nav-icon2.wrap_close span:last-child,
#nav-icon2.wrap_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    right: -10px;
}

@media only screen and (max-width: 1650px){
    #nav-icon3{
        transform: translateX(110%);
    }
}

@media only screen and (max-width: 1200px){
    #nav-icon3{
        transform: translateX(110%);
    }
    .home-search-container,
    .header{
        max-width: 960px;
    }
}


.search-bar-categories .term-button .term-description {
    padding: 0 6px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.06;
    text-align: center;
    color: #787878;
    position: relative;
    display: block;
    top: -20px;
    position: relative;
    background: none;
}

.search-bar-categories .term-button:hover .term-description {
    color: #1bffff;
}

.search-bar-categories {
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .search-bar-categories .term-button {
        flex-flow: column;
    }

    .search-bar-categories .term-button .term-description {
        top: 0;
    }
    .search-bar-categories .term-button{
        width: 100%;
    }
    .search-bar-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        padding: 20px 0 30px 0;
    }


}


@media only screen and (max-width: 768px) {

    .home-search-inner .slick-track {
        gap: 26px;
        display: flex;
    }

}


.mail-icon{
    margin: 20px 0;
}


.footer .btn-scroll-to-top {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 35px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.footer .btn-scroll-to-top.shown {
    opacity: 1;
    visibility: visible;
}



.social-bar {
  width: 100%;
  height: auto;
  padding: 49px 85.5px 49px 81px;
  background-color: #1a1a1a;
}

.social-bar.d-lg-none{
    display: inherit;
}

.social-bar.d-none{
    display: none;
}

@media(min-width: 1024px){
    .social-bar.d-lg-none{
        display: none;
    }
    .social-bar.d-none{
        display: inherit;
    }
}

.social-bar ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 20px;  
}
.social-bar ul li{
  width: 395px;
  margin: 6px 15.2px 0 0;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e8e8e8;
  width: 100%;
}
.social-bar ul li a{
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 10px;
}

@media(max-width: 1024px){
    .social-bar {
        width: 100%;
        height: auto;
        padding: 32.3px 30px 43.8px 30px;
        background-color: #272727;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .social-bar ul {
        flex-flow: column;
        gap: 40px;
    }
    .social-bar ul li {
        margin: 0;
    }
    .social-bar ul li a {
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .social-bar ul li a span{
        font-size: 36px;
        color: #d8d8d8;
        opacity: .5;
        line-height: 1;
        font-weight: 300;
        text-transform: uppercase;
        margin-right: 40px;
    }


    .social-bar ul li a img{
        width: 50px;
        height: 50px;
        margin-top: 3px;
        position: relative;
        top: 7px;
    }

}

.investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .flex_wrap {
    flex-wrap: wrap;
    gap: 50px 0;
}
.investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_col:nth-child(odd)::after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    right: 40px;
    height: 100%;
    top: 0;
}

@media(max-width: 1024px){
    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_col:nth-child(odd)::after {
        display: none;
    }
}


.wrap_briefcase {
    display: flex;
    gap: 25px;
}

.wrap_briefcase  a.download-pdf,
.wrap_briefcase a.add-to-briefcase {
    display: flex;
}
.single_technology_sec .inner_section .top_wrap .wrap_title {
    max-width: 820px;
}



.wrap_briefcase  a.download-pdf{
    color: #000;
    font-size: 24px;
    line-height: 52px;
}

.wrap_briefcase a.download-pdf .indicator {
    background: url(../../images/pdf-icon.svg) no-repeat center;
    display: inline-block;
    width: 52px;
    height: 52px;
    float: right;
    margin-left: 13px;
    background-size: cover !important;
}

@media only screen and (max-width: 767px) {
    .single-technology .wrap_briefcase a.download-pdf .title {
        font-size: 16px;
    }
    .single-technology .wrap_briefcase a.download-pdf .indicator {
        width: 40px;
        height: 40px;
    }
    .wrap_briefcase  a.download-pdf{
        align-items: center;
    }
}

.investments_sec .wrap_title h2 {
    color: #000;
}

.investments_sec .desc p {
    color: #000;
}


.investments_sec .wrap_items {
    gap: 60px;
    justify-content: space-around;
}

.investments_sec .wrap_items .wrap_item {
    width: 297px;
    height: 297px;
    margin: 0;
    padding: 106px 34px 105px 35px;
    opacity: 0.7;
    border-radius: 148.5px;
    background: #fff;
}


.investments_sec .wrap_items .wrap_item .item_title span {
    font-size: 42px;
}
.investments_sec .wrap_items .wrap_item .item_subtitle span {
    font-size: 28px;
}

.wrap_img video{
    width: 100%;
    height: 100%;
}



.involved_banner{
    /*width: 1920px;*/
    height: 1080px;
    max-width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.involved_banner_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    padding-top: 360px;
}
.involved_banner_page_title h1{
    font-weight: 400;
    font-size: 92px;
    text-align: center;
    color: #FFFFFF;
}
.involved_banner_page_title h1 *{
    line-height: 1;
    margin: 0;
}
.involved_banner_page_text{
    font-weight: 300;
    font-size: 46px;
    text-align: center;
    color: #FFFFFF;
}
.involved_banner_page_link{
    width: 308px;
    height: 74px;
    color: #000000;
    background: #00D6D6;
    font-weight: 400;
    font-size: 37px;
    text-align: center;
    margin: 0 auto;
    margin-top: 44px;
    line-height: 2;
    transition: .3s all;
}
.involved_banner_page_link:hover{
    background: hsl(180deg 100% 42% / 80%);
}
.involved_banner_page_link a{
    color: inherit;
}
@media(max-width: 1024px){
    .involved_banner_page_title h1 {
        font-size: 9vw;
    }
    .involved_banner_page_title h1 * {
        line-height: 1.3;
    }
    .involved_banner_page_text {
        font-size: 6vw;
    }
    .involved_banner_page_link {
        height: auto;
        font-size: 7vw;
        width: max-content;
        padding: 5px 40px;
    }
    .involved_banner_container {
        top: 40%;
    }
    .involved_banner {
        max-height: 100vh;
    }
}
            
.involved_intro{
    background: #000000;
    padding-top: 50px;
    padding-bottom: 100px;
}
.involved_intro_container{
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
}
.involved_intro_title{
    font-weight: 400;
    font-size: 65px;
    color: #FFFFFF;
}
.involved_intro_list{}
.involved_intro_list ul{
    list-style-type: none;
    margin: 0;
}
.involved_intro_list ul li{
    font-weight: 400;
    font-size: 36px;
    color: #fff;
}
.involved_intro_list_title{
    font-weight: 700;
}

@media(max-width: 1024px){
    .involved_intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .involved_intro_title {
        font-size: 9vw;
    }
    .involved_intro_title *{
        line-height: 1.3;
    }
    .involved_intro_list ul li {
        font-size: 6vw;
        margin-bottom: 6vw;
    }
}

.involved_tabs{
    background: #000000;
    padding-top: 0;
    padding-bottom: 0;
}
.involved_tabs_container{
    width: 1525px;
    max-width: 90%;
    margin: 0 auto;
}
.involved_tabs_title{
    font-weight: 400;
    font-size: 65px;
    color: #FFFFFF;
}
.involved_tabs_nav{}
.involved_tabs_nav ul{
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.involved_tabs_nav ul li{
    font-weight: 400;
    font-size: 24px;
    background-color: #161515;
    color: #4D4D4D;
    width: 502px;
    min-height: 138px;
    max-width: 100%;
    text-align: center;

}
.involved_tabs_nav ul li.active{
    color: #fff;
}
.involved_tab_btn{
    width: 100%;
    height: 100%;
    padding-top: 40px;
    line-height: 1;
    cursor: pointer;
}
.involved_tabs_nav_title{
    font-weight: 400;
    font-size: 48px;
}
.involved_tabs_panel_container{
    width: 1526px;
    /*height: 655px;*/
    padding-bottom: 15px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.involved_tabs_panel_inner{
    width: 1295px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}
.involved_tabs_panel_inner_title{
    font-weight: 400;
    font-size: 36px;
    text-align: center;
}
.involved_tabs_panel_inner_notes{
    font-weight: 400;
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 40px;
}
.involved_tabs_panel_inner_item{
    width: 421px;
    min-height: 388px;
    background: #00000066;
    padding-bottom: 15px;
    max-width: 90%;
}
.involved_tabs_panel_inner_item_header{
    display: flex;
    gap: 45px;
    line-height: .95;
    width: 350px;
    height: 43px;
    max-width: 90%;
    justify-content: flex-start;
    margin: 0 auto;
    margin-top: 46px;
    align-items: center;
    position: relative;
}
.involved_tabs_panel_inner_item_header_number{
    width: 46px;
    height: 46px;
    background: #FFFFFF;
    text-align: center;
    color: #000;
    border-radius: 100px;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    position: relative;
    left: 25px;
}
.involved_tabs_panel_inner_item_header_title{
    font-weight: 700;
    font-size: 36px;
    max-width: 260px;
}
.involved_tabs_panel_inner_item_body{

}
.involved_tabs_panel_inner_item_header_list{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    width: 290px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 35px;
    position: relative;
    left: 10px;
}
.involved_tabs_panel_inner_item_header_list li{
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 5px;
    color: #fff;
}
.involved_tabs_panel_inner_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 35px;
    padding-bottom: 15px;
    gap: 15px;
}
.involved_tabs_panel_link{
    width: 1526px;
    max-width: 100%;
    min-height: 145px;
    background-color: #161515CC;
    /*font-weight: 700;*/
    font-size: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap:40px;
    z-index: 1;
    position: relative;
}

.involved_tabs_panel_inner_item_header_number_1{
    color: #090293;
}
.involved_tabs_panel_inner_item_header_number_2{
    color: #3B0E93;
}
.involved_tabs_panel_inner_item_header_number_3{
    color: #097CA3;
}

.involved_tabs_panel_inner_item_header_title_1{
    color: #7395FF;
}
.involved_tabs_panel_inner_item_header_title_2{
    color: #BA97FF;
}
.involved_tabs_panel_inner_item_header_title_3{
    color: #1BFFFF;
}
@media(max-width: 1024px){
    .involved_tabs_nav ul {
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .involved_tabs_nav ul li {
        width: 100%;
        height: auto;
        font-size: 5vw;
    }
    .involved_tabs_nav_title {
        font-size: 9vw;
    }
    .involved_tabs_panel_inner {
        padding-top: 40px;
    }
    .involved_tabs_panel_inner_title {
        font-size: 6vw;
        max-width: 90%;
        margin: 0 auto;
    }
    .involved_tabs_panel_inner_notes {
        max-width: 90%;
        margin: 0 auto;
    }
    .involved_tabs_panel_link {
        font-size: 5vw;
        padding: 40px 0;
        height: auto;
    }
    .involved_tabs_panel_inner_item_header_list {
        max-width: 80%;
    }
    .involved_tabs_panel_inner_item_header_number {
        left: 0;
    }
    .involved_tabs_panel_inner_item_header {
        gap: 15px;
    }
    .involved_tabs_panel_inner_item {
        min-height: 1px;
    }
    .involved_banner {
        height: auto;
        max-height: max-content;
    }
    .involved_banner_container {
        padding-top: 120px;
    }
    .involved_tabs_panel_inner_item {
        margin: 0 auto; 
    }
}

.sticky-tracks {
    background: #00D6D6;
    position: fixed;
    top: 31%;
    right: -84px;
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
    text-align: center;
    height: auto;
    padding: 10px 30px;
    transform: rotate(-90deg);
    z-index: 1001;
}
@media(max-width: 768px){
    .sticky-tracks {
        top: 67%;
        right: -70px;
        font-size: 7vw;
        color: #000000;
        padding: 5px 15px;
    }
}


@media(min-width: 1024px){
    .header {
      transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
      width: 100%;
      max-width: 100%;
    }
    .header-inner {
        max-width: 80%;
        margin: 0 auto;
        width: 1508px;
    }

    .header .logo,
    .header .technion-mosad-logo,
    .header .briefcase-logo,
    .header nav,
    .header .menu,
    .header .menu > li,
    .header .menu a {
      transition: all 0.25s ease;
    }

    .header.header-sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 25px 0;
      z-index: 999;
      background: #000000;
    }

    .header.header-sticky .logo {
      max-width: 155px;
    }

    .header.header-sticky .technion-mosad-logo {
      height: 40px;
      transform: translateY(0);
    }

    .header.header-sticky .briefcase-logo {
      height: 45px;
      transform: translateY(0);
    }

    .header.header-sticky #nav-icon3 {
        top: 0;
        transform: translateX(150%) scale(0.8);
    }

    @keyframes headerSlideDown {
      from {
        transform: translateY(-8px);
        opacity: 0.98;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .header.header-sticky.animate {
      animation: headerSlideDown 250ms ease both;
    }
}


.slick-dots {
    bottom: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    z-index: 99999;
}

.slick-dots li button{
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    font-size: 0;
    border-radius: 100px;
    cursor: pointer;
}

.slick-dots li.slick-active button{
    background: #1BFFFF;
}

.slick-dots li button:before {
    opacity: 0;
}

@media(max-width: 1024px){
    .slick-dots{
        display: none;
    }
}

.home_quote_sec .flex_wrap .slick-dots {
    justify-content: flex-start;
}


.t3_team_sec .wrap_team_box .content_wrap .info_wrap {
    text-align: start;
}

.t3_team_sec .wrap_team_box.one_row_box .content_wrap {
    min-height: 250px;
}


.page-template-tpl-involved-v2 .sticky-tracks{
    display: none;
}

.involved_tabs_panel_background_padding{
    position: relative;
    height: 400px;
}
.involved_tabs_panel_background {
    position: absolute;
    left: 0;
    margin-top: -300px;
    z-index: 0;
}
@media(max-width: 768px){
    .involved_tabs_panel_background {
        margin-top: 0;
    }
}
.investments_sec .wrap_items .wrap_item .item_title span {
    color: #01b4b4;
}
.investments_sec .wrap_items .wrap_item .item_subtitle span {
    color: #01b4b4;
}
.investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact {
    background-color: #1bffff;
}
@media(min-width: 1024px){
    .home-search-container.align_bottom {
        bottom: -173px;
    }
}
.t3_team_sec .wrap_team_box .content_wrap .info_wrap .role span {
     min-height: 1px; 
}

@media(min-width: 1024px) and (max-width: 1440px){
    .home-search-container {
        transform: scale(.9);
    }
    .sticky-tracks {
        right: -70px;
        font-size: 1.5rem;
    }
}

.investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .title_wrap h4{
    color: #1a1a1a;
}

.investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .title_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(min-width: 1024px){

    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .title_wrap {
        gap: 40px;
        height: 150px;
    }

    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_col:nth-child(odd)::after {
        right: 0;
        border-right: 1px solid #2b2b2b;
    }
    
    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_col {
        padding: 0px 65px;
    }
    
    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_title {
        padding: 0 60px;
        text-align: start;
    }
    
    .investments_programs_sec .wrap_programs .accordion .accordion-item .wrap_contact .wrap_title h3 {
        font-size: 80px;
    }

}

.hide-home-search .home-search-container {
    display: none !important;
}
.home-search-banner .slick-dots{
    /*display: none !important;*/
}

.wrap_home_slider_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    color: #fff;
    width: 1420px;
    margin: 0 auto;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    z-index: 1;
}
.wrap_home_slider_content_title{
    font-weight: 400;
    font-size: 92px;
    line-height: 1;
    margin-bottom: 20px;
}
.wrap_home_slider_content_text{
    font-weight: 300;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 40px;
}
.wrap_home_slider_content_link {
    width: 308px;
    font-weight: 400;
    font-size: 37px;
    color: #000000;
    display: inline-block;
    background: #1BFFFF;
    line-height: 76px;
    cursor: pointer;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    transform: none;
}
@media(max-width: 1366px){
    .wrap_home_slider_content_title {
        font-size: 50px;
    }
    .wrap_home_slider_content_text {
        font-size: 36px;
    }
    .wrap_home_slider_content_link {
        min-width: 220px;
        font-size: 24px;
        line-height: 60px;
    }
}
@media(max-width: 768px){
    .wrap_home_slider {
        height: 60vh;
    }
    .home-search-banner  .slick-slider .slick-list, .home-search-banner .slick-slider .slick-track {
        height: 100%;
    }
    .home-search-banner .wrap_img {
        height: 100%;
    }
    .home-search-banner .wrap_img video {
        width: 100%;
        height: 100%;
        height: 95vh;
    }
    .wrap_home_slider_content_title {
        font-size: 36px;
    }
    .wrap_home_slider_content_text {
        font-size: 22px;
    }
    .wrap_home_slider_content_link {
        min-width: 199px;
        font-size: 24px;
        line-height: 55px;
        width: auto;
    }
}

body.admin-bar .header, body.admin-bar .menu_wrapper {
    z-index: 1001;
}