@font-face {
    font-family: 'iransans';
    src: url('fonts/IRANSansWeb.woff') format('woff');
}
body{
    background-color: #fbfbfb;
    direction: rtl;
    font-family: 'iransans';
}
.box{
    display: block;
}
.box .title{
    margin-top: 5px;
}
.box .pic img{
    border-radius: 50%;
    margin-top: 10px;
    position: relative;
    width: 50%;
}
.box .btnweb a{
    width: 300px;
    border-radius: 50px;
    margin-top: 10px;
}
.box p{
    margin: 10px 0;
}
.box .btn2 a{
    width: 300px;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 5px 0;
}
.box .vebinar a{
    margin-bottom: 10px;
}
.btn{
    width: 300px;
}
.box .btn-p{
    position: relative;
    display: inline-block;
    color: #eee;
    width: 300px;
    border-radius: 25px;
    padding: 5px 20px;
    margin: 5px 0;
    background-color: #61ce70;
}
.box a{
    text-decoration: solid;
}
.box a>img{
    width: 20px;
} 
.social{
    margin: 25px 0;
}