html[dir="rtl"] * {
font-family: 'Rubik', arial, sans-serif;
}

:root {
--site1: #132d78;
--site1aRGB: 19, 45, 120;
--site2: #ffd898;
--site2RGB: 255, 216, 152;
--sand: #ffd686;
--sand2: #fff7e4;
--sand3: #feefc6;
--sand2RGB: 255, 243, 215;
--site3: #7775b6;
	--site4: #48cdec;
	--site5: #fd2f22;
	--site1RGB: 3, 114, 172;
	--asBlue: #132d78;
	--siteGBB: 19, 45, 120;
	--radius: 13px;
	--text: #414141;
	--white: #fff;
	--radius: 14px;s
	--bg: #fffbf2;
--footerBlue: #2a2d70;
}

html[dir="ltr"] * {
font-family: "Open Sans", sans-serif;
}

.fa {
font-family: FontAwesome !important;
}
body {
background-color: var(--bg);
}
.herumbtn.mobile {
display: none
}
a {
color: var(--asBlue);
transition: 0.5s;
}

a:hover,
a:focus {
color: var(--asdBlue);
}

figure {
margin: 0;
}

.table {
border: 1px solid var(--site1);
}

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

[dir="ltr"] td,
[dir="ltr"] tr {
text-align: left;
}
.table thead th {
border-bottom: 2px solid var(--site1);
background: var(--sand3);
}

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

legend {
font-size: 1rem;
}
/*#assistant-chat-bot .half_circle_close{*/
/*    right:0 !important;*/
/*    background-color:site1 !important;*/
/*    color:#fff !important;*/
/*}*/
/*
::marker {
content: none;
}

*/
.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);
}

.bNagish-toggle {
display: none;
}

.header {
background: rgba(255, 255, 255, 0.8);
background: rgb(19, 45, 120);
background: linear-gradient(180deg, rgba(19, 45, 120, 1) 0%, rgba(19, 45, 120, 0) 100%);
color: #000;
min-height: 130px;
position: fixed;
top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	padding: 0 5px 0 0;
	gap: 20px;
}

