label {
  margin-bottom: 0;
}

.cover {
  position: relative;
  height: 100vh;
  overflow: hidden;
  grid-template-columns: 1fr minmax(300px, 1140px) 300px;
  grid-template-rows: 1fr 150px;
  display: block;
  padding: 110px 150px 20px 150px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cover {
    height: auto;
  }
}
.cover .mivzakim-tabs {
  width: 100%;
}
.cover .tabs-services {
  width: 100%;
}
@media (min-width: 992px) {
	.cover .mivzakim {
	  margin: 0 50px 50px 50px;
	  grid-column: span 2;
	  position: static;
	  min-height: 150px;
	  aspect-ratio: 1/1;
	  border-radius: 25px;
	  color: #fff;
	  padding: 20px;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  margin-right: 0;
	  align-self: start;
	  background-color: transparent;
	  max-width: initial;
	  background-image: url(./images/newsbg.png);
	  aspect-ratio: 1/1;
	  background-repeat: no-repeat;
	  width: 350px;
	  display: flex;
	  justify-content: center;
	  padding: 10px;
	  margin: 0 50px;
	}
}
.cover .mivzakim .slick-prev {
  right: -40px;
}
.cover .mivzakim .slick-prev::before {
  content: "\f0da";
  font-size: 28px;
}
.cover .mivzakim .slick-next {
  left: -40px;
}
.cover .mivzakim .slick-next::before {
  content: "\f0d9";
  font-size: 28px;
}
.cover .mivzakim .slick-dots {
  text-align: center;
  top: 0;
  position: relative;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 992px) {
	.cover .mivzakim .slick-dots {
		top: -50px;
	}
}

.cover .mivzakim .slick-dots ul {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.cover .mivzakim .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.cover .mivzakim .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
}
.cover .mivzakim .slick-dots li.slick-active button {
  background: #fff;
}
@media (min-width: 991px) {
	.cover .mivzakim .mivzak .inner {
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  height: 330px;
	  height: 300px;
	  padding: 50px 0;
	  font-size: 0.9rem;
	  gap: 0;
	  line-height: 1;
	}
}
.cover .mivzakim .mivzak .heading {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
}
.cover .mivzakim .mivzak .title {
  font-weight: bold;
  font-size: 22px;
  color: #9BDFEA;
  text-align: center;
  align-self: center;
}

@media (min-width: 992px) {
	.cover .mivzakim .mivzak .title {
	  max-width: 220px;
	}
}


.cover .mivzakim .mivzak .text {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  color: #FFFFFF;
}
.cover .mivzakim .mivzak .text p {
  margin-bottom: 0;
}
.cover .mivzakim .mivzak .readmore {
  align-self: center;
  color: #F8A3D6;
  font-size: 16px;
  font-weight: bold;
}
.cover .services {
  position: static;
  width: 100%;
  align-self: center;
  text-align: center;
}
.cover .services .inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.cover .services .slick-prev::before {
  content: "\f0da";
  font-size: 28px;
  color: #000;
}
.cover .services .slick-next::before {
  content: "\f0d9";
  font-size: 28px;
  color: #000;
}
.cover .services .background {
  position: absolute;
  width: calc(100% - 20px);
  height: 70px;
  background-repeat: no-repeat;
  bottom: 0;
  background-color: transparent;
  background-image: url(./images/servicesbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
	.cover .services .background {
		display: none;
	}
}
.cover .mayor {
  background-color: #fff;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  height: 150px;
  padding: 0 0 0 150px;
  flex-basis: content;
  background-color: #0e4c99;
  position: relative;
  border-radius: 30px;
}
.cover .mayor:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  right: 0;
  border-radius: 30px;
  background-image: url("/soreq/content/images/flag.png");
}
.cover .mayor img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
}
.cover .mayor .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  margin: 0 30px;
}
@media screen and (max-width: 1300px) {
  .cover .mayor .inner {
    margin: 0 15px;
  }
}
.cover .mayor div {
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.cover .mayor div a {
  color: inherit;
}
.cover .mayor div.title {
  font-size: 1.2rem;
}
@media screen and (max-width: 1300px) {
  .cover .mayor div.title {
    font-size: 1rem;
  }
}
.cover .mayor div.name {
  font-size: 2rem;
}
@media screen and (max-width: 1300px) {
  .cover .mayor div.name {
    font-size: 1.4rem;
  }
}
.cover .mayor .links a {
  display: block;
}
.cover .mayor .links a:before {
  content: "> ";
}

@media (min-width: 992px) {
  .cover {
    min-height: calc(100vh - 40px);
    display: flex;
  }
}
@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px;
    /* header height + padding */
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .cover {
    padding-top: 25px;
  }
}
.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .cover-slick {
    position: fixed;
	height: 100vh;
  }
}
.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 600px;
  margin-top: -60px;
}

/**/
video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  video, #toggle-video {
    display: none;
  }
}
/**/
.services-slick {
  padding: 0 1rem;
  margin: 0 40px;
  position: relative;
}
.services-slick .slick-prev, .services-slick .slick-next {
  top: calc(100% - 35px);
}

