/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
    font-family: "raanan";
}

/* ACCESIBILITY CODE CSS FOCUS */
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.accessibility_mode a:focus, .accessibility_mode input:focus, .accessibility_mode textarea:focus, .accessibility_mode button:focus, .accessibility_mode select:focus, .accessibility_mode .wpcf7-form input[type=checkbox]:focus, .accessibility_mode .wpcf7-form input[type=radio]:focus {
    outline: 2px dashed black!important;
    text-decoration: none;
    border: 2px dashed white!important;
    outline-offset: .15em!important;
}
.accessibility_mode .elementor-swiper-button-next:focus, .accessibility_mode .elementor-swiper-button-prev:focus, .accessibility_mode .slick-next:focus, .accessibility_mode .prev-prev:focus {
    outline: 2px dashed black!important;
    text-decoration: none;
    border: 2px dashed white!important;
    outline-offset: .15em!important;
}
.accessibility_mode .mega-menu-toggle .mega-toggle-block .mega-toggle-label:focus {
    outline: 2px dashed black!important;
    text-decoration: none;
    border: 2px dashed white!important;
    outline-offset: .15em!important;
}
.accessibility_mode .page-id-446 .elementor-widget-gallery .e-gallery-item:focus {
    outline: 2px dashed black!important;
    text-decoration: none;
    border: 2px dashed white!important;
    outline-offset: .15em!important;
}
.accessibility_mode .page-id-916 .hpbabetlt h2:focus {
    outline: 2px dashed black!important;
    text-decoration: none;
    border: 2px dashed white!important;
    outline-offset: .15em!important;
}
.elementor-446 .elementor-element.elementor-element-8a8daea .e-gallery-item:focus .elementor-gallery-item__overlay {
    background-color: rgba(0,0,0,0.5);
}
.accessibility_mode .elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.accessibility_mode .elementor-animated-content:focus .elementor-animated-item--enter-zoom-out, .accessibility_mode .elementor-animated-content:focus .elementor-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* ACCESIBILITY CODE CSS SKIP to CONTENT BUTTON */
.wpa-hide-rtl#skiplinks a:focus, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
    right: auto;
    left: auto;
}

/* Breadcrumbs */
.breadcrumbs_ul {
  text-decoration: none;
  list-style: none;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.breadcrumbs_ul > li {
	padding: 0 6px;
}
.breadcrumbs_ul > li a {
	text-decoration: none;
}

/* Header top bar */
#htb-il .elementor-icon-list-item a {
  font-size: 18px;
}
body.elementor-kit-26 p {
    margin-bottom: 10px;
}

/* Contact form home page hebrew */
#hp-fcf .hp-form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
    position: relative;
}
#hp-fcf .hp-form .hp-form-field {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 10px;
}
#hp-fcf .hp-form .hp-form-field-checkboxes {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -32px;
}
#hp-fcf .hp-form .hp-form-field input[type=text],
#hp-fcf .hp-form .hp-form-field input[type=email],
#hp-fcf .hp-form .hp-form-field input[type=tel] {
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 3px;
    min-height: 45px;
    line-height: 1.3;
    color: #000;
    height: 50px;
    padding: 5px 10px;
    border-radius: 1px;
}
#hp-fcf .wpcf7 .hp-form-field label {
    margin: 0 0 5px;
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    color: #fff;
}
#hp-fcf div.wpcf7 .hp-form .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -25px
}
#hp-fcf .wpcf7 .hp-form span.wpcf7-not-valid-tip {
    font-size: 18px;
    color: red;
    padding-top: 4px;
    line-height: 1.3
}
#hp-fcf .wpcf7 .hp-form input[type=submit] {
    background-color: #2D4BA1;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 0 12px;
    /* margin-top: 30px; */
    border-radius: 0 0 0 12px;
    cursor: pointer;
    height: 52px !important;
    width: 100%;
    border-color: #2D4BA1;
    margin-top: 32px;
}
#hp-fcf .wpcf7 .hp-form-field-checkboxes .wpcf7-list-item-label {
    color: #fff;
    padding-right: 8px;
    font-size: 20px;
}
#hp-fcf #your-interest input[type=checkbox] {
    opacity: 0;
	position: absolute;
	z-index: 12;
	width: 20px;
	height: 20px;
	background: transparent;
    top: 2px;
    border: transparent;
}
#hp-fcf #your-interest input[type=checkbox]:focus {
	outline: 1px dashed red;
	opacity: 1;
}
#hp-fcf #your-interest input[type=checkbox]:checked,
#hp-fcf #your-interest input[type=checkbox]:focus {
	outline: 1px solid red;
}
#hp-fcf #your-interest input[type=checkbox]+.lbl {
	position: relative;
	z-index: 11;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	min-height: 20px;
	min-width: 20px;
	font-weight: normal;
}
#hp-fcf #your-interest input[type=checkbox]+.lbl.padding-8::before {
	margin-right: 0;
}

