*{
    font-family: iranyekan;
}
body{
    zoom: 100%; /* زوم رو روی 100% قفل می‌کنه */
    -webkit-text-size-adjust: 100%;
    font-family: iranyekan;
}
@font-face {
    font-family: iranyekan;
    src: url(../font/IRANYekan/font/Qs_Iranyekan.ttf);
}
@font-face {
    font-family: iranyekan-black;
    src: url(../font/IRANYekan/font/Qs_Iranyekan\ black.ttf);
}
#badaneh{
    width: 100%;
    height: 700px;
    padding: 100px 60px 100px 60px;
    direction: rtl;
}
#b-top{
    width: auto;
    height: 150px;
    padding: 0px 10px 0px 10px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
#b-but{
    width: auto;
    height: 250px;
    margin: auto;
    text-align: center;
}
#contin{
    list-style: none;
    width: 100%;
    height: 250px;
    margin: auto;
    text-align: center;
}
.cct{
    width: 300px;
    height: 250px;
    float: right;
    margin-right: 40px;
    margin-bottom: 10px;
}
.cct img{
    width: 48px;
    height: 48px;
}
.cct h1{
    margin-bottom: 10px;
}
.cct h5{
    margin-bottom: 20px;
}
.cct a{
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 5px 5px 5px 5px;
    background-color: #aaa;
    border-radius: 2px;
}
.cct a:hover {
    color: rgb(139, 217, 247);
}
@media (max-width: 768px){
    footer{
        margin-top: 700px;
    }
    .cct{
        margin: auto;
        width: auto;
     }
}