/************************0 fonts 0****************/

/*-------------IRANSans--------------*/
@font-face {
  font-family: "IRANSans_Regular";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum).woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum).woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "IRANSans_Black";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum)_Black.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "IRANSans_Bold";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "IRANSans_Light";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "IRANSans_Medium";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "IRANSans_UltraLight";
  font-style: normal;
  src: url("../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

/*-------------Kalameh--------------*/
@font-face {
  font-family: "Kalameh_Regular";
  font-style: normal;
  src: url("../fonts/Kalameh/KalamehWeb-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/Kalameh/KalamehWeb-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh_Black";
  font-style: normal;
  src: url("../fonts/Kalameh/KalamehWeb-Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/Kalameh/KalamehWeb-Black.woff")
      format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh_Bold";
  font-style: normal;
  src: url("../fonts/Kalameh/KalamehWeb-Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/Kalameh/KalamehWeb-Bold.woff")
      format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "Kalameh_Thin";
  font-style: normal;
  src: url("../fonts/Kalameh/KalamehWeb-Thin.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("../fonts/Kalameh/KalamehWeb-Thin.woff")
      format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

/*--------------------------body---------------------*/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button:focus,
button:active {
  outline: none !important;
  box-shadow: none;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
