@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'zarrafeh';
	src:url(../fonts/WebTraffic.ttf);
}

*{
	font-family:'zarrafeh';
}

a{
	color:#6C6C6C;
	text-decoration:none;
	animation:a2 .3s;
}

a:hover{
	color:#393939;
	text-decoration:none;
	animation:a1 .3s;
}

@keyframes a1{
	from{color:#6C6C6C;}
	to{color:#393939;}
}

@keyframes a2{
	to{color:#6C6C6C;}
	from{color:#393939;}
}

img{
	max-width:100%;
}

body{
	margin:0;
	padding:0;
	direction:rtl;
	cursor:default;
	font-size:16px;
	line-height:35px;
}

#menu{
	position:fixed;
	background-color:inherit;
	width:100%;
	z-index:10;
}

.side-menu{
	list-style:none;
}

.side-menu a{
	color:#626262;
	font-size:17px;
	border-right:2px solid #FF9714;
	padding-right:5px;
	animation:side2 .3s;
}

.side-menu li .select-menu{
	color:#FF7400 !important;
	border-right:2px solid #626262;
}

.side-menu li a:hover{
	color:#FF7400;
	animation:side1 .3s;
}

@keyframes side1{
	from{color:#626262;}
	to{color:#FF7400}
}

@keyframes side2{
	to{color:#626262;}
	from{color:#FF7400}
}

#slider{
	width:100%;
}

.flag{
	background-repeat:no-repeat;
	background-position:top center;
    background-color: #fff;
	text-align:center;
    border: 1px solid #404040;
	color: #00031e;
	width:55px;
	height:30px;
	padding: 10px 5px;
    line-height: 12px;
    float: right;
    margin-top: 20px;
    margin-left: 5px;
    opacity: .7;
    font-weight: bold;
    font-size:.8em;
    border-radius: 20px;
}
#lang_fa:hover {
  color: black;
  background: url("../pics/btnpersian.png");
}
#lang_en:hover {
  color: black;
  background: url("../pics/btnenglish.png");
}

.flag a{
	color:#fff;
	animation:flag2 .5s;
}

.flag a:hover{
	text-decoration:underline;
	animation:flag1 .5s;
}

@keyframes flag1{
	from{color:#fff}
	to{text-decoration:underline;}
}

@keyframes flag2{
	to{color:#fff}
	from{text-decoration:underline;}
}

/*axe bala*/
.top{
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:60px;
	margin-bottom:50px;
	max-width:100%;
    width:100%;
    padding-top: 28%;
    height: 60%;
    overflow: hidden;
}

.top-text{
	background-color:#23272B;
	color:#E9E9E9;
	font-size:28px;
	font-weight:600;
	text-align:right;
	padding:5px 0;
	width:100%;
}

.top-sub-text{
	font-size:18px;
	color:#ffae00;
	font-weight:450;
}

#sabeghe{
	background:url(../pics/sabeghe.jpg) center center;
	background-size:cover;
	min-height:300px;
	width:100%;
	padding:10px 0;
	color:#fff;
}

#sabeghe h4{
	color:#FF7400;
}

.padding{
	padding:30px 0;
}

.icon1{
	background:url(../pics/icon1.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
    max-width: 100%;
	height:80px;
}

.icon2{
	background:url(../pics/icon2.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
	height:80px;
}

.icon3{
	background:url(../pics/icon3.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
	height:80px;
}

.icon4{
	background:url(../pics/icon4.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
	height:80px;
}

.icon5{
	background:url(../pics/icon5.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
	height:80px;
}

.icon6{
	background:url(../pics/icon6.png) center center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	width:80px;
	height:80px;
}

.title-color{
	color:#FF7400;
}

.content{
	text-align:justify;
	margin-bottom:10px;
}

#negah{
	background:url(../pics/us-background.jpg) center center;
	background-size:cover;
	width:100%;
	padding:10px 0;
	color:#fff;
}

.home-projects-mnu {
  background: none;
  margin: 0px 20px;
}
.home-projects-mnu:hover {
  background: none;
  color: #FF9919;
}

/*negah ax*/
.s1369 {
  min-height:380px;
  overflow: hidden;
  margin: 10px auto;
  width:85%;
  background: #000;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.s1369 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.s1369 > img,
.s1369 .image img {
  height:380px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.s1369 > img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  opacity: .3;
}
.s1369 figcaption,
.s1369 .image {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.s1369 .image {
  position: absolute;
  top: 0;
  bottom: 25%;
  right: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.s1369 .image img {
  position: absolute;
  top: 0;
}
.s1369 figcaption {
  position: absolute;
  top: 75%;
  bottom: 46px;
  left: 20px;
  right: 20px;
  text-align:right;
  border-bottom: 2px solid #ffffff;
  padding-top: 20px;
  z-index: 1;
}
.s1369 h3,
.s1369 p {
  margin: 0;
}
.s1369 h3 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.s1369 p {
  font-size: 15px;
  line-height:20px;
  font-weight: 400;
  opacity: 0;
}
.s1369 .read-more {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: uppercase;
  padding: 0 20px;
  color: #ffffff;
  left: 0;
  bottom: 0;
  font-weight: 500;
  position: absolute;
}
.s1369 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.s1369:hover .read-more,
.s1369.hover .read-more,
.s1369:hover figcaption,
.s1369.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.s1369:hover figcaption,
.s1369.hover figcaption,
.s1369:hover .image,
.s1369.hover .image {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.s1369:hover figcaption,
.s1369.hover figcaption {
  top: 60%;
}
.s1369:hover .image,
.s1369.hover .image {
  bottom: 40%;
}
.s1369:hover p,
.s1369.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*new project*/
#project{
	background-color:#202224;
	padding:10px 0;
	color:#c1c1c1;
}

figure.s1477 {
  position: relative;
  float: right;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 100%;
  height:280px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.s1477 *,
figure.s1477 *:before,
figure.s1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.53s ease;
  transition: all 0.53s ease;
}
figure.s1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.s1477 .title {
  position: absolute;
  top: 80%;
  left: 25px;
  padding: 10px 10px 10px;
}
figure.s1477 .title:before,
figure.s1477 .title:after {
  height: 2px;
  width: 800px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.s1477 .title:before {
  top: 0;
  left:10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.s1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.s1477 .title div:before,
figure.s1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.s1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.s1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.s1477 h2,
figure.s1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.s1477 h2 {
  font-weight: 400;
}
figure.s1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.s1477 figcaption {
  position: absolute;
  bottom: 20%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size:14px;
  font-weight: 500;
  color:#fff;
}
figure.s1477 figcaption p {
  margin: 0;
}
figure.s1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.s1477:hover img,
figure.s1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.s1477:hover .title:before,
figure.s1477.hover .title:before,
figure.s1477:hover .title:after,
figure.s1477.hover .title:after,
figure.s1477:hover .title div:before,
figure.s1477.hover .title div:before,
figure.s1477:hover .title div:after,
figure.s1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.s1477:hover .title:before,
figure.s1477.hover .title:before,
figure.s1477:hover .title:after,
figure.s1477.hover .title:after {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
}
figure.s1477:hover figcaption,
figure.s1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*contact form*/
.form-style-8{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    margin:25px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style-8 h2{
    background: #4D4D4D;
    text-transform: uppercase;
    color: #949494;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -12px 30px -12px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    height: 45px;
}
.form-style-8 textarea{
    resize:none;
    overflow: hidden;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #FF9919;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FF9919;
    box-shadow: inset 0px 1px 0px 0px #FF9919;
    background-color: #F0AC3C;
    border: 1px solid #FF801E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    padding:5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #FF9E3F 5%, #FFAE00 100%);
    background-color:#FFAD46;
}

#address{
	background:url(../pics/address.png) right center;
	background-repeat:no-repeat;
	margin-left:5px;
	padding-right:35px;
	font-style:normal;
	display:inline-block;
	height:30px;
	margin:5px auto 35px;
}

#email{
	background:url(../pics/email.png) right center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	font-style:normal;
	padding-right:35px;
	height:30px;
	margin:5px auto 35px;
}

#fax{
	background:url(../pics/fax.png) right center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	font-style:normal;
	height:30px;
	padding-right:35px;
	margin:5px auto 35px;
}

#tel{
	background:url(../pics/phone.png) right center;
	background-repeat:no-repeat;
	margin-left:5px;
	display:inline-block;
	font-style:normal;
	height:30px;
	padding-right:35px;
	margin:5px auto 35px;
}

.arrow{
	background:url(../pics/arrow.png) center center;
	background-repeat:no-repeat;
	margin-bottom:-2px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	width:12px;
	height:14px;	
}

.line{
	border-bottom:2px solid #FF9124;
	width:150px;
	margin-top:-15px
}

/*resume*/
.s1119 {
  position: relative;
  color: #ffffff;
  width: 42px;
  margin:5px 0 5px 10px;
  height: 42px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.s1119 * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s1119:before,
.s1119:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s1119:before {
  color: #ffffff;
}

.s1119:after {
  background: #333333;
  position: absolute;
  top: -10px;
  left: 0;
  height: 100%;
  width: 100%;
  border: 5px solid #000000;
  content: '';
  z-index: -1;
  border-radius: 50%;
  box-sizing: border-box;
}

.s1119.green:after {
  border-color: #FFC64D;
  background-color: #FF8C0C;
}

.s1119:hover:after,
.s1119 .hover:after {
  border-color: transparent;
  border-right-color: #000000;
  border-left-color: #000000;
  border-top-color: #E7E7E7 !important;
  border-bottom-color: #E7E7E7 !important;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.s1119:hover.green,
.s1119 .hover.green {
  color: #FFC64D;
}

.s1119:hover.green:after,
.s1119 .hover.green:after {
  border-right-color: #FFC64D;
  border-left-color: #FFC64D;
}
/**/

#footer{
	background-color:#131619;
	padding:10px 0;
	color:#c1c1c1;
	background-image:url(../pics/map.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#footer a{
	color:#c1c1c1;
	animation:footer2 .3s;
}

#footer a:hover{
	color:#9F9F9F;
	animation:footer1 .3s;
}

@keyframes footer1{
	from{color:#c1c1c1;}
	to{color:#9F9F9F}
}

@keyframes footer2{
	to{color:#c1c1c1;}
	from{color:#9F9F9F}
}

#footer h1{
	color:#c1c1c1 !important;	
}

#footer ul{
	padding:0 20px;
}

#copy-right{
	font-size:14px;
	opacity:.6;
}

#footer-logo{
	background-image:url(../pics/z-logo.png);
	background-repeat:no-repeat;
	height:50px;
	width:38px;
	margin-top:10px;
	display:inline-block;
	margin-bottom:-20px;
}

#footer i{
	margin:5px;
	background-color:#14223B;
	border-radius:50px;
	height:30px;
	width:30px;
	padding:7px;
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -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-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
