[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  left: 2px;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 4px;
  width: 7px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 7px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 7px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 16px;
  scroll-behavior: smooth;
  font-size: 1.11vw;
}

@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

.green {
  color: #59a549;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.yellow {
  color: #f8c538;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blue {
  color: #9dd3ff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.orange {
  color: #fe8c21;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-green {
  background-color: #59a549;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-yellow {
  background-color: #f8c538;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-blue {
  background-color: #9dd3ff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-orange {
  background-color: #fe8c21;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bg-gray {
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bgl-gray {
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bgl-green {
  background-color: #cde4c8;
}

.bgl-yellow {
  background-color: #fcedc3;
}

.bgl-blue {
  background-color: #e1f1ff;
}

.bgl-orange {
  background-color: #fedcbc;
}

.full-width {
  max-width: 1360px;
  width: 85rem;
  margin: auto;
  overflow: hidden;
  unicode-bidi: bidi-override;
}

body #app {
  font-family: "Rubik", sans-serif;
  position: relative;
  margin: auto;
  font-size: 1.125rem;
}

.mobile {
  display: none;
}

div.main {
  max-width: 1062px;
  width: 66.375rem;
  position: relative;
  margin-right: auto;
  margin-left: 0;
}

.logo {
  height: 6.5rem;
  width: 11.3125rem;
}

.breadcrumbs-wrapper {
  height: 2rem;
  line-height: 2rem;
  margin: 2.0625rem 0 1.0625rem;
  border-bottom: 2px solid #f4f4f4;
}

.breadcrumbs-wrapper ul {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
  text-align: right;
}

.error404 {
  background-color: #f4f4f4;
}

.error404 .main-404 {
  padding-top: 4.5rem;
}

.search-title {
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.375rem;
}

@media print {
  header.header {
    display: none;
  }
}

.no-search-res {
  min-height: 30.75rem;
}

.no-search-res .alignmiddle {
  right: 0;
  left: 0;
  margin: auto;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1;
  /* 1 */
  margin: 0;
  /* 2 */
  background: transparent;
}

button {
  cursor: pointer;
}

button,
select {
  /* 1 */
  margin: 0;
  padding: 0;
  text-transform: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

img {
  display: block;
}

svg {
  display: inline-block;
}

img,
svg {
  max-width: 100%;
  max-height: 100%;
}

input,
textarea {
  resize: none;
  outline: none;
  -webkit-appearance: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
  font-size: 15px;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-size: 15px;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  font-size: 15px;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
  font-size: 15px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.alignmiddle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.boxsizing {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

[hidden] {
  display: none;
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

/* genral css classes */
.flc {
  clear: both;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.col-1-1 {
  width: 100%;
}

.height-1-1 {
  height: 100%;
}

.row-1-1 {
  height: 100%;
}

.full {
  width: 100%;
  height: 100%;
}

.aligncenter {
  text-align: center;
}

.hidden {
  display: none;
}

.margin-auto {
  margin: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ofh {
  overflow: hidden;
}

.half {
  width: 50%;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: inherit;
}

/* font sizes */
.f1 {
  color: #303030;
  font-family: "Ploni 1.1 AAA";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5625rem;
}

.single-survey-header h1 {
  color: #2c2c2c;
}

.f2 {
  font-size: 1.5rem;
  color: #303030;
  font-family: "Ploni 1.1 AAA";
  font-size: 1.25rem;
  line-height: 1.8125rem;
}

.f3 {
  font-size: 1.25rem;
  color: #303030;
  font-family: "Ploni 1.1 AAA";
}

.f4 {
  font-size: 1.375rem;
}

.f5 {
  font-size: 1rem;
}

.f6 {
  font-size: 0.875rem;
}

.f32 {
  font-size: 2rem;
}

.f22 {
  font-size: 1.375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f26 {
  font-size: 26px;
}

.f38 {
  font-size: 2.375rem;
}

.f42 {
  font-size: 2.625rem;
}

.f28 {
  font-size: 1.75rem;
}

.f44 {
  font-size: 2.75rem;
}

/* borders */
.b-white {
  border-color: #fff;
}

.ba {
  border-style: solid;
  border-width: 1px;
}

.bt {
  border-top-style: solid;
  border-top-width: 1px;
}

.br {
  border-right-style: solid;
  border-right-width: 1px;
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bl {
  border-left-style: solid;
  border-left-width: 1px;
}

.bn {
  border-style: none;
  border-width: 0;
}

.b--dotted {
  border-style: dotted;
}

.b--dashed {
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.b--none {
  border-style: none;
}

/* grid flex */
.flex {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.column.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex.start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.flex.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.flex.end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.flex.top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex.bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex.around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex.around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.grid {
  display: -ms-grid;
  display: grid;
}

/* wp-content setting */
.wp-content a:hover {
  text-decoration: underline;
}

.wp-content,
.wp-content * {
  font-family: "rubik" !important;
  color: #000 !important;
}

.wp-content a {
  color: #9dd3ff;
}

.wp-content p {
  margin-bottom: 1em;
}

.wp-content strong {
  font-weight: 700;
}

.wp-content em,
.wp-content i {
  font-style: italic;
}

.wp-content blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}

.wp-content p a,
.wp-content a {
  color: #d14b32;
}

.wp-content li ul,
.wp-content li ol {
  margin: 0 1.5em;
}

.wp-content ul,
.wp-content ol {
  margin: 0 1.5em 1.5em 1.5em;
}

.wp-content ul {
  list-style-type: none;
}

.wp-content ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.wp-content ul li li {
  list-style-type: circle;
}

.wp-content ol {
  list-style-type: decimal;
}

.wp-content ol ol {
  list-style: upper-alpha;
}

.wp-content ol ol ol {
  list-style: lower-roman;
}

.wp-content ol ol ol ol {
  list-style: lower-alpha;
}

/* wp-content setting */
.facebook {
  background: #43609b;
}

.twitter {
  background: #21aaf1;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.margin-top-65 {
  margin-top: 4.0625rem;
}

.bold {
  font-weight: 700;
}

.margin-bottom-10 {
  margin-bottom: 0.625rem;
}

.margin-bottom-30 {
  margin-bottom: 1.875rem;
}

header.header {
  top: 0;
  right: auto;
  margin-left: auto;
  width: 12.5625rem;
  z-index: 1;
  /* margin-right: -1rem; */
}

header.header.stop-fixed {
  position: absolute;
  top: auto;
  bottom: 10px;
}

header.header.make-fixed {
  position: fixed;
  top: 0px;
  bottom: auto;
 
}

header.header .logo-warpper {
  height: 9.875rem;
  width: 12.5625rem;
  background-color: #ffffff;
  margin: 0.5625rem auto 0.1875rem;
  position: relative;
}

header.header .logo {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.drop-down-title {
  height: 3.0625rem;
  line-height: 3.0625rem;
  margin-bottom: 3px;
}

.drop-down-title .flr .small-logo {
  right: 1.7625rem;
}

.drop-down-title .fll .small-logo {
  left: 1.7625rem;
}

.drop-down-title .small-logo {
  height: 2.25rem;
  width: 4.125rem;
}

.drop-down {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drop-down .drop-down-title {
  margin-bottom: 0.1875rem;
  display: block;
  border-bottom: 0px solid #fff;
}

.drop-down .drop-down-tiltle-txt {
  color: #fff;
  width: 100%;
  margin-right: 3px;
}

.drop-down .drop-down-ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.drop-down .drop-down-ul.active {
  height: auto;
  max-height: 29.6vh;
  overflow: auto;
}

.drop-down .drop-down-li {
  height: 3.0625rem;
  line-height: 3.0625rem;
  overflow: hidden;
  padding: 0 0.8125rem;
  margin: 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drop-down .drop-down-li a {
  color: #303030;
  font-family: "Ploni 1.1 AAA";
  font-size: 1rem;
  text-align: right;
  display: inline-block;
}

.drop-down .drop-down-li:hover a {
  color: #b0b0b0;
}

.search-form {
  height: 2.0625rem;
}

.search-form button {
  height: 2.0625rem;
  width: 3.0625rem;
  background-color: #fe8c21;
  /* margin-left: 3px */
}

.search-form .search-form-input {
  height: 2.0625rem;
  line-height: 2.0625rem;
  max-width: 9.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.3125rem;
  font-size: 1.25rem;
}

.search-form .search-form-input input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.25rem;
}

.search-form .search-form-input input:-ms-input-placeholder {
  color: #fff;
  font-size: 1.25rem;
}

.search-form .search-form-input input::-ms-input-placeholder {
  color: #fff;
  font-size: 1.25rem;
}

.search-form .search-form-input input::placeholder {
  color: #fff;
  font-size: 1.25rem;
}

.search-form .search-form-input input {
  color: #fff;
}

.drop-down-title:hover svg g,
.drop-down-title:hover .cls-1,
.drop-down-title:hover svg path .drop-down-title:hover svg g circle {
  fill: #303030;
  stroke: #303030;
}

.drop-down-title.active:hover .drop-down-btn {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/logos/close-hover.svg");
}

.drop-down-title.bg-green:hover svg g,
.drop-down-title.bg-green:hover svg path {
  fill: #303030;
  stroke: #303030;
}

.drop-down-title.bg-blue svg g,
.drop-down-title.bg-blue svg path {
  fill: #fff;
  stroke: #fff;
}

.drop-down-title.bg-blue:hover svg g,
.drop-down-title.bg-blue:hover svg path {
  fill: #303030;
  stroke: #303030;
}

.js-open-header.bg-gray:hover,
.js-open-header.bg-gray.drop-down-title.active {
  background: #fe8c21;
  color: #fff;
}

.drop-down-title:hover .drop-down-tiltle-txt {
  color: #303030;
}

.drop-down-title:hover .bg-blue {
  background-color: #e1f1ff;
}

.drop-down-title:hover .bg-yellow {
  background-color: #fcedc3;
}

.drop-down-title:hover .bg-green {
  background-color: #cde4c8;
}

.drop-down-title.active {
  border: none;
  color: #fff;
}

.drop-down-title.active .drop-down-btn {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/logos/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.drop-down-title.active .drop-down-btn svg {
  opacity: 0;
}

.drop-down-btn {
  width: 2.9rem;
  height: 100%;
  text-align: center;
}

.drop-down-btn svg {
  vertical-align: middle;
}

.drop-down-tiltle-txt {
  height: 100%;
  max-width: 9.3125rem;
  overflow: hidden;
  padding: 0 0.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
}

.drop-down-title .bg-gray.bl {
  margin-left: 2px;
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.drop-down-title .bg-gray.bl:hover {
  background-color: #33322e;
  color: #fff;
}

.drop-down-title.bg-gray button:hover {
  background-color: #33322e;
}

.drop-down-title.bg-gray button:hover .f2 {
  color: #fff;
}

.drop-down-title.bg-gray .flr:hover a,
.drop-down-title.bg-gray .fll :hover a {
  color: #000;
}

.sitcky-footer {
  min-height: -webkit-calc(100vh - 20.125rem);
  min-height: calc(100vh - 20.125rem);
}

.footer-wrapper.hp-footer {
  padding-top: 6.25rem;
}

.footer-wrapper-warpper {
  max-width: 1360px;
  width: 85rem;
  margin: auto;
  position: relative;
  z-index: 1;
}

footer.footer {
  width: 60.4375rem;
  max-width: 967px;
}

.owl-hp-survey {
  max-width: 1064px;
  width: 66.5rem;
}

.footer-wrapper {
  height: 18.0625rem;
  background-color: #f4f4f4;
  /* height: 13.125rem; */
  max-width: 1064px;
  margin-right: 12.5625rem;
  margin-right: auto;
}

.home .footer-wrapper-warpper {
  height: 24.125rem;
}

.footer-nav {
  max-width: 66.5rem;
  margin: auto;
}

.footer-nav ul li a {
  font-size: 1.125rem;
  font-family: "Ploni 1.1 AAA";
}

.footer-nav ul li {
  display: inline-block;
  color: #33322e;
  font-weight: 700;
  line-height: 1.3125rem;
  margin: 1.5625rem 0 2.5rem 1rem;
  padding-left: 1.125rem;
  border-left: 3px solid #33322e;
  font-size: 1.125rem;
}

.footer-nav ul li:hover {
  color: #000;
  border-color: #000;
}

.footer-nav ul li:nth-last-child(2) {
  border-color: transparent;
}

.footer-nav ul li:last-child {
  float: left;
  color: #fff;
  border: none;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  background-color: #303030;
  position: relative;
  left: 1.9375rem;
}

.footer-nav ul li:last-child:hover {
  background: #b0b0b0;
}

.footer-nav ul li:last-child:hover:after {
  background-color: #b0b0b0;
}

.footer-nav ul li:last-child:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/Arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 1.875rem;
  width: 1.875rem;
  background-color: #303030;
  top: 0;
  left: -2.125rem;
  text-align: center;
}

.footer-nav:after {
  clear: both;
}

.rsvp-credit {
  border-top: 1px solid #b0b0b0;
  padding: 1rem 0;
  color: #1f1f1f;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  margin: auto;
  position: relative;
  bottom: -1.0625rem;
}

.rsvp-credit sub {
  font-size: 0.625rem;
  position: relative;
  top: -0.1875rem;
}

.newslatter {
  height: 25rem;
  width: 46.875rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  background-color: #f4f4f4;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8125rem 3.75rem 4.4375rem 3.125rem;
}

.newslatter .close {
  height: 1.25rem;
  line-height: 1.25rem;
  top: 1.3125rem;
  right: 0.9375rem;
  font-size: 0.875rem;
}

.newslatter .close:hover .bg-orange {
  background-color: #fedcbc;
}

.newslatter .close span {
  display: inline-block;
  vertical-align: text-bottom;
  height: 100%;
}

.newslatter .close .bg-orange {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/logos/close.svg");
  /* background-size: 65% 65%; */
  background-position: center;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
}

.newslatter form.flr {
  width: 22.75rem;
}

.newslatter form.flr legend {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5625rem;
  margin-bottom: 0.9375rem;
}

.newslatter form.flr p {
  margin-bottom: 1.25rem;
  overflow: hidden;
  height: 3.6875rem;
  width: 22.9375rem;
}

.newslatter .newslatter-img {
  width: 16.875rem;
  height: 100%;
  position: relative;
}

.newslatter .newslatter-img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.newslatter .input {
  height: 2.5rem;
  width: 22.75rem;
  border: 0.0625rem solid #e1f1ff;
  background-color: #ffffff;
  margin-bottom: 1rem;
}

.newslatter .button {
  top: auto;
  position: absolute;
  bottom: 2.5rem;
  left: 17rem;
  height: 1.5625rem;
}

.newslatter .input input {
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.newslatter .input input.error {
  border: 1px solid rgb(255, 0, 0);
}

.newslatter .button .button-send {
  height: 1.875rem;
  line-height: 1.875rem;
  width: 4.6887rem;
  background-color: #303030;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -0.625rem;
}

.js-curtain {
  background: rgba(0, 0, 0, 0.404);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.hp-newslatter {
  height: 3.125rem;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #b0b0b0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.hp-newslatter form.hp-newsletter {
  height: 100%;
  padding: 0 5.6875rem;
  margin-right: auto;
  margin-left: 0;
}

.hp-newslatter .right {
  width: 27.6875rem;
}

.hp-newslatter .right .f3 {
  font-family: "Ploni 1.1 AAA";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5625rem;
  text-align: right;
}

.hp-newslatter .right p {
  height: 1.875rem;
  color: #303030;
  line-height: 1.875rem;
  overflow: hidden;
}

.left {
  width: 23.6875rem;
}

.left .input {
  height: 3.125rem;
  line-height: 3.125rem;
  width: 17.0625rem;
  border: 1px solid #fe8c21;
  background-color: #ffffff;
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
  padding: 0 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.left .input:hover,
.left .input:active,
.left .input:focus,
.left .input:focus-within {
  border-color: #fedcbc;
  background-color: #f4f4f4;
}

.left .input input {
  width: 100%;
}

.left .input::-webkit-input-placeholder {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
}

.left .input:-ms-input-placeholder {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
}

.left .input::-ms-input-placeholder {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
}

.left .input::placeholder {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
}

.left .button {
  height: 3.125rem;
  line-height: 3.125rem;
  width: 6.625rem;
  background-color: #fe8c21;
}

.left .button button {
  text-align: center;
  font-family: "Ploni 1.1 AAA";
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.left .button:hover {
  background-color: #fedcbc;
}

.footer-logo-single img {
  height: 90%; 
  object-fit: contain;
}

.footer-logo-single {
  max-width: 15%;
  height: 5.9375rem;
  /* height: auto; */
}

.home div.main {
  max-width: none;
  width: 100%;
}

.home .full-width {
  max-width: none;
  width: 100%;
}

.home .drop-down-title .bg-gray {
  border: none;
}

.hp-hero-wrapper {
  /* max-width: 1103px; */
  width: 76.625rem;
  margin: auto;
  padding-top: 11.125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hp-hero {
  height: 37.0625rem;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 0;
}

.hp-hero .hp-hero-header {
  margin-right: 9rem;
}

.hp-hero .hp-hero-header .gray-box {
  height: 2rem;
  width: 14.9375rem;
  padding: 0 0.625rem;
  text-align: center;
  margin-bottom: 1.125rem;
}

.hp-hero .hp-hero-header .gray-box .f1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}

.hp-hero .hp-hero-header .hp-main-header-txt h2 {
  height: 11.25rem;
  width: 41.9375rem;
  overflow: hidden;
  color: #ffffff;
  font-family: "Ploni 1.1 AAA";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5625rem;
  text-align: right;
}

.hp-wrapper {
  max-width: 1360px;
  width: 85rem;
}

.hp-wrapper-map {
  max-width: 1360px;
  margin: auto;
}

.hp-activties {
  width: 26.0625rem;
  top: -8.25rem;
  max-height: 120px;
}

.hp-activties .hp-activties-title {
  height: 2rem;
  line-height: 2rem;
  width: 10.4375rem;
  margin-bottom: 0.5625rem;
  font-family: "Ploni 1.1 AAA";
}

.hp-activties .hp-activties-box.flr {
  margin-left: 0.9375rem;
}

.hp-ativites-title {
  position: absolute;
  bottom: 0.625rem;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}

.hp-activties .hp-activties-box {
  height: 11.25rem;
  width: 12.5625rem;
  text-align: center;
}

.hp-activties .hp-activties-box .hp-activties-box-img {
  margin: auto auto auto 4.25rem;
  width: 100%;
  text-align: center;
}

.hp-activties .hp-activties-box .hp-activties-box-img .black-and-white {
  opacity: 1;
  margin-top: 1.125rem;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.hp-activties .hp-activties-box .hp-activties-box-img .colors {
  opacity: 0;
  margin-top: 1.125rem;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.hp-activties .hp-activties-box a:active .hp-activties-box-img .black-and-white,
.hp-activties .hp-activties-box .hp-activties-box-img:hover .black-and-white {
  opacity: 0;
}

.hp-activties .hp-activties-box a:active .hp-activties-box-img .colors,
.hp-activties .hp-activties-box .hp-activties-box-img:hover .colors {
  opacity: 1;
}

.hp-activties .hp-activties-box .hp-activties-box-img {
  height: 6.25rem;
  width: 4.6875rem;
}

.hp-activties .hp-activties-box .hp-activties-box-img svg {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  max-width: 4.7rem;
  max-height: none;
  width: auto;
  min-height: 7.4375rem;
  display: block;
}

.hp-map {
  /* margin: 0 12.8125rem 4.375rem 0; */
  margin: 0 auto 4.375rem 0.5rem;
  height: 25.625rem;
  width: 66.25rem;
  max-width: 1060px;
}

.hp-map .flr {
  height: 23.5813rem;
  width: 32.7rem;
}

.hp-map .pin {
  height: 4.875rem;
  width: 3.1875rem;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}

.hp-map .pin:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.hp-map .pin span.absolute {
  right: 0;
  left: 0;
  margin: auto;
  top: 15%;
  font-family: "Ploni 1.1 AAA";
  /* transform: translateY(-50%); */
}

.hp-map .orange-pin {
  right: 3.125rem;
  top: -2rem;
}

.hp-map .blue-pin {
  right: 15.4375rem;
  top: 2.4875rem;
}

.hp-map .green-pin {
  right: 23.9375rem;
  top: 9.9375rem;
}

.hp-map .fll {
  max-width: 29.75rem;
  margin: auto;
}

.hp-map .fll .f1 {
  max-width: 20.1875rem;
  font-family: "Ploni 1.1 AAA";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5625rem;
  text-align: right;
  margin-bottom: 0.9375rem;
}

.hp-map .fll p {
  margin-bottom: 1.625rem;
  height: 7.5rem;
  max-width: 28.625rem;
  font-family: Rubik;
  font-size: 1.125rem;
  line-height: 1.875rem;
  overflow: hidden;
  text-align: right;
}

.hp-mobile-more .read-more-text-perm {
  right: 0;
  left: 0;
}

.hp-mobile-more {
  width: 12.6875rem;
  margin: 1.8125rem auto 4.3125rem;
  height: 3.125rem;
}

.hp-mobile-more .read-more .arrow-btn {
  position: absolute;
  top: 0;
  left: -2.125rem;
}

.hp-mobile-more .read-more-text {
  height: 1.875rem;
  line-height: 1.875rem;
  width: 10.375rem;
  background-color: #303030;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.hp-survey-box-wrapper {
  min-width: 29.75rem;
}

.hp-survey-box-wrapper .hp-survey-box {
  width: 9.5rem;
  height: 6.875rem;
}

.hp-survey-box-txt {
  height: 4.6875rem;
  margin-bottom: 0.3125rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hp-survey-box-txt .bold {
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 0.875rem 0 0;
  font-family: "Ploni 1.1 AAA";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hp-survey-box-txt .f3 {
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
}

.hp-survey-box-link {
  height: 1.875rem;
}

.hp-survey-box-link .txt {
  width: 7.3125rem;
  height: 100%;
  line-height: 1.875rem;
  background-color: #303030;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Ploni 1.1 AAA";
  font-weight: 700;
}

.hp-survey-box-link * {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  right: 0;
  left: 0;
}

.hp-survey-box:hover .hp-survey-box-link .txt {
  right: -1%;
  position: relative;
}

.hp-survey-box:hover .hp-survey-box-link .arrow-btn {
  right: 1%;
  position: relative;
}

.hp-survey-box:hover .bgl-orange {
  background-color: #fe8c21;
}

.hp-survey-box:hover .bgl-blue {
  background-color: #9dd3ff;
}

.hp-survey-box:hover .bgl-green {
  background-color: #59a549;
}

.hp-survey-box:hover .bgl-yellow {
  background-color: #f8c538;
}

.hp-wrapper-posts {
  max-width: 1360px;
  width: 85rem;
  margin: auto;
}

.header-wrapper.full-width {
  max-width: 1360px;
  width: 85rem;
}

.hp-posts {
  max-width: 1064px;
  height: 25.125rem;
  width: 66.5rem;
  /* margin: 0 12.5625rem 8.25rem 0; */
  margin: 0 auto 8.25rem 0;
}

.hp-posts .hp-posts-title {
  height: 1.875rem;
  margin-bottom: 2.125rem;
}

.hp-posts .hp-posts-title span {
  height: 100%;
  line-height: 1.875rem;
  width: 8.625rem;
  display: inline-block;
  padding: 0 0.5rem;
  font-family: "Ploni 1.1 AAA";
}

.hp-posts .hp-post-box {
  width: 20.25rem;
  height: 20.4375rem;
}

.hp-posts .hp-post-box .hp-post-box-img {
  height: 11.375rem;
}

.hp-posts .hp-post-box .hp-post-box-txt {
  height: 9.0625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.375rem 0.875rem 1.25rem 1.25rem;
}

.hp-posts .hp-post-box .hp-post-box-txt .f3 {
  padding-top: 0.375rem;
  font-family: "Ploni 1.1 AAA";
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: right;
}

.hp-posts .hp-post-box .hp-post-box-txt time {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: right;
  padding-top: 0.375rem;
  position: absolute;
  bottom: 20px;
}

.owl-hp-news {
  position: relative;
  bottom: -1.625rem;
  height: 9.625rem;
}

.hp-news {
  height: 13.125rem;
  max-width: 1064px;
  width: 66.5rem;
  margin: 0 auto 8.25rem 0;
  /* margin-right: 12.5625rem; */
}

.hp-news .hp-news-main-title {
  position: relative;
  top: 0;
  right: 0;
}

.hp-news .hp-news-main-title span {
  height: 1.875rem;
  line-height: 1.875rem;
  width: 6.375rem;
  font-family: "Ploni 1.1 AAA";
}

.hp-news .hp-news-box {
  /* width: 32.8125rem; */
  width: auto;
  position: relative;
  height: 100%;
  bottom: 0;
}

.hp-news .hp-news-box .hp-news-title {
  height: 2.875rem;
  line-height: 2.875rem;
  display: flex;
  align-items: center;
}

.hp-news .hp-news-box .hp-news-title .f3 {
  line-height: 2.875rem;
  line-height: 1;
  padding-right: 1.5625rem;
  font-family: "Ploni 1.1 AAA";
  font-size: 1.25rem;
  flex: 1 0 auto;
  width: 95%;
}
@supports (display: flex) {
  .hp-news .hp-news-box .hp-news-title {
    height: auto;
    min-height: 2.875rem;
    display: flex;
    align-items: center;
  }
  .hp-news .hp-news-box .hp-news-title .f3 {
    line-height: 1;
  }
}
.hp-news .hp-news-box .hp-news-inner {
  height: 6.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.375rem 1rem 0.5625rem 0.375rem;
}

.hp-news .hp-news-box .hp-news-inner time {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.hp-news .hp-news-box .hp-news-inner p {
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
}

a .hp-post-box,
.hp-news a * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hp-news a:hover .bgl-blue {
  background: #9dd3ff;
}

.hp-news a:hover .bgl-orange {
  background: #fe8c21;
}

.hp-news a:hover .bgl-yellow {
  background: #f8c538;
}

.hp-news a:hover .bgl-green {
  background: #59a549;
}

.home .gallery-btns {
  margin-top: 0;
  height: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
}

.home .gallery-btns.news-btns {
  left: 0;
}

@keyframes bounceIn {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.3375rem, 0);
    transform: translate3d(0, -0.3375rem, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
  }
}

.hp-posts .owl-item {
  height: 21.875rem;
}

.read-more-text {
  font-family: "Ploni 1.1 AAA";
}

.hp-posts .read-more-text {
  height: 1.875rem;
  line-height: 1.875rem;
  width: 4.8125rem;
  background-color: #303030;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.hp-posts .read-more {
  bottom: -0.8125rem;
  left: 2.875rem;
}

.hp-posts .read-more .arrow-btn {
  position: absolute;
  top: 0;
  left: -2.125rem;
}

article.single-survey {
  margin-bottom: 16.0625rem;
}

.single-survey-header {
  height: 18rem;
  margin-bottom: 2.5rem;
}

.single-survey-header .right {
  height: 100%;
  width: 30.9375rem;
  overflow: hidden;
  margin-left: 2.0625rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
}

.surevy-iframe__btn {
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  font-family: "Ploni 1.1 AAA";
}

.surevy-iframe__btn:hover .fll {
  background-color: rgba(248, 197, 56, 0.699);
}

.surevy-iframe__btn .flr {
  background-color: #000;
  padding: 0 0.625rem;
}

.surevy-iframe__btn .fll {
  height: 1.875rem;
  width: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 80% 80%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px solid #f4f4f4;
}

.pagination .current {
  font-weight: 700;
}

.pagination {
  text-align: center;
}

.single-survey-header .right .f1 {
  margin: 0.8125rem 0;
}

.single-survey-header .left {
  height: 100%;
  width: 32rem;
  background-color: #d8d8d8;
}

.single-survey-header .left figcaption {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.377);
  height: 1.4375rem;
  line-height: 1.4375rem;
  color: #ffffff;
  font-family: "Rubik";
  font-size: 0.875rem;
  text-align: right;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.625rem;
}

.single-survey-header:after {
  clear: both;
}

.survey-btns {
  height: 3.0625rem;
  max-width: 30.9375rem;
  width: auto;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625rem;
  bottom: 0;
  margin-top: auto;
}

.survey-btns .survey-btn {
  height: 1.875rem;
  width: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 80% 80%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px solid #f4f4f4;
}

.print-svg {
  -webkit-background-size: 1.5rem 1.3125rem;
  background-size: 1.5rem 1.3125rem;
}

.pdf-svg {
  -webkit-background-size: 0.9375rem 1.1875rem;
  background-size: 0.9375rem 1.1875rem;
}

.mail-svg {
  -webkit-background-size: 1.5rem 1rem;
  background-size: 1.5rem 1rem;
}

.search-svg {
  -webkit-background-size: 1.5rem 1rem;
  background-size: 1.5rem 1rem;
}

.survey-btns ul li:last-child {
  margin-left: 0;
}

.survey-btns ul li {
  height: 1.875rem;
  line-height: 1.875rem;
  display: inline-block;
  margin-left: 0.5625rem;
}

.survey-btns ul li button {
  color: #ffffff;
  font-family: "Ploni 1.1 AAA";
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  background: #000;
  margin-left: 0.1875rem;
  display: block;
  height: 100%;
}

.survey-btns ul li button a {
  font-size: 1rem;
}

.survey-btns ul li button:hover .bg-blue {
  background-color: #e1f1ff;
}

.survey-btns ul li button:hover .bg-green {
  background-color: #cde4c8;
}

.survey-btns ul li button:hover .bg-orange {
  background-color: #fedcbc;
}

.survey-btns ul li button .flr {
  padding: 0 0.875rem;
}

.survey-btns ul li button span {
  text-align: center;
  font-family: "Ploni 1.1 AAA";
  font-size: 1rem;
}

.single-survey-iframe {
  min-height: 18.75rem;
  margin-bottom: 2.5rem;
}

.single-survey-iframe iframe {
  width: 100%;
}

.single-survey-content-title {
  height: 2.625rem;
  line-height: 2.625rem;
  background-color: #f4f4f4;
  padding: 0 0.625rem;
  margin-bottom: 0.375rem;
}

.single-survey-content-txt.acc-text h3,
.single-survey-content h2 {
  line-height: 2.625rem;
  font-weight: 700;
  height: 2.625rem;
  background-color: #f4f4f4;
  padding: 0 0.625rem;
  margin-bottom: 0.375rem;
}

.single-survey-content {
  width: 32.8125rem;
}

.single-survey-content-txt ol,
.single-survey-content-txt ul {
  list-style-position: inside;
}
.single-survey-content-txt ol {
  list-style-type: decimal;
}
.single-survey-content-txt ul {
  list-style-type: disc;
}
.single-survey-content-txt.acc-text > * {
  margin-bottom: 1rem;
  margin-top: 0;
}
.single-survey-content-txt.acc-text > :last-child {
  margin-bottom: 0px;
}

.single-survey {
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: right;
  /* padding: 0 1rem; */
  margin-bottom: 0.875rem;
}

.single-surveyt p,
.single-survey br {
  margin-bottom: 0.375rem;
}

.single-survey-aside {
  width: 27rem;
}

.gray-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 0.875rem 1.1875rem;
  margin-bottom: 2.1875rem;
}

.gray-box h2 {
  font-weight: 700;
  line-height: 26px;
}

.gray-box p {
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0.1rem 0 0.5625rem;
}

.survey-main-map-imgs {
  margin-top: 0.8125rem;
  margin-bottom: 0.625rem;
  height: 15.125rem;
  width: 26.9375rem;
}

.survey-main-map-maps {
  height: 33.1875rem;
  width: 26.9375rem;
  margin-bottom: 0.625rem;
}

.owl-survey-maps .owl-item img {
  height: 100%;
  width: auto;
}

.owl-survey-maps .owl-item {
  height: 10.75rem;
  overflow: hidden;
  /* width: 8.75rem !important; */
}

.light-box ul li img {
  margin: auto;
}

.light-box ul li {
  width: 68.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 49.1206rem;
  overflow: auto;
  max-height: 84vh;
}

.light-box ul {
  height: 49.1206rem;
  top: 0.3rem;
  width: 1000rem;
  position: absolute;
  left: 1px;
  right: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.light-box .close {
  height: 1.875rem;
  width: 1.875rem;
  top: 0;
  background-image: url(/National_Library/oe_/https://deshe.org.il/static/images/logos/close.svg);
  /* background-size: 66% 66%; */
  background-position: center;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
}

.light-box {
  position: fixed;
  height: 54.625rem;
  width: 68.75rem;
  right: 0;
  left: 0;
  top: 50%;
  z-index: 101;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  max-height: 94vh;
}

.light-box .light-box-btns {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  text-align: center;
  position: absolute;
}

.light-box .light-box-btns button.left {
  margin-right: 0.75rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.light-box .light-box-btns button {
  height: 2.8125rem;
  width: 2.8125rem;
  background-image: url(/National_Library/oe_/https://deshe.org.il/static/images/survey/Arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.owl-survey-imgs .owl-item:hover,
.owl-survey-maps .owl-item:hover {
  cursor: pointer;
  opacity: 0.6;
}

.survey-main-map-maps img.active,
.survey-main-map-imgs img.active {
  -webkit-animation: fadein 0.2s;
  animation: fadein 0.2s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.survey-main-map-imgs img {
  width: 100%;
  height: auto;
}

.survey-main-map-maps,
.survey-main-map-imgs {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
}

.sp-small::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/logos/expand-icon.svg");
  -webkit-background-size: contain;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-small {
  height: 1.625rem;
  bottom: 0;
  line-height: 1.625rem;
  color: #ffffff;
  font-family: Rubik;
  display: block;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2.3125rem;
  margin:0;
}

.survey-main-map-maps img,
.survey-main-map-imgs img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.survey-main-map-maps:hover img,
.survey-main-map-imgs:hover img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.owl-survey-imgs .owl-item {
  height: 4.9294rem;
  width: 8.75rem;
  cursor: pointer;
}

.gallery-btns {
  margin-top: 2.3125rem;
  width: auto;
  color: #fff;
  height: 1.875rem;
  text-align: center;
}

.gallery-btns button,
.gallery-btns span {
  color: #fff;
  width: 1.875rem;
  line-height: 1.875rem;
  background: #000;
  display: inline-block;
  margin: 0 0.4375rem 0 0;
  text-align: center;
}

.gallery-btns button {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/Arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(0, 0, 0, 0);
}

.gallery-btns button:hover {
  background-color: #303030;
}

.gallery-btns button.flip {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.survey-imgs-wrapper {
  margin-bottom: 2rem;
}

.pdf-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/pdf-icon.svg");
}

.link-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/link-svg.svg");

}

.mail-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/mail-icon.svg");
}

.print-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/print-icon.svg");
}

.search-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/serach-icon.svg");
}

.share-svg {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/share-svg.svg");
}

.share-deshe{
right:100%; top:-0.625rem; height: 3.0625rem;
    max-width: 0;  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    overflow: hidden;
    visibility: hidden;
}
.share-deshe.active{
    max-width:13rem;visibility: visible;
}
.share-deshe-in a{
    width:1.875rem;display: flex;
}
.share-deshe-in{
    padding:0.625rem 0rem 0.625rem 0.625rem;
    box-sizing: border-box;
   background-color: #F4F4F4; height: 3.0625rem;
   width:12.6rem; display: flex; justify-content: space-between;
}


@media only screen and (max-width: 960px){
    .share-deshe-in{
        background-color:transparent;
    }
}


.pdf-btn {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  line-height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  /* top: -0.9375rem; */
  line-height: 0;
  top: 0;
}

.pdf-link-box {
  margin-bottom: 1.25rem;
  min-height: 1.875rem;
  height: auto;
  line-height: 1.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.625rem 0 0;
}

.pdf-box-wrapper {
  margin-bottom: 2rem;
  margin-top: 1.0625rem;
}

/* .pdf-link-box .inline-block {
  max-width: 90%;
  height: auto;
  margin-right: 2.625rem;
  line-height: 30px;
} */
.pdf-link-box:hover .bg-blue {
  background-color: #e1f1ff;
}

.pdf-link-box.last {
  /* margin-bottom: 3.3125rem; */
}

.sub-img-about-surevy {
  height: 27.6875rem;
  width: 26.9375rem;
  margin-top: 1.875rem;
}

.single-page-header {
  height: 12.5rem;
  width: 65rem;
  margin-bottom: 2.8125rem;
  margin-top: 1.5rem;
}

.single-page-header .main-header-img {
  left: 0;
  width: 64.375rem;
  margin-right: auto;
}

.single-page-header .gray-box {
  right: 0;
  top: -0.625rem;
  height: 160px;
  height: 11.875rem;
  width: 13rem;
  z-index: 1;
}

.single-page-header .gray-box img {
  margin: 1rem auto 0.5rem;
  width: 6.1rem;
}

.single-page-header .gray-box .f1 {
  color: #303030;
  font-family: "Ploni 1.1 AAA";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
}

.loby-grid-title {
  height: 1.875rem;
  line-height: 1.875rem;
}

.loby-grid-title h2 {
  font-weight: 700;
  color: #33322e;
  font-family: "Ploni 1.1 AAA";
  padding: 0 1.875rem;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}

.loby-iframe {
  margin-bottom: 1.625rem;
}

.loby-iframe .loby-grid-title h2 {
  text-align: center;
  width: 8.625rem;
}

.loby-iframe .loby-grid-title {
  margin-bottom: 0.8125rem;
}

.loby-iframe .iframe {
  height: 31.9375rem;
  width: 100%;
  max-width: 75.625rem;
}

.loby-iframe .iframe iframe {
  width: 100%;
  height: 100%;
}

.post-box {
  min-height: 15.1875rem;
  width: 14.4375rem;
  margin-left: 2.1875rem;
  margin-bottom: 2.8125rem;
}

.post-box .post-box-txt {
  height: 6.85rem;
  border-bottom: 1.625rem solid #f4f4f4;
  padding: 0.375rem 0.8125rem 0;
  overflow: hidden;
}

.post-box .post-box-txt time {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: right;
  min-height: 1.875rem;
  display: block;
  width: 100%;
}

.post-box .post-box-txt .f3 {
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}

.post-box .post-box-txt h4{
        font-size: 1rem;
}

.post-box .post-box-txt p {
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
  line-height: 1.875rem;
  overflow: hidden;
  max-height: 6.125rem;
}

.post-box .read-more {
  bottom: -1.5625rem;
  left: 3.5rem;
  bottom: -0.875rem;
  left: 3.3125rem;
}

.post-box .read-more .read-more-text {
  height: 1.875rem;
  line-height: 1.875rem;
  width: 6.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.post-box .read-more .arrow-btn {
  position: absolute;
  top: 0;
  left: -2.125rem;
}

.hp-post-box .read-more-text,
.hp-post-box .read-more-text *,
.post-box .read-more-text,
.post-box .read-more-text * {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hp-post-box .read-more-text .read-more-text-perm,
.post-box .read-more-text .read-more-text-perm {
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}

.hp-post-box .read-more-text .read-more-text-const,
.post-box .read-more-text .read-more-text-const {
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
}

.hp-post-box .read-more-text .read-more-text-hover,
.post-box .read-more-text .read-more-text-hover {
  right: -100%;
  left: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.hp-post-boxt:hover .read-more-text,
.post-box:hover .read-more-text {
  right: -3%;
}

.hp-post-box:hover .read-more-text-hover,
.post-box:hover .read-more-text-hover {
  /* right: 0; */
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

.hp-post-box:hover .read-more-text-const,
.post-box:hover .read-more-text-const {
  right: 100%;
}

.hp-post-boxt:hover .arrow-btn,
.post-box:hover .arrow-btn {
  left: -2.225rem;
}

.post-box:nth-child(4n + 0) {
  margin-left: 0;
}

.post-box:nth-child(4n + 1) {
  clear: both;
}

.arrow-btn {
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/survey/Arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 0.1875rem;
}

.loby-grid-term {
  margin-bottom: 1.75rem;
}

.loby-grid-term .loby-grid-title {
  margin-bottom: 2.3125rem;
}

.categorys-wrapper {
  width: 100%;
  margin-bottom: 6.25rem;
}

.categorys-wrapper .post-box {
  background-color: #f4f4f4;
  height: 10rem;
  min-height: 10rem;
  margin-bottom: 2rem;
  width: 100%;
}

.categorys-wrapper .post-box .post-box-txt {
  height: 100%;
  overflow: hidden;
  /* padding: 0.9375rem 1.625rem 2.75rem 8.3125rem; */
  padding: 0.4375rem 1.625rem 2.75rem 8.3125rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: none;
}

.categorys-wrapper .post-box .read-more {
  bottom: -0.8125rem;
}

.categorys-wrapper .post-box-img {
  height: 100%;
  width: 17.9375rem;
  float: right;
}

.categorys-wrapper .post-box-img img {
  width: 100%;
  max-width: none;
}

.post-box-img img {
  width: 100%;
  object-fit: cover;
}

.post-box-img {
  overflow: hidden;
  height: 8.3125rem;
}

.team-single {
  width: 14.4375rem;
  height: 23.625rem;
  background-color: #f4f4f4;
}

.team-single:nth-child(4n + 0) {
  margin-left: 0;
}

.team-single:nth-child(4n + 1) {
  clear: both;
}

.team-warpper .team-single {
  margin-left: 2.375rem;
  margin-bottom: 1.875rem;
  margin-top: 0.875rem;
}

.team-warpper .team-single:nth-child(4n + 1) {
  clear: both;
}

.team-warpper .team-single:nth-child(4n) {
  margin-left: 0;
}

.team-warpper .team-single .team-single-txt {
  line-height: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  min-height: 7.75rem;
}

.team-warpper .team-single .team-single-txt a {
  color: #4d4d4d;
  font-family: "Rubik";
  font-size: 0.875rem;
}

.team-warpper .team-single .team-single-txt p.space-top {
  margin-top: 0.375rem;
}

.team-warpper .team-single-img {
  height: 13.875rem;
  width: 14.4375rem;
  background-color: #d8d8d8;
}

.team-title {
  height: 1.875rem;
  width: 100%;
  clear: both;
  margin: 0;
}

.team-title h2 {
  line-height: 1.875rem;
  width: auto;
  display: inline-block;
  padding: 0 1.875rem;
  font-family: "Ploni 1.1 AAA";
  font-size: 1.125rem;
  text-align: center;
  white-space: nowrap;
}

.team-page {
  margin-bottom: 11.0625rem;
}

.contact-us-wrapper {
  margin-bottom: 21.4375rem;
}

.contact-us-wrapper .contact-title {
  height: 2.625rem;
  line-height: 2.8125rem;
  line-height: 2.625rem;
}

.contact-us-wrapper .contact-title h2 {
  color: #fff;
  padding: 0 0.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-us-wrapper .right {
  width: 32.8125rem;
}

.contact-us-wrapper .left {
  width: 31.25rem;
}

.cotnact-us-form {
  height: 19.375rem;
  width: 32.8125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem 1.25rem 1.875rem;
  background-color: #f4f4f4;
  position: relative;
}

.cotnact-us-form .input:nth-child(2n) {
  margin-left: 0;
}

.cotnact-us-form .input {
  height: 2.5rem;
  float: right;
  width: 14.25rem;
  margin-left: 1.4375rem;
  margin-bottom: 0.625rem;
  border: 1px solid #e1f1ff;
  background-color: #ffffff;
}

.cotnact-us-form .input input {
  width: 100%;
  height: 100%;
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cotnact-us-form .input input.error {
  border: 1px solid rgb(255, 0, 0);
}

.cotnact-us-form .input input.error::-webkit-input-placeholder {
  color: rgb(255, 0, 0);
}

.cotnact-us-form .textarea {
  clear: both;
  height: 10rem;
  width: 30.25rem;
  border: 1px solid #e1f1ff;
  background-color: #ffffff;
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cotnact-us-form .button {
  bottom: -0.8125rem;
  left: 1.3125rem;
  height: 1.875rem;
  line-height: 1.875rem;
  overflow: hidden;
}

.cotnact-us-form .button:hover .button-send {
  background-color: #f4f4f4;
  color: #303030;
}

.cotnact-us-form .button:hover .bg-blue,
.cotnact-us-form .button:active .bg-blue {
  background-color: #e1f1ff;
}

.cotnact-us-form .button button .button-send {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #303030;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.875rem;
  text-align: center;
  padding: 1rem;
  position: relative;
  top: -0.5rem;
  font-size: 1rem;
}

.contact-wrapper {
  height: 3.125rem;
  max-height: 3.125rem;
  cursor: pointer;
  border-bottom: 1px solid #303030;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.contact-wrapper .plus-btn {
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  margin: auto 0;
  text-align: center;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  background-color: #fe8c21;
}

.contact-wrapper .bold {
  line-height: 3.125rem;
  font-family: "Ploni 1.1 AAA";
}

.contact-wrapper * {
  line-height: 2rem;
}

.contact-wrapper.active {
  height: auto;
  max-height: 53.125rem;
}

.contact-wrapper.active .plus-btn {
  font-size: 0;
  background-image: url("/National_Library/oe_/https://deshe.org.il/static/images/logos/close.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.address-line {
  min-height: 3.875rem;
  line-height: 1.875rem;
  font-family: "Rubik";
  font-size: 1.125rem;
  border-bottom: 1px solid #303030;
  padding: 0.625rem 0;
  clear: both;
  display: flex;
}

.address-line span.fll {
  text-align: left;
}

.address-line span {
  width: 50%;
}

.input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
}

.input::-ms-input-placeholder {
  /* IE 10+ */
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
}

.input::-moz-placeholder {
  /* Firefox 18- */
  color: #303030;
  font-family: "Rubik";
  font-size: 1.125rem;
}

.page-template-page-contact-php .single-page-header .gray-box img {
  margin-bottom: 1.5rem;
}

.page-template-page-contact-php .single-page-header .gray-box .f1 {
  font-size: 1.75rem;
  font-weight: 700;
}

.js-more-contact:hover .plus-btn,
.js-more-contact:active .plus-btn {
  color: #fedcbc;
}

@media only screen and (max-width: 960px),
  (max-device-width: 760px),
  (orientation: portrait) {
  html {
    font-size: 16px;
    font-size: 4.266666666666667vw;
  }

  .hp-map .flr svg {
    width: 100%;
    height: 100%;
  }

  .hp-activties .hp-activties-box .hp-activties-box-img .black-and-white {
    opacity: 0;
  }

  .hp-activties .hp-activties-box .hp-activties-box-img .colors {
    opacity: 1;
  }

  .hp-posts .read-more {
    left: 3.2625rem;
  }

  body .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .survey-btns ul li.desktop {
    display: none;
  }

  header.header {
    top: -200%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header.header.active {
    display: block;
    margin: auto;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    z-index: 99;
  }

  .flr,
  .fll {
    float: none;
  }

  .m-flr {
    float: right;
  }

  .m-fll {
    float: left;
  }

  .flex,
  .grid {
    display: block;
  }

  .m-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .half,
  .full-width,
  .header-wrapper.full-width,
  main.main,
  .single-survey-header .right,
  footer.footer,
  .single-survey-content,
  .single-survey-aside,
  .survey-main-map-maps,
  .survey-main-map-imgs,
  .single-page-header,
  .single-page-header .main-header-img,
  .contact-us-wrapper .right,
  .cotnact-us-form,
  .contact-us-wrapper .left,
  .hp-wrapper,
  div.main,
  .footer-wrapper-warpper,
  .drop-down-title,
  .owl-hp-survey {
    width: 100%;
  }

  .m-half {
    width: 50%;
  }

  .search-form .search-form-input {
    width: 84%;
    max-width: none;
  }

  .search-form button,
  .search-form .search-form-input {
    height: 100%;
    line-height: 3;
  }

  #search-form {
    width: auto;
    padding: 0 1.8125rem;
  }

  .drop-down .drop-down-ul.active {
    max-height: 700px;
  }

  .drop-down .drop-down-li {
    height: 3.75rem;
    line-height: 3.75rem;
  }

  .drop-down .drop-down-title,
  .drop-down-title {
    height: 3.75rem;
    line-height: 3.75rem;
  }

  header.header .logo-warpper {
    height: 2.875rem;
  }

  header.header .logo {
    display: none;
  }

  .post-box .read-more {
    bottom: -0.625rem;
    left: 2.8125rem;
    /* position: static */
  }

  .search-form {
    height: 3.75rem;
    margin: 0;
    width: 100%;
  }

  .drop-down .drop-down-tiltle-txt {
    width: 84%;
    max-width: none;
  }

  .drop-down-btn {
    width: 15%;
  }

  .single-survey-header {
    height: auto;
  }

  footer.footer {
    padding: 0;
  }

  .breadcrumbs-wrapper {
    overflow: visible;
    height: auto;
    line-height: 1.375rem;
    border-bottom: none;
    margin: 0 0 1.25rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
    position: absolute;
    z-index: 1;
  }

  .search .breadcrumbs-wrapper,
  .single-post .breadcrumbs-wrapper,
  .single-survey .breadcrumbs-wrapper {
    position: relative;
  }

  .search .breadcrumbs-wrapper ul li,
  .search .breadcrumbs-wrapper ul li a,
  .single-post .breadcrumbs-wrapper ul li,
  .single-post .breadcrumbs-wrapper ul li a,
  .single-survey .breadcrumbs-wrapper ul li,
  .single-survey .breadcrumbs-wrapper ul li a {
    color: #4d4d4d;
  }

  .breadcrumbs-wrapper::after {
    content: "";
    display: block;
    clear: both;
  }

  .breadcrumbs-wrapper ul li,
  .breadcrumbs-wrapper ul li a {
    color: #fff;
  }

  .breadcrumbs-wrapper ul li {
    float: right;
  }

  .header-wrapper {
    height: 3.75rem;
    border-bottom: 2px solid #f4f4f4;
  }

  .f1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .f3 {
    font-size: 1.25rem;
  }

  .survey-btns {
    width: 100%;
    bottom: 13.55rem;
    background-color: #fff;
    padding: 0;
  }

  .single-survey-header .left {
    height: 12.4375rem;
    width: 22.1875rem;
    margin: auto;
    margin-top: 6.1875rem;
  }

  .single-survey-header .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .single-survey-iframe iframe {
    height: 20.25rem;
    width: 22.1875rem;
    display: block;
    margin: auto;
  }

  .single-survey-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
  }

  .single-survey-content-txt {
    width: auto;
    line-height: 1.75rem;
  }
  .single-survey-header .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 1rem;
    margin: 0;
  }

  .maps-btns {
    position: relative;
    top: 1.25rem;
  }

  .survey-main-map-maps {
    height: 27.4175rem;
    width: 22.1875rem;
    margin: 0 auto 0.5rem;
  }

  .survey-main-map-imgs {
    height: 12.4375rem;
    width: 22.1875rem;
  }

  .gallery-btns {
    margin-top: 0;
  }

  .footer-wrapper {
    /* height: 30rem; */
    height: 100%;
    width: 100%;
  }

  .home .footer-wrapper-warpper {
    height: auto;
  }

  .rsvp-credit,
  .footer-nav {
    width: 100%;
  }

  .mobile-nav {
    height: 3.75rem;
    position: fixed;
    /* position: sticky; */
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.295);
    box-shadow: 0rem 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.151);
  }

  .footer-wrapper-warpper {
    width: 100%;
    overflow: hidden;
  }

  .newslatter .button {
    position: static;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    min-height: unset;
  }

  .newslatter .button .read-more {
    display: flex;
    margin-right: auto;
    position: static;
    margin-right: auto;
  }

  .newslatter .read-more .arrow-btn {
    position: static;
  }

  body #app {
    width: 100%;
    overflow: hidden;
  }

  .mobile-nav .logo {
    height: 3.0625rem;
    width: 5.3125rem;
    margin: 0.375rem;
  }

  .mobile-nav .hamburger-warpper {
    height: 1.5rem;
    width: 2rem;
    margin: 1.125rem 0rem 0 1.0625rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-nav .hamburger-warpper .hamburger {
    display: block;
    position: relative;
    outline: 0;
  }

  .mobile-nav .hamburger-warpper .hamburger span {
    width: 2rem;
    background-color: #59a549;
    height: 0.25rem;
    font-size: 0;
    display: block;
    transition: all 0.2;
    opacity: 1;
    position: absolute;
  }

  .mobile-nav .hamburger-warpper.active .hamburger span {
    transform: rotate(45deg);
  }

  .mobile-nav .hamburger-warpper .hamburger span:nth-child(2) {
    bottom: 0.25rem;
  }

  .mobile-nav .hamburger-warpper .hamburger span:nth-child(3) {
    bottom: 0.75rem;
  }

  .mobile-nav .hamburger-warpper.active .hamburger span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
  }

  .mobile-nav .hamburger-warpper.active .hamburger span:last-child {
    opacity: 0;
  }

  .pdf-link-box {
    height: auto;
    clear: both;
  }

  .pdf-link-box a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .pdf-link-box .inline-block {
    max-width: 85%;
    margin-bottom: 1.25rem;
  }

  article.single-survey {
    margin-bottom: 2.5rem;
  }

  .single-page-header {
    height: 6.7325rem;
    margin: 0 auto 3.125rem;
  }

  .single-page-header .gray-box {
    height: 4.0625rem;
    min-width: 14.8125rem;
    top: 3.5625rem;
    right: 0.625rem;
    padding: 0 0.625rem;
    width: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .single-page-header .gray-box img {
    float: right;
    width: 2.8831rem;
    margin: 0.4rem 0 0 0.0625rem;
    height: 3.1rem;
  }

  .single-page-header .gray-box .f1 {
    line-height: 4.0625rem;
    font-size: 1.5rem;
  }

  .loby-iframe {
    padding: 0 0.625rem;
  }

  .post-box:nth-child(2n + 1) {
    clear: both;
  }

  .post-box {
    height: 16.325rem;
    width: 10.8125rem;
    float: right;
    margin: 1.275rem 0.425rem 1.25rem 0;
  }

  .post-box .post-box-txt {
    height: 8.125rem;
  }

  .post-box-img {
    height: 6.125rem;
    width: 10.8125rem;
  }

  .loby-grid-term .loby-grid-title {
    margin-bottom: 0;
    padding-right: 0.425rem;
    /* fixing problem when clicking on an anchor link */
    padding-top: 6.25rem;
    margin-top: -6.25rem;
    /* include padding-top and then use negative margin-top to balance it out. */
  }

  .categorys-wrapper .post-box-img {
    display: none;
  }

  .categorys-wrapper {
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  .categorys-wrapper .post-box {
    margin: 0rem auto 3.4375rem;
  }

  .cotnact-us-form .input,
  .cotnact-us-form .textarea {
    /* width: 20.6875rem; */
    width: 100%;
    margin: 0 auto 1.5rem;
  }

  .cotnact-us-form {
    height: 31.375rem;
    margin-bottom: 3.8125rem;
  }

  .contact-us-wrapper .left {
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .error404 .main-404 {
    padding: 7.5rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .newslatter {
    width: 92%;
    height: auto;
    padding: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    max-height: 82vh;
  }

  .newslatter .newslatter-img {
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 15vh;
  }

  .newslatter .newslatter-img img {
    bottom: auto;
    right: 0;
    margin: auto;
  }

  .newslatter form.flr {
    width: auto;
    margin: 41px auto;
    max-height: 90vh;
    float: right;
  }

  .newslatter form.flr p {
    width: 17.9375rem;
  }

  .newslatter .input {
    height: 2.25rem;
    width: 100%;
  }

  .hp-hero {
    height: 25.3125rem;
  }

  .hp-hero .hp-hero-header {
    right: 0.625rem;
    top: 7.375rem;
    margin: 0;
  }

  .hp-hero .hp-hero-header .hp-main-header-txt h2 {
    width: 21.75rem;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }

  .hp-activties {
    width: 100%;
    margin: auto;
    top: -1rem;
  }

  .hp-map .fll p {
    padding: 0.3125rem 1.625rem;
    height: auto;
  }

  .hp-activties .hp-activties-box {
    height: 10.5rem;
    width: 10.8125rem;
    margin: auto 0rem;
  }

  .hp-activties .hp-activties-box.flr {
    margin-left: 0;
  }

  .hp-map,
  .hp-wrapper-map,
  .hp-map .flr,
  .hp-map .fll,
  .hp-survey-box-wrapper,
  .hp-wrapper-posts,
  .hp-posts,
  .hp-newslatter form.hp-newsletter,
  .hp-newslatter .right,
  .left {
    width: 100%;
  }

  .hp-map .flr {
    height: 14.8475rem;
    width: 20.5313rem;
    margin: auto;
  }

  .hp-map .pin {
    height: 3.0244rem;
    width: 2.0812rem;
  }

  .hp-map .blue-pin {
    right: 9.6rem;
    top: 1rem;
  }

  .hp-map .orange-pin {
    right: 4rem;
    top: -1rem;
  }

  .hp-map .green-pin {
    right: 15rem;
    top: 6.5rem;
  }

  .hp-map .pin span.absolute {
    font-size: 1.25rem;
  }

  .hp-posts {
    margin: 0 0 6rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
  }

  .hp-map .fll .f1 {
    margin: auto;
    font-size: 1.5rem;
  }

  .home .gallery-btns {
    left: 0.625rem;
  }

  .hp-activties-wrapper {
    height: 14.0625rem;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hp-map {
    height: auto;
  }

  .footer-wrapper.hp-footer footer.footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10.5625rem 10px 0rem;
    min-height: 30rem;
  }

  .hp-newslatter form.hp-newsletter {
    padding: 0;
  }

  .hp-newslatter .right p {
    width: 17.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    margin: auto;
    min-height: 5.25rem;
  }

  .hp-newslatter .right .f3 {
    text-align: center;
    font-family: "Ploni 1.1 AAA";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
    display: block;
    width: 100%;
  }

  .hp-newslatter {
    height: 16.5625rem;
    height: auto;
  }

  .left .input {
    width: 19.25rem;
    margin: 1.25rem auto;
    float: none;
  }

  .left .button {
    width: 7.25rem;
    margin: 1.25rem auto;
  }

  .home .footer-wrapper {
    height: auto;
  }

  .hp-posts .hp-post-box {
    width: 100%;
    height: 17.4375rem;
  }

  .hp-posts .hp-post-box .hp-post-box-img {
    width: 100%;
    height: 6.0625rem;
  }

  .hp-posts .hp-post-box .hp-post-box-txt {
    height: auto;
  }

  .hp-news .hp-news-box,
  .hp-news {
    width: 100%;
  }

  .hp-news {
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hp-news .hp-news-box .hp-news-inner {
    height: 9.5rem;
    padding-bottom: 0;
    padding-top: 0;
  }

  .home .hp-news .gallery-btns {
    top: 0;
    left: 0.625rem;
  }

  .m-filter-terms .m-filter-terms-title {
    height: 3rem;
    line-height: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem 0 0.75rem;
    width: 100%;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    outline: none;
  }

  .rotate-on-active {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .active .rotate-on-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .m-filter-terms .filter-terms.active {
    max-height: 50vh;
    overflow: scroll;
  }

  .m-filter-terms .filter-terms {
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .m-filter-terms .filter-term {
    height: 2.6875rem;
    line-height: 2.6875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
    border-bottom: 1px solid #fff;
    color: #000;
  }

  .m-filter-terms {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
    font-family: "Ploni 1.1 AAA";
    margin-bottom: 2.625rem;
  }

  .categorys-wrapper .post-box .post-box-txt {
    padding: 0.75rem 0.5rem 1rem;
  }

  .post-box .post-box-txt .f3 {
    font-size: 1.125rem;
  }

  .categorys-wrapper .post-box {
    height: 13.0625rem;
  }

  .light-box {
    width: 100vw;
    height: 80vh;
  }

  .survey-main-map-maps img,
  .survey-main-map-imgs img {
    /* width: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
  }

  .light-box ul li {
    width: 100vw;
    /* padding: 0 7vw; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: auto;
  }

  .light-box ul li img {
    margin: auto;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .sub-img-about-surevy {
    height: auto;
    width: 100%;
    margin-top: -27rem;
  }

  .contact-us-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
  }

  .team-single-img {
    height: 10.375rem;
  }

  .team-single-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  .team-warpper .team-single .team-single-txt {
    padding: 1.125rem 0.5rem 0.125rem 0.5rem;
  }

  .team-single-txt .f3 {
    font-size: 1.125rem;
  }

  .team-warpper .team-single {
    width: 48%;
    overflow: hidden;
    margin: 0.75rem auto 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.5rem 1%;
  }

  .team-warpper .team-single .team-single-txt a {
    font-size: 0.75rem;
  }

  .team-warpper .team-single-img,
  .team-warpper .team-single .team-single-txt {
    width: 100%;
  }

  .team-warpper .team-single-img {
    height: 10.375rem;
    width: 10.8125rem;
  }

  .team-warpper .team-single .team-single-txt p.space-top {
    margin: 0;
  }

  .team-single {
    height: 20.625rem;
  }

  .team-warpper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.625rem;
  }

  .m-footer-logos {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 14.4375rem;
    margin: auto;
  }

  .footer-logo-single:nth-child(2) {
    margin-top: 2.5625rem;
    padding-left: 0.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-logo-single:nth-child(2) img {
    height: 6.3125rem;
    width: 5.1875rem;
  }

  .footer-logo-single:nth-child(3) {
    margin-top: 0.8125rem;
    padding-right: 0.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-logo-single:nth-child(3) img {
    height: 3.375rem;
    width: 8rem;
    padding-bottom: 2.875rem;
  }

  .footer-logo-single:nth-child(4) {
    position: relative;
    left: -4.9375rem;
    top: -3.3125rem;
    height: 2.6181rem;
    width: 8rem;
  }

  .footer-logo-single:nth-child(5) {
    top: -1.9rem;
    right: -1.125rem;
  }

  .footer-logo-single:nth-child(6) {
    height: 3.3125rem;
    width: 4.1875rem;
    top: -1.9rem;
  }

  .footer-logo-single:first-child img {
    object-fit: contain;
  }

  .footer-logo-single:first-child {
    width: 100%;
    margin: auto;
    height: 5.25rem;
  }

  .footer-logo-single {
    max-width: none;
    max-height: none;
    width: 50%;
    margin: 0.5rem auto 0.5rem;
    position: relative;
  }

  .footer-logo-single img {
    max-width: none;
    margin: auto;
  }

  .rsvp-credit {
    bottom: 0;
  }

  .hp-activties .hp-activties-title {
    margin-bottom: 1.0625rem;
  }

  .hp-post-box:hover .read-more-text-const,
  .post-box:hover .read-more-text-const {
    right: 0%;
  }

  .hp-posts .hp-post-box .hp-post-box-txt .f3 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 0;
  }

  .hp-posts .hp-post-box .hp-post-box-txt {
    padding: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
  }

  .hp-news .hp-news-box .hp-news-title .f3 {
    padding-right: 0.8125rem;
    max-width: 100%;
  }

  .hp-posts .hp-posts-title span {
    font-size: 1.125rem;
  }

  .m-filter-arrow {
    height: 100%;
  }

  .m-filter-arrow svg {
    /* font-size: 0; */
    height: 2.8125rem;
    width: 1.4375rem;
    max-width: none;
    max-height: none;
    fill: #fff;
  }

  .m-sub-img {
    position: relative;
    margin-top: 27.0625rem;
  }

  .m-sub-img .sub-img-about-surevy {
    position: absolute;
    top: 0;
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    left: 0;
  }

  .survey-main-map-imgs {
    margin: 0 auto 0.5rem;
  }

  .survey-main-map-maps:hover img,
  .survey-main-map-imgs:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .js-curtain {
    z-index: 100;
  }

  .single-survey-header .f3 {
    line-height: 1.75rem;
  }

  .page-template-page-contact .post-box {
    height: 0;
    margin: 0;
    float: none;
  }

  .contact-wrapper .plus-btn {
    line-height: 1.25rem;
  }

  .single-survey-aside {
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hp-activties .hp-activties-box .hp-activties-box-img svg {
    min-height: 5.3125rem;
  }

  .hp-activties .hp-activties-box .hp-activties-box-img {
    margin: auto;
  }

  .hp-ativites-title {
    bottom: 1.5rem;
  }

  .team-title h2 {
    min-width: 8.8125rem;
  }

  .surevy-iframe__btn .flr {
    float: right;
  }

  .surevy-iframe__btn .fll {
    float: left;
  }

  .surevy-iframe__btn {
    float: left;
    margin-top: 0.4rem;
    margin-left: 0.625rem;
  }

  .scroll-up {
    height: 3rem;
    width: 3rem;
    background-color: rgba(248, 197, 56, 1);
    position: fixed;
    right: 10px;
    bottom: 8px;
    transform: rotate(-90deg);
    border-radius: 50%;
  }

  .single-survey-header .right {
    padding: 0 1rem;
  }

  header.header.stop-fixed {
    position: fixed;
    top: 0px;
    bottom: auto;
  }
  
  .post-box .post-box-txt h4 {
    font-size: 0.8rem;
}
}











/* owl-hp-hero start */
.hp-hero-slider{position: relative; z-index: unset;}
.hp-wrapper,
header.header{z-index: 99;}
.owl-hp-hero picture img{
  width:100%; height:100%; object-fit: cover;
}
.owl-hp-hero picture{
display: block; width:100%;     height: 37.0625rem;
}
.hp-hero-btns {display: flex; gap:1rem;}
.hp-hero-btns button{
  border:0; padding:0; color:#fff;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  background: #000;
  display: block;
  margin: 0 ;
  text-align: center;
}
.hp-hero-btns-outer{position: absolute; width:100%; z-index: 150;bottom:1rem; inset-inline-end: 0;}
.hp-hero-btns{  
  display: flex; margin:auto;
  gap: 1rem;
  justify-content: flex-end;
  padding-inline-end: 27rem;
  box-sizing: border-box;
 
}
 
.hp-hero-btns button[data-a="prev"]::before,
.hp-hero-btns button[data-a="next"]::before{content:'<'; display: inline-block;vertical-align: middle;
  position: relative;
  top: -0.1rem;}
.hp-hero-btns button[data-a="prev"]::before{content:'>'; }


html[dir="rtl"] .hp-hero-btns button[data-a="next"]::before{content:'>';}
html[dir="rtl"] .hp-hero-btns button[data-a="prev"]::before{content:'<';}

.hp-hero-slider .hp-hero-header .hp-wrapper {
  margin: auto;    box-sizing: border-box;
  padding-inline-start: 13.5rem;
}
.hp-hero-slider .hp-hero-header{
  margin:0; width: 100%;
 inset-inline-start: 0; z-index: 99;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.hp-hero-slider .hp-hero-header .hp-main-header-txt h2{height: auto;}
@media (hover:hover) {
  .hp-hero-btns button:hover {
    background-color: #303030;
  }
}

@media only screen and (max-width: 960px){
  .owl-hp-hero picture{
    height: 25.3125rem;
  }
  .hp-hero-slider .hp-hero-header{top:50%;}
  .hp-hero-slider .hp-hero-header .hp-wrapper {
      padding-inline-start: 1rem;
  }
  .hp-hero-btns {
      padding-inline-end: 1rem;
  }
  .mobile-nav{ z-index: 9999;}
  header.header.active{ z-index: 999;}
  header.header.make-fixed {
   display: none;        
  }
  header.header.active{
    display: block;
  }
}
/* owl-hp-hero end */