@font-face{font-family:RS;font-style:normal;font-weight:400;src:url(../fonts/IRANSansWeb.woff2)}
@font-face{font-family:RSBold;font-style:normal;font-weight:700;src:url(../fonts/IRANSansWeb_Bold.woff2)}


*{
	box-sizing:border-box;
	outline:0;	
}



body{
	direction:rtl;
	font-family:RS;
	font-size:14px;
	margin:0;
	line-height: 1.42857;
	background-color: #f5f5f5;
	color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}


img,svg{
	max-width:100%;
	height:auto;
}


.list-unstyle{
	list-style:none;
}

.list-inline{
	display:inline-block;
}

.list-inline li{
	display:inline-block;
}



.fullwidth{
	width:100%;
}



fieldset{
	margin-bottom: 20px;
    padding: 6px 40px;
    border: 2px solid #E6E6E6;
	margin-top: 40px;
}

fieldset legend{
	margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
	font-weight: 600;
    color: #242424;
	font-size: 22px;
}


mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #F9F9F9;
    color: #2d2a2a;
    font-weight: 600;
    line-height: 1;
}


address {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 110%;
    line-height: 1.8;
	color: #777777;
}


.score-0{
	width:0% !important;
}


.score-10{
	width:10% !important;
}

.score-20{
	width:20% !important;
}

.score-30{
	width:30% !important;
}

.score-40{
	width:40% !important;
}

.score-50{
	width:50% !important;
}

.score-60{
	width:60% !important;
}

.score-70{
	width:70% !important;
}

.score-80{
	width:80% !important;
}

.score-90{
	width:90% !important;
}

.score-100{
	width:100% !important;
}







