@charset "UTF-8";

* {
  font-family: "Heebo", "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  /* color: #004281; */
}

:root {
  --site1: #ef4023;
  --site1: #004281;
  --lred: #ffbbb0;
  --site2: #322f31;
  --site3: #e4230a;
  --site3: #a92475;
  --site1RGB: 239, 64, 35;
  --site2RGB: 50, 47, 49;
  --esblue: #0349bb;
  --radius: 13px;
  --text: #004281;
  --container: 1350px;
  --m1:#1b3459;
  --m2:#004281;
  --m3:#0071bb;
  --m4:#00adee;
  --m5:#a92475;
  --m6:#f05782;
  --m7:#e8e8e8;
  --mk1:brightness(0) saturate(100%) invert(16%) sepia(50%) saturate(1455%) hue-rotate(186deg) brightness(97%) contrast(92%);
  --mk2:brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
  --mk3:brightness(0) saturate(100%) invert(36%) sepia(100%) saturate(1637%) hue-rotate(178deg) brightness(90%) contrast(106%);
  --mk4:brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
  --mk5:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%);
  --mk6:brightness(0) saturate(100%) invert(53%) sepia(68%) saturate(3088%) hue-rotate(314deg) brightness(96%) contrast(96%);
  --mk7:brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(1210%) hue-rotate(188deg) brightness(115%) contrast(82%);
}

html {
  font-size: 16px;
}


/*form[id^="form-"] label {*/
/*  display: none;*/
/*}*/


/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.badge-danger {
  background-color: var(--site3);
}
.btn {
  border-radius: 0 !important;
}
.btn-primary {
  background-color: var(--site1);
  border-color: var(--site1);
  border-radius: 0;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: var(--site3);
  border-color: var(--site3);
}

.btn-secondary {
  border-color: var(--text);
  background-color: var(--text);
  color: #fff;
}
.btn-outline-primary {
  color: var(--site1);
  border-color: var(--site1);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus-within,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--site3) !important;
  border-color: var(--site3) !important;
  color: #fff;
}
.btn.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.409) !important;
}
a {
  color: var(--site1);
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  transform: scale(1.02);
  color: var(--site3);
}
.btn {
  border-radius: 0;
}
figure {
  margin: 0;
}

.table {
  border: 1px solid var(--site1);
}

.table td,
.table th {
  border-top: 1px solid var(--site1);
}

.table thead th {
  border-bottom: 2px solid var(--site1);
  background: var(--lred);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--site1);
}

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;
}

.fa-external-link:before {
  content: none;
}

.img-fluid {
  border-radius: var(--radius);
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  margin: 0;
  padding: 0;
}
.container {
  max-width: var(--container);
  min-width: unset !important;
}
.bNagish-toggle {
  display: none;
}
h2,
h3,
h4,
h5 {
  color: var(--text);
}
h2 {
  font-size: 3rem;
}



.form-control {
  height: 57px;
  border-radius: 0;
  border: 1px solid var(--text);
  font-size: 1.25rem;
}

form button[name="submit"] {
  float: left;
  width: 100%;
  height: 55px;
  max-width: 205px;
  font-size: 1.5rem;
  border-radius: 0;
}
/* Header */
.header {
  background: #fff;
  color: #000;
  height: 152px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  padding: 0 5px;
  gap: 20px;
}

