label {
  margin-bottom: 0;
}

.cover {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1140px) 300px;
  grid-template-rows: 1fr 150px;
  padding: 200px 0 50px 0;
}
.cover .mivzakim-tabs {
  width: 100%;
}
.cover .tabs-services {
  width: 100%;
}
.cover .mivzakim {
  margin-right: 80px;
  grid-column: span 2;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  min-height: 150px;
  border-radius: 25px;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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;
  bottom: 0;
  position: relative;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}
.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;
}
.cover .mivzakim .mivzak .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
  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: 24px;
  color: #feca2c;
  align-self: center;
}
.cover .mivzakim .mivzak .text {
  text-align: center;
}
.cover .mivzakim .mivzak .text p {
  margin-bottom: 0;
}
.cover .mivzakim .mivzak .readmore {
  align-self: center;
  color: #feca2c;
  font-size: 16px;
  font-weight: bold;
}
.cover .services {
  align-self: end;
  width: 100%;
  position: relative;
}
.cover .services .slick-prev::before {
  content: "\f0da";
  font-size: 28px;
  color: #fff;
}
.cover .services .slick-next::before {
  content: "\f0d9";
  font-size: 28px;
  color: #fff;
}
.cover .services .background {
  position: absolute;
  width: calc(100% - 20px);
  height: 70px;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  bottom: 0;
  background-color: #ff4500ba;
  border-radius: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.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);
  }
}
@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;
}

.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: block;
  background: transparent;
  margin: 1rem;
  padding: 1rem;
  border-radius: 25px;
  margin: 0;
  overflow: hidden;
}
.service a img {
  object-fit: contain;
  height: 50%;
}
.service a div {
  height: 50%;
}
.service figcaption {
  color: #fff;
  font-size: 24px;
  white-space: normal;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.85));
  line-height: 1;
  font-weight: bold;
  -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 {
  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: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cover {
    /* padding: 15px; */
    padding: 200px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .cover {
    /* height: calc\(100vh; */
    height: auto;
    gap: 10px;
    justify-items: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .service figcaption {
    /* font-size: 24px; */
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cover .mivzakim {
    min-width: auto;
    margin-right: 20px;
    margin-left: 20px;
    grid-column: initial;
    width: calc(100vw - 50px);
	
	display: none;
  }
}
@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;
  }
}

/*# sourceMappingURL=idx.css.map */


.side-banners.side-banners-right {
	display: block;
	z-index: 9;
}

.banners-content{
	width: 300px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.side-banners {
		position: absolute;
		top: 41%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 2%;
		flex-wrap: nowrap;
	}


	.side-banners.side-banners-left {
		left: 0;
	}
	.banners-wrapper{
		width: 350px;
		display: flex;
	}
	.banners-content{
		width: 350px;
	}
	.banners-square{
		width: 100px;
		height: 100px;
		background: white;
		border: 1px black solid;
		margin: 0px 0px 16px 0px;
		
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.article-banner, .square-banner {
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.article-banner:hover .square-banner {
		transform: scale(1.1) rotate(-15deg);
	}
}

.side-banners a {
	display: flex;
    margin: 3rem 0;
    padding: 0rem 7rem 0rem 1rem;
    min-height: 75px;
    align-items: center;
}

@media (max-width: 1199px) {
	.side-banners.side-banners-left a {
		padding: 0;
	}
}

.side-banners a:hover {
	text-decoration: none;
}


.side-banners a.read-more {
	display: inline-block;
    margin-top: 2rem;
    padding: 5px 15px;
    min-height: 0;
    background: #fff;
    border-radius: 2rem;
    border: 2px solid #63baa6;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

.article-banner{
	width: 350px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.article-banner{
		width: 300px;
	}
}

.info-header{
	font-weight: 600;
}

.info-header-article{
	font-size: 15px;
	top: 5px;
	position: relative;
	color: black;
}

.info-header-title{
	font-size: 14px;
	color: rgb(16, 16, 16);
}

.article-banner-a{
	border-radius: 20px 80px 44px 20px;
	background: rgb(254, 250, 230) !important;
}
.article-banner-a:hover{
	background: rgb(255, 255, 255) !important;
}
.info-header-date{
	color: rgb(127, 127, 127);
	font-size: 14px;
}

.square-banner{
	width: 95px;
	height: 95px;
	position: absolute;
	background: white;
	transform: rotate(15deg);
	border-radius: 35%;
	bottom: -15px;
	right: -4px;

}
.square-banner-color_0{
	border: 4px #61baa6 solid;
}

.square-banner-color_1 {
	border: 4px #f17192 solid;
}

.square-banner-color_2 {
	border: 4px #597bb5 solid;
}
.square-banner-color_3 {
	border: 4px #61baa6 solid;
}

.day-month-events_0 {
	color: #61baa6;
}

.day-month-events_1 {
	color: #f17192;
}
.day-month-events_2 {
	color: #597bb5;
}

.day-events{
	transform: rotate(-15deg);
	position: absolute;
	top: 17px;
	right: 36px;
	font-size: 21px;
	font-weight: bold;
}

.month-events{
	transform: rotate(-15deg);
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
}


@media (min-width: 1200px) {
	.side-banners-left-custom-wrapper{
		top: 45% !important;
	}
}
@media (max-width: 1199px) {
	.side-banners-left-custom-wrapper{
		max-width: 300px;
		margin: 0 auto;
	}
}

.side-banners-left-custom_0{
	background: rgb(241 113 146) !important;
	border-radius: 2rem;
	height: 50px;
}

.side-banners-left-custom_1{
	
	background: rgb(58, 104, 143) !important;
	border-radius: 2rem;
	height: 50px;
}
.banner-text {
	color: white;
	margin: 0 auto;
	font-size: 20px;
}

@media (max-width: 960px) {
	.container-services-slick .services-slick {
		top: -40px !important;
		padding: 2rem 1.5rem 0rem 1.5rem  !important;
	}
	.service {
		width: 100px;
		height: 100px;
	}
	.icon-inner-div {
		width: 80px;
		height: 80px;
	}

	.icon-inner-text{
		top: 18px;
		position: relative;
	}

}
@media (min-width: 1200px) {
	.banner-text {
		writing-mode: tb-rl;
		color: white;
		top: 5px;
		font-size: 23px;
		position: relative;
		font-weight: 600;
	}

	.side-banners-left-custom{
		height: 152px;
		width: 42px;
		padding: unset !important;
		border-radius: 0px 10px 10px 0px;

	}

}