@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade {
  animation: fade 0.7s; }

/**/
i.niafam {
  font-family: niafam-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.niafam-global:before {
  content: "\e904"; }

.niafam-user:before {
  content: "\e902"; }

.niafam-refresh:before {
  content: "\e903"; }

.niafam-like:before {
  content: "\e947"; }

.niafam-calendar:before {
  content: "\e916"; }

.niafam-minus:before {
  content: "\e932"; }

.niafam-plus-strock:before {
  content: "\e950"; }

.niafam-view:before {
  content: "\e95a"; }

.niafam-settings:before {
  content: "\e935"; }

.niafam-stopwatch:before {
  content: "\e922"; }

.niafam-iso:before {
  content: "\e926"; }

.niafam-login:before {
  content: "\e927"; }

.niafam-arroba:before {
  content: "\e91f"; }

.niafam-user-login:before {
  content: "\e920"; }

.niafam-archive:before {
  content: "\e918"; }

.niafam-home:before {
  content: "\e93b"; }

.niafam-accessibility:before {
  content: "\e91b"; }

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

.niafam-quote:before {
  content: "\e91a"; }

.niafam-play-button:before {
  content: "\e923"; }

.niafam-photo-camera:before {
  content: "\e91c"; }

.niafam-microphone:before {
  content: "\e91d"; }

.niafam-play:before {
  content: "\e921"; }

.niafam-video-camera:before {
  content: "\e924"; }

.niafam-download:before {
  content: "\e937"; }

.niafam-database:before {
  content: "\e92d"; }

.niafam-sitemap:before {
  content: "\e925"; }

.niafam-gap1:before {
  content: "\e944"; }

.niafam-aparat:before {
  content: "\e939"; }

.niafam-soroush:before {
  content: "\e93a"; }

.niafam-linkedin:before {
  content: "\e93c"; }

.niafam-rubika:before {
  content: "\e929"; }

.niafam-whatsapp:before {
  content: "\e93d"; }

.niafam-shaad:before {
  content: "\e95b"; }

.niafam-twitter:before {
  content: "\e93e"; }

.niafam-telegram:before {
  content: "\e928"; }

.niafam-instagram:before {
  content: "\e92a"; }

.niafam-left-arrow-2:before {
  content: "\e92b"; }

.niafam-right-arrow-2:before {
  content: "\e92c"; }

.niafam-up-arrow-2:before {
  content: "\e92e"; }

.niafam-up-arrow:before {
  content: "\e945"; }

.niafam-down-arrow .path1:before {
  content: "\e92f";
  color: #ffc107; }

.niafam-down-arrow .path2:before {
  content: "\e930";
  margin-left: -1em;
  color: black; }

.niafam-left-arrow:before {
  content: "\e931"; }

.niafam-right-arrow:before {
  content: "\e933"; }

.niafam-search:before {
  content: "\e934"; }

.niafam-fax:before {
  content: "\e936"; }

.niafam-pin:before {
  content: "\e93f"; }

.niafam-placeholder:before {
  content: "\e941"; }

.niafam-envelope-2:before {
  content: "\e938"; }

.niafam-envelope:before {
  content: "\e942"; }

.niafam-phone-call:before {
  content: "\e940"; }

.niafam-eita:before {
  content: "\e90d"; }

.niafam-bale:before {
  content: "\e90a"; }

.niafam-facebook:before {
  content: "\e907"; }

.niafam-gap:before {
  content: "\e90c"; }

.niafam-bisphon:before {
  content: "\e90b"; }

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

.niafam-link:before {
  content: "\e91e"; }

.niafam-rss:before {
  content: "\e900"; }

.niafam-niafam-logo:before {
  content: "\e901"; }

body {
  font-family: NotoSans; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 0px #19f; }

.flickity-button {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px 0 rgba(247, 183, 38, 0.5);
  background-color: #f7b726;
  transition: 0.3s;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center; }

.carousel .flickity-prev-next-button.next {
  right: 9px; }
  .carousel .flickity-prev-next-button.next::before {
    content: "\e92c";
    font-family: niafam-icons;
    color: #000;
    font-size: 21px;
    transform: rotate(-45deg); }

.carousel .flickity-prev-next-button.previous {
  left: -19px; }
  .carousel .flickity-prev-next-button.previous::before {
    content: "\e92b";
    font-size: 21px;
    color: #000;
    transform: rotate(-45deg);
    font-family: niafam-icons; }

.flickity-button:hover {
  background: #f7b726; }

.flickity-button:disabled {
  opacity: 0.5; }

.flickity-page-dots .dot {
  width: 40px;
  height: 5px;
  margin: 0 2px;
  background: #DCDCDC;
  border-radius: 100px;
  opacity: 1;
  transition: 0.3s; }

.flickity-page-dots .dot.is-selected {
  background-color: #F7B726; }

.flickity-page-dots {
  bottom: -30px; }

.carousel--dots-white .flickity-page-dots {
  position: absolute;
  width: initial;
  bottom: 50%;
  right: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  transform: translateY(50%); }
.carousel--dots-white .flickity-page-dots .dot {
  width: 10px;
  display: block;
  height: 10px;
  border: 2px solid #fff;
  margin: 2px 0;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s; }
  .carousel--dots-white .flickity-page-dots .dot.is-selected {
    background: #f7b726; }

.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: #27477de6;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s; }

.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: #12bad0;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  opacity: 1; }
  .search-area__close-btn i {
    color: #fff; }

.search-area__form {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  transition: 0.5s; }

.search-area__input {
  border-width: 0 0 2px 0;
  border-radius: 0;
  font-size: 28px;
  padding: 10px 0;
  border-color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  margin-bottom: 20px; }
  .search-area__input::placeholder {
    opacity: 1;
    color: #fff; }

.search-area__text {
  color: #fff; }

#mainMenu-trigger {
  display: none; }

.mburger {
  color: #0b4b88 !important; }

.menu-height {
  height: 110px;
  position: relative; }

.menu-parent {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1000; }

.icro-menu {
  height: 110px;
  background-color: transparent; }

@media (min-width: 991.98px) {
  .sm-simple ul a .sub-arrow {
    right: 8px;
    left: auto; }

  .sm-simple {
    border: 0;
    box-shadow: none;
    background-color: transparent; }

  #espritmenu {
    height: 100%;
    margin: 0 0 0 25px; }
    #espritmenu > ul {
      height: 100%; }

  #espritmenu > ul > li ul li a:hover {
    color: #ff4343; }

  #espritmenu > ul > li > a::after {
    content: "\e92f";
    font-size: 13px;
    position: absolute;
    right: 7px;
    top: 50%;
    font-weight: 600;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: niafam-icons; }

  #espritmenu > ul > li > a:only-child::after {
    content: none; }

  #espritmenu > ul > li > a:not(:only-child) {
    padding-right: 25.5px !important; }

  #espritmenu > ul > li {
    height: 100%;
    border: 0; }
    #espritmenu > ul > li > a {
      height: 100%;
      display: flex;
      align-items: center;
      transition: 0.3s;
      font-size: 16px;
      color: #000;
      position: relative; }
      #espritmenu > ul > li > a.has-submenu {
        padding: 20px 7.5px; }
      #espritmenu > ul > li > a .sub-arrow {
        left: 6px;
        width: 14px; }
        #espritmenu > ul > li > a .sub-arrow::before {
          content: none; }
    #espritmenu > ul > li:hover > a {
      color: #ff4343; }

  .sm-simple a.highlighted,
  .sm-simple a:active,
  .sm-simple a:focus,
  .sm-simple a:hover {
    background: transparent; }

  .sm-simple ul {
    border: 0;
    box-shadow: 0;
    max-width: initial !important;
    transform: none;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
    .sm-simple ul ul {
      transform: translateX(-5px); }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: 10px;
    right: auto;
    width: 14px; }
    .sm-simple.sm-rtl ul a .sub-arrow::before {
      content: "\e931";
      font-family: niafam-icons; }

  .sm-simple ul a,
  .sm-simple ul a:active,
  .sm-simple ul a:focus,
  .sm-simple ul a:hover {
    font-size: 15px;
    padding: 11px 15px; }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 15px 11px 30px; }

  .sm-simple a,
  .sm-simple a.highlighted,
  .sm-simple a:active,
  .sm-simple a:focus,
  .sm-simple a:hover {
    padding: 0px 10px;
    color: #000; }

  .sm-simple .scroll-down-arrow {
    border-color: #000 transparent transparent transparent; }

  .sm-simple .scroll-down,
  .sm-simple .scroll-up {
    background: #ff4343; } }
@media (max-width: 991.98px) {
  #mainMenu-trigger {
    display: block; }

  #espritmenu {
    display: none; } }
a {
  transition: 0.3s; }

.h-100 {
  height: 100% !important; }

.w-100 {
  width: 100% !important; }

.cover-link {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }

.logo-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 330px; }

