@font-face {
	font-family: "YEKAN";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/Yekan.woff") format("woff");
}

/*@font-face {
	font-family: "IRAN-SANS";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/iran-sans.woff") format("woff");
}*/
body {
	background-color: #e6e6e6;
	font-family: "YEKAN", Tahoma;
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	height: 100%;
}

p {
	color: #888888;
}

.rtl,
.rtl * {
	direction: rtl;
}

.ltr,
.ltr * {
	direction: ltr;
}

a,
a:focus,
a:hover {
	text-decoration: none !important;
	color: inherit;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.middle {
	margin: 0 auto !important;
	display: block;
	float: none;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.no-float {
	float: none;
}

header {
	padding-top: 30px;
	background-color: #0eb57d;
	height: 400px;
	margin-bottom: -245px;
}

.site-title {
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.site-title {
		/* top: -5px; */
	}
}

.site-title h1 {
	font-size: 25px;
	margin: 0;
	line-height: 25px;
}

.toggle-button {
	color: #ffffff;
	font-size: 40px;
	right: 15px;
	position: absolute;
	top: 22.5px;
}

.main-menu.collapse,
.main-menu.collapsing {
	padding: 0;
	width: 100%;
	z-index: 9;
}

.main-menu.collapse.in {
	display: table;
}

#main-menu ul {
	margin-bottom: 0;
	padding: 0;
	display: table;
	background-color: #ffffff;
	width: 100%;
}

#main-menu ul li {
	font-size: 15px;
	height: 45px;
	line-height: 35px;
	list-style: outside none none;
	padding: 5px 15px;
}

#main-menu ul li:hover {
	background-color: #e3e3e3;
}

#main-menu ul li a {
	display: block;
}

@media screen and (max-width: 991px) {
	#main-menu ul li {
		padding: 5px 11px;
	}
}

@media screen and (max-width: 767px) {
	#main-menu ul li {
		padding: 5px 11px;
		width: 50%;
		float: right;
	}
}

@media screen and (min-width: 768px) {
	#main-menu {
		display: block !important;
		min-height: 45px;
	}

	#main-menu ul li {
		float: right;
	}
}

.social {
	/* padding: 0; */
}

.social i {
	display: inline-block;
	float: left;
	height: 50px;
	list-style: outside none none;
	margin: 0 5px;
	width: 50px;
	font-size: 30px;
	color: #0eb57d;
	border-radius: 50%;
	box-shadow: 0 0 5px gray;
	overflow: hidden;
	background-color: #fff;
}

.social i::before {
	top: 8px;
	right: 12px;
}

.social i.icon-telegram::before {
	top: 13px;
}

.sticky .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-color: #ffffff;
	border-bottom: 3px solid #0eb57d;
}

