@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}

* {
    font-family: "Vazir";
}

a {
    color: #fde90bf2;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    cursor: default;
    font-size: 16px;
    line-height: 35px;
}

.padding-0 {
    padding: 0;
}

.about{
    background-image:url(../pics/about.jpg);
}

.project{
    background-image:url(../pics/project.jpg);
}

.gallery{
    background-image:url(../pics/media.jpg);
}

.product{
    background-image:url(../pics/products.jpg);
}

.contact{
    background-image:url(../pics/contact.jpg);
}

#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;
    transition: all .3s;
}

.side-menu li .select-menu {
    color: #FFB806 !important;
    border-right: 2px solid #626262;
}

.side-menu li a:hover {
    color: #FFB806;
    transition: all .3s;
}

#slider {
    width: 100%;
}

/* top picture */
.top {
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
    height: 500px;
    padding-top: 450px;
}

.top-text {
    background-color: #23272B;
    color: #E9E9E9;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    padding: 5px 0;
    width: 100%;
}

.top-sub-text {
    font-size: 15px;
    color: #FFB806;
    font-weight: 500;
}

#top-6 {
    background: url(../pics/sabeghe.jpg) center center;
    background-size: cover;
    min-height: 180px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}

#top-6 h4 {
    color: #ffae00;
}

.padding {
    padding: 30px 0;
}

.icon1 {
    background: url(../pics/icon1.png) center center;
    background-repeat: no-repeat;
    margin-left: 5px;
    display: inline-block;
    width: 80px;
    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 {
    margin: 50px auto 50px;
    line-height: 30px;
}

.title-color {
    color: #ffae00;
}

.content {
    text-align: justify;
    margin-bottom: 10px;
	margin-top: 95px;
}

.container-fluid {
    background-color: #333;
}

.breadcrumb {
    background-color: #555;
	margin-left: 4px;
	margin-right: 4px;
}
.breadcrumb > .active {
    color: #fff;
}
.breadcrumb > li {
    color: #fff;
}
#services {
    background: url(../pics/us-background.jpg) center center;
    background-size: cover;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}

/*services pic*/
.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: 0 1px 5px rgba(0, 0, 0, 0.1), 0 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;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.s1369 p {
    font-size: 15px;
    line-height: 28px;
    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: 45%;
}

.s1369:hover .image,
.s1369.hover .image {
    bottom: 55%;
}

.s1369:hover p,
.s1369.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*new project*/
#project {
    background-color: #353636; /*202224*/
    padding: 10px 0;
    color: #c1c1c1;
}

figure.s1477 {
    position: relative;
    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: 60%;
    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 .text:before,
figure.s1477 .title .text:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.s1477 .title .text:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.s1477 .title .text: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: 400;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
}

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;
    line-height: 25px;
    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;
    border:1px solid #eee;
    border-radius: 5px;
}

.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;
}

/**/

#lightgallery li a{
    width: 100%;
    min-height: 250px;
}


#footer {
    background-color: #131619;
    padding: 20px 0;
    color: #c1c1c1;
    background-image: url(../pics/map.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#footer a {
    color: #c1c1c1;
    transition: all .3s;
}

#footer a:hover {
    color: #9F9F9F;
    transition: all .3s;
}

#footer h1 {
    color: #c1c1c1 !important;
}

#footer ul {
    padding: 0 20px;
}

#copy-right {
    font-size: 12px;
    opacity: .6;
}

#footer i {
    background-color: #fde90bf2;
    color: #000;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    padding: 7px;
    margin: 20px 5px;
}

/* 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);
}


h1, .h1, h2, .h2, h3, .h3 {
    color: #e9e9e9;    
}
.title-color {
    color: #fde90bf2;
}

body{
	color: #e9e9e9;
}

p{
	color: #e9e9e9;
}


#top-6 h4 {
    color: #fde90bf2;
}