/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb_Light.woff") format("woff");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb_Bold.woff") format("woff");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb_Medium.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(8, 63, 136);
  text-decoration: none !important;
}
a:hover {
  color: rgb(19, 19, 19);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IRANSans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
html {
  background: rgb(19, 59, 170);
  position: relative;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "IRANSans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  direction: rtl;
  background: rgb(244, 244, 244);
  color: rgb(35, 31, 32);
  padding-top: 90px;
  border: 3.64583333vw solid rgb(255, 255, 255);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "IRANSans", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
b,
strong {
  font-weight: 700;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
/*Custom*/
#header {
  padding: 15px 3.64583333vw;
  height: 90px;
  background: rgb(255, 255, 255);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
}
#header > div {
  height: 100%;
  padding: 0;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo > img {
  height: 60px;
}
#navigation {
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
}
#navigation.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li + li {
  margin-top: 15px;
}
#navigation > ul > li > a {
  color: rgb(220, 220, 220);
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
#navigation > ul > li > a:hover,
#navigation > ul > li.current-menu-item > a {
  color: rgb(255, 255, 255);
}
.edge-option .nav-toggle,
.edge-option .site-subtitle {
  height: 3.64583333vw;
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  font-size: 17px;
  line-height: 1;
}
.edge-option .nav-toggle {
  padding: 0 2.5em 0 0;
  font-weight: bold;
  right: 0;
  transform: rotate(90deg) translateX(50%);
  transform-origin: 100% 0%;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.edge-option .nav-toggle:before,
.edge-option .nav-toggle:after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
.edge-option .nav-toggle:before {
  transform: translateY(-3px);
}
.edge-option .nav-toggle:after {
  transform: translateY(3px);
}
.edge-option .nav-toggle:hover:before,
.nav-toggle:hover:after {
  transform: translateY(0);
}
.edge-option .nav-toggle.active:before {
  transform: rotate(45deg) translateY(0);
}
.edge-option .nav-toggle.active:after {
  transform: rotate(-45deg) translateY(0);
}
.edge-option .site-subtitle {
  left: 0;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0% 0%;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-title {
  font-size: 40px;
  color: rgb(8, 63, 136);
}
/*Plugins*/
/*CMS*/
.wp-caption {
  margin-bottom: 15px;
}
.wp-caption > img {
  margin: 0 !important;
}
.wp-caption > p {
  text-align: center;
  font-size: 85%;
  color: rgb(120, 133, 146);
}
div > p:last-child {
  margin-bottom: 0;
}
.entry-content {
  font-size: 16px;
  line-height: 1.7;
}
.entry-content h6 {
  font-size: 12px;
}
.entry-content h5 {
  font-size: 14px;
}
.entry-content h4 {
  font-size: 16px;
}
.entry-content h3 {
  font-size: 18px;
}
.entry-content h2 {
  font-size: 20px;
}
.entry-content h1 {
  font-size: 24px;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .edge-option {
    display: none;
  }
}
@media (min-width: 768px) {
  #header .nav-toggle {
    display: none;
  }
  #navigation {
    right: 3.64583333vw;
    top: 90px;
    width: 50%;
    width: calc(50vw - 3.64583333vw);
    padding: 50px 30px;
  }
  body.nav-opened .body-overlay {
    top: 90px;
    left: 3.64583333vw;
    right: 3.64583333vw;
  }
}