@media screen and (min-width: 768px) {

	.sticky .header .social,
	.sticky .header .site-title,
	.sticky .header .toggle-button {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	header {
		margin-bottom: -150px;
	}
}

@media screen and (max-width: 767px) {
	header {
		padding-top: 10px;
		margin-bottom: -255px;
	}

	.site-title {
		text-align: center;
		padding-bottom: 15px;
	}

	.sticky .site-title {
		padding-bottom: 5px;
	}

	.social {
		text-align: center;
	}

	.social i {
		float: none;
		width: 35px;
		height: 35px;
		font-size: 24px;
	}

	.social i.icon-telegram::before {
		top: 8px;
	}

	.social i::before {
		top: 4px;
		right: 0px;
	}

	.sticky .header {
		background-color: #0eb57d;
		/* border-bottom: 5px solid #0eb57d; */
		padding-top: 10px;
	}

	.sticky .header .container {
		padding: 0 5px;
	}

	.sticky .header .social {
		display: none;
	}

	.main-menu {
		border-bottom: 5px solid #0eb57d;
	}

	.sticky .main-menu {
		border-bottom: none;
	}
}

section {
	position: relative;
	overflow: hidden;
}

section .title {
	color: #0eb57d;
	font-size: 25px;
	margin: 70px 0 40px;
	text-align: center;
}

.overview {
	display: inline-block;
	width: 100%;
}

.overview .content {
	display: inline-block;
	width: 100%;
	line-height: 30px;
}

.overview .picture {
	padding: 0;
	background-image: url("images/me.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 405px;
}

.overview .info {
	background-color: #ffffff;
	line-height: 50px;
	padding: 20px 15px;
	font-size: 16px;
}

.overview .name {
	font-size: 30px;
}

.overview .desc {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 18px;
	margin-bottom: 10px;
}

.overview .content span {
	display: inline-block;
	font-weight: 500;
	width: 90px;
}

.overview .download {
	background-color: #0eb57d;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}

.arrow-box {
	background-color: #0eb57d;
	color: white;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 7px;
	position: relative;
	z-index: 8;
}

.arrow-box i.icon {
	color: #0eb57d;
	font-size: 25px;
	left: 0;
	position: absolute;
	top: 20px;
	z-index: -1;
}

.overview .content .name span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	width: auto;
}

.skills .content {
	display: inline-block;
	width: 100%;
	line-height: 32px;
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top: 30px;
}

.skills p {
	margin-bottom: 20px;
}

.progress {
	height: 5px;
	overflow: visible;
	margin-bottom: 40px;
}

.progress:last-child {
	margin-bottom: 30px;
}

.skills .process-bar {
	margin-top: 10px;
}

.skills .process-bar span {
	position: relative;
	top: -20px;
	color: #222222;
}

.education .content {
	overflow: hidden;
}

ul.timeline {
	margin: 0;
	padding: 0;
}

.timeline li {
	clear: right;
	float: right;
	list-style: outside none none;
	padding-top: 20px;
	width: 50%;
	position: relative;
}

.timeline li.timeline-inverted {
	clear: left;
	float: left;
}

.timeline li:first-child {
	padding-top: 0;
}

.timeline li.timeline-inverted:nth-child(2) {
	padding-top: 45px;
}

.timeline-panel {
	background-color: #ffffff;
	border-top: 2px solid #0eb57d;
	float: right;
	width: calc(100% - 25px);
	padding: 10px 15px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.timeline-inverted .timeline-panel {
	float: left;
}

.timeline .clearfix {
	height: 40px;
}

.timeline .clearfix {
	clear: both;
	height: 884px;
	position: absolute;
	width: 4px;
	left: 0;
	right: 0;
	display: block;
	background: #ffffff;
	margin: 0 auto;
	z-index: -1;
}

.timeline li .timeline-badge .icon {
	color: #ffffff;
	font-size: 30px;
	left: 3px;
	position: absolute;
	top: 50px;
}

.timeline li .timeline-badge .icon-right-side {
	display: none;
}

.timeline li .timeline-badge .icon::after {
	color: #0eb57d;
	content: "\f111";
	font-family: icon;
	font-size: 16px;
	left: -10px;
	line-height: 0;
	position: absolute;
	right: auto;
	top: 10px;
	z-index: 9;
}

.timeline li.timeline-inverted .timeline-badge .icon {
	right: 3px;
	top: 50px;
	left: auto;
}

.timeline li.timeline-inverted .timeline-badge .icon-left-side {
	display: none;
}

.timeline li.timeline-inverted .timeline-badge .icon-right-side {
	display: inline-block;
}

.timeline li.timeline-inverted .timeline-badge .icon::after {
	right: -10px;
	left: auto;
	top: 10px;
	z-index: 9;
}

.timeline li:first-child .timeline-badge .icon {
	top: 30px;
}

.timeline li.timeline-inverted:nth-child(2) .timeline-badge .icon {
	top: 75px;
}

.timeline-title {
	color: #0eb57d;
	font-size: 18px;
}

.timeline-tag {
	font-size: 17px;
	line-height: 50px;
}

.timeline-time.arrow-box {
	position: relative;
	z-index: 9;
}

.timeline-time.arrow-box .icon {
	color: #0eb57d;
	left: 5px;
	position: absolute;
	right: auto;
	top: -7px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.timeline-panel {
		float: left;
	}

	.timeline li.timeline-inverted:nth-child(2) {
		padding-top: 20px;
	}

	.timeline li {
		padding-top: 20px;
		width: 100%;
	}

	.timeline li.timeline-inverted {
		clear: left;
		float: left;
	}

	.timeline .clearfix {
		clear: both;
		height: 3000px;
		position: absolute;
		width: 4px;
		float: right;
		right: 0;
		display: block;
		background: #ffffff;
		margin: 0;
	}

	.timeline li .timeline-badge .icon {
		left: auto;
		right: 3px;
	}

	.timeline li.timeline-inverted .timeline-badge .icon {
		right: 3px;
	}

	.timeline li .timeline-badge .icon::after {
		left: 26px;
		right: auto;
	}

	.timeline li .timeline-badge .icon-left-side {
		display: none !important;
	}

	.timeline li .timeline-badge .icon-right-side {
		display: inline-block !important;
	}
}

.experience .content {
	overflow: hidden;
}

#portfolio .container {
	padding: 0 5px;
}

.portfolio ul.filter {
	padding: 0;
}

.portfolio .img-box {
	padding: 10px;
}

.portfolio .img-box img {
	height: auto;
	max-width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	border: 5px solid #fff;
}

.portfolio ul.filter {
	text-align: center;
}

.portfolio ul.filter li {
	display: inline-block;
	list-style: outside none none;
	padding: 0 15px;
}

.testimonials .testimonial-content {
	background-color: #ffffff;
	padding: 20px;
}

.testimonials .testimonial-data {
	background-color: #0eb57d;
	color: #ffffff;
	padding: 10px 20px;
	position: relative;
}

.testimonials .testimonial-data .testimonial-name {
	font-size: 18px;
}

.testimonials .testimonial-data *,
.testimonials .testimonial-content * {
	direction: rtl;
}

.testimonials .owl-item img {
	border-radius: 50%;
	height: 70px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	right: auto;
	top: -35px;
	width: 70px;
}

.owl-nav .owl-next {
	background-image: url("images/next.png");
	right: -15px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	height: 40px;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 85px;
	width: 40px;
}

.owl-nav .owl-prev {
	background-image: url("images/prev.png");
	left: -15px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	height: 40px;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 85px;
	width: 40px;
}

.blog-wrapper {
	margin-bottom: 30px;
}

.blog-image {
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 267px;
}

@media screen and (min-width: 768px) {

	.blog-image,
	.blog-desc {
		height: 352px;
	}
}

@media screen and (min-width: 992px) {

	.blog-image,
	.blog-desc {
		height: 297px;
	}
}

@media screen and (min-width: 1200px) {

	.blog-image,
	.blog-desc {
		height: 267px;
	}
}

.blog-desc {
	background-color: #ffffff;
	padding: 25px 15px;
}

.blog-title {
	color: #555555;
	font-size: 20px;
	margin-bottom: 15px;
}

.blog-data {
	color: #0eb57d;
	margin-bottom: 10px;
}

.blog-data span {
	margin-left: 20px;
}

.blog-data span i {
	color: #0eb57d;
	margin-left: 5px;
}

.blog-content {
	line-height: 30px;
}

.blog-more {
	margin-top: 20px;
}

.blog-more a {
	background-color: #0eb57d;
	color: #ffffff;
	display: inline-block;
	padding: 5px 15px;
}

.blog-more a:hover,
.blog-more a:focus {
	color: #ffffff;
}

.blog-wrapper:last-of-type {
	margin-bottom: 0;
}

.contact .content {
	position: relative;
	margin-bottom: 30px;
}

.contact .desc {
	background-color: #ffffff;
	padding-top: 20px;
}

.contact .arrow-box {
	font-size: 16px;
	margin-bottom: 15px;
}

.c-info {
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 10px;
}

.c-info i {
	background-color: #0eb57d;
	border-radius: 50%;
	color: #ffffff;
	margin-left: 5px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	top: 10px;
}

.g-map {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;
	height: 0;
	min-height: 0;
	overflow: hidden;
}

.g-map.collapse {
	display: block;
}

.g-map.collapse.in {
	height: auto;
}

#g-map {
	height: 300px;
}

.map-btn {
	background-color: #0eb57d;
	color: #ffffff;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.map-btn a {
	display: block;
	height: 26px;
}

.contact .form {
	background-color: #ffffff;
	padding: 20px 15px;
}

.form-group label {
	position: relative;
	right: 12px;
	top: 34px;
	transition: all 0.2s ease-in-out 0s;
}

.form-group.focus label,
.form-group.active label {
	top: 0;
	transition: all 0.2s ease-in-out 0s;
}

.form input,
.form textarea {
	border-radius: 0;
	border-width: 0 0 1px;
	box-shadow: none;
}

.form textarea {
	max-width: 100%;
	min-height: 70px;
}

.submit .btn-success {
	background-color: #0eb57d;
}

#form-messages {
	text-align: right;
	top: -15px;
	position: relative;
	line-height: 0;
}

#footer {
	background-color: #0eb57d;
	height: 120px;
	margin-top: 30px;
}

.footer {
	position: relative;
}

#footer i.icon-up-open {
	background-color: #0eb57d;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	color: #ffffff;
	box-shadow: 0 0 5px gray;
	font-size: 40px;
}

#footer i.icon-up-open::before {
	top: 2px;
}

.footer .social {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	top: 40px;
}

.footer .social i {
	float: none;
}

.footer .social i::before {
	right: 0;
}

.blog .main-menu ul li {
	width: 100% !important;
	text-align: center;
}

.blog .main-menu ul li i {
	color: #0eb57d;
}

.blog .post .blog-data {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #0eb57d;
}

.blog .post .content {
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 500px;
}

.blog .content h4 {
	color: #0eb57d;
}

.blog .post img {
	max-width: 100%;
	width: 100%;
	margin: 1rem 0 2rem;
}

.sticky .header,
#main-menu,
.overview .content,
.header .content,
.testimonials .tes-box,
.blog-wrapper,
.contact .form {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.owl-carousel .owl-stage-outer {
	padding: 5px 0;
}