@charset "UTF-8";

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-FDeot');
    src: url('fonts/Vazir-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-FD.woff2') format('woff2'),
         url('fonts/Vazir-FD.woff') format('woff'),
         url('fonts/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Bold-FD.eot');
    src: url('fonts/Vazir-Bold-FDeot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Bold-FD.woff2') format('woff2'),
         url('fonts/Vazir-Bold-FD.woff') format('woff'),
         url('fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Black-FD.eot');
    src: url('fonts/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Black-FD.woff2') format('woff2'),
         url('fonts/Vazir-Black-FD.woff') format('woff'),
         url('fonts/Vazir-Black-FD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Medium-FD.eot');
    src: url('fonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Medium-FD.woff2') format('woff2'),
         url('fonts/Vazir-Medium-FD.woff') format('woff'),
         url('fonts/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Light-FD.eot');
    src: url('fonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Light-FD.woff2') format('woff2'),
         url('fonts/Vazir-Light-FD.woff') format('woff'),
         url('fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir-Thin-FD.eot');
    src: url('fonts/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vazir-Thin-FD.woff2') format('woff2'),
         url('fonts/Vazir-Thin-FD.woff') format('woff'),
         url('fonts/Vazir-Thin-FD.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: all 0.3s linear;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body */
body {
    font-family: Vazir, sans-serif;
	color: #333;
	background-color: #FFF;
}

h1, h2, h3, h4, h5 {font-weight: bold; margin: 0 0 0.5em 0; color:#FDB92E;}
h1 {font-weight: 900; font-size: 150%; text-transform: uppercase;}
p {line-height: 1.6;}
a {color: #666; text-decoration: none;}
a:active {color: #666;}
a:visited {color: #666;}
a:hover {color: #666;}

.hidden {
	display: none;
}

.wrap {
	height: 100%;
	height: 100vh;
    margin: 0px !important;
	padding: 0px !important;
}

.wrapper {
    margin: 0px !important;
	padding: 0px !important;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
} 

/* Container */
.container {
    margin-left: auto;
    margin-right: auto;
	height: 100%;
	max-height: 100%;
	position: relative;
}
.contain {
    top: 50%;
    left: 50%;
    max-height: 100%;
    position: absolute !important;
	transform: translate(-50%,-50%) !important;
}

/* Header */
header {
    margin-bottom: 2em;
	text-align: center;
}
.logo {
	width: 256px;
	font-weight: bold;
	margin: 0 auto 1em;
}
.logo img {
	width: 100%;
	height: auto;
}

/* Footer */
footer {}

footer .button {
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s linear;
	margin: 0 auto 0.5em;
}
footer .button a {
    vertical-align: top;
}

footer .button:hover {
    color: #ccc;
    cursor: pointer;
}

footer .button svg {
	color: #666;
	fill: #666;
}
	
footer .button path {
	fill: #666;
}


footer .copyright {
    text-align: center;
    color: #666;
    font-weight: lighter;
	font-size: 80%;
}

footer .copyright a {color: #666;}

footer .copyright-designer {
    text-align: center;
    color: #666;
    font-weight: lighter;
	font-size: 60%;
}

footer .copyright-designer a {color: #666;}

/* Mobile */
@media (max-width: 320px) {

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}