@import "./header.css";
@import "./footer.css";
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: normal;
  src: url("../plugins/fonts/IRANSansWeb/IRANSans-web.eot?#iefix") format("embedded-opentype"), url("../plugins/fonts/IRANSansWeb/IRANSans-web.woff") format("woff"), url("../plugins/fonts/IRANSansWeb/IRANSans-web.TTF") format("truetype");
}
@font-face {
  font-family: "IRANSansWebbold";
  font-style: normal;
  font-weight: normal;
  src: url("../plugins/fonts/IRANSansWeb/IRANSans-Bold-web.eot?#iefix") format("embedded-opentype"), url("../plugins/fonts/IRANSansWeb/IRANSans-Bold-web.woff") format("woff"), url("../plugins/fonts/IRANSansWeb/IRANSans-Bold-web.TTF") format("truetype");
}
@font-face {
  font-family: "YekanBakhLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/YekanBakh/YekanBakhEN03Light.eot?#iefix") format("embedded-opentype"), url("../fonts/YekanBakh/YekanBakhEN03Light.woff") format("woff"), url("../fonts/YekanBakh/YekanBakhEN03Light.TTF") format("truetype");
}
@font-face {
  font-family: "YekanBakhBold";
  font-style: normal;
  font-weight: normal;
  src: url("../plugins/fonts/YekanBakh/YekanBakhEN06Bold.eot?#iefix") format("embedded-opentype"), url("../plugins/fonts/YekanBakh/YekanBakhEN06Bold.woff") format("woff"), url("../plugins/fonts/YekanBakh/YekanBakhEN06Bold.TTF") format("truetype");
}
@font-face {
  font-family: "YekanBakhRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../plugins/fonts/YekanBakh/YekanBakhEN04Regular.eot?#iefix") format("embedded-opentype"), url("../plugins/fonts/YekanBakh/YekanBakhEN04Regular.woff") format("woff"), url("../plugins/fonts/YekanBakh/YekanBakhEN04Regular.TTF") format("truetype");
}
header {
  position: fixed;
  background: #002cab;
  z-index: 2;
}
header #site-logo .logo .logo-wrapper {
  height: 5.5rem;
}

body, html {
  font-display: swap;
  font-size: 15px;
  padding: 0;
}

p {
  line-height: 1.875rem;
}

a {
  color: #2e2e2e;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}

.content-site {
  margin: 0 auto;
  background-color: #ecebeb;
  padding-top: 6.875rem;
}

.layout-archive {
  background: white;
  padding: 1.5625rem 1.5625rem !important;
}
.layout-archive .row-item {
  border-bottom: 0.0625rem dashed #e1e1e1;
  display: inline-block;
  width: 100%;
}
.layout-archive .row-item:last-child {
  border-bottom: none;
}
.layout-archive .row-item:hover .views-field-created {
  background: #2e4867;
}
.layout-archive .row-item:hover .views-field-title a {
  color: #2e4867;
}
.layout-archive .row-item .views-row {
  display: block;
}
.layout-archive .row-item .views-row .fld-archive-img {
  position: relative;
  width: 17%;
  float: right;
  margin-left: 0.625rem;
  min-width: 6.25rem;
  min-height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-archive .row-item .views-row .fld-archive-description {
  width: 80%;
  float: right;
  padding-right: 0.625rem;
}
.layout-archive .row-item .views-row .fld-archive-description .views-field-title {
  margin: 0;
  padding: 0.5rem;
}
.layout-archive .row-item .views-row .fld-archive-description .views-field-title a {
  font-size: 16px;
  font-weight: 500;
  color: #002cab;
  line-height: 1.875rem;
  text-decoration: none;
}
.layout-archive .row-item .views-row .fld-archive-description .views-field-created {
  font-size: 0.75rem;
  color: #fff;
  border-radius: 0.25rem;
  position: relative;
  background: #e9a80f;
  padding: 0.125rem 0.3125rem;
  float: left;
  left: 0;
}
.layout-archive .row-item .views-row .fld-archive-description .views-field-created:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 0.3125rem;
  color: #fff;
  margin-top: -1px;
}
.layout-archive .row-item .views-row .fld-archive-description .views-field-body {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  text-align: justify;
  margin-top: 0.3125rem;
  line-height: 2.125rem;
}
.layout-archive img {
  width: 100%;
  height: auto;
  filter: grayscale(0);
  transition: all 0.5s;
  border: 1px solid #CCC;
  padding: 0.1875rem;
  border-radius: 0.3125rem;
}

ul.normal-list {
  list-style-type: circle !important;
}
ul.normal-list li {
  padding-right: 1rem;
}

.news-header {
  text-align: right;
  padding: 0.625rem 0;
}
.news-header h1 {
  font-size: 1.5rem;
  color: #002cab;
}

.layout-news {
  padding: 1.25rem 1.5625rem !important;
  position: relative;
  padding-left: 0;
}
.layout-news .news-item img {
  width: 100%;
  height: 100%;
}
.layout-news .news-item .title {
  color: #363636;
}
.layout-news .news-item .date {
  float: left;
  font-size: 0.75rem;
  color: #5a5a5a;
}
.layout-news .news-more {
  text-align: center;
  padding: 0.625rem;
}
.layout-news .news-more .rectangle {
  width: 4.6875rem;
  border: 0.0625rem solid #ccc;
  margin: 0 auto;
}
.layout-news .news-more a {
  margin: 0.25rem 0.625rem;
  display: inherit;
  color: #000;
}
.layout-news .news-more:hover .rectangle:before {
  margin: -0.9375rem -2.6875rem;
  transition: margin 350ms ease-in-out;
}
.layout-news .news-more:hover .rectangle:after {
  margin: -0.375rem -0.9375rem;
  transition: margin 350ms ease-in-out, width 350ms ease-in-out;
  width: 0.8125rem;
}
.layout-news .news-more:hover .rectangle {
  border: 0.0625rem solid #002cab;
}
.layout-news .news-more:hover a {
  color: #002cab;
}

#result-contact {
  padding: 1rem 0;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .layout-archive .news-header {
    margin-top: 0.625rem;
  }
  .layout-archive .row-item .views-row .fld-archive-description,
  .layout-archive .row-item .views-row .fld-archive-img {
    width: 100% !important;
    margin-top: 0.625rem;
  }
  .container .layout-news {
    padding-top: 2.25rem !important;
  }
}
@media (max-width: 991.98px) {
  .layout-archive .row-item .views-row .fld-archive-description {
    width: 74%;
  }
}/*# sourceMappingURL=archive.css.map */