.header.offset {
background: rgba(255, 255, 255, 1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
min-height: auto;
background-color: rgba(var(--siteGBB), 0.82);
backdrop-filter: blur(12px);
}

.header.offset .bottom {
padding-bottom: 0.5rem;
/* opacity: 0;
height: 0;
pointer-events: none;
*/
}

.header .logo {
flex-basis: 5%;
}

.header.offset .logo img {
height: 80px;
}

.header .wrapper {
width: 100%;
display: flex;
flex-direction: column;
}

.header .wrapper > * {
width: 100%;
display: flex;
justify-content: space-between;
}

.header .top > * {
border-bottom: 2px solid var(--sand);
}

.header .logo img {
display: block;
height: 100px;
transition: all 0.2s ease-out;
}

.header .header-side {
width: 100%;
max-width: 370px;
display: flex;
justify-content: space-between;
	align-items: center;
flex-wrap: nowrap;
padding-inline: 0.5rem;
}

.header .top .header-side {
align-items: center;
justify-content: space-around;
padding: 0 5px;
}

.header-side a,
.header-side > * {
color: var(--white);
}

.langs {
display: flex;
}

.lang.mob {
margin-block: 2rem;
    display: flex;
    justify-content: space-between;
    margin-left: 1.5rem;
    
    display:none;
}

.lang.mob a {
color: var(--white);
}

.lang.mob span {
color: var(--white);
}

.lang.mob .lang:last-of-type + span {
display: none;
}

.langs .lang {
position: relative;
margin-inline: 8px;
}

[dir="rtl"] .langs .lang:first-of-type::after {
content: "";
position: absolute;
left: -9px;
width: inherit;
height: 90%;
top: 50%;
border-left: var(--site2) 2px solid;
	transform: translateY(-50%);
}

[dir="ltr"] .langs .lang:last-of-type::after {
content: "";
position: absolute;
left: -9px;
width: inherit;
height: 90%;
	top: 50%;
	border-right: var(--site2) 2px solid;
	transform: translateY(-50%);
}

.langs .lang:hover {
color: var(--sand);
}

.header .bottom {
transition: all 0.2s ease-out;
}

.header .bottom .soc {
margin-top: 0.7rem;
	width: 70%;
	max-width: 950px;
}

.ticker .tit {
	font-size: 1.1rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 3px 8px;
	width: fit-content;
}

.ticker .tit a {
	color: #fff;
}

.ticker .container-fluid {
	display: flex;
}

.ticker .breaking-news-ticker {
	margin-top: 3px;
}

.ticker .container-fluid {
	padding-inline: 0;
}

.bn-news ul li a {
	color: #fff;
}

.bn-arrow::after {
	color: #fff;
}

.bn-pause::before,
.bn-pause::after {
	background-color: #fff;
}

.bn-play::after {
	border-left-color: #fff;
}

.bn-controls button,
.bn-direction-rtl .bn-controls button {
	background-color: transparent;
	border: 0;
}

.bn-controls button,
.bn-direction-rtl .bn-controls button {
	top: -3px;
	position: relative;
}

.bn-direction-rtl .bn-controls {
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 3px 0;
}

.header .soclinks {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
}

.header .soclinks a {
	margin-bottom: 5px;
}
.header .bottom .icon-btn.herum {
/* border-left: 5px solid var(--site5);
border-right: 5px solid var(--site5);
border-bottom: 5px solid var(--site5);
	*/
width: 175px;
width: 59%;
border-radius: 0 0 15px 15px;
display: flex;
justify-content: flex-end;
	position: relative;
}

.bottom .icon-btn.herum > span {
position: absolute;
top: 50%;
top: auto;
display: flex;
justify-content: center;
background-color: var(--site5);
align-items: center;
border-radius: 50px;
width: 75%;
width: 147px;
transition: all 0.2s ease-out;
margin-inline: auto;
line-height: 1;
}

.header .bottom .icon-btn.herum:hover span {
transform: scale(1.05);
}

.bottom .icon-btn.herum span > span {
font-size: 1.1rem;
margin-block: 5px;
}

.bottom .icon-btn.herum span img {
width: 42px;
width: 42px;
margin-right: -20px;
margin-top: -6px;
}

[dir="ltr"] .bottom .icon-btn.herum span img {
margin-right: 0;
}

.header .icon-btn {
float: right;
width: 25px;
height: 25px;
background-repeat: no-repeat;
background-position: center;
margin-left: 0.5rem;
background-size: 30px;
transition: all 0.3s ease-in;
}

.header .icon-btn:hover {
transform: scale(1.05);
}

.header-side .icon-btn.search {
display: flex;
width: 90px;
width: 40px;
justify-content: space-between;
align-items: center;
}

.header-side .icon-btn.shiroot {
position: relative;
display: flex;
width: 100%;
	max-width: 99px;
	justify-content: space-between;
	align-items: center;
	background-color: var(--site2);
	color: var(--site1);
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 3vw;
	font-weight: 500;
	height: 32px;
	line-height: 1;
	text-align: center;
}

[dir="ltr"] .header-side .icon-btn.shiroot {
min-width: 99px;
}
.header-side .icon-btn em {
display: block;
width: 33px;
height: 33px;
background-color: var(--site2);
border-radius: 50px;
display: grid;
place-content: center;
}

.header-side .icon-btn.search img {
width: 20px;
}

.header-side .icon-btn:hover {
transform: scale(1.05);
}

.header-side .icon-btn:before {
content: none;
}


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

[dir="ltr"] .header-search button {
right: 0;
left: auto;
}

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

[dir="ltr"] .header-search button.submit {
left: auto;
right: 101px;
}

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

.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
display: none;
}


a.toggle-nav {
display: none;
}

