@font-face {
    font-family: 'Yekan';
    src: url('../fonts/YekanWeb-Regular.eot');
    src: url('../fonts/YekanWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/YekanWeb-Regular.woff') format('woff'),
         url('../fonts/YekanWeb-Regular.ttf') format('truetype'),
         url('../fonts/YekanWeb-Regular.svg#webfont') format('svg');
}
body {
	direction: rtl;
	margin: 0;
	padding: 0;
	font-family: 'Yekan';
}
.rtl {
	text-align: right;
}
.ltr {
	text-align: left;
}
.header {
	margin-top: 20%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header.fixed {
	margin-top: 0;
	position: fixed;
	right: 0;
	top: 0;
	padding-top: 0;
	z-index: 100;
}
.header h1:nth-child(3) {
	display: inline-block;
	font-size: 30px;
	right: -1000px;
	top: 0;
	position: absolute;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
}
.header h1:nth-child(3) a {
	color: #fff;
}
.section {
	min-height: 600px;
}
.bg-green {
	background-color: #AECB45;
}
.bg-gray {
	background-color: #ddd;
}
.bg-white {
	background-color: red;
}
.color-white {
	color: #fff;
}
.color-green {
	color: #AECB45;
}
.padding-top-full {
	padding-top: 50px;
}
.logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}
.logo a {
	max-width: 100%;
}
.header .logo.fixed {
	width: 150px;
	display: block;
	position: relative;
	margin-left: 0; 
	float: left;
	transition: all 300ms linear, margin 300ms linear;
	-webkit-transition: all 300ms linear, margin 300ms linear;
	-moz-transition: all 300ms linear, margin 300ms linear;
	-o-transition: all 300ms linear, margin 300ms linear;
	-ms-transition: all 300ms linear, margin 300ms linear;
}
.menu-container {
	width: 100%;
	top: 88px;
	z-index: 100;
	position: fixed;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}
.menu-container.active {
	height: 100%;
	background-color: rgba(0,0,0,.8);
}
.menu-button {
	display: inline-block;
	right: -1000px;
	top: 0;
	position: absolute;
	transition: all 700ms linear;
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
}
.menu-button.active span:nth-child(2) {
	width: 70%;
	height: 3px;
	margin-bottom: 3px;
	margin-right: -5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menu-button.active span:nth-child(4) {
	width: 70%;
	height: 3px;
	margin-top: 4px;
	margin-right: -5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.relative {
	position: relative;
}
.list-group-item:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #666;
  z-index: -100;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}
.list-group-item.active:after {
	height: 100%;
	top: 0;
}
.list-group-item:before {
	left: 0;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
}
.list-group-item.active:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -10px;
	left: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #666;
	border-bottom: 10px solid transparent;
}
.section-title {
	margin-bottom: 50px;
}
.section-title span {
	position: relative;
}
.section-title span:before {
	content: '';
	position: absolute;
	bottom: -9px;
	right: 50%;
	margin-right: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.section-title span.label-success:before {
	border-top: 10px solid #AECB45;
}
.section-title span.label-default:before {
	border-top: 10px solid #777;
}
.section-title {
	margin-bottom: 50px;
}
.border-radius {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
@media screen and (max-width: 480px) {
	.header h1:nth-child(3) {
		display: none;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		width: 0;
	}
	.row-offcanvas-right.active .sidebar-offcanvas {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		top: 0;
	}
}