@charset "utf-8";
/* CSS Document */
@import url("../fonts/FarsiFonts.css");

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	color: #000;
	font-size: 11px;
	direction: rtl;
	font-family: IRANSans;
	margin:0px;
	padding:0px;
}

*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.intro-header {
	background-color: #f0f0f0;
	padding: 15px 0px;
}

header .textWrapper {
	font-size: 1rem;
	color: #003d6e;
	line-height: 1.5rem;
}

header .text1 , header .text2 {
	text-align: right;
	display: block;
}

header .textWrapper .text2 {
	font-size: 1.4rem;
	margin-top: 10px;
}
header .textWrapper2 .text1 {
	font-size: 0.8rem;
	text-align: left;
	color: red;
	margin-bottom: 5px;
}
header .textWrapper2 {
	text-align: left;
}

header#title  {
	background-color: #4f98b0;
}
header#title h1 {
	padding: 10px;
	font-size: 1.4rem;
	direction: rtl;
	color: #fcfcfc;
}
header#title h3 {
    padding: 10px;
    font-size: 1rem;
    direction: ltr;
	color: #fcfcfc;
	float: left;
}
#menu {
	background-color: #f0f0f0;
}
#menu .navbar {
	margin-bottom: 0px;
}
#menu li a {
	font-size: 0.8rem;
	color: #024152;
}
#menu li a:hover {
	background-color: #ffdb57;
}

#headerBox { 
	margin-top: 20px;
}

#headerBox .item {
	font-size: 1rem;
    padding: .5% 0;
    border-bottom: 1px solid #ccc;
}
#headerBox .item .key {
    display: inline-block;
    color: #4d4d4d;
    width: 20%;
    vertical-align: top; 
}
#headerBox .item .value {
    color: #193f66;
    display: inline-block;
    text-align: justify;
    width: 79%;
}
#ContentBox {
	padding: 30px 0px;
	font-size: 1rem;
	text-align: justify;
}
#ContentBox header h2 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #272727;
}

footer {
	background-color: #f0f0f0;
	padding: 20px 0px;
	width: 100%;
}
footer .copywrite{
	font-size: 1.1rem;
	color: gray;
}
footer .license {
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
}
footer .license a {
	color: gray;
}
