@import url("loader.css");
@import url("particles.css");
body{
    font-family: vazir , 'Lato';
    margin:0px;
    padding:0px;
    /*color: #58595B;*/
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    
}
.background{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150%;
  background-color: #a7cc00;
  background: linear-gradient(-45deg,rgba(0,0,0,.1),rgba(255,255,255,0));
  animation: bgcolorchange 30s linear infinite;
  z-index: -1;
}
a{
    text-decoration: none;
    color: inherit;
}
@keyframes bgcolorchange {
    0% {background-color: #a7cc00}
    20% {background-color: #ff5722}
    40% {background-color: #c44cec}
    60% {background-color: #1cccda}
    80% {background-color: #137cb6}
    100% {background-color: #a7cc00}
}
@keyframes colorchange {
    0% {color: #a7cc00}
    20% {color: #ff5722}
    40% {color: #c44cec}
    60% {color: #1cccda}
    80% {color: #137cb6}
    100% {color: #a7cc00}
}

@font-face {
    font-family: "yekan";
    src: url(Yekan.eot);
    src: url(Yekand41d.eot?#iefix) format("embedded-opentype"), url(Yekan.woff) format("woff"), url(Yekan.ttf) format("truetype"), url(Yekan.html#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Vazir';
  font-weight: normal;
  src: url("Vazir-FD.woff") format("woff"),url("Vazir-FD.ttf") format("truetype");
}
@font-face {
  font-family: 'Vazir-Bold';
  font-weight: bold;
  src: url("Vazir-Bold-FD.woff") format("woff"),url("Vazir-Bold-FD.ttf") format("truetype");
}
@font-face {
  font-family: 'Vazir-Light';
  font-weight: lighter;
  src: url("Vazir-Light-FD.woff") format("woff"),url("Vazir-Light-FD.ttf") format("truetype");
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:url(MaterialIcons-Regular.woff) format('woff'),url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
}
.header{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header img{
  vertical-align: middle;
  opacity: .8;
  width: 30%;
  max-width: 598px;
}
.header .headerparticles{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: .7;
}
.header .holder{
  width: 100%;
  height: 100%;
  display: flex;
  user-select: none;
}
.header .holder .inner{
  text-align: center;
  margin: auto;
  width: 100%;
}
.header .line{
  height: .1vh;
  background-color: #fff;
  width: 15%;
  max-width: 300px;
  margin: 0% 2%;
  display: inline-block;
  vertical-align: middle;
  opacity: .8;
}

.header .contactus{
  position: absolute;
  bottom: 10px;
  left: 10px;
  direction: ltr;
  font-family: 'Lato';
  line-height: 30px;
}
.header .contactus i{
  font-size: 25px;
  vertical-align: middle;
  user-select: none;
}
.header .contactus div{
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.midspace{
  width: 90%;
  max-width: 1500px;
  margin:  auto ;
  padding: 50px 0 50px;
}

.mmode{
  font-size: 7vh;
  padding-bottom: 5vh;
  font-family: "Vazir-Light";
}
hr{
    border: none;
    border-bottom: rgba(255,255,255,0.8) 1px solid;
}
.width90p{
    width: 90%;
}
.paypage{
    display: flex;
}
.whitecadr{
    border: #fff solid 1px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.midlecadr{
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
    padding: 0 20px 20px ;
    border-radius: 20px;
}

label{
    font-size: 16px;
    color: rgba(255,255,255,1);
    font-weight: normal;
}

input[type="text"],input[type="password"],textarea{
    background-color: rgba(53, 53, 53, 0.15);
    border: none;
    border-bottom:  #fff 2px solid;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #fff;
    direction: ltr;
    display: inline-block;
    font-family: vazir , 'Lato';
    margin: 13px 0;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding: 10px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    transition: all .3s;
    width: 100%;

}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover{
    transition: all .3s;
    background-color: rgba(53, 53, 53, 0.25);
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
    transition: all .3s;
    background-color: rgba(255,255,255,0.1);
    border-bottom: solid rgba(255,255,255,0.7) 2px;
}

input[type="submit"]{
    font-family: vazir , 'Lato';
    font-size: 18px;
    border-radius:3px;
    color: #fff;
    display: block;
    margin: auto;
    padding: 2px 25px;
    font-weight: normal;
    background-color: rgba(0,0,0,.15);
    border: #fff 1px solid;
    transition: all .3s;
    margin-top: 10px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14);
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    cursor: pointer;
    outline: none;
}
input[type="submit"]:hover{
    transition: all .3s;
    background-color: rgba(0,0,0,.25);
}
input[type="submit"]:active{
    transition: all .1s;
    background-color: rgba(100,100,100,.1);
}
textarea{
    resize: vertical;
}
h1{
    margin: 20px 0 0;
}
.loadpage{
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.notificationarea{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999999;
}
.notifiitem{
    transition: all .3s;
    padding: 0 20px;
    margin: 10px 0;
    width: 350px;
    max-height: 50px;
    border-radius: 5px;
    overflow: hidden;
    cursor: default;
    border: #fff solid 1px;
    background-color: rgba(214, 214, 214, 0.29);;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.notifiitem .titletxt{
    transition: all .3s;
    line-height: 50px;
}
.notifiitem .bodytxt{
    transition: all .3s;
    padding: 0 0 10px;
    text-align: justify;
}
.notifiitem:hover{
    transition: all .3s;
    max-height: 100px;
}
.notifiitem:hover .titletxt{
    transition: all .3s;
    font-size: 13px;
    line-height: 40px;
}
.notifiitem:hover .bodytxt{
    transition: all .3s;
    opacity: 1;
}
.notifiitem i{
    font-size: 185%;

}
.textlink{
    text-decoration: underline;
}

.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@keyframes huechange {
    0% {filter: hue-rotate(290deg)}
    20% {filter: hue-rotate(200deg)}
    40% {filter: hue-rotate(120deg)}
    60% {filter: hue-rotate(30deg)}
    80% {filter: hue-rotate(60deg)}
    100% {filter: hue-rotate(-70deg)}
}
.sidesmargin{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}