button,
button:hover {
	outline: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.space-50 {
	height: 50px;
}

@font-face {
  font-family: iranSans;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/iranSansWebLight/IRANSansWeb_Light.eot');
  src: url('../fonts/iranSansWebLight/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/iranSansWebLight/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/iranSansWebLight/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/iranSansWebLight/IRANSansWeb_Light.ttf') format('truetype');
}

img {
	height: auto;
	max-width: 100%;
}

body {
	font-family: 'iranSans';
	line-height: 2;
}

/***** begin top-menu *****/
#top-menu {
	background: #d32f2f;
}

#top-menu .navbar-brand {
	margin: 0;
	padding: 0;
}

#top-menu .navbar-brand img {
	width:60px;
}

#top-menu .navbar-nav .nav-link {
	color: #fff;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;

	transition: all 0.25s ease-in-out;
}

#top-menu .navbar-nav:hover .nav-link {
	opacity: 0.75;
}

#top-menu .navbar-nav .nav-link:hover {
	opacity: 1.0;
}

#top-menu .navbar-nav .nav-item.active .nav-link {
	border-bottom: 1px solid #fff;
}

#top-menu .navbar-nav .dropdown-menu {
	background: #da3030;
	border-radius: 3px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

#top-menu .navbar-nav .dropdown-menu .dropdown-item {
	background: transparent;
	color: #fff;
	font-size: 13px;

	transition: all 0.25s ease-in-out;
}

#top-menu .navbar-nav .dropdown-menu:hover .dropdown-item {
	opacity: 0.75;
}

#top-menu .navbar-nav .dropdown-menu .dropdown-item:hover,
#top-menu .navbar-nav .dropdown:hover .nav-link {
	opacity: 1.0;
}


/***** begin nav search *****/
#top-menu .nav-search .nav-link:after {
	display: none;
}

#top-menu .nav-search .nav-link i {
	font-size: 18px;
	vertical-align: middle;
}

#top-menu .nav-search .dropdown-menu {
	background: #fff;
	left: 0;
	padding: 10px;
	right: auto;
	text-align: center;
	transform-origin: top left;
	width: 300px;
}

#top-menu .nav-search .dropdown-menu input,
#top-menu .form-search input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	font-size: 13px;
	margin: 0 auto 10px auto !important;
	max-width: 300px;
}

#top-menu .form-search {
	text-align: center;
}

#top-menu .nav-search .dropdown-menu .btn,
#top-menu .form-search .btn {
	background: #e57373;
	border: none;
	color: #fff;
	font-size: 12px;
	margin: 0 auto !important;
}
/***** end nav serach *****/

@media(min-width: 992px) {

	#top-menu .navbar-nav .dropdown-menu {
		display: block;
		transform: scale(0, 0);
		transform-origin: top right;
		transition: all 0.5s 0.05s cubic-bezier(0.68, -0.55, 0.27, 1);
		width: 200px;
	}

	#top-menu .navbar-nav .dropdown:hover .dropdown-menu,
	#top-menu .navbar-nav .dropdown .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		transform: scale(1, 1);
		transition: all 0.5s cubic-bezier(0.68, 0, 0.27, 1.55);
	}

	#top-menu .nav-search .dropdown-menu {
		transform-origin: top left;
		width: 300px;
	}
}


@media(max-width: 992px) {

	#top-menu .navbar {
		padding-left: 0;
		padding-right: 0;
	}

	#top-menu .navbar-nav {
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	#top-menu .navbar-collapse {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin-top: 10px;
	}

	#top-menu .navbar-nav > .nav-item {
		margin: 0;
	}

	#top-menu .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}

	#top-menu .navbar-nav .nav-item.active .nav-link {
		background: rgba(255, 255, 255, 0.075);
		border: none;
	}

	#top-menu .navbar-nav .dropdown-menu {
		margin-bottom: 10px;
	}

}
/***** end top-menu *****/

/***** beign header image *****/
.header-image-big {
	position: relative;
}

