@font-face {
  font-family: thefont;
  src: url(/static/style/themes/fonts/Sahel.ttf), url("https://cdn.fontcdn.ir/Font/Persian/Sahel/Sahel.ttf") format("truetype");
}

.centering {
  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;
}

@font-face {
  font-family: thefont;
  src: url(/static/style/themes/fonts/Sahel.ttf), url("https://cdn.fontcdn.ir/Font/Persian/Sahel/Sahel.ttf") format("truetype");
}

.centering {
  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;
}

div#content div.row.part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  width: 80%;
  -ms-flex-item-align: center;
      align-self: center;
  border: 1px solid 1px solid #c8da2d;
  padding: 10px 20px;
  border-radius: 3px;
  border-top-left-radius: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px #c8da2d;
          box-shadow: 0px 0px 10px 0px #c8da2d;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #f9ffc7;
}

@media screen and (max-width: 890px) {
  div#content div.row.part {
    max-width: calc(100% - 80px);
  }
}

div#content div.row.part:hover {
  -webkit-box-shadow: 0px 0px 30px 0px #93b0b4;
          box-shadow: 0px 0px 30px 0px #93b0b4;
}

div#content div.row.part h3,
div#content div.row.part h4 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px;
}

div#content div.row.part a.link {
  position: relative;
  width: 100%;
  margin: 5px 0px;
  padding: 5px 15px;
  max-width: 350px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #003566;
  color: white;
  border-radius: 15px;
  border: 1px solid white;
  text-align: center;
}

div#content div.row.part a.link:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #003566;
          box-shadow: 0px 0px 5px 0px #003566;
  cursor: pointer;
}

div#content div.row.part a.link:active {
  top: 3px;
  left: 3px;
}

div#content div.row.part div.text p {
  text-align: justify;
}

div#content div.row.part div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

div#content div.row.part div.row > * {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div#content div.row.part div.row > *:last-child {
  margin-left: 0px;
}

div#content div.row.part div.row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#content div.row.part div.row div.card {
  padding: 5px 10px;
}

div#content div.row.part div.row div.card h4 span {
  color: darkgray;
  font-size: 9.6px;
}

div#content div.row.part div.row div.card.border {
  border: 1px solid darkslateblue;
  border-radius: 10px;
}

div#content div.row.part div.row div.card ul {
  padding-right: 15px;
}

div#content div.row.part img {
  height: 150px;
}

div#content div.row.part.pi {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div#content div.row.part.pi h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

div#content div.row.part.pi .p {
  width: 60%;
  text-align: justify;
}

div#content div.row.part.pi .i {
  width: 20%;
  height: unset;
}

@media screen and (max-width: 890px) {
  div#content div.row.part.pi .i {
    width: 250px;
  }
}

div#content div.row.part.pi div.i {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

div#content div.part.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div#content div.part.cards h3.title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

div#content div.part.cards > .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid lightgray;
  -webkit-box-shadow: 0px 0px 15px 0px lightgrey;
          box-shadow: 0px 0px 15px 0px lightgrey;
  overflow: hidden;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-decoration: none;
}

div#content div.part.cards > .card p.title {
  padding: 5px 5px;
  width: calc(100% - 10px);
  font-size: 13.2px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(66, 35, 35, 0.9);
  color: white;
}

div#content div.part.cards > .card img {
  width: 100% !important;
  height: auto !important;
}

div#content div.part.cards > .card p.footer {
  background-color: rgba(236, 227, 143, 0.8);
  padding: 5px 15px;
  text-align: justify;
  padding-bottom: 10px;
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 890px) {
  div#content div.part.cards > .card {
    margin-bottom: 15px;
  }
}

div#content div.part.people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div#content div.part.people h3.title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

div#content div.part.people div.desc {
  width: 100%;
}

div#content div.part.people div.desc p {
  margin-bottom: 20px;
}