.service {
  max-height: 150px;
  text-align: center;
  display: inline-block;
  background: transparent;
  margin: 1rem;
  padding: 1rem;
  border-radius: 25px;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
	.service {
		margin: 0 3rem;
	}
}

@media (max-width: 991px) {
	.service {
		width: 120px;
		position: relative;
		margin: 1rem;
	}
	.service:before {
		position: absolute;
		width: 100%;
		height: 78px;
		background-repeat: no-repeat;
		bottom: -3px;
		background-color: transparent;
		background-image: url(./images/servicesbg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 35px;
		left: 0;
		z-index: -1;
		content: '';
	}
}


.service a img {
  object-fit: contain;
  height: 50%;
}
.service a div {
  height: 50%;
}
.service figcaption {
  font-size: 20px;
  font-weight: 500;
  white-space: normal;
  color: #000;
  filter: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.service .icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  max-width: 60px;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.85));
}

/* Articles */
.sliders {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 40px;
  gap: 100px;
}
.sliders .slick-arrow {
  background-color: rgba(33, 69, 108, 0.2);
  transition: all 0.25s;
  height: 30px;
  width: 30px;
  z-index: 10;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliders .slick-arrow:hover {
  background-color: #21456c;
}
.sliders .slick-arrow::before {
  font-size: 14px;
}
.sliders .slick-prev {
  right: -25px;
}
.sliders .slick-next {
  left: -25px;
}
.sliders .slick-track .slick-slide {
  margin: 0;
}
.sliders a:hover {
  text-decoration: none;
}
.sliders .card {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 25px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  justify-content: end;
}
.sliders .card .content {
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  line-height: 1.1;
  flex-direction: row-reverse;
}
.sliders .card .content .divider {
  background-color: #fff;
  width: 1px;
  margin: 0 10px;
}
.sliders .card .overlay {
  z-index: 2;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sliders .events h3 {
  color: #296c8e;
}
.sliders .articles h3 {
  color: #5c7d37;
}
.sliders .read-more {
  display: block;
  text-align: left;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
}
@media screen and (max-width: 700px) {
  .sliders .events, .sliders .articles {
    width: 100%;
    min-width: 100%;
  }
}
.sliders .events h3, .sliders .articles h3 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 10px 20px;
}
/* Fast Nav */
.fast-navigation {
  padding: 1rem 0;
  border-radius: 0 0 2rem 2rem;
  color: #fff;
  align-items: center;
}
.fast-navigation .heading {
  font-size: 3.4rem;
  color: #75131c;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .fast-navigation .heading {
    font-size: 2rem;
  }
}
.fast-navigation .form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .fast-navigation .form {
    flex-direction: column;
    gap: 5px;
  }
}
.fast-navigation .form select {
  min-width: 256px;
  margin: 0;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
    float: right;
    display: block;
  }
}
.fast-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.fast-navigation .heading {
  width: 100%;
  text-align: center;
}
.fast-navigation label {
  background: transparent;
  color: #000;
}
.fast-navigation select {
  background: #fff;
  border: 1px solid #8b8b8b;
  padding: 5px 10px;
  width: 100%;
  max-width: 256px;
  border-radius: 25px;
}
.fast-navigation button {
  background: #75131c;
  border: 0;
  border-radius: 25px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
.fast-navigation .smart-nav-sub > select,
.fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
}
/**/
@media (min-width: 992px) {
  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }
}
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

