html {
	height: 100%;
}


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/woff/IRANSansX-Bold.woff') format('woff'),
		url('../Fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/woff/IRANSansX-Regular.woff') format('woff'),
		url('../Fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body {
	font-family: IRANSansX !important;
	direction: rtl;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-image: url("../files/images/bg1.png");
	background-repeat: repeat;
}


h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
	font-family: IRANSansX !important;
}

h1 {
	font-weight: bold;
}

.wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.ltr {
	direction: ltr;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-small {
	font-size: 0.8em;
}

.text-xsmall {
	font-size: 0.6em;
}

.text-large {
	font-size: 1.2em;
}

.text-xlarge {
	font-size: 1.4em;
}

.text-underline {
	text-decoration: underline;
}

.text-thin {
	font-weight: 100;
}

.text-UltraLight {
	font-weight: 200;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-demibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.text-extrabold {
	font-weight: 800;
}

.text-black {
	font-weight: 900;
}

blockquote {
	font-weight: 700;
	padding: 10px;
}

input,
select,
textarea {
	box-shadow: none !important;
}





.navbar {
	border-bottom: 1px solid #969696;
	padding: 10px;
	background-color: rgba(150, 150, 150, 0.2);
}

.navbar-logo img {
	height: 40px;
}

.nav-item span {
	color: #fff;
}

.navbar-nav li {
	border-left: 1px solid #969696;
	padding: 0 5px;
}

.navbar-nav li:last-child {
	border: none;
}

.navbar-nav li a {
	transition: 0.4s;
}

.navbar-nav li:hover a {
	transform: scale(1.1);
	transition: 0.2s;
}







.footer {
	margin-top: 20px;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #b6b6b6;
}

.footer h4,
.copyright,
.footer a {
	font-size: 13px;
	color: #b6b6b6;
	display: inline-block;
}

.footer .phone-icone {
	font-size: 14px;
	color: #b6b6b6;
}

.footer .copyright {
	font-size: 12px;
}

.footer .address {
	margin: 0 0 0 10px;
}

.footer p {
	margin: 5px;
}

.footer a:hover {
	color: #fff;
}

.footer .text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer .enamad img{
	max-height: 100px;
	padding: 10px 0;
}

.container,
.container-fluid {
	flex: 1;
}