﻿@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans-web.eot');
    src: 
   
    url('../fonts/IRANSans-web.woff') format("woff"),
    url('../fonts/IRANSans-web.ttf') format("truetype");
   
}
@font-face {
    font-family: 'BTitrBold';
    src: 
   
    url('../fonts/BTitrBold.woff') format("woff"),
    url('../fonts/BTitrBold.ttf') format("truetype");
   
}

 body {
    font-family:IRANSans;
    /*color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;*/
    direction:rtl;
    line-height:40px;
    font-size:15px;
}
 
 .loading{
     background-color:#f55858;
     width:100%;
     min-height:700px;
     z-index:9000000000000;
     position:fixed;
     color:#fff;
     top:0;
     right:0;
    
 }
.loading-content{
   
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.number{
    background-color:#f55858;
    padding:100px 0 5px 0;
    min-height:10px;
    color:#fff;
    
}
.number-content{
    background-color:#fff;
    margin-top:15px;
    min-height:10px;
    border-radius:20%;
    opacity:0.6;


}
.red-text{
   color:#f55858;
}
.z-depth-3{
      box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);

}
.left{
    float:left;
}
.right{
    float:right;
}
ul.inline-li{
    list-style:none;
    display:inline-block;
    
}
li.num{
    float:right;
    padding-right:20px;
    font-size:20px;
}
.quote{
    margin-top:-400px;
    margin-bottom:60px;
}
.slidePosition{
    /*background-color:#f55858;*/
    /*min-height:400px;*/
    margin-top:-300px;
    color:#fff;
}
.text-center{
    text-align:center;
}
.services{
    margin-top:30px;
}
.menu-page{
    margin-bottom:200px;
}
.container-site{
  padding-right: 15px;
  padding-left: 15px;
  padding-top:40px;
  margin-right: auto;
  margin-left: auto;
  width:80%;
}
/* typing animated***********************************/
@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100px; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}
p.typing{
  
    /* 
  font-family: "Courier";
  font-size: 20px;
  margin: 10px 0 0 10px;*/
  color: lime;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  animation: type 4s steps(60, end) 2s infinite; 

    /*animation-name: example;   b tartib
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
}

/*p.typing:nth-child(2){
  animation: type2 8s steps(60, end);
}*/

p a{
  color: lime;
  text-decoration: none;
}

span.blink{
  animation: blink 1s infinite;
}

/* end  typing animated***********************************/

/*number counter ************************************/
/*.branded-section {
	width: 100%;
  	background-position:0px 0px;
  	background-repeat:  no-repeat;
background-size: cover;
background-attachment: fixed;
	color: #fff;
	
}
.branded-section p {
	color: #fff;
}
.masked {
	background: rgba(19, 19, 22, 0.5);
	background-image: url('../img/patern.png');
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
}
.branded-section h1,
.branded-section h2,
.branded-section h3 {
	color: #fff;
}*/
/*blockquote {
	text-align: center;
	padding: 50px 0 0;
	width: 50%;
	border: none;
	position: relative;
}
.branded-section .heading {
	color: #fff;
	z-index: 1000;
}
.numbers {
	background-image: url('../img/we-are-proud.jpg');
	background-size: cover;
background-attachment: fixed;
}*/
.count-item {
	text-align: center;
	border: 1px solid #FFE600;
	padding: 20px;
}
.count-item .count {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}
/* end number counter ******************************/

.cover1{
    background:url(../images/cover1.jpg);
    background-size:cover;
    background-attachment:fixed;
     background-repeat:no-repeat;
     
}
.mask{
    background-image:url(../images/patern.png);
    width:100%;
    height:100%;
    display:block;
    padding-bottom:100px;
}
.cover2{
    background:url(../images/cover2.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}
.cover3{
    background:url(../images/cover3.png);
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}
.mask2{
    background: rgba(19, 19, 22, 0.8);
    width:100%;
    height:100%;
    display:block;
  padding-bottom:100px;
    color:#fff;
    font-size:17px;
    text-align:justify;
}
.divider > span {
    display: inline-block;
    width: 250px;
    background: #FFCF03;
    height: 2px;
}
.address-element {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.red-text {
  color: #e51c23 !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.green-text {
  color: #4CAF50 !important;
}
.font-l {
    font-size: 15px;
}
.orange-text{
    color:#FFCF03;
}
.bold-text{
    font-weight:bold;
    color:black;
}
.map-cover{
    /*background-image:url(../images/mapimage.jpg);
    background-size:cover;
    min-height:600px;*/
}
.form-input{
    min-height:50px;
    margin-bottom:10px;
    font-family:IRANSans !important;
}
.form-textarea{
    max-height:110px;
    margin-bottom:10px; 
    font-family:IRANSans !important;
}
.form-button{
    width:100%;
    min-height:50px;
    font-family:IRANSans !important;
}
.top-button{
    width:50px;
    height:50px;
    border-radius:50%;
    
    text-align:center;
    
    /*vertical-align:central;*/
    background-color:#fff;
    font-weight:bold;
}
.white-color{
    color:#fff;
}
.pad-10{
    padding:10px;
}
.center-item{
   text-align:center;
}
.home-number {
    padding: 1em;
    background-color: rgba(240, 95, 64, 0.45);
    font-family:BTitrBold;
    border-radius: 4em;
    text-align: center;
    direction: ltr;
    color:#fff;
}
li.number-footer{
    padding-right:50px;
    list-style:none;
    display:inline-block;
}
.titr{
    font-weight:bold;
    font-size:25px;
}
.font-number{
    font-family:BTitrBold;
}
.font-m{
    font-size:15px;
    text-align:justify;
}
.white-text{
    color:#fff;
}


/* swiper*/
.swiper-container {
        width: 100%;
        height: 300px;
        margin: 20px auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: rgba(250, 246, 246, 0.40);
        width: 60%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide:nth-child(2n) {
        width: 40%;
    }
    .swiper-slide:nth-child(3n) {
        width: 20%;
    }
/*end swiper*/



.contact-form {
    background-color: #f1f1f1;
    padding: 30px;
}
.lts_pst{
    font-size:13px;
    text-align:justify;
}


/* image hover*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);*/

/*h1,
h1+p {
	margin: 30px 15px 0;
	font-weight: 300;
}
h1+p a {
	color: #333;
}
h1+p a:hover {
	text-decoration: none;
}
h2 {
	margin: 60px 15px 0;
	padding: 0;
	font-weight: 300;
}
h2 span {
	margin-left: 1em;
	color: #aaa;
	font-size: 85%;
}*/
/*.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}*/
figure {
	/*width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;*/
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 45%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,82,82,0) 0%, rgba(255,82,82,.3) 100%);
	background: linear-gradient(to right, rgba(255,82,82,0) 0%, rgba(255,82,82,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* end image hover*/
