:root {
  --black: #212121;
  --gray: #575b5c;
  --site1: #754c24;
  --site2: #ffa200;
  --site3: #ffde17;
  --site1RGB: 117, 76, 36;
  --dbrown: #381e0e;
  --softgray: #707475;
  --grayText: #474747;
}

* {
  font-family: "Open Sans", "Open Sans Hebrew", sans-serif;
  font-optical-sizing: auto;
}

.laynotBtn {
  position: absolute;
  top: 520px;
  z-index: 9;
  transition: all 0.3s ease;
}
.laynotBtn img {
  width: 150px;
}
.laynotBtn:hover {
  transform: scale(1.05);
}
/**/

main {
  outline: 0;
}

body {
  margin-top: 87px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  height: auto;
  display: flex;
  flex-direction: column;
}

.header.offset .low {
  z-index: -1;
  margin-top: -3.5rem;
}

.header.offset .logo {
  top: 0.2rem;
}
.header.offset .logo img {
  width: 82px;
}
.color-strip {
  width: 100%;
  right: 0;
  height: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  z-index: 2;
}
.color-strip span {
  flex: 1 0 auto;
}
.color-strip span:first-of-type {
  background-color: var(--site3);
}
.color-strip span:nth-of-type(2) {
  background-color: var(--site2);
}
.color-strip span:nth-of-type(3) {
  background-color: var(--site1);
}
.color-strip span:nth-of-type(4) {
  background-color: var(--black);
}
.header .top {
  position: relative;
  background: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-left: 3rem;
  padding-right: 8.7rem;
}
.header .top::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 40px;
  height: 40px;
  bottom: -40px;
  background-image: url(./images/cornerr.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .top::before {
  content: "";
  position: absolute;
  left: -2px;
  width: 40px;
  height: 40px;
  bottom: -40px;
  background-image: url(./images/cornerl.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .logo {
  display: flex;
  position: absolute;
  top: 5px;
  right: 40px;
}

.header .logo .pic {
  border-radius: 50px;
}

.header .logo img {
  object-fit: contain;
  width: 106px;
  border-radius: 50px;
  display: block;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  border: 3px solid #fff;
}

.header nav {
  height: inherit;
}

.header .header-side {
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  flex-basis: 24%;
}

.header-side .icon-btn {
  float: right;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  background-size: 22px;
  transition: all 0.3s ease-in;
  border: 1px solid var(--black);
  border-radius: 50px;
  margin-bottom: 5px;
  gap: 0 5px;
}
.header-side .icon-btn:hover {
  transform: scale(1.05);
}
.header-side a:before {
  content: none;
}

.header .low {
  height: 1px;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  margin-left: 5%;
  transition: all 0.2s ease-in;
}

.toggle-nav {
  display: none;
}

/**/

.toggle-user {
  display: none;
}

/**/

.navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .navigation {
    flex: 0 1 75%;
  }
  .navigation nav > ul {
    position: relative;
    display: table;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .navigation nav > ul > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    height: 100%;
  }

  .navigation nav > ul > li > a {
    color: var(--black);
    text-decoration: none;
    padding-inline: 1.5rem;
    border-left: 1px solid #ddd;
    display: block;
    text-align: center;
  }

  .navigation nav > ul > li:last-child > a {
    border-left: 0;
  }

  .navigation nav > ul > li:hover > a,
  .navigation nav > ul > li > a:hover,
  .navigation nav > ul > li > a:focus {
    color: var(--site2);
  }

  .navigation nav > ul > li.on > a,
  .navigation nav > ul > li > a.on {
    color: var(--site2);
    font-weight: bold;
  }

  .navigation nav > ul > li.on > a:after,
  .navigation nav > ul > li > a.on:after,
  .navigation nav > ul > li:hover > a:after,
  .navigation nav > ul > li > a:hover:after {
    color: var(--black);
  }
  .navigation em.fa.fa-external-link::before {
    content: none;
    display: none;
  }
  nav a em.fa-external-link {
    display: none;
  }
  /*sub*/

  .navigation nav > ul ul {
    display: none;
  }

  .navigation nav > ul > li > ul {
    position: absolute;
    top: 100%;
    z-index: 999;
    padding: 10px;
    background: #fff;
    color: var(--black);
    text-align: right;
    column-count: 2;
    -webkit-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
    width: 500px;
    -webkit-transition: all 0.1s ease-in-out;

    font-weight: normal;
    border: 0;
  }

  .navigation nav > ul > li:hover > ul {
    display: block;
    right: 0;
  }

  /* .navigation nav>ul>li>ul>li {
float: right;
width: 33%;
} */

  .navigation nav > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
  }

  .navigation nav > ul > li > ul > li > a em {
    color: var(--site2);
    margin-left: 5px;
  }
}

.user-nav {
  padding: 3px;
  width: fit-content;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
}
.user-nav a {
  font-size: 1.3rem;
  color: var(--black);
}
.user-nav div {
  padding: 0 0.75rem;
  float: right;
}

.user-nav > div:last-child {
  border-left: 0;
}

.user-nav .icon {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid var(--black);
}
.user-nav .icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30px;
}
.header .personal {
  position: relative;
}
.header .personal::after,
.personal::before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 2px;
  background-color: var(--black);
  top: -1.5rem;
}
.personal::after {
  right: 2rem;
}
.personal::before {
  left: 2rem;
}

