ul.listStyle1 {
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
}

.content p {
    text-align: justify;
}


/*about*/
.about .box-content {
    padding: 0;
}
.about .box-content p, .about .box-content h3  {
    margin: 20px 0;
}

.about .content-left {
    padding: 25px;
}
.about .content-left .content h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 30px;
}
.about .content-right, .content-ipaads {
    background: url(../images/scenario1.jpg);
    background-size: cover;
    background-position: 50% 100%;
    height: 100%;
    border-radius: 0 3px 3px 0;
    opacity: 0.7;
    
}
.about .content-ipaads {
    background: url(../images/companyprofile/ipaads.jpg);
    opacity: 0.7;
    background-repeat: no-repeat;
}
.about .content-arena {
    background: url(../images/companyprofile/philippine-arena.jpg);
    opacity: 0.7;
}


/* gallery */

.portfolio .content-image img {
    padding: 7px;
}

/* documents */

.documentsList img {
    width: 50px;
    height: auto;
}
.documentsList span {
    line-height: 3;
}
.documentsList label {
    line-height: 1.5;
    font-size: 15px;
}

.documentsList .row {
    padding: 7px 5px;
}
.documentsList .row:nth-of-type(odd) {
    background-color: rgba(95, 170, 189, 0.05);
    margin-bottom: 1px;
}
.documentsList .row:nth-of-type(even) {
    background-color: rgba(141, 224, 245, 0.06);
}