#hp-fcf #your-interest input[type=checkbox]+.lbl::before {
	font-family: fontAwesome;
    font-weight: normal;
    font-size: 18px;
    color: orange;
    content: "\a0";
    background-color: #FFF;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    margin-right: 1px;
    margin-top: -5px;
}
#hp-fcf #your-interest input[type=checkbox]:checked+.lbl::before {
	display: inline-block;
	content: '\f00c';
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
#hp-fcf #your-interest input[type=checkbox]:hover+.lbl::before, #your-interest input[type=checkbox]+.lbl:hover::before {
	border-color: #fff;
}
#hp-fcf #your-interest input[type=checkbox]:active+.lbl::before,
#hp-fcf #your-interest input[type=checkbox]:checked:active+.lbl::before {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#hp-fcf #your-interest input[type=checkbox]:disabled+.lbl::before, #your-interest input[type=checkbox][disabled]+.lbl::before,
#hp-fcf #your-interest input[type=checkbox].disabled+.lbl::before {
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
	color: #BBB;
}
#hp-fcf span.wpcf7-list-item {
    margin: 0;
}
#hp-fcf .wpcf7 form .wpcf7-response-output {
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 20px;
}

/* Contact form contact page hebrew */
#cpf .hp-form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    width: 100%;
    position: relative;
}
#cpf .hp-form .hp-form-field {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 10px;
}
#cpf input[type=text],
#cpf input[type=email],
#cpf input[type=tel] {
    border: 1px solid #2D4BA1;
    background-color: #fff;
    border-radius: 0;
    min-height: 35px;
    line-height: 1.3;
    color: #000;
    height: 35px;
    padding: 5px 10px;
}
#cpf textarea {
    border: 1px solid #2D4BA1;
    background-color: #fff;
    border-radius: 0;
    height: 65px;
    line-height: 1.3;
    color: #000;
    padding: 5px 10px;
}
#cpf .wpcf7 label {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    line-height: 1.3;
    color: #000;
}
#cpf div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -25px
}
#cpf .wpcf7 span.wpcf7-not-valid-tip {
    color: red;
    font-size: 20px;
    padding-top: 0;
    line-height: 1.3;
    font-weight: 600;
}
#cpf .wpcf7 input[type=submit] {
    background-color: #2D4BA1;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    cursor: pointer;
    height: 45px;
    width: 100%;
    border-color: transparent;
}

/* Jobs page - Flat Contact form hebrew */
#jobs-fcf .hp-form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    width: 100%;
    position: relative;
}
#jobs-fcf .hp-form .hp-form-field {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 10px;
}
#jobs-fcf .hp-form .hp-form-field-checkboxes {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -32px;
}
#jobs-fcf .hp-form .hp-form-field input[type=text],
#jobs-fcf .hp-form .hp-form-field input[type=email],
#jobs-fcf .hp-form .hp-form-field input[type=tel] {
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 3px;
    min-height: 45px;
    line-height: 1.3;
    color: #000;
    height: 50px;
    padding: 5px 10px;
    border-radius: 1px;
}
#jobs-fcf .wpcf7 .hp-form-field label {
    margin: 0 0 5px;
    font-size: 22px;
    display: inline-block;
    line-height: 1.3;
    color: #fff;
}
#jobs-fcf div.wpcf7 .hp-form .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -25px
}
#jobs-fcf .wpcf7 .hp-form span.wpcf7-not-valid-tip {
    color: #2D0B15;
    font-size: 22px;
    padding-top: 8px;
    font-weight: bold;
    line-height: 1.3
}
#jobs-fcf .wpcf7 .hp-form input[type=submit] {
    background-color: #2D4BA1;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 0 12px;
    /* margin-top: 30px; */
    border-radius: 0 0 0 12px;
    cursor: pointer;
    height: 51px;
    width: 100%;
    border-color: #2D4BA1;
}
#jobs-fcf span.wpcf7-list-item {
    margin: 0;
}
#jobs-fcf .wpcf7 form .wpcf7-response-output {
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 20px;
}