.header-image-big .title-description-container {
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.header-image-big .title-description-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.header-image-big .title-description {
	display: inline-block;
	vertical-align: middle;
}

.header-image-big .title-description .header-title {
	font-size: 80px;
	font-weight: bold;
}

.header-image-big .title-description .header-description {
	font-size: 20px;
}

@media(max-width: 576px) {
	.header-image-big .title-description .header-title {
		font-size: 55px;
	}

	.header-image-big .title-description .header-description {
		font-size: 14px;
	}
}
/***** end header image *****/

/***** begin section *****/
.section-header {
	padding-bottom: 30px;
	padding-top: 50px;
}

.section-header-title {
	font-size: 36px;
	font-weight: bold;
}

.section-header-title.dark {
	color: #757575;
}

.section-header-title.light {
	color: #fff;
}
/***** end section *****/

/***** begin services *****/
#services {
	padding-bottom: 30px;
}

#services .service-item {
	text-align: center;
}

#services .service-item {
	margin-bottom: 20px;
	text-align: center;
}

#services .service-item .service-icon {
	color: #ffeb3b;
	font-size: 90px;
}

#services .service-item .service-title {
	color: #212121;
	margin-bottom: 30px;
}

#services .service-item .service-description {
	color: #757575;
	display: inline-block;
	margin: 0 auto 0 auto;
	max-width: 100%;
	text-align: right;
	width: 350px;
}

@media(max-width:767px) {

	#services .service-item:not(:nth-child(3)) .service-description { 
		border-bottom: 1px solid #e8e8e8;
	}
	
}
/***** end services *****/


/***** begin customers *****/
#customers {
	background: #d32f2f;
	padding-bottom: 30px;
}

#customers .customer-item {
	margin-bottom: 30px;
}

#customers .customer-image img {
	width: 128px;
}

#customers .customer-title {
	color: #fff;
}

#customers .customer-title h3 {
	font-size: 18px;
	margin-top: 15px;
}
/***** end customers *****/

/***** begin home news-list *****/
#news-list {
	padding-bottom: 50px;
	padding-top: 50px;
}

#news-list .section-header:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

#news-list  .section-header-title {
	display: inline-block;
}

.news-list-large .news-list-item {
	margin: 30px 0;
}

.news-list-large .news-image {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 128px;
}

.news-list-large .news-image img {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.news-list-large .news-title-description {
	display: inline-block;
	padding: 0 20px;
	width: calc(100% - 135px);
}

.news-list-large .news-title {
	color: #d32f2f;
	border-bottom: 1.2px solid #bdbdbd;
	font-size: 18px;
	padding: 10px 0 15px 0;
}

.news-list-large .news-description {
	color: #757575;
	font-size: 14px;
}

#news-list .btn-more-container {
	padding: 0 15px;
}

#news-list .btn-more-container a {
	background: #f44336;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
}

#news-list .btn-more-container a i,
#news-list .btn-more-container a span {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

@media(max-width: 435px) {

	
	.news-list-large .news-title-description {
		width: 100%
	}

	.news-list-large .news-image {
		margin-bottom: 10px;
		width: 100%
	}

	.news-list-large .news-image img {
		width: 100%;
	}

}
/***** end home news-list *****/


/***** begin projects *****/
#projects {
	/* background: #d32f2f; */
	padding-bottom: 50px;
}

#projects .section-header {
	margin-bottom: 20px
}

#projects .project-item {
	margin-bottom: 30px;
	padding: 0 30px;
	position: relative;
}

#projects .project-title {
	background: rgba(211, 47, 47, 0.9);
	bottom: 0;
	color: #fff;
	left: 30px;
	position: absolute;
	right: 30px;
}

#projects .project-title h3 {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
}

#projects .btn-more-container {
	padding-bottom: 20px;
	padding-top: 30px;
}

#projects .btn-more-container a {
	background: #d32f2f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
}

@media(max-width: 1200px) {

	#projects .project-item {
		padding: 0 20px;
	}

	#projects .project-title {
		left: 20px;
		right: 20px;
	}

	#projects .project-title h3 {
		font-size: 18px;
		height: 40px;
		line-height: 50px;
	}

}

@media(max-width: 992px) {

	#projects .project-item {
		padding: 0 10px;
	}

	#projects .project-title {
		left: 10px;
		right: 10px;
	}

	#projects .project-title h3 {
		font-size: 16px;
		height: 30px;
		line-height: 35px;
	}

}