/* Element | http://localhost:3000/binaa/soreq/ */
/* idx.css | http://localhost:3000/binaa/soreq/content/idx.css?v=10 */
.cover .cover-bottom {
  align-self: center;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

@media (max-width: 400px) {
  .cover .cover-bottom {
    width: 100%;
    justify-content: center;
  }

  .cover {
    min-height: 600px;
  }
}
.sliders {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1700px) {
  .sliders {
    justify-content: space-evenly;
  }
}

.events-slider, .articles-slider {
  max-width: 800px;
}
@media (max-width: 1700px) {
  .events-slider, .articles-slider {
    max-width: 500px;
  }
}

.bottom-logos {
  justify-self: end;
  align-self: end;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 32px 32px 0;
  height: 65px;
  display: flex;
  gap: 10px;
  padding: 0 10px;
  justify-content: space-between;
}

section.tabs {
  max-width: 300px;
  align-self: center;
}
section.tabs .inner {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-content: start;
  align-items: end;
}
section.tabs .inner .tab {
  transition: all 0.5s;
  border-radius: 0 33px 33px 0;
  height: 65px;
  width: max-content;
}
section.tabs .inner .tab:hover a {
  padding-left: 50px;
}
section.tabs .inner .tab a {
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}

.service.slick-slide.slick-active:hover {
  scale: 1.1;
  -webkit-transform: scale(1.1);
}

.service.slick-slide.slick-active {
  transition: all 0.25s;
}

/* template.css | http://localhost/binaa/givatshmuel/content/template.css?v=10 */
@media (max-width: 991px) {
  .header .logo {
    /* width: 260px; */
  }

  /* idx.css | http://localhost/binaa/givatshmuel/content/idx.css?v=10 */
}
@media (max-width: 991px) and (min-width: 992px) {
  .header .navigation {
    padding-right: 250px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (max-width: 991px) {
  body {
    /* padding-top: 40px; */
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) and (max-width: 991px) {
  .cover {
    /* padding-top: 25px; */
    padding-top: 140px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cover {
    /* padding: 15px; */
  }
}
@media (max-width: 991px) {
  .cover {
    /* height: calc\(100vh; */
    height: auto;
    gap: 10px;
    justify-items: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-height: 100vh;
    align-items: start;
  }
}
@media (max-width: 991px) {
  .service figcaption {
    /* font-size: 24px; */
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cover .mivzakim {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    width: 100%;
    padding: 1rem;
	text-align: center;
  }
}
@media (max-width: 991px) {
  section.tabs .inner {
    align-items: center;
  }
  section.tabs .inner .tab {
    border-radius: 33px;
  }
  section.tabs .inner .tab:hover a {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
	.idea {
	  position: relative;
	  z-index: 999;
	  align-self: center;
	  background-color: transparent;
	  background-image: url(./images/idea.png);
	  height: 240px;
	  width: 240px;
	  background-repeat: no-repeat;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  font-family: "Heebo";
	  font-style: normal;
	  font-weight: bold;
	  font-size: 22px;
	  line-height: 32px;
	  text-align: center;
	  color: #EC008C;
	  background-position: center;
	  margin-left:50px;
	}
}
@media (max-width: 991px) {
	.idea {
		background: rgba(0, 0, 0, 0.5);
		border-radius: 35px;
		width: 100%;
		padding: 1rem;
		text-align: center;
		color: #fff;
		font-size: 1.3rem;
		position: relative;
		color: #ffd15c;
		font-weight: bold;
	}
}
@media (min-width: 1500px) {
  .idea {
    position: absolute;
    left: -35px;
    bottom: -80px;
  }
}
@media (min-width: 992px) {
	.idea > div {
	  position: relative;
	  top: -10px;
	}
}
.idea a {
  font-size: 18px;
  color: #054285;
}
@media (max-width: 991px) {
	.idea a {
	  color: #fff;
	}
}
.idea img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 75px;
  width: 75px;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1500px) {
  .idea img {
    left: unset;
    bottom: unset;
    transform: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 75px;
    width: 75px;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 991px) {
  .idea img {
    right: 8px;
    bottom: 11px;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media (min-width: 992px) {
	.footer {
	  z-index: 100;
	  position: relative;
	  right: 0;
	  background-color: #000;
	  width: 100%;
	  color: #fff;
	}
}

.activity-search > div {
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  padding: 17px;
  margin: 0 auto;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .activity-search > div {
    max-width: 90vw;
  }
}
@media (max-width: 1650px) {
  .activity-search > div {
    width: 100%;
    flex-wrap: wrap;
  }
}
.activity-search > div > * {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .activity-search > div > * {
    width: 100%;
	text-align: center;
  }
}
.activity-search > div > div button {
  background-color: #3D99CD;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.activity-search > div > div select,
.activity-search > div > div input,
.activity-search > div > div button {
  border: none;
  border-radius: 35px;
}

#activities-search {
  position: static;
  width: 100%;
}
@media (min-width: 1860px) {
  #activities-search {
    align-self: start;
  }
}
#activities-search .activity-search {
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  #footer {
    position: fixed;
    bottom: 0;
    z-index: 500;
    color: #fff;
    font-weight: bold;
  }
  #footer a, #footer a:hover {
    color: #fff;
    font-weight: bold;
  }
}


@media (min-width: 1410px) {
	.form-control {
			max-width: 191px;
	}
}
/*# sourceMappingURL=idx.css.map */
/*side-links*/
.side-links {
    display: inline-block;
    position: absolute;
    left: -52px;
}
.side-links > div {
    width: 285px;
}
.side-links a {
display: inline-block;
    color: #104a8a;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    padding-left: 72px;
    margin-bottom: 1rem;
    border-radius: 0 50px 50px 0;
    font-size: 1.1rem;
    text-decoration: none;
    background: #ffffffd1;
    background-image: url(./images/border-link1.png);
    width: calc(100% + 20px);
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center;

}
@media (max-width:1199px){
    .side-links a {
        display:none;
    }
}
.side-links a img {
    position: absolute;
    top: 4px;
    right: -37px;
    width: 54px;
}
@media only screen and (max-width: 600px) {
	.side-links {
		left: -74px;
		position: fixed;
		bottom: 116px;
		z-index: 999;
		display:none;
	}
	.side-links a {
		text-align: right;
		font-size: 1rem;
		background: #ffffff;
		text-align: right;
		background-image: url(./images/border-link1.png);
		background-size: 104%;
		background-repeat: no-repeat;
		background-position: center;
		padding: 1.1rem;
	}
}