body {
    font-family: rag-sans, "Montserrat", Sans-serif;
	color: #404040;
	padding-top: 110px;
}
html[lang="he-IL"] body {
    font-family: "rag-sans","Sans-serif";
	direction: rtl;
}
html[lang="en-US"] body {
    direction: ltr;
}
section.row {
	margin: 0;
}
body:not([class*=elementor-page-]) .site-main,
.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	max-width: unset;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "rag-sans","Sans-serif";
	font-weight: 500;
}
a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
    color: #39BEAD;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media (min-width: 768px) {
	.oz-nav-btn a {
		padding: 8px 20px !important;
		background: #4B51A3;
		border-radius: 24px;
	}
	.oz-nav-btn a:hover {
		background: #FFCE35;
	}
	.hamburger {
		display: none;
	}
	#menu-languages-menu,
	#menu-main-menu {
		width: auto;
		float: right;
	}
}
.nomarg {
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
	.nomarg-medium {
		margin: 0;
	}
}
.oz-header-message.fadeOut {
	opacity: 0;
	transition: all 0.8s linear;
}
#site-header.ozs-header {
	max-width: unset;
	background-image: url(https://ozsoftware.com/app/uploads/Banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    align-items: center;
    direction: ltr;
    position: fixed;
    z-index: 10;
    top: 0;
}
.admin-bar #site-header.ozs-header {
    top: 32px;
}
#site-header.ozs-header > .container {
    column-count: 2;
}
.site-header .site-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
}
.site-header .site-navigation > div {
    width: 100%;
}
.menu-languages-menu-container,
.menu-main-menu-container {
    width: 100%;
}
.site-navigation .menu {
    margin: 0;
}
.site-navigation ul.menu {
    float: right;
}
html[lang="he-IL"] .site-navigation ul.menu li:not(:first-child) {
    margin-left: 50px;
}
html[lang="en-US"] .site-navigation ul.menu li:not(:last-child) {
    margin-right: 50px;
}
.site-navigation ul.menu li a {
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    white-space: nowrap;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	text-decoration: none;
}
.site-navigation ul.menu li.wpml-ls-item a {
    font-size: 12px;
}
.site-navigation ul.menu li a:after {
    display: block;
    position: absolute;
    height: 2px;
	background-color: #fff;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	opacity: 0;
}
.site-navigation ul.menu li:not(.oz-nav-btn) a:hover:after {
	opacity: 1;
}
.lang-menu-container {
    width: 100%;
    margin-bottom: 10px;
    float: right;
}
@media screen and (min-width: 768px) {
	.lang-menu-container {
		padding-right: 15px;
	}
}
.lang-menu-container #lang-menu {
    float: right;
    padding: 0;
    margin: 0;
}
.lang-menu-container #lang-menu li {
    display: inline-block;
	float: right;
    margin-left: 10px;
	position: relative;
}
.lang-menu-container #lang-menu li:after {
    content: ' ';
    height: 50%;
    position: absolute;
    left: -6px;
    border: 1px solid #fff;
    top: 7px;
}
.lang-menu-container #lang-menu li:last-child {
    margin: 0;
}
.lang-menu-container #lang-menu li:last-child:after {
    display: none;
}
.lang-menu-container #lang-menu li a {
    color: #ffffffb8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}