.header.offset {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .inner {
  max-width: 45% !important;
  padding-top: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 33%;
}

.header .logo {
  display: flex;
  align-items: center;
  flex: 0 1 50%;
}

.header .logo2 {
  display: flex;
  align-items: center;
  flex: 0 1 150px;
  margin-right: 10px;
}

.header .logo2 img {
  width: 100%;
}
.logo2 {
  display: flex;
}
.header .logo img {
  display: block;
  width: 100%;
  max-width: 270px;
}

.header nav {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.header .aside {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header > nav ul {
  list-style: none;
}

.header nav > ul {
  padding: 0;
  margin: 0;
  gap: 0 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.header nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0.15rem;
}

.header nav > ul > li[data-id="1099"] a {
  color: var(--site3);
}
.header nav > ul > li:last-child > span a::after {
  content: none;
}

.header nav > ul > li:hover > ul {
  display: block;
}

.header nav > ul > li > span > a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    position: relative;
    margin-inline-end: 0.5rem;
    border-bottom: 2px solid transparent;
   color: var(--text);
}

.header nav > ul > li > span > a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--m5);
  color: var(--m5);
  transform: scale(1);
}
.header nav > ul > li:hover ul > li > span > a:hover{
    color: var(--m5);
}
.header nav > ul > li:last-of-type > span > a {
  margin-inline-end: 0;
}

.header nav > ul > li > ul > li::marker {
  content: none;
  display: none;
}

.header nav > ul > li > span > a.on {
  font-weight: bold;
}

.header nav > ul > li > ul {
  display: none;
  text-align: right;
  position: absolute;
  top: 100%;
  right: -2px;
  z-index: 9999;
  width: 350px;
  background: #fff;
  color: #000;
  padding: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: -5px;
  border-radius: 0;
  border-top: 2px solid var(--site1);
}

.header nav > ul > li > ul > li > span > a {
  font-size: 1.25rem;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 1.4rem;
  font-weight: 500;
  padding-right: 5px;
  transition: all 0.3s ease-in;
  color: var(--text);
}

.header nav > ul > li > ul > li > span > a::before {
  content: "";
  bottom: 0.65rem;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: var(--m2);
  position: absolute;
}

.header nav > ul > li > ul > li:last-child > span > a::before {
  content: none;
}

.header nav > ul > li > ul > li > span > a:hover {
  color: var(--site1);
  transform: scale(1);
}

.header nav > ul > li > ul > li > span > a em.arrow {
  content: "";
  content: none;
  font-family: "FontAwesome";
  font-style: normal;
}

.header nav > ul > li > ul > li > span > a em.arrow::before {
  content: "\f104";
  content: none;
}

.header .header-side {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  padding-top: 20px;
}

.header-side .icon-btn {
  float: right;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  background-size: 22px;
  transition: all 0.01s ease-in;
  filter: brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
}
.header-side .icon-btn.accessibility {
    background-size: 25px;
}

.icon-btn.connect .offset {
  position: relative;
  top: auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}

.icon-btn.connect {
  filter: none;
  padding: 5px 8px;
  background-color: var(--site1);
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.425rem;
  opacity: 1;
}
.header-side .icon-btn:not(:first-child):hover {
filter:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%)
}
.connect:hover {
  background-color: var(--site3);
  text-decoration: none;
  /* color: black; */
}

.header-side a:before {
  content: none;
}

/* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--site3);
  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: var(--site1);
}

.mobile-navigation nav ul.mobile-soc {
  padding: 0.5rem 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;
  filter: brightness(5) saturate(0);
}
ul.mobile-soc a.icon-btn::before{
    content:none;
}
.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}

/* Toggle Navigation Button */
a.toggle-nav {
  display: none;
}
.bids-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
}

.bids-header #filtering {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bids-header .form-control {
  border-radius: 0 !important;
}
/* Footer */
.footer {
  padding: 5rem 0 0;
  position: relative;
  font-size: 1.05rem;
  isolation: isolate;
}
.container-fluid span {
    color: #004584;
}
.footer .container-fluid:first-of-type {
  background: linear-gradient(
    0deg,
    rgba(240, 240, 240, 1) 34%,
    rgba(255, 255, 255, 1) 78%
  );
  padding-bottom: 1.5rem;
}
.footer::after {
  content: "";
  position: absolute;
  top: 140px;
  width: 100%;
  height: 3px;
  background-color: var(--site2);
  z-index: 0;
}
.footer a {
  color: var(--text);
  z-index: 1;
}
.footer a:hover {
  color: var(--site3);
}

