@charset "UTF-8";
* {
  font-family: "Open Sans", "Assistant", arial, sans-serif;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile {
  display: none;
}
.badge.badge-primary{
    color:#fff;
}
a {
  color: #196cb6;
  transition: 0.5s;
}
a:hover,
a:focus {
  color: #3479ff;
  text-decoration: none;
}

figure {
  margin: 0;
}
.file-browser iframe.filebrowser-iframe {
    height: auto;
    overflow-x:clip;
    overflow-y:auto;
}
.table {
  border: 1px solid #133c8b;
}
.table td,
.table th {
  border-top: 1px solid #133c8b;
}
.table thead th {
  border-bottom: 2px solid #133c8b;
  background: #bcdff3;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #133c8b;
}

legend {
  font-size: 1rem;
}

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

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.mleft .herum {
  width: 100%;
  max-width: 82px;
  margin-left: 5px;
  border: 2px solid #c42324;
  border-radius: 55px;
  padding: 3px;
  flex-shrink: 0;
}

.mleft .herum i {
  font-style: normal;
  color: #c42324;
  font-weight: 600;
  margin-left: 5px;
}

.mleft .herum span {
  display: flex;
  justify-content: center;
}
@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }

  .container.rh {
    min-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container.rh {
    min-width: 80%;
    max-width: 80%;
  }

  .container.rh .page-content-body {
    position: relative;
    padding: 1.5rem 0;
  }
}
::-moz-selection {
  color: #ffffff;
  background: #3479ff;
}
::selection {
  color: #ffffff;
  background: #3479ff;
}

/**** NAVIGATION INNER PAGE *****/
/* InPage Navigation */
.sub-pages-nav:not(.bids_56) .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}
.sub-pages-nav:not(.bids_56).outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sub-pages-nav:not(.bids_56).outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sub-pages-nav:not(.bids_56) ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.sub-pages-nav:not(.bids_56) ul li {
  width: 50%;
  float: none;
  position: relative;
  padding: 1rem;
}
.sub-pages-nav:not(.bids_56) ul ul {
  display: none;
}
.sub-pages-nav:not(.bids_56) ul a {
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  background: #e8e8e8;
  font-size: 1.3rem;
  border-radius: 9px;
  overflow: hidden;
  border-right: 5px solid #133c8b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  min-height: 86px;
}
.sub-pages-nav:not(.bids_56) ul a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem;
}
.sub-pages-nav:not(.bids_56) ul a em {
  margin: 10px;
  color: #133c8b;
}
.sub-pages-nav:not(.bids_56) ul a .icon {
  display: none;
}
.sub-pages-nav:not(.bids_56) ul a .icon img {
  display: none;
}
.sub-pages-nav:not(.bids_56) ul a:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.sub-pages-nav:not(.bids_56) ul a:hover .icon {
  border: none;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}
/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}

.services-overlay {
  width: 100%;
  height: 100%;
  background: rgba(28, 30, 71, 0.6);
  top: 0;
  left: 0;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 8;
  pointer-events: none;
  overflow-x: auto;
}

.services-category {
  width: 100%;
  padding: 0;
  position: fixed;
  top: -2000px;
  left: 0;
  z-index: 999;
  background-color: #f5f7fa;
  transition: all 0.3s ease-in;
  display: none;
}
.services-category.active {
  top: 86px;
  display: block;
}
.services-category .container {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  min-width: 0;
}
.services-category-headers {
  flex: 1 0 100%;
  display: flex;
  padding-bottom: 2rem;
}
.services-category-btn {
  padding: 0.7rem 1rem;
  font-size: 1.1rem;
  border-radius: 9px;
  border: 2px solid #133c8b;
  color: #133c8b;
  background-color: #ffffff;
  opacity: 0.5;
  margin-left: 2.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.services-category-btn.active {
  opacity: 1;
}
.services-category figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  margin-bottom: 0;
  width: 100%;
}
.services-category .services-category-item {
  flex-wrap: wrap;
  display: none;
}
.services-category .services-category-item.active {
  display: flex;
}
.services-category .services-category-item .icon {
  margin-left: 15px;
}
.services-category .services-category-item .icon img {
  width: 100%;
  max-width: 35px;
}
.services-category .services-category-item figure {
  line-height: 1.2;
}
.services-category .services-category-item figure:hover {
  background-color: rgba(19, 60, 139, 0.12);
}
.services-category .service-item {
  width: 180px;
  background-color: #ffffff;
  border-radius: 9px;
  margin-bottom: 25px;
  margin-left: 35px;
}
.services-category .service-item .service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-category #category_2.active,
.services-category #category_3.active {
  display: flex;
  flex-wrap: wrap;
}
.services-category .close {
  float: none;
  opacity: 1;
  background-color: #ffffff;
  padding: 1rem 0;
}
.services-category .close span {
  font-size: 0.9rem;
}

.container-fluid {
  width: inherit;
  max-width: 80%;
}

.bodywrapper {
  display: flex;
  justify-content: space-between;
  width: inherit;
  max-width: 93%;
  margin: 0 auto;
  margin-right: 4%;
}