/* Single job/misra form - hebrew */
#jpf .hp-form {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    width: 100%;
    position: relative;
}
#jpf .hp-form .hp-form-field {
    flex: 1;
    -webkit-flex: 1;
    margin-left: 10px;
}
#jpf input[type=text],
#jpf input[type=email],
#jpf input[type=tel] {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    min-height: 45px;
    line-height: 1.3;
    color: #000;
    height: 35px;
    padding: 5px 10px;
    font-size: 18px;
}
#jpf textarea {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    height: 85px;
    line-height: 1.3;
    color: #000;
    padding: 5px 10px;
    font-size: 18px;
}
#jpf .wpcf7 label {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    line-height: 1.3;
    color: #000;
}
#jpf div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -25px
}
#jpf .wpcf7 span.wpcf7-not-valid-tip {
    color: red;
    font-size: 20px;
    padding-top: 0;
    line-height: 1.3;
    font-weight: 600;
}
#jpf .wpcf7 input[type=submit] {
    background-color: #2D4BA1;
    font-size: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    cursor: pointer;
    height: 55px;
    width: 100%;
    border-color: transparent;
}
#jpf div.wpcf7 input[type="file"] {
    max-width: 100%;
}

.articles-posts-archive .elementor-post .elementor-post__read-more {
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    padding: 10px 18px 10px 18px;
    display: inline-block;
    line-height: 1;
    padding: 10px 18px 10px 18px;
}
.elementor-widget-archive-posts .elementor-post .elementor-post__read-more {
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    padding: 10px 18px 10px 18px;
    display: inline-block;
    line-height: 1;
    padding: 10px 18px 10px 18px;
}
.elementor-widget-archive-posts .elementor-post .elementor-post__read-more:hover {
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #2D4BA1;
}
.header-title-oi {
    margin-bottom: 40px !important;
}
.page-id-729 .header-title-oi {
    margin-bottom: 0 !important;
}
.header-title-oi .elementor-container {
    justify-content: center;
    -webkit-justify-content: center;
}
.header-title-oi .elementor-container .elementor-column {
    width: auto !important;
    max-width: 600px !important;
}
.header-title-oi .elementor-row {
    justify-content: center;
    -webkit-justify-content: center;
}
.header-title-oi .elementor-container .elementor-column .elementor-widget-wrap  .elementor-widget-breadcrumbs #breadcrumbs ul li a {
    font-size: 12px ;
}
.header-title-oi .elementor-container .elementor-column .elementor-widget-wrap  .elementor-widget-breadcrumbs #breadcrumbs ul li span {
    font-size: 12px ;
}
/* First activate the default icon in the video player options, then hide it with custom CSS */
.eicon-play{display:none;}
/* Use this class and change/add the values to display your icon as intended */
.elementor-custom-embed-play{
    width: 100%;
    max-width: 65px;
    content: url(images/vgp-play.png);
    transition: 0.3s ease-in-out;
}
/* If you'd like to add a hover state - Example */
.elementor-custom-embed-play:hover{
    max-width: 90px;
}

/* Services Boxes - Hebrew */
.sbit.elementor-widget-image-box .elementor-image-box-img img {
    display: flex;
    -webkit-display: flex;
}
.sbit.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
    padding: 0 31px 0 0;
}
.sbit.elementor-widget-image-box .elementor-image-box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    -webkit-display: flex;
}

