/* report*/
.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
.sectionreport {
    padding: 68px 8% 38px 8%;
    opacity: 1;
}
.fll-report {
    float: left;
    width: 47%;
    margin: 0;
}
.flr-report {
    float: right;
    width: 47%;
    margin: 0;
}
.fll-report2 {
    float: left;
}
.fll-report2 p {
    font-size: 17px;
    border: 2px solid #c30d23;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}


.is_style_t {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
}
.is_style_t > li {
    position: relative;
    font-size: 16px;
    color: #c30d23;
    line-height: 2;
}
.is_style_t > li::before {
    content: counter(li) "";
    counter-increment: li;
    position: absolute;
    left: 13px;
    width: 2em;
    height: 2em;
    background: #c30d23;
    border-radius: 50px;
    color: #fff;
    line-height: 2.1;
    text-align: center;
}

.is_style_t > li a:hover {
    text-decoration: underline;
}



.is_style {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
}
.is_style > li {
    position: relative;
    font-size: 16px;
    color: #c30d23;
    line-height: 2;
}
.is_style > li::before {
    content: counter(li) "";
    counter-increment: li;
    position: absolute;
    left: 0px;
    width: 2em;
    height: 2em;
    background: #c30d23;
    border-radius: 50px;
    color: #fff;
    line-height: 2.1;
    text-align: center;
}

.is_style > li a:hover {
    text-decoration: underline;
}

.mb50{
	margin-bottom:50px !important;
}
.mt50{
	margin-top:50px !important;
}


@media screen and (max-width: 1234px) {

.sectionreport {
    padding: 80px 5% 0 5%;
    opacity: 1;
}

}
@media screen and (max-width: 1050px) {

.report-img {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px #949494;
    box-shadow: 0px 0px 0px #949494;
}
}

@media screen and (min-width: 980px) {

}
@media screen and (min-width: 768px) {



}
@media screen and (max-width: 767px) {
.fll-report {
    float: left;
    width: 100%;
    margin: 0;
}
.flr-report {
    float: right;
    width: 100%;
    margin: 3em 0;
}

}


/* Mobile */
@media screen and (max-width: 480px) {


}




