@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}

main#primary h1,
main#primary h2,
main#primary h3,
main#primary h4,
main#primary h5,
main#primary h6,
main#primary p,
main#primary ul {
direction: rtl;
}
main#primary a {
text-decoration: none;
color: #8a8ca4;
}
main#primary a:visited {
color: #8a8ca4;
}
main#primary {
overflow-x: hidden;
}
@font-face {
font-family: Almoni;
src: url(//www.orens.org.il/wp-content/themes/pelagus/fonts/almoni-tzar/almoni-tzar-aaa-400.ttf);
font-weight: 400;
}
@font-face {
font-family: Almonibold;
src: url(//www.orens.org.il/wp-content/themes/pelagus/fonts/almoni-tzar/almoni-tzar-aaa-700.ttf);
font-weight: 700;
}
body {
background: rgb(22, 25, 62);
background: linear-gradient(180deg, rgb(22, 25, 62) 0%, rgb(16, 17, 35) 85%);
color: #c2c2c2;
font-family: "Noto Sans Hebrew", "Poppins", sans-serif;
margin-bottom: 0 !important;
}
.header-category .content-wrapper,
body.archive main.site-main > .content {
max-width: 1400px;
margin: 0 auto;
}
* {
margin: 0;
padding: 0;
}
u {
text-decoration: none !important;
color: #f57f20;
}
b,
strong {
font-family: "Almonibold", sans-serif;
}
hr {
background-color: #8a8ca4 !important;
}
main#primary .elementor-widget-heading {
margin: 0;
} h1,
main#primary h1 {
font-family: "Almoni", "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 90px;
margin-bottom: 10px;
}
h2,
main#primary h2 {
font-family: "Almoni", "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 57px;
margin-bottom: 10px;
}
h3,
main#primary h3 {
font-family: "Almoni", "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 32px;
color: #fff;
direction: rtl;
}
h4,
main#primary h4 {
font-family: "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 24px;
}
p,
main#primary p {
font-family: "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 17px;
direction: rtl;
}
footer .branches p {
direction: initial;
}
button {
cursor: pointer;
}
.elementor-button-info .elementor-button {
background-color: #292c57 !important;
border-color: #292c57 !important;
}
.elementor-button-info .elementor-button:hover {
background-color: transparent !important;
border-color: #fff !important;
}
.btn,
.contact-us-btn,
input[type=button],
input[type=reset],
input[type=submit],
main#primary .elementor .elementor-button:not(.btn-textless .elementor-button) {
cursor: pointer;
min-width: 220px;
position: relative;
font-size: 17px;
text-align: right;
background-color: #f57f20;
border-radius: 999px;
padding-left: 60px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 12px;
border: solid 1px #f57f20;
color: #fff !important;
text-decoration: none;
margin: 0 10px;
}
.btn::before,
input[type=button]::before,
input[type=reset]::before,
input[type=submit]::before,
main#primary .elementor .elementor-button:not(.btn-textless .elementor-button)::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/arrow-up-right.svg);
background-size: 15px 15px;
display: inline-block;
width: 15px;
height: 15px;
position: absolute;
left: 20px;
top: 13px;
content: "";
}
.btn.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary,
main#primary .elementor .elementor-button:not(.btn-textless .elementor-button).btn-secondary {
background-color: #292c57;
}
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
main#primary .elementor .elementor-button:not(.btn-textless .elementor-button):hover {
background-color: transparent;
border-color: #fff;
}
.btn:hover::before,
input[type=button]:hover::before,
input[type=reset]:hover::before,
input[type=submit]:hover::before,
main#primary .elementor .elementor-button:not(.btn-textless .elementor-button):hover::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/arrow-up-right-primary.svg);
}
select {
cursor: pointer; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(245, 127, 32)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: left 1rem center;
background-size: 1em;
}
option {
color: #16193e;
}
input[type=email],
input[type=text],
input[type=password],
input[type=tel],
select {
width: 100%;
max-width: 310px;
direction: rtl !important;
border: solid 1px #fff;
background-color: transparent;
color: #fff;
font-size: 17px;
border-radius: 999px;
min-height: 40px;
padding-left: 25px;
padding-right: 25px;
margin-bottom: 33px;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
select:focus {
color: #fff;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder {
color: #fff;
opacity: 0.6;
}
input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
color: #fff;
opacity: 0.6;
}
.page-id-1355 input[type=email],
.page-id-1355 input[type=text],
.page-id-1355 input[type=password],
.page-id-1355 input[type=tel],
.page-id-1355 select {
color: #333;
}
.page-id-1355 .elementor-tabs a {
color: #fff !important;
}
.page-id-2303 input[type=email],
.page-id-2303 input[type=text],
.page-id-2303 input[type=password],
.page-id-2303 input[type=tel],
.page-id-2303 select {
color: #333;
}
.wpcf7-not-valid-tip {
direction: rtl;
}
textarea {
direction: rtl !important;
border: solid 1px #fff;
background-color: transparent; font-size: 17px;
border-radius: 15px;
padding-left: 25px;
padding-right: 25px;
}
textarea:focus {
color: #fff;
}
textarea::-moz-placeholder {
color: #fff;
opacity: 0.6;
}
textarea::placeholder {
color: #fff;
opacity: 0.6;
}
[type=checkbox] {
width: 18px;
height: 18px;
color: #f57f20;
vertical-align: middle;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
background: none;
border: solid 1px #fff;
border-radius: 3px;
outline: 0;
flex-grow: 0;
background-color: transparent;
margin-left: 10px;
cursor: pointer;
}
[type=checkbox]::before {
content: "";
color: transparent;
display: block;
width: inherit;
height: inherit;
border-radius: inherit;
border: 0;
background-color: transparent;
background-size: contain;
}
[type=checkbox]:checked {
background-color: currentcolor;
}
[type=checkbox]:checked::before {
box-shadow: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
div.post-presentation1 {
text-align: center;
width: 251px;
margin: 0 auto;
}
div.post-presentation1 a {
text-decoration: none;
}
div.post-presentation1 a:hover .image {
border-color: #f57f20;
}
div.post-presentation1 a:hover .description {
color: #fff !important;
}
div.post-presentation1 a .image {
height: 433px;
-o-object-fit: cover;
object-fit: cover;
border: solid 1px #c2c2c2;
border-radius: 999px;
padding: 8px;
margin-bottom: 15px;
}
div.post-presentation1 a .title {
margin-bottom: 5px;
color: #fff;
}
div.post-presentation1 a .description {
color: #c2c2c2;
}
div.post-presentation1 iframe {
height: 433px;
-o-object-fit: cover;
object-fit: cover;
border: solid 1px #c2c2c2;
border-radius: 999px;
padding: 8px;
margin-bottom: 15px;
}
div.post-presentation2 {
width: 600px;
}
div.post-presentation2 a {
text-decoration: none;
display: flex;
}
div.post-presentation2 a:hover button {
background-color: #f57f20 !important;
}
div.post-presentation2 a:hover .image {
border-color: #fff;
}
div.post-presentation2 a:hover .description {
color: #fff !important;
}
div.post-presentation2 a .text {
direction: rtl;
flex: 1;
margin-right: 40px;
margin-top: auto;
margin-bottom: auto;
}
div.post-presentation2 a .text .title {
color: #fff;
}
div.post-presentation2 a .text .description {
color: #c2c2c2;
}
div.post-presentation2 a .text button {
background-color: unset;
border: solid 1px #f57f20;
border-radius: 999px;
padding: 30px;
}
div.post-presentation2 a .image {
width: 251px !important;
height: 433px;
-o-object-fit: cover;
object-fit: cover;
border: solid 1px #c2c2c2;
border-radius: 999px;
padding: 8px;
}
.btn-textless {
position: relative;
cursor: pointer;
background-color: transparent;
border: solid 1px #f57f20;
border-radius: 999px;
padding: 30px;
min-width: -moz-fit-content;
min-width: fit-content;
height: 80px !important;
width: 80px !important;
}
.btn-textless:hover {
background-color: #f57f20;
}
.btn-textless::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/arrow-up-right.svg);
background-size: 19px 19px;
display: inline-block;
width: 19px;
height: 19px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
content: "";
}
.btn-textless a {
display: none;
}
.home-overview-component {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
max-width: 350px;
height: 613px;
margin-right: 63px;
}
.home-overview-component h3 {
margin-bottom: 10px;
}
.home-overview-component p {
display: none;
margin: 0;
}
.home-overview-component:hover {
cursor: pointer;
}
.home-overview-component:hover p {
display: block;
}
.home-overview-component:hover .btn-textless {
background-color: #f57f20;
}
.home-overview-component:hover > .elementor-widget-wrap {
background-position: -50px center;
}
.home-overview-component::before {
background: none;
border-radius: 999px;
border: solid 1px #c2c2c2;
content: "";
display: block;
position: absolute;
top: -11px;
left: -11px;
right: -11px;
bottom: -11px;
pointer-events: none;
z-index: 999999;
}
div.post-presentation3 {
position: relative;
text-align: center;
width: 433px;
margin: 0 auto;
}
div.post-presentation3 .job-code {
background-color: #313570;
color: #fff;
position: absolute;
top: 180px;
left: 50%;
transform: translateX(-50%);
width: 109px;
height: 40px;
line-height: 40px;
border-radius: 50px;
font-size: 18px;
}
div.post-presentation3 a {
text-decoration: none;
}
div.post-presentation3 a:hover .image {
border-color: #f57f20;
}
div.post-presentation3 a:hover .btn {
visibility: visible;
}
div.post-presentation3 a:hover .description {
color: #fff !important;
}
div.post-presentation3 a .image {
width: 100%;
height: 251px;
-o-object-fit: cover;
object-fit: cover;
border: solid 1px #c2c2c2;
border-radius: 999px;
padding: 8px;
}
div.post-presentation3 a .title {
color: #fff;
margin-top: 25px;
margin-bottom: 5px;
}
div.post-presentation3 a .description {
color: #c2c2c2;
}
div.post-presentation3 a .btn {
visibility: hidden;
min-width: unset;
}
.posts-grid {
display: grid;
gap: 1rem;
direction: rtl; }
.posts-grid.grid1 {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px 0;
}
.posts-grid.grid2 {
grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
gap: 70px 0;
}
.posts-grid.grid3 {
grid-template-columns: repeat(auto-fit, minmax(433px, 1fr));
gap: 70px 0;
}
main .entry-wrapper .entry-form.course-form-mobile {
display: none;
}
@media (max-width: 1350px) {
.site-header .site-branding-desktop {
display: none;
}
.site-header .site-branding-mobile {
display: block !important;
}
div#page .header-info {
display: none;
}
main .entry-wrapper {
flex-direction: column;
margin: 0 20px;
}
main .entry-wrapper .entry-form {
width: 100%;
margin-bottom: 100px;
}
main .entry-wrapper .entry-form.course-form-mobile {
display: block;
}
main .entry-wrapper .entry-form.course-form-desktop {
display: none;
}
main .entry-wrapper .entry-content {
width: 100%;
}
main .header-category {
height: 300px;
}
main .header-category .content-wrapper {
margin-right: 20px;
margin-left: 20px;
}
.additional-course-info {
margin-right: 20px !important;
margin-left: 20px !important;
}
.login-dropdown,
.navigation-dropdown {
display: none !important;
}
}
@media (max-width: 1400px) {
#intro > .elementor-container {
flex-direction: column-reverse;
align-items: center;
gap: 72px;
}
#intro > .elementor-container > .elementor-column .elementor-widget-wrap {
margin: 0 !important;
}
#intro > .elementor-container .home-overview-component {
margin-right: 20px;
margin-left: 20px;
margin-bottom: 72px;
width: unset;
}
}
@media (max-width: 1000px) {
div#page .menu-toggle,
div#page .main-navigation.toggled ul {
display: block !important;
}
div#page .site-header .main-navigation {
margin-right: 0;
margin-left: auto;
}
div#page .main-navigation ul {
display: none !important;
}
div#page #social {
display: none;
}
div#page #whatsapp {
bottom: 20px;
left: 20px;
height: 60px;
width: 60px;
} .footer-nav {
flex-direction: column;
}
.footer-nav > div {
margin-bottom: 50px;
}
.site-header .menu-primary-container {
background-color: #16193e;
position: absolute;
right: 0;
border-radius: 15px;
}
.site-header .menu-primary-container ul {
padding: 30px;
}
.site-header .menu-primary-container ul li {
margin-top: 10px;
margin-bottom: 10px;
}
.site-header {
background-color: #16193e !important;
}
h1 {
font-size: 40px !important;
}
h2 {
font-size: 36px !important;
}
h3 {
font-size: 28px !important;
}
.contact-form-wrapper {
padding-top: 100px;
padding-bottom: 100px;
}
.post-presentation2 {
max-width: 100%;
}
.post-presentation2 a {
flex-direction: column-reverse;
align-items: end;
margin-right: 20px;
}
.post-presentation2 a .text {
margin-right: 0 !important;
margin-top: 25px !important;
}
.post-presentation3 {
max-width: 100%;
}
.posts-grid.grid1 {
padding: 15px;
grid-template-columns: unset !important;
}
.posts-grid.grid2 {
padding: 15px;
grid-template-columns: unset !important;
}
.posts-grid.grid2 .post-presentation2 {
width: unset !important;
}
.posts-grid.grid3 {
padding: 15px;
grid-template-columns: unset !important;
}
.posts-grid.grid3 .post-presentation3 {
width: unset !important;
max-width: 90vw;
}
.owl-dots {
margin-top: 0 !important;
}
body.category-34 main > .content {
flex-direction: column-reverse;
align-items: center;
gap: 72px;
}
.stat.stat-150 {
margin-left: auto !important;
}
.flex-wrap-wrapper .elementor-container {
display: flex;
flex-direction: column;
}
}
@media (max-width: 800px) {
#social {
right: 40px !important;
}
.wpcf7 {
text-align: center;
}
.form-flex .row {
display: block !important;
}
.form-flex .row button {
margin-bottom: 33px;
}
}
.page-content,
.entry-content,
.entry-summary {
margin: 0 !important;
}
body.home .site-header {
position: absolute;
width: 100%;
}
body.home main#primary {
padding-top: 0;
}
main#primary {
padding-top: 107px;
}
.site-header {
z-index: 99999;
display: flex;
padding: 19px 26px;
align-items: center;
position: fixed !important;
width: 100% !important;
background: #16193e;
z-index: 1000000000000;
}
.site-header .header-info {
display: flex;
padding-left: 20px;
}
.site-header .header-info > * {
min-width: 61px;
}
.site-header .header-info figure {
cursor: pointer;
margin: 1em 0;
text-align: center;
width: 32px;
height: 32px;
border-radius: 999px;
margin-left: auto;
margin-right: auto;
}
.site-header .header-info figure:hover {
background-color: #f57f20;
}
.site-header .header-info figure img {
width: 16px;
height: 16px;
}
.site-header .site-branding-desktop {
width: 120px;
margin-left: 90px;
}
.site-header .site-branding-mobile {
width: 120px;
margin-right: 90px;
display: none;
}
.site-header .main-navigation {
width: -moz-max-content;
width: max-content;
margin-left: auto;
}
.site-header .main-navigation ul {
flex-direction: row-reverse;
}
.site-header .main-navigation a {
font-size: 17px;
padding: 2px 22px;
padding-bottom: 3px;
font-weight: 400;
color: #fff;
margin-left: 15px;
text-align: right;
}
.site-header .main-navigation a:hover,
.current-menu-item a {
background-color: #f57f20;
color:#fff !important;
border-radius: 999px;
}
.footer-nav .current-menu-item a {
padding: 5px 10px;
}
.header-category {
height: 350px;
background-size: cover !important;
margin-bottom: 72px;
background-repeat: no-repeat !important;
background-attachment: fixed;
background-position-y: center !important;
background-position-x: center !important;
}
.header-category h2,
.header-category h1 {
color: #ffffff;
text-shadow: 2px 2px 10px black;
font-size: 74px !important;
}
.header-category .content-wrapper {
display: flex;
flex-direction: column;
height: 100%;
}
.header-category .content-wrapper .content {
display: flex;
height: 100%;
align-items: center;
justify-content: end;
}
.header-category .content-wrapper .breadcrumbs {
text-align: right;
font-size: 15px;
margin-bottom: 18px;
display: flex;
flex-direction: row-reverse;
color: #ffffff;
text-shadow: 2px 2px 10px black;
}
.wpcf7 {
margin-top: 25px;
}
.wpcf7 p:empty {
display: none;
}
.wpcf7 .form-flex {
max-width: 1000px;
margin: 0 auto;
}
.wpcf7 .form-flex > .row > div {
margin-left: 19px;
margin-right: 19px;
}
.wpcf7 .form-flex .row {
display: flex;
}
.wpcf7 .form-flex .row.space-between {
justify-content: space-between;
margin-left: 19px;
margin-right: 19px;
}
.wpcf7 .form-flex .row.end {
justify-content: end;
margin-left: 19px;
margin-right: 19px;
}
.wpcf7 .form-flex .row div {
width: 100%;
}
.contact-form-wrapper {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/contact-bg.png);
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
background-color: #16193e;
min-height: 496px;
background-position: center;
background-size: cover;
margin-top: 128px;
}
.contact-form-wrapper h3 {
color: #fff;
}
.contact-form-wrapper img {
width: 133px;
}
.site-footer {
border-top: solid 0.5px #8a8ca4;
background-color: #090913;
padding-top: 100px;
padding-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
}
.site-footer .footer-title {
text-align: right;
}
.site-footer h4 {
color: #fff;
}
.site-footer .site-footer-wrapper {
max-width: 1400px;
margin: 0 auto;
}
.site-footer .site-footer-wrapper .footer-nav {
margin-bottom: 200px;
padding-top: 28px;
margin-top: 18px;
border-top: solid 0.5px #8a8ca4;
display: flex;
justify-content: space-between;
}
.site-footer .site-footer-wrapper .footer-nav ul {
direction: rtl;
list-style: none;
margin: 0;
position: relative;
}
.site-footer .site-footer-wrapper .footer-nav ul::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/orange-line.png);
position: absolute;
top: -30px;
width: 50px;
height: 3px;
display: block;
float: right;
content: "";
}
.site-footer .site-footer-wrapper .footer-nav ul li {
margin-bottom: 25px;
}
.site-footer .site-footer-wrapper .footer-nav ul li a {
font-family: "Noto Sans Hebrew";
color: #ababab;
text-decoration: none;
font-weight: 300;
font-size: 17px;
}
.site-footer .site-footer-wrapper .footer-nav ul li a:hover {
color: #fff;
}
.site-footer .site-footer-wrapper .branches {
text-align: right;
margin-bottom: 100px;
}
.site-footer .site-footer-wrapper .branches hr {
color: #8a8ca4;
margin: 0;
margin-bottom: -50px;
}
.site-footer .site-footer-wrapper .branches h4 {
margin-bottom: 50px;
}
.site-footer .site-footer-wrapper .branches p,
.site-footer .site-footer-wrapper .branches a {
margin-bottom: 25px;
color: #ababab;
font-weight: 300;
text-decoration: none;
}
.site-footer .site-footer-wrapper .branches a:hover {
color: #fff;
}
.site-footer .site-footer-wrapper .branches img {
margin-left: 15px;
transform: translateY(3px);
}
.site-footer .site-footer-wrapper .copyright {
color: #ababab;
display: flex;
justify-content: center;
align-items: center;
}
.site-footer .site-footer-wrapper .copyright p {
font-size: 14px;
font-weight: 300;
margin: 0;
margin-right: 23px;
margin-bottom: 7px;
}
.site-footer .site-footer-wrapper .copyright img {
width: 60px;
}
#social {
z-index: 999999;
position: fixed;
right: 68px;
top: 50%;
transform: translateY(-50%);
border: solid 1px #fff;
border-radius: 999px;
padding: 5px 10px;
}
#social img {
width: 14px;
height: 14px;
margin: 11px 0;
}
.entry-content .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 800px;
}
.owl-dots {
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
.owl-dots .owl-dot {
width: 6px;
height: 6px;
background: #fff !important;
border-radius: 999px;
margin: 9px !important;
position: relative;
}
.owl-dots .owl-dot.active {
background: #f57f20 !important;
}
.owl-dots .owl-dot.active::before {
background: none;
border-radius: 999px;
border: solid 1px #f57f20;
content: "";
display: block;
position: absolute;
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
pointer-events: none;
z-index: 999999;
}
.statistics .elementor-container {
justify-content: center;
}
.statistics .stat-wrapper {
width: 220px !important;
margin-right: 10px;
margin-left: 10px;
}
.statistics .stat-wrapper p {
font-size: 17px;
}
.stat {
background-color: #151738;
border-radius: 50px;
border: solid 1px rgba(255, 255, 255, 0.1215686275);
width: 200px !important;
height: 200px;
font-weight: 400;
margin-bottom: 10px;
}
.stat.stat-150 {
width: 150px !important;
height: 150px !important;
margin-right: 70px;
}
.stat.stat-150:hover {
background-color: #f57f20;
}
.stat h1,
.stat h2,
.stat h3,
.stat h4,
.stat h5,
.stat h6,
.stat .elementor-counter-number {
font-family: "Almonibold", "Noto Sans Hebrew", "Poppins", sans-serif;
font-size: 72px !important;
color: #fff;
line-height: 1;
}
.stat p,
.stat .elementor-counter-title {
font-size: 20px !important;
color: #f57f20 !important;
margin-bottom: 0;
line-height: 1 !important;
}
.stat img {
width: 100%;
}
.justify-end > .elementor-container {
justify-content: end !important;
}
.no-results,
.not-found {
text-align: center;
}
.flow {
position: relative;
}
.flow .flow-item img {
width: 160px;
height: 160px;
}
.form-column {
text-align: center;
}
.form-column > *,
.form-column input,
.form-column select {
max-width: 100% !important;
}
.form-column input[type=submit] {
width: 100%;
margin-top: 30px;
}
.form-column .form-row {
display: flex;
justify-content: space-between;
}
.container-content {
max-width: 1400px;
margin: 0 auto;
margin-bottom: 100px;
}
.entry-thumbnail {
max-width: 500px;
margin-left: auto;
margin-bottom: 66px;
}
.entry-wrapper {
max-width: 1400px;
margin: 0 auto;
display: flex;
}
.entry-wrapper .entry-form {
border-radius: 15px;
width: 33.33%;
background-color: #262a55;
padding: 50px 35px;
height: -moz-fit-content;
height: fit-content;
margin-right: 100px;
}
.entry-wrapper .entry-content {
width: 66.66%;
}
body.category-34 main > .content {
display: flex;
max-width: 1690px !important;
}
body.category-34 main > .content .posts-grid {
width: 100%;
}
.divisions-nav {
width: 290px;
max-width: 290px;
border: solid 1px #8a8ca4;
border-radius: 15px;
height: -moz-fit-content;
height: fit-content;
padding: 17px;
padding-top: 8px;
padding-bottom: 0;  }
.divisions-nav .title {
font-size: 22px !important;
color: #fff;
background-color: #f57f20;
border-radius: 10px 10px 0px 0;
transform: scale(1.08);
padding-top: 12px;
padding-bottom: 10px;
padding-right: 10px;
position: relative;
margin-bottom: 0 !important;
z-index: 999999;
}
.divisions-nav .subcategory-title {
position: relative;
cursor: pointer;
font-weight: bold;
font-size: 15px !important;
color: #fff;
padding-top: 17px;
padding-bottom: 17px;
border-top: solid 1px #8a8ca4;
}
.divisions-nav .subcategory-title::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/arrow-circle.png);
background-size: 18px 18px;
width: 18px;
height: 18px;
display: block;
float: left;
margin-right: 15px;
content: "";
}
.divisions-nav .subcategory-posts {
display: none;
margin-left: 20px;
text-align: right;
padding-bottom: 17px;
}
.divisions-nav .subcategory-posts a:hover {
color: #f57f20 !important;
}
.divisions-nav .subcategory-title.active + .subcategory-posts {
display: block;
} .course-info {
margin-top: 100px;
margin-bottom: 100px; }
.course-info .accordion {
background-color: transparent;
color: #fff;
cursor: pointer;
padding: 16px 33px;
width: 100%;
text-align: right;
outline: none;
font-size: 24px;
font-family: "Almoni", "Noto Sans Hebrew", "Poppins", sans-serif;
transition: 0.4s;
position: relative;
border: solid 1px #8a8ca4;
border-radius: 5px;
margin-bottom: 19px;
}
.course-info .accordion.active,
.course-info .accordion:hover {
background-color: #f57f20;
}
.course-info .panel {
direction: rtl;
padding: 0 18px;
display: none;
background-color: transparent;
overflow: hidden;
}
.course-info .accordion::after {
content: "+"; position: absolute;
left: 23px;
top: 50%;
transform: translateY(-50%);
transition: transform 0.4s;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 33px;
background-color: #16193e;
border: solid 1px #8a8ca4;
border-radius: 999px;
text-align: center;
}
.course-info .active::after {
content: "−"; }
.additional-course-info {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img//course-info-bg.png);
background-size: cover;
max-width: 1400px;
margin: 0 auto;
}
.additional-course-info h3 {
text-align: right;
}
.additional-course-info .watch {
margin: 60px 0;
display: flex;
justify-content: end;
align-items: center;
}
.additional-course-info .watch .btn {
margin-right: 33px;
}
.contact-page-area .form-row {
gap: 10px;
}
.contact-page-area input[type=email],
.contact-page-area input[type=text],
.contact-page-area input[type=tel],
.contact-page-area textarea {
background-color: #fff;
}
.contact-page-area input[type=email]:focus,
.contact-page-area input[type=text]:focus,
.contact-page-area input[type=tel]:focus,
.contact-page-area textarea:focus {
color: #5b5b5b;
}
.contact-page-area input[type=email]::-moz-placeholder, .contact-page-area input[type=text]::-moz-placeholder, .contact-page-area input[type=tel]::-moz-placeholder, .contact-page-area textarea::-moz-placeholder {
color: #a8a8a8;
opacity: 0.6;
}
.contact-page-area input[type=email]::placeholder,
.contact-page-area input[type=text]::placeholder,
.contact-page-area input[type=tel]::placeholder,
.contact-page-area textarea::placeholder {
color: #a8a8a8;
opacity: 0.6;
}
.contact-page-area .two-column-layout {
text-align: right;
display: flex;
flex-direction: column;
}
.contact-page-area .two-column-layout i {
border-radius: 999px;
background-color: #f57f20;
margin-left: 15px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.contact-page-area .row {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
margin-bottom: 13px;
margin-top: 13px;
}
.contact-page-area .column {
flex: 1;
margin-right: 10px;
display: flex;
justify-content: end;
align-items: center;
}
.contact-page-area .full-width-column {
flex: 2;
margin-right: 10px;
display: flex;
justify-content: end;
align-items: center;
}
.elementor-tab-title.elementor-active {
border-bottom: solid 1px #f57f20 !important;
}
.header-dropdown {
background-color: #fff;
display: flex;
flex-direction: column;
border-radius: 15px;
z-index: 999999;
}
.hidden {
display: none !important;
}
.visible {
display: block !important;
}
#gtranslate-trigger.active {
background-color: #f57f20;
}
#gtranslate {
position: absolute;
top: 107px;
text-align: right;
}
#gtranslate::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/orange-triangle-area.png);
position: absolute;
background-size: contain;
top: -100px;
width: 100px;
height: 100px;
display: block;
right: 4px;
content: "";
}
#gtranslate a {
padding: 14px 29px;
display: flex;
flex-direction: row-reverse;
color: #16193e;
border-bottom: solid 1px #707070;
}
#gtranslate a.gt-current-lang {
background-color: #f0f2ff;
}
#search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
display: none;
z-index: 9999;
}
#search-overlay .btn-textless::before {
top: 31px;
}
#search-overlay.active {
display: flex;
align-items: center;
justify-content: center;
}
#search-overlay input[type=search] {
width: 750px;
padding: 24px;
color: #fff;
font-size: 32px;
border: none;
border-bottom: 1px solid #8a8ca4;
}
#search-overlay input[type=search]:focus-visible {
outline: none !important;
}
#search-overlay #search-close {
position: absolute;
top: 10px;
left: 10px;
background: none;
border: none;
color: #fff;
font-size: 50px;
cursor: pointer;
}
#search-overlay #search-close:hover {
color: #f57f20;
}
#whatsapp {
position: fixed;
bottom: 50px;
left: 50px;
height: 100px;
width: 100px;
z-index: 999999;
}
.login-dropdown {
position: absolute;
left: 253px;
top: 107px;
border-radius: 15px;
}
.login-dropdown .content {
background-color: #fff;
color: #16193e;
padding: 30px;
border-radius: 15px;
position: relative;
}
.login-dropdown .content::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/orange-triangle-area.png);
position: absolute;
background-size: contain;
top: -100px;
width: 100px;
height: 100px;
display: block;
left: 18px;
content: "";
}
.login-dropdown .content h4 {
margin-bottom: 23px;
margin-left: 18px;
font-family: "Almoni";
}
.login-dropdown .content form {
display: flex;
flex-direction: column;
}
.login-dropdown .content form input {
background-color: #f2f2f2;
color: #16193e !important;
}
.login-dropdown .content form input:focus {
outline: none;
}
.login-dropdown .content form input::-moz-placeholder {
color: #b4b4b4;
}
.login-dropdown .content form input::placeholder {
color: #b4b4b4;
}
.login-dropdown .content form .btn:hover {
color: #f57f20;
border-color: #f57f20;
}
.divisions-dropdown {
max-width: 85vw;
position: absolute;
right: 170px;
top: 107px;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
.divisions-dropdown .content {
background-color: #fff;
color: #16193e;
padding: 15px;
position: relative;
border-radius: 15px;
display: flex;
}
.divisions-dropdown .content::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/orange-triangle-area.png);
position: absolute;
background-size: contain;
top: -100px;
width: 100px;
height: 100px;
display: block;
right: 215px;
content: "";
}
.divisions-dropdown .content h4 {
margin-bottom: 23px;
margin-left: 18px;
}
.divisions-dropdown .content a {
display: flex;
text-decoration: none !important;
}
.divisions-dropdown .content a:hover .subcategory img {
opacity: 0.5;
}
.divisions-dropdown .content a .subcategory {
text-align: center;
}
.divisions-dropdown .content a .subcategory img {
width: 90%;
height: 160px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 15px;
margin: 15px;
}
.divisions-dropdown .content a .subcategory h4 {
text-align: center;
color: #16193e !important;
font-size: 17px !important;
font-weight: bold;
}
body:not(.category-34) .divisions-nav {
display: none !important;
}
.navigation-dropdown .content {
background-color: rgba(22, 25, 62, 0.95);
position: absolute;
width: 100%;
right: 0;
top: 100px;
height: 100vh;
}
.navigation-dropdown .content::before {
background-image: url(//www.orens.org.il/wp-content/themes/pelagus/img/orange-triangle-area.png);
position: absolute;
background-size: contain;
top: -100px;
width: 100px;
height: 100px;
display: block;
left: 26px;
content: "";
}
.navigation-dropdown .content .footer-title {
text-align: center;
}
.navigation-dropdown .content a {
color: #fff !important;
}
.navigation-dropdown .content a:hover {
color: #f57f20 !important;
}
.navigation-dropdown .content .footer-nav ul::before {
content: none;
}
#navigation-trigger img {
width: unset;
}
.menu-toggle {
background-color: transparent;
width: 80px;
display: flex;
justify-content: center;
align-items: center;
border: none;
}
.menu-toggle[aria-expanded=true] img.close {
display: block;
}
.menu-toggle[aria-expanded=true] img.open {
display: none;
}
.menu-toggle[aria-expanded=false] img.close {
display: none;
}
.menu-toggle[aria-expanded=false] img.open {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none !important;
}
}
.flex-wrap-wrapper .elementor-container {
display: flex;
}
.flex-wrap-wrapper .elementor-container .elementor-column {
min-width: 260px;
}
#intro > .elementor-container {
flex-wrap: wrap;
}
#scroller,
#scroller2 {
width: 10000%;
}
#scroller .logos-wrapper,
#scroller2 .logos-wrapper {
display: flex !important;
align-items: center;
}
#scroller img,
#scroller2 img {
margin: 0 72px;
width: 300px;
height: 180px;
-o-object-fit: contain;
object-fit: contain;
padding: 30px;
background-color: #fff;
border-radius: 50px;
}
#scroller img:nth-child(even),
#scroller2 img:nth-child(even) {
width: 250px;
height: 140px;
}
#scroller.ready > * {
display: inline-block;
float: left;
overflow: hidden;
webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-timing-function: linear;
animation-delay: 1s;
animation-duration: 20s;
animation-name: marginator;
animation-iteration-count: infinite;
}
#scroller2.ready > * {
display: inline-block;
float: left;
overflow: hidden;
webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-timing-function: linear;
animation-delay: 2s;
animation-duration: 20s;
animation-name: marginator2;
animation-iteration-count: infinite;
}
#scroller:hover > *,
#scroller2:hover > * {
animation-play-state: paused;
}
@keyframes marginator {
0% {
transform: translate(0, 0);
transform: translate3d(0, 0, 0);
}
100% {
transform: translate(-100%, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes marginator2 {
0% {
transform: translate(0, 0);
transform: translate3d(0, 0, 0);
}
100% {
transform: translate(-100%, 0);
transform: translate3d(-100%, 0, 0);
}
}
#scroller-wrapper,
#scroller-wrapper2 {
overflow: hidden;
margin-bottom: 100px;
}
.site-footer-credit {
display: block;
text-align: center;
}
.site-footer-credit .cs_logo_png {
display: inline-block;
margin: 0 auto;
width: 163px;
height: 22px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAAGiCAMAAAC8mYajAAAAXVBMVEUAAAAxMTEwMDAvLy8uLi4sLCwfHx8AAAAuLi4fHx8aGhooKCgAAAAAAAAwMDAUFBQAAAArKysmJiZRUVFoaGhMTEx7e3sAAAAfHx8PDw9/f39vb29fX18/Pz9PT0+CJYMfAAAAF3RSTlMA8P7anLFJH8d9XXIUCuc0OoeZXsexH7j+fSMAAAVvSURBVHja7N3ZjtpAEIXhU9Wr29gGspzubO//mKEdkpCQSNnTJPVJY4ypi9IMI80vBANjjPma4BYMLpEnjCrmFnARZMGNtOEzW6gt4S+YhWxMuOPks8FGCjO+KC34fQpbjokFd0RwK7GeErzHF7mG38fzhKttwTtx+cKOkTO6lHAvCuP99Q2fCIKPChS3JlUHRXl/193OkjUkIDtUJWvjnPoxQCQxAr5hl0jWGaja+uMeELJuM0PlzAtB50hdkpIKTyUrK65UDijT1DcoBznqYQKmqaBMB6ACcuyXj1O/O7nLsQAF3RaULGgCUsnQwnPy5au2iCyqWFrGO9upP3ydqgGBb16yeLrMmPoXLiJP0aeZL15x9n1UHRfsyvo0Q8XlSZ32HbPko54VzR2ArOcj+mVxOQBTPetBb76dqQqYQV2ahwj4AmAUQaT3TIuQFTtHsC5N9qnXAJ94IvkFnre/aK4B9J7ziYiM2K26KvQA554hHB0UcKFqPSq6o6uTwqGqCjCtCFO47ImLLQFQAT24Lxjqxx0hrQkWJ+IwbwA8QdmnCL687tj1m+QTxOOCCvDk9wUjZ+wUkNIXywFhWrGfOkz7jgcFzkGxogJhfz6GchBBV6lS6cG876j7Gq9fvG5LH4hkxDuNVSoFdMh9KmrtP9CbHTMFuXkvRfjiDdO7HTd6dNMZOOYVCIfVrQd33k/FyWHFRbhcxAp3DusagKLOAXJEF52IeMB5yIzcMHMj2TZkB2wUdNdB5xeEGb6hMG5KrW5u6PrNiScsjqxbP86Ype+I5vGDyoqvosdVYMTfE8q37FgVg6qnD2czjDHmdyuSMbpMwegWXzCmaxd21oXWhdaF1oXWhdaF1oXWhcb8k5Ib9a/xx6qaKBHm32RdaF1oXWhdaF1oXWhdaF1ozM+qNWFwkdwwumjZZb6DdaF1oXWhdaF1oXWhdaF1oXXhrzX74d+bhDbwe5PeCzJ8HxpjrAtvWBdaF1oXWhdaF1oXWheaTy2tDR+HyyO86GWMeTjWhdaF1oXWhdaF1oXWhdaF5k7047/sJfQYnRd7ghrzEKwLrQutC60LrQutC60LrQuN+QO28VO7sGJ0j7CjeUT/SxfeheGAXdinPzNcF/qmy9hduGVexLG7EJHZL4N3YWF5gC7crAt/QRdmsS60LjTGPJwH+Hya+ACfrxo4/n/fwLbga6wLv7sL743YhW/Zu4PUiGEgiKKyrWmbCCO0Kuv+F80qkHgyuwSqmf9P4JXhoVYr1MstMxeex6Iwd2Gf0jXMXViuq36Yu3BXtXdhU9i7cJv+LnwMXIgLiYjet/PhP5DdpPJrRi7stZXn7FwYtdzyc+FQlOe8XBg6hvkc6SFpdu850lqvpRT3OdJHgjnSod3ehaGwd+E5AxfiQiKif6gv/q9GLglONdvSy+85ufBFbi58zs+FoVZu2bmw6ajmc6SrJDVvF45QAheuq78LN+4X/okLmzgvxIVE9FUc/mdHVbO4d1b+TNl6Fxeyd4a9Mz4uZO8Me2fMXMjeGVxIudsTDMGFVNw7twQXzYh+hgtxIS7EhbgQF+JCXIgLX/VG6zN3TfuP7PJ/FJKIcCEuxIW4EBfiQlyIC+l7a4J3468ELxf2BAsziQgX4kJciAtxIS7EhbiQbo3NnoS7EpCwVU4IibKFC3EhLsSFuBAX4kJcSO4lOHzbE9wh7JMn4Ylw4S1ciAtxIS7EhbgQF362dwcnAMJAEEUXoiFEJMd1+m9UK1Ahlwn8v1U8WBgion/VBTYnSpZwb2yuXwlruDAV9i7cFbgQF+JCXIgLceFHuJCIiByrTa2nzF14PSdzF8bRx4kLcSEuxIW4EBe+hAsnuwG8VIgAAM+tDwAAAABJRU5ErkJggg==);
-webkit-animation: logosimp 3s steps(19) infinite;
animation: logosimp 3s steps(19) infinite;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.site-footer-credit .cs_logo_png_white {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKMAAAGiCAMAAAC8mYajAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA8JzasUk2H8ddfXIUCueH6GMzTgAABQpJREFUeNrs29muElEQRuFVteee+N//aWU3ekTRxOnE1tSXQGBTIRWGhHUBIYTwPTntXFyTblxV6coA2XaetMpXapYaf8Fqumu8SPbVoCRT55vazvsZUi9NgxdmLx+FhjvflMT7cd34qO48lJ3XHYtWptZ4VUzl9bzyhWx8NhDPFikhBg9Lep6VlBv0hB7WpnmGWVMBF6d2PgZ6cDBJdVWWVt0ZU5K0n7O4HvhItjGWBVjGZlXbAssyGMsGAqvzuC7z7pKWjQHj7YuggQxNWblp2s12iV2dh3qbD79NkXU3XKmrtHkBKLoVb+fOq2tK2jmNo3dkqS9Kmjt261UulDbo8so8ttQzLHJteno5mwx1pF2OGRKomFHkrrabJE5J55S9TQ0XzXdcz1+0JJC71psoKpwOHUIbKWVyTQhSllTFVJMWkZBksBzkJbs2gNoAGXIeC2Z93hGTjD2ZJdYKuJA9Tw0XkwuaN8wBJNDNzwWLVk4CG4LUM3k5OG8mlipgE3gW53GGJZHHZsYkySRHHTkmXHx6r6FIBZ4GDSW6cBVN69OOXUaXuw3TXXvsWOVMi0PtB+TtSMeW/LxpybYDIN8POUiejyPDUEpglakkM3NIjq10sarqrtITVBnwNph8J6+4GCrnWFrFtApuurEnSXVer6w2d0TOLxoH3/P0rFmFvyePH9lR4qJ04yOthBDCexvWubou4+p2H1zT2YUP0YXRhdGF0YXRhdGF0YXRhSH8l1q66q/xf6tqihXC/ym6MLowujC6MLowujC6MLowhN8lNS6uSJWrK5Fd4SdEF0YXRhdGF0YXRhdGF0YXRhf+Watf/r9JXPm/SZ9ku3wfhvCBvTtWYRgEAjCcSJVkEO79n7adUkjoUCjljnz/7OCgw4dwigvfcSEXciEXciEXcqFOzYj0OJwVHr0klYsLuZALuZALuZALuVCXesv/7LVGW7LXVgdUKhEXciEXciEXciEXcqH0h0Z+au9573ypPapid3HhGYYZXXisPsrnwhYxc7twbPGq53bh0mNrM7kL99gLuHBw4Q9cuK1cyIWSylVgPk0vMF/1Efl/31jGZ8dw4dcuvJbRhU/27iBFYhAIo7CalDqIWPc/7TSzCDOdzKKhG/4i750gmyR8WKqd9guouXD27CbuwuqPlrgLk3v5Endh8yLvwuEm78ItgAv3hQtxIRHRfZu7/kD2cE+XCbmwlpHOybnQSnpKz4XLLZ3TcqF5X+JzpN0fVe050lI8p6Q+R7oHmCNd3uRdaG7yLpxuuBAXEhF9oJr1b43MAVY1R67pOiUXXifnwovkXGjnH7ucC4f3Ij5H+tPQduGyCC70AC7c2F/I/kJciAuJ3px1/bWjovtlOpqFL1O07uJCzp3h3BkdF3LuDOfO4EJciAvpjbUAQ3Cm+yodzS3ARjOiv+FCXIgLcSEuxIW4EBfiwv+60fGZzV3+IWuASyGJCBfiQlyIC3EhLsSFuJB+F+HeeA9wc2ENcGAmEeFCXIgLcSEuxIW4EBfSU2uTJ2GLQMJRWCEkihYuxIW4EBfiQlyIC3EhqRdg8a3pvi5HNcAzEr0SLsSFuBAX4kJciAtx4Xd7d3QCIAwEUTAYExJEuP6r1QryI8gF5nUxsLBcKOm32gafEzVqyV4/sq4SdnFhSe/CMwoXciEXciEXcuEyLpQk5ayNGDMivQvfkruwXLPfXMiFXMiFXMiFi7jwYw8RqRM6R7syzQAAAABJRU5ErkJggg==) !important;
}
@-webkit-keyframes logosimp {
0% {
background-position: 0 0
}
to {
background-position: 0 -418px
}
}
@keyframes logosimp {
0% {
background-position: 0 0
}
to {
background-position: 0 -418px
}
}
.search-form,
.is-search-form {
direction: rtl;
}
.search-form input,
.search-form .is-search-input,
.is-search-form input,
.is-search-form .is-search-input {
background: transparent !important;
border: 0 !important;
border-bottom: solid 1px #fff !important;
}
.search-form button,
.search-form .is-search-submit,
.is-search-form button,
.is-search-form .is-search-submit {
background: none !important;
background-color: #f57f20 !important;
border-radius: 999px;
}
.search-form button .is-search-icon,
.search-form .is-search-submit .is-search-icon,
.is-search-form button .is-search-icon,
.is-search-form .is-search-submit .is-search-icon {
background: none;
border: none;
}
.nav-menu .sub-menu {
display: block;
text-align: right;
background: #fff;
padding: 10px;
border-radius: 10px;
width: 260px;
}
.carousel-indicators {
top: -35px;
}
.carousel-indicators [data-bs-target] {
height: 5px;
}
.nav-menu .sub-menu li {
float: right;
width: 100%;
}
.nav-menu .sub-menu a {
color: #333;
margin: 5px 0px;
font-size: 14px;
float: right;
width: 100%;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
right: 0;
}
.contact-us-form-container .form-checkbox {
margin-top: 10px;
}
.contact-us-form-container .form-checkbox,
.contact-us-form-container .form-checkbox .wpcf7-form-control-wrap,
.contact-us-form-container .form-checkbox .wpcf7-form-control-wrap .wpcf7-checkbox,
.contact-us-form-container .form-checkbox .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
width: 100%;
}
.contact-us-form-container .form-checkbox .wpcf7-checkbox .wpcf7-list-item-label {
float: left;
width: 94%;
}
.contact-us-form-container .form-checkbox .wpcf7-checkbox .wpcf7-list-item {
margin: 0;
}
.contact-us-form-container .form-checkbox .wpcf7-checkbox input[type=checkbox] {
float: right;
}
@media (max-width: 600px) {
.contact-us-form-container .form-checkbox .wpcf7-checkbox .wpcf7-list-item-label {
float: left;
width: 90%;
}
}
.category-description {
text-align: center;
font-size: 1.5rem;
direction: rtl;
margin-bottom: 50px;
}
.course-form-desktop .form-checkbox,
.course-form-mobile .form-checkbox {
margin-bottom: 10px;
float: right;
width: 100%;
}
.course-form-desktop .wpcf7-list-item-label,
.course-form-mobile .wpcf7-list-item-label {
width: 86%;
display: block;
float: left;
}
.course-form-desktop [type=checkbox],
.course-form-mobile [type=checkbox] {
float: right;
margin-top: 5px;
}
.course-form-desktop .wpcf7-list-item,
.course-form-mobile .wpcf7-list-item {
display: block;
}
.form-row {
float: right;
width: 100%;
}
.registration-process{
text-align: right;
margin-top: 30px;
}
.navigation-dropdown .site-footer {
padding-top: 20px;
}
.navigation-dropdown .site-footer .site-footer-wrapper .footer-nav ul li {
margin-bottom: 19px;
}
.navigation-dropdown .site-footer .site-footer-wrapper .footer-nav ul li a {
font-size: 16px;
}
.tabset {
max-width: 1400px;
margin: 0 auto;
direction: rtl;
}  .tabset > input[type="radio"] {
position: absolute;
left: -200vw;
}
.tabset .tab-panel {
display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
display: block;
}
.tabset > label {
position: relative;
display: inline-block;
padding: 15px 15px 25px;
border: 1px solid transparent;
border-bottom: 0;
cursor: pointer;
font-weight: 600;
}
.tabset input:focus-visible + label {
outline: 2px solid rgba(0,102,204,1);
border-radius: 3px;
}
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
color: #fff;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
background: #fff;
}
.tabset > input:checked + label {
background: #F57F20;
border-bottom: 1px solid #fff;
margin-bottom: -1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tab-panel {
padding: 30px 0;
border-top: 1px solid #ccc;
}
.tabset .tab-icons {
display: flex;
justify-content: center;
}
.tabset .tab-icons .tab-icons-img {
margin: 40px 40px;
}
.tabset .tab-icons .label {
text-align: center;
display: block;
width: 100%;
}
.tabset .tab-icons .img {
min-height: 115px;
} .wpcf7 form.sent .wpcf7-response-output {
float: right !important;
}