.footer .container {
  width: 100%;
  max-width: 71%;
  min-width: unset;
}

.footer .container:first-of-type > .row {
  justify-content: center;
}

.footer .container:first-of-type > .row > .row:first-child {
  width: 100%;
  justify-content: center;
}
.footer .container:first-of-type > .row > .row:first-child > a {
  width: 450px;
}

.footer .container:first-of-type > .row > .row:first-child > a img {
  width: 100%;
}
.footer .container:first-of-type > .row > .row:first-child img {
  background-color: #fff;
  padding-inline: 2rem;
}

.footer .container:first-of-type .marks {
  padding: 2.8rem 0 4rem 0;
  align-items: center;
}

.footer .container:first-of-type .marks .col {
  margin-inline: 1.8rem;
  display: flex;
  justify-content: center;
}
.footer .marks img {
  max-width: 210px;
}
.footer h3 {
  font-weight: 900;
  font-size: calc(0.6vw + 16px);
}

.footer h3 + ul {
  padding-right: 0;
  list-style-type: none;
}

.footer .nvg {
  /* max-width: 12.7%; */
}

.footer .soc .icon-btn {
  margin-top: 30px;
  display: flex;
  height: 30px;
  flex: 0 1 35px;
  margin-inline: 7px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.01s ease-in;
  filter: brightness(0);
  filter: brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(3620%) hue-rotate(194deg) brightness(96%) contrast(106%);
}
.footer .soc :not(:first-child):hover{
filter:brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(2410%) hue-rotate(304deg) brightness(85%) contrast(98%)
}
.footer .soc .icon-btn::before {
  content: none;
}