div#content div.part.people div.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid lightseagreen;
  margin-bottom: 20px;
}

div#content div.part.people div.person img {
  width: 80%;
  height: auto;
  -webkit-box-shadow: 0px 0px 5px 1px black;
          box-shadow: 0px 0px 5px 1px black;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

div#content div.part.people div.person img:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
}

div#content div.part.people div.person p.name {
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
}

div#content div.part.people div.person p.title {
  font-weight: bold;
  font-size: 14.4px;
}

div#content div.part.people div.person div.items {
  margin-top: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 40px);
}

div.part.row.pi div.float.place {
  position: relative;
}

div.part.row.pi div.float.place img {
  width: 100%;
  height: auto !important;
}

div.part.row.pi div.float.place p.footnote {
  color: #2b2b2b;
  font-size: 9.6px;
  width: 100% !important;
  min-width: 100%;
  text-align: center !important;
}

@-webkit-keyframes ani-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ani-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes ani-none {
  from {
  }
  to {
  }
}

@keyframes ani-none {
  from {
  }
  to {
  }
}

body {
  direction: rtl;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  margin: 0px;
  font-family: thefont;
}

body * {
  margin: 0px;
  padding: 0px;
  font-family: thefont;
  -webkit-animation-name: ani-enter;
          animation-name: ani-enter;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-transition: 0.5s background-color, 0.25s color;
  transition: 0.5s background-color, 0.25s color;
}

body *.ltr {
  direction: ltr !important;
}

body p {
  font-size: 12px;
}

body div#main-container {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  overflow: auto;
}

div.row {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding: 10px 0px;
  position: relative;
}

.centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.centering * {
  text-align: center;
}

@media screen and (min-width: 890px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 890px) {
  .pc {
    display: none !important;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

body div#main-container {
  -webkit-animation-name: ani-none;
          animation-name: ani-none;
}

body div#main-container div#besm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  top: 0px;
  z-index: 10;
  background-color: white;
  -webkit-animation-name: ani-none;
          animation-name: ani-none;
}

body div#main-container div#besm p {
  margin: 0px 10px;
  -webkit-animation-name: ani-none;
          animation-name: ani-none;
}

body div#main-container div#header {
  background: -webkit-gradient(linear, right top, left bottom, from(#30db30), to(#c8da2d));
  background: linear-gradient(to bottom left, #30db30, #c8da2d);
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #c8da2d;
          box-shadow: 0px 0px 10px 0px #c8da2d;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 11;
}

body div#main-container div#header * {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

body div#main-container div#menu-pc {
  position: -webkit-sticky;
  position: sticky;
  padding: 8px 15px;
  width: calc(100% - 30px);
  top: 0px;
  z-index: 10;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  background-color: #c8da2d;
  color: white;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body div#main-container div#menu-pc a {
  min-width: 80px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: white;
}

body div#main-container div#menu-pc a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

body div#main-container div#menu-pc a.active {
  background-color: rgba(0, 0, 255, 0.4);
}

body div#main-container div#html {
  display: none;
}

body div#main-container div#html p {
  font-size: 9.6px;
}

body div#main-container div#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin-top: 20px;
}

@media screen and (max-width: 890px) {
  body div#main-container div#content div.row img {
    width: 250px;
    height: 250px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

body div#main-container div#content div.sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body div#main-container div#content div.sections div.section {
  margin: 10px 15px;
}

body div#main-container div#content div.sections div.section h4 {
  margin: 0px;
  padding: 0px;
}

body div#main-container div#content div.sections div.section.address p {
  font-size: 10.8px;
}

body div#main-container div#content div.sections div.section.email p, body div#main-container div#content div.sections div.section.phone p {
  direction: ltr;
}

body div#main-container div#content div.sections div.section.social {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

body div#main-container div#content div.sections div.section.social img {
  width: 32px;
  height: 32px;
  margin: 2px 5px;
}
/*# sourceMappingURL=style.css.map */