/* css reset https://github.com/hankchizljaw/modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* css reset */


/* main common part */
/*
html .loader {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
html .loader_inner {
  background-image: url("../img/loader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 22px;
  width: 165px;
  margin-top: -11px;
  margin-left: -82px;
  left: 50%;
  top: 50%;
  position: absolute;
}
*/


html {
    scrollbar-width: thin; 
    scrollbar-color: var(--main-color-1-1) var(--main-color-4); 
}


html::-webkit-scrollbar {
    width: 7px; 
    height: 7px;
}

html::-webkit-scrollbar-thumb {
    background-color: var(--main-color-1-1);
    border-radius: 6px; 
}

html::-webkit-scrollbar-track {
    background-color: var(--main-color-4); 
}




body {
    font-size: 17px;
    min-width: 320px;
    position: relative;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Oxanium', cursive;
    overflow-x: hidden;
    color: var(--main-color-7-1);
    background-color: var(--main-color-3-1);
}

body:after{
    display:none;
    content:  url("../img/sub-menu-backgr-on.png") url("../img/sub-menu-backgr.png")  url(../img/top-backgr.gif);
}




.hidden {
  display: none;
}

p {
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 31px;
    font-weight: 400;
}

strong, b {
  font-weight: 500;
  color: (--main-color-7-1)
}

/* Reset basic link styles */
a {
  all: unset; /* Reset all inherited and browser-specific styles */
  display: inline; /* Ensure the default inline display for links */
  font-weight: 500;
  color:  var(--main-link-color);
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  text-decoration-color: var(--main-link-color);
  transition: all 0.6s ease;
  font-family: 'Oxanium', cursive;
  cursor: pointer;
}

/* Hover and focus styles for links */
a:hover, a:focus {
  color: var(--main-link-color-hover);
  text-decoration: underline dotted; 
  text-underline-offset: 5px;
  text-decoration-color: var(--main-link-color-hover); 
  transition: all 0.76s ease;
  font-weight: 500;
}







a.contains-image, a.contains-image:hover, a.contains-image:focus, a.contains-image img, a.contains-image:hover img, a.contains-image:focus img { 
  border: none !important; 
  color: transparent;
  outline: none !important;
}

.noborder {
  border: none !important;
  text-decoration: none;
  border-radius: 0 !important;
}
a.contains-image2, a.contains-image2:hover, a.contains-image2:focus, a.contains-image2 img, a.contains-image2:hover img, a.contains-image2:focus img {
  /* border: none !important; */
  color: transparent;
  outline: none !important;
}

#main {
    min-height: 580px;
    background-color:var(--main-color-3-1);
}
/*
.heb_text {
  direction: rtl;
  font-family: Arial;
}
*/

.editor_content {
  min-height: 670px;
  padding-bottom: 90px;
}

.heb_text {
    direction: rtl;
    font-family: Arial;
}

/* List */

.editor_content ul {
    list-style: outside none none;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-top: 0;
    padding-left: 28px;
}
.editor_content ul li {
    padding-left: 20px;
    background-image: url(../img/icon-text.gif);
    background-position: 0px 31px;
    /* background-size: 20px 27px; */
    margin-bottom: 0;
    background-repeat: no-repeat;
    font-weight: 400;
    display: block;
    min-height: 33px;
    padding-top: 20px;
}


.heb_page, .heb_page a {
    direction: rtl;
    font-family: Arial;
}

.editor_content.heb_page ul {
    list-style: outside none none;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-top: 0;
    padding-left: 28px;
}
.editor_content.heb_page  ul li {
    padding-left: 0;
    padding-right: 31px;
    background-image: url(../img/icon-text.gif);
    background-position: 100% 33px;
    /* background-size: 20px 27px; */
    margin-bottom: 0;
    background-repeat: no-repeat;
    font-weight: 400;
    display: block;
    min-height: 33px;
    padding-top: 20px;
}

.editor_content.heb_page h2 {
    padding: 0;
    padding-left: 0;
    padding-right: 55px;
    padding-top: 8px;
    margin: 0;
    font-size: 42px;
    font-weight: 200;
    color: var(--pg-h2-title);
    background-position: 100% 6px;
    background-repeat: no-repeat;
    background-image: url(../img/sub-title-backgr-heb.gif);
    line-height: 44px;
    margin-top: 60px;
    margin-bottom: 15px;
    min-height: 65px;
    width: 100%;
    clear: both;
    letter-spacing: -1px;
}
/* List */


/* Grid system */


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

/* Grid system */


  [data-whatinput="keyboard"]   a:focus img {
   outline: 1px solid #e77800;
   border: none;
  }


/* Utill */



.sticky {
    position: fixed;
    width: 100%;
    left: 50%;
    translate: -50%;
    top: 0;
    z-index: 1;
    border-top: 0;
    box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.4);
}

