.services-bottom {
    background: url(../images/banner1.jpg) no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 605px;
    padding: 80px 0 0 0;
}
h3.tittle {
    color: #2dcc70;
    font-size: 32px;
    font-family: 'Righteous', cursive;
    text-align: center;
    margin-bottom: 25px;
}
.services-bottom-grd-right h4 {
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 300;
    color: #2dcc70;
    font-family: 'Righteous', cursive;
    text-transform: uppercase;
}
.time-service span {
    color: #fff;
    font-size: 2em;
}
.services-bottom-grid p {
    font-size: 14px;
    line-height: 2em;
    margin: 10px 0 0 0;
    color: #fff;
}
.time-service {
    border: 1px solid #fff;
    padding: 35px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #D5D5D5;
    margin-top: 50px;
}
.ptitle {
    display: inline-block;
    font-size: 25px;
    color: #666;
    position: relative;
    top: -20px;
    padding: 0 10px;
    background: #FFF;
}
.cic-box {
    padding: 10px;
    text-align: left;
    width: 100%;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 20px;

    color: #999;
    font-size: 14px;
    /* text-align: center; */
    line-height: 1.8em;
}
.pimg{
    padding-top: 20px;
}