/* 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;
}
*/

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Comfortaa', cursive;
  overflow-x: hidden;
  color: #363253;
  background-color: #fff;
}
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: 28px; */
    font-weight: 400;
}

strong, b {
  font-weight: 600;
}

a {
  font-weight: 600;
  color: #057bc2;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  transition: all 0.6s ease;
  font-family: 'Comfortaa', cursive;


}
a:hover, a:focus {
  color: #ed5a00;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: all 0.6s ease;
  font-weight: 600;
}



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;
}
/*
.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: 23px;
}
.editor_content ul li {
    padding-left: 37px;
    background-image: url(../img/icon-text.gif);
    background-position: 0px 0px;
    background-size: 29px 29px;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    font-weight: 400;
    height: auto;
    padding-top: 3px;
}


/* 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: #59ACDE;
    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:#ffffff;
}
#scroll:hover {
    background-color:#ff6c12;
    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 #015a70;
  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;
    width: 220px;
    background-color: transparent;
    margin-left: auto;
    border: 1px solid #fff;
}
nav#flyoutnavkbfixed > ul > li.has-submenu > ul {
  border-color: #08526e;
  background-color: #0e649d;  /* #f3fbfe; rgba(255,255,255,0.85); /* rgba(255,255,255,0.9); popup */
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  margin-left: 0px;
  padding-bottom: 8px;
  padding-top: 10px;
  width: 218px;
  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;
    color: #fff;
}
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: 18px;
  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: 11px;
    position: relative;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: none;
    padding-left: 0;
    background-color: #0e649d; 
}


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;
  }
nav#flyoutnavkbfixed > ul > li > ul > li {
  padding-bottom: 6px;
}

/* 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 */


.news_index_wrapper {
  padding-bottom: 10px;
  margin-top: 50px;
}

/* with flexbox */
.grid2 {
  display: flex;
  flex-wrap: wrap;
}
.grid-col {
  flex-grow: 1;
}
.grid-col--2, .grid-col--3 { display: none }
.grid-item2 {
    width: 600px;
    height: auto;
    margin-bottom: 74px;
}
.grid-col--4 .grid-item2 {
    margin-left: 82px;
}
@media only screen and (max-width : 1400px) { 
.grid-item2 {
    width: 525px;
    height: auto;
    margin-bottom: 74px;
}
.grid-col--4 .grid-item2 {
    margin-left: 42px;
}

}
@media only screen and (max-width : 1200px) { 
  .grid-col--1, .grid-col--2, .grid-col--3 { display: none }
  .grid-col { }
  .grid-col--4 .grid-item2 { 
    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-item2 { 
    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-item2 { 
    width: 330px;
  }
}
/* with flexbox */


.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 700;
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 31px;
    text-align: left;
    line-height: 26px;
}
.nshdr {
    margin: 0;
    padding: 0;
    /* color: #181a29; */
    font-weight: 300;
    font-size: 23px;
    margin-top: 42px;
    margin-bottom: 31px;
    text-align: left;
    line-height: 26px;
}

.mimg_wr img {
    display: block;
    width: 240px;
    height: auto;
    border: 1px solid #93c3e5;
    padding: 0;
}

.grid-news-wrapper {
  border: 1px solid #2C518D;
  padding-left: 40px;
  padding-right: 36px;
  padding-bottom: 37px;
  padding-top: 2px;
  position: relative;
  height: auto;
}

.bgb1 {
    border: 1px solid  #2262a4;
    border-top: 7px solid #2262a4;
    background-color: #051439;
}
.bgb2 {
  border: 1px solid  #2b7778;
  border-top: 7px solid #2b7778;
  background-color: #14253c;
}
.pdbg1 {
  background-image: url(../img/news-date-backgr-1.gif);
}
.pdbg2 {
  background-image: url(../img/news-date-backgr-2.gif);
}

.news_inner_wrap {
  position: relative;
}
.pdate {
    height: 64px;
    width: 100%;
    position: absolute;
    background-position: 50% 4px;
    background-size: 284px 48px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    /* color: #fff; */
    margin-top: 0px;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0px;
    left: 0;
    top: -24px;
    z-index: 1;
}


.news_bti {
  text-align: center;
}
a.more-link.nmod {
  display: inline-block;
  margin-top: 8px;
}
.editor_content h2.newsh2 {
  color: #f07100;
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  background: none;
  /* font-family: 'Comfortaa', cursive; */
}
.news_single_date {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* News */