/* Home page slides */
.hp-sld-text-boxes {
    position: relative;
    margin-top: 10vw;
}
.hp-sld-text-boxes .hp-sld-text-boxes-bt {
    position: absolute;
    right: 6.5vw;
    left: auto;
}
.hp-sld-text-boxes .hpsldtoptitle {
    display: block;
    white-space: nowrap;
    background: #ffffff;
    color: #2d4ba1;
    font-size: 48px;
    margin: 0;
    padding: 0 58px;
    text-align: center;
    line-height: 1;
}
.hp-sld-text-boxes .hpsldmidtitle {
    display: block;
    white-space: nowrap;
    background: #ffffff;
    color: #2d4ba1;
    font-size: 27px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    line-height: 1;
}
.hp-sld-text-boxes .hpsldbottomtitle {
    display: block;
    white-space: nowrap;
    background: #2d4ba1;
    color: #ffffff;
    font-size: 40px;
    margin: 0;
    padding: 20px 24px;
    border-radius: 0 0 0 15px;
    text-align: center;
    line-height: 1;
}
/* max mega menu */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    padding: 0 12px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a {
   padding: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > .mega-menu-item.mega-current_page_item > a {
   border-top: 4px solid #2d4ba1 !important;
   margin-top: -8px;
   font-weight: bold;
   color: #2d4ba1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    border-top: 4px solid #2d4ba1 !important;
    margin-top: -8px;
    font-weight: bold;
    color: #2d4ba1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: bold;
    color: #2d4ba1;
    border-top: 4px solid #2d4ba1 !important;
    margin-top: -6px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a:hover {
    font-weight: normal;
    color: #2d4ba1;
    border-top: 4px solid #2d4ba1 !important;
    margin-top: -6px;
}

/* JOBS PAGE */
.hp-csc-posts {
    width: 100%;
}
.hp-csc-posts .hp-csc-posts-wrapper {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}
.hp-csc-posts .hp-csc-posts-box {
    text-align: right;
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    margin: 0 0 35px;
   
    border: 1px solid #2d4ba1;
	border-top: 4px solid #2d4ba1;
    margin: 0px;
    margin-bottom: 3%;
    padding: 15px 0px 15px 0px;
	border-radius: 0px 0px 0px 12px;
}
.hp-csc-posts .hp-csc-posts-box.red_job {
    border: 1px solid red;
   	border-top: 4px solid red;
}
.hp-csc-posts .hp-csc-posts-box-title {
    color: #2d4ba1;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 15px 0px 15px;
    margin: 0;
}
.hp-csc-posts .hp-csc-posts-box-position {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}
.hp-csc-posts .hp-csc-posts-box-position span {
    padding-right: 6px;
}
.hp-csc-posts .hp-csc-posts-box-description {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 15px 25px;
}
.hp-csc-posts .hp-csc-posts-buttons {
    display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 0;
}
.hp-csc-posts .hp-csc-posts-buttons a.rmb {
    background-color: #44c9f6;
    font-size: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    width: 28%;
    border-color: #44c9f6;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    line-height: 1.3;
    text-align: center;
}
.hp-csc-posts .hp-csc-posts-buttons .rmb:hover {
    background-color: #44c9f6;
    border-color: #44c9f6;
}
.hp-csc-posts .hp-csc-posts-buttons a.scvb {
    background-color: #2D4BA1;
    font-size: 20px;
    padding: 6px 12px;
    -webkit-border-radius: 12px 0 0 0px;
    border-radius: 12px 0 0 0x;
    cursor: pointer;
    height: 40px;
    width: 100%;
    border-color: #2D4BA1;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    text-align: center;
    position: relative;
}
.hp-csc-posts .hp-csc-posts-buttons .scvb:hover {
    background-color: #2D4BA1;
    border-color: #2D4BA1;
}
.hp-csc-posts .hp-csc-posts-buttons .scvb:before {
  content: url('/wp-content/themes/hello-theme-child-master/images/ji.jpg');
  position: absolute;
  z-index:100000;
  right: 7%;
  top:7px;
  width: 38px;
  height: 28px;
}
.mega-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    padding-right: 10px !important;
}
/*.elementor-widget-posts .elementor-widget-container .elementor-posts-container  .elementor-post .elementor-post__text .elementor-post__title {
    height: 90px;
    min-height: 90px;
}*/
.elementor-widget-posts .elementor-widget-container .elementor-posts-container  .elementor-post .elementor-post__text .elementor-post__excerpt {
    height: 120px;
    min-height: 120px;
}
.elementor-widget-archive-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
    height: 50px;
    min-height: 50px;
}
.elementor-location-footer .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
    height: auto;
    min-height: auto;
}
/* Contrast */
.contrast #cpf input[type="text"], .contrast #cpf input[type="email"], .contrast #cpf input[type="tel"], .contrast #cpf textarea {
    border: 1.5px solid #fff !important;
}
.contrast #hp-fcf .hp-form .hp-form-field input[type="text"], .contrast #hp-fcf .hp-form .hp-form-field input[type="email"], .contrast #hp-fcf .hp-form .hp-form-field input[type="tel"], .contrast #hp-fcf textarea {
    border: 1.5px solid #fff !important;
}
.contrast #jpf input[type="text"], .contrast #jpf input[type="email"], .contrast #jpf input[type="tel"], .contrast #jpf textarea {
    border: 1.5px solid #fff !important;
}
/*#hp-wn .elementor-widget-heading .elementor-widget-container h3 {
    height: 60px;
    min-height: 60px;
}*/
#hp-wn .elementor-widget-text-editor {
    height: 120px;
    min-height: 120px;
}
.elementor-location-footer .elementor-nav-menu li {
    line-height: 22px;
}
.single-post .header-title-oi h1 {
    font-family: "raanan" !important;
}
.single-post .elementor-widget-breadcrumbs .elementor-widget-container .breadcrumbs ul li a, .single-post .elementor-widget-breadcrumbs .elementor-widget-container .breadcrumbs ul li span {
    font-family: "raanan" !important;
}

