@charset "utf-8";
/*طراحی شده توسط تیم توسعه ویبان - تمامی حقوق برای شبدیز محفوظ می باشد - 1396-2017 - http://viban.ir/ */
/*-----------------------SLIDESHOW--------------------*/
.slide-heading-h1{
	text-shadow: rgb(63, 63, 63) 1px 0px 0px, rgb(63, 63, 63) 0.540302px 0.841471px 0px, rgb(63, 63, 63) -0.416147px 0.909297px 0px, rgb(63, 63, 63) -0.989992px 0.14112px 0px, rgb(63, 63, 63) -0.653644px -0.756802px 0px, rgb(63, 63, 63) 0.283662px -0.958924px 0px, rgb(63, 63, 63) 0.96017px -0.279415px 0px;
	color: #fff;
	direction: rtl;
	font-weight: 500;
	margin-top: 20px;
	font-size:55px;
}
#slideshow .ms-slide img{
	opacity: .8;
	transition: all .2s ease-in-out;
	animation: zoomin 40s  infinite;
}

#divider-top{
	width: auto;
	position: absolute;
	bottom: 0px;
	z-index: 100;
}

#divider-bottom{
	width: auto;
	position: relative;
	z-index: 100;
}

/* 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 */


/*-----------------------SERVICES--------------------*/
#services{
	margin-top: -50px;
	overflow: visible !important;
}
.services-container{
	float: right !important;
}
.services{
	min-height: 300px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
	padding: 15px;
	direction: rtl;
	text-align: center;
	transition: .3s;
	width: 100%;
}
.services:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
	transition: .3s;
}
.services h2{
	font-size: 25px;
	font-weight: 500;
	color: #707083;
	margin-bottom: 15px;
}
.services p{
	font-size: 12px;
	line-height: 25px;
	color: #939494;
	margin-bottom: 0px;
}
.services-img-container{
	width: auto;
	height: 110px;
	text-align: center;
	margin-bottom: 25px;
}
.services img{
	height: 100%;
	margin: 0 auto;
	margin-top: 5px;
}

.slick-prev:before {
    content: "\f105" !important;
    font-family: 'FontAwesome';
    font-size: 50px;
	color: #cecece;
}
.slick-next:before {
    content: "\f104" !important;
    font-family: 'FontAwesome';
    font-size: 50px;
	color: #cecece;
}

/*-----------------------INTRO--------------------*/
.intro-container{
	padding: 24px;
	margin-top: 40px;
}
.intro{
	height: auto;
	background-color: #FFFFFF;
}
.intro-pic-container,.intro-text-container{
	padding-bottom: 15px;
	padding-top: 15px;
}
.intro-text{
	min-height: 350px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	direction: ltr;
}
.intro-text h1{
	color: #11b8d6;
	font-size: 30px;
	font-weight: 200;
	display: block;
	line-height: 40px;

}
.intro-text p{
	text-align: justify;
	font-size: 13px;
	color: #939494;
	line-height: 25px;
}
.intro-pic{
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

/*-----------------------PART--------------------*/
#part{
	background: linear-gradient(80deg, #11b8d6 50%,#14caeb 50%);
	margin-bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	direction: ltr;
}
.right-part{
	text-align: center;
	color: #fff;
	
}

.right-part p{
    padding-left: 20px !important;
}

.left-part{
	text-align: center;
	color: #fff;
	
}
#part h1{
	font-size: 35px;
	font-weight: 300;
}
#part p{
	line-height: 30px;
}
#part a{
	color: #FFFFFF;
	padding: 10px 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: .2s;
	display: block;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	margin-top: 30px;
}
#part a:hover{
	color: #11b8d6;
	background-color: #fff;
	transition: .2s;
}
#part img{
	max-width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*-----------------------CONTENT-SLIDESHOW--------------------*/
