* {
  font-family: "Rubik", arial, sans-serif;
}
.text-danger {
  color: #b70012 !important;
}

a {
  color: #006fe5;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


figure {
  margin: 0;
}

legend {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .text-right {
    text-align: right !important;
  }

  .text-left {
    text-align: left !important;
  }
}

@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

.table {
  border: 1px solid #0372ac;
}

.table td,
.table th {
  border-top: 1px solid #0372ac;
}

.table thead th {
  border-bottom: 2px solid #0372ac;
  background: #e6f6ff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #0372ac;
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}

/* Header */

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header a {
  color: inherit;
}
.bNagish-bar a{
    color:#000;
}
@media (max-width: 1199px) {
  .header {
    height: 50px;
    background: #fff;
  }
}

/* Logo */

.header .logo {
  display: block;
  width: 166px;
  height: 160px;
  background-image: url(images/logo-bg.png?v=2);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 12px 18px;
}

.header .logo img {
  height: 110px;
}

/* Navigation */

.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav a {
  color: inherit;
}

.header nav a.on,
.header nav li.on > span > a {
  font-weight: bold;
}

.header nav button {
  display: none;
}

@media (max-width: 1199px) {
  .header .navigation {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header .navigation {
    background-color: #fff;
    margin-right: 166px;
    height: 51px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }

  .header nav li:hover > ul,
  .header nav li:focus-within > ul {
    display: block;
  }

  .header nav > ul > li {
    position: relative;
    display: inline-block;
  }

  .header nav > ul > li > span > a {
    display: block;
    padding: 11px 0;
    font-size: 1.2em;
    color: #126a9b;
    font-weight: bold;
  }

  .header nav > ul > li > span > a:after {
    content: "•";
    padding: 15px 10px;
    color: #077748;
  }

  .header nav > ul > li:last-child > span > a:after {
    content: none;
  }

  .header nav > ul > li > span > a:hover,
  .header nav > ul > li:hover > span > a {
    text-decoration: none;
    color: #2a7645;
  }

  .header nav > ul > li.on > span > a,
  .header nav > ul > li > span > a.on {
    color: #2a7645;
  }

  .header nav > ul > li > ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateZ(0);
    z-index: 999;
    width: 625px;
    background: #2a7645;
    color: #fff;
    padding: 1rem;
    border-radius: 40px 0 40px 40px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);

    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;

    column-count: 2;
  }

  .header nav > ul > li > ul > li > span > a {
    font-size: 1.1rem;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
  }

  .header nav > ul > li > ul > li > span > a > em.arrow:before {
    content: "\f104";
  }
}

/* Header Icons */
.mobile-only {
  display: none;
}
.header-side {
  position: absolute;
  top: 10px;
  left: 40px;
}
.header-side a img {
  width: 25px;
}
.header-side a.mob img {
  width: 18px;
}
.header a.icon-btn {
  float: right;
  background: #000;
  color: #fff;
  margin-left: 0.5rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 15px;
  height: 30px;
}

.header a.icon-btn > span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.header a.icon-btn em {
  font-size: 16px;
}

.header a.icon-btn.search {
  background: none;
  color: #30699a;
  border: 1px solid #30699a;
}

@media (max-width: 1199px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 767px) {
.header-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-side .icon-btn span:not(.offset),
.header-side .icon-btn img + span {
    display: none;
}
.header-side > a[title="יזכור"]:not(.mob) {
    display: none !important;
}
.header-side .mobile-only {
    display: contents;
}
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #1d99d9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: #754c29;
}

@media (max-width: 991px) {
  header .mobile-only {
    display: none;
    position: absolute;
    left: 59px;
  }
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }

  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }
}

/* Toggle Navigation Button */

.header a.icon-btn.toggle-nav {
  display: none;
}

