@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

/*
  fonts*/
  @font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWebFaNum.eot");
    src: url("../fonts/IRANSansWebFaNum.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANSansWebFaNum.woff2") format("woff2"),
      url("../fonts/IRANSansWebFaNum.woff") format("woff"),
      url("../fonts/IRANSansWebFaNum.ttf") format("truetype"),
      url("../fonts/IRANSansWebFaNum.svg#IRANSansWebFaNum") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWebFaNum-Bold.eot");
    src: url("../fonts/IRANSansWebFaNum-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANSansWebFaNum-Bold.woff2") format("woff2"),
      url("../fonts/IRANSansWebFaNum-Bold.woff") format("woff"),
      url("../fonts/IRANSansWebFaNum-Bold.ttf") format("truetype"),
      url("../fonts/IRANSansWebFaNum-Bold.svg#IRANSansWebFaNum-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWebFaNum-Light.eot");
    src: url("../fonts/IRANSansWebFaNum-Light.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANSansWebFaNum-Light.woff2") format("woff2"),
      url("../fonts/IRANSansWebFaNum-Light.woff") format("woff"),
      url("../fonts/IRANSansWebFaNum-Light.ttf") format("truetype"),
      url("../fonts/IRANSansWebFaNum-Light.svg#IRANSansWebFaNum-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWebFaNum-Medium.eot");
    src: url("../fonts/IRANSansWebFaNum-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANSansWebFaNum-Medium.woff2") format("woff2"),
      url("../fonts/IRANSansWebFaNum-Medium.woff") format("woff"),
      url("../fonts/IRANSansWebFaNum-Medium.ttf") format("truetype"),
      url("../fonts/IRANSansWebFaNum-Medium.svg#IRANSansWebFaNum-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWebFaNum-UltraLight.eot");
    src: url("../fonts/IRANSansWebFaNum-UltraLight.eot?#iefix") format("embedded-opentype"),
      url("../fonts/IRANSansWebFaNum-UltraLight.woff2") format("woff2"),
      url("../fonts/IRANSansWebFaNum-UltraLight.woff") format("woff"),
      url("../fonts/IRANSansWebFaNum-UltraLight.ttf") format("truetype"),
      url("../fonts/IRANSansWebFaNum-UltraLight.svg#IRANSansWebFaNum-UltraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }


html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: IRANSansWeb;
  font-weight: 400;
  direction: rtl;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: gray;
  padding: 80px 0;
}
body.dark {
  background: url(../images/bg/1.png) no-repeat fixed top center #34313f;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #333;
  line-height: 1.3333;
  margin: 0 0 15px;
}
a {
  color: #01487e;
  text-decoration: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
a:hover {
  color: #01487e;
  text-decoration: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
  outline: 0;
  box-shadow: none;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.wb_all {
  word-break: break-all;
}
.fs_italic {
  font-style: italic;
}
.td_underline {
  border-bottom: 1px solid currentColor;
  display: inline;
  line-height: 1;
  word-break: break-word;
}
.secondary_color {
  color: #01487e;
}
.primary_color {
  color: #01487e;
}
.dark_color {
  color: #1e1e1e;
}
.dark_color_2 {
  color: #333;
}
.sectionTitle {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #01487e;
  letter-spacing: 0;
  line-height: 0.8;
  margin: 0 0 35px;
  position: relative;
  padding: 0 0 13px;
}
.sectionTitle:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/bg/2.png) no-repeat left center;
}
.btt_btn {
  height: 50px;
  display: inline-block;
  padding: 0 35px;
  font-size: 11px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  background: #01487e;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bttb_dark {
  background: #292633;
  color: #fff;
}
.btt_reverse {
  background: #01487e;
}
.btt_btn.only_icon {
  padding: 0 5px;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
}
.btt_btn i {
  font-size: 18px;
  line-height: 0.8;
  position: relative;
  top: 4px;
  margin-left: 9px;
}
.btt_btn.only_icon i {
  margin: 0;
}
.btt_btn span {
  position: relative;
  z-index: 2;
}
.btt_btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: #01487e;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.btt_reverse:after {
  background: #01487e;
}
.btt_btn:hover {
  color: #fff;
}
.btt_btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.comonSection {
  padding: 30px 15px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #201e29;
}
.preloader .vs-btn.vs-style1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
}
.preloader .preloader-box {
  direction: ltr;
  position: relative;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  perspective: 200px;
  margin-top: 30px;
}
.preloader .letter {
  animation: movement 600ms ease var(--animation) infinite alternate;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #01487e;
  margin-right: -1px;
}
@media (max-width: 576px) {
  .preloader .letter {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.preloader .letter:nth-child(1) {
  --animation: 0ms;
}
.preloader .letter:nth-child(2) {
  --animation: 75ms;
}
.preloader .letter:nth-child(3) {
  --animation: 150ms;
}
.preloader .letter:nth-child(4) {
  --animation: 225ms;
}
.preloader .letter:nth-child(5) {
  --animation: 300ms;
}
.preloader .letter:nth-child(6) {
  --animation: 375ms;
}
.preloader .letter:nth-child(7) {
  --animation: 450ms;
}
.preloader .letter:nth-child(8) {
  --animation: 525ms;
}
@keyframes movement {
  from {
    transform: scale(0.6) translateY(0px) rotateX(0deg);
  }
  to {
    transform: scale(1) translateY(-15px) rotateX(15deg);
    background: #201e29;
  }
}