#scroll {
    position: fixed;
    right: 70px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--scroll-bg);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 1000;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color: var(--scroll-arrow);
}
#scroll:hover {
    background-color:var(--scroll-bg-hover);
    opacity:1;
}

a.skip-main {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: -999;
}
a.skip-main:hover {
    color: #d86400;
}
a.skip-main:focus, a.skip-main:active {
  background-color: #f0eff4;
  border: 1px solid #1b3873;
  color: #556ca2;
  font-size: 14px;
  height: 35px;
  left: 5px;
  overflow: hidden;
  padding-top: 4px;
  text-align: center;
  top: 7px;
  width: 240px;
  z-index: 999;
  transition: all 0.8s; 
}

/* Utill */

/**/


/* ---- grid ---- */

.popup-gallery-grid {
    /* max-width: 1290px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* clear fix */
.popup-gallery-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.popup-gallery-sizer,
.popup-gallery-grid-item {
  /*width: 33.333%;*/
  width: 20%;
}

.popup-gallery-grid-item {
    float: left;
      padding: 4px;
      z-index:0;
}

.popup-gallery-grid-item img {
    display: block;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid var(--pg-img-border);
    display: block;
    /* outline: 1px solid #87b5e7 !important; */
    padding: 0px;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 0;
    opacity: 1;
}

.popup-gallery-grid-item:hover img, .popup-gallery-grid-item:focus img {

  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
  /*
    border: 1px solid #87b5e7 !important;
    outline: 1px solid #87b5e7 !important;  
    */
}

.popup-gallery-grid-item a:focus {
    border: 0px solid #87b5e7 !important;
    outline: 0px solid #87b5e7 !important;    
}

.gridimg {
    opacity:1;
    transition: opacity 0.5s;
}
.opaque {
    opacity:0.75;
    transition: opacity 0.5s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; 
}

.zopaque {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;

}

@media only screen and (max-width : 992px) {
  .popup-gallery-sizer, .popup-gallery-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width : 566px) {
  .popup-gallery-sizer, .popup-gallery-grid-item {
    width: 100%;
  }

  .popup-gallery-grid-item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #015a70;
  }


}


/* gal */


  [data-whatinput="keyboard"]   a:focus  {
   outline: 1px solid #e77800;
   border: none;
  }

  [data-whatinput="keyboard"]   a.splnkimg:focus img {

   outline: 2px solid red !important;
   border: 2px solid red !important;
   filter: grayscale(0%);
    opacity: 1;

  }

  [data-whatinput="keyboard"]    a#flypnavfixed:focus {
   outline: 2px solid #e77800;
   border: none;
  }  

  [data-whatinput="keyboard"] #flyoutnavkbfixed ul li ul li a:focus {
   outline: 1px solid #e77800;
   border: none;
  }  




/* Page Inside menu  */

.ins_nav_wrapper {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px;
}
nav#flyoutnavkbfixed {
    display: block;
    margin-right: auto;
    max-width: 330px;
    background-color: transparent;
    margin-left: auto;
    border: 1px solid var(--publ-menu-borders);
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul {
    border-color: var(--publ-menu-borders);
    background-color: var(--publ-menu-bg);
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-left: -1px;
    margin-right: -1px;
    padding-bottom: 8px;
    padding-top: 10px;
    max-width: 330px;
    z-index: 100;
    box-shadow: 0px 10px 9px -4px rgba(0,0,0,.13);
}
nav#flyoutnavkbfixed a {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    border: 0;
    outline: 0;
    background-color: var(--publ-menu-bg);
    color: var(--publ-menu-link);
}
nav#flyoutnavkbfixed a:hover, nav#flyoutnavkbfixed a:focus {
    color: var(--publ-menu-link-hover);
}
nav#flyoutnavkbfixed li a .arrow {
  font-size: 14px;
  margin-right: 16px;
  position: absolute;
  top: 6px;
  right: 0px;
  transform: scale(1.0) rotate(0deg);
  transition: transform .3s ease-in-out; 
}
nav#flyoutnavkbfixed  li.open a .arrow {
  transition: transform .3s ease-in-out;
  transform: scale(1.0) rotate(180deg);
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul > li > a {

  line-height: 20px;
  text-align: center;
  font-size: 18px;
}
nav#flyoutnavkbfixed > ul > li {
    display: block;
    height: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-right: 1px;
    position: relative;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: none;
    padding-left: 0;
    /* background-color: #151a26; */
}


nav#flyoutnavkbfixed > ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
nav#flyoutnavkbfixed > ul > li > ul {
    display: none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:0;
    margin:0;
    /*background-color: transparent;*/
    list-style: none;
    list-style-image: none !important;
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul, 
nav#flyoutnavkbfixed > ul > li.has-submenu > ul > li {
      list-style: none;
      list-style-image: none !important;
      background-image: none;
      padding-left: 0;
}
nav#flyoutnavkbfixed > ul > li.open > ul {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
nav#flyoutnavkbfixed > ul > li > ul > li {
    padding-bottom: 0px;
}

