body {
    font-family: Vazirmatn, sans-serif !important;
    font-size: 16px;
    direction: rtl;
    background: #ffbe2e;
    color: #000;
}
#logoSection {
    text-align: center;
    margin-top: 100px;
}
#mainSection {
    margin: 10px;
}
#mainSection #contact {
    height: 320px;
    margin-top: 160px;
}
#contact form {
    vertical-align: center;
}
#contact input {
    background: #000;
    color: #fff;
    border: #000;
    border-radius: 20px;
}
#contact button {
    border-radius: 20px;
    padding:1px 40px;
    margin-left: 10px;
}
#logoSection .logo {

}
#logoSection .logo img {
    width: 300px;
}
.ltr {direction: ltr}
.rtl {direction: rtl}
.loading {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    background: url(img/loading.gif) no-repeat center center;
}
#mainSection #about {

}
#mainSection #about ul {
    margin-top: 50px;
}
#mainSection #about ul li {
    margin-bottom: 25px;
}