@media (max-width: 1199px) {
  .header .top {
    padding-right: 8rem;
  }
  .header .logo .pic img {
    width: 90px;
  }
}

/**/

.header .social a {
  float: right;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  padding: 6px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
}

.header .social .app .fa {
  font-size: 130%;
}

@media (max-width: 550px) {
  .header .social {
    display: none;
  }
}

/* breadcrumbs */

.breadcrumbs {
  padding: 15px 0;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  content: "›";
}

.breadcrumbs ul > li:last-child:after {
  content: "";
}

.breadcrumbs ul > li > a {
  color: var(--softgray);
}

/* footer */

footer {
  color: #fff;
  position: relative;
  background-color: rgba(var(--site1RGB), 0.87);
}

footer .container {
  width: 90%;
}

#footer-content .row-1 {
  margin-inline: auto;
  width: 95%;
}
#footer-content {
  margin-top: 5rem;
  padding: 0;
  padding-bottom: 0;
}
.footer .row a {
  color: #fff;
  line-height: 1;
}
.footer .icons {
  display: flex;
  align-items: center;
}
.footer .icons {
  font-weight: bold;
}

.footer .icons .col:first-child {
  display: flex;
  margin-inline-end: 10px;
}
/** footer logo **/
.footer .icons {
  align-items: center;
  color: #fff;
  font-size: 1.62vi;
  line-height: 1.1;
}
.footer .icons strong {
  font-size: 2vi;
}
.footer .row-2 {
  padding-inline: 2rem;
  background-color: var(--dbrown);
  border-radius: 20px 20px 0 0;
}
.footer .row-2 .content {
  display: flex;
  gap: 0 1rem;
  justify-content: space-between;
}
.footer .row-2 .content > div:first-of-type {
  color: var(--bs-yellow);
}
.footer .row-2 .content > div:first-of-type a {
  padding-inline: 0.5rem;
  color: #fff;
  font-weight: normal;
}
.nagish-img {
  width: 120px;
}

@media (max-width: 992px) {
  .nagish-img {
    display: block;
    margin: 0 auto;
    width: 80px;
  }
}

@media (min-width: 992px) {
  .nagish-icon {
    float: left;
  }
}

/**/

.page-title {
  line-height: 1em;
  font-size: 3em;
  font-weight: lighter;
  color: var(--site1);
  margin-bottom: 30px;
}

.page-title:focus {
  outline: 1px dotted #cdcdcd;
}

/**/

.vertical-padding {
  padding: 15px 0;
}

/**/

.skip-adv .adv-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}

/*
.skip-adv .adv-content {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3000px;
z-index: 99999999;
background: rgba(255,255,255,0.95);
}*/

.skip-adv .adv-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  max-width: 768px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.skip-adv .adv-content p {
  margin: 10px 0 0 0;
}

.skip-adv .closeAdvBtn {
  position: fixed;
  top: 15px;
  left: 15px;
  display: block;
  z-index: 999999999;
  background: #fff;
  color: var(--black);
  padding: 15px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .skip-adv .closeAdvBtn {
    position: absolute;
    top: 30px;
    left: 30px;
    top: -235px;
    left: -324px;
  }
}

.skip-adv .closeAdvBtn:focus {
  background: red;
  border: 2px solid black;
}

.skip-adv .adv-container {
  margin: 15px;
}

@media (min-width: 768px) {
  .skip-adv .adv-container {
    width: 960px;
    margin: 100px auto;
  }
}

.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;
}

.arava-h2-yellow {
  display: block;
  padding: 7px;
  background-color: #ffa900;
  color: var(--black);
  font-size: 150% !important;
}