/* Header */
.header {
  background: #ffffff;
  color: #133c8b;
  height: 87px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #133c8b;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}
.header .moked {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
  background-color: #313549;
  color: #ffffff;
  border-radius: 9px;
  font-size: 1.2rem;
  font-weight: bold;
  flex: 0 0 157px;
  text-align: center;
}
.header .moked:hover {
  text-decoration: none;
  background-color: #3479ff;
  color: #ffffff;
}
.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;
}
.header-side {
  position: absolute;
  top: 30px;
  left: 3.9rem;
}
.header .leftheader {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 35%;
}

.leftheader a.yizcor {
  position: relative;
  width: 97px;
  height: 31px;
  margin-left: 9px;
  border-radius: 55px;
  background-size: 97%;
  background-position: center;
}

.leftheader a.yizcor span {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  right: 20px;
  top: 5px;
  margin: auto;
  color: #fff;
  font-weight: 500;
  text-align: right;
}
.header .zone {
  width: 100%;
  max-width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 9px;
  border: 2px solid #0c2452;
  border-radius: 55px;
  padding: 3px 3px 3px 1px;
  flex-shrink: 0;
}

.header .zone:hover {
  background-color: #313549;
  color: #fff;
}
a.zone span {
  font-weight: 600;
  margin-left: 4px;
}
.header .socwrap {
  width: 3rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .socials {
  background-color: #ffffff;
  position: relative;
  left: -5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 0.5rem 0;
  z-index: 999;
  width: 54px;
}
.header .socials .icon-btn {
  float: right;
  width: 22px;
  height: 22px;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  margin-left: 0;
  background-size: auto;
  background-size: contain;
  margin-bottom: 14px;
}
.header .socials .icon-btn:last-of-type {
  background-color: #133c8b;
  width: 22px;
  height: 22px;
  background-size: 100%;
  margin-bottom: 0;
}
.header .socials .icon-btn:hover {
  filter: grayscale(1);
}
.header .socials .icon-btn.negishoot {
  background-color: #133c8b;
  margin-right: 2rem;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}

.header .socials .icon-btn.negishoot:hover {
  background-color: #313549;
}
.header .socials .icon-btn span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.header .socials .icon-btn em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.header.offset {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.header .headwrap {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 3;
  width: 100%;
  max-width: 820px;
}
.header .headwrap a:nth-child(2) {
  margin-right: 2px;
}
.header .headwrap a:nth-child(2) img {
  max-width: 180px;
}
.header .logo {
  position: relative;
  display: block;
}
.header .logo img {
  display: block;
  height: 54px;
}
.header .logo-text {
  font-weight: bold;
  font-size: 1.6rem;
  color: #133c8b;
  display:none;
}
.header nav {
  display: flex;
  flex: 1;
}
.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header nav a.on,
.header nav li.on > span > a {
  font-weight: bold;
}
.header nav button {
  display: none;
}
.lang-btn {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 200px;
  width: 59px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem !important;
  background: #203687;
  border-radius: 0 9px 9px 0;
  transition: all 0.2s ease;
}
.lang-btn span {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.lang-btn img {
  width: 29px;
  border-radius: 50px;
}

.lang-btn > .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  background: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 999;
  margin-top: -45px;
  backdrop-filter: blur(12px);
}

.lang-btn:hover > .sub {
  display: block;
  width: 250px;
  direction: ltr;
  text-align: left;
  border-radius: 0 2rem 2rem 2rem;
}
.lang-btn .goog-te-gadget .goog-te-combo {
  height: 2rem;
}
.lang-btn:hover {
  width: 70px;
}
@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }

  .header {
    /* Header Search */
  }

  .header .search {
    width: 34px;
    height: 34px;
    color: #133c8b;
    border: 2px solid #133c8b;
    border-radius: 50px;
    margin-left: 0.5rem;
    background-size: contain;
    display: grid;
    flex-shrink: 0;
    place-items: center;
  }

  .header .search .fa-search {
    display: flex;
    font-size: 1.3rem;
  }

  .header-search {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
    height: 100px;
    border-bottom: 2px solid #3479ff;
    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: #313549;
  }

  .header nav ul {
    margin: 0;
    margin-right: 25px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .header nav ul li {
    display: inline-block;
    position: relative;
    min-width: 70px;
  }

  .header nav ul li a {
    display: flex;
    justify-content: center;
    padding: 29px 0;
    font-size: 1.2em;
    position: relative;
    color: #133c8b;
  }

  .header nav ul li a:hover {
    color: #3479ff;
    text-decoration: none;
  }

  .header nav ul li a:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #3479ff;
    z-index: 1;
  }

  .header nav ul li ul {
    display: none;
    text-align: right;
    position: absolute;
    top: 100%;
    right: 50%;
    right: -150%;
    z-index: 9999;
    width: 300px;
    width: 902px;
    margin-right: -150px;
    background: #f5f7fa;
    color: #000;
    padding: 1rem;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-width: 5rem;
    column-width: 5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }

  .header nav ul li ul li {
    display: block;
  }

  .header nav ul li ul li span > a {
    font-size: 1.1rem;
    line-height: 1.3em;
    justify-content: flex-start;
    max-width: 90%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.18);
  }

  .header nav ul li ul li:hover a:before {
    content: none;
  }

  .header nav ul li.on a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #3479ff;
    z-index: 1;
  }

  .header nav ul li.on > ul li a:before {
    content: none;
  }

  .header nav li:hover > ul {
    display: block;
  }

  .single_page.rh,
  .page-content.rh {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
  }

  .col-md-9.rh {
    padding-top: 2.2rem;
  }

  .col-md-9.rh h2 {
    color: #203687;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
nav.sub-pages-nav.single-page ul.services-page {
  display: flex;
  flex-wrap: wrap;
}
nav.sub-pages-nav.single-page ul.services-page li {
  float: none;
  width: 48%;
}
nav.sub-pages-nav.single-page ul.services-page a {
  padding: 1rem;
  display: flex;
}
nav.sub-pages-nav.single-page ul.services-page .pic img {
  max-width: 35px;
  height: auto;
  margin-left: 10px;
}

a.toggle-nav {
  display: none;
}

.footer {
  text-align: right;
  padding: 6rem 0 0;
  background-color: #bcdff3;
}
.footer-img {
  max-width: 200px;
}
.footer p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  padding-bottom: 0.5rem;
}
.footer p a:hover {
  text-decoration: none;
  background-color: #3479ff;
  color: #ffffff;
}
.footer .icon {
  max-width: 10px;
  margin-left: 5px;
}
.footer .small {
  font-size: 10px;
  padding-right: 15px;
  display: block;
}
.footer p.footer-title {
  color: #313549;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  font-size: 20px;
}
.footer p.footer-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #313549;
  right: -8px;
  top: 8px;
}
.footer-top {
  max-width: 75%;
}
.footer .row-1 {
  justify-content: center;
}
.footer .moked {
  border: 1px solid #313549;
  border-radius: 9px;
  padding: 0.6rem 1.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  width: 224px;
  justify-content: center;
}
.footer .col-md-3.a {
  padding: 0;
  flex: 1 0 20%;
}
.footer .col-md-3.a p {
  font-weight: bold;
  font-size: 1.6rem;
  color: #133c8b;
}
.footer .col-md-3.a img {
  max-width: 50px;
  mix-blend-mode: multiply;
}
.footer .col-md-3.b {
  flex: 0 0 33%;
  max-width: 30%;
}
.footer .col-md-3.c .content {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .col-md-3.d {
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 0 10%;
  max-width: 10%;
}
.footer-lower {
  padding: 10px 0;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul > li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
  color: #133c8b;
}
.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish-toggle {
  display: none;
  bottom: auto;
  top: 32px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
}
.bNagish-toggle em {
  font-size: 18px;
}
.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}
.skip-ad .skip-ad-content {
  position: relative;
}
.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}
.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 3rem;
}
.skip-ad .skip-ad-close {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 100%;
  text-align: left;
  color: #000;
}
.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