/* NlsHunterApi - JOBS PLUGIN STYLE */
.page-id-3055 .header-title-oi {
    margin-bottom: 0 !important;
}
section.nls-search-module {
    margin-top: 0 !important;
}
form.nls-search {
    background-color: #00ADEF;
}
form.nls-search .search-options {
    background-color: #00ADEF; 
}
.nls-btn:disabled {
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    padding: 10px 18px 10px 18px;
}
form.nls-search input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    border: none;
}
.search.options {
    font-size: 20px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    border: none;
}
div.nls-search-results-module .top-title .submit-cv {
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    padding: 10px 18px 10px 18px;
    border: none;
}
.footer button.submit-cv {
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2D4BA1;
    border-radius: 0px 0px 0px 12px;
    padding: 10px 18px 10px 18px;
    border: none;
    opacity: 1;
}
.nls-outlined-btn:hover {
    opacity: 1;
}
#search-result-jobs .description {
    font-size: 18px;
    line-height: 26px;
    line-height: 1.2;
    padding-left: 2rem;
    color: #000;
}
#search-result-jobs .description .sr-job-details {
    font-size: 18px;
    line-height: 1.2;
    padding: 20px;
    color: #000;
}
#search-result-jobs .sr-name {
    font-weight: 600;
    color: #2d4ba1;
}
#search-result-jobs .attributes > .attribute label:first-child {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
#search-result-jobs .attributes > .attribute .sr-job-id {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
}
#search-result-jobs .attributes > .attribute .sr-location {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
}
.nls-apply-for-jobs.modal .modal-header {
    background-color: #00ADEF;
}
.nls-apply-for-jobs.modal .modal-header h1.title {
    color: #fff;
}
.nls-apply-for-jobs.modal .nls-apply-field label {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    padding-bottom: 3px;
}
.nls-apply-for-jobs.modal .modal-footer p {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    padding-bottom: 3px;
}
.nls-apply-for-jobs.modal .modal-footer button {
    border: none;
}
.nls-apply-for-jobs .help-block {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    padding-bottom: 3px;
    color: red;
}
.SumoSelect p.CaptionCont.SelectBox, div.nls-field.text input[type="text"] {
    border: none;
    background: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
}
.SumoSelect>.CaptionCont>span, .SumoSelect>.CaptionCont>span.placeholder {
    background: #fff;
    font-size: 18px;
    color: #000;
}
#htb-il ul li:nth-of-type(odd) {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    width: 55px;
    position: absolute;
    height: 50px;
}



@media only screen and (max-width:800px) {
    .grid-container > div {
        margin: 32px 0 34px;
        width: auto;
    }
    .grid-container {
        display: flex;
        justify-content: center;
    }

}


@media only screen and (max-width:600px) {
    #hp-fcf .hp-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
    #hp-fcf .hp-form .hp-form-field {
        flex: 1 0 47%;
        -webkit-flex: 1 0 47%;
        margin: 0 10px 12px
    }
    #hp-fcf .hp-form .hp-form-field-checkboxes {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        padding-right: 12px;
    }
    #hp-fcf .wpcf7 .hp-form input[type=submit] {
        margin-top: 20px;
    }
    #jobs-fcf .hp-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
    #jobs-fcf .hp-form .hp-form-field {
        flex: 1 0 47%;
        -webkit-flex: 1 0 47%;
        margin: 0 10px 12px
    }
    #jobs-fcf .hp-form .hp-form-field-checkboxes {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        padding-right: 12px;
    }
    #jobs-fcf .wpcf7 .hp-form input[type=submit] {
        margin-top: 20px;
    }
}