.btn-wa {
position: fixed;
bottom: 90px;
left: 3rem;
	width: 100px;
	border-radius: 100vw;
z-index: 99;
transition: all 0.2s ease-in;
filter: drop-shadow(7px -5px 16px #fff);
}

.btn-wa > span {
position: absolute;
inset: 0;
	margin: auto;
	background: var(--sand);
	text-align: center;
	padding: 5px;
	z-index: -1;
	border-radius: 100vw;
	margin-top: -2.8rem;
	line-height: 1.2;
	color: var(--site1);
	font-weight: 600;
	transition: all 0.1s ease-out;
	border: 1px solid var(--site1);
visibility: hidden;
}

.btn-wa > span:hover,
.btn-wa:hover span {
margin-top: 0;
color: var(--sand);
}


.lang-btn {
    margin-top:-8px;
  z-index: 9;
  position: relative;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.lang-btn em{
    color:var(--site1);
}
.lang-btn span {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.lang-btn img {
  width: 29px;
  border-radius: 50px;
}

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

.lang-btn:hover > .sub {
  display: block;
  width: 250px;
  direction: ltr;
  text-align: left;
  border-radius: 0 2rem 2rem 2rem;
}
.lang-btn .goog-te-gadget .goog-te-combo {
  height: 2rem;
}


.btn-wa:hover {}
.footer {
position: relative;
padding: 0 0 2rem;
background-color: var(--footerBlue);
color: #fff;
margin-top: 6rem;
}
.footer::before {
content: "";
position: absolute;
top: 0;
background-color: var(--footerBlue);
width: 100%;
height: 1.3rem;
right: 0;
z-index: 0;
}

.footer p,
.footer a {
margin: 0;
color: #fff;
}

.footer .water {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 11.5vh solid #48cfed;
border-bottom: 0;
	border-left: 0;
	border-right: 50vw solid rgba(255, 255, 255, 0);
	z-index: 2;
}

.footer .sun {
position: absolute;
top: -60px;
background-color: var(--site2);
z-index: 0;
width: 120px;
height: 120px;
border-radius: 50%;
	left: 2.5rem;
	z-index: -1;
}

.footer .bgi {
position: absolute;
top: -147px;
background-size: contain;
right: 0;
height: 158px;
width: 100%;
background-repeat: no-repeat;
	background-position: right;
}

.footer .container-fluid:first-of-type {}
.footer li {
font-size: 1.25rem;
line-height: 2;
}
.footer .linetop {
border-top: 1px solid var(--sand);
padding-top: 1.5rem;
margin-top: 10px;
}
.footer .linetop .col-md-4 img:hover {
opacity: 0.5;
}
.footer .linetop .col-md-4 p {
display: flex;
justify-content: flex-end;
}

.footer .linetop {
font-size: 1.25rem;
}
.footer .linetop img {
transition: all 0.2s ease-in-out;
margin-inline-end: 0.25rem;
}
.footer .linetop .col-md-8 .content p {
display: flex;
align-items: center;
}
.footer .linetop .col-md-8 .content p > * {
display: flex;
align-items: center;
margin-inline-end: 2rem;
flex-shrink: 0;
}
.footer .linetop .col-md-8 .content p > *:last-of-type {
margin-inline-end: 0;
}
.footer .linetop .content p > * {
margin-inline-end: 0.7rem;
}
.footer .linetop .content p > *:last-child {
margin-inline-end: 0;
}
.footer .col-md-6 .content {
margin-right: auto;
display: block;
width: 100%;
max-width: 575px;
display: flex;
flex-direction: column;
justify-content: flex-end;
	height: 100%;
padding-left: 8rem;
}
.footer h6 {
color: var(--sand);
font-size: 1.5rem;
}

[dir="ltr"] .footer h6 {
direction: rtl;
}
.footer h6 + p {
border-right: 2px solid var(--sand);
padding-right: 0.5rem;
font-size: 1.3rem;
line-height: 1.3;
direction: rtl;
}

[dir="ltr"] .footer {
padding-top: 7.5rem;
}

[dir="ltr"] .footer .row-1 {
display: flex;
flex-direction: row-reverse;
}

[dir="ltr"] .footer .col-md-6 .content {
margin-right: 0;
margin-left: auto;
}

[dir="ltr"] .footer h6 + p {
border-right: none;
border-left: 2px solid var(--sand);
padding-left: 1rem;
}

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

[dir="ltr"] .breadcrumbs ul {
text-align: left;
}
.breadcrumbs ul > li {
display: inline-block;
}

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

[dir="ltr"] .breadcrumbs ul > li:after {
content: "\f105";
}
.breadcrumbs ul > li:last-child:after {
content: "";
padding: 0;
}



.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-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;
	backdrop-filter: blur(4px);
}

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

.skip-ad .skip-ad-content {
position: relative;
}

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

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

.skip-ad .skip-ad-close {
position: absolute;
top: -25px;
left: -30px;
width: 100%;
text-align: left;
color: #000;
}

.skip-ad #close-skip-ad {
display: inline-block;
padding: 10px 20px;
border-radius: 3rem;
background: #fff;
color: #000;
border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
background: #000;
color: #fff;
border: 2px solid #fff;
}




.mobile-navigation {
position: fixed;
top: 0;
left: -300px;
width: 320px;
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(--site1RGB), 0.82);
border-right: 2px solid #fff;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(6px);
background: rgba(0, 60, 120, 0.9);
border-right: 2px solid #fff;
box-shadow: 0 0 50px rgb(0 0 0 / 50%);
	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;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.mobile-navigation nav li {
border-bottom: 1px solid #ddd;
}

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

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

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

.mobile-navigation nav a {
display: block;
padding: 15px;
margin-right: 48px;
}

.mobile-navigation nav .toggle-sub-menu {
display: block;
position: absolute;
top: 0;
right: 0;
width: 48px;
overflow: hidden;

padding: 0 15px;
background: none;
border: 0;
background: rgba(0, 0, 0, 0.02);
color: inherit;

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

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

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

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

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

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

.mobile-navigation-search {
position: relative;
margin: 1rem;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

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

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

[dir="ltr"] .mobile-navigation-search button {
right: 0;
left: auto;
}


.mobile-navigation .content .head .button {
background: #fff;
color: rgb(43 43 43 / 100%);
}



.page-header {
height: 500px;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	position: relative;
	z-index: -1;
}



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

.page-content-head {
background: rgba(var(--site1aRGB), 0.9);
color: #fff;
padding: 1.5rem;
position: relative;
}



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

[dir="ltr"] .page-content-head h1 {
text-align: left;
}
.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;
background: transparent;
border-radius: 0 0 50px 50px;
}



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



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

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

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

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

}

.sub-pages-nav a .icon {
height: 90px;
margin-bottom: 0.5rem;
display: block;
position: relative;
}

.sub-pages-nav a .icon img {
max-width: 100%;
max-height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}



.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:first-of-type {
display: block;
color: inherit;
background: #fff;
border: 1px solid var(--site1);
color: var(--site1);
padding: 1rem;
text-align: center;
	border-radius: 10px;
	font-size: 1.2rem;
	line-height: 1.1rem;
	min-height: 160px;
	position: relative;
	box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

.sub-pages-nav a:nth-of-type(2) {
display: inline-block;
color: inherit;
border-right: none;
background: #f1f1f1;
padding: 1rem;
font-size: 1.3rem;
}

.sub-pages-nav.with-icons a {
display: flex;
flex-direction: column;
color: inherit;
background: #fff;
border: 1px solid var(--site1);
color: var(--site1);
padding: 1rem;
	text-align: center;
	border-radius: 10px;
	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 a:first-of-type: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: #657177;
}

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

.sub-pages-nav.with-icons a .icon {
height: 90px;
margin-bottom: .5rem;
display: block;
position: relative;
}

.sub-pages-nav.with-icons a .icon img {
max-width: 100%;
max-height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}

/* FAQ */

.sub-pages-nav.faq a {
display: inline-block;
width: 100%;
}

.sub-pages-nav.faq span {
background: #f1f1f1;
width: 100%;
display: flex;
justify-content: space-between;
}

.sub-pages-nav.faq span a:nth-of-type(2) {
display: inline-flex;
width: 100%;
max-width: 150px;
justify-content: flex-end;
background-color: var(--site1);
border: 1px solid;
border-radius: 10px;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-block: auto;
	background-color: var(--site1);
	color: #fff;
}

.sub-pages-nav.faq span a:nth-of-type(2) em:before {
content: none;
}

.sub-pages-nav.subcats ul {
display: flex;
flex-wrap: wrap;
}

.sub-pages-nav.subcats li {
width: fit-content;
float: none;
position: relative;
padding-inline: 5px;
padding-block: 0.5rem;
flex: 1;
border-right: none;
}

/* Mode Table Of Contents */

.toc-container {
border: 1px solid #ddd;
background: #f1f1f1;
display: inline-block;
padding: .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 .contact-man {
display: block;
color: inherit;
border-bottom: 3px solid #d8d8d8;
background: #f1f1f1;
padding: 1rem;
}

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


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

/* Media Print */

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

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

/* Card * */

.card {}

.card-header {
background: 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(--site1);
padding: .75rem;
margin-bottom: 1.5rem;
}

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

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

.form-category-group .f-link {
display: inline-block;
padding: .1rem .6rem;
border-radius: 2rem;
border: 1px solid #ddd;
background: #fff;
margin-left: .5rem;
margin-bottom: .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 rgb(0 0 0 / 5%);
}

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

.page-event-promo h3 {
height: 4.5rem;
font-size: 1.2rem;
color: var(--site1);
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-phonebook-category {
margin: 15px 0;

-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;

border: 1px solid #E2E6EF;
border-radius: 20px;
}

.page-phonebook-category-title h3 {
color: var(--site1);
background: #fff;
margin: 0;
padding: 0.5rem 1rem;
font-size: 1.2rem;
-o-transition: .5s;
-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.page-phonebook-category-title h3:before {
content: '\f196';
font-family: 'FontAwesome';
padding-left: .5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
content: '\f147';
font-family: 'FontAwesome';
padding-left: .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);
}

.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(--site1);
}

.page-phonebook .email .fa-stack {
color: var(--site4);
}

.page-phonebook .fax .fa-stack {
color: var(--site3);
}

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


::-webkit-scrollbar {
width: 16px;
height: 16px;
}

::-webkit-scrollbar-thumb {
background-color: var(--sand);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}


.floater {
position: fixed;
left: 3rem;
z-index: 9;
top: 16vh;
top: 20rem;
transform-origin: left;
/* padding: 5px; 
border: 3px solid var(--sand);
width: 180px;
height: 180px;
display: flex;
justify-content: flex-start;
align-items: center;
overflow: hidden;
white-space: nowrap;
*/
}
.floater .inner {
height: 175px;
min-width: 175px;
display: grid;
overflow: hidden;
}
.floater::before {
content: "";
position: absolute;
inset: 0;
margin: auto;
border: 3px solid var(--sand);
border-radius: 100px;
/* width: 100%;
height: 100%;
*/
}
.floater::after {
content: "";
position: absolute;
left: -3rem;
top: 50%;
width: 3rem;
height: 3px;
background-color: var(--sand);
}
.floater .wrapper {
position: relative;
display: inline-flex;
width: 155px;
height: 155px;
max-width: 82vw;
border-radius: 100px;
background-color: var(--sand3);
padding: 0;
margin: auto;
overflow: hidden;
transition: all 0.52s ease-in-out;
margin: 10px;
}
.floater .wrapper:hover {
width: 82vw;
overflow-y: hidden;
overflow-x: scroll;
}
.floater .wrapper li:first-of-type {
position: fixed;
width: 155px;
height: inherit;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
flex-shrink: 0;
background-color: var(--sand3);
z-index: 3;
border-radius: 100px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.floater .wrapper li:first-of-type img {
width: 60px;
}
.floater .wrapper li:first-of-type > span {
font-weight: 800;
width: min-content;
line-height: 1.02;
color: var(--site1);
font-size: 1.4rem;
text-align: center;
font-family: 'Rubik';
white-space: normal;
}

.floater .slick-slider {}

.floater .list {
width: 150px;
height: 100%;
flex-shrink: 0;
z-index: 1;
position: relative;
display: flex;
align-items: center;
justify-content: center;
/* white-space: nowrap;
overflow: hidden;
*/ margin-inline-start: 25px;
margin-inline-end: 25px;
}

.inner .wrapper li:nth-child(2) {
margin-inline-start: 170px;
}
.floater .list a {
padding-block: 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
line-height: 1.2;
text-align: center;
height: inherit;
}
.floater .wrapper .list a img {
max-width: 70px;
height: 68px;
margin-bottom: 0.35rem;
}

.floater .wrapper .list a span {
font-size: 1.2rem;
}

.floater .wrapper #arrowPrev {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: center;
width: 50px;
position: absolute;
right: 115px;
background-color: var(--sand3);
z-index: 3;
}

.floater .wrapper #arrowNext {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: center;
width: 100px;
position: absolute;
left: 0;
background-color: var(--sand3);
z-index: 2;
}
.floater .wrapper #arrowNext img {
transform: scaleX(-1);
width: 50px;
}
.floater .wrapper #arrowPrev img {
width: 35px;
}

