/* FADE-IN PAGE */
html {
-webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
-ms-animation: fadein 1s;
-o-animation: fadein 1s;
animation: fadein 1s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* FADE-IN PAGE */



.Back-Ground{
  background: url('../IMG/BckBG-4.png');
  width: 1100px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}



.text-child-1{
display:none;
}
.text-child-2{
display:none;
}
.text-child-3{
display:none;
}
.text-child-4{
display:none;
}
.text-child-5{
display:none;
}
.text-child-6{
display:none;
}



.header-title {
    font-family: 'IranSans-Light' , 'Eng1';
    width: 1050px;
    padding: 5px 0px 0px 0px;
    margin: 0 auto;
    color: #05172c;
    text-align: center;
	font-size: 17px;
	direction: rtl;
	line-height: 40px;
}

.Explain{
  font-family: 'IranSans-Light' , 'Eng2';
    width: 900px;
    padding: 0px;
    margin: 10px auto;
    color: #05172c;
    text-align: justify;
	font-size: 18px;
	word-spacing: -3px;
	direction: rtl;
}

.titr{
  font-family: 'IranSans-Light' , 'Eng2';
    width: 900px;
    padding: 0px;
    margin: 10px auto;
    color: #0078ff;
    text-align: justify;
	font-size: 17px;
	word-spacing: -3px;
	direction: rtl;
}

.tel {
  font-family: 'Eng2';
  color: #8c2e80;
  text-align: right;
  font-size: 45px;
  direction: rtl;
  line-height: 0px;
}