/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "IRANSharp";
  src: url("../fonts/IRANSharp-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IRANSharp";
  src: url("../fonts/IRANSharp-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IRANSharp";
  src: url("../fonts/IRANSharp-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
: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: "IRANSharp", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
html {
  background: rgb(61, 104, 162);
  position: relative;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "IRANSharp", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  direction: rtl;
  background: rgb(230, 231, 232) url(../img/pattern.svg);
  background-size: 11px;
  color: rgb(35, 31, 32);
  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(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1001;
  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: "IRANSharp", 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*/
.container-fluid {
  max-width: 1600px;
}
.section {
  position: relative;
  z-index: 1;
}
.section .section-wrapper {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}
.section-desc {
  font-size: 14px;
  margin: 0;
}
.subsection {
  position: relative;
}
.subsection + .subsection {
  margin-top: 40px;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 25px;
}
.subsection-title {
  font-size: 18px;
  font-weight: 800;
  color: rgb(8, 63, 136);
  margin: 0;
}
.btn-fill {
  border: 1px solid transparent;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  white-space: nowrap;
  position: relative;
}
.btn-yellow {
  border-color: rgb(255, 206, 14);
  background-color: rgb(255, 206, 14);
  color: rgb(255, 255, 255);
}
.btn-yellow:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 206, 14);
}
.btn-blue {
  border-color: rgb(11, 88, 164);
  background-color: rgb(11, 88, 164);
  color: rgb(255, 255, 255);
}
.btn-blue:hover {
  background: rgb(25, 18, 74);
  color: rgb(255, 255, 255);
}
#page-header {
  padding: 40px 0;
}
.page-title {
  font-size: 50px;
  margin: 0;
}
#page-body {
  padding: 30px 0 60px;
}
#header + #page-body {
  padding-top: 100px;
}
#header {
  background: rgb(255, 255, 255);
  color: rgb(65, 64, 66);
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header > div {
  height: inherit;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo > img {
  height: 50px;
}
.nav-toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.nav-toggle:before {
  height: 10px;
  width: 24px;
  border-top: 1px solid rgb(65, 64, 66);
  border-bottom: 1px solid rgb(65, 64, 66);
  margin-left: 10px;
  display: inline-flex;
  content: "";
}
.lang-nav {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-nav > li + li:before {
  content: "/";
  margin: 0 5px;
}
.lang-nav > li.active {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.lang-nav > li > a {
  color: rgb(27, 21, 74);
}
.lang-nav > li > a:hover,
.lang-nav > li.active > a {
  color: rgb(255, 206, 14);
}
#navigation {
  background: rgba(27, 21, 74, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}
#navigation.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul > li + li {
  margin-top: 20px;
}
#navigation ul > li {
  transition: 0.3s ease-in-out;
  transform: translateY(20px);
  opacity: 0;
}
#navigation ul > li:nth-child(1) {
  transition-delay: 0.15s;
}
#navigation ul > li:nth-child(2) {
  transition-delay: 0.3s;
}
#navigation ul > li:nth-child(3) {
  transition-delay: 0.45s;
}
#navigation ul > li:nth-child(4) {
  transition-delay: 0.6s;
}
#navigation ul > li:nth-child(5) {
  transition-delay: 0.75s;
}
#navigation ul > li:nth-child(6) {
  transition-delay: 0.9s;
}
#navigation ul > li:nth-child(7) {
  transition-delay: 1.05s;
}
#navigation ul > li:nth-child(8) {
  transition-delay: 1.2s;
}
#navigation ul > li:nth-child(9) {
  transition-delay: 1.35s;
}
#navigation ul > li:nth-child(10) {
  transition-delay: 1.5s;
}
#navigation.active ul > li {
  transform: translateY(0);
  opacity: 1;
}
#navigation ul > li > a {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
#navigation ul > li:hover > a,
#navigation ul > li.current-menu-item > a {
  color: rgb(255, 206, 14);
}
.slide-item {
  height: calc(100vh - 80px);
  position: relative;
}
.slide-item:before,
.slide-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.slide-item:before {
  background: rgb(255, 205, 6);
  mix-blend-mode: multiply;
}
.slide-item:after {
  background: url(../img/pattern.svg);
  background-size: 11px;
}
.slide-item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slide-item-title,
.slide-item-desc {
  position: absolute;
  z-index: 4;
  margin: 0;
  padding-right: 45px;
}
.slide-item-desc {
  top: 50%;
  right: 0;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  width: 50%;
  transform: translateY(-50%);
}
.slide-item-title {
  font-weight: bold;
  font-size: 24px;
  color: rgb(35, 31, 32);
  width: 41.666667%;
  height: 120px;
  background: rgb(255, 255, 255);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 120px 0 45px;
}
.slider .owl-nav {
  right: 41.666667%;
  bottom: 0;
  height: 120px;
  transform: translateX(100%);
  padding-left: 45px;
}
.slider .owl-nav > button {
  width: 30px;
  height: inherit;
  font-size: 30px !important;
}
.section-intro {
  background: rgb(27, 21, 74);
  color: rgb(255, 255, 255);
}
.section-intro:before {
  background: url(../img/sign.svg) right center no-repeat;
  background-size: auto 85%;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.project-carousel .owl-nav {
  right: 0;
  bottom: 0;
  height: 60px;
}
.project-carousel .owl-nav > button {
  width: 30px;
  font-size: 30px !important;
}
.project-card {
  position: relative;
  padding-bottom: 60px;
}
.project-card-header {
  position: relative;
}
.project-card-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.project-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-body {
  background: rgba(27, 21, 74, 0.9);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  width: 75%;
  height: 120px;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-card-title {
  font-size: 20px;
  margin: 0;
}
.project-card-meta {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.project-card-meta > li {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.project-card-meta > li > strong {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: auto;
}
.project-card-meta > li > span {
  font-weight: 500;
}
.product-card {
  position: relative;
  overflow: hidden;
}
.product-card-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card:hover .product-card-img {
  filter: grayscale(1);
}
.product-card-body {
  background: rgba(255, 205, 10, 0.7);
  color: rgb(27, 21, 74);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}
.product-card:hover .product-card-body {
  opacity: 1;
  visibility: visible;
}
.product-card-title {
  font-size: 20px;
  margin: 0;
}
#footer {
  margin-top: auto;
}
.footer-top {
  padding: 40px 0;
}
.fblock + .fblock {
  margin-top: 30px;
}
.fblock-header + .fblock-body {
  margin-top: 20px;
}
.fblock-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.social-nav > li + li {
  margin-right: 15px;
}
.social-nav img {
  height: 32px;
}
.social-nav a:hover {
  opacity: 0.5;
}
.footer-bottom {
  background: rgb(27, 21, 74);
  box-shadow: 80px 0 0 0 rgb(27, 21, 74), -80px 0 0 0 rgb(27, 21, 74);
  color: rgb(255, 255, 255);
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}
.powered a {
  color: rgb(255, 206, 14);
  text-transform: uppercase;
  font-weight: bold;
}
.powered a:hover {
  color: rgb(255, 255, 255);
}
.section-about {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.section-about:before {
  background-color: rgba(230, 231, 232, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.member-card-header {
  position: relative;
}
.member-card-header:before {
  padding-top: 133.333333%;
  display: block;
  content: "";
}
.member-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.member-card-body {
  padding-top: 15px;
}
.member-card-title {
  font-size: 22px;
}
.member-card-subtitle {
  font-size: 18px;
  font-weight: 500;
}
.contact-form .form-group {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.contact-form .form-group > label {
  min-width: 80px;
  margin: 0;
  line-height: 1;
}
.contact-form .form-group > .form-control {
  border-bottom-color: rgb(29, 29, 27);
  width: 100%;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.contact-form .form-group > .form-control:focus {
  border-bottom-color: rgb(255, 255, 255);
}
.form-action {
  text-align: left;
  margin: 15px 0 0;
}
.entry-title {
  font-size: 30px;
  margin: 0;
}
.entry-meta {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li + li {
  margin-top: 15px;
}
.entry-meta > li > strong,
.entry-meta > li > span {
  display: block;
}
.entry-meta > li > strong {
  text-transform: uppercase;
  font-weight: 700;
}
.entry-meta > li > span {
  font-weight: 500;
}
.gallery-item {
  display: flex;
  height: 100%;
}
.gallery-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-carousel .gallery-item {
  position: relative;
}
.gallery-carousel .gallery-item:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.gallery-carousel .gallery-item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-carousel .owl-nav {
  background: rgb(27, 21, 74);
  color: rgb(255, 255, 255);
  width: 120px;
  height: 60px;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.gallery-carousel .owl-nav > button {
  width: 60px;
  height: 60px;
  font-size: 30px !important;
}
.gallery-carousel .owl-nav > button.owl-prev:before,
.gallery-carousel .owl-nav > button.owl-prev:after {
  right: 20px !important;
}
.gallery-carousel .owl-nav > button.owl-next:before,
.gallery-carousel .owl-nav > button.owl-next:after {
  left: 20px !important;
}
.gallery-carousel .owl-nav > button:before {
  background: rgb(255, 255, 255) !important;
}
.gallery-carousel .owl-nav > button:after {
  border-color: rgb(255, 255, 255) !important;
}
body.single-product {
  background-color: rgb(255, 206, 14);
}
body:after {
  background: url(../img/sign-line.svg) right 0 bottom 80px no-repeat;
  background-size: auto 400px;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
}
body.home:after {
  background-image: url(../img/sign.svg);
}
body.page-template-page-contact {
  justify-content: center;
  padding-bottom: 80px;
}
body.page-template-page-contact #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-header,
#page-body,
#footer {
  position: relative;
  z-index: 1;
}
.pagination {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination > li {
  padding: 0 4px;
}
.pagination > li > a,
.pagination > li > .page-numbers.current {
  background: rgb(255, 255, 255);
  color: rgb(8, 63, 136);
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a.page-numbers:hover {
  background: rgb(8, 63, 136);
  color: rgb(255, 255, 255);
}
.pagination > li > .page-numbers.current {
  background: rgb(255, 206, 14);
  color: rgb(255, 255, 255);
}
/*Plugins*/
.owl-item:not(.active) {
  opacity: 0;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
}
.owl-carousel .owl-nav > button {
  position: relative;
}
.owl-carousel .owl-nav > button:before,
.owl-carousel .owl-nav > button:after {
  position: absolute;
  top: 50%;
  content: "";
}
.owl-carousel .owl-nav > button.owl-prev:before,
.owl-carousel .owl-nav > button.owl-prev:after {
  right: 0;
}
.owl-carousel .owl-nav > button.owl-next:before,
.owl-carousel .owl-nav > button.owl-next:after {
  left: 0;
}
.owl-carousel .owl-nav > button:before {
  background: rgb(65, 64, 66);
  width: 24px;
  height: 1px;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav > button:after {
  border: 1px solid rgb(65, 64, 66);
  width: 10px;
  height: 10px;
}
.owl-carousel .owl-nav > button.owl-next:after {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  border-right: none;
  border-bottom: none;
}
.owl-carousel .owl-nav > button.owl-prev:after {
  transform: rotate(45deg);
  transform-origin: 100% 0;
  border-left: none;
  border-bottom: none;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(255, 206, 14);
}
/*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) {
  .slide-item-desc {
    width: 100%;
    padding-left: 45px;
  }
  .slide-item-title {
    width: 91.666667%;
  }
  .slider .owl-nav {
    right: 91.666667%;
  }
}
@media (min-width: 768px) {
  body {
    border-left: 80px solid rgb(255, 255, 255);
    border-right: 80px solid rgb(255, 255, 255);
  }
  #header {
    padding-left: 80px;
    padding-right: 80px;
  }
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 80px);
  }
  .entry-header.sticky {
    position: fixed;
    top: 80px
  }
}