@media (min-width: 992px) {
.header nav > ul {
position: relative;
}
[dir="ltr"] .header nav > ul {
justify-content: flex-start;
}
.header nav > ul > li > span > a {
display: block;
font-size: 1.2em;
position: relative;
color: var(--white);
font-family: "Assistant", sans-serif;
}

.header nav > ul > li {
display: inline-block;
padding: 0.5rem 0 0.5rem 0.75rem;
height: 55px;
}
[dir="ltr"] .header nav > ul > li {
padding: 0.5rem 0.75rem;
}

[dir="ltr"] .header nav > ul > li {
position: relative;
}
.header nav > ul > li > span {
position: relative;
display: block;
height: 100%;
}

.header nav > ul > li:hover > span::after {
content: "";
position: absolute;
bottom: -0.6rem;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 9px solid var(--sand);
width: 0;
height: 0;
left: 50%;
transform: translateX(-50%);
}

.header nav > ul {
padding: 0;
margin: 0;
text-align: center;
position: relative;
display: flex;
flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

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

.header nav > ul > li > div {
text-align: right;
position: absolute;
top: 100%;
z-index: 9999;
width: 100%;
margin-right: 0;
	right: 0;
	color: #fff;
	padding: 0 2rem;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 5px;
	border-radius: 0 0 25px 25px;
	padding-top: 22px;
}


.header nav > ul > li > div::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(30, 38, 117, 0.89);
top: 10px;
right: 0;
z-index: -1;
border: 1px solid var(--sand);
border-radius: 0 0 25px 25px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(4px);
}
[dir="ltr"] .header nav > ul > li:hover > div.sub-nav {
flex-direction: column;
}

[dir="ltr"] .header nav > ul > li > div::after {
width: 441px;
top: 0;
right: auto;
left: 0;
}

[dir="ltr"] .header nav > ul > li:hover > div > div.sub-nav-list {
width: auto;
}

[dir="ltr"] .header nav > ul > li > div ul {
text-align: left;
column-count: 1;
width: 441px;
list-style-type: none;
}

.header nav > ul > li > div ul li::marker {
content: none;
	display: none;
}
[dir="ltr"] .header nav > ul > li > div {
right: 50%;
padding: 1rem 0;
}

[dir="ltr"] .header nav > ul > li > div ul li a::before {
right: auto;
left: -14px;
}

[dir="ltr"] .header nav > ul > li:hover > div > div.sub-nav-side {
border-right: none;
border-top: 1px solid rgba(var(--site2RGB), 0.5);
padding-right: 0;
padding-top: 15px;
margin-top: 15px;
	text-align: left;
	padding-inline: 1.5rem;
}
.header nav > ul > li > div a {
color: var(--white);
position: relative;
}
[dir="ltr"] .header nav > ul > li > div a {
width: max-content;
display: inline-block;
direction: rtl;
}

[dir="ltr"] .header nav > ul > li .sub-nav-list a {
width: 100%;
}
.header nav > ul > li > div ul li a::before {
content: "\f104";
font-family: "FontAwesome";
font-weight: normal;
	/* position: absolute; */
	right: -15px;
	width: 5px;
	height: 1px;
height: auto;
border-radius: 1px;
color: var(--site2);
top: 50%;
transform: translateY(-50%);
}

[dir="ltr"] .header nav > ul > li > div ul li a::before {
content: "\f054";
}
.header nav > ul > li > div ul li a:hover::before {
color: var(--site1);
}

.header nav > ul > li > div ul {
padding-right: 1.5rem;

display: block !important;

column-count: 2;
}

.header nav {
width: 70%;
max-width: 950px;
}

[dir="ltr"] .header nav {
max-width: 1050px;
}
.header > nav ul {
list-style: none;
}

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


.header nav > ul > li:hover > div.sub-nav {
display: flex;
}

.header nav > ul > li:hover > div > div {
flex-grow: 1;
flex-shrink: 0;
}
.header nav > ul > li:hover > div > div.sub-nav-list {
width: 60%;
}

.header nav > ul > li:hover > div > div.sub-nav-side {
border-right: 1px solid rgba(var(--site2RGB), 0.5);
padding-right: 30px;
}


.header nav > ul > li > span > a:hover {
text-decoration: none;
color: var(--sand);
}

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

.header nav > ul > li > ul > li > span > a {
font-size: 1.25rem;
color: #fff;
line-height: 2;
font-weight: 400;
font-family: "Assistant", sans-serif;
}
.header nav > ul > li > ul > li:has(ul) > span > a {
color: var(--site2);
font-weight: 500;

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

.page-content {
margin-top: -7.55rem;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
border-radius: 0 0 50px 50px;
}

.table-responsive {
display: table;
}
}

@media (min-width: 768px) {
.page-phonebook .contact-info {
width: 50%;
}
}

.container {
position: relative;
z-index: 2;
}

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

@media (max-width:1580px) {
[dir="rtl"] .header .header-side {
flex-basis: 25%;
gap: 0px;
}

[dir="ltr"] .header .header-side {
flex-basis: 30%;
gap: 0px;
}
}

@media (min-width:992px) and (max-width:1199px) {
.header {
gap: 0;
}

.bottom .icon-btn.herum span img {
width: 39px;
}
.header-side .icon-btn.shiroot {
font-size: 0.9rem;
max-width: 60px;
}

.header nav > ul > li {
padding-inline: 0;
}
.header nav > ul > li > span > a {
font-size: 1.1em;
}
.bottom .icon-btn.herum > span {
	width: 132px;
}
.header .header-side {
	padding-inline: 0;
}
}
@media (max-width: 991px) {
.btn-wa {
width: 80px;
	bottom: 30px;
	left: 1rem;
}
.lang-btn.icon-btn {
    position: absolute;
    left: 129px;
}
.lang-btn.icon-btn img{
    width:35px;
}
.herumbtn.mobile {
border-radius: 50px;
display: block;
position: fixed;
top: 33px;
color: #fff;
font-size: 1.25rem;
left: 175px;
width: 108px;
width:40px;
height: 40px;
	background-color: var(--site5);
}
.herumbtn.mobile img {
width: 40px;
}
.herumbtn.mobile span{
    display:none;
}
[dir="ltr"] .herumbtn.mobile {
width: 135px;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

[dir="ltr"] .herumbtn.mobile img {
position: absolute;
	left: 0;
}

[dir="ltr"] .herumbtn.mobile span {
margin-left: 27px;
}
.bNagish-toggle em {
color: var(--site1);
}

.page-wrapper {
margin-top: 2rem;
}

.header {
min-height: 105px;
background: #fff;
}

[dir="ltr"] .header {
display: flex;
flex-direction: row-reverse;
}

.header.offset {
top: 0;
height: 90px;
}

.header .bottom {
display: none;
}

.header .top .navigation {
display: none;
}

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

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

.page-content {
margin: 0 -15px;
}

.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-nav {
display: block;
margin: 2rem -15px;
background-color: #fff;
}

.header .header-side a,
.header-side .icon-btn.shiroot,
.header-side .icon-btn.search{
display: none;
}
.header .top > *{
    border:none;
}
.lang-btn img {
    background-color:var(--site1);
}
.bNagish-toggle {
display: block;
top: 32px;
bottom: auto;
left: 75px;
left:70px;
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: 1rem -15px;
display: block;
}

.pages-nav-title {
border-radius: 15px 15px 0 0;
}

.header > nav {
display: none;
}

.hide-but-read,
.offset {
position: fixed;
top: -99999px;
}

a.toggle-nav {
position: absolute;
top: 32px;
left: 25px;
left:18px;
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;
}

body {
padding-bottom: 60px;
}

.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 {
display: none;
}

body {
padding-top: 105px;
}

.page-content {
margin: 0 -15px;
margin: 0;
}

.footer .water {
border-top: 6.5vh solid #48cfed;
border-right: 67vw solid rgba(255, 255, 255, 0);
}

.footer ul {
padding-right: 0.5rem;
}

.footer .col-md-6 .content {
justify-content: flex-start;
margin-right: 0.5rem;
width: auto;
}

.footer .linetop .col-md-8 .content p {
flex-wrap: wrap;
/* justify-content: center; */
align-items: flex-start;
margin-right: 0.5rem;
}
.footer .linetop .col-md-8 .content p > * {
line-height: 2;
}

.footer .container-fluid .btgrid:not(.linetop) {
padding-top: 5rem;
}

.footer .linetop .col-md-8 .content p > * img {
width: 22px !important;
height: 22px !important;
}

.footer .linetop .col-md-4 p {
margin-top: 1rem;
margin-right: 1rem;
justify-content: flex-start;
}

.floater {
top: 80px;
left: 1rem;
transform: scale(0.7);
}

.floater .wrapper:hover {
width: 90vw;
}

.floater .wrapper {
max-width: 90vw
}
[dir="ltr"] .footer .row-1 {
flex-direction: column;
}

[dir="ltr"] .footer {
padding-top: 4.5rem;
}

[dir="ltr"] .footer .linetop .col-md-8 .content p span {
display: flex;
flex-wrap: wrap;
}
}

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

.sub-pages-nav.with-icons ul > li {
width: 50%;
}
}

@media (max-width: 767px) {
.page-phonebook .contact-info {
margin-left: 5px;
}

.footer li {
font-size: 0.95rem;
}

.footer .col-md-2 {
width: auto;
}

.col-md-2:hover {
transform: none !important;
border-radius: 0 !important;
}

.footer h6 {
font-size: 1.2rem;
}

.footer .linetop .col-md-8 .content p > *,
.footer h6 + p {
font-size: 0.95rem;
}
}


@media (min-width: 576px) {
.container {
max-width: 87%;
}
}

@media (max-width:600px) {

.floater .list {
margin-inline-end: 1px;
}

}

@media (max-width:480px) {
.floater {
transform-origin: top;
left: 0;
top: 135px;
}

.floater .inner {
height: auto;
min-height: 175px;
width: 175px;
}

.floater .list {
width: 100%;
height: 175px;
margin-inline-end: 0;
margin-inline-start: 0;
margin-block: 10px;
}

.floater .wrapper {
width: 90%;
max-width: 90%;
flex-direction: column;
align-items: center;
}

.floater .wrapper:hover {
min-height: 50vh;
overflow-y: auto;
overflow-x: hidden;
width: 90%;
max-width: 90%;
}

.inner .wrapper li:nth-child(2) {
margin-inline-start: 0;
margin-block-start: 180px;
}

.inner .wrapper li {
padding: 0 0.9rem;
}

.floater .list a {
height: auto;
}
}
/*@media (max-width:365px) {*/
/*[dir='ltr'] .herumbtn.mobile {*/
/*		width: 87px;*/
/*		display: flex;*/
/*		align-items: center;*/
/*		justify-content: center;*/
/*	}*/

/*[dir='ltr'] .herumbtn.mobile span {*/
/*	font-size: 0.9rem;*/
/*	margin-left: -5px;*/
/*}*/

/*[dir='ltr'] .herumbtn.mobile img {*/
/*	display: none;*/
/*}*/
/*}*/

/*@media (max-width:340px) {*/
/*.herumbtn.mobile {*/
/*		width: 82px;*/
/*	}*/

/*.herumbtn.mobile span {*/
/*	font-size: 1rem;*/
/*	margin-right: -5px;*/
/*}*/
/*}*/



.btn-outline-primary {
	color: #1d3270;
    border-color: #1d3270;
}

.btn-outline-primary:hover {
    background-color: #061644;
    border-color: #061644;
}

.btn-primary {
    background-color: #1d3270;
    border-color: #1d3270;
}

.btn-primary:hover {
    background-color: #061644;
    border-color: #061644;
}

.event-promo .read-more-btn {
    background-color: #1d3270 !important;
}



.rishuy-tbl th:nth-child(6) {
	display: none;
}
.rishuy-tbl td:nth-child(6) {
	display: none;
}