html {
    width: 100%;
    overflow-x: hidden;
    height: auto;
    position: relative;
}

body{
    direction: rtl;
    margin: 0px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    font-family:'mitra';
    letter-spacing: 0;
    color: #898989;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px;
    width: 100%;
    height: auto;
    background-color: #121212;
}

.text_p{
    margin-bottom: 0px;
}

.content-txt{
    text-align: right;
    color: #cecece;
    font-size: 25px;
    border: 1px solid #f0b90b;
    width: 90%;
    min-height: 650px;
    margin: 100px auto 0px;
    box-shadow: 3px -3px 33px 1px rgba(240, 185, 10, 0.3);
    border-radius: 15px;
    padding: 0px 30px 30px;
    margin-bottom: 20px;
}

#aboutus{
    margin-top: 60px;
    font-size: 35px;
    padding: 20px 20px;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    color: #f0b90b;
}

#target{
    font-size: 30px;
    font-weight: bold;
    color: #f0b90b;
    text-align: center;
}

.navbar-nav{
    padding-right: 0px;
}

/*////////////////////// media ////////////////////////////////*/
@media (max-width : 900px){
    .content-txt{
        font-size: 20px;
    }
    #aboutus{
        font-size: 30px;
    }
    #target{
        font-size: 25px;
    }
}
