/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "IRANYekan";
  font-weight: bold;
  src: url("../fonts/iranyekanwebbold.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: 100;
  src: url("../fonts/iranyekanwebthin.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: 300;
  src: url("../fonts/iranyekanweblight.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: normal;
  src: url("../fonts/iranyekanwebregular.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: 500;
  src: url("../fonts/iranyekanwebmedium.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/iranyekanwebextrabold.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: 900;
  src: url("../fonts/iranyekanwebblack.woff") format("woff");
}

@font-face {
  font-family: "IRANYekan";
  font-weight: 950;
  src: url("../fonts/iranyekanwebextrablack.woff") format("woff");
}
b,
strong {
  font-weight: 500 !important;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #2f2f2f;
  text-decoration: none !important;
}
a:hover {
  color: rgb(0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IRANYekan", Helvetica, Geneva, VerIRANYekan, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: #01a954;
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "IRANYekan", Helvetica, Geneva, VerIRANYekan, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 94px;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  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;
}
.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;
  width: 100vw;
  height: 100vh;
  background: rgba(59, 58, 119, 0.8);
  backdrop-filter: blur(2px);
  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: "IRANYekan", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.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-backdrop {
  background: rgba(59, 58, 119, 0.8);
  backdrop-filter: blur(2px);
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.modal-title {
  order: -1;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a,
.pagination > li > .current {
  min-width: 40px;
  height: 40px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination > li > a:hover {
  background: rgb(0, 102, 102);
  color: rgb(239, 236, 232);
}
.pagination > li > .current {
  background: rgb(0, 102, 102);
  color: rgb(255, 255, 255);
}
/*Custom*/
.container-fluid {
  max-width: 1300px;
}
.section-wrapper {
  padding: 50px 0;
}
.section-cover img {
  width: 100%;
}
.section-desc + .section-cover {
  margin: 30px 0 0;
}
.section-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #2f2f2f;
  margin: 0;
}
.section-title::after {
  width: 72px;
  height: 2px;
  background: #53bf47;
  border-radius: 4px;
  margin: 10px auto 0;
  content: "";
  display: block;
}
.section-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #4e4e4e;
  margin: 15px auto 0;
}
.section-tab {
  display: inline-flex;
  justify-content: center;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  position: relative;
}
.section-tab::after {
  background: #3b3a77;
  border-radius: 8px;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.section-tab > li > a {
  font-weight: 700;
  font-size: 18px;
  color: #2f2f2f;
  line-height: 1;
  padding: 0 30px 20px;
  display: block;
}
.section-tab > li.active::after {
  width: 100%;
  height: 6px;
  background: #3b3a77;
  border-radius: 2px;
  content: "";
  display: block;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-header,
.section-footer {
  text-align: center;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  border-bottom: 1px solid rgba(47, 47, 47, 0.5);
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  color: #2f2f2f;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
}
.subsection-title::after {
  width: 72px;
  height: 4px;
  background: #f29c14;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.subsection-cover img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 20px;
}
.tbutton {
  background: #53bf47;
  border: 1px solid #53bf47;
  border-radius: 8px;
  height: 40px;
  padding: 0 20px;
  font-family: "IRANYekan";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tbutton:hover {
  background: #fff;
  border-color: #53bf47;
  color: #53bf47;
}
.tbutton > i + span {
  margin-left: 10px;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
#header {
  border-bottom: 2px solid rgba(47, 47, 47, 0.1);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  padding: 10px 0;
  height: 94px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.logo > img {
  height: 63px;
}
.logo > img:nth-child(2) {
  display: none;
}
.logo-year > img {
  height: 72px;
}
.logo-nav {
  margin: 15px auto;
  width: 80%;
  display: block;
}
.user-nav {
  font-size: 22px;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-nav > li + li {
  margin-right: 15px;
}
.user-nav > li > button {
  color: #767676;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
}
.user-nav > li > button:hover {
  background: rgba(83, 191, 71, 0.1);
}
.lang-toggle {
  display: none;
}
.slideshow .owl-stage-outer {
  border: 1px solid rgba(47, 47, 47, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.slide-card {
  width: 100%;
}
.slide-card-header {
  position: relative;
}
.slide-card-header::before {
  padding-top: 36%;
  display: block;
  content: "";
}
.slide-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.slideshow .owl-nav > button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
  font-size: 22px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slideshow .owl-nav > button.owl-prev {
  right: 30px;
}
.slideshow .owl-nav > button.owl-next {
  left: 30px;
}
.section-service {
  background: #e5e5e5;
}
.service-card {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.service-card-header {
  position: relative;
}
.service-card-header::before {
  background: url(../img/bg-service.svg) no-repeat center center;
  background-size: cover;
  width: 72px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.service-card-img {
  height: 56px;
  position: relative;
  z-index: 1;
}
.service-card-body {
  margin: 15px 0 0;
}
.service-card-title {
  font-family: "IRANYekan";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #2f2f2f;
  margin: 0;
}
.service-cat-card {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.service-cat-card:hover {
  background: rgba(0, 0, 0, 0.05);
}
.service-cat-card-img {
  height: 80px;
}
.service-cat-card-body {
  padding: 15px 0 0;
}
.service-cat-card-title {
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f;
  margin: 0;
}
.project-card {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-grid .project-card {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 12px 12px 28px;
}
.project-card-header {
  position: relative;
}
.project-carousel .project-card-header {
  border: 4px solid #3b3a77;
  border-radius: 6px;
  overflow: hidden;
}
.project-card-header::before {
  padding-top: 66.66%;
  content: "";
  display: block;
}
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.project-grid .project-card-img {
  border-radius: 8px 8px 8px 56px;
}
.project-card-body {
  padding: 10px 0 0;
}
.project-card-title {
  font-weight: 500;
  font-size: 15px;
  color: #2f2f2f;
  margin: 0;
}
.project-carousel .owl-item:not(.center) .project-card-title {
  color: #979797;
}
.project-grid .project-card-title {
  font-weight: 700;
  font-size: 20px;
  color: #252525;
}
.project-card-meta {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
}
.project-card-meta > li > span {
  color: #636363;
}
.project-card-footer {
  padding: 10px 0 0;
}
.project-card-btn {
  font-weight: 500;
  font-size: 15px;
  color: #53bf47;
  width: 263px;
  height: 40px;
  border: 1px solid #53bf47;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.project-card-btn:hover {
  background: #53bf47;
  color: #fff;
}
.project-carousel .owl-item {
  transition: all 0.3s ease-out;
}
.project-carousel .owl-item:not(.center) {
  transform: scale(0.8);
}
.project-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
.project-carousel .owl-nav > button {
  width: 44px;
  height: 36px;
  background-color: #53bf47 !important;
  color: #fff !important;
}
.project-carousel .owl-nav > button.owl-prev {
  border-radius: 0 36px 36px 0;
}
.project-carousel .owl-nav > button.owl-next {
  border-radius: 36px 0 0 36px;
}
.section-blog {
  background: rgba(83, 191, 71, 0.2);
}
.blog-carousel .owl-nav > button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
  font-size: 22px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-carousel .owl-nav > button.owl-prev {
  right: -20px;
}
.blog-carousel .owl-nav > button.owl-next {
  left: -20px;
}
.blog-card {
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog-card-header {
  border-radius: 0 0 0 48px;
  overflow: hidden;
  position: relative;
}
.blog-card-header::before {
  padding-top: 66.66%;
  content: "";
  display: block;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-time {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 11.6px -11.6px 11.6px rgba(194, 194, 194, 0.1),
    inset -11.6px 11.6px 11.6px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30.624px);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 51px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 0 0 0 48px;
}
.blog-card-body {
  padding: 15px;
}
.blog-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #2f2f2f;
  margin: 0;
}
.blog-card-desc {
  font-weight: 400;
  font-size: 14px;
  color: #4e4e4e;
  margin: 10px 0 0;
}
.blog-card-footer {
  text-align: center;
  padding: 0 15px 15px;
  margin-top: auto;
}
.blog-card-btn {
  font-weight: 400;
  font-size: 18px;
  color: #01a954;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.blog-card-btn::after {
  content: "\f32a";
  font-family: "Font Awesome";
  margin-right: 10px;
}
.section-tender .section-header,
.section-tender .section-footer {
  text-align: right;
}
.section-tender .section-title::after {
  margin-right: 0;
}
.department-wrapper {
  padding: 0 33px 102px;
  min-height: 250px;
  background: #eeeeee;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.department-wrapper::before {
  width: 118%;
  height: 100%;
  background: url(../img/bg-department.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.department-card {
  text-align: center;
  position: relative;
}
.department-card {
  padding-top: 52px;
}
.department-card-header {
  width: 104px;
  height: 104px;
  background: #53bf47;
  border: 1px solid #ffffff;
  border-radius: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.department-card-img {
  height: 64px;
  filter: brightness(0) invert(1);
}
.department-card-body {
  background: #3b3a77;
  border-radius: 8px;
  padding: 72px 20px 20px;
}
.department-card-title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
#footer {
  background: #3b3a77;
  color: #979797;
  padding: 70px 0 40px;
  margin-top: auto;
}
#footer a {
  color: #e6e6e6;
}
#footer a:hover {
  color: #fff;
}
.fblock-header {
  margin: 0 0 35px;
}
.fblock-title {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.fblock .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: square;
  list-style-position: inside;
}
.footerbar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.footer-logo {
  margin: 0 0 30px;
  text-align: center;
}
.footer-logo > img {
  height: 150px;
  filter: grayscale(1);
}
#page-header-cover {
  height: 274px;
  position: relative;
}
#page-header-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-header-cover .page-header-wrapper {
  background: rgba(48, 48, 48, 0.5);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#page-header-cover .page-header-wrapper a {
  color: #fff;
}
#page-header-cover .page-header-wrapper a:hover {
  color: #f29c14;
}
.page-header-wrapper > div {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#page-header-cover .page-header-wrapper > div {
  height: 274px;
}
#page-header-desc #page-title {
  text-align: right;
  margin: 30px 0 0;
}
#page-header-desc #page-title::after {
  display: none;
}
#page-desc {
  margin: 30px 0 0;
}
#page-desc-cover > img {
  width: 100%;
}
.breadcrumb {
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb > li + li::before {
  content: "\f104";
  font-family: "Font Awesome";
  display: inline;
  margin: 0 4px;
}
.breadcrumb li.active:last-child {
  font-weight: bold;
}
#page-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin: auto 0;
  position: relative;
  text-align: center;
}
#page-title::after {
  width: 72px;
  height: 6px;
  background: #f29c14;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 20px);
  content: "";
}
#page-body {
  padding: 75px 0;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
.member-card {
  background: #ffffff;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  height: 100%;
  text-align: center;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
}
.member-card-img {
  width: 149px;
  height: 149px;
  object-fit: cover;
  border-radius: 50%;
}
.member-card-body {
  padding: 20px 0;
}
.member-card-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.member-card-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #f29c14;
}
.member-card-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
}
.member-card-meta > li > span {
  color: #636363;
}
.member-card-footer {
  margin-top: auto;
}
.member-card-btn {
  font-weight: 500;
  font-size: 15px;
  color: #53bf47;
  width: 263px;
  height: 40px;
  border: 1px solid #53bf47;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.member-card-btn:hover {
  background: #53bf47;
  color: #fff;
}
.image-card-img {
  width: 100%;
  border-radius: 8px;
}
#contact-map {
  line-height: 0;
}
#contact-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.contact-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-card-title {
  font-weight: 700;
  font-size: 14px;
  color: #2f2f2f;
  margin: 15px 0 0;
}
.contact-card-icon {
  width: 46px;
  height: 46px;
  background: #53bf47;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.contact-card-body {
  margin: 15px 0 0;
  padding: 40px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-weight: 500;
  font-size: 13px;
  color: #2f2f2f;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-card-body > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-card-phone > li,
.contact-card-email > li > span {
  direction: ltr;
}
.contact-card-email > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-information > li {
  padding: 10px 0;
}
.table-information > li + li {
  border-top: 1px dashed rgb(120, 120, 120);
}
.table-information > li {
  display: flex;
}
.table-information > li > strong {
  width: 30%;
}
.table-information > li > div {
  width: 100%;
}
.table-information > li > div > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-information > li > div > ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-left: 5px;
}
.doc-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.doc-card:hover {
  background: rgba(0, 0, 0, 0.1);
}
.doc-card-header {
  width: 60px;
  font-size: 60px;
  color: #3b3a77;
  line-height: 1;
}
.doc-card-title {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.gallery-card {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.gallery-card-header {
  padding-top: 75%;
  content: "";
  display: block;
}
.gallery-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-card-body {
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-card-title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.gallery-card-time {
  font-weight: 400;
  font-size: 13px;
  margin: 5px 0 0;
}
.search-toggle {
  display: none;
}
.tender-form {
  background: rgba(196, 196, 196, 0.12);
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 30px;
}
.entry-item-tags > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.entry-item-tags > ul > li:not(:last-child)::after {
  content: "،";
  margin-left: 5px;
  display: inline;
}
.summary-box-inner {
  background: rgb(225, 225, 225);
  padding: 30px 0;
  border-radius: 5px;
  margin-bottom: 40px;
}
.summary-box-img > img {
  border-radius: 5px;
  width: 100%;
}
/*Plugins*/
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #01a954;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow.owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots > button + button {
  margin-right: 15px;
}
.owl-carousel .owl-dots > button {
  background-color: #3b3a77;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  padding: 0 !important;
  transition: all 0.3s ease-out;
}
.owl-carousel .owl-dots > button.active {
  width: 30px;
  background-color: #53bf47;
}
.owl-carousel .owl-nav > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-nav > button:hover {
  opacity: 0.85;
}
.owl-carousel .owl-nav > button.disabled {
  display: none;
}
.entry-header {
  margin-bottom: 30px;
}
.entry-footer {
  margin-top: 30px;
}
.entry-table {
  width: 100%;
  border-collapse: collapse;
}
.entry-table tr > th,
.entry-table tr > td {
  padding: 5px 10px;
  border: 1px solid rgb(13, 26, 73);
}
.entry-table tr > th {
  border-bottom-width: 2px;
  border-top: none;
}
.entry-table tr > th:first-child,
.entry-table tr > td:first-child {
  border-right: none;
}
.entry-table tr > th:last-child,
.entry-table tr > td:last-child {
  border-left: none;
}
.entry-table-row tr > th,
.entry-table-row tr > td {
  border-right: none;
  border-left: none;
  padding-right: 0;
  padding-left: 0;
}
.entry-table-row tr > th:last-child,
.entry-table-row tr > td:last-child {
  text-align: left;
}
.entry-table caption {
  font-size: 20px;
  color: rgb(13, 26, 73);
  font-weight: 500;
  border-bottom: 1px solid rgb(13, 26, 73);
  text-align: center;
  caption-side: top;
  padding: 0;
}
.entry-table + .entry-table {
  margin-top: 15px;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.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;
}
.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: 799.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
    color: #2f2f2f;
    padding: 0 20px 0 10px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(47, 149, 100, 0.15);
    border-left: 4px solid #2f9564;
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome";
    font-size: 14px;
    color: #2f2f2f;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .logo-year {
    margin: 0 30px 0 auto;
  }
}
@media (min-width: 780px) {
  .logo-nav,
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin: 0 30px 0 auto;
  }
  #navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul {
    flex-direction: row;
  }
  #navigation ul > li {
    position: relative;
  }
  #navigation > ul > li {
    padding: 15px;
  }
  #navigation > ul > li > a {
    font-weight: 400;
    color: #2f2f2f;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
  }
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a {
    color: #000;
  }
  #navigation li > ul {
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 237px;
    opacity: 0;
    visibility: hidden;
  }
  #navigation > ul > li > ul ul {
    top: 0;
    right: 100%;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation li > ul > li > a {
    color: #2f2f2f;
    padding: 10px 15px;
    line-height: 1;
    display: block;
  }
  #navigation li > ul > li:hover > a,
  #navigation li > ul > li.current-menu-item > a {
    background: #f6f6f6;
    color: #2f2f2f;
  }
  #navigation li > ul > li.menu-item-has-children > a {
    padding-left: 30px;
  }
  #navigation li.menu-item-has-children > a:after {
    content: "\f104";
    font-family: "Font Awesome";
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-left: 20px;
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    left: 0;
    content: "\f107";
  }
  #navigation > ul > li.menu-item-has-children:hover > a:after {
    content: "\f106";
  }
  .contact-card-phone {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .contact-card-phone > li {
    width: 40%;
  }
  .footerbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
