
/* Table 1 Style */
table.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    padding: 10px;
    color: #fff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #e6400c;
    text-align: center;
}

.table1 thead th:empty {
    background: transparent;
    border: none;
}

.table1 tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    background-color: #9DD929;
    border: 1px solid #93CE37;
    border-right: 3px solid #9ED929;
    padding: 0px 10px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0.02, rgb(158
        , 217, 41)), color-stop(0.51, rgb(139, 198, 66)),
        color-stop(0.87, rgb(123, 192, 67)));
    background: -moz-linear-gradient(left bottom, rgb(158, 217, 41) 2%,
        rgb(139, 198, 66) 51%, rgb(123, 192, 67) 87%);
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table1 tfoot td {
    color: #9CD009;
    font-size: 22px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.table1 tfoot th {
    color: #666;
}

.table1 tbody td {
    padding-left: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #666;
}

.table1 tbody span.check::before {
    content: url("../../images/home/check0.png");
}

.recent-work-title-m30 {
	font-size: 30px;
	margin-top: 30px !important; 
    margin-bottom: 30px;
}

.recent-work-title-m40 {
    font-size: 30px;
    margin-top: 40px !important; 
    margin-bottom: 30px;
}

.recent-work-title-m0 {
    font-size: 30px;
    margin-bottom: 30px;
}

.recent-work-desc-p {
    font-size: 20px;
    line-height: 30px;
}
