body {
    padding-top: 60px;
}

.top-menu-section {
    top: 0;
}

/*aboutus*/
.page-section {
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: 5;
    font-family: fa-en, serif;
}

.page-content {
    width: 100%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    float: right;
}

.page-content h4 {
    width: 100%;
    line-height: 40px;
}

.page-content small {
    font-size: 10px;
    color: #cccccc;
    font-weight: 100;
}

.page-content p {
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify;
}