@media only screen and (max-width:1100px) and (min-width:601px) {
    #hp-fcf .hp-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #hp-fcf .hp-form .hp-form-field {
        flex: 1 0 47%;
        -webkit-flex: 1 0 47%;
        margin: 0 10px 12px;
    }
    #hp-fcf .hp-form .hp-form-field-checkboxes {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        padding-right: 10px;
    }
    #hp-fcf .wpcf7 .hp-form input[type=submit] {
        margin-top: 20px;
    }
    #hp-fcf #your-interest input[type=checkbox] {
        top: 2px;
    }
    #jobs-fcf .hp-form {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #jobs-fcf .hp-form .hp-form-field {
        flex: 1 0 47%;
        -webkit-flex: 1 0 47%;
        margin: 0 10px 12px;
    }
    #jobs-fcf .hp-form .hp-form-field-checkboxes {
        position: relative;
        width: 100%;
        right: 0;
        bottom: 0;
        padding-right: 10px;
    }
    #jobs-fcf .wpcf7 .hp-form input[type=submit] {
        margin-top: 20px;
    }
    #jobs-fcf #your-interest input[type=checkbox] {
        top: 2px;
    }
}

@media only screen and (max-width:1024px) {
    .hp-sld-text-boxes {
        margin-top: 10vw;
    }
    .hp-sld-text-boxes .hp-sld-text-boxes-bt {
        right: 11vw;
    }
    .hp-sld-text-boxes .hpsldtoptitle {
        font-size: 38px;
        padding: 0 53px;
    }
    .hp-sld-text-boxes .hpsldmidtitle {
        font-size: 22px;
        padding: 0 0 10px 0;
    }
    .hp-sld-text-boxes .hpsldbottomtitle {
        font-size: 30px;
        padding: 20px 24px;
    }
    .header-title-oi .elementor-container .elementor-column h1 {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    .header-title-oi .elementor-row {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .hp-csc-posts .hp-csc-posts-box {
        text-align: right;
        flex: 1 0 50%;
        -webkit-flex: 1 0 46%;
        margin: 0 2% 35px;
    }
    .hp-csc-posts .hp-csc-posts-buttons .scvb:before {
        right: 7%;
    }

}

@media only screen and (max-width:767px) {
    .hp-sld-text-boxes {
        margin-top: 1vw;
    }
    .hp-sld-text-boxes .hp-sld-text-boxes-bt {
        right: 10vw;
    }
    .hp-sld-text-boxes .hpsldtoptitle {
        font-size: 26px;
        padding: 0 30px;
    }
    .hp-sld-text-boxes .hpsldmidtitle {
        font-size: 18px;
        padding: 0 0 5px 0;
    }
    .hp-sld-text-boxes .hpsldbottomtitle {
        font-size: 22px;
        padding: 10px 16px;
    }
    .header-title-oi .elementor-container .elementor-column h1 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .header-title-oi > .elementor-container {
        min-height: 150px !important;
    }
    .header-title-oi .elementor-container .elementor-column-wrap {
        padding: 10px 20px 10px 20px !important;
    }
    .breadcrumbs_ul {
      text-decoration: none;
      list-style: none;
      display: block;
    }
    .breadcrumbs_ul li {
      display: inline;
    }
    .hp-csc-posts .hp-csc-posts-box {
        text-align: right;
        flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        margin: 0 0 35px;
    }
    .hp-csc-posts .hp-csc-posts-buttons a.scvb {
        font-size: 18px;
        line-height: 1.5;
    }
    .hp-csc-posts .hp-csc-posts-buttons a.rmb {
        font-size: 18px;
        line-height: 1.5;
    }
    .hp-csc-posts .hp-csc-posts-buttons .scvb:before {
        right: 9%;
    }
    #hp-wn .elementor-widget-text-editor {
        height: auto;
        min-height: auto;
    }
    #hp-wn .elementor-widget-heading .elementor-widget-container h3 {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__excerpt {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__excerpt {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__title {
        height: auto;
        min-height: auto;
    }
    .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__excerpt {
        height: auto;
        min-height: auto;
    }

}
#form_search_submit {
		width:100%;
}


