* {
  font-family: "Open Sans", arial, sans-serif;
}
:root {
  --main: #026075;
  --dark: #00303d;
}
ul#ui-id-1 {
  position: relative;
  z-index: 99999;
}
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  color: #003f83;
}

a:hover,
a:focus {
  color: #003063;
}
.btn.btn-primary {
  background-color: var(--main);
  border: 1px solid var(--main);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #fff;
}
header.header em.fa.fa-external-link {
  display: none;
}

.btn-success {
  background: #0c7a25;
  border-color: #0c7a25;
}

.alert a {
  color: inherit;
}

.btn {
  font-weight: bold;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  z-index: -1;
}
.btn-secondary {
  color: #fff;
  background-color: #0a4f8c;
  border-color: #0a4f8c;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #003564;
  border-color: #003564;
}

/**/

.comments .post-comment {
  background: #f1f1f1;
  padding: 15px;
}

.comments .post-comment textarea {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  height: 120px;
  display: block;
}

.comments .post-comment textarea:focus {
  border: 1px solid #ffa900;
  outline: 0;
}

.comments .post-comment .submit {
  position: relative;
  height: 1px;
  margin-bottom: 15px;
}

.comments .post-comment button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-top: -3px;

  background: #ffa900;
  border: 0;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: bold;
}

.comments .comment-posted {
  background: #dff0d8;
  color: #3c763d;
  padding: 15px;
  font-weight: bold;
  display: none;
}

/**/

.comments ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments li {
  border-bottom: 1px solid #ddd;
}

.comments .comment {
  padding: 15px 0;
}

.comments .comment .author {
  font-weight: bold;
}

.comments .comment .time {
  font-size: 0.9em;
  float: left;
  text-align: left;
}

.comments .comment .text {
  margin-top: 15px;
}

.comments .comment .tools {
  margin-top: 15px;
}

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

figure {
  margin: 0;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

 @media (min-width: 992px) {
.table-responsive {
display: table;
}
} 
@media (max-width: 1500px) {
  .table-responsive {
    display: block;
  }
}
.table {
  border: 1px solid var(--main);
}

.table thead th {
  border-bottom: 2px solid var(--main);
  background: var(--main);
  color: #fff;
}

.table td,
.table th {
  border-top: 1px solid var(--main);
}

legend {
  font-size: 1rem;
}

.card {
  border: 1px solid rgb(42 84 98);
}

.card-header {
  background-color: var(--main);
  border-bottom: 1px solid var(--dark);
  color: #fff;
}

.rich-content .card-header h2 {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.card-body {
  background: #f3f0ec;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f3f0ec;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  /* background: red; */
}
article .h4 {
  text-align: center;
  color: #205970;
  margin-top: 0.5rem;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border-radius: 15px;
}
/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin: 0;
  padding: 0;

  background: #f1f1f1;
}
/* Header */

.header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 70px 0 70px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .header {
    padding: 15px;
    padding-top: 40px;
  }
}

.header.offset {
}

.header a {
  color: inherit;
}

