@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/sans/eot/IRANSansWeb_Bold.eot");
  src: url("../../fonts/sans/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/sans/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../../fonts/sans/woff/IRANSansWeb_Bold.woff") format("woff"), url("../../fonts/sans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/sans/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../../fonts/sans/woff/IRANSansWeb_Medium.woff") format("woff"), url("../../fonts/sans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/sans/eot/IRANSansWeb_Light.eot");
  src: url("../../fonts/sans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/sans/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../../fonts/sans/woff/IRANSansWeb_Light.woff") format("woff"), url("../../fonts/sans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/sans/eot/IRANSansWeb_UltraLight.eot");
  src: url("../../fonts/sans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/sans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../../fonts/sans/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../../fonts/sans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/sans/eot/IRANSansWeb.eot");
  src: url("../../fonts/sans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../../fonts/sans/woff2/IRANSansWeb.woff2") format("woff2"), url("../../fonts/sans/woff/IRANSansWeb.woff") format("woff"), url("../../fonts/sans/ttf/IRANSansWeb.ttf") format("truetype");
}
body {
  font-family: iransans;
}

.header {
  background-image: url("img/JOB.png");
  height: 475px;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column-reverse;
  font-size: x-large;
}

.caption {
  margin: 54px 20px;
}

.caption h1 {
  font-size: xx-large;
}

.active {
  color: #000000;
}

.navar {
  font-size: medium;
  font-family: iransans;
}

.top-text {
  padding: 20px 20px;
}

.title {
  font-size: xx-large;
  font-family: iransans;
}

.text-body {
  font-size: 16px;
  line-height: 30px;
  font-family: iransans;
  text-align: justify;
  text-justify: inter-word;
}

.hr-title, .hr-long {
  width: 100%;
  margin: 10px auto 0px;
}

.hr-title {
  border-top-style: solid;
  border-top-width: 3px;
  font-size: 16px;
  text-align: center;
  height: 10px;
  line-height: 25px;
  margin: 10px 0;
  height: auto;
  color: #6E6E6E;
  float: none;
}

.hr-title abbr {
  font-family: iransans;
  font-weight: 600;
  font-size: 20px;
  color: #6e6e6e;
  padding: 2px 10px;
  border-radius: 2px;
  position: relative;
  top: -13px;
  text-transform: uppercase;
  background-color: #fff;
}

.row-work {
  padding: 30px 20px;
}

.item {
  display: flex;
  padding: 10px;
}

.row-work + .row-work {
  border-top: 2px solid gray;
}

.icon {
  font-size: 40px;
  color: #76878a;
}

.icon, .explain {
  padding: 5px 10px;
}

.explain {
  display: flex;
  font-family: iransans;
  font-size: medium;
  align-items: center;
  justify-content: center;
}

.explain-work {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  font-family: iransans;
}

.item2 {
  display: flex;
  flex-direction: column;
}

.time {
  display: flex;
}

.location {
  display: flex;
}

.icon2 {
  font-size: 25px;
  color: #1a9db5;
}

.icon2 {
  padding: 5px 10px;
}

.apply {
  min-height: 50px;
  max-width: 170px;
  width: 70%;
  height: 70%;
  background-color: #7ebb2b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: iransans;
  border-radius: 10px;
  font-size: medium;
  border: 1px solid yellowgreen;
  transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}

.apply:hover {
  background-color: #4a7418;
  text-decoration: none;
}

.detail {
  min-height: 50px;
  max-width: 170px;
  width: 70%;
  height: 70%;
  background-color: #2392bb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: iransans;
  border-radius: 10px;
  font-size: medium;
  border: 1px solid #5ac3cc;
  transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
  margin-left: 10px;
}

.detail:hover {
  background-color: #156d91;
  text-decoration: none;
}

.oragnizationlogo img {
  vertical-align: middle;
  border-style: none;
  margin: 20px;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.tite-job {
  font-size: inherit;
  font-family: iransans;
}

.time-last {
  font-size: x-small;
  font-family: iransans;
}

.title-caption {
  font-size: x-large;
  font-family: iransans;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .oragnizationlogo img {
    vertical-align: middle;
    border-style: none;
    margin: 20px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .item, .item2 {
    justify-content: center;
    align-items: center;
  }

  .oragnizationlogo img {
    vertical-align: middle;
    border-style: none;
    margin: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }

  .oragnizationlogo {
    text-align: center;
  }

  .header {
    background-image: url("img/JOB.png");
    height: 310px;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column-reverse;
    font-size: x-large;
  }

  .caption {
    margin: 0px 20px;
    text-align: center;
  }

  .caption h1 {
    font-size: large;
  }

  .nav-item small {
    font-size: 65%;
    font-weight: 400;
  }

  .title-caption {
    font-size: medium;
    font-family: iransans;
  }
}
.apply a {
  color: white;
  text-decoration: none;
}

.modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
}

.detail-text {
  color: #6E6E6E;
}

.input-ltr {
  direction: ltr;
  text-align: left;
}

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

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