/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/


.niafam-home-page:before {
  content: "\e906";
}
.niafam-envelope:before {
  content: "\e900";
}
.niafam-sitemap:before {
  content: "\e901";
}
.niafam-Vector:before {
  content: "\e902";
}
.niafam-menu:before {
  content: "\e903";
}
.niafam-vebda:before {
  content: "\e904";
}
.niafam-mouse-clicker:before {
  content: "\e905";
}
.niafam-eita:before {
  content: "\e907";
}
.niafam-soroush:before {
  content: "\e90a";
}
.niafam-instagram-2:before {
  content: "\e90b";
}
.niafam-telegram:before {
  content: "\e90c";
}
.niafam-comment-dots-solid-1:before {
  content: "\e90d";
}
.niafam-statistics:before {
  content: "\e90f";
}
.niafam-link:before {
  content: "\e910";
}
.niafam-KUMS-Logo-Fill:before {
  content: "\e911";
}
.niafam-student:before {
  content: "\e912";
  color: #fff;
}
.niafam-online-booking-2:before {
  content: "\e913";
}
.niafam-customer:before {
  content: "\e914";

}
.niafam-samane:before {
  content: "\e915";

}
.niafam-online-booking:before {
  content: "\e917";

}
.niafam-ettelaiie:before {
  content: "\e919";

}
.niafam-calender:before {
  content: "\e91a";
  color: #666;
}
.niafam-Gallery:before {
  content: "\e91b";

}
.niafam-archive-09-1:before {
  content: "\e91c";

}
.niafam-search:before {
  content: "\e91e";
  color: #fff;
}
.niafam-accessibility:before {
  content: "\e918";
}
.niafam-aparat:before {
  content: "\e908";
}
.niafam-bale:before {
  content: "\e909";
}
.niafam-close:before {
  content: "\e90e";
}
.niafam-facebook1:before {
  content: "\e916";
}
.niafam-linkedin1:before {
  content: "\e921";
}
.niafam-rubika1:before {
  content: "\e92f";
}
.niafam-twitter:before {
  content: "\e937";
}
.niafam-whatsapp1:before {
  content: "\e93e";
}

.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,
.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,
.sm *::before,
.sm *::after {
  box-sizing: inherit;
}

:root {
}
.sm-simple.sm-rtl > li:last-child > a {
  padding-left: 0;
  margin-left: 0;
}
.sm-simple {
  background: #f2f5ff;
}
.sm .niafam {
  margin-right: 2px;
  font-size: 0.875em;
  font-weight: bolder;
  font-weight: 600;
  margin-bottom: -3px;
}
.sm .niafam::before {
  content: "\e914";
  font-family: niafam;
  font-size: 14px;
}
.sm-simple a {
  padding: 13px 20px;
}
.sm-simple ul a {
  font-size: 0.875em !important;
}
.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a .sub-arrow::before {
  content: "+";
}
.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
}
.sm-simple li {
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: #fff;
}
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: var(--font-size);
}