#P_masterslider{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-top: 0px !important;
}
.slide-content-heading-h1{
	color: #000;
	direction: ltr;
	font-weight: 500;
	margin-top: 20px;
	font-size:25px;
	background-color: #fff;
	display: block !important;
	width: 100% !important;
}
.slide-content-heading-p{
	color: #000;
	direction: ltr;
	font-weight: 500;
	margin-top: 20px;
	font-size:14px;
	background-color: #fff;
	width: 100% !important;
	display: block !important;
	box-sizing:padding-box !important;
}
.ms-info{
	position: absolute; 
	z-index: 9999; 
	background-color: rgba(0, 0, 0, 0.5); 
	bottom: 0; 
	direction: ltr; 
	width: 100%;
	display: block;
}
.ms-info h4{
	font-weight: 500; 
	color: #fff; 
	text-align: left; 
	margin-top: 5px; 
	margin-bottom: 8px;
	padding: 0 15px;
	font-size: 20px !important;
}

/*-----------------LAST-CONTENTS-----------------*/
#last-contents{
	margin-top: 110px;
	direction: ltr;
}
.last-contents-header h2{
	text-align: center;
	color: #1e88e5;
	font-weight: 500 !important;
}
.last-contents-container{
	background-color: #FFFFFF;
}
.last-contents-container-pic{
	background-color: #FFFFFF;
	padding: 0px !important;
}
.last-contents-text{
	height: 250px;
	background-color: #FFFFFF;
}
.last-contents-text h2{
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-top: 15px;
	color: #1e88e5;
	margin-bottom: 15px;
}
.last-contents-text p{
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
	color: #939494;
}
.last-contents-container-pic{
	overflow: hidden;
}
.last-contents-pic img{
	height: 250px !important;
	max-width: none !important;
	transform: scale(1);
	transition: all 10s;
}
.last-contents-pic img:hover{
	transform: scale(1.5);
	transition: all 20s;
}
.last-contents-more{
	color: #1e88e5;
	font-size: 12px;
	padding-bottom: 5px;
}
.last-contents-more:hover{
	color: #1e88e5;
}
.arrow-left{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top:45%;
	right: 0;
	margin-right: -20px;
	z-index: 99999;
}
.arrow-right{

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top:45%;
	left: 0;
	margin-left: -20px;
	z-index: 99999;
}
/*----------------------LAST-PRODUCTS---------------------*/
#last-products{
	padding-top:100px;
	padding-bottom:70px;
	direction: ltr;
}
.last-products-header h2{
	text-align: center;
	color: #1e88e5;
	font-weight: 500 !important;
}
.last-product{
	background-color:#fff;
	transition:all .3s ease;
	margin-bottom:30px;
	padding-bottom:15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
	margin: 0px -2.6px;
	width: 100% !important;
}
.product-pic-container{
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
}
.last-product img{
	width:100%;
}
.last-product-name{
	height:60px;
	width: 100%;
    position: relative;
}
.last-product h3{
	font-size:13px;
	text-align:center;
	color:#939494;
	line-height:23px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
}
.last-product-price{
	text-align:center;
	font-size:13px;
	color:#169c78;
	margin-top:0px;
	font-weight:500;
}
.product-buy,.product-buy:focus,.product-buy:active{
	width: 90%;
	display: block;
	color: #1e88e5;
	border:1px solid #1e88e5;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	padding: 5px 0px;
	font-weight: 500;
	border-radius: 2px;
	transition: .3s;
}
.product-buy:hover{
	background-color: #1e88e5;
	color: #fff;
	transition: .3s;
}

/*-------------------SLOGAN----------------*/

#slogan{
	overflow: hidden;
	background-color: #000;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	margin-top: 110px;
	z-index: -999 !important;
	position: relative !important;
	background: url(../images/sbg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	
}
.codes{
	z-index: 99999999 !important;
	position: relative;
	margin-top: 55px;
}
#slogan h2{
	color:#fff;
	text-align:center;
	font-size: 40px;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 130px !important;
}
.hidden{
	display: none;
}
.slogan-container{
	direction: ltr;
}
/*-----------------------OUR-CUSTOMERS--------------------*/
#customers{
	padding-bottom: 20px;
}
.customer{
	height: 100px;
	margin: 15px;
	margin-top: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.customer img{
	filter: opacity(.5) grayscale(1);
}
