@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	scrollbar-width: none;
 	scrollbar-color: #999;
}

::-webkit-scrollbar {
  width: 0px; height: 0px;
}

::-webkit-scrollbar-track {
  background: #eeeeee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#542012;
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}

article,label,section,footer{
	cursor:default;
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}

input{
	-webkit-transition: all .3s ease-out;	
	-moz-transition: all .3s ease-out;	
	-ms-transition: all .3s ease-out;	
	-o-transition: all .3s ease-out;	
	transition: all .3s ease-out;	
}


@font-face {
  font-family: 'BHoma';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb.eot');
	src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}


.BHoma {
	font-size:14px;
	direction:ltr;
	color:#333;
	font-family: "Arial";
}

.BHoma2 {
	font-size:14px;
	direction:ltr;
	color:#333;
	font-family: "Arial";
}