.lang-menu-container #lang-menu li a:hover {
    color: #fff;
}
.lang-menu-container #lang-menu li:first-child a {
    color: #fff;
}
/*WPML*/
.site-navigation ul#menu-languages-menu li a:after {
	display: none;
}
.site-navigation ul#menu-languages-menu .sub-menu {
    background: transparent;
}
/*END WPML*/
.site-footer {
	padding: 0;
}
.site-footer .footer-content{
	background-color: #020e14;
    min-height: 300px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.site-footer .copyrights {
    font-family: "Montserrat", Sans-serif;
	background-color: #4b51a3;
    padding: 20px 0;
}
.site-footer .copyrights p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.btn {
    width: auto;
    border: 1px solid;
}
.main-banner {
    height: 610px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-banner img {
	min-width: 100%;
    padding: 0;
}
.main-banner h1 {
    color: #fff;
}
#site-header.ozs-header > .container {
    display: flex;
}
@media screen and (min-width: 1600px) {
	.container.wide {
		max-width: 1400px;
	}
	#site-header.ozs-header > .container {
		max-width: 1680px;
	}
	#site-header.ozs-header > .container {
		max-width: 1680px;
	}
}
.arrow-fly {
	background: url(../images/Arrow.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-left: 8px;
}
.page-main-content {
    font-size: 20px;
    padding: 60px 0;
}
.thank-you-notice {
	font-size: 45px;
	font-weight: 100;
	position: relative;
    overflow: hidden;
}
.thank-you-notice .dot.yellow {
    background: #FFCE35;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    top: -140px;
    z-index: -1;
}
.thank-you-notice .dot.cyan {
    background: #39bdad;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: -150px;
    top: 150px;
    z-index: -1;
}
.thank-you-notice .dot.purple {
    background: #4c52a3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: -150px;
    top: 0;
    z-index: -1;
}
.donut.gray {
    background: url(../images/Donut.svg);
	background-size: 100%;
	background-position: 50% 50%;
	width: 120px;
	height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: -1;
}
.text-color-purple {
    color: #4C52A3;
}
.font-size-70 {
    font-size: 70px;
}
.font-size-80 {
    font-size: 80px;
}
.bold {
    font-weight: 900;
}
.semi-bold {
    font-weight: 500;
}
/* Careers index */
.dot.big {
	width: 120px;
	height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    bottom: 60px;
    z-index: -1;
}
.dot.medium {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    right: 80px;
    top: 60px;
    z-index: -1;
}
.yellow-color {
    color: #FFCE35;
}
.yellow-bg {
    background: #FFCE35;
}
.cyan-color {
    color: #39BEAD;
}
.cyan-bg {
    background: #39BEAD;
}
.careers-index {
    padding: 60px 0;
    position: relative;
}
.careers-testimonials {
    padding: 60px 0;
	font-size: 30px;
    position: relative;
}
.careers-testimonials .donut.gray {
    background: url(../images/Donut.svg);
    background-size: 100%;
    background-position: 50% 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 0;
}
.careers-testimonials .dot.purple {
    background: #4c52a3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}
.careers-main-content {
    padding: 60px 30px;
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	.careers-main-content {
		padding-left: 60px;
	}
	.careers-testimonials {
		padding-right: 60px;
	}
}
.posts-index {
	overflow: hidden;
    text-align: right;
    display: block;
	direction: rtl;
}
@media screen and (min-width: 1600px) {
	.careers-index .posts-index {
		margin-left: -40px;
		margin-right: -40px;
	}
	.careers-main-content {
		padding-left: 90px;
	}
}
.careers-main-content h2 {
    color: #4C52A3;
    font-size: 80px;
    margin: 0;
    margin-bottom: 30px;
}
.career-teaser {
    margin-bottom: 60px;
    float: right !important;
}
@media screen and (min-width: 1600px) {
	.career-teaser {
		padding: 0 40px;
	}
}
.career-teaser .item-header {
    background: #4C52A3;
	height: 70px;
    display: flex;
    flex-flow: wrap;
}
.career-teaser .item-header a {
    display: block;
    width: 100%;
}
.career-teaser .item-header h2 {
    font-size: 25px;
    color: #fff;
    text-align: right;
    padding: 0 30px;
    display: flex;
    justify-content: start;
    direction: rtl;
    align-items: center;
    height: 100%;
    float: right;
    width: calc(100% - 140px);
    font-family: "rag-sans","Sans-serif";
    font-weight: 500;
}
.career-teaser .location {
    height: 100%;
    float: left;
    width: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFCE35;
    font-size: 20px;
    padding: 0 15px;
}
.career-teaser .item-body {
    padding: 30px;
    font-size: 25px;
    border: 1px dashed #4c52a3;
    border-top: 0;
    background: #fff;
}
.career-teaser .excerpt {
    height: 120px;
    color: #404040;
    line-height: 30px;
    overflow: hidden;
}
.career-teaser .link {
    text-align: left;
}
.career-teaser .link a {
    font-size: 25px;
    color: #4c52a3;
    text-decoration: none;
    font-weight: 500;
}
.career-teaser .link a:hover {
    color: #39BEAD;
}

/* Single Career */
#main-section {
    background: linear-gradient(to left, white, #f9f9f9);
}
.single-career .single-career-header  {
    padding: 0;
    margin-bottom: 30px;
}
.single-career-header h1 {
    color: #4C52A3;
    font-size: 48px;
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
}
.single-career-main-content {
    padding: 60px 15px 60px 60px;
    font-size: 30px;
    background: #fff;
    position: relative;
}
.single-career-form {
    background: #f9f9f9;
    padding: 90px 60px;
    position: relative;
    overflow: hidden;
}
.single-career .donut.gray {
    background: url(../images/Donut.svg);
    background-size: 100%;
    background-position: 50% 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: -160px;
    bottom: 50%;
    z-index: 0;
}
.single-career .dot.yellow {
    background: #FFCE35;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 120px;
    z-index: 0;
}
.single-career .dot.cyan {
    background: #39bdad;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: -150px;
    top: 70%;
    z-index: 0;
}
.single-career .jListBlock,
.single-career .main-content {
    margin-bottom: 30px;
}
.jListBlock h2 {
    font-size: 35px;
    color: #4C52A3;
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
}
.jList {
    list-style: none;
    padding: 0;
    padding-right: 10px;
    font-size: 25px;
    font-weight: 100;
}
.jList li {
    position: relative;
    padding-right: 20px;
}
.jList li:before {
    content: ' ';
    width: 9px;
    height: 9px;
    background: #39BEAD;
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: 16px;
}
.single-career .single-career-form .wrapper {
    padding: 40px;
    background: #fff;
    direction: rtl;
    border: 1px dashed #4c52a3;
}

.single-career .single-career-form input {
    text-align: right;
    border-radius: 15px;
    line-height: 30px;
    border-color: #707070;
}
.single-career .single-career-form input::placeholder {
    color: #4b51a3;
	font-size: 25px;
}
.single-career .single-career-form .cv-text-pseudo {
    display: inline-block;
    line-height: 48px;
    float: right;
    width: calc(100% - 140px);
    border: 1px solid #484848;
    border-radius: 14px;
    text-align: right;
    font-size: 25px;
    color: #000;
    font-weight: 100;
    margin-left: 10px;
    height: 48px;
    overflow: hidden;
}
.single-career .single-career-form .cv-input {
}
.single-career .single-career-form .cv-input input[type="file"] {
	display: none;
}
.single-career .single-career-form .cv-input label {
    text-align: center;
    display: block;
    background: #4c52a3;
    line-height: 48px;
    border-radius: 16px;
    color: #fff;
    font-size: 23px;
    width: 130px;
	float: left;
    padding: 0 20px;
    cursor: pointer;
    display: inline-block;
}
.single-career .single-career-form .cv-input label:hover {
	opacity: 0.7;
}
.single-career .single-career-form .wpcf7-submit {
    background: #FFCE35;
    color: #000;
    text-align: center;
    font-size: 40px;
    line-height: initial;
    border: 0;
    border-radius: 50px;
    font-family: "rag-sans","Sans-serif";
    font-weight: 400;
    padding: 0 50px 5px 90px;
    width: 100%;
    position: relative;
    height: 55px;
    margin-top: 20px;
}
.single-career .single-career-form .wpcf7-submit:after {
    content: ' ';
    background: url(../images/double-arrow-black.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 25px;
    position: absolute;
    top: 16px;
    left: 40px;
}

.single-career .single-career-form h3 {
    color: #4c52a3;
    font-size: 45px;
    font-family: "rag-sans","Sans-serif";
    margin-bottom: 30px;
}
.single-career .top-details {
    margin-bottom: 60px;
}
.icon.genderless {
    background: url(../images/GenderIcon.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 54px;
    margin-top: -21px;
    margin-left: 10px;
}
.icon.map-marker {
	background: url('../images/location-sharp.svg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
	width: 35px;
	height: 50px;
    margin-top: -15px;
    margin-left: 10px;
}
.top-details .job-location {
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
	color: #39BEAD;
    display: inline-flex; 
    width: auto;
}
.top-details .job-gender-for-all {
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
	color: #4C52A3;
    display: inline-flex;
    width: auto;
}
.top-details .fas {
    line-height: 54px;
    margin-left: 5px;
}
/*Footer*/

#site-footer input[type=date], #site-footer input[type=email], #site-footer input[type=number], #site-footer input[type=password], #site-footer input[type=search], #site-footer input[type=tel], #site-footer input[type=text], #site-footer input[type=url], #site-footer select, #site-footer textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a3a3a3;
    color: #fff;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
}
html[lang="he-IL"] #site-footer input[type=date], html[lang="he-IL"] #site-footer input[type=email], html[lang="he-IL"] #site-footer input[type=number], html[lang="he-IL"] #site-footer input[type=password], #site-footer input[type=search], html[lang="he-IL"] #site-footer input[type=tel], html[lang="he-IL"] #site-footer input[type=text], html[lang="he-IL"] #site-footer input[type=url], html[lang="he-IL"] #site-footer select, html[lang="he-IL"] #site-footer textarea {
    text-align: right;
    direction: rtl; 
}
html[lang="en-US"] #site-footer input[type=date], html[lang="en-US"] #site-footer input[type=email], html[lang="en-US"] #site-footer input[type=number], html[lang="en-US"] #site-footer input[type=password], #site-footer input[type=search], html[lang="en-US"] #site-footer input[type=tel], html[lang="en-US"] #site-footer input[type=text], html[lang="en-US"] #site-footer input[type=url], html[lang="en-US"] #site-footer select, html[lang="en-US"] #site-footer textarea {
    text-align: left;
    direction: ltr; 
}
.wpcf7,
.wpcf7 form {
    width: 100%;
    position: relative;
}
html[lang="en-US"] .wpcf7,
html[lang="en-US"] .wpcf7 form {
    direction: ltr;
}
html[lang="he-IL"] .wpcf7,
html[lang="he-IL"] .wpcf7 form {
    direction: rtl;
}
.form-row {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.form-row > span {
    padding: 0;
    width: 100%;
}
#site-footer textarea {
    height: 80px;
}
#site-footer .wpcf7-submit {
    display: inline-block;
    width: auto;
    float: right;
    background: #4c52a3;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 0;
    margin-left: auto;
	transition: all 0.2s linear;
}
#site-footer .wpcf7-submit:hover {
    background: #FFCE35;
	transition: all 0.2s linear;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0;
    color: #dc3232;
    margin: 0;
    bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    color: #4c52a3;
}
.wpcf7-spinner {
    width: 25px !important;
    margin: 0;
    background-color: #ffce35;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    left: -27px;
}
.wpcf7-not-valid-tip {
    position: absolute;
}
html[lang="he-IL"] .wpcf7-not-valid-tip {
    text-align: right;
    right: 0;
}
html[lang="en-US"] .wpcf7-not-valid-tip {
    text-align: left;
    left: 0;
}
.footer-form-title {
    color: #FFFFFF;
    font-family: "RAG-Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27em;
}
html[lang="en-US"] .footer-block {
    text-align: left;
}
html[lang="he-IL"] .footer-block {
    text-align: right;
}
.footer-widget {
	margin: 0;
}
#footer-widget-2 .widget {
    height: 100%;
    display: flex;
    align-items: end;
}
.FooterbigText {
    font-size: 110px;
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
    line-height: 90px;
    height: 150px;
}
.FooterMediumText {
    float: right;
    display: block;
}
.FooterAddressPhone {
    margin-top: 20px;
    font-size: 20px;
}
.career-teaser.static {
    position: initial !important;
}
@media (min-width: 1400px) {
	.FooterMediumText,
	.FooterbigText {
		margin-bottom: 200px;
	}
	html[lang="he-IL"] .FooterbigText {
		margin-bottom: 230px;
	}
	.FooterbigText {
		max-width: 290px;
	}
	.FooterMediumText {
		max-width: 50%;
	}
	
	html[lang="en-US"] .FooterMediumText,
	html[lang="en-US"] .FooterbigText {
		margin-bottom: 360px;
	}
	html[lang="en-US"] .FooterbigText {
		max-width: 290px;
		font-weight: 600;
		line-height: 110px;
		font-size: 140px;
	}
	html[lang="en-US"] .FooterMediumText {
		max-width: 50%;
		margin-bottom: 180px;
		margin-left: -70px;
	}
}
/* Ajax Loader */
#load-more-posts {
    margin: 30px auto;
    color: #4c52a3;
    border-radius: 0;
    border: 1px dashed;
	opacity: 0;
}
#load-more-posts:hover {
    background: #4c52a3;
    color: #fff;
    border: 1px solid #4c52a3;
}
.lds-ripple {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 auto 30px;
	opacity: 0;
	transition: all 0.2s linear;
}
.lds-ripple.active {
	opacity: 1;
	transition: all 0.2s linear;
}
.lds-ripple div {
	position: absolute;
	border: 1px dashed #4c52a3;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
}