@media(max-width: 576px) {

	#projects .project-item {
		padding: 0 20px;
	}

	#projects .project-title {
		left: 20px;
		right: 20px;
	}

	#projects .project-title h3 {
		font-size: 18px;
		height: 40px;
		line-height: 50px;
	}

}
/***** end projects *****/

/***** begin footer *****/
footer {
	background: #212121;
	color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}

footer .contact-details .contact-item {
	margin-bottom: 20px;
}

footer .contact-details .contact-icon {
	display: inline-block;
	font-size: 30px;
	margin-left: 10px;
	text-align: center;
	vertical-align: top;
	width: 50px;
}

footer .contact-details .contact-text {
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 75px);
}

footer .contact-details .contact-text p {
	margin-bottom: 0;
}

footer .contact-details .contact-text .number {
	direction: ltr;
	display:  inline-block;
}

footer .instagram-item {
	display: inline-block;
	margin-bottom: 4px;
}

footer .instagram-item img {
	width: 100%;
}

footer .section-header-title {
	font-size: 28px;
	margin-bottom: 20px;
	text-align: right;
}

@media(min-width: 992px) {

	footer .instagram-item {
		width: 15.5%;
	}

}

@media(max-width: 991px) {
	
	footer .section-header-title {
		margin-bottom: 20px;
		text-align: right;
	}

	footer .footer-instagram {
		margin-bottom: 40px;
	}

	footer .instagram-item {
		width: 16%;
	}
	
}

@media (max-width: 576px) {

	footer .instagram-item {
		width: 32%;
	}

	footer .section-header-title {
		font-size: 24px;
		text-align: center;
	}

}
/***** end footer *****/

/***** begin left module *****/
.left-module {
	margin-bottom: 20px;
	padding: 0 15px;
}

.left-module .module-header {
	border-bottom: 1px solid #d32f2f8a;
	color: #d32f2f;
	font-size: 18px;
	margin-bottom: 10px;
}

.left-module .module-icon {
	color: #d32f2f;
	margin-left: 5px;
}

.left-module .module-footer {
	border-top: 1px solid #d32f2f8a;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: left;
}

.left-module .module-footer .more-btn a {
	background: #d32f2f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out;
}

.left-module .module-footer .more-btn a:hover {
	background: #e53535;
	box-shadow: 0 2px 5px rgba(51,51,51,0.3);
}

.left-module .module-footer .more-btn a span {
	margin-left: 5px;
}

.left-module .module-footer .more-btn a span,
.left-module .module-footer .more-btn a i {
	vertical-align: middle;
}

.left-list {
	padding: 0;
}

.left-list .list-item {
	background: transparent;
	border-bottom: 1px solid #eee;
	padding: 5px;
	transition: all 0.25s ease-in-out;
}

.left-list .list-item:hover {
	background: #fafafa;
}

.left-list .list-item:last-child {
	border:none;
}

.left-list .list-item a {
	display: block;
}

.left-list .list-item .image {
	border-radius: 3px;
	display: inline-block;
	width: 64px;
}

.left-list .list-item .title {
	color: #515151;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px 0 0;
	text-align: justify;
	transition: all 0.25s ease-in-out;
	width: calc(100% - 70px);
}

.left-list .list-item:hover .title {
	color: #d32f2f;
}
/***** end left module *****/

/***** begin breadcrumb *****/
#breadcrumb {
	background: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	padding: 5px;
}

.breadcrumbs a {
	color: #bbb;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
	vertical-align: middle;
}

.breadcrumbs a:hover {
	color: #d32f2f;
	font-size: 12px;
}

.breadcrumbs > span {
	color: #d32f2f;
	font-size: 12px;
	transition: all 0.25 ease-in-out;
}

.breadcrumbs i {
	font-size: 9px;
	vertical-align: middle;
}
/***** end breadcrumb *****/

/***** begin right news list *****/
.news-list-right .card {
	background: #fcfcfc;
	border: none;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
}

.news-list-right .card .card-title {
	color: #b70e0e;
	font-size: 16px;
	max-height: 38px;
	overflow: hidden;
	text-align: justify;
}

.news-list-right .card .card-text {
	color: #888;
	font-size: 13px;
	max-height: 80px;
	overflow: hidden;
	text-align: justify;
}

.news-list-right .card .card-footer {
	padding: 0;
}

.news-list-right .card .card-footer .btn {
	border-radius: 0 0 3px 3px;
	padding: 10px 5px;
}