.mobile-navigation {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  color: #133c8b;
  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);
  border-right: 2px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 0.6026785714) 0%,
    rgb(147, 206, 244) 100%
  );
}
.mobile-navigation.open {
  right: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.mobile-navigation .moked {
  background-color: #133c8b;
  display: block;
  color: #ffffff;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  border-radius: 9px;
  margin-top: auto;
  margin-bottom: 2rem;
}
.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
}
.mobile-navigation nav a {
  color: inherit;
  display: block;
  padding: 15px 45px;
  margin-right: 0px;
  color: #133c8b;
  font-size: 1.1rem;
}
.mobile-navigation nav a.on {
  font-weight: bold;
}
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}
.mobile-navigation nav li > span {
  display: block;
  position: relative;
}
.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-navigation nav ul ul {
  display: none;
  background: rgba(0, 0, 0, 0.02);
}
.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: "FontAwesome";
  font-style: normal;
}
.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: 50%;
}
.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}
.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
  display: flex;
  justify-content: space-between;
}
.mobile-navigation .content .head span {
  flex: 1 0 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #fff;
  color: rgb(43, 43, 43);
  border: 0;
  font-size: 20px;
  margin: 1rem;
}
.mobile-navigation .content .head .button:focus {
  outline: none;
}

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

.under-cons1 {
  transform-origin: bottom left;
  transform: scale(1.6);
}

.under-cons1 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
}

