h1 {
  font-family: "fa_kahroba", serif;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  color: #CCC;
}
@media (max-width: 700px) {
  h1 {
    font-size: 5vw;
  }
}

h2 {
  color: #ffb930;
  font-family: "fa_kahroba", serif;
  margin-block: 15px 10px;
  text-align: center;
}

ol, ul {
  margin: 0;
}

input[type=text], button {
  padding: 10px;
  background-color: white;
  color: black !important;
  border: 1px solid #ccc !important;
}

button:hover {
  background-color: #ccc;
}

header #menu-bar {
  height: 60px;
  width: 100%;
  color: #8E8C88;
  display: grid;
  grid-template-columns: max-content auto 210px;
}
@media (max-width: 700px) {
  header #menu-bar {
    display: grid;
    grid-template-columns: 1fr;
  }
}
header #menu-bar-logo {
  background-color: #001a39;
  padding: 0 20px;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 20px;
  align-items: center;
}
@media (max-width: 700px) {
  header #menu-bar-logo {
    grid-column: span 2;
    justify-content: center;
  }
}
header #menu-bar-navigation {
  -webkit-user-select: none;
  user-select: none;
  background-color: #001a39;
  padding-inline-end: 20px;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: end;
}
@media (max-width: 700px) {
  header #menu-bar-navigation {
    justify-content: center;
    background-color: #181A1B;
  }
}
header #menu-bar-navigation a {
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #EEE;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
header #menu-bar-navigation a:hover {
  background-color: #C03C00;
  color: #FFF;
}
header #menu-bar-navigation a.active {
  border-bottom-color: #C03C00;
}
@media (max-width: 700px) {
  header #menu-bar-navigation a {
    margin: 10px;
    padding: 5px 20px;
  }
}
header #menu-bar-tel {
  background-color: #C03C00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 700px) {
  header #menu-bar-tel {
    display: none;
  }
}
@media (max-width: 700px) {
  header #menu-bar-tel a[type=tel] span {
    display: none;
  }
}
header #header-banner {
  height: 50dvh;
  width: 100%;
  background-image: url("../assets/bg/naft-3.webp");
  background-position: center bottom;
  background-size: cover;
}

main {
  background-color: #001a39;
  background-color: #00152e;
  font-size: 1.2em;
}
main .introduce-sections {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 15px 10px 60px;
  text-align: center;
}
main .introduce-sections h2 {
  color: #ffb930;
  margin: -15px 0 25px 0;
}
main .introduce-sections p {
  text-align: justify;
}
main #company-services ul, main #company-services ol {
  padding-inline: 0;
}
main #employers .employers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 60px;
}
main #employers .employers-grid figure {
  margin: 1em 0;
}
main #employers .employers-grid figure img {
  width: 100%;
}
main #employers .employers-grid figure figcaption {
  font-size: 0.8em;
}
@media (max-width: 700px) {
  main #employers .employers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
main #our-certificates mother-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: start;
}
@media (max-width: 700px) {
  main #our-certificates mother-card {
    grid-template-columns: 1fr;
  }
}
main #our-certificates mother-card card:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  justify-items: center;
}
@media (max-width: 700px) {
  main #our-certificates mother-card card:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }
}
main #our-certificates mother-card card:nth-child(2) img {
  width: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
main #company-equipments {
  max-width: 800px;
}
main #company-equipments h2 {
  margin-block: 20px;
}
main #company-equipments h2:not(:nth-child(1)) {
  margin-block: 80px 20px;
}
main #company-equipments table tbody {
  background-color: #102A49;
}
main #company-equipments ._g_gallery-one-column {
  margin-block: 40px;
  display: grid;
  gap: 60px;
  justify-items: center;
}
main #company-equipments ._g_gallery-one-column figure {
  margin: 0;
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  main #company-equipments ._g_gallery-one-column figure {
    padding: 2px 10px;
  }
}
main #company-equipments ._g_gallery-one-column figure img {
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 10px auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  main #company-equipments ._g_gallery-one-column figure img {
    max-width: 80vw;
    max-height: 80vh;
  }
}
main #company-equipments ._g_gallery-one-column figure figcaption {
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  main #company-equipments ._g_gallery-one-column figure figcaption {
    font-size: 1em;
  }
}
main hseparator {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5333333333);
  margin-block: 25px;
}
@media only screen and (max-width: 767px) {
  main hseparator {
    border-block: unset;
    margin-block: unset;
    border-top: 1px solid rgba(204, 204, 204, 0.5333333333);
    margin-inline: 25px;
  }
}

footer {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
}
footer h2 {
  color: #ffb930;
  font-family: "fa_kahroba", serif;
  margin-block: 15px 10px;
  text-align: start;
}
@media only screen and (max-width: 767px) {
  footer h2 {
    text-align: center;
  }
}
footer #footer-bar {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 2px 1fr;
  justify-content: center;
  overflow: auto;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  footer #footer-bar {
    grid-template-columns: 1fr;
  }
}
footer #footer-bar card, footer #footer-bar nav {
  padding: 0 20px 25px;
}
footer #footer-bar card div, footer #footer-bar nav div {
  display: grid;
  grid-template-columns: 40px 100px auto;
  text-align: start;
  font-size: 1em;
  opacity: 0.8;
  margin-bottom: 10px;
  align-items: center;
}
footer #footer-bar card a, footer #footer-bar nav a {
  display: block;
  color: #FFF;
  text-align: start;
}
footer #footer-bar card a:hover, footer #footer-bar card a:active, footer #footer-bar nav a:hover, footer #footer-bar nav a:active {
  color: #FFB930;
  text-decoration: none;
  cursor: pointer;
}
footer #footer-bar card a svg:hover, footer #footer-bar nav a svg:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
footer #footer-bar card svg, footer #footer-bar nav svg {
  fill: #FFB930;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer #footer-bar vseparator {
  border-right: 1px solid rgba(204, 204, 204, 0.5333333333);
  margin-block: 25px;
}
@media only screen and (max-width: 767px) {
  footer #footer-bar vseparator {
    border-right: unset;
    margin-block: unset;
    border-top: 1px solid rgba(204, 204, 204, 0.5333333333);
    margin-inline: 25px;
  }
}
footer #footer-bar nav link-container {
  display: grid;
  grid-template-columns: 30px auto;
  opacity: 0.8;
  align-items: center;
}
footer #footer-bar nav link-container a {
  grid-column: 2/4;
  border-radius: 10px;
  padding: 5px;
}
footer #footer-bar nav link-container a:hover {
  background-color: #444;
}

.separator-bar {
  height: 100px;
  width: 100%;
  background-image: url("../assets/bg/separator-bar.png");
  background-size: cover;
}

.separator-bar-liner {
  background: rgba(238, 173, 22, 0.3333333333);
  background: radial-gradient(circle, rgba(238, 173, 22, 0.25) 49%, rgba(148, 187, 233, 0) 100%);
  width: 90%;
  height: 4px;
  margin-inline: auto;
}

table.td2none tr td:nth-child(2) {
  display: none;
}

table.td2none tr th:nth-child(2) {
  display: none;
}

/*# sourceMappingURL=local.css.map */