.wpcf7-submit {
    background-color: #2D4BA1!important;
    font-size: 20px!important;
    padding: 0px 0px!important;
    -webkit-border-radius: 0 0 0 15px!important;
    border-radius: 0 0 0 15px!important;
    cursor: pointer!important;
    height: 40px!important;
    width: 100%!important;
    border-color: transparent;
}

.hp-csc-posts-box #copy_this {
	display:block;
}

.archive_cpt_shrtcd .collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}


.active, .collapsible:hover {
  background-color: #ccc;
}


.content {
   padding: 0 18px;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-radius: 0px 0px 0px 12px;
}

.jobs_toggle_content{
   padding: 0 18px;
  max-height: 0;
  display:none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
 
}

.form_flex {
	display:flex;
}
.form_item {
	    width: calc(50% - 15px);
    margin: 0px 0px 0px 15px;
}

#form_search_submit { 
border-color:#2D4BA1;
}
.form_submit {
    width: 100%;
    padding: 8px 0px!important;
    border: 0px;	
}
#form_search
{
    margin-bottom: 50px;
    padding: 0px 0px 0px 0px;
}
.box_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.box_bt {
	padding-top: 2%;
    margin-bottom: 20px;	
}
.box_text {
		
}
.hp-csc-posts-box-userdefined4{
    color: #5475CF!important;
    font-size: 20px!important;
    font-weight: bold!important;
    padding: 0px 15px;
    margin: 0;	
}
.hp-csc-posts-box-red{
    color: red!important;
    font-size: 20px!important;
    font-weight: bold!important;
    padding: 0px 15px;
    margin: 0;	
}
.checkbox_div label {
	position: relative;
    top: -4px!important;
}
#inputArea{
	    padding: 13px;
}
.styled-select {
  width: 100%;
  height: 45px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(images/downarrow_blue.png) no-repeat right white;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;  
}

.styled-select select {
  background: transparent;
  /*-webkit-appearance: none;*/
  width: 100%;  
  border: 0;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 0;
  
}
.label_area {
	position: absolute;    
    z-index: 222;
    top: 8px;
    padding-right: 12px;
}

.details_item {
    display: inline-block;
        font-size: 20px!important;
   
    padding: 0px 15px;
    margin: 0;
   
}
.details_item:before {
    color: #4d4d4d;
    font-family: 'icomoon';
    font-size: 13px;
    margin-left: 8px;
}
.warp_jobs_list_order .jobs_list_order_button {
    float: left;
    width: 140px;
    height: 48px;
    background-color: #2D4BA1;
    color: white;
    font-size: 22px;
	font-weight:600;
    text-align: center;
    line-height: 48px;	
    border-radius: 0px 0px 0px 12px;
	    text-decoration: none;
		margin-top: 30px;
}
.warp_jobs_list_order {
    height: 120px;
    padding: 0px 30px 0px 30px;
    width: 100%;
}
.warp_job_details {
    padding-top: 17px;
    position: absolute;
}



.warp_jobs_list_order .jobs_list_order_button:hover {
	 color: white;
}



.location:before {
    content: "\e948";
}
.date_published:before {
    content: "\e9d9";
}

.jobs_list_order_title  {
    font-size: 26px;
    color: #2D4BA1;
    display: inline-block;
    margin: 0;
	font-weight: 600;
	    line-height: 26px;
}





