@font-face {
  font-family: "iran-yekan-bold";
  src: url("/font/IRANYekanBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "iran-yekan-regular";
  src: url("/font/IRANYekanRegular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iran-yekan-light";
  src: url("/font/IRANYekanLight.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: lighter;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  div#introduction {
    min-height: 1050px;
  }
  img#application-preview {
    max-width: 300px;
  }
  div#services > div:first-child {
    flex-direction: row !important;
  }
  div.client-types {
    min-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  div#introduction {
    min-height: 550px;
  }
  img#application-preview {
    max-width: 500px;
  }
  div#services > div:first-child {
    flex-direction: column !important;
  }
  div.client-types {
    min-height: 33.33%;
  }
  div.faq {
    max-width: calc(100% - 1rem);
  }
  div:nth-child(1) > div.faq {
    margin-left: 1rem;
  }
  div:nth-child(2) >div.faq {
    margin-right: 1rem;
  }
}
* {
  user-select: none; /* supported by Chrome and Opera */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
  font-family: "iran-yekan-light";
}
.selectable {
  user-select: text; /* supported by Chrome and Opera */
 -webkit-user-select: text; /* Safari */
 -khtml-user-select: text; /* Konqueror HTML */
 -moz-user-select: text; /* Firefox */
 -ms-user-select: text; /* Internet Explorer/Edge */
}
.navbar {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,.3);
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,.3);
}
button.navbar-toggler {
  border-color: transparent !important;
}
.navbar-collapse.collapse.show li:first-child,
.navbar-collapse.collapsing li:first-child {
  margin-top: 1rem;
}
.navbar-collapse.collapse.show li:last-child,
.navbar-collapse.collapsing li:last-child {
  margin-bottom: 5rem;
}
.navbar-collapse.collapse.show button.download,
.navbar-collapse.collapsing button.download {
  position: absolute;
  bottom: 20px;
  left: 55%;
}
.navbar-collapse.collapse.show button.panel,
.navbar-collapse.collapsing button.panel {
  position: absolute;
  bottom: 20px;
  right: 55%;
}
.navbar-collapse.collapse.show ~ a,
.navbar-collapse.collapsing ~ a {
  position: absolute;
  left: 1rem;
  top: .6rem;
}
.navbar-collapse.collapse.show li,
.navbar-collapse.collapsing li {
  text-align: center;
}
ul.navbar-nav {
  padding-right: 0;
}
button.download {
  border: rgba(41,105,160,1);
  border-radius: 3px;
  background: rgba(41,105,160,1);
  background: -moz-linear-gradient(top, rgba(63,154,238,1) 0%, rgba(41,105,160,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,154,238,1)), color-stop(100%, rgba(41,105,160,1)));
  background: -webkit-linear-gradient(top, rgba(63,154,238,1) 0%, rgba(41,105,160,1) 100%);
  background: -o-linear-gradient(top, rgba(63,154,238,1) 0%, rgba(41,105,160,1) 100%);
  background: -ms-linear-gradient(top, rgba(63,154,238,1) 0%, rgba(41,105,160,1) 100%);
  background: linear-gradient(to bottom, rgba(63,154,238,1) 0%, rgba(41,105,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a2ec', endColorstr='#006fc9', GradientType=0 );
}
button.panel {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.5);
}
div#content {
  min-height: calc(100vh - 56px);
}
p#introduction-text {
  font-family: "iran-yekan-light";
}
div.section {}
div.section:first-of-type:not(:last-of-type) {
  height: calc(100vh - 56px);
}
div#introduction {
  background-image: url("/image/preview-background.png");
  background-size: cover;
  background-position: center;
}
div#preview: {
  height: 550px;
}
div#preview > div {
  max-width: 500px;
}
img#application-preview {
  max-height: 500px;
}
img.preview-download {
  max-width: 100%;
  max-height: 100%;
}
div#calculator-separator {
  height: 0;
  border: none;
  border-bottom: 1.5px solid rgb(220,220,220);
}
input.order-input,
select.order-input,
textarea.order-input {
  background-color: rgb(250,250,250);
  border: 1.5px solid rgb(220,220,220);
  font-size: 1rem;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-user-select: auto;
}
input.order-input::-webkit-inner-spin-button,
input.order-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
div input.order-input:nth-child(odd),
div select.order-input:nth-child(odd) {
  max-width: 49.5%;
  margin-left: .5%;
}
div input.order-input:nth-child(even),
div select.order-input:nth-child(even) {
  max-width: 49.5%;
  margin-right: .5%;
}
button#calculate-price {
  font-size: 1rem;
  color: white;
  background: rgba(242,156,9,1);
  background: -moz-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,156,9,1)), color-stop(100%, rgba(237,99,0,1)));
  background: -webkit-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -o-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: linear-gradient(to bottom, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c09', endColorstr='#ed6300', GradientType=0 );
}
div#result {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
  -moz-box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
  box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
}
div#services {
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
  -moz-box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
  box-shadow: 0px 0px 6px 4px rgba(100,100,100,.1);
}
img.services-image {
  max-width: 100%;
}
div.client-types.active {
  color: white;
  background: rgba(242,156,9,1);
  background: -moz-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,156,9,1)), color-stop(100%, rgba(237,99,0,1)));
  background: -webkit-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -o-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: linear-gradient(to bottom, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c09', endColorstr='#ed6300', GradientType=0 );
  -webkit-transition-property: background;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: background;
  transition-duration: .3s;
  transition-timing-function: linear;
}
div.client-types {
  background: white;
  -webkit-transition-property: background;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: background;
  transition-duration: .3s;
  transition-timing-function: linear;
}
div#exclusive-order-only-inputs {
  display: none;
}
button.order-type {
  border-radius: 0;
  border: none;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  color: rgb(100,100,100);
}
button.order-type:hover {
  text-decoration: none;
  color: rgb(90,90,90);
}
button.order-type.active {
  border: none;
  border-bottom: 4px solid rgb(237, 117, 46);
  color: rgb(238, 113, 46);
  font-family: "iran-yekan-regular";
}
div#result div:first-child {
  font-size: .9rem;
}
div#claculator-result {
  font-size: 1.1rem;
  color: rgb(210,210,210);
  font-family: "iran-yekan-bold";
}
div#claculator-result > span.amount {
  font-size: 2rem;
  color: rgb(237, 117, 46);
  font-family: "iran-yekan-bold";
}
div#claculator-result > span.currency {
  font-size: 1rem;
  color: rgb(210,210,210);
  font-family: "iran-yekan-light";
}
img.client-types {
  width: 50px;
}
div.client-types p {
  font-family: "iran-yekan-regular";
}
div.image-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.image-text > p {
  bottom: 0px;
  position: absolute;
  margin: 0 5% 15px 5%;
  width: 90%;
  color: white;
}
img.advantages {
  max-height: 100px;
}
h5.advantages {
  color: rgb(238, 113, 46);
  font-family: "iran-yekan-regular";
}
div#api {
  background-image: url("/image/api-background.png");
  background-size: cover;
  background-position: center;
}
div#api p {
  font-family: "iran-yekan-light";
  line-height: 1.8;
}
div#api img {
  height: 100%;
}
div#api-separator {
  height: 2px;
  background: rgba(255,255,255,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
button#api-services {
  height: 50px;
  border-color: rgb(238, 113, 46);
  color: rgb(238, 113, 46);
  font-family: "iran-yekan-bold";
}
button#api-services:hover {
  color: white;
  background-color: rgb(238, 113, 46);
}
div#our-customers > div > h4 {
  font-family: "iran-yekan-bold";
}
img.customers {
  max-height: 60px;
}
footer {
  position: relative;
  background-color: #ededed;
}
div.copyright {
  display: block;
  position: absolute;
  bottom: 1.5rem;
}
div.copyright > bold {
  font-family: "iran-yekan-bold";
}
h5.footer-title {
  font-family: "iran-yekan-regular";
}
p.phone-number {
  direction: ltr;
  display: inline;
}
p.phone-number > a {
  display: inline-block;
}
a.footer-link {
  color: black;
}
img.download-from {
  /*-webkit-box-shadow: 0px 0px 6px 2px rgba(100,100,100,.1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(100,100,100,.1);
  box-shadow: 0px 0px 6px 2px rgba(100,100,100,.1);*/
  height: 50px;
}
div.faq.collapsed {
  border: 1.5px solid rgb(180,180,180);
  -webkit-transition-property: border box-shadow;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: border box-shadow;
  transition-duration: .3s;
  transition-timing-function: linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.faq {
  min-height: 90px;
  border: 1.5px solid rgb(242,156,9);
  border-radius: 10px;
  padding-top: 2rem;
  padding-right: 1.5rem;
  -webkit-transition-property: height border box-shadow;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: height border box-shadow;
  transition-duration: .3s;
  transition-timing-function: linear;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(100,100,100,.3);
  -moz-box-shadow: 0px 0px 6px 2px rgba(100,100,100,.3);
  box-shadow: 0px 0px 6px 2px rgba(100,100,100,.3);
}
div.faq > p:first-child {
  font-family: "iran-yekan-regular";
  width: calc(100% - 50px);
}
i.collapse-sign {
  opacity: 0;
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  width: 30px;
  height: 30px;
  font-size: 1.8em;
  color: grey;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: linear;
}
div.collapsed > i.collapse-sign {
  opacity: 1;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: linear;
}
span.collapse-sign {
  opacity: 1;
  text-align: center;
  color: white;
  font-size: 2.5em;
  line-height: .65em;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  background: rgba(242,156,9,1);
  background: -moz-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,156,9,1)), color-stop(100%, rgba(237,99,0,1)));
  background: -webkit-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -o-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  background: linear-gradient(to bottom, rgba(242,156,9,1) 0%, rgba(237,99,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29c09', endColorstr='#ed6300', GradientType=0 );
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: linear;
}
div.collapsed > span.collapse-sign {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: linear;
}
p.collapse, p.collapsing {
  font-size: .9em;
}
div.table-responsive {
  border: 1.5px solid rgb(200,200,200);
  border-radius: 10px;
}
.table td, .table th {
  text-align: right;
}
.table th {
  padding: 1rem 2rem 1rem 1rem;
}
.table td {
  padding: 2rem;
}
table.table-striped tr:nth-child(even) {
  background-color: rgb(246,246,246);
}
table.table-striped tr:nth-child(odd) {
  background-color: rgb(255,255,255);
}
table.table-striped thead tr:first-child {
  background-color: rgb(246,246,246);
}
table thead tr th {
  border-bottom: 1.5px solid rgb(200,200,200) !important;
}
table tr td:not(:last-child), table tr th:not(:last-child) {
  border-left: 1px solid #dee2e6;
}
table tr:first-child td:first-child {
  border-top-right-radius: 10px;
}
table tr:first-child td:last-child {
  border-top-left-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.complain-form {
  margin: 0rem !important;
  max-width: 100% !important;
}
.complain-input {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
textarea {
  margin: .3rem;
  height: auto;
}