.footer .soc .container {
  min-width: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer a.icon-btn.connect {
  filter: none;
  margin-top: 0;
  margin-inline: 0;
  max-width: unset;
  display: flex;
  justify-content: center;
  flex: 1 0 100%;
  text-align: center;
  line-height: 1;
  opacity: 1;
}

.footer a.icon-btn.connect:hover {
  transform: none;
  background-color: var(--site3);
}

.footer .evts {
  display: flex;
  flex-direction: column;
}

.footer .evts a {
  width: 95%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  font-weight: 400;
  font-weight: 1.5rem;
  line-height: 1.1;
}

.footer .container-fluid > .container:last-child {
  margin-top: 2rem;
}

.footer .container-fluid > .container:last-child p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer .conn img {
  display: none;
}
.footer .conn .fa {
  width: 18px;
  z-index: 9;
  position: relative;
  height: 18px;
  object-fit: cover;
  color: var(--site1);
}

.footer .conn .row {
  align-items: center;
  flex-wrap: nowrap;
}

.footer .conn a {
  margin-right: 0.5rem;
}

/* Breadcrumbs */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.breadcrumbs ul > li {
  display: inline-block;
}
.breadcrumbs ul > li a {
  color: #fff;
}
.breadcrumbs ul > li a:hover {
  color: var(--site1);
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish-toggle {
  bottom: auto;
  top: 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 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;
  margin-top: 80px;
}

.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  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  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: rgba(var(--site2RGB), 0.95);
  border-right: 2px solid var(--site1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.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 nav {
  margin: 1rem;
  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: #fff;
  font-size: 1.25rem;
}

.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: #fff;
  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: 50%;
  color: #fff;
}

.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: #fff;
  color: rgb(43, 43, 43);
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.under-dev {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: bottom left;
  transform: scale(1.5);
}

.under-dev > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-dev > div > div {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 999;
  background: var(--site1);
  color: #fff;
  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);
}

@media (max-width: 991px) {
  .under-dev {
    transform: scale(0.75);
    bottom: 0;
    right: -140px;
  }
}
/* Page Header */
.page-header {
  height: 500px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.page-header .slate {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background-color: #737373;
  mix-blend-mode: multiply;
  z-index: -1;
}

.page-header + .container-fluid main {
  padding-block: 4rem;
}

/* Page Content */
.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

.page-content-head {
  background: var(--site1);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

.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;
}

/* Social Sharing Buttons */

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

/* InPage Navigation */
.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sub-pages-nav.with-icons ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sub-pages-nav:not(.with-icons) ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  width: 100%;
}
.sub-pages-nav:not(.with-icons) ul li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

.sub-pages-nav:not(.with-icons) a:hover {
  transform: scale(1);
  background: #f1f1f1;
  color: var(--text);
}

.sub-pages-nav:not(.with-icons) a {
  display: block;
  color: inherit;
  border-radius: 0;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  border-right: 4px solid var(--site1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.sub-pages-nav:not(.with-icons) a .icon {
  margin-bottom: 5px;
  height: 60px;
}

.sub-pages-nav a:hover {
  transform: scale(1.1);
  background: #f1f1f1;
  color: var(--text);
  text-decoration: underline;
  border-color: var(--site3);
}

.sub-pages-nav a span:last-child {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.sub-pages-nav.with-icons ul li {
  width: 32%;
  /* border-radius: 15px; */
}

.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(--site1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* .sub-pages-nav li:nth-child(4n+3) a {
border-color: var(--site3);
} */
.sub-pages-nav.with-icons a {
  display: block;
  color: inherit;
  background: #fff;
  border: none;
  color: var(--site1);
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.24;
  display: flex;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  border-radius: 15px;
  aspect-ratio: 437 / 286;
}

.sub-pages-nav.with-icons a:hover {
  transform: scale(1.01);
  background-color: #0071bb!important;
  /* transform: none; */
}

.sub-pages-nav.with-icons a span {
  display: block;
  width: 100%;
  max-width: 79%;
  margin: auto;
  font-weight: 300;
  text-align: center;
      color: white;
}

.sub-pages-nav.with-icons li:nth-last-of-type(odd) a {
  background-color: var(--site1);
  color: #fff;
}

.sub-pages-nav.with-icons li:nth-last-of-type(even) a {
  background-color: var(--text);
  color: #fff;
  /* 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";
}

.sub-pages-nav.with-icons a .icon {
  position: relative;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-pages-nav.with-icons a .icon img {
  object-fit: contain;
  object-position: center;
  filter: brightness(1);
  max-width: 87px;
  filter: invert(56%) sepia(80%) saturate(3008%) hue-rotate(313deg) brightness(96%) contrast(96%);
  filter: brightness(0) saturate(92%) invert(58%) sepia(57%) saturate(3088%) hue-rotate(314deg) brightness(96%) contrast(96%);
}
.sub-pages-nav.with-icons a:hover img {
    filter: brightness(0) invert(1);
}
.container-fluid[data-label="template-clean"]:has(.sub-pages-nav.with-icons) {
  margin: auto;
  max-width: 1350px;
}

.container-fluid[data-label="template-clean"] .sub-pages-nav.with-icons ul {
  padding-right: 0;
}

.container-fluid[data-label="template-clean"] .sub-pages-nav.with-icons ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 49px 20px;
  justify-content: center;
}

.container-fluid[data-label="template-clean"] .sub-pages-nav.with-icons ul li {
  width: 100%;
  flex: 0 1 31.5%;
}
.container-fluid .sub-pages-nav.with-icons.outline ul {
  gap: 40px 0;
}
.container-fluid .sub-pages-nav.with-icons.outline ul li {
  width: 100%;
  flex: 0 1 18%;
}
.container-fluid .sub-pages-nav.with-icons.outline ul li a {
  pointer-events: none;
  background-color: white;
}
.sub-pages-nav.with-icons.outline a span {
  color: var(--text);
  font-weight: 500;
}
/* Mode Table Of Contents */
.toc-container {
  border: 1px solid #ddd;
  background: #0b0b0b;
  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;
  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 {
  margin-top: 1.5rem;
  font-size: 125%;
}
.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  padding: 1rem;
  border-radius: var(--radius) var(--radius) 0 0;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.rich-content .col-md-6 iframe,
.rich-content .col-md-4 iframe {
  height: 365px;
}

/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Media Print */
@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */
.card-header {
  background: var(--site1);
  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 var(--site2);
  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: var(--site1);
  border-bottom: 3px solid var(--site2);
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: var(--site2);
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: var(--site1);
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: var(--site1);
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/

.page-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.page-header-content > div {
  padding-top: 5%;
}

.page-title {
  padding-inline: 1rem;
  font-weight: 900;
  font-size: calc(2.8vw + 12px);
  text-align: center;
}
/**/
.page-phonebook-category {
  margin: 15px 0;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: var(--radius);
}

.page-phonebook-category-title h3 {
  color: var(--site1);
  background: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 2px;
}

.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: var(--site1);
  color: #fff;
}

.page-phonebook-category-body {
  display: none;
  background-color: #fff;
  border: 1px solid var(--site1);
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: var(--site1);
  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 var(--site1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.page-phonebook .phonebook.active > h2 {
  background: var(--site1);
  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: var(--site1);
}

.page-phonebook .mobile .fa-stack {
  color: var(--site2);
}

.page-phonebook .email .fa-stack {
  color: var(--site3);
}

.page-phonebook .fax .fa-stack {
  color: var(--site4);
}

.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;
}

.page-phonebook .contact-info a {
  color: inherit;
}

.row.custom {
  padding: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  max-width: 580px;
  margin: auto;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: space-between;
  align-items: center;
}
.row.custom span {
  text-align: center;
  width: 32%;
}

.custom-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 1.5rem -12px;

  color: #fff;
}

.custom-grid > div {
  min-height: 400px;
  position: relative;
  padding: 50px;
  display: flex;
  align-items: center;
}

.custom-grid > div h2 {
  color: #fff;
  font-size: 3rem;
}
h2 > a:has(strong) {
  font-size: 2rem;
}
.custom-grid .grid-col .bg-color,
.custom-grid .grid-col .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.custom-grid .grid-col .bg-color {
  z-index: -1;
  mix-blend-mode: multiply;
}

.custom-grid .grid-col .bg-image {
  z-index: -2;
  opacity: 0.45;
  opacity: 1;
}

.custom-grid .bg-image {
  background-size: cover;
  background-position: center;
}

.custom-grid span {
  display: inline-block;
  margin-bottom: 0.5rem;
  max-width: 55px;
}

.custom-grid span img {
  width: 100%;
}

.custom-grid p {
  font-size: 1.5rem;
  font-weight: 300;
}

.container-fluid.slider {
  background: linear-gradient(
    0deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(242, 242, 242, 1) 100%
  );
}
.team-slider-pause {
  bottom: -3rem;
  position: absolute;
  left: 0;
}
.team-slider-pause:focus,
.team-slider-pause:focus-within {
  outline: 2px solid black;
}
.page-phonebook {
  padding-block: 5rem;
}

.page-phonebook > h2 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  margin-bottom: 3rem;
}

.phonebook-categories-tabs {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 8px solid var(--site1);
  gap: 0 10px;
}

.phonebook-categories-tabs button {
  font-size: 1.4rem;
  font-weight: 900;
  padding: 0rem 1rem;
  height: 2.75rem;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px -6px 8px 0px;
  color: #777;
  background-color: #fff;
}
.phonebook-categories-tabs button:hover {
  background-color: var(--site3);
  color: #fff;
}
.phonebook-categories-tabs button:focus,
.phonebook-categories-tabs button:active {
  border-color: var(--site1);
  outline: none;
}

.phonebook-categories-tabs button.active {
  background-color: var(--site1);
  color: #fff;
  font-size: 1.5rem;
}
.phonebook-categories-tabs button:focus,
.phonebook-categories-tabs button:focus-within {
  outline: 2px solid black;
}
.phonebook-category-grid {
  background-color: transparent;
  margin-top: 3rem;
  position: relative;
}

.phonebook-category-grid img {
  border-radius: 50%;
  width: 215px;
  height: 215px;
  border: 10px solid #fff;
  z-index: 1;
  margin: auto;
}

.phonebook-category-grid .phonebook-contact {
  position: relative;
  margin-inline: 5px;
}

.phonebook-category-grid .phonebook-contact,
.phonebook-category-grid .wrapper {
  display: flex;
  flex-direction: column;
}

.phonebook-category-grid .wrapper {
  background-color: #fff;
  height: 30rem;
  margin-top: -7rem;
  padding-top: 7rem;
  padding-inline: 1.4rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px -5px 10px;
}

.phonebook-category-grid h3,
.phonebook-category-grid strong {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
}

.phonebook-category-grid h4,
.phonebook-category-grid strong + p {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
}

.phonebook-category-grid .text-muted {
  height: 10rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
.phonebook-category-grid .text-muted + button {
  margin-top: auto;
  margin-bottom: 1rem;
}
.phonebook-category-slick .slick-next,
.phonebook-category-slick .slick-prev {
  top: auto;
  bottom: -4rem;
  border-radius: 50px;
  height: 3rem;
  width: 3rem;
  border: 1px solid var(--site1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.phonebook-category-slick .slick-next:hover,
.phonebook-category-slick .slick-prev:hover {
  border-color: var(--site3);
  background-color: var(--site3);
  color: #fff;
}
.phonebook-category-slick .slick-next:hover:before,
.phonebook-category-slick .slick-prev:hover::before {
  color: #fff;
}
.phonebook-category-slick .slick-prev {
  right: 2rem;
}
.phonebook-category-slick .slick-next {
  left: auto;
  right: 6.5rem;
}
.phonebook-category-slick .slick-next:before,
.phonebook-category-slick .slick-next:after {
  width: 100%;
  height: 100%;
  align-content: center;
  margin-bottom: 3px;
}
.phonebook-category-slick .slick-next:before {
  content: "\2190";
  color: var(--site1);
}
.phonebook-category-slick .slick-prev:before {
  content: "\2192";
  color: var(--site1);
}
/* Articles */

.rel_articles {
  background-size: cover;
  background-position: center;
  padding: 0rem 2rem 3rem;
}

.rel_articles h2 {
  font-weight: 900;
}

.rel_articles article {
  display: block;
  height: 100%;
}
.rel_articles .container:first-child a {
  margin-right: auto;
  border: 2px solid var(--site1);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--site1);
  padding: 0.3rem 1rem;
}

.rel_articles .container:first-of-type .row > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.rel_articles .container:last-child .row {
  justify-content: space-between;
}
.rel_articles .container:last-child .row > div {
  margin-bottom: 30px;
  max-width: 490px;
}
.article {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.article:focus,
.article:hover {
  color: var(--text);
}
.article img {
  display: block;
  width: 100%;
}
.article .info {
  padding: 1rem 1rem 0 0;
}
.article .info h3 + p {
  padding: 0 1rem 0 1rem;
}
.article .info p + p {
  padding: 0;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.article .info p + p > span {
  background-color: var(--site1);
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
}
.article h3 {
  font-weight: bold;
}
.article .date {
  position: relative;
}
.article .date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.article .date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}
.article:hover {
  text-decoration: none;
}
.article:hover .info p + p > span {
  background-color: var(--site3);
}
.rel_articles {
  background-attachment: scroll;
}
.rel_articles h2 {
  font-size: 2.8rem;
}
.rel_articles .container:first-of-type .row > div {
  max-width: 48%;
}
.rel_articles .container:last-child .row {
  justify-content: center;
}
.rel_articles .container:first-child a {
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}

.rel_articles h2 {
  font-weight: 900;
}

.rel_articles ul {
  margin-top: 2rem;
  padding-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.rel_articles ul li {
  margin-bottom: 2rem;
}

.rel_articles a img {
  max-width: 100%;
}

.rel_articles ul li a h3 {
  font-size: calc(14px + 0.390625vw);
}

.col-lg-9 main,
.col-lg-12 main {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .custom-grid > div:nth-child(1) {
    padding-right: calc((100% - 960px) / 2);
    background-size: cover;
    background-position: center;
  }

  .custom-grid > div:nth-child(2) {
    padding-right: calc((100% - 960px) / 2);
  }

  .page-content {
    margin-top: -7.55rem;
    margin-top: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .table-responsive {
    display: table;
  }
}

.grid-col {
  flex: 1 1 50%;
}
@media (min-width: 1200px) {
  .custom-grid > div:nth-child(1) {
    padding-right: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1340px) / 2);
  }

  .custom-grid > div:nth-child(2) {
    padding-right: calc((100% - 1140px) / 2);
  }
}

@media (min-width: 1700px) {
  .custom-grid > div:nth-child(2) .col {
    max-width: 67%;
  }
}

@media (min-width: 1600px) {
  .custom-grid > div:nth-child(1) {
    padding-right: calc((100% - 1540px) / 2);
  }

  .custom-grid > div:nth-child(2) {
    padding-right: calc((100% - 1540px) / 2);
  }

  .container {
    min-width: 1540px;
  }
  .custom-grid > div:nth-child(1) .col {
    margin-right: 7rem;
  }
}

@media (max-width: 1600px) {
  .header nav > ul > li > span > a {
    margin-inline-end: 1.2rem;
    font-size: 1.2em;
  }

  .header nav > ul > li:last-child > span > a {
    margin-inline-end: 0;
  }
}

@media (max-width: 1400px) {
  .footer .container {
    max-width: 98%;
  }
}

@media (max-width: 1300px) {
  .header nav > ul > li > span > a {
    margin-inline-end: 0.9rem;
    font-size: 1.1em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .inner {
    max-width: 25%;
  }

  .header nav > ul > li > span > a {
    margin-inline-end: 0;
  }
  .rel_articles h2 {
    font-size: 2.8rem;
  }
  .rel_articles .info h3 {
    font-size: 1.4rem;
  }
  .rel_articles .container:first-child a {
    font-size: 1.2rem;
  }
  .rel_articles .container:first-child a:hover {
    background-color: var(--site3);
    color: #fff;
    border-color: var(--site3);
    text-decoration: none;
  }
  .article .info p + p > span {
    font-size: 1rem;
    padding: 0.2rem 0.3rem;
  }
  .footer .conn a {
    font-size: 0.9rem;
  }
}

@media (max-width: 1199px) {
  .footer .container {
    max-width: 96%;
  }

  .footer .container:first-of-type > .row > .row:last-child img {
    width: 150px;
  }

  .footer .container:first-of-type > .row > .row:last-child .col {
    flex: 0 0 28%;
    max-width: 28%;
    margin-inline: 0.5rem;
  }
  .container-fluid .sub-pages-nav.with-icons.outline ul li {
    flex: 0 1 23%;
  }

  .sub-pages-nav.with-icons a {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .header .header-side {
    display: none;
  }
  .header .inner {
    max-width: 62% !important;
  }
  .page-title {
    font-size: calc(5.2vw + 12px);
    line-height: 1.1;
  }

  .bNagish-toggle {
    display: block;
    top: 32px;
    bottom: auto;
    left: 72px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--site2);
  }

  .page-content-head {
    padding: 1rem;
  }

  .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: 1rem;
  }

  .page-content-nav {
    margin-top: 2rem;
    display: block;
    /* display: none; */
  }

  .pages-nav-title {
    border-radius: 15px 15px 0 0;
  }

  .page-header + .container-fluid main {
    padding-block: 3.5rem;
  }

  .header > nav {
    display: none;
  }

  .header .inner {
    max-width: 55%;
  }
  .header .logo img {
    max-width: 300px;
  }

  a.toggle-nav {
    position: absolute;
    top: 32px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: var(--site1);
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }

  a.toggle-nav em {
    font-size: 18px;
  }
  .phonebook-categories-tabs button {
    font-size: 1.25rem;
  }

  .header {
    height: 105px;
  }

  .header nav {
    display: none;
  }

  .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;
  }

  .page-header {
    height: 200px;
  }

  body {
    padding-bottom: 60px;
    padding-top: 105px;
  }

  .page-content {
    margin: 0 -15px;
  }
  .footer {
    overflow-x: hidden;
  }
  .footer .soc .container {
    /* justify-content: center; */
  }

  .footer .container-fluid > .container:last-child p {
    flex-direction: column;
    text-align: right;
  }

  .footer .nvg {
    max-width: unset;
  }

  .footer .nvg ul {
    column-count: 2;
  }

  .footer .container-fluid .container:nth-child(2) .row > div {
    margin-bottom: 2rem;
  }
  .footer .col-lg-3.conn {
    padding-top: 0.8rem;
    padding-right: 1.8rem;
  }
  .footer .container-fluid > .container:last-child {
    padding-right: 1.8rem;
  }
  .page-phonebook > h2 {
    font-size: 3rem;
  }
  .rel_articles {
    padding: 0 1rem;
  }
  .sub-pages-nav.with-icons a span {
    width: 100%;
  }

  .footer .evts {
    margin-top: 2rem;
  }
  h2 > a:has(strong) {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  div[data-label="template-clean"] iframe {
    height: 450px;
  }
  .sub-pages-nav ul > li {
    width: 100%;
  }

  .sub-pages-nav.with-icons ul > li {
    width: 48%;
  }
  .footer .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-phonebook .contact-info {
    margin-left: 5px;
  }

  .custom-grid {
    flex-direction: column;
  }

  .footer .container:first-of-type > .row > .row:first-child img {
    max-width: 320px;
  }

  .footer .container:first-of-type > .row > .row:last-child img {
    max-width: 100px;
  }

  .container-fluid .sub-pages-nav.with-icons.outline ul li {
    flex: 0 1 30%;
  }

  .sub-pages-nav.with-icons a {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .container-fluid[data-label="template-clean"]
    .sub-pages-nav.with-icons
    ul
    li {
    flex: 1 1 auto;
    aspect-ratio: 3 / 2;
  }
  .container-fluid[data-label="template-clean"] .sub-pages-nav.with-icons ul {
    gap: 0;
  }
  .container-fluid[data-label="template-clean"]
    .sub-pages-nav.with-icons.outline
    ul
    li {
    flex: 1 1 48%;
  }
  .row.custom span {
    width: 100%;
  }

  .row.custom span:nth-of-type(2) {
    margin-block: 1rem;
  }
}
@media (max-width: 600px) {
    .form-control{
        font-size:0.95rem;
    }
  .articles h2 {
    font-size: calc(3vw + 16px);
  }

  .header .inner {
    max-width: 65% !important;
    padding-top: 35px;
  }
}

@media (max-width: 450px) {
  .header .logo {
    flex: 0 1 70%;
  }

  .header .logo2 {
    flex: 0 1 95px;
  }
  .sub-pages-nav.with-icons ul > li {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .footer .container:first-of-type > .row > .row:last-child {
    display: block;
    padding-block: 1.8rem;
  }
  .footer .container:first-of-type > .row > .row:last-child .col {
    margin-block: 2rem;
  }
  .footer .container:first-of-type > .row > .row:first-child img {
    max-width: 250px;
  }
}
/**/