.arava-h2-yellow {
  display: block;
  padding: 7px;
  background-color: #ffa900;
  color: var(--black);
  font-size: 150% !important;
}

.arava-h2-blue {
  display: block;
  padding: 7px;
  background-color: #4399b5;
  color: #fff;
  font-size: 150% !important;
}

.arava-h2-green {
  display: block;
  padding: 7px;
  background-color: #4a9e2e;
  color: #fff;
  font-size: 150% !important;
}

.arava-h2-orange {
  display: block;
  padding: 7px;
  background-color: #f79421;
  color: #fff;
  font-size: 150% !important;
}

.arava-h2-red {
  display: block;
  padding: 7px;
  background-color: #c74444;
  color: #fff;
  font-size: 150% !important;
}

.arava-h2-pink {
  display: block;
  padding: 7px;
  background-color: #e884e5;
  color: var(--black);
  font-size: 150% !important;
}

.arava-h2-red {
  display: block;
  padding: 7px;
  background-color: #911e9c;
  color: #fff;
  font-size: 150% !important;
}

/**/

@media print {
  .header {
    position: static;
  }

  .skip {
    display: none;
  }

  .blocks-skip {
    display: none;
  }
}

/**/

@media (min-width: 992px) {
  .bNagish-toggle {
    display: none;
  }
  .five-rows {
    padding-right: 8.66%;
  }
}

.area-print-btn {
  display: none;
}

@media print {
  body:before {
    content: "";
    display: block;
    background: url(images/logo.png) top right no-repeat;
    height: 80px;
  }

  .header,
  footer,
  #bNagish {
    display: none;
  }

  .breadcrumbs {
    margin: 0;
  }

  .container {
    width: auto;
    margin: auto;
  }

  body {
    margin: 0;
    padding: 1.5rem;
  }

  [class*="col-"] {
    float: none;
    width: auto;
  }

  aside {
    display: none;
  }

  .social-share {
    display: none;
  }
}

/**/

.signature-container {
  position: relative;
  display: inline-block;
}

.signature-container > button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.signature-canvas {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .only-on-mobile {
    display: none;
  }
  .only-on-desktop {
    display: block;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

/**/

.primary-page-cover {
  background-color: #f1f1f1;
  background-size: cover;
  padding: 15rem 0;
}

.primary-page-cover h1 {
  text-align: center;
  color: #000000;
  background: #ffa900;
  margin: 0;
  font-weight: bold;
  padding: 0.75rem;
  font-size: 1.8rem;
}

.primary-page-cover nav {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  font-weight: bold;
}

.primary-page-cover nav a {
  color: var(--black);
}

@media (min-width: 992px) {
  .primary-page-cover nav ul > li {
    float: right;
    width: 33.33%;
  }
}

.primary-page-cover nav ul > li a:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: 5px;
  color: #ffa900;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #f1f1f1;
  z-index: 91;
  background: #fff;
  border-right: 2px solid var(--site3);
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;

  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.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 1rem 3.75rem;
}

.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a:not(.icon-btn) {
  display: block;
  padding: 1rem 0;
  margin-right: 1rem;
  color: inherit;
  font-size: 1.2rem;
}

.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 {
  position: relative;
}
.mobile-navigation nav li::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 2rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.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 .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;
  border: 1px solid 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: var(--black);
  color: #ffa900;
}

.mobile-navigation .side {
  display: flex;
  justify-content: center;
}

.mobile-navigation nav ul.mobile-soc {
  padding: 2rem 0.2rem;
  display: flex;
  justify-content: space-around;
}

ul.mobile-soc a.icon-btn {
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 50px;
}

