        .intro-header {
            background:#00ad99;
            height:141px;
        }

        .intro-header-img {
            background-image: url("http://hodat.ir/uploads/introheader.png");
            background-repeat:no-repeat;
            background-position:center;
            height: 141px;
        }

        .intro-body {
        }

        .introLOGO {
            background-color: #00ad99;
            border-radius: 5px;
            margin-left: 25px;
            margin-top: 25px;
            padding: 10px;
        }

        .introLOGO img {
            width:100%;
        } 

        
        .intro-footer {
            background: #00ad99;
            height: 50px;
            color: #1e655d;
            text-align: center;
            margin-top: 20px;
            padding-top: 15px;
        }




.intr-box {
    width: 150px;
    height: 150px;
    background: #00ad99;
    border-radius: 5px;
    margin-top: 25px;
    margin-left: 25px;
}

.intr-body {
    width: 100%;
    height: 75%;
}

.intr-footer {
    width: 100%;
    height: 25%;
    background-color: #00584e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.intr-img {
margin-left: 20px;
    margin-right: auto;
    padding: 5px;
    width: 70%;}

.intr-p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
}

.intr-khode-modir {
    width: 80%;
    margin-left: 10%;
}

.intr-articlebox {
    width: 100%;
    height: 300px;
    background-color: #fff;
}

.intr-articlebox-header {
    height: 40px;
    background-color: #00ad99;
}

    .intr-articlebox-header h4 {
        color: #fff;
        text-align: right;
        margin-right: 20px;
    }

    .intr-articlebox-header img {
        margin-top: 5px;
        margin-left: 5px;
    }

.intr-articlebox-body {
    direction: rtl;
}

    .intr-articlebox-body ul {
        padding: 0;
        margin: 0;
    }

    .intr-articlebox-body li {
        margin-top: 15px;
        margin-bottom: 10px;
        border-bottom: solid thin #cecece;
        list-style: none;
        margin-right: 20px;
        margin-left: 20px;
    }
