/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/IRANYekanWeb_Light.eot);
	src: url(../fonts/IRANYekanWeb_Light.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANYekanWeb_Light.woff2) format('woff2'), url(../fonts/IRANYekanWeb_Light.woff) format('woff'), url(../fonts/IRANYekanWeb_Light.ttf) format('truetype')
}
@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/IRANYekanWeb_Bold.eot);
	src: url(../fonts/IRANYekanWeb_Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/IRANYekanWeb_Bold.woff2) format('woff2'), url(../fonts/IRANYekanWeb_Bold.woff) format('woff'), url(../fonts/IRANYekanWeb_Bold.ttf) format('truetype')
}
:focus {
	outline: 0;
}
::selection {
	background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.1);
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none !important;
}
a:hover {
	color: rgb(65, 64, 66);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'IRANYekan', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
html,
body {
	min-height: 100vh;
}
html {
	background: rgb(191, 153, 92);
}
body {
	font-family: 'IRANYekan', Helvetica, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.4;
	direction: rtl;
	background: rgb(250, 250, 250);
	color: rgb(35, 31, 32);
	overflow-x: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
#contact-map {
	height: 300px;
}
.vww {
	width: 100vw;
}
.vwh {
	width: 100vh;
}
.vhh {
	height: 100vh;
}
.vhw {
	height: 100vw;
}
.pagination {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
}
.pagination > li > a,
.pagination > li > span {
	height: 38px;
	min-width: 38px;
	line-height: 35px;
	text-align: center;
	padding: 0 15px;
	border-top: 3px solid rgb(189, 189, 189);
	display: block;
}
.pagination > li.active > span {
	background: rgb(255, 255, 255);
	border-top-color: #5484A2rgb;
	font-weight: bold;
}
.pagination > li:hover > a {
	border-top-color: rgb(66, 66, 66);
}
.card-img {
	width: 100%;
}
.card {
	position: relative;
}
.row:not(.no-gutters) > div > .card {
	margin: 0 auto 30px;
}
.card-header {
	position: relative;
}
.card-body {
	padding: 15px 0 0;
}
.card-overlay .card-body {
	background: rgba(142, 169, 160, 0.8);
	color: #fff;
	padding: 15px;
	text-align: center;
	opacity: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.card-overlay .card-img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.card-overlay:hover .card-body {
	opacity: 1;
}
.card-overlay .card-title {
	word-spacing: 1000px;
}
.card-subtitle {
	margin: 5px 0 0;
	font-size: 14px;
}
ul.card-subtitle {
	padding: 0;
	list-style-type: none;
}
.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
}
.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2001;
	cursor: pointer;
}
.body-overflow {
	overflow: hidden;
}
.btn,
label,
th,
.control-label {
	font-weight: normal;
	font-family: 'IRANYekan', sans-serif;
	font-weight: Bold;
	font-size: 14px;
}
ol {
	list-style-type: persian;
}
.select2-dropdown,
.select2-selection,
.custom-select,
.form-control,
.btn {
	border-radius: 0 !important;
}
.custom-control-inline {
	display: inline-block;
}
.field-radio {
	padding-top: 15px;
}
/*Custom*/