.logo__info {
  padding: 0 0 0 15px; }

.logo__title {
  font-size: 26px;
  font-weight: bold;
  color: #d00000;
  margin-bottom: 7px; }

.logo__desc {
  font-size: 16px;
  font-weight: bold;
  color: #0b4b88; }

.header-extras {
  display: flex;
  align-items: center;
  margin-left: 30px; }

#btn-search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: #12bad0;
  box-shadow: 0 5px 10px 0 rgba(18, 186, 208, 0.5);
  margin-right: 10px;
  cursor: pointer; }
  #btn-search i {
    font-size: 16px; }

.profile {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  background-color: #f7b726;
  box-shadow: 0 5px 10px 0 rgba(247, 183, 38, 0.5);
  cursor: pointer; }
  .profile i {
    font-size: 16px; }

.top-box {
  border-radius: 40px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px 40px;
  position: relative;
  background-color: #fff; }

.main-pusher {
  padding-top: 30px; }
  .main-pusher.language {
    padding-top: 0; }

.main-slider {
  border-radius: 40px;
  overflomain-slider__w: hidden;
  position: relative;
  margin: 20px 0 40px; }

.main-slider__cell {
  width: 100%; }

.main-slider__item {
  position: relative;
  height: 400px;

  overflow: hidden; }

.main-slider__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: initial;
  z-index: 5; }

.main-slider__wave {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 88%; }

.main-slider__info {
  width: 665px;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 120px 0 60px;
  z-index: 20; }

.main-slider__title {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-style: italic; }

.main-slider__btn {
  box-shadow: 0 5px 10px 0 rgba(238, 25, 53, 0.5);
  font-size: 16px;
  color: #fff;
  background-color: #ee1935;
  padding: 10px 21px;
  border-radius: 10px;
  margin-top: 30px;
  display: inline-flex; }

.time {
  display: flex;
  margin-bottom: 15px; }

.count {
  display: flex;
  flex-direction: column;
  width: 96px;
  height: 83px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7b726;
  border-radius: 15px;
  margin: 0 10px 0 0; }

