@import url(face.css);
@import url(bootstrap.rtl.min.css?v=1.2);
:root {
	--primary-color:#FE6500;
	--secondary-color:#010066;
}
*:focus{
	outline:none !important;
}
body{
	font-family: iranyekan;
	background:url('../images/bg.png') no-repeat;
	background-repeat: repeat-y;
	background-size: cover;
	background-position: 100%;
}
.main-content{
	background:url('../images/img_3869.png') no-repeat;
	background-size: 450px;
    background-position: top center;
	padding-top: 250px;
	padding-bottom: 40px;
	text-align: center;
}
.bg-text-box{
	background: #ffcc639e;
	border: 1px dashed #8C1E1E;
	padding: 15px;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 25px;
}
.contain{
	max-width: 250px;
    padding: 0 15px;
    margin: auto;
}
.bg-text-box span{
	margin-bottom: 5px;
	display: block;
	font-size: 10pt;
	font-weight: 600;
	word-spacing: -1.5px;
}
.bg-text-box p{
	margin: 0;
	font-weight: 900;
	font-size: 10.5pt;
	color:#8C1E1E ;
	font-weight: bold;
}
.abllink-btn{
	border-radius: 5px;
	padding: 15px 5px;
	height: 53px;
	margin: 15px 0 ;
	font-size: 10pt;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #363636;
	border: 1px solid #fff;
	background: #ffffff78;
	transition: 0.2s;
	position: relative;
	word-spacing: -1.5px;
}
.abllink-btn::after{
	height: 53px;
	width: 34px;
	background-size: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	background-image: url(../images/btnframe.png);
}
.abllink-btn::before{
	height: 53px;
	width: 34px;
	background-size: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(180deg);
	left: -35px;
	background-image: url(../images/btnframe.png);
}
.abllink-btn svg{
	width: 20px;
	height: 20px;
}
.abllink-btn:hover{
	transition: 0.2s;
	color: #8C1E1E;
}
@media only screen and (max-width: 450px) {
	.main-content{
		background-size: cover;
		height: 100vh;
	}
}