@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBold.woff2') format('woff2'),
        url('../font/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interlight';
    src: url('../font/Inter-Light.eot');
    src: url('../font/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter-Light.woff2') format('woff2'),
        url('../font/Inter-Light.woff') format('woff'),
        url('../font/Inter-Light.ttf') format('truetype'),
        url('../font/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


*
{
	text-decoration:none;
	font-family:Interlight,'IRAN Sans','Trebuchet MS',Tahoma,sans-serif;
	outline:none;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right:10px;
	margin-left:0px;
	z-index:999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	
	
}
#back-top a {
	width: 100px;
	
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in ;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#back-top a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/* arrow icon (span tag) */
#back-top span {
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in ;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	width: 51px;
	height: 51px;
	display: block;
	font-size:40px;
	/* rounded corners */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #000	000;
	z-index:999999;
	color:#0193de;
	
	
}
#back-top span:hover {
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in ;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	width: 51px;
	height: 51px;
	display: block;
	/*background: url('../images/up.png') no-repeat 0px -102px;
	
	 rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #000	000;
	z-index:999999;
	
	
}
.hidden{
	/*opacity: 0;*/
}

.visible{
	opacity: 1;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading5.gif) center no-repeat #ededee;
}
.form-wrap{
    max-width: 300px;
    padding: 2px;
    background: #ffffff;
    margin: 2px auto;
    border-radius: 4px;
	text-align: center;
}
.form-wrap form{
	border-bottom: 1px dotted #ddd;
	padding: 10px;
	direction:rtl;
}
.form-wrap #output{
    margin: 10px 0;
}
.form-wrap .error{
    color: #d60000;
	direction:rtl;
	background-image:url('../images/error.png');
	background-repeat:no-repeat;
	padding-right:30px;
	background-position:center right;
	line-height:30px;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
	text-align:right;
}
.errorbox{
    color: #d60000;
	direction:rtl;
	background-image:url('../images/error.png');
	background-repeat:no-repeat;
	padding-right:30px;
	background-position:center right;
	line-height:30px;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
	text-align:right;
}
.form-wrap .images {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin: 5px 0;
}
.form-wrap .thumbnails {
    width: 32%;
    display: inline-block;
    margin: 3px;
}

/* progress bar */
#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
	height: 20px;
    border-radius: 3px;
    background-color: #3aaff9;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:0px;
	left:45%;
	position:absolute;
	display:inline-block;
	color: #ffffff;
	 transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}
.btnstyle2
{
	border-radius: 1px;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
    background: none repeat scroll 0 0 #4791f6;
    border: 0 none;
     border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.45rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
}
.btnstyle2:hover
{background: none repeat scroll 0 0 #0e64da;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}