.header .bar {
  background: rgb(255 255 255 / 89%);
  display: flex;
  align-items: center;
  border-radius: 35px;
  height: 70px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Logo */

.header .logo {
  position: absolute;
  bottom: 5px;
  right: 35px;
  display: block;
  z-index: 3;
}

.header .logo img {
  display: block;
}

/* 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 (min-width: 1200px) {
  .header .navigation {
  }

  .header nav > ul {
    margin: 0px 266px 0 400px;
    text-align: right;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

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

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

  .header nav > ul > li > span > a {
    display: block;
    padding: 0.5rem 0.2rem 0rem 0.2rem;
    margin: 0 0.5rem;
    font-size: 1.2em;
    font-weight: bold;
    color: #111;
    text-decoration: none;
    position: relative;
  }

  .header nav > ul > li > span > a:after {
    content: "";
    position: absolute;
    border-top: 0px;
    background: #133c8b;
    position: absolute;
    bottom: 46px;
    top: 50%;
    right: 21px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    z-index: 100000000000000;
    display: block;
    margin-right: -31px;
    transition: 0.5s;
  }
  .header nav > ul > li:nth-child(3n + 1) > span > a:after {
    background: #c2b1a6;
  }
  .header nav > ul > li:nth-child(3n + 2) > span > a:after {
    background: #a0d3e2;
  }
  .header nav > ul > li:nth-child(3n + 3) > span > a:after {
    background: #b8c39e;
  }

  .header nav > ul > li > span > a:hover,
  .header nav > ul > li:hover > span > a {
    text-decoration: none;
  }
  .header nav > ul > li > span > a:hover:after,
  .header nav > ul > li:hover > span > a:after {
    transform: scale(1.05);
  }
  .header nav > ul > li:nth-child(3n + 1):hover > span > a:after {
    /* background:  #4f3522;position: absolute;
top: 50%;
transform: translateY(-50%); */
  }

  .header nav > ul > li:nth-child(3n + 2):hover > span > a:after {
    background: var(--main);
  }

  .header nav > ul > li:nth-child(3n + 3):hover > span > a:after {
    background: #88be3e;
  }
  .header nav > ul > li:nth-child(3n + 1):hover > span > a {
    color: #4f3522;
  }

  .header nav > ul > li:nth-child(3n + 2):hover > span > a {
    color: var(--main);
  }

  .header nav > ul > li:nth-child(3n + 3):hover > span > a {
    color: #88be3e;
  }
  .header nav > ul > li {
    transition: 0.5s;
  }
  .header nav > ul > li:hover {
    transform: scale(1.1);
  }

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

    text-align: right;
    position: absolute;
    top: 100%;
    right: 50%;
    z-index: 9999;
    width: 480px;
    margin-right: -150px;
    background: #fff;
    color: #444;
    padding: 1rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3019607843);
    margin-top: -1px;
    border-radius: 10px;
    column-count: 2;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
  }

  /* .header nav > ul > li:nth-child(3n+1) > ul {
background: #4f3522;
}
.header nav > ul > li:nth-child(3n+2) > ul {
background: #00b1ef;
}
.header nav > ul > li:nth-child(3n+3) > ul {
background: #88be3e;
} */

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

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

@media (max-width: 1199px) {
  .header .navigation {
    display: none;
  }
}
@media (max-width: 1530px) {
  .header nav > ul {
    margin: 0px 266px 0 93px;
    text-align: right;
    position: relative;
  }
}

/* Header Icons */
a.search {
  position: absolute;
  top: 130px;
  left: 100px;
  z-index: 99998;
  width: 100px;
  height: 40px;
  background: #41c4ee;
  border-radius: 0 0 30px 30px;
  display: grid;
  place-content: center;
  font-weight: bold;
  color: #3b2518;
}
a.search > div {
  display: flex;
  place-content: center;
}
a.search i {
  font-size: 1.8rem;
}