@media (max-width: 991px) {
  .header a.icon-btn {
    display: none;
  }
  .header a.icon-btn.mob {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .header a.icon-btn.toggle-nav {
    background: #4080a6;
    color: #fff;
    display: flex;
  }

  a.toggle-nav em {
    font-size: 18px;
  }
}

/* Footer */

.footer {
  padding: 1rem 0;
  background: #126a9b;
  color: #fff;
  text-align: center;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

/* Breadcrumbs */

.breadcrumbs {
}

.breadcrumbs a {
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */

.bNagish-toggle {
  bottom: auto;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #fff;
  border-radius: 50%;
  box-shadow: none;
}

.bNagish-toggle em {
  color: #126a9b;
  font-size: 24px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.skip-ad .skip-ad-close {
  position: fixed;
  top: 30px;
  width: 100%;
  text-align: left;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: red;
  color: #000;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: 51px;
  left: -300px;
  width: 300px;
  height: calc(100% - 51px);
  border-radius: 0 30px 0 0;
  background: #f1f1f1;
  z-index: 9999999;

  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;

  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 28px;
  font-size: 1.2rem;
  color: #4080a6;
}

.mobile-navigation nav .toggle-sub-menu {
  position: absolute;
  top: 12px;
  right: 0;
  width: 48px;
  overflow: hidden;
  padding: 0;
  background: none;
  border: 0;
  background: none;
  color: inherit;
  font-family: "FontAwesome";
  font-style: normal;
  border: 1px solid #4080a6;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #4080a6;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation {
  background: #fff;
}

.mobile-navigation .content .head .button {
  background: #fff;
  color: #000;
}

.mobile-icons a {
  display: block;
  margin: 15px;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
}
.mobile-icons a:has(img) span {
  color: #212121;
}
.mobile-icons a img {
  width: 50px;
}
/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Page Header */

.page-header {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;

  z-index: -1;
}

/* Page Content */

.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: -7.6rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: #126a9b;
  color: #fff;
  padding: 1.5rem;
  position: relative;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

/* Social Sharing Buttons */

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

/* InPage Navigation */

.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid #031930;
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 1rem;
}

.sub-pages-nav li:nth-child(5n + 1) a {
  border-color: #5a8270;
}
.sub-pages-nav li:nth-child(5n + 2) a {
  border-color: #a72026;
}
.sub-pages-nav li:nth-child(5n + 3) a {
  border-color: #673ab7;
}
.sub-pages-nav li:nth-child(5n + 4) a {
  border-color: #7c94a3;
}
.sub-pages-nav li:nth-child(5n + 5) a {
  border-color: #1a6798;
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

/* Mode Table Of Contents */

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: #126a9b;
}

.rich-content h3 {
  color: #126a9b;
}

.rich-content h4 {
  color: #126a9b;
}
.rich-content .col-md-7 .contact-info:nth-child(1) .fa-stack {
  color: #126a9b;
}
.rich-content .col-md-7 .contact-info:nth-child(2) .fa-stack {
  color: #077748;
}
.rich-content .col-md-7 .contact-info:nth-child(3) .fa-stack {
  color: #077748;
}
.rich-content .col-md-7 .contact-info:nth-child(4) .fa-stack {
  color: #126a9b;
}
.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid #1d99d9;
  background: #f3f9f7;
  padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
}

/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Media Print */

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */

.card {
}

.card-header {
  background: #1d99d9;
  color: #fff;
}

.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}

.card-body {
  background: #f1f1f1;
}

/**/

/**/

.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid #2d55aa;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

.ui-front {
  z-index: 999999;
}

.fastnav {
  background: rgba(255, 255, 255, 0.85);
  color: #1e734f;
  border: 0;
  font-size: 1.35rem;
  padding: 0.1rem 2.5rem;
  font-weight: bold;
  border-radius: 10px;
  z-index: 10;
  position: relative;
}

.fast-navigation .fast-sub-content {
  display: none;
}

.fast-navigation.active .fast-sub-content {
  display: block;
  transform: scale(1);
}

.sub-content {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  color: #022353;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding: 2rem;
  padding-top: 4rem;
  transform: scale(0);
  transition: 0.5s;
}

.sub-content h2 {
  background: #fff;
  color: #12387d;
  display: flex;
  justify-content: space-between;
}

.sub-content h3 {
  font-weight: bold;
  text-align: right;
}

.sub-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-content a {
  color: inherit;
}

.sub-content ul li {
  padding: 0.1rem 0;
}

.sub-content .centered {
  position: fixed;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}

.sub-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-content ul a {
  text-align: right;
}

.sub-content h2 {
  background: #fff;
  color: #12387d;
}

.sub-content .sub-content-centered {
  background: #114879f1;
  color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 75%;
  margin-inline: auto;
}

@media (max-width: 991px) {
  .fastnav {
    z-index: 3;
  }

  .fast-navigation {
    display: flex;
    justify-content: flex-end;
  }

  .fast-navigation .centered {
    height: 100vh;
    overflow: auto;
    padding: 5rem 0;
    top: 57%;
  }

  .sub-content .sub-content-centered {
    max-width: 90%;
  }

  .fast-navigation button {
    font-size: 1.1rem;
  }

  .sub-content h2 {
    font-size: 1.5rem;
  }

  .sub-content ul {
    margin-bottom: 1rem;
  }
}

@media (max-width: 400px) {
  .fast-navigation button {
    max-width: 125px;
  }
}
