@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color:#fff;
}

a:hover{
	text-decoration:none;
	color:#E4E4E4;
}

a:visited{
	text-decoration:none;
	color:#E4E4E4;
}

img{
	width:100%;
	max-width:100%;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0891A7; 
}

body{
	margin:0;
	padding:0;
	line-height:28px;
	font-size:16px;
	color:#9B9B9B;
	cursor:default;
	background-color:#fff;
	font:Times, "Times New Roman", serif
}

.padding{padding:0}

.margin{margin:0}


#logo-bg{
	background-color:#fff;
	opacity:1;
	width:170px;
	left:5%;
	z-index:1;
	position:absolute;
	border-radius:0 0 10px 10px;
	box-shadow:0 0 5px rgba(0,0,0,1.00);
}

#logo-bg img{
	padding:10px;
}

#logo{
	background-color:#05aac4;
	width:100%;
	padding:10px 0px;
	text-align:center;
	color:#fff;
	border-radius:0 0 10px 10px;
	font-size:18px;
	font-weight:normal;
}

@media screen and (max-width:800px){
	#logo-bg{
		background-color:#fff;
		opacity:1;
		width:100px;
		left:5%;
		z-index:1;
		position:absolute;
		border-radius:0 0 10px 10px;
	}

	#logo-bg img{
		padding:5px;
	}

	#logo{
		background-color:#05aac4;
		width:100%;
		padding:5px;
		text-align:center;
		color:#fff;
		border-radius:0 0 10px 10px;
		font-size:14px;
		font-weight:normal;
	}

}

#about-bg{
	background-image:url(../pics/about-bg.png);
	background-size:cover;
	background-position:center top;
	background-color:#0d437b;
	color:#fff;
	padding:80px 20px 20px 20px;
	margin-top:-10px;
	text-align:justify;
	width: 100%;
	position:  absolute;
	z-index: 9999999;
}

.title-icon{
	background:url(../pics/title-icon.png) no-repeat center left;
	padding-left:40px;
	padding-top:5px;
	height:31px;
	font-style:normal;
	display:inline-block;
}

.content-title-icon{
	background:url(../pics/content-title-icon.png) no-repeat center left;
	padding-left:40px;
	padding-top:5px;
	height:31px;
	font-style:normal;
	display:inline-block;
}

#img-about{
	margin-top:-140px;
}

@media screen and (max-width:800px){
	#img-about{
	margin-top:0px;
	}
}

#language{
	background-color:#05aac4;
	color:#fff;
	padding:2px 40px 2px 20px;
	margin-top:100px;
	z-index:1;
	position:absolute;
	right:0;
	font-size:18px;
	font:Times, "Times New Roman", serif
}

#friend-link{
	background-color:#0f7e8f;
	color:#fff;
	padding:2px 40px 2px 20px;
	margin-top:140px;
	z-index:1;
	position:absolute;
	right:0;
	font-size:18px;
	font:Times, "Times New Roman", serif
}

#language .active{
	color:#fff;
	font-weight:bolder;
}

.fixed-bg {
	background-color:#30444f;
    background-image:url(../pics/fixed.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-width:100%;
	color:#f5f6f6;
	text-align:justify;
	margin-top: 600px;
}

#product-title{
	background-color:#051b33;
	text-align:center;
	color:#fff;
}

#product-title h3{
	margin:0;
	padding:10px 0;
}

#news{
	background:rgba(248,248,248,1.00);
	text-align:center;
	padding:10px 0;
	color:#051b33;
	box-shadow:1px 0 2px #5A5A5A;
}

.s9 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px auto;
  max-width: 100%;
  width: 100%;
  background-color: #000000;
  color: #ffffff !important;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.s9 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s9 img {
  max-width: 100%;
  height:350px;
  vertical-align: top;
}
.s9 figcaption {
  position: absolute;
  height: 65px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.75);
}
.s9 h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin: 5px 0;
  color:#fff !important;
}
.s9 h5 {
  font-weight: 400;
  margin: 0;
  padding:5px 0;
  text-transform: uppercase;
  color: #bbb;
  border-bottom:1px solid #bbb;
}
.s9 blockquote {
  padding: 10px 0;
  margin: 0;
  font-size: 1em;
  border:none !important
}

.s9:hover figcaption,
.s9.hover figcaption {
  height: calc(85%);
}

#head{
	background-color:#fff;
    min-height: 250px;
	background:url(../pics/about-head.jpg) center top no-repeat;
    background-size: cover;
	max-width:100%;
	width:100%;
	text-align:left;
	color:#120837;
}

#head-title{
	margin:-40px auto 0px auto;
	width:100%;
	height:40px;
	position:absolute;
	z-index:2;
	color:#164578;
	padding:10px 50px 0 160px;
	background-image:url(../pics/title.png);
	background-repeat:no-repeat;
	background-position:center left 80px;
	border-bottom:3px solid #fff;
}

#head-title h3{
	margin:0;
}

#content{
	color:#0E183B;
	text-align:justify;
	padding:10px 40px;
}

#content a{
	color:rgba(20,123,121,1.00);
}

#content i{
	font-size:50px;
	color:rgba(12,20,49,1.00);
	margin:30px auto 0px auto;
}

#content h3{
	color:#05aac4;
}

#top-title{
	color:rgba(8,23,42,1.00);
	padding:5px 50px;
	width:800px;
	position:absolute;
	z-index:1;
	margin-top:-130px;
}