#header {
	border-bottom: 1px solid rgb(225, 225, 225);
	background: rgb(255, 255, 255);
}
#header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: space-start;
	-ms-flex-align: center;
	align-items: center;
}
.logo {
	float: right;
	display: inline-block;
	margin-left: 30px;
}
.logo > img {
	height: 65px;
}
.user-nav {
	margin-right: auto;
}
.user-nav > a,
.user-nav > div {
	display: inline-block;
}
.dropdown {
	position: relative;
}
.dropdown-menu {
	width: 200px;
	background: rgb(255, 255, 255);
	margin: 10px 0 0;
	padding: .5rem 0;
	list-style: none;
	border: 1px solid rgb(220, 220, 220);
	border-radius: .25rem;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 1;
}
.dropdown-menu:before,
.dropdown-menu:after {
	border-bottom: 8px solid rgb(220, 220, 220);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 10px;
	width: 0;
	height: 0;
	content: '';
}
.dropdown-menu:after {
	border-bottom: 7px solid rgb(255, 255, 255);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	left: 11px;
}
.dropdown-menu.show {
	display: block;
}
ul.dropdown-menu > li > a {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	color: #212529;
	border: 0;
}
ul.dropdown-menu > li > a:focus,
ul.dropdown-menu > li > a:hover {
	color: #16181b;
	background-color: #f8f9fa;
}
.profile-nav > button > span:after {
	border-top: 5px solid rgb(255, 255, 255);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.profile-nav.show > button > span:after {
	border-bottom: 5px solid rgb(255, 255, 255);
	border-top: none;
}
#footer {
	background: url(../img/bg-footer.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 60px 0 30px;
	margin-top: auto;
}
#footer:after {
	background: rgba(191, 153, 92, 0.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
#footer > .container {
	position: relative;
	z-index: 1;
}
.fblock {
	margin: 0 0 30px;
}
.fblock-header {
	margin: 0 0 10px;
}
.fblock-title {
	margin: 0;
	font-size: 16px;
}
.footer-nav {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.powered {
	text-align: center;
	font-weight: bold;
	color: rgb(255, 255, 255);
	padding-top: 30px;
	margin-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.4);
}
#page-body {
	padding: 50px 0;
}
#page-header {
	background: rgb(56, 60, 88) url(../img/pattern-1.svg) no-repeat center;
	background-size: cover;
	color: rgb(255, 255, 255);
	padding: 50px 0;
	text-align: center;
}
.page-title {
	margin: 0;
}
.card {
	background: rgb(255, 255, 255);
}
.profile-avatar {
	text-align: center;
	margin: 0 0 15px;
}
.profile-avatar img {
	max-width: 100%;
}
.form-group {
	position: relative;
	margin-bottom: 1.3rem;
}
.form-group > label {
	background: rgb(255, 255, 255);
	padding: 2px 10px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	border-radius: 5px;
	z-index: 1;
}
.block {
	margin: 0 0 30px;
	background: rgb(240, 240, 240);
	border-top: 4px solid rgb(255, 209, 98);
	border-bottom: 1px solid rgb(230, 230, 230);
	box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.block-header {
	padding: 10px 15px;
}
.block-title {
	font-size: 15px;
	color: rgb(56, 60, 88);
	margin: 0;
	display: inline-block;
}
.block-title:before {
	background: rgb(56, 60, 88);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 0 10px;
	content: '';
}
.block-body {
	padding: 0 10px 10px;
}
.block-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-list > li > a {
	padding: 10px;
	display: block;
}
.block-list > li > a:hover,
.block-list > li.active > a {
	background: rgb(56, 60, 88);
	color: rgb(255, 255, 255);
}
.block-list > li + li {
	border-top: 1px dotted rgb(100, 100, 100);
}
.card {
	margin: 0 auto 30px;
	background: rgb(240, 240, 240);
	border-top: 4px solid rgb(255, 209, 98);
	border-bottom: 1px solid rgb(230, 230, 230);
	box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.card-header {
	padding: 15px 0;
	margin: 0 15px;
	border-bottom: 1px dotted rgb(100, 100, 100);
}
.card-title {
	font-size: 17px;
	margin: 0;
}
.card-body {
	padding: 30px 15px 15px;
}
.card-body .form-group > label {
	background: rgb(240, 240, 240);
}
.vertical-tab {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.vertical-tab>li+li {
	border-top: 1px solid rgb(220, 220, 220);
}
.vertical-tab>li>a {
	padding: 0 15px;
	line-height: 44px;
	border-radius: 5px;
	display: block;
}
.vertical-tab>li>a:hover,
.vertical-tab>li>a.active {
	background: rgb(56, 60, 88);
	color: rgb(255, 255, 255);
}
.vertical-tab>li>a.active {
	border-radius: 0 5px 5px 0;
	position: relative;
}
.vertical-tab>li>a.active:after {
	border-right: 18px solid rgb(56, 60, 88);
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
	height: 0;
	content: '';
}
.partner-list>div {
	position: relative;
}
.partner-list>div+div:before {
	height: 60%;
	width: 0;
	border-left: 1px dashed rgb(200, 200, 200);
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
}
.partner-item {
	text-align: center;
	padding: 15px 0;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.partner-item a {
	width: 100%;
}
.partner-item img {
	max-width: 80%;
	max-height: 90px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.partner-item a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.btn-app {
	background: rgb(34, 31, 31);
	color: rgb(255, 255, 255);
	border-radius: 6px;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.btn-app:hover {
	background: rgb(255, 255, 255);
	color: rgb(34, 31, 31);
}
.btn-app + .btn-app {
	margin-top: 15px;
}
.btn-app img {
	height: 30px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.btn-app:hover img {
	-webkit-filter: invert(0%);
	filter: invert(0%);
}
.btn-app>div {
	margin-right: 15px;
}
.btn-app span,
.btn-app strong {
	display: block;
}
/*Plugins*/
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
/*CMS*/

/*Responsive*/

@media(max-width: 767.98px) {
	#header {
		padding: 10px 0;
	}
	#navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 2002;
		overflow-y: scroll;
		width: 250px;
		padding: 15px 0;
		background: rgb(66, 66, 66);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	#navigation.active {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation > ul > li a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 20px 0 10px;
		color: rgb(250, 250, 250);
		position: relative;
	}
	#navigation > ul > li > a {
		background: rgba(0, 0, 0, 0.1);
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	#navigation > ul > li a:hover,
	#navigation > ul > li a:focus {
		background: rgba(255, 255, 255, 0.1);
	}
	#navigation > ul > li a:before,
	#navigation li.submenu > a:after {
		content: '\f107';
		font-family: 'Font Awesome 5 Pro';
		font-size: 14px;
		color: rgb(224, 224, 224);
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#navigation > ul > li a:before {
		content: '\f104';
		left: auto;
		right: 10px;
	}
	#navigation li.submenu.active > a:after {
		content: '\f106';
	}
}
@media(min-width: 768px) {
	.vcenter {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.vcenter > div {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.nav-toggle {
		display: none;
	}
	#navigation {
		float: right;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation > ul > li {
		float: right;
	}
	#navigation > ul > li + li {
		margin-right: 30px;
	}
	#navigation > ul > li > a {
		color: rgb(42, 42, 42);
		height: 80px;
		line-height: 74px;
		padding: 0 10px;
		font-weight: bold;
		border-top: 6px solid transparent;
		display: block;
	}
	#navigation > ul > li:hover > a,
	#navigation > ul > li.active > a {
		color: rgb(191, 153, 92);
		border-top-color: rgb(191, 153, 92);
		box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, 0.1);
	}
	#navigation > ul ul {
		display: none;
	}
	.subsection-footer.form-action {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.subsection-footer.form-action > .btn:only-child {
		margin-right: auto;
	}
}