/* Footer */
.Footer
{
    grid-row: 7 / 8;
    grid-column: 4 / 1;
    background-color: #7f8c8d;
}
.Android
{
    display: inline-block;
    width: 20px;
    border-radius: 100%;
}
.Footer-Post, .Footer-Contact, .Footer-Pavand, .Footer-SostWare
{
    display: inline-block;
    width: 40%;
    text-align: center;
    transition-duration: 1s;
}
.Footer-Link:link, .Footer-Link:visited
{
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 1px;
    margin: 1px;
    font-family: bnazaninbdfont;
    font-size: 15px;
    text-align: center;
}
.Footer-Link:hover, .Footer-Link:active
{
    color: #85501e;
}
p
{
    color: #fff;
    font-family: bnazaninbdfont;
    font-size: 15px;
    text-align: center;
}
hr
{
    width: 30%;
    color: #800000;
}
.Footer-CopyRight
{
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family:  bnazaninbdfont;
    font-weight: bold;
}
.Footer-CopyRight:hover
{
    color: #000;
}
.fa-copyright
{
    font-size: 10px;
    color: #fff;
}
.fa-copyright:hover
{
    color: #000;
}
.Footer-Social
{
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-family:  bnazaninbdfont;
    text-decoration: none;
}
.fa-telegram, .fa-facebook
{
    font-size: 15px;
    color: #fff;
}
.fa-telegram:hover, .fa-facebook:hover
{
    color: #0000ff;
    font-size: 60px;
}
.fa-pinterest-p
{
    font-size: 15px;
    color: #fff;
}
.fa-pinterest-p:hover
{
    color: #e40d55;
    font-size: 60px;
}
.fa-quora
{
    font-size: 15px;
    color: #fff;
}
.fa-quora:hover
{
    color: #ff0000;
    font-size: 60px;
}
.fa-dribbble-square
{
    font-size: 15px;
    color: #fff;
}
.fa-dribbble-square:hover
{
    color: #008080;
    font-size: 60px;
}
.fa-edge
{
    font-size: 15px;
    color: #fff;
}
.fa-edge:hover
{
    color: #f1c40f;
    font-size: 60px;
}
.fa-cube, .fa-cubes
{
    font-size: 15px;
    color: #fff;
}
.fa-cube:hover, .fa-cubes:hover
{
    color: #1c661c;
    font-size: 60px;
}
.fa-phone-volume
{
    font-size: 15px;
    color: #fff;
}
.fa-phone-volume:hover
{
    color: #000;
    font-size: 60px;
}
/* Meday Query */
@media screen and (min-width:993px) and (max-width:1200px) 
{
/* Responsive-Footer */
.Footer-Post, .Footer-Contact, .Footer-Pavand, .Footer-SostWare
{
    width: 35%;
}
hr 
{
    width: 30%;
}
.Footer-Link:link, .Footer-Link:visited
{
    width: 420px;
    font-size: 14px;
}
p 
{
    width: 420px;
    font-size: 14px;
}
.Footer-CopyRight
{
    width: 1200px;
    text-align: center;
    font-size: 14px;
}
}
@media screen and (min-width:769px) and (max-width:992px) 
{
/* Responsive-Footer */
.Footer-Post, .Footer-Contact, .Footer-Pavand, .Footer-SostWare
{
    width: 75%;
}
hr 
{
    width: 70%;
}
.Footer-Link:link, .Footer-Link:visited
{
    width: 630px;
    font-size: 14px;
}
.Footer-CopyRight
{
    width: 990px;
    text-align: center;
    font-size: 14px;
}
p 
{
    width: 630px;
    font-size: 14px;
}
.Footer-Social
{
    width: 40px;
    float: left;
}
}
@media screen and (min-width:577px) and (max-width:768px) 
{
/* Responsive-Footer */
.Footer-Post, .Footer-Contact, .Footer-Pavand, .Footer-SostWare
{
    width: 70%;
}
hr 
{
    width: 70%;
}
.Footer-Link:link, .Footer-Link:visited
{
    width: 430px;
    font-size: 15px;
}
.Footer-CopyRight
{
    width: 500px;
    text-align: right;
    font-size: 15px;
}
p 
{
    width: 430px;
    font-size: 15px;
}
.Footer-Social
{
    width: 50px;
    float: left;
}
}
@media screen and (min-width:320px) and (max-width:576px) 
{
/* Responsive-Footer */
.Footer-Post, .Footer-Contact, .Footer-Pavand, .Footer-SostWare
{
    width: 85%;
}
hr 
{
    width: 100%;
}
.Footer-Link:link, .Footer-Link:visited
{
    width: 180px;
    font-size: 13px;
    font-weight: bolder;
}
.Footer-CopyRight
{
    width: 260px;
    text-align: center;
    font-size: 13px;
}
p 
{
    width: 180px;
    font-size: 13px;
    font-weight: bolder;
}
.Footer-Social
{
    width: 20px;
    float: left;
}
}