@media (min-width: 768px) {
  /* Switch to desktop layout
   -----------------------------------------------
      These transform the menu tree from
      collapsible to desktop (navbar + dropdowns)
   -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: transparent;
  }
  .sm-simple a {
    padding: 11px 20px;
  }
  .sm-simple a,
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-simple > li > a:not(:last-child) {
  }
  .sm-simple ul a,
  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active,
  .sm-simple ul a.highlighted {
    color: #000;
    width: 100%;
  }
  .sm-simple ul a {
    padding-right: 10px;
  }
  .sm-simple ul {
    background-color: #fff;
  }
  .sm-simple > li > a {
    background: none !important;
  }
  .sm-simple a:hover,
  .sm-simple a:focus,
  .sm-simple a:active,
  .sm-simple a.highlighted {
  }
  .sm-simple > li > a {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sm-simple > li {
    margin-inline-end: 15px;
  }

  .sm-simple li:last-child > a {
    border-left: none;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple li > a .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: "+";
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .sm-simple ul a {
    border: 0 !important;
  }

  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #023047;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a .sub-arrow {
    position: unset;
    margin-right: 7px;
  }

  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
    margin-left: 0;
  }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
.sm-simple ul a {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*# sourceMappingURL=sm-simple.css.map */
.sm-simple ul {
  left: 30px !important;
  top: 36px !important;
}
.sm-simple .niafam {
  padding-right: 1px;
  display: flex;
  margin-top: 0px;
  font-weight: 200;
  margin-top: -5px;
}
.sm-simple li li .niafam {
  transform: rotate(90deg);
  margin-right: auto;
}
/* .sm-simple > li > a,
 .sm-simple li li {
   transition: all 0.2s linear;
 } */
.sm-simple > li > a {
  transition: 0.2s all ease-in-out;
}
.sm-simple > li > a:hover {
  color: #fff;
}
.sm-simple > li > .highlighted {
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.sm-simple li li:hover,
.highlighted {
  background-color: #ebebf5 !important;
}
.sm-simple li li,
.highlighted {
  transition: 0.2s all ease-in-out;
}
/* .sm-simple li li:hover > a,
 .highlighted > a {
   color: #f2f5ff;
 } */
.sm-simple > li > a.highlighted {
  color: rgb(63, 63, 63);
}
.sm-simple > li > a:hover {
  color: #1a403f;
}
.sm-simple li li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}
.sm-simple ul {
  border-radius: 15px;
}
.sm-simple ul li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sm-simple ul li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* .first {
  border: 1px solid #E0E0E2;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
border-radius: 5px;
 } */

.search-area {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color: rgba(14, 31, 57, 0.8392156863);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.search-area--opened {
  visibility: visible;
  opacity: 1;
}

.search-area__close-btn {
  font-size: 1em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  padding: 12px;
  line-height: 12px;
  background-color: #ffb228;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #000;
  opacity: 1;
}

.search-area__close-btn i {
  color: #003E7A;
}

.search-area__form {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  transition: all 0.2s linear;
  i{
    margin: 30px;
  }
}

.search-area__input {
  border-width: 0 0 2px 0;
  border-radius: 0;
  font-size: 1.75em;
  padding: 10px 0;
  border-color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  margin-bottom: 0 !important;
  border: none !important;
  padding: 30px;
  width: 90%;
}

.search-area__text {
  color: #fff;
}

#btn-search {
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
align-items: center;
}

#btn-search:hover i {
  transition: all 0.2s linear;
}

#btn-search i {
  transition: all 0.2s linear;
}



.search-area--opened {
  visibility: visible !important;
  opacity: 1 !important;
}

.search-area {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  background-color:  rgba(4,22,80,0.8);
  backdrop-filter: blur(30px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}

.search-area__close-btn {
  font-size: 1em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  padding: 12px;
  line-height: 12px;
  background-color: #ffb228;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  color: #000;
  opacity: 1;
  transition: all 0.2s linear;
}

.search-area__close-btn:hover {
  background-color: #da2128;
}

.search-area__form {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
  transition: 0.5s;
  width: 66%;
  justify-content: space-between;
  border-radius: 30px;
  background: rgba(32,58,107,0.7);
  backdrop-filter: blur(30px);
}

.es-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.es-form-group {
  border: none;
  margin-top: 10px;
  margin-right: -4px;
  padding: 0;
}

.es-form-captcha-row {
  display: flex;
  align-items: center;
}

.captcha__pic {
  width: 50%;
}

.captcha__pic img {
  width: 110px;
  border-radius: 15px;
}

#submit-subscribe {
  background: #ff5151;
  border-radius: 30px;
  border: none;
  padding: 10px 23px;
}

#captcha_uniqueid {
  width: 70px;
  text-align: right ;
  margin-inline-start: 10px;
}

.es-form-captcha-row.es-row {
  margin-top: 10px;
}

.es-row {
  display: flex;
  justify-content: space-between;
}

.captcha__input {
  width: 100px;
}

.es-input-group-append {
  padding: 6px;
  display: flex;
}

.refreshCaptcha {
  border: none;
  background: transparent;
}

body {
  font-family: Vazir;
}