a.herum {
  padding: 8px;
  float: unset;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 0;
  transition: 0.5s;
  position: absolute;
  bottom: auto;
  top: 77px;
  left: 140px;
  z-index: 99998;
  width: 35px;
  height: 35px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.herum span {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #000;
  font-weight: bold;
}
.header-side {
  position: absolute;
  top: 17px;
  left: 117px;
}

@media (max-width: 1530px) {
  .header-side {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 0 2rem 0 0;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }

  body {
    padding-bottom: 60px;
  }
}

.header a.icon-btn {
  padding: 3px;
  float: right;
  width: 40px;
  height: 40px;
  background: #afd57c;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

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

.header a.icon-btn em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.header a.icon-btn.search {
}
.header a.icon-btn.facebook {
  background: #2b6da4;
  color: #fff;
}
.header a.icon-btn.instagram {
  background: #b753ad;
  color: #fff;
}
.header a.icon-btn.youtube {
  background: #b73735;
  color: #fff;
}

/* Header Search */

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

/**/

.lang-link {
  position: absolute;
  top: 40px;
  left: 160px;
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--main);
  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: 400px) {
  .header-side {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background: #ffffffdb;
    border-radius: 0 2rem 0 0;
    padding: 0.5rem 1rem 0.5rem 0.1rem;
    width: 80%;
  }
  .header a.icon-btn {
    padding: 0px;
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 0.2rem;
  }
}
/* Toggle Navigation Button */

.toggle-nav {
  display: none;
}

@media (max-width: 991px) {
  .toggle-nav {
    position: absolute;
    top: 34px;
    left: 60px;
    width: 48px;
    height: 48px;
    background: #584328;
    border-radius: 50%;
    display: block;
    padding: 0.75rem;
    text-align: center;
    z-index: 9999;
  }

  .toggle-nav em {
    font-size: 24px;
    color: #fff;
  }

  .search {
    display: none;
  }

  .lang-link {
    display: none;
  }
}

/* Footer */

.footer {
  padding: 1.5rem 0;
  color: #000;
  text-align: left;
}

.footer a {
  color: black;
}

.footer p {
  margin: 0;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}

/* User Nav */

@media (min-width: 992px) {
  .header .user-nav {
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-left: 15px;
    float: left;
    background: #e2e2e2;
    margin-top: 91px;
  }

  .header .user-nav > div {
    border-left: 1px solid #ddd;
    padding: 8px 15px;
    float: right;
  }

  .header .user-nav > div:last-child {
    border-left: 0;
  }
}

@media (max-width: 1338px) {
  .header .user-nav {
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-left: 379px;
    float: left;
    background: #e2e2e2;
    margin-top: 37px;
  }
}

@media (max-width: 1138px) {
  .header .user-nav {
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-left: 50px;
    float: left;
    background: #e2e2e2;
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .header .user-nav {
    display: none;

    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    text-align: center;
  }

  .header .user-nav > div {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #ddd;
  }

  .header .user-nav > div:last-child {
    border-left: 1px solid #ddd;
  }
}

@media (max-width: 550px) {
  .header .user-nav {
    top: 70px;
  }
}

/* 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 {
  box-shadow: 0 0 0;
  transition: 0.5s;
  position: absolute;
  bottom: auto;
  top: 76px;
  left: 96px;
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  color: #fff;
  border-radius: 50%;
  background-image: url(images/wheelchair.png);
  color: #000;
  transform: scale(1.1);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.bNagish-toggle em {
  display: none;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  top: -999px;
}
/* Toggle Navigation Button */

a.toggle-nav {
  display: none;
}

@media (max-width: 1199px) {
  a.toggle-nav {
    position: absolute;
    top: 13px;
    left: 126px;
    width: 45px;
    height: 45px;
    background: #1d7ca8;
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }

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

@media (max-width: 1529px) and (min-width: 992px) {
  a.herum {
    top: 73px;
    left: 137px;
  }
}

@media (max-width: 991px) {
  a.toggle-nav {
    position: absolute;
    top: 16px;
    left: 9px;
    width: 40px;
    height: 40px;
    background: #1d7ca8;
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }
  a.herum {
    top: 116px;
    left: 118px;
  }
}

@media (max-width: 991px) {
  .bNagish-toggle {
    box-shadow: 0 0 0;
    transition: 0.5s;
    position: absolute;
    bottom: auto;
    top: 120px;
    left: 77px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
  }
}

/* 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: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  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);
  background: #068eabf2;
  border-right: 2px solid #ffffff;
}

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

.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 .content .head .button:focus,
.mobile-navigation .content .head .button:focus-within {
  border: 1px solid black;
  padding: 15px 20px;
}
.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.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 {
  border-bottom: 1px solid #ddd;
}

.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: 48px;
}

.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: rgba(0, 0, 0, 0.02);
  color: inherit;

  font-family: "FontAwesome";
  font-style: normal;
}

.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;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.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 .content .head .button {
  background: #ffffff;
  color: #000;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Page Header */

.page-header {
  height: 460px;

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

@media (max-width: 991px) {
  .page-header {
    height: 260px;
  }
}

.page-header > .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  text-align: center;
}

.page-header .breadcrumbs {
  position: absolute;
  top: 115px;
  right: 15px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 1rem;
}

.page-header .breadcrumbs a {
  color: inherit;
}

.page-header h1 {
  background: rgba(111, 85, 52, 0.8);
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  padding: 0 0.6rem;
  margin-top: 60px;
}

.fa-external-link::before {
  content: none !important;
}

/* Page Content */

.page-content {
}

.page-content .breadcrumbs {
  background: #00415600;
  padding: 0.7rem 1.5rem 0 0;
  display: inline-block;
  color: #fff;
  /* border-radius: 0 15px; */
}

@media (max-width: 991px) {
  .page-content .breadcrumbs {
    background: #1a2528ab;
    color: #fff;
    display: block;
  }
}

.page-content .breadcrumbs a {
  color: #fff;
}

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

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

.page-content-head {
  background: #fff0;
  padding: 1.5rem;
  position: relative;
}

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

.page-content-head h1 {
  margin: 0;
  font-size: 3rem;
  color: #ffffff;
}

.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;
  background: #fff;
}

@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;
  margin: 1.5rem;
}

.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 #00acca;
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 15px;
}

.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";
}
.feedback {
  background: white;
}
/* 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 {
  background: #eaeaea;
  border-right: 2px solid #14adec;
  padding: 0.5rem;
  font-size: 1.5rem;
}

.rich-content h3 {
  color: var(--main);
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 2px solid var(--main);
  background: #f1f1f1;
  padding: 1rem;
  margin-bottom: 1rem;
}

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

/* Custom Pages * * * * * * * * * * ** * */