#top-title h3{
	margin:0;
	padding:0;
}

#title{
	background-color:rgba(8,23,42,1.00);
	color:#fff;
	padding:5px 50px;
	width:100%;
	position:absolute;
	z-index:1;
	margin-top:-80px;
}

#title h2{
	margin:0;
	padding:5px 0;
}

@media screen and (max-width:800px){
	.s81{
		margin-bottom:0px !important;
	}
}

.s81 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  margin-bottom:50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.s81 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s81 .img{
	background-size:cover;
	background-position:center center;
	width:100%;
	height:400px;
	vertical-align: top;
}

.s81 img {
  max-width: 100%;
  vertical-align: top;
}
.s81 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.s81 h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 3px 0;
}
.s81 .title1 {
  font-weight: 700;
}
.s81 .title2 {
  color: #0D8B81;
  font-weight: 300;
}
.s81 .title3 {
  font-weight: 700;
  font-size: 25px;
}
.s81 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.s81:hover img,.s81:hover .img,
.s81.hover img,.s81:hover .img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

.cont i{
	font-size:14px !important;
	color:#05aac4 !important;
}

#info{
	margin-top:40px;
}

#info i{
	font-size:20px;
	text-align:center;
	margin:10px 5px 10px 10px;
}

#form-div {
	background-color:rgba(8,23,42,.80);
	padding-left:15px;
	padding-right:15px;
	padding-top:35px;
	padding-bottom:20px;
	width: 100%;
	margin-top:30px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fff;
	padding:10px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #FCFCFC;
	box-shadow: 0;
	border: 2px solid #05aac4;
	color: #3498db;
	outline: none;
	padding:10px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 2px;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	float:right;
	width: 100%;
	border: #fbfbfb solid 2px;
	cursor:pointer;
	background-color: #05aac4;
	color:white;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-3px;
	font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 47px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}


.s8 {
  position: relative;
  display: inline-block;
  margin: 40px auto;
  max-width: 100%;
  width: 100%;
  color: #000;
  text-align: right;
  font-size: 16px;
  background: #FCFDFF;
  border-radius: 5px;
  box-shadow:0 0 5px #707070;
}

.s8 *,
.s8:before,
.s8:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.s8 img {
  max-width: 35%;
  height:150px;
  border:1px solid rgba(7,15,47,1.00);
  margin-top: -15px;
  margin-right: 60%;
  margin-bottom: 15px;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 5px;
}

.s8 .img-friend {
  max-width: 35%;
  height:150px;
  border:1px solid rgba(7,15,47,1.00);
  margin-top: -15px;
  margin-left: 3%;
  margin-bottom: 15px;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 5px;
  background-position:center center;
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#fff;
}

.s8 figcaption {
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.s8 h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}

.s8 .icons {
  font-size: 1.6rem;
  margin:10px;
}

.s8 .icons a {
  color: #15162A;
}

.s8 .icons a:hover {
  color: #2980b9;
}

.news{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:200px;
	width:100%;
	border:1px solid #000;
	margin-bottom:5px;
}

.news-box{
	background-color:#F9F9F9;
	padding:10px 5px;
	border-radius:5px;
	margin:10px auto;
	box-shadow:0 1px 3px #7A7A7A;
}

.s71 {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 10px 7px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  box-shadow:0 0 5px #828282;
}
.s71 *,
.s71 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.s71 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.s71 .img-product {
  backface-visibility: hidden;
  max-width: 100%;
  height:250px;
  vertical-align: top;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
}

.s71 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.s71 figcaption:before {
  background-color: #99ffff;
  bottom: -5px;
  content: '';
  right:100%;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: -1;
}
.s71 h3 {
  background-color: #05aac4;
  color: #ffffff !important;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
.s71 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.s71:hover > img,
.s71.hover > img {
  opacity: 0.1;
}
.s71:hover figcaption:before,
.s71.hover figcaption:before {
  right: -5px;
}







#footer{
	background-color:#164578;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230c3b6e' fill-opacity='0.45' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	padding:20px 0;
	color:#fff;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	color:#F7F7F7;
}

#footer ul{
	padding:20px;
}

#footer ul li{
	line-height:35px;
	list-style-image:url(../pics/list.png);
	padding-left:10px;
}

#footer i {
	margin-top:15px;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:17px;
}

#footer i:first {
	margin-top:35px;
}


#logo-footer{
	margin:10px auto !important;
	width:40% !important;
}

#footer .choose{
	color:#909090;
}

#footer #hr{
	border-bottom:1px dashed #727272;
	height:5px;
	margin:20px auto;
	width:100%;
}

#copy-right{
	font-family: Times, "Times New Roman", serif;
	padding:10px 20px;
	color:#06203b;
	text-align:right;
	font-weight:bolder;
}

#copy-right a{
	color:#06203b;
}

#copy-right a:hover{
	color:#0B325A;
}

#zarrafeh{
	background-image:url(../pics/z-logo.png);
	background-repeat:no-repeat;
	height:35px;
	width:30px;
	display:inline-block;
	margin-bottom:-10px;
}

#footer table td{
	padding:8px;
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.01) rotate(2deg);
  transform: scale(1.01) rotate(2deg);
  color:#C1F4FF !important;
}

.item-img {display: inline; display: none;}