.news-list-right .card .card-meta a {
	color: #bbb;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
}

.news-list-right .card .card-meta a i {
	margin-left: 5px;
}

.news-list-right .card .card-meta a:hover {
	color: #040308;
}
/***** end right news list *****/

/***** begin gallery image *****/
.gallery-container .gallery-item {
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	opacity: 1.0;
	overflow: hidden;
	position: relative;
	transform: scale(1,1);
	transform-origin: center center;
	text-align: center;
	transition: all 0.2s linear;
}

.gallery-container:hover .gallery-item {
	opacity: 0.75;
}

.gallery-container .gallery-item:hover {
	opacity: 1.0;
	transform: scale(1.025,1.025);
}

.gallery-container .gallery-item img {
	margin: 0 auto;
	width: 100%;
}

.gallery-container .gallery-item .title {
	background: #d32f2f;
	bottom: 0;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin: 0;
	padding: 15px 10px;
	position: absolute;
	right: 0;
	text-align: right;
}
/***** end gallery image *****/


/***** begin articles-2col-chic *****/
.articles-2col-chic .article-2col-chic {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.articles-2col-chic .article-2col-chic:hover {
	border: 1px solid #ddd;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.articles-2col-chic .article-2col-chic:after {
	content: '';
	display: block;
	clear: both;
}

.articles-2col-chic .article-2col-chic .article-image img {
	margin: 0;
}

.articles-2col-chic .article-2col-chic .article-title h3 {
	background: #d32f2f;
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 15px 10px;
}

.articles-2col-chic .article-2col-chic .article-descripiton {
	color: #777;
	font-size: 13px;
	margin: 0;
	padding: 15px 10px;
}

@media(min-width: 576px) {

	.articles-2col-chic .article-2col-chic .article-image,
	.articles-2col-chic .article-2col-chic .article-title-description {
		display: inline-block;
		float: right;
		text-align: right;
		width: 50%;
	}
	
	.articles-2col-chic .article-2col-chic .article-image img {
		border-radius: 0 3px 3px 0;
		margin: 0;
	}

	.articles-2col-chic .article-2col-chic .article-title h3 {
		border-top-left-radius: 3px;
	}

}
/***** end articles-2col-chic *****/


/***** begin pagination *****/
nav .pagination {
	padding: 0;
}

nav .pagination li {
	display: inline-block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-left: 4px;
	text-align: center;
	width: 35px;
}
nav .pagination li > span,
nav .pagination li > a {
	background: #d32f2f;
	border-radius: 3px;
	color: #fff;
	display: block;
	opacity: 0.5;

	transition: all 0.2s ease-in-out;
}

nav .pagination li:hover > a {
	background: #d32f2f;
	color: #fff;
	opacity: 0.9;
}

nav .pagination li.active span {
	background: #d32f2f;
	color: #fff;
	opacity: 1.0;
}

nav .pagination li.disabled span {
	background: #ddd;
	color: #222;
}

/***** end pagination *****/


/***** begin article details *****/
.article-ditails {
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	border-radius: 3px;
	border: 1px solid #eee;
}

.article-ditails .card-body {
	padding-top: 10px;
}

.article-ditails .article-image {
	width: 100%;
}

.article-ditails .article-title {
	border-bottom: 1px solid #eee;
	color: #d32f2f;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 10px 0 15px 0;
}

.article-ditails .article-content {
	color: #616161;
}
/***** end article details *****/


/***** begin search list *****/
.search-list {
	padding: 0;
}

.search-list .list-item {
	background: transparent;
	border-bottom: 1px solid #eee;
	padding: 5px;
	transition: all 0.25s ease-in-out;
}

.search-list .list-item:hover {
	background: #fafafa;
}

.search-list .list-item:last-child {
	border: none;
}

.search-list .list-item a {
	display: block;
}

.search-list .list-item .image {
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

.search-list .list-item .item-details {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	width: calc(100% - 115px);
}

.search-list .list-item .title {
	color: #515151;
	font-size: 14px;
	text-align: justify;
	transition: all 0.25s ease-in-out;
}

.search-list .list-item .title {
	color: #d32f2f;
}

.search-list .list-item .category a {
	color: #999;
	font-size: 11px;
}
/***** end search list *****/