.count__text {
  font-size: 16px;
  color: #f7b726; }

.count__num {
  font-size: 26px;
  font-weight: bold;
  color: #f7b726;
  margin-bottom: 10px; }

.events {
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  border-radius: 40px;
  margin-bottom: 40px;
  padding: 0 55px 0 40px;
  background-color: #f5f5f5; }

.events__info {
  padding: 40px 0;
  margin-right: -5px; }

.events__title {
  font-size: 22px;
  font-weight: bold;
  color: #0b4b88;
  margin-bottom: 10px; }

.events__desc {
  font-size: 18px;
  color: #000;
  line-height: 20px; }
  
.event-slider {
  margin: 0 -15px 0 100px; }
  .event-slider .flickity-prev-next-button.next {
    right: -46px; }
  .event-slider .flickity-prev-next-button.previous {
    left: -68px; }

.event__cell {
  width: 34%;
  padding: 0 30px 0 0px; }

.event__item {
  position: relative;
  padding: 30px 0; }

.event__title {
  font-size: 16px;
  line-height: 16px;
  color: #0b4b88;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.event__date {
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  margin-top: 45px;
  display: flex;
  position: relative; }
  .event__date::before {
    content: "";
    position: absolute;
    top: -22.5px;
    left: 0;
    width: calc(100% + 30px);
    height: 2px;
    background-color: #dcdcdc; }
  .event__date::after {
    content: "";
    position: absolute;
    top: -29px;
    left: 37.5px;
    width: 15px;
    height: 15px;
    background-color: #f7b726;
    z-index: 5;
    border-radius: 50%; }

.language__events .event__cell {
  width: 90px;
  padding: 0 0 0 0px;
  margin: 0 60px 0 0; }
.language__events .event__title {
  text-align: center; }
.language__events .event__date::before {
  width: calc(100% + 62px); }

.news .flickity-page-dots {
  width: initial;
  bottom: auto;
  top: -53px;
  right: 156px; }

.icro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative; }

.icro-head__title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px; }

.icro-head__desc {
  font-size: 18px;
  color: #606060; }

.icro-head__arch {
  box-shadow: 0 5px 10px 0 rgba(251, 87, 61, 0.5);
  font-size: 16px;
  color: #fff;
  background-color: #fb573d;
  padding: 10px 21px;
  border-radius: 10px;
  display: inline-flex; }
  .icro-head__arch:hover {
    background-color: #f7b726; }

.news-slider {
  margin: 0 -15px; }

.news__cell {
  width: 50%;
  padding: 0 15px; }

.news__item {
  display: flex;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #dcdcdc; }

.news__img-div {
  width: 260px;
  height: 260px;
  flex: 0 0 260px;
  overflow: hidden;
  position: relative;
  border-radius: 40px; }

.news__img {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  width: initial;
  transition: 1s; }
  .news__img:hover {
    transform: translateX(50%) scale(1.1); }

.news__info {
  flex-grow: 1;
  padding: 0 30px 0 30px; }

.news__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px; }

.news__link {
  color: #0b4b88;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .news__link:hover {
    color: #fb573d; }

.news__lead {
  font-size: 16px;
  color: #606060;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.teaching {
  padding: 40px 0;
  background-size: cover;
  background-position: bottom; }

.teaching__title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 7px; }

.teaching__desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  line-height: 24px; }

.teach-tabs__pane {
  display: none;
  transition: opacity 0.3s; }
  .teach-tabs__pane.show {
    display: block; }

.teach-tabs {
  margin: 0 25px; }

.teach-tabs__cell {
  padding: 15px 15px 15px;
  width: 25%; }

.teach-tabs__link {
  height: 100px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px; }
  .teach-tabs__link.active::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent; }

.teach-tabs__title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: bold; }

.teach__slider {
  margin: 0 -15px; }

.teach__cell {
  width: 25%;
  padding: 0 15px; }

.teach__item {
  border-radius: 40px;
  border: 1px solid #dcdcdc; }
  .teach__item:hover .teach__img {
    transform: translateX(50%) translateY(-50%) scale(1.1); }

.teach__img-div {
  padding-bottom: 83.87096774%;
  height: 0;
  border-radius: 40px;
  position: relative;
  overflow: hidden; }

.teach__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: initial;
  height: initial;
  transition: 1s; }

.teach__icon {
  font-size: 60px;
  color: #f7b726;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%); }

.teach__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  padding: 30px;
  min-height: 132px; }

.teach__link {
  color: #0b4b88;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .teach__link:hover {
    color: #fb573d; }

.teach-tabs__content {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 30px 40px; }

.teach__arch-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px; }

.iran-box {
  padding: 40px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  background-color: #fff; }
  .iran-box .teaching__title {
    color: #000; }
  .iran-box .teaching__desc {
    color: #000;
    max-width: 720px;
    margin-bottom: 30px; }

.mosque__img--1 {
  position: absolute;
  right: 0;
  min-width: 100%;
  height: initial;
  top: 0;
  z-index: 0; }

.mosque__img--2 {
  position: absolute;
  right: 0;
  min-width: 100%;
  height: initial;
  bottom: 0;
  z-index: 0; }

.pos-rel {
  position: relative;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px; }

.pos-rel--2 {
  border-bottom: 0px dashed #000;
  margin-bottom: 0; }
  .pos-rel--2 .teaching__desc {
    color: #606060;
    margin-bottom: 20px; }

.tourism-slider {
  position: relative;
  margin: 0 -15px 40px; }

.tourism__cell {
  width: 33.3333%;
  padding: 0 15px; }

.tourism__item {
  position: relative;
  padding-bottom: 94.33962264%;
  height: 0;
  overflow: hidden;
  border-radius: 40px; }
  .tourism__item:hover::before {
    opacity: 1; }
  .tourism__item:hover .tourism__title {
    opacity: 1; }
  .tourism__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000, transparent);
    z-index: 10;
    opacity: 0;
    transition: 0.5s; }