.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 90px;

  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: 90px;
  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) {
  .color-strip {
    height: 7px;
  }
  .only-on-mobile {
    display: block;
  }

  .only-on-desktop {
    display: none;
  }
  .header .header-side {
    display: none;
  }
  .bNagish-toggle {
    border: 1px solid var(--black);
    background-color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
  }
  .fa-wheelchair:before {
    color: var(--black);
  }
  .bNagish {
    top: 32px;
    left: 1rem;
  }
  .navigation {
    display: none;

    position: fixed;
    top: 100px;
    right: 0;
    z-index: 9;

    background: #fff;
    color: var(--black);

    height: 100%;
    overflow: auto;
  }

  .navigation nav ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .navigation nav ul li .toggle-sub {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    background: none;
    border: 0;
  }

  .navigation nav ul li .toggle-sub:after {
    content: "\f078";
    font-family: "FontAwesome";
  }

  .navigation nav ul li .toggle-sub.opened:after {
    content: "\f077";
    font-family: "FontAwesome";
  }

  .navigation nav ul li a {
    display: block;
    padding: 10px;
  }

  .navigation nav ul ul {
    display: none;
  }

  .navigation nav > ul > li > a {
    font-size: 1.2em;
  }

  .navigation nav > ul > li > ul {
    background: #fcf8f1;
    border-top: 1px solid #ddd;
  }

  .navigation nav > ul > li > ul a {
    color: #333;
  }

  .navigation nav > ul > li > ul > li > ul {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
  }

  .navigation nav > ul > li > ul > li > ul > li > ul {
    background: #e4e4e4;
    border-top: 1px solid #ddd;
  }

  .mobile-navigation nav a.toggle-user {
    display: block;
    background: var(--black);
    color: #ffa900;
    width: 39px;
    text-align: center;
    border-radius: 40px;
    padding: 6px 0;
    font-size: 20px;
    margin-left: 15px;
    display: none;
  }

  .toggle-user:hover {
    color: #ffa900;
  }
  .header .low {
    display: none;
  }
  .toggle-nav {
    display: block;
    border: 1px solid var(--black);
    background: #fff;
    color: var(--black);
    width: 39px;
    height: 39px;
    text-align: center;
    border-radius: 40px;
    padding: 6px 0;
    font-size: 20px;
    margin-left: 18px;
    position: fixed;
    left: 54px;
  }

  .header .logo {
    z-index: 9;
    top: 1rem;
    right: 20px;
  }
  .toggle-nav:hover {
    color: var(--gray);
  }
  .header .top::after {
    right: -2px;
    width: 30px;
    height: 30px;
    bottom: -30px;
  }
  .header .top::before {
    left: -2px;
    width: 30px;
    height: 30px;
    bottom: -30px;
  }
  #footer-content {
    padding: 0;
  }

  #footer-content .row-1 {
    width: 100%;
    display: none;
  }

  footer .container {
    width: 100%;
  }
  .footer .divider + .btgrid > .row-1:first-of-type {
    display: flex;
    flex-direction: column;
  }
  .footer .row-2 {
    padding-inline: 0.3rem;
    margin-inline: 0;
  }
  .footer .row-1 .col-md-8 .row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .icons {
    justify-content: center;
  }
  .footer .row-2 .content {
    flex-direction: column;
  }
  .footer .row-2 p {
    margin-block: 0.5rem;
  }

  .footer .row-2 .content > div:last-child {
    border-top: 2px dashed #ffffff4d;
  }

  .footer .icons {
    font-size: 1.2rem;
  }

  .footer .icons strong {
    font-size: 1.5rem;
  }
}

@media (max-width: 450px) {
  .footer .row-2 .content p span {
    display: flex;
    width: 100%;
  }
}

/*bootstrap btn*/
@charset "UTF-8";

/*!
* Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
marquee > div {
  display: block;
  margin-bottom: 2rem;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: var(--black);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: var(--black);
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
  color: var(--black);
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: var(--black);
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: var(--black);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: var(--black);
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: var(--black);
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: var(--black);
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: var(--black);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: var(--black);
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
  color: var(--black);
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: var(--black);
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: var(--black);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: var(--black);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: var(--black);
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: var(--black);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: var(--black);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--black);
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: var(--black);
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/*end bootstrap btn*/

/**/

.cookies-notice {
  display: none;
  z-index: 5;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  backdrop-filter: blur(5px);
}

.cookies-notice a {
  color: #fff;
  text-decoration: underline;
}

.cookies-notice button {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 0.75rem;
  font-size: 2rem;
}

/* 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.with-icons ul > li {
  width: 25%;
}

@media (max-width: 768px) {
  .sub-pages-nav.with-icons ul > li {
    width: 50%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-radius: 0.75rem;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  border-right: 4px solid var(--site2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav.with-icons a {
  display: block;
  color: inherit;
  background: #fff;
  border: 1px solid #0372ac;
  color: #0056b3;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  height: 160px;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

.sub-pages-nav.with-icons a:hover {
  transform: scale(1.1);
}

.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: var(--site2);
  margin-left: 10px;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

.sub-pages-nav.with-icons a .icon {
  height: 90px;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
}

.sub-pages-nav.with-icons a .icon img {
  max-width: 100%;
  max-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .laynotBtn {
    position: fixed;
    bottom: 8rem;
    left: 0;
    top: auto;
  }
}