.custom-page .cover {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  padding: 0 1.5rem;
  padding-top: 150px;
}

@media (max-width: 991px) {
  .custom-page .cover {
    background-position: center;
    background-size: auto 100%;
    min-height: auto;
    height: auto;
    padding: 150px 1rem 1rem 1rem;
  }
}

.custom-page .cover h1 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding: 4rem 0;
  float: right;
}

@media (max-width: 991px) {
  .custom-page .cover h1 {
    font-size: 3rem;
    padding: 0 0;
    float: none;
  }
}

/*
.custom-page .cover:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQUlEQVQoU43MyQkAIBDAwGwZdmMb9v+wDVFQPPYw7yECFKASJEAGUoQn7D8X79DFNzSxBlVswQd78MARXPgHDtwABlwLpG7bQbEAAAAASUVORK5CYII=);
}
*/
.custom-page .cover .cover-content {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.custom-page .cover .welcome {
  font-size: 2rem;
  margin-bottom: 4rem;
  color: #fff;
}

.custom-page .cover .welcome .time {
  float: right;
}

.custom-page .cover .welcome .weather {
  float: left;
}

@media (max-width: 991px) {
  .custom-page .cover .welcome .time .date-and-time {
    display: none;
  }

  .custom-page .cover .welcome {
    margin-bottom: 2rem;
  }
}

.custom-page .services {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  border-bottom: 5px solid #111;
}

.custom-page .services .content {
  padding: 2.5rem 1.5rem 0 1.5rem;
}

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

.custom-page .services .content ul:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .custom-page .services .content li {
    float: right;
    width: 25%;
  }
}

.custom-page .services .content li a {
  display: block;
  padding: 1rem;
  color: inherit;
}

@media (max-width: 991px) {
  .custom-page .services .content {
    height: 15rem;
    overflow: hidden;
  }

  .custom-page .services .content li a {
    padding: 0.5rem 0;
  }
}

.custom-page .services .read-more {
  padding: 1.5rem;
  text-align: center;
}

.custom-page .services .read-more a {
  color: #666;
}

.custom-page .services h2 {
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background: #111;
  font-size: 1.3rem;
}

@media (max-width: 991px) {
  .custom-page .services h2 {
    display: block;
    width: 100%;
  }
}

.custom-page .fast-navigation {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  background: #fff;
  display: table;
  width: 100%;
}

.custom-page .fast-navigation h2 {
  display: table-cell;
  width: 225px;
  padding: 13px;
  font-size: 24px;
  background: #111;
  color: #fff;
  text-align: center;
}

.custom-page .fast-navigation .content {
  display: table-cell;
  position: relative;
}

.custom-page .fast-navigation .content:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  padding: 0.7rem 1.5rem;
}

.custom-page .fast-navigation .content input {
  display: block;
  padding: 13px 25px;
  font-size: 24px;
  border: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .custom-page .fast-navigation h2 {
    display: none;
  }

  .custom-page .fast-navigation .content input {
    padding: 13px;
  }

  .custom-page .fast-navigation .content:after {
    padding: 0.7rem 1rem;
  }
}

.custom-page .news {
  padding: 1rem 1.5rem;
  color: #fff;
  background: #111;
  position: relative;
}

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

.custom-page .news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .custom-page .news ul {
    margin: 0.5rem 0;
  }
}

@media (min-width: 992px) {
  .custom-page .news > div {
    display: table;
    width: 100%;
  }

  .custom-page .news > div > div {
    display: table-cell;
    vertical-align: middle;
  }

  .custom-page .news > div > div:nth-child(1) {
    width: 100px;
  }

  .custom-page .news > div > div:nth-child(3) {
    width: 200px;
    text-align: left;
  }
}

.custom-page .news h2 {
  font-size: 1.4rem;
  margin: 0;
}

