﻿.txt
{
    font-family: 'B yekan' ,Tahoma;
    color: #fff;
    font-size: 15pt;
    text-decoration: none;
}
.txt:hover
{
    color: #f4c942;
}
.Entxt
{
    font-family:Arial;
    color: #fff;
    font-size: 20pt;
    text-decoration: none;
}
.Entxt:hover
{
    color: #f4c942;
}
.txtabout
{
    font-family: 'b yekan' ,Tahoma;
    font-size: 14pt;
    color: #000000;
    text-align: justify;
    direction: rtl;
    line-height: 185%;
    float: right;
}
.Entxtabout
{
    font-family:Arial;
    font-size: 14pt;
    color: #000000;
    text-align: justify;
    direction: ltr;
    line-height: 185%;
    float: left;
}
.title
{
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    text-shadow: 2px 2px #fff;
    text-align: center;
    color: #002b56;
    font-family: b yekan;
    font-size: 25pt;
    margin-top: 150px;
    padding: 10px;
      animation: mymove 4s;
            animation-iteration-count: infinite; /* Safari and Chrome */
            -webkit-animation: mymove 10s;
            -webkit-animation-iteration-count: infinite;
}
@keyframes mymove
        {
           from {padding-top:0px;}
           to {padding-top:200px;}
        }

       @-webkit-keyframes mymove /* Safari and Chrome */
       {
           from {padding-top:0px;}
           to {padding-top:200px;}
       }

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.pic
{
    border: 10px solid #fff;
    float: left;
    height: 205px;
    width: 237px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}
.focus
{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.focus:hover
{
    border: 30px solid #2668ad;
    border-radius: 30%;
}
.faparagraph
{
    font-family: b yekan, Tahoma;
    font-size: 10pt;
    color: #000000;
    text-align: justify;
    direction: rtl;
    line-height: 260%;
    float: right;
}
.faparagraph5
{
    font-family: b yekan, Tahoma;
    font-size: 14pt;
    color: #000000;
    text-align: justify;
    direction: rtl;
    line-height: 260%;
    float: right;
}
.enparagraph
{
    font-family:Arial;
    font-size: 10pt;
    color: #000000;
    text-align: justify;
    direction: ltr;
    line-height: 260%;
    float: left;
}
.enparagraph3
{
    font-family:Arial;
    font-size: 13pt;
    color: #000000;
    text-align: justify;
    direction: ltr;
    line-height: 260%;
    float: left;
}
.faerror
{
    color: red;
    direction: rtl;
    font-family: B Yekan,Tahoma;
    font-size: 8pt;
    padding-right: 3px;
    text-align: justify;
}
.enerror
{
    color: red;
    direction: ltr;
    font-family:Arial;
    font-size: 8pt;
    padding-left: 3px;
    text-align: justify;
}
.fildname
{
    float: right;
    text-align: right;
    padding-right: 5px;
    color: salmon;
    direction: rtl;
    line-height: 200%;
}
.Enfildname
{
    float: left;
    text-align: left;
    padding-right: 5px;
    color: salmon;
    direction: ltr;
    line-height: 200%;
}
.link
{
    color: #f4c942;
    direction: rtl;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}
.link:hover
{
    color: #ff5d11;
}
.textboxright
{
    color: #002b56;
    border-radius: 5px;
    direction: rtl;
    font-family: 'b yekan' ,Tahoma;
    font-size: 12pt;
    float: right;
    padding-right: 8px;
    background-color: #fff;
}
.textboxright:hover
{
    border: 1px solid #ccc;
}
.textboxleft
{
    border: 1px solid #ccc;
    direction: ltr;
    font-size: 10pt;
    font-family: Tahoma;
    color: #036527;
    padding-left: 8px;
    float: left;
     border-radius: 5px;
}
.textboxleft:hover
{
    border: 1px solid #ccc;
}
.Image
{
    padding-bottom: 6px;
}