/* Page Inside menu  */



/* show|hide */
.to_expand {
    display: none;
    border: 1px solid #dee0ff;
    background-color: #f7f9fe;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #3b3169;
    margin-bottom: 20px;
    margin-top: 10px;
}
.espan {
  font-weight: 500;
  width: 100%;
}
.to_exp_close {
    float: right;
    color: #005997 !important;
}
.noborder {
  border: none !important;
  text-decoration: none;
}
/* show|hide */

/*  remodal */
.remodal {
  border-bottom: 8px solid #0eb8ff;
  border-top: 8px solid #0eb8ff;
  border-left: 1px solid #0eb8ff;
  border-right: 1px solid #0eb8ff;
  color: #005997;
  background-color: #f3fbfe; /*rgba(250,253,255,1);*/
  padding-top: 10px;
  padding-bottom: 33px;
  padding-left: 38px;
  padding-right: 38px;
  z-index: 10000;
  position: relative;
}
.publ_remodal_content_header {
  /*font-family: "ZurichW01-LightCondense1121579";*/
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin: 0;
  background-color: transparent;
}
.publ_remodal_content_wrap {
  text-align: left;
  background-color: transparent;
}
.btn_close {
  color: transparent;
}

.fff {
  direction: rtl;
}
.remodal-close::before {
  font-size: 40px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #005997;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

/*  remodal */

mjx-math {
    white-space: normal !important;
}




/*  News   */

/* with flexbox */
.grid-news {
  display: flex;
  flex-wrap: wrap;
}
.grid-col {
  flex-grow: 1;
}
.grid-col--2, .grid-col--3 { 
  display: none;
}
.grid-item-news {
    width: 610px;
    height: auto;
}
.grid-col--4 .grid-item-news {
    margin-left: 64px;
}

@media only screen and (max-width : 1400px) { 
  .grid-item-news {
      width: 520px;
  }
  .grid-col--4 .grid-item-news {
      margin-left: 60px;
  }
}
@media only screen and (max-width : 1200px) { 
  .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
  .grid-col { }
  .grid-col--4 .grid-item-news { 
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 768px) { 
  .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
  .grid-col { }
  .grid-col--4 .grid-item-news { 
    width: 480px;
  }
}

@media only screen and (max-width : 590px) { 
  .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
  .grid-col { }
  .grid-col--4 .grid-item-news { 
    width: 330px;
  }
}
/* with flexbox */

.pagination {
    text-align: center;
    width: fit-content;
    clear: both;
    font-size: 27px;
    border: 0px solid #c8f4a7;
    border-left: none;
    border-right: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pagination .visual-separator {
    display: inline-block;
    margin: 0 8px; 
    color: #999;
    visibility: hidden;
}
.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*  /News   */




/* Slider  */

.main_slider {
    margin-top: 0;
    /* background-color: #722ba9; */
    padding-bottom: 0px;
    padding-top: 0;
    margin-top: 0px;
    /* border: 1px solid green; */
}
.swiper {
    width: 100%;
    height: 547px;
    position: relative;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--slider-bg);
    color: var(--slider-txt);
    /* text-transform: uppercase; */
    font-size: 56px;
    letter-spacing: -3px;
    line-height: 62px;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.95s ease-in-out;
}

/*  */
.slide-text-visible {
    opacity: 1; /* */
}


/*  */
.fade-in {
    animation: fadeIn 0.85s ease-in-out forwards;
}

.slide-up {
    animation: slideUp 0.85s ease-in-out forwards;
}

/*  */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


/* Common arrow */
.swiper-button-next, .swiper-button-prev {
    background-color: var(--slider-arrow-bg);
    /* color: #ffd859; */
    width: 65px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 7px;
    box-sizing: border-box;
}

/*  */
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-button-next:focus, .swiper-button-prev:focus {
    background-color: var(--slider-arrow-bg-hover);
    /*color: #e6c34e;*/
    outline: none;
}

/* position */
.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* wcag */
.swiper-button-next:focus-visible, .swiper-button-prev:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); 
}

.swiper-slide {
    width: 100%;
    margin: 0 auto; 
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}






/*  */
/*
@media (min-width: 1800px) {
    .swiper-slide {
        max-width: 1600px;
    }
}

@media (min-width: 1200px) and (max-width: 1799px) {
    .swiper-slide {
        max-width: 1200px;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .swiper-slide {
        max-width: 900px;
    }
}

@media (max-width: 599px) {
    .swiper-slide {
        max-width: 100%;
    }
}
*/


@media only screen and (max-width : 992px) {

  .slide-text {
      font-size: 42px;
      line-height: 48px;
  }

}

@media only screen and (max-width : 550px) {

  .slide-text {
      font-size: 36px;
      line-height: 40px;
  }

}

/* /Slider  */