.under-cons1 > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-cons1 > div > div {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 999;
  background: #f1bd4b;
  color: #000;
  transform: rotate(312deg);
  padding: 0.2rem 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* BIDS */
.root-page-143 .container {
  max-width: 80%;
  min-width: 80%;
}
.root-page-143 .page-content-body {
  padding-inline: 0;
}

.bids_56 .sub-pages-nav a:hover {
  transform: scale(1.05);
}
.bids_56 .sub-pages-nav .arrow:before {
  content: "\f104";
}
.bids_56 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.bids_56 li {
  width: 50%;
  position: relative;
  padding: 0 1rem;
}
.bids_56 img {
  max-width: 286px;
}
.bids_56 a {
  display: flex;
  align-items: center;
  color: inherit;
  background: #ffffff;
  padding: 1rem;
  font-size: 25px;
  line-height: 1.2em;
  border-radius: 9px;
  color: #133c8b;
  font-weight: bold;
  position: relative;
  border-right: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.bids_56 a span:not(.icon) {
  padding: 0 55px;
}
.bids_56 a:after {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 280px;
  transform: rotate(136deg);
  width: 15px;
  height: 15px;
  border-right: 4px solid #133c8b;
  border-bottom: 4px solid #133c8b;
  transition: all 0.2s ease-in;
}
.bids_56 a:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.18);
}
.bids_56 a:hover:after {
  left: 4.5%;
}