.tourism__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: initial;
  height: initial;
  transition: 1s; }

.tourism__title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #fff;
  z-index: 20;
  opacity: 0;
  transition: 0.5s; }
  .tourism__title::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    height: 5px;
    width: 40px;
    border-radius: 50px;
    background-color: #fb573d;
    bottom: 0; }

.sp-dots .flickity-page-dots {
  width: initial;
  bottom: auto;
  top: -53px;
  right: 156px; }

.uni-slider {
  position: relative;
  margin: 0 -15px 40px; }

.uni__cell {
  width: 50%;
  padding: 0 15px; }

.uni__item {
  position: relative;
  padding-bottom: 61.5384615385%;
  height: 0;
  overflow: hidden;
  border-radius: 40px; }
  .uni__item:hover::before {
    opacity: 1; }
  .uni__item:hover .uni__info {
    opacity: 1; }
  .uni__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000, transparent);
    z-index: 10;
    opacity: 0;
    transition: 0.5s; }

.uni__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: initial;
  height: initial;
  transition: 1s; }

.uni__info {
  position: absolute;
  z-index: 20;
  width: 100%;
  bottom: 40px;
  padding: 0 40px;
  right: 0;
  opacity: 0;
  transition: 0.5s; }

.uni__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #fff;
  z-index: 20;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  .uni__title::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    height: 5px;
    width: 40px;
    border-radius: 50px;
    background-color: #fb573d;
    bottom: 0; }

.uni__desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center; }

.footer {
  padding: 63px 0 0 0;
  background-color: #0b4b88; }

.footer__head {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 22px;
  padding-bottom: 19px;
  margin-bottom: 15px; }
  .footer__head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 34px;
    border-radius: 100px;
    background-color: #f7b726; }
  .footer__head::after {
    content: "";
    position: absolute;
    left: 37px;
    bottom: 0;
    height: 4px;
    width: 15px;
    border-radius: 100px;
    background-color: #f7b726;
    opacity: 0.5; }

.subscribe-form label {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 30px; }
.subscribe-form input {
  width: 100%;
  padding: 9px 15px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 15px;
  color: #bbbbbb; }
  .subscribe-form input::placeholder {
    font-size: 16px;
    color: #bbbbbb; }
.subscribe-form .es-form-captcha-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  align-items: center; }
.subscribe-form .captcha-image {
  height: 40px;
  width: initial; }
.subscribe-form .es-input-group {
  display: flex;
  flex-direction: row-reverse; }
  .subscribe-form .es-input-group input {
    width: 190px;
    margin: 0 30px 0 0; }
.subscribe-form .refreshCaptcha {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  border: 0;
  background-color: #12bad0; }
  .subscribe-form .refreshCaptcha i {
    font-size: 15px; }
.subscribe-form #submit-subscribe {
  font-size: 16px;
  background-color: #fb573d;
  border-radius: 10px;
  padding: 12px 30px;
  border: 0;
  box-shadow: 0 5px 10px 0 rgba(251, 87, 61, 0.5);
  color: #fff;
  margin-top: 30px; }

.calendar {
  text-align: center;
  color: white;
  margin: 5px 0 0 0 !important; }

.calendar header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px; }

.calendar header h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }

.calendar header a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.calendar header .btn-prev {
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.calendar header .btn-next {
  text-align: left; }

.calendar .day-event {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  display: block; }

.calendar .day-event::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f7b726;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.calendar .calendar-table {
  width: 100%; }

.calendar tr {
  margin-bottom: 12px; }

.calendar thead {
  font-size: 16px;
  font-weight: bold; }

.calendar thead tr {
  margin-bottom: 20px; }

.calendar td {
  width: 40px;
  position: relative;
  font-weight: normal;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -ms-flex-preferred-size: 14.28%;
  flex-basis: 14.28%;
  font-size: 20px; }

.calendar tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.calendar tbody td {
  position: relative; }

.calendar tbody td.has {
  z-index: 1;
  cursor: pointer; }

.calendar tbody td.has:hover .day-event {
  opacity: 1;
  visibility: visible; }

.calendar tbody td:hover {
  color: #0b4b88; }
  .calendar tbody td:hover .back {
    background-color: #f7b726; }

.calendar tbody td .back {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.calendar tbody td:nth-child(7) {
  color: #f7b726; }

.calendar .day-event {
  width: 300px;
  border-radius: 5px;
  background-color: #f7b726;
  padding: 15px;
  color: black;
  z-index: 20; }

#divCal {
  position: relative;
  z-index: 10;
}

.calendar .day-event p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  line-height: 24px; }
  .calendar .day-event p:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #fff; }

.calendar .day-event a {
  height: 22px;
  width: 52px;
  font-size: 10px; }

.calendar .group:after {
  content: "";
  display: table;
  clear: both; }

.calendar img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline; }

.calendar a {
  text-decoration: none; }

.calendar .calendar-wrapper {
  width: 360px;
  margin: 3em auto;
  padding: 2em;
  border: 1px solid #dcdcff;
  border-radius: 5px;
  background: #fff; }

.calendar header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.calendar header a {
  width: 30px;
  max-width: 30px; }

.calendar .days td {
  font-weight: 700;
  font-size: 16px; }

.calendar table {
  clear: both;
  width: 100%;
  border: 1px solid #dcdcff;
  border-radius: 3px;
  border-collapse: collapse;
  color: #444; }

.calendar td.not-current {
  opacity: 0; }

.calendar td {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 14.285714285714%; }

.calendar td.not-current {
  color: silver; }

.calendar td.today {
  font-weight: 700;
  color: #28283b;
  font-size: 15px; }

.calendar td {
  font-size: 20px; }

.calendar thead td {
  border: none;
  color: #28283b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700; }

.calendar table {
  color: #fff; }

.calendar thead td {
  min-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.calendar table {
  border: none;
  margin-top: -50px; }

.calendar tbody td.has:hover {
  color: #0b4b88; }

.calendar tbody td:hover .back {
  background-color: #f7b726; }

.post {
  display: flex;
  align-items: center; }
  .post:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #003c75; }

.post__img-div {
  flex: 0 0 100px;
  width: 100px;
  height: 66.67px;
  position: relative;
  overflow: hidden;
  border-radius: 15px; }

.post__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: initial;
  z-index: 5; }

.post__info {
  padding: 0 0 0 15px; }

.post__date {
  font-size: 12px;
  color: #fff;
  margin-bottom: 7px; }

.post__title {
  font-size: 14px;
  line-height: 24px; }

.post__link {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.copyright__inner {
  padding: 15px 0 19px;
  border-top: 1px solid #003c75;
  margin-top: 90px;
  z-index: 10; }

.copyright__text {
  font-size: 16px;
  line-height: 22px;
  color: #fff; }

.copyright__niafam {
  font-size: 14px;
  color: #fff; }

.art__slider ,.cinema__slider ,.animation__slider,.Serial_slider,.Documentary__slider{
  position: relative;
  margin: 0 -15px 40px; }

.art__cell ,.cinema__cell ,.animation__cell,.Serial__cell,.Documentary__cell {
  padding: 0 15px; }

.art__cell--25 ,.cinema__cell--25 ,.animation__cell--25,.Serial__cell--25,.Documentary__cell--25 {
  width: 25%; }
  .art__cell--25 .art__item,.cinema__cell--25 .cinema__item,.animation__cell--25 .animation__item,.Serial__cell--25 .Serial__item,.Documentary__cell--25 .Documentary__item {
    padding-bottom: 139.6774194%; }

.art__cell--50,.cinema__cell--50 ,.animation__cell--50,.Serial__cell--50,.Documentary__cell--50 {
  width: 50%; }
  .art__cell--50 .art__item,.cinema__cell--50 .cinema__item,.animation__cell--50 .animation__item,.Serial__cell--50 .Serial__item,.Documentary__cell--50 .Documentary__item {
    padding-bottom: 66.615384%; }

.art__cell--40,.cinema__cell--40 ,.animation__cell--40,.Serial__cell--40,.Documentary__cell--40{
  width: 40%; }
  .art__cell--40 .art__item,.cinema__cell--40 .cinema__item,.animation__cell--40 .animation__item,.Serial__cell--40 .Serial__item,.Documentary__cell--40 .Documentary__item {
    padding-bottom: 66.615384%; }


.art__item,.cinema__item,.animation__item,.Serial__item,.Documentary__item {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 40px; }
  .art__item:hover::before ,.Documentary__item:hover::before ,.Serial__item:hover::before ,.animation__item:hover::before ,.cinema__item:hover::before {
    opacity: 1; }
  .art__item:hover .art__title ,.Documentary__item:hover .Documentary__title ,.Serial__item:hover .Serial__title ,.animation__item:hover .animation__title ,.cinema__item:hover .cinema__title {
    opacity: 1; }
  .art__item::before,.Documentary__item::before,.Serial__item::before,.animation__item::before,.cinema__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000, transparent);
    z-index: 10;
    opacity: 0;
    transition: 0.5s; }

.art__item--small,.Documentary__item--small,.Serial__item--small,.animation__item--small,.cinema__item--small {
  padding-bottom: 65% !important; }
  .art__item--small:not(:last-child),.Documentary__item--small:not(:last-child),.Serial__item--small:not(:last-child),.animation__item--small:not(:last-child),.cinema__item--small:not(:last-child) {
    margin-bottom: 30px; }

.art__img,.cinema__img,.animation__img,.Serial__img,.Documentary__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: initial;
  height: initial;
  transition: 1s; }

.art__title,.cinema__title,.animation__title,.Serial__title,.Documentary__title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 40px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #fff;
  z-index: 20;
  opacity: 0;
  transition: 0.5s; }
  .art__title::before,.cinema__title::before,.animation__title::before,.Serial__title::before,.Documentary__title::before {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    height: 5px;
    width: 40px;
    border-radius: 50px;
    background-color: #fb573d;
    bottom: 0; }

.art__icon,.cinema__icon,.animation__icon,.Serial__icon,.Documentary__icon {
  font-size: 50px;
  color: #fff;
  z-index: 20;
  position: absolute;
  top: 40px;
  left: 40px; }

.topbar {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.topbar__wrapper {
  display: flex;
  align-items: center; }

.topbar__label {
  font-size: 16px;
  color: #606060;
  display: flex;
  align-items: center; }

.topbar__icon {
  font-size: 20px;
  color: #606060;
  margin: 0 5px 0 0; }

.topbar__list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 0 10px;
  transform: translateY(5px);
  z-index: 10; }
  .topbar__list:hover .topbar__inner {
    visibility: visible;
    opacity: 1; }

.topbar__label--2 {
  margin: 0 0 0 30px; }

.topbar__list--2 .topbar__item a {
  min-width: 72px; }

.topbar__list--3 .topbar__item a {
  min-width: 147px;
  background-color: #d00000;
  color: #fff; }
  .topbar__list--3 .topbar__item a i {
    color: #fff; }

.topbar__item {
  font-size: 14px;
  margin-bottom: 5px; }
  .topbar__item a {
    color: #0b4b88;
    display: flex;
    align-items: center;
    height: 22px;
    min-width: 57px;
    padding: 0 10px;
    border-radius: 100px;
    background-color: #eaeaea;
    justify-content: center;
    transition: 0.5s; }
  .topbar__item i {
    font-size: 10px;
    margin: 0 0 0 5px;
    transform: rotate(180deg);
    color: #fb573d; }

.topbar__inner {
  position: absolute;
  padding: 0 10px;
  margin: 0 -10px;
  top: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s; 
height: 300px;}
  .topbar__inner a:hover {
    background-color: #fb573d;
    color: #fff; }
    .os-theme-dark>.os-scrollbar-vertical, .os-theme-light>.os-scrollbar-vertical {
      width: 7px;
  }
.aboutus {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px; }

.aboutus__more {
  color: #f7b726; }

.footer__links {
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin-top: 23px; }

.footer__link__item {
  /* flex: 0 0 50%; */
  margin-bottom: 25px; }

.footer__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff; }
  .footer__link i {
    font-size: 14px;
    margin: 0 5px 0 0; }
  .footer__link:hover {
    color: #f7b726; }

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6); }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6); }

.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c; }

.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39; }

.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357; }

.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c; }

.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73; }

.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; }

.marker-cluster span {
  line-height: 30px; }

.fullscreen-icon {
  background-image: url(/uploads/assets/images/icon-fullscreen-2x.jpeg); }

.leaflet-retina .fullscreen-icon {
  background-image: url(/uploads/assets/images/icon-fullscreen-2x.jpeg);
  background-size: 26px 26px; }

.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999; }

.leaflet-container {
  height: 522px; }

[data-map-canvas] {
  width: 100%;
  height: 522px;
  margin: 0;
  border-radius: 10px; }

.data-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.leaflet-popup-content-wrapper {
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 0;
  border-top: 0px solid #f69821;
  border-radius: 10px; }

.leaflet-popup-content {
  padding: 0;
  margin: 0; }

.leaflet-popup-content p {
  margin: 10px 0;
  font-family: "NotoSans"; }

.leaflet-popup-content p > span {
  font-weight: 700;}

.leaflet-popup-tip-container {
  display: none; }

.browse__map--infowindow--section + .browse__map--infowindow--section {
  border-top: 1px solid #ccc; }

.browse__map--sidebar .browse__map--infowindow--section + .browse__map--infowindow--section {
  border-top: 0;
  margin-top: 8px; }

.browse__map--infowindow--item {
  padding: 16px;
  display: flex;
  flex-direction: row-reverse; }

.browse__map--sidebar .browse__map--infowindow--item {
  background: #fff; }

.browse__map--infowindow--details {
  flex: 1 1 auto;
  text-align: center;
  font-size: 18px;
  font-family: Vazir; }
  .browse__map--infowindow--details  a {
    color: #fff;
}

.browse__map--infowindow--actions {
  border-top: 1px solid #ccc;
  display: flex;
  font-weight: 700; }

.browse__map--infowindow--actions > a,
.browse__map--infowindow--actions > button {
  width: 50%;
  padding: 12px 0;
  text-align: center; }

.browse__map--infowindow--actions > a:first-child,
.browse__map--infowindow--actions > button:first-child {
  border-right: 1px solid #ccc; }

.browse__map--infowindow--image {
  margin-left: 12px;
  flex: 0 0 auto; }

.browse__map--infowindow--image img {
  display: block;
  width: 60px;
  height: auto; }

.leaflet-marker-icon.marker-cluster-large,
.leaflet-marker-icon.marker-cluster-medium,
.leaflet-marker-icon.marker-cluster-small {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 700;
  border-radius: 50%; }

.leaflet-marker-icon.marker-cluster-large > div,
.leaflet-marker-icon.marker-cluster-medium > div,
.leaflet-marker-icon.marker-cluster-small > div {
  background: #f69821; }

.marker-cluster div {
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.marker-cluster span {
  line-height: 42px; }

.leaflet-marker-icon .number {
  position: relative;
  top: -52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%; }

.scrolltop {
  right: 30px;
  opacity: 0;
  position: fixed;
  text-align: center;
  line-height: 12px;
  bottom: 0px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100; }
  .scrolltop::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    background: #07CCEC;
    right: 50%;
    top: 50%;
    border-radius: 50%;
    transition: 0.3s; }

.scrolltop--show {
  bottom: 30px;
  opacity: 1;
  visibility: visible; }

.scrolltop i {
  display: block;
  line-height: 39px;
  width: 39px;
  height: 39px;
  font-size: 16px;
  top: 0 !important;
  left: 0 !important;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 10;
  transform: translate(0, 0);
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.scrolltop:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }
.scrolltop:hover i {
  transform: translate(0, -39px) !important; }

.main-pusher {
  transition: 0.3s;
  background-color: #FAFAFA; }

.main-pusher--pushed {
  transform: translateX(280px); }

.blind-area {
  width: 280px;
  position: fixed;
  left: 0px;
  top: 0;
  height: 100%;
  background-color: #000;
  padding: 30px 15px;
  z-index: 1000;
  transition: 0.3s;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0; }

.blind-area--show {
  transform: scale(1);
  visibility: visible;
  opacity: 1; }

.blind {
  margin-bottom: 30px; }

.blind__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #434343;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.blind__link {
  display: block;
  padding: 0.6em;
  margin: 0 0 15px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  width: 100%; }
  .blind__link.active {
    background-color: #fff;
    color: #333; }

.custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px; }

.custom__info {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px; }

.custom__btn {
  flex-grow: 1;
  border: 0;
  padding: 12px 0;
  background-color: #2250fc;
  color: #fff;
  font-size: 14pxem; }
  .custom__btn:not(:last-child) {
    border-left: 0.5px solid #2220fc; }

.blind__button {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: fixed;
  left: 0;
  top: calc(50% - 35px);
  transition: 0.3s;
  background-color: #F7B726;
  border: 0;
  z-index: 1000; }
  .blind__button:hover .blind__button__text {
    visibility: visible;
    opacity: 1; }

.blind__button--hidden {
  left: -65px; }

.blind__button__icon {
  color: #fff;
  font-size: 35px; }

.blind__button__text {
  position: absolute;
  border-radius: 5px;
  left: 120%;
  top: 15px;
  font-size: 16px;
  padding: 8px 18px;
  color: #fff;
  background-color: #F7B726;
  white-space: nowrap;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }
  .blind__button__text::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    top: 50%;
    right: 100%;
    height: 0;
    border-style: solid;
    border-width: 3.5px 5px 3.5px;
    border-color: transparent #F7B726 transparent transparent;
    transform: translateY(-50%); }

.blind__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  transition: 0.3s;
  z-index: 500;
  visibility: hidden;
  opacity: 0; }
  .blind__overlay:hover {
    cursor: url(../images/close.webp), auto; }

.blind__overlay--show {
  visibility: visible;
  opacity: 0.5; }

body.colorblind1,
body.zones.colorblind1 {
  -webkit-filter: url(../images/filters.svg#protanopia) grayscale(0) !important;
  filter: url(../images/filters.svg#protanopia) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind1,
body.zones.colorblind1 {
  filter: url(../images/filters.svg#protanopia) grayscale(0) !important; }

body.colorblind2,
body.zones.colorblind2 {
  -webkit-filter: url(../images/filters.svg#protanomaly) grayscale(0) !important;
  filter: url(../images/filters.svg#protanomaly) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind2,
body.zones.colorblind2 {
  filter: url(../images/filters.svg#protanomaly) grayscale(0) !important; }

body.colorblind3,
body.zones.colorblind3 {
  -webkit-filter: url(../images/filters.svg#deuteranopia) grayscale(0) !important;
  filter: url(../images/filters.svg#deuteranopia) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind3,
body.zones.colorblind3 {
  filter: url(../images/filters.svg#deuteranopia) grayscale(0) !important; }

body.colorblind4,
body.zones.colorblind4 {
  -webkit-filter: url(../images/filters.svg#deuteranomaly) grayscale(0) !important;
  filter: url(../images/filters.svg#deuteranomaly) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind4,
body.zones.colorblind4 {
  filter: url(../images/filters.svg#deuteranomaly) grayscale(0) !important; }

body.colorblind5,
body.zones.colorblind5 {
  -webkit-filter: url(../images/filters.svg#tritanopia) grayscale(0) !important;
  filter: url(../images/filters.svg#tritanopia) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind5,
body.zones.colorblind5 {
  filter: url(../images/filters.svg#tritanopia) grayscale(0) !important; }

body.colorblind6,
body.zones.colorblind6 {
  -webkit-filter: url(../images/filters.svg#tritanomaly) grayscale(0) !important;
  filter: url(../images/filters.svg#tritanomaly) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind6,
body.zones.colorblind6 {
  filter: url(../images/filters.svg#tritanomaly) grayscale(0) !important; }

body.colorblind7,
body.zones.colorblind7 {
  -webkit-filter: url(../images/filters.svg#achromatopsia) grayscale(0) !important;
  filter: url(../images/filters.svg#achromatopsia) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind7,
body.zones.colorblind7 {
  filter: url(../images/filters.svg#achromatopsia) grayscale(0) !important; }

body.colorblind8,
body.zones.colorblind8 {
  -webkit-filter: url(../images/filters.svg#achromatomaly) grayscale(0) !important;
  filter: url(../images/filters.svg#achromatomaly) grayscale(0) !important; }

body _:-moz-tree-row(hover),
body.colorblind8,
body.zones.colorblind8 {
  filter: url(../images/filters.svg#achromatomaly) grayscale(0) !important; }

@media (max-width: 1399.98px) {
  .events__desc {
    font-size: 14px; }

  .main-slider__info {
    width: 575px; } }
@media (max-width: 1199.98px) {
  .event__cell {
    width: 50%; }
  .events {
    padding: 0 55px 0 30px; }

  .events__info {
    margin-right: -35px; }

  .main-slider__title {
    font-size: 20px;
    line-height: 28px; }

  .main-slider__info {
    width: 385px;
    padding: 0 40px 0 40px; }

  .news__img-div {
    width: 200px;
    height: 200px;
    flex: 0 0 200px; }

  .news__info {
    padding: 0px 15px 0 15px; }

  .news__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }

  .news__lead {
    font-size: 14px;
    line-height: 20px; }

  .blind__button {
    width: 40px;
    height: 40px; }

  .blind__button__icon {
    font-size: 22px; }

  .teach-tabs__title {
    font-size: 18px; }

  .teach__title {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 15px 20px;
    min-height: 112px; }

  .teach__cell {
    width: 33.3333333%; }

  .tourism__img {
    height: 100%; }

  .uni__img {
    width: 100%; }

  .uni__info {
    bottom: 20px; }

  .uni__title {
    font-size: 16px;
    margin-bottom: 10px; }

  .uni__desc {
    font-size: 14px;
    line-height: 17px;
    -webkit-line-clamp: 3; }

  .subscribe-form .es-input-group input {
    width: initial;
    margin: 0 10px 15px 0; }

  .subscribe-form .es-form-captcha-row {
    flex-direction: column-reverse;
    align-items: flex-start; }

  .art__title ,.cinema__title,.animation__title,.Serial__title,.Documentary__title{
    bottom: 20px; }

  .art__img,.cinema__img,.animation__img,.Serial__img,.Documentary__img  {
    width: 100%; } }
@media (max-width: 991.98px) {
  .events__info {
    padding: 30px 0 0;
    margin-right: 0; }

  .event-slider {
    margin: 0 -15px; }

  .event__cell {
    width: 100%;
    padding: 0 15px; }

  .events {
    padding: 0 30px 10px 30px;
    background-size: cover; }

  .event-slider .flickity-prev-next-button.next {
    right: -20px; }

  .event-slider .flickity-prev-next-button.previous {
    left: -48px; }

  .main-slider__item {
    height: 350px; }

  .count {
    width: 70px;
    height: 70px; }

  .count__num {
    font-size: 20px; }

  .main-slider__title {
    font-size: 16px;
    line-height: 22px; }

  .main-slider__info {
    width: 295px;
    padding: 0 40px 0 30px; }

  .news__cell {
    width: 100%; }

  .news .flickity-page-dots {
    right: 115px; }

  .flickity-page-dots .dot {
    width: 15px; }

  .teach-tabs__cell {
    width: 33.33333%; }

  .teach__cell {
    width: 50%; }

  .tourism__cell {
    width: 50%; }

  .uni__info {
    padding: 0 25px; }

  .uni__title {
    line-height: 19px; }

  .footer {
    padding: 33px 0 0 0; }

  .footer__head {
    margin-top: 30px; }

  .art__item ,.cinema__item,.animation__item,.Serial__item,.Documentary__item{
    padding-bottom: 94.33962264% !important; }

  .art__cell,.cinema__cell ,.animation__cell,.Serial__cell,.Documentary__cell {
    width: 50%; }

  .art__icon ,.cinema__icon,.animation__icon,.Serial__icon,.Documentary__icon{
    font-size: 35px;
    top: 20px;
    left: 20px; }

  .sp-dots .flickity-page-dots {
    display: none; }

  .calendar {
    margin: 15px auto 0 auto !important;
    max-width: 400px; } }
@media (max-width: 767.98px) {
  .event__title {
    -webkit-line-clamp: 3;
    line-height: 20px; }

  .logo__title {
    font-size: 16px;
    margin-bottom: 4px; }

  .logo__desc {
    font-size: 14px; }

  .main-slider__info {
    width: 100%;
    top: auto;
    bottom: 20px;
    transform: translateY(0%);
    padding: 0 20px 0 20px; }

  .main-slider__title {
    font-size: 16px;
    line-height: 20px; }

  .main-slider__btn {
    margin-top: 100px; }

  .main-slider__wave {
    top: 33%;
    transform: translateY(0%);
    width: initial; }

  .carousel--dots-white .flickity-page-dots {
    right: 20px;
    transform: translateY(-200%); }

  .time {
    margin-bottom: 5px; }

  .count {
    width: 55px;
    height: 45px; }

  .count__num {
    font-size: 16px;
    margin-bottom: 5px; }

  .count__text {
    font-size: 14px; }

  .news .flickity-page-dots {
    display: none; }

  .teach-tabs__cell {
    width: 50%; }

  .tourism__title {
    bottom: 20px;
    font-size: 16px; }

  .icro-head__title {
    font-size: 18px; }

  .icro-head__desc {
    font-size: 14px; }

  .icro-head__arch {
    font-size: 14px;
    padding: 8px 15px; }

  .iran-box {
    padding: 25px; }

  .teaching__desc {
    font-size: 15px;
    line-height: 18px; }

  .uni__cell {
    width: 100%; }

  .copyright__text {
    margin-bottom: 10px; }

  .leaflet-container {
    height: 300px; }

  [data-map-canvas] {
    height: 300px; } }
@media (max-width: 575.98px) {
.calendar .day-event{
    width: auto;
}
#divCal{
overflow: auto;
}
  .menu-parent {
    position: relative; }

  .top-box {
    padding: 20px 20px 20px; }

.main-slider__item {
    height: 400px; }

  
  .main-slider__img {
    width: initial;
    height: 100%; }

  .main-slider__wave {
    width: initial; }

  .news__img-div {
    width: 100%;
    flex: 0 0 200px; }

  .news__item {
    flex-direction: column; }

  .news__info {
    padding: 20px 25px 20px 25px; }

  .teach-tabs__link {
    height: 80px;
    border-radius: 30px; }

  .teach-tabs__title {
    font-size: 16px; }

  .teach__cell {
    width: 100%; }

  .tourism__cell {
    width: 100%; }

  .icro-head .icro-head__arch {
    margin: 0 0 0 5px; }

  .uni__item {
    padding-bottom: 94.33962264%; }

  .uni__img {
    width: initial;
    height: 100%; }

  .art__cell,.cinema__cell ,.animation__cell,.Serial__cell,.Documentary__cell {
    width: 100%; }

  .topbar {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }

  .topbar__wrapper {
    flex-direction: column;
    display: flex;
    align-items: center; }

  .topbar__label--2 {
    margin: 0; } }

/*# sourceMappingURL=my-style.css.map */