@font-face {
    font-family: 'IcoMoon';
    src: url('IcoMoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IcoMoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.your_name_flex {
	display: flex;
	margin-bottom:20px;
}
.your_name_div {
	width: 33.33%;
    margin-left: 10px;
}
.your_phone_div {
	width: 33.33%;
    margin-left: 10px;
}
.your_email_div {
	    width: 33.33%;
}
.your_file_flex {
	    display: flex;
}
.your_upload_div {
	    width: 33%;
}
.form_main {
	padding:20px 0px;
}
.upload-cv{
	padding-top: 10px;
}
.must {
	margin-bottom: 15px
}
.hp-csc-posts .hp-csc-posts-buttons .scvb:before {
	display:none;	
}
.your_submit_div {
	width: 15%;
    margin-right: auto;
	max-width: 140px;
}
.your_submit_div input{
    border-radius: 0px 0px 0px 12px!important;
	   
	width: 100%!important;
    height: 45px!important;
   
    color: white;
    font-size: 22px!important;
    text-align: center;
    line-height: initial;
	background-color: #00ADF0!important;
    border-color: #00ADF0;
}
.hp-csc-posts .hp-csc-posts-buttons a.scvb {
    background-color: #f1f1f1!important;
    color: #2D4BA1!important;
    font-weight: bold!important;
	font-size: 24px!important;
	height: 50px!important;
	border-radius: 0px;
}
.hp-csc-posts .hp-csc-posts-buttons .scvb:hover {
    background-color: #f1f1f1!important;
    border-color: #f1f1f1!important;
}
.hp-csc-posts-buttons a {
	padding-top: 20px!important;
}
@media only screen and (max-width:767px) {
	
	.your_submit_div {
	    width: 100%;
		
	}
	.warp_jobs_list_order {
		height: inherit;
		padding: 10px;
		width: 100%;
	}
	.jobs_list_order_title {  
		margin-bottom: 10px;
	}
	.warp_jobs_list_order .jobs_list_order_button {
		float: initial;
		display: block; 
		    order: 2;
			margin-top: 0px;
	}
	.warp_job_details {
		padding-top: 0px;
		padding-bottom:17px;
		position: relative;
	}
	.your_name_div {
		width: 100%;
		margin-left: 0px;
	}
	.your_phone_div {
		width: 100%;
		margin-left: 0px;
	}
	.your_email_div {
		width: 100%;
	}
	.your_name_flex {
		display: flex;
		flex-direction: column;
	}
	.your_upload_div {
		width: 100%;
	}
	.your_file_flex {
		flex-direction: column;
	}
	.jobs_toggle_content {
		padding: 0px;
	}
	.hp-csc-posts .hp-csc-posts-box{
		padding: 0px;
	}
	
	.warp_jobs_list_order   {
		    display: flex;
    flex-direction: column;
	}
}
.astm-search-menu {
    padding: 10px 20px;
}
.astm-search-menu .is-form-style.is-form-style-3 input.is-search-input {
    border: solid 1px #2D4BA1!important;
    border-left: solid 0 #2D4BA1!important;
    font-size: 20px!important;
    height: 45px;
}
.astm-search-menu .is-form-style input.is-search-submit, .is-search-icon {
    color: #2D4BA1;
    background: #fff;
    font-size: 16px!important;
    border-right: 0 solid #2D4BA1;
    border-left: 1px solid #2D4BA1;
    border-top: 1px solid #2D4BA1;
    border-bottom: 1px solid #2D4BA1;
}
.astm-search-menu .is-form-style .is-search-submit {
    height: 45px;
}
.astm-search-menu .is-search-icon {
    height: 45px;
    padding-top: 11px!important;
}
.astm-search-menu .is-form-style .is-search-submit path {
    fill: #2D4BA1;
}
div[data-elementor-type="wp-page"] h3 {
    line-height: 22px;
    margin: 20px 0 8px;
}
div[data-elementor-type="wp-page"] h2 {
    line-height: 22px;
    margin: 20px 0 8px;
}
#bottom-links-boxes .elementor-column .elementor-heading-title {
    color: #2D4BA1 !important;
}
#bottom-links-boxes-text .elementor-column .elementor-text-editor span {
    color: #2D4BA1 !important;
}
#bottom-links-boxes-text .elementor-column .elementor-text-editor p {
    color: #2D4BA1 !important;
}

@media only screen and (min-width:1025px) {
.astm-search-menu {
    display: none;
}

}

#jpf #form_search label {
    color: #fff;
    font-size: 25px;
    padding-bottom: 4px;
    display: inline-block;
}
#jpf #form_search .form_flex .lfi {
    margin: 28px 0px 0px 15px;
}
@media only screen and (max-width:767px) {
#jpf #form_search .form_flex .form_item {
    margin: 0 6px 0px 6px;
}
#jpf #form_search .form_flex .lfi {
    margin-top: 28px;
}

}

/*.elementor-kit-26 h2 {
    font-size: 30px !important;
}*/

#page-content h1 {
    font-size: 24px !important;
}
#page-content h2 {
    font-size: 20px !important;
}
#page-content h2 a {
    font-size: 20px !important;
}
#page-content h3 {
    font-size: 18px !important;
}
#page-content h2 span {
    font-size: 20px !important;
}
#page-content h3 span {
    font-size: 18px !important;
}

.contrast .details_item {
    color: #00b0FF !important;
}

#page-content .jobs_list_order_wrap .jobs_list_order_title h3 {
    color: #2d4ba1;
    font-size: 28px !important;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