.custom-page .news a {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  .custom-page .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.custom-page .news time {
  color: rgba(255, 255, 255, 0.8);
}

.custom-page .news-slick {
  margin-right: 100px;
  margin-left: 65px;
}

.custom-page .news-slick button {
  position: absolute;
  top: 0;
  font-size: 0;
  font-family: "FontAwesome";
  background: none;
  border: 0;
  cursor: pointer;
}

.custom-page .news-slick button:before {
  font-size: 26px;
  color: #fff;
}

.custom-page .news-slick .slick-next {
  top: 13px;
  left: 0;
}

.custom-page .news-slick .slick-prev {
  top: 13px;
  left: 30px;
}

.custom-page .news-slick .slick-prev:before {
  content: "\f0a9";
}

.custom-page .news-slick .slick-next:before {
  content: "\f0a8";
}

.custom-page .news .toggle-slick {
  position: absolute;
  top: 1.2rem;
  left: 3.5rem;
  font-size: 26px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.custom-page .news button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 26px;
  color: #fff;
  margin-right: 0.3rem;
  line-height: 0;
}

.custom-page .news .all-news {
  font-size: 26px;
  color: #fff;
}

@media (max-width: 991px) {
  .custom-page .news-slick {
    padding-top: 2.5rem;
    margin-right: 0;
    margin-left: 0;
  }

  .custom-page .news-slick .slick-prev {
    display: none !important;
  }

  .custom-page .news-slick .slick-next {
    display: none !important;
  }
}

.event-cube-promo {
  color: #fff;
  display: block;
}

@media (max-width: 991px) {
  .event-cube-promo {
    margin: 0 -15px;
    margin-bottom: 15px;
  }
}

.event-cube-promo:hover {
  color: #fff;
  text-decoration: none;
}

.event-cube-promo .pic {
  position: relative;
  background: #fff;
  min-height: 199px;
  overflow: hidden;
}

.event-cube-promo .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.event-cube-promo .when {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.event-cube-promo .when .date {
  display: inline-block;
  background: #05afff;
  padding: 0.5rem;
  font-size: 1rem;
}

.event-cube-promo .when .time {
  display: inline-block;
  background: #34c7f1;
  padding: 0.5rem;
  font-size: 1rem;
}

.event-cube-promo h3 {
  background: #8bc63f;
  color: #000;
  padding: 0.75rem;
  font-size: 1rem;
  margin: 0;
  height: 62px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .custom-page .articles .items {
    margin: 0 -0.75rem;
  }

  .custom-page .articles .items > div {
    width: 33.33%;
    padding: 1rem;
    float: right;
  }

  .custom-page.page-216 .articles .items > div {
    width: 33.33%;
  }
}

.custom-page .articles {
  padding: 5rem;
  background: #ebe6e2;
}

/**/

.custom-page .news-ticker {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-page .news-ticker a {
  display: block;
  padding: 0.75rem;
  background: #fff;
  color: inherit;
  border-right: 3px solid #8bc63f;
  background: #f1f1f1;
  border-radius: 1rem;
  margin: 0.5rem 0;
}

.custom-page .news-ticker .date {
  color: #777;
}

/**/

.cover-nav {
  text-align: center;
  padding: 1rem;
  float: right;
  padding: 5.4rem 0;
  margin-right: 4rem;
  max-width: 1500px;
  overflow-x: hidden;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .cover-nav {
    padding: 1rem 0;
    margin: 0;
    width: 100%;
    overflow-x: auto;
    text-align: right;
  }

  .cover-nav > ul {
    width: 1500px;
  }
}

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

.cover-nav ul li {
  display: inline-block;
}

.cover-nav ul li a {
  color: inherit;
  margin: 0 0.2rem;
  padding: 0.5rem 1rem;
  background: rgba(111, 85, 52, 0.9);
  color: #fff;
  display: inline-block;
}

/**/

.business-items {
  padding: 0.75rem 0;
}

.page-626 .business .category {
  height: 80px;
  background: #fff;
  margin: 0 0 1.5rem 0;
  display: block;
  color: inherit;

  display: table;
  width: 100%;

  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.page-626 .business .category > div {
  display: table-cell;
  vertical-align: top;
}

.page-626 .business .category h3 {
  overflow: hidden;
  font-size: 1.2em;
}

.page-626 .business .category .icon {
  background: #111;
  width: 80px;
  height: 100%;
  padding: 10px;
  margin-left: 10px;
}

.page-626 .business div:nth-child(5n + 1) > .category .icon {
  background: #00bbf0;
}

.page-626 .business div:nth-child(5n + 2) > .category .icon {
  background: #81b33c;
}

.page-626 .business div:nth-child(5n + 3) > .category .icon {
  background: var(--main);
}

.page-626 .business div:nth-child(5n + 4) > .category .icon {
  background: #d7782e;
}

.page-626 .business div:nth-child(5n + 5) > .category .icon {
  background: #d9b158;
}

.page-626 .business .icon img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}

.page-626 .business .push {
  padding: 0.5rem;
}

/* Primary Pages */

.custom-page .card {
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.primary-pages-services .service {
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: var(--main);
  padding: 1rem;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
}

.primary-pages-services .service img {
  display: block;
  height: 128px;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}

.primary-pages-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .primary-pages-services ul > li {
    float: right;
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .primary-pages-services ul > li {
    float: right;
    width: 25%;
  }
}

.primary-pages-services a {
  margin: 0 1rem 1rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: var(--main);
  padding: 1rem;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
}

/*
.primary-pages-services li:nth-child(1) a {
background: #754695;
}
*/

.primary-pages-services a img {
  display: block;
  max-height: 128px;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  max-width: 100%;
}

.primary-pages-services a span {
  height: 2.5rem;
  display: block;
  line-height: 1.3rem;
}

/* English */

.root-page-707 {
  direction: ltr;
  text-align: left;
}

.root-page-707 .sub-pages-nav ul > li {
  float: left;
}

.root-page-707 .sub-pages-nav .arrow:before {
  content: "\f105";
}

.root-page-707 .pages-nav li > span {
  padding-right: 0;
  padding-left: 30px;
}

.root-page-707 .pages-nav .toggle-sub-menu {
  right: auto;
  left: 0;
}

.root-page-707 .page-content .breadcrumbs ul li:first-child a span {
  font-size: 0;
}

.root-page-707 .page-content .breadcrumbs ul li:first-child a span:after {
  font-size: 1rem;
  content: "Home";
}

.root-page-707 .feedback {
  display: none;
}

.root-page-707 .social-share h2 {
  font-size: 0;
}

.root-page-707 .social-share h2:after {
  font-size: 1rem;
  content: "Sharing is caring";
}

.dark-contrast .articles article .info {
  background: #333 !important;
  color: #fff !important;
}
.dark-contrast .circle > .botcirc {
  background: #111 !important;
  color: #fff !important;
}
.dark-contrast .circle {
  background: #333 !important;
  color: #fff !important;
}

#skip-to-content {
  z-index: 999999999999;
}
.bNagish {
  position: absolute;
}
.header-btn {
  position: absolute;
  top: 17px;
  left: 70px;
  z-index: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-btn {
  padding: 0.2rem 1rem 0 1rem;
  margin: 4px;
  border-radius: 25px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0px 0px 6px #6a6a6abd;
  color: black;
  width: 128px;
  text-align: center;
}
.top-btn:hover {
  box-shadow: 0px 0px 17px #190101bd;
  background: #ffffff;
}
.top-btn img {
  width: 25px;
  height: 25px;
}

@media (max-width: 600px) {
  /* a.herum {
width: 33px;
height: 33px;
} */

  .header .logo img {
    width: 60%;
  }
  .header-btn {
    left: 0;
    width: 100%;
  }
  div.top-btn {
    padding: 0.5rem 0.1rem;
    margin: 1%;
    width: 23%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
  }
  .top-btn img {
    display: none;
  }
}
/* Side Title */

aside {
  background: #fff0;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

aside h2 {
  color: #0b5465;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: fit-content;
  margin-bottom: 1.5rem;
}

aside h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .header-search input {
    padding: 30px 0;
  }
  a.search {
    top: 170px;
    width: 60px;
    left: 44px;
  }
  a.search .label {
    display: none;
  }
  a.search i {
    font-size: 1.6rem;
  }
  .news-ticker .content h2 {
    display: none;
  }
  .news-ticker .content {
    padding-right: 10px;
  }
  .header-btn {
    left: auto;
    margin: auto;
    justify-content: center;
    width: 100%;
    top: 20px;
  }
  div.top-btn {
    padding: 0.15rem 2px;
    width: 125px;
  }
  div.top-btn img {
    width: 22px;
  }
  aside {
    display: none;
  }
  .header-side {
    display: none;
  }

  ul.mobile-soc {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  nav ul.mobile-soc a {
    /* margin-right: 0;
border-radius: 15px;
padding: 20px; */
  }
  ul.mobile-soc a[title^=" נגישות"] {
    display: none;
  }
  ul.mobile-soc a.icon-btn {
    border-radius: 10px;
    width: 33px;
    height: 33px;
    margin: 5px 8px;
    display: grid;
    place-content: center;
    background-color: #fff !important;
  }
  ul.mobile-soc img {
    width: 25px;
  }
}

@media (max-width: 600px) {
  .header .logo {
    right: 6px;
  }
}