/* Page */
.page-header {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.page-title {
  color: #133c8b;
}
.page-header.rh {
  z-index: 3;
  height: auto;
  min-height: 97px;
  position: relative;
  width: 100%;
  top: 87px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-header.rh .overlay {
  padding: 1rem 0;
  position: relative;
  top: 0;
  right: 0;
  width: inherit;
  height: inherit;
  background: linear-gradient(
    90deg,
    rgba(250, 250, 250, 0.6026785714) 0%,
    rgb(147, 206, 244) 100%
  );
}
.page-header.rh .overlay h1 {
  font-weight: bold;
}
.page-header.rh .breadcrumbs {
  position: relative;
  z-index: 99;
}
.page-content {
  background: transparent;
  margin-bottom: 3rem;
  margin-top: 87px;
}
.page-content.rh h1 {
  color: #133c8b;
  font-weight: bold;
}
.page-content.rh h1 span {
  color: #fff200;
}
.page-content-head {
  color: #fff;
  padding: 1.5rem;
  position: relative;
}
.page-content-head.rh {
  background: transparent;
  color: #133c8b;
}
.page-content-head.rh a {
  color: inherit;
}
.page-content-head h1 {
  margin: 0;
  font-weight: bold;
  color: #133c8b;
}
.page-content-head a {
  color: #133c8b;
}
.page-content-head button {
  display: none;
}
.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}
.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 {
  display: block;
}
.header .shkifut {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 6px;
  background-color: #3b5d9f;
  color: #ffffff;
  border-radius: 9px;
  font-size: 1.2rem;
  font-weight: bold;
  flex: 0 0 157px;
  text-align: center;
  margin-right: 27px;
}

a.moked.shkifut em {
  padding: 3px;
}
@media (max-width: 1480px) {
  .leftheader a.yizcor span {
    right: 13px;
  }
  .header .moked {
    line-height: 1.1;
    border-radius: 0;
    font-size: 0.9rem;
    flex: 0 1 100px;
    padding: 5px 1px;
  }

  .services-category .container {
    padding: 1rem 9%;
  }

  .services-category .service-item {
    width: 140px;
  }

  .services-category-headers {
    justify-content: center;
  }

  .services-category-item {
    justify-content: center;
  }

  .footer-top {
    max-width: 90%;
  }

  .footer .col-md-3 {
    margin: 1rem 0;
  }

  .footer .col-md-3.a {
    flex: 1 0 15%;
  }

  .footer .col-md-3.b {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .footer .col-md-3.c {
    flex: 0 0 22%;
    max-width: 22%;
  }

  .footer .col-md-3.d {
    flex: 0 0 10%;
    max-width: 15%;
  }

  .footer .moked {
    font-size: 0.87rem;
    padding: 0.5rem 1rem;
    width: 160px;
  }

  .bids_56 img {
    max-width: 220px;
  }

  .bids_56 a {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .bids_56 a span:not(.icon) {
    padding: 0 30px 0 45px;
  }
}
/* NEWS */
.rich-content {
  padding: 1rem;
}

.news-single .breadcrumbs {
  margin-bottom: 35px;
}
.news-single time {
  display: flex;
  justify-content: flex-end;
}
.news-single figcaption {
  display: none;
}
.news-single ol {
  padding-right: 15px;
}
.news-single .soc a {
  margin-left: 20px;
}
.news-single .rich-content {
  font-size: 18px;
}
.news-ticker {
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
}
.news-main {
  margin-top: 40px;
}
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.news-item a {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 3px solid #faed00;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-item .img {
  width: inherit;
  height: 180px;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease-in;
  display: none;
}
.news-item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-item .info {
  background-color: #ffffff;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10.6rem;
}
.news-item .line {
  display: block;
  max-width: 89%;
  margin: auto;
  height: 2px;
  background-color: #f5f7fa;
  margin: 20px 0;
}
.news-item time {
  color: #0c2452;
  font-size: 14px;
}
.news-item .title {
  font-size: 18px;
  color: #133c8b;
  font-weight: bold;
  max-height: 54px;
  overflow: hidden;
}
.news-item:hover a {
  border-top: 0px solid transparent;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.18);
}

/* Social Sharing Buttons */
.social-share {
  display: none;
  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;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}
/* 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;
}

h1 {
  font-size: 2.05rem;
  line-height: 1em;
}

/* InPage Style - Rich Content */
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.rich-content h2 {
  color: #333;
}

.rich-content h3 {
  color: #333;
}

.rich-content h4 {
  color: #333;
}

.rich-content h5 {
  color: #333;
}

.rich-content h6 {
  color: #333;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  padding: 1rem;
}

.searchable {
  color: #007bff;
}

.rich-content a {
  color: #007bff;
}
.rich-content a.btn {
  color: #ffffff;
  background-color: #203687;
}

.rich-content a.btn:hover {
  background-color: #007bff;
}
.rich-content a.btn.btn-primary {
  color: #ffffff;
}
.rich-content a:hover {
  text-decoration: underline;
}

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

aside#side {
  margin-top: 13.5rem;
}

/* main  */
main.item {
  overflow: hidden;
}
main.item .page-wrapper {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  overflow: hidden;
}
main.item h1 {
  color: #133c8b;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
main.item span:not([data-lang="submit"])  {
  display: inline-block;
  font-weight: bold;
  color: #133c8b;
  margin-bottom: 0.25rem;
}
main.item span em {
  min-width: 25px;
}
main.item span img {
  -o-object-fit: none;
  object-fit: none;
  margin: 0;
}
main.item .edesc {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 1px solid rgba(19, 60, 139, 0.12);
}
main.item .tix {
  display: flex;
  justify-content: flex-start;
  background-color: #f5f7fa;
  align-items: center;
  padding: 1.41rem 1rem;
  border-radius: 9px;
  margin-top: auto;
  margin-bottom: 35px;
}
main.item .tix a {
  background-color: #133c8b;
  color: #ffffff;
  font-size: 18px;
  border-radius: 9px;
  padding: 7px 20px;
}
main.item .tix span {
  font-size: 14px;
  font-weight: normal;
  margin-right: 1rem;
}
main.item .wrap {
  display: flex;
  flex-direction: column;
  height: inherit;
}
main.item .eupper {
  background-color: #ffffff;
}
main.item .eupper .col-lg-6:first-of-type {
  padding: 60px 50px 0;
}
main.item .eupper .col-lg-6:last-of-type {
  /* padding-left: 0; */
}
main.item .eupper .col-lg-6:last-of-type img.w480 {
  display: none;
}
main.item .eupper .col-lg-6:last-of-type img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  display: block;
}
main.item .elower {
  padding: 80px 40px 80px 0;
}
main.item .elower .info {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #133c8b;
  display: flex;
  align-items: center;
}
main.item .elower .info em {
  margin-left: 10px;
}
main.item .elower .col-lg-6:last-of-type {
  border-right: 1px solid rgba(19, 60, 139, 0.12);
  padding-right: 4rem;
}
main.item iframe {
  max-height: 267px;
  border-radius: 9px;
}

.epage {
  background: linear-gradient(
    0deg,
    rgba(250, 250, 250, 0.6026785714) 50%,
    rgb(147, 206, 244) 100%
  );
}

/* 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 * */
.btn-primary {
  background-color: #133c8b;
  border-color: #133c8b;
}

.card-header {
  background: #133c8b;
  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;
}

/**/
.page-event-promo {
  display: block;
  padding: 1rem;
  color: #000;
  margin: 15px 0;
  background: #f1f1f1;
  border-bottom: 3px solid #d8d8d8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  background: #0c97ff;
  border-bottom: 3px solid #2d55aa;
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: #2d55aa;
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: #199cff;
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: #199cff;
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/
/**/
.page-phonebook-category {
  margin: 15px 0;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: 20px;
}
.page-phonebook-category-title h3 {
  color: #133c8b;
  background: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: 0.5s;
  cursor: pointer;
}
.page-phonebook-category-title h3:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
  content: "\f147";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
  background-color: #133c8b;
  color: #fff;
}

.page-phonebook-category-body {
  display: none;
  background-color: #fff;
  border: 1px solid #133c8b;
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: #133c8b;
  padding: 10px 0;
  font-size: 1.2em;
  margin: 0;
}

.page-phonebook .phonebook.active > h2 {
  padding: 10px;
}

.page-phonebook .phonebook h2 a {
  color: inherit;
}

.page-phonebook .phonebook.active {
  margin-bottom: 15px;
  border: 1px solid #133c8b;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.page-phonebook .phonebook.active > h2 {
  background: #133c8b;
  color: #fff;
}

.page-phonebook .phonebook > h2 > a > em:before {
  content: "\f137";
}

.page-phonebook .phonebook.active > h2 > a > em:before {
  content: "\f13a";
}

.page-phonebook .phonebook .info {
  background: #f1f1f1;
  padding: 15px;
}

.page-phonebook .phonebook .info:focus {
  outline: 0;
}

.page-phonebook .phonebook .info p {
  margin: 0 0 20px 0;
}

.page-phonebook .member {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-phonebook .pic {
  float: right;
  margin-left: 10px;
}

.page-phonebook .pic img {
  display: block;
  max-width: 100px;
}

.page-phonebook .fa-stack {
  font-size: 100%;
}

.page-phonebook .phone .fa-stack {
  color: #133c8b;
}

.page-phonebook .mobile .fa-stack {
  color: #133c8b;
}

.page-phonebook .email .fa-stack {
  color: #133c8b;
}

.page-phonebook .fax .fa-stack {
  color: #133c8b;
}

.page-phonebook .fa-mobile {
  font-size: 130%;
}

.page-phonebook .fa-envelope {
  font-size: 90%;
}

.page-phonebook .fa-fax {
  font-size: 90%;
}

.page-phonebook .contact-info {
  float: right;
}

@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}
.page-phonebook .contact-info a {
  color: inherit;
}
@media (max-width: 1299px) {
  .bodywrapper {
    max-width: 98%;
    margin-right: 0%;
  }
}

@media (max-width: 1199px) {
  .bodywrapper {
    max-width: 100%;
  }

  .header .headwrap {
    max-width: 670px;
  }

  .leftheader a.yizcor span {
    right: 9px;
  }

  .header nav ul {
    margin-right: 15px;
    flex-wrap: wrap;
  }
  .header nav ul li ul {
    margin-right: -80px;
  }
  .header nav ul li a {
    padding: 7px 0 10px;
  }

  .footer .col-md-3.a img {
    max-width: 35px;
  }

  .footer .col-md-3.a p {
    font-size: 1.35rem;
  }

  .page-content-body .news-ticker {
    top: 185px;
  }
}
.bn-news li a time {
  font-weight: bold;
}
.bn-news li:after {
  position: absolute;
  content: "|";
  width: 1px;
  height: 60%;
  background-color: #133c8b;
  inset: 0;
  margin: auto;
  margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1150px) {
  .leftheader a.yizcor {
    background-image: none !important;
    background-color: #000;
  }

  .leftheader a.yizcor span {
    display: flex;
    justify-content: center;
    align-items: center;
    right: auto;
    top: auto;
  }
}
@media (max-width: 991px) {
  .lang-btn {
    z-index: 9;
    position: fixed;
    left: 0;
    top: auto;
    bottom: 18px;
    width: 59px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem !important;
    background: #203687;
    border-radius: 0 9px 9px 0;
    transition: all 0.2s ease;
  }

  .under-cons1 {
    transform: scale(0.8);
    bottom: 0;
    right: -140px;
  }

  .container-fluid {
    max-width: 98%;
  }

  .bodywrapper {
    max-width: 99%;
  }

  .mobile {
    display: flex;
  }

  .desktop {
    display: none !important;
  }

  .bNagish-toggle {
    top: auto;
    bottom: 12px;
    left: 20px;
  }

  .page-content {
    margin: 0;
  }

  .breadcrumbs {
    margin-bottom: 0.5rem;
  }

  .breadcrumbs a {
    font-size: 0.85rem;
  }

  .breadcrumbs span {
    display: inline;
  }

  div[class^="root-page"] .container.rh,
  .root-page-143 .container.rh,
  .root-page-13 .container.rh,
  .root-page-59 .container.rh {
    margin-top: 0;
  }

  div[class^="root-page"] .page-content-body,
  .root-page-143 .page-content-body,
  .root-page-13 .page-content-body,
  .root-page-59 .page-content-body {
    margin-top: 0;
  }

  div[class^="root-page"] .page-content,
  .root-page-143 .page-content,
  .root-page-13 .page-content,
  .root-page-59 .page-content {
    margin-top: 5.9rem;
  }

  .page-header {
    display: none;
  }

  .page-header.rh {
    display: flex;
  }

  .page-content-body {
    padding: 1rem;
    margin-top: 1rem;
  }

  body {
    display: block;
    padding-bottom: 60px;
    height: auto;
    overflow-x: hidden;
  }

  .header {
    background: #ffffff;
    color: #000;
    height: 106px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
  }

  .header .icon-btn {
    display: none;
  }

  .header .services-click {
    display: flex;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 151px;
    transform: translateY(-25%);
    width: 80px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-right: 5px solid #133c8b;
  }

  .header .services-click span {
    padding: 10px;
    color: #133c8b;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
  }

  .header .leftheader {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 0.15%;
  }

  @media (max-width: 600px) {
    .header .zone {
      display: none;
    }
    .header .shkifut {
      margin-right: 0px;
    }
    .mleft .herum i {
      display: none;
    }
    .mleft .herum {
      height: 35px;
      width: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mleft .herum span img {
      width: 20px !important;
    }
  }

  @media (max-width: 390px) {
    .header .moked {
      flex: 0 1 65px;
      font-size: 0.9rem;
      padding: 5px 1px;
    }

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

    .header .headwrap a:nth-child(2) img {
      max-width: 140px;
    }
  }

  .header .navigation {
    display: none;
  }

  .header .headwrap {
    max-width: -moz-fit-content;
    max-width: fit-content;
    right: 7.5%;
  }

  .header-side {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 2rem 0 0;
    padding: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 62px;
  }

  .header .socwrap {
    display: none;
  }

  .news-single .d-flex {
    flex-direction: column;
  }

  .news-single .page-content.rh h1 {
    padding-right: 0;
  }

  .news-single .rich-content {
    padding-inline: 0;
  }

  .news-single .page-content-body {
    padding-inline: 0;
  }

  .page-content-head {
    padding: 1rem;
    padding-bottom: 0;
  }

  .container.rh .page-content.rh {
    background-color: transparent;
  }

  .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";
  }

  .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;
  }

  a.toggle-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 32px;
    height: 30px;
    color: #133c8b;
    display: block;
    justify-content: center;
    align-items: center;
  }

  a.toggle-nav span {
    position: relative;
    width: 100%;
    display: block;
  }

  a.toggle-nav span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #133c8b;
  }

  a.toggle-nav span.a:before {
    top: 0;
    left: 0;
  }

  a.toggle-nav span.b:before {
    top: 10px;
    left: 0;
  }

  a.toggle-nav span.c:before {
    top: 20px;
    left: 0;
  }

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

  .page-content-nav {
    display: block;
    margin: 2rem -15px;
    background-color: #fff;
  }

  .footer {
    position: relative;
    flex: inherit;
    margin-top: 2rem;
    padding-top: 2.5rem;
  }

  .footer .socwrap {
    width: 100%;
    height: auto;
    position: absolute;
    top: -20px;
    left: auto;
    right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }

  .footer .socials {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    max-width: 720px;
    padding: 0;
    border-radius: 50px;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.5rem 0;
  }

  .footer .socials .icon-btn {
    float: right;
    width: 25px;
    height: 25px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    background-size: auto;
    background-size: 25px;
  }

  .footer .socials .icon-btn[href="./271/"] {
    background-size: 18px;
  }

  .footer .socials .icon-btn:last-of-type {
    background-color: #133c8b;
    width: 28px;
    height: 28px;
    background-size: 25px;
  }

  .footer .socials .icon-btn:hover {
    filter: grayscale(1);
  }

  .footer .socials .icon-btn.negishoot {
    background-color: #133c8b;
    margin-right: 2rem;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
  }

  .footer .socials .icon-btn.negishoot:hover {
    background-color: #313549;
  }

  .footer .socials .icon-btn span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }

  .footer .socials .icon-btn em {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
  }

  .footer-top {
    max-width: 75%;
  }

  .footer p {
    white-space: initial;
  }

  .footer .col-md-6 {
    width: 50%;
  }
  .footer .col-md-3.a,
  .footer .col-md-3.b,
  .footer .col-md-3.c,
  .footer .col-md-3.d {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-md-3.b .row {
    max-width: 428px;
  }

  .footer .col-md-3.c .content {
    width: auto;
  }

  .footer .col-md-3.c .row {
    max-width: 428px;
  }

  .footer-lower {
    padding: 10px 15px;
  }

  .services-category {
    width: 98%;
    top: 106px;
    left: -100px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    overflow: hidden;
    display: none;
  }

  .services-category.active {
    display: block;
    top: 135px;
    left: 0;
    min-height: 75vh;
  }

  .services-category .wrapper {
    height: 400px;
    overflow: auto;
    padding-bottom: 60px;
    align-items: flex-start;
  }

  .services-category-headers {
    justify-content: space-evenly;
  }

  .services-category-btn {
    width: 112px;
    line-height: 1.3;
    margin: 0;
  }

  .services-category .services-category-item {
    justify-content: space-between;
  }

  .services-category .container {
    padding: 1px 5px;
  }

  .services-category .service-item {
    margin-left: 18px;
    width: auto;
    flex: 1 0 121px;
  }

  .services-category .services-header {
    margin-bottom: 2rem;
    padding: 1rem 0;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    position: relative;
    align-items: center;
    color: #133c8b;
  }

  .services-category .services-header .close {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 25px;
    background-color: transparent;
  }

  .services-category .services-header h3 {
    font-size: 22px;
    font-weight: bold;
  }

  .container.rh {
    margin-top: 106px;
  }

  main.item .page-wrapper {
    margin-top: 36px;
  }

  main.item h1 {
    font-size: 20px;
  }

  main.item span {
    font-size: 15px;
  }

  main.item .tix {
    margin: auto;
    max-width: 90%;
    margin-bottom: 20px;
    justify-content: center;
  }

  main.item .tix span {
    margin-right: 0;
    margin-top: 10px;
  }

  main.item .eupper {
    flex-direction: column-reverse;
  }

  main.item .eupper .col-lg-6:first-of-type {
    padding: 40px 30px 0;
  }

  main.item .eupper .col-lg-6:last-of-type img {
    max-width: 100%;
    display: block;
    max-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  main.item .elower {
    padding: 40px 0px 25px 0;
  }

  main.item .elower .col-lg-6:last-of-type {
    padding-right: 15px;
  }

  .page-header.rh {
    height: auto;
    top: 106px;
    background-size: cover;
  }

  .page-header.rh .overlay {
    height: inherit;
  }

  .page-content.rh {
    /*min-height: 98px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page-content.rh h1 {
    font-size: 1.7rem;
  }

  .sub-pages-nav.bids_56 img {
    max-width: 120px;
  }

  .sub-pages-nav.bids_56 a {
    font-size: 15px;
  }

  .sub-pages-nav.bids_56 a:after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #133c8b;
    border-bottom: 1px solid #133c8b;
  }

  .sub-pages-nav:not(.bids_56) ul a {
    font-size: 1.1rem;
  }

  .sub-pages-nav:not(.bids_56) ul a .icon {
    height: 87px;
    width: 87px;
  }

  .protocols {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .leftheader a.yizcor {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-image: url(./images/yizm.jfif) !important;
  }

  .leftheader a.yizcor span {
    display: none;
  }
  .page-phonebook .contact-info {
    margin-left: 5px;
  }

  nav.sub-pages-nav.single-page ul.services-page li {
    width: 100%;
  }

  .header .moked {
    flex: 0 1 110px;
    border-radius: 9px;
    text-align: center;
    font-size: 1rem;
    margin: 0.75rem 0.5rem 0.5rem 0;
    padding: 0.35rem 0.1rem 0.35rem 0;
  }

  .header .headwrap {
    right: 40px;
  }

  .header .headwrap a:nth-child(2) img {
    max-width: 150px;
  }

  .sub-pages-nav.bids_56 ul {
    flex-direction: column;
  }

  .sub-pages-nav.bids_56 li {
    width: 100%;
  }

  .sub-pages-nav:not(.bids_56) ul li {
    width: 100%;
  }

  .sub-pages-nav:not(.bids_56) ul a .icon {
    width: 25px;
  }

  main.item .eupper .col-lg-6:last-of-type img.fullwidth {
    display: none;
  }

  main.item .eupper .col-lg-6:last-of-type img.w480 {
    display: block;
    max-height: none;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .footer .moked {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .sub-pages-nav:not(.bids_56) ul li {
    padding: 1rem 0;
  }

  .page-content-body {
    padding: 1rem 0;
  }

  .rich-content {
    padding: 5px 0;
  }

  div[class^="root-page"] h1,
  .root-page-13 h1,
  .root-page-143 h1,
  .root-page-59 h1 {
    font-size: 1.65rem;
    line-height: 1.2em;
  }

  div[class^="root-page"] .content h2,
  .root-page-13 .content h2,
  .root-page-143 .content h2,
  .root-page-59 .content h2 {
    font-size: 1.5rem;
  }

  .container.rh {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  h1.page-title {
    font-size: 1.65rem;
  }

  .header .logo-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .services-category-btn {
    font-size: 0.9rem;
    width: -moz-min-content;
    width: min-content;
    padding: 0.5rem 0.7rem;
  }

  .services-category .service .icon {
    margin-left: 5px;
  }

  .services-category .service-item {
    width: 118px;
    margin-left: 15px;
    font-size: 13px;
  }
}
@media (max-width: 1465px) and (min-width: 600px) {
  .header .moked {
    min-height: 4rem;
  }
}

@media (max-width: 450px) {
  .header .logo-text {
    font-size: 1rem;
  }

  .header .moked {
    font-size: 0.9rem;
    flex: 0 1 45px;
  }
}

@media (max-width: 399px) {
  .footer .col-md-6 {
    width: 100%;
  }
}
.btn-info {
  background-color: #133c8b;
  border-color: inherit;
}
.btn-info:hover {
  background-color: #3479ff;
  border-color: inherit;
}

.btn-outline-info {
  color: #133c8b;
  border-color: #133c8b;
}
.btn-outline-info:hover {
  background-color: #133c8b;
  color: #ffffff;
  border-color: #133c8b;
}

.row.rev {
  flex-direction: row-reverse;
}
a.herum.icon-btn {
  width: 22px;
  height: 22px;
  color: #133c8b;
  margin-left: 1rem;
  background-size: contain;
  display: grid;
  place-items: center;
}
.under-cons1 {
  display: none !important;
}



.smart-form .form-group > legend {
    font-size: 18px !important;
}
.card-body {
    background: #fff !important;
}


.event-promo {
  border: 1px solid #173d89 !important;
  background-color: #fff !important;
}

.event-promo .details .icon {
  background-color: #173d89 !important;
  color: #fff;
}

.event-promo .read-more-btn {
  background-color: #173d89 !important;
  color: #fff !important;
}

.event-promo .pic {
  border-bottom: 1px solid #173d89 !important;
}

.event-promo .details {
    min-height: 280px;
}

.event-promo .ribbon {
  background-color: #173d89 !important;
}

.event-promo .pic {
  padding-bottom: 100% !important;
}


.event-item-value {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
}

.web-module .table {
    width: 80%;
    FONT-VARIANT: JIS90;
    background-color: transparent;
    margin: auto;
}
.web-module .filtering.card.px-4.pt-4.pb-2.mb-4 {
    width: 80%;
    margin: auto;
}

.web-module .filtering-badges {
    width: 80%;
    margin: auto;
}

/**/

.business-main .category {
  background-color: #fff !important;
}

.business-map {
  background-color: #fff !important;
}