.page-template-careers-archive .site-main {
	/* 
	background: url('../images/OZ_gray_bg.png');
    background-size: cover; 
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
	*/
	background: #f9f9f9;
}
.filters {
	margin-bottom: 30px;
    display: block;
    text-align: left;
}
.filter {
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: 0;
}
.filter.departments {
    display: none;
}
.filter select {
    border-radius: 0;
    color: #4c52a3;
    border-color: #4c52a3;
    text-align: center;
    padding: 5px 10px;
}
.filter select.form-control:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #4c52a3;
}
.testimonials-frame {
	background: url('../images/OZ_testimonial_bg.png');
    background-size: cover;
    background-position: 50%;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: initial;
}
@media (min-width: 1400px) {
	.testimonials-frame {
		height: 360px;
		width: 524px;
		padding: 50px 75px 100px 60px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.testimonials-frame {
		height: 275px;
		width: 400px;
		padding: 40px 55px 70px 35px;
		font-size: 17px;
	}
}
@media (max-width: 1199px) {
	.testimonials-frame {
		width: 320px;
		margin: auto;
		height: 220px;
		padding: 20px 45px 55px 25px;
		background-size: 100% 100%;
		font-size: 16px;
	}
}
.testimonials-frame .slide {
	height: 280px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
}
.testimonials-frame .slide-content {
    line-height: 30px;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
}
.testimonials-frame .slide-content p {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.testimonials-frame .slide .slide-title {
	font-weight: 500;
}
.testimonials-title {
    color: #4c52a3;
    font-size: 45px;
	font-family: "rag-sans","Sans-serif";
	font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}
.page-template-careers-page-form-confirmation .main-banner {
    height: 130px;
}
.form_notes {
    font-size: 25px;
    padding: 60px 0;
}
.form_notes ul  {
	list-style: none;
    padding-right: 20px;
}
.form_notes ul li {
    position: relative;
}
.form_notes ul li::before {
    content: "\2022";
    color: #4c52a3;
    font-weight: bold;
    display: inline-block;
    width: 25px;
    margin-right: 0;
    font-size: 35px;
    line-height: 25px;
    position: absolute;
    right: -20px;
    top: 6px;
}
html[lang="he-IL"] .social-icons {
    direction: ltr;
}
.social-icons .icon {
    display: inline-block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.social-icons .icon:hover {
    transform: scale(1.1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
html[lang="en-US"] .social-icons .icon {
    margin-right: 10px;
}
html[lang="he-IL"] .social-icons .icon {
	margin-left: 10px;
}
.social-icons .icon a {
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
}

/* Front-page Elementor fixes */
.elementor-4 .elementor-element.elementor-element-8b9698e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    margin-top: -140px;
}
.elementor-3207 .elementor-element.elementor-element-6756a2ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    margin-top: -140px;
}
@media screen and (min-width: 1600px) {
	.elementor-3207 .elementor-element.elementor-element-35d8a2bd > .elementor-widget-container {
		padding: 0 200px 0px 200px !important;
	}
}
.oz-testimonials .swiper-slide-active .elementor-testimonial__image:after {
	background: #4B51A3 url(../images/play-button.svg) no-repeat 56% 50% / 15px;
}
html[lang="he-IL"] .elementor-3207 .elementor-element.elementor-element-65a95fb6 {
    right: auto !important;
    left: 0 !important;
}
html[lang="he-IL"] .elementor-3207 .elementor-element.elementor-element-6f2c46e9 {
    right: auto !important;
    left: 114px !important;
}
/*html[lang="he-IL"] .elementor-section-full_width {*/
html[lang="he-IL"] .elementor-element-1ae69c03,
html[lang="he-IL"] .elementor-element-7447d402,
html[lang="he-IL"] .elementor-element-199738be {
    margin-left: calc(50vw - (100vw - 50%));
    margin-right: calc(50vw - (100vw - 50%));
}
html[lang="he-IL"] .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    /*padding: 0;*/
}
html[lang="he-IL"] .elementor-element-13ef5499 > .elementor-container {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
	.elementor-3207 .elementor-element.elementor-element-6756a2ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
		margin-top: -70px;
	}
	.oz-header-message {
		top: 70px !important;
	}
	.elementor-3207 .elementor-element.elementor-element-962286b > .elementor-widget-container {
		border-radius: 0 !important;
	}
}