@charset "UTF-8";
/*
 * بسم الله الرحمن الرحیم
 * اللهم صل علی محمد و آل محمد
 * ---------------------------
 * Created on Tue Jan 09 
 *
 * Copyright (c)  Abolfazl Danayi
 * adanayidet@gmail.com
 */
@font-face {
  font-family: thefont;
  src: url("/static/migration/font/Vazir.ttf");
}
* {
  direction: rtl !important;
}

nav * {
  font-family: thefont;
}

html body section.slider_section.position-relative div.detail-box * {
  font-family: thefont;
}

html body header.header_section div.container-fluid nav.navbar.navbar-expand-lg.custom_nav-container div div.custom_menu-btn {
  left: 15px !important;
  right: unset !important;
}
html body header.header_section div.container-fluid nav.navbar.navbar-expand-lg.custom_nav-container div div.custom_menu-btn div.detail-box * {
  font-family: thefont;
}

html body section.slider_section.position-relative div#customCarousel1.carousel.slide div.carousel-inner div.carousel-item.active div.img_container div.img-box {
  min-width: 100% !important;
  width: 100%;
}
@media screen and (max-width: 400px) {
  html body section.slider_section.position-relative div#customCarousel1.carousel.slide div.carousel-inner div.carousel-item.active div.img_container div.img-box {
    min-width: unset;
    width: unset;
    height: 100%;
  }
}

section.about_section {
  font-family: thefont !important;
}
section.about_section * {
  font-family: thefont !important;
  text-align: right;
}

section.info_section * {
  text-align: right !important;
}
section.info_section *:not(.fa) {
  font-family: thefont !important;
}
section.info_section h4 {
  text-align: center !important;
}
section.info_section i.fa {
  direction: ltr !important;
}

div.gallery_section * {
  text-align: right !important;
}
div.gallery_section *:not(.fa) {
  font-family: thefont !important;
}

span#displayYear {
  display: none;
}

div.gallery_section p {
  text-align: center !important;
}
div.gallery_section div.links {
  display: flex;
  flex-direction: column;
}
div.gallery_section div.links div.item {
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
div.gallery_section div.links div.item h3 {
  margin: 25px 0px;
}
div.gallery_section div.links div.item a {
  padding: 8px 15px;
  margin: 0px 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
div.gallery_section div.links div.item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
div.gallery_section div.photos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
div.gallery_section div.photos div.photo {
  height: 500px;
  margin: 10px;
  max-width: 80%;
  border-radius: 50px;
  border: 1px solid gray;
  overflow: hidden;
  position: relative;
}
div.gallery_section div.photos div.photo img {
  height: 100%;
  z-index: 0;
}
div.gallery_section div.photos div.photo:hover a.shade {
  visibility: visible;
}
div.gallery_section div.photos div.photo a.shade {
  background-color: rgba(255, 255, 255, 0.2);
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.service_section * {
  font-family: thefont !important;
}/*# sourceMappingURL=migrate.css.map */