@charset "utf-8";
/*طراحی شده توسط تیم توسعه ویبان - تمامی حقوق برای شبدیز محفوظ می باشد - 1396-2017 - http://viban.ir/ */

.top-header-container{
	overflow: hidden;
	padding: 0px !important;
	position: relative !important;
	height: 400px;
}
.about-header-pic{
	background-color: #DCDCDC;
	height: 400px;
	background-size: cover;
	animation: zoomin 40s  infinite;
	overflow: hidden !important;
	position: relative !important;
	z-index: -5 !important;
	filter: blur(0px) brightness(.4);
	margin-top: 0px !important;
}
.text-content{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute!important;
  direction: ltr;
  text-align: center;
  z-index: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
	width: 100%;
}
.text-content h2{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 40px;
	margin-top: 20px;
}
.under-line{
	border-bottom: 4px solid #fff;
	width: 100px;
	z-index: 200;
	margin: 0 auto;
}
.text-content h5{
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500 !important;
}


#aboutus{
	direction:ltr;
	margin-top:-60px;
	margin-bottom:50px;	
}
.about{
	height: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	padding:20px 10px;
}
.about-text {
	direction:ltr !important;
}
.about-date{
	color:#939494 !important;
}
.about-text p{
	font-size: 13px;
	line-height: 25px;
	color: #191919;
	direction:ltr !important;
	text-align: justify;
}
.about-pic{
	float:left;
	max-width: 300px !important;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */
