.front-pic img{
    width: 100%;
}

.front-info h6{
    color: #F27405;
    font-style: italic;
}

.front-info h5{
    text-transform: uppercase
}

.quick-services{
    margin-top: 10px;
}

.construction-icon{
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 100px;
}

.construction-icon img{
    width: 100%;
}

.inner-quick-services h5{
    font-size: 16px;
}

.inner-quick-services p{
    margin: 0px;
    line-height: 1.4;
    color: #808080;
}

.inner-quick-services{
    margin: 30px 0px 30px 0px;
    clear: both;
}

.front-stripe{
    padding: 0px 10px 0px 10px;
    color: #FFF;
    overflow: hidden;
}

.front-stripe p{
    color: #FFF;
    line-height: 1.4;
}

.stripe-icon{
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 100px;
}

.stripe-icon img{
    width: 100%;
}

.inner-stripe-1{
    padding: 25px;
    height: 120px;
    background: #00d39f;
}

.inner-stripe-2{
    padding: 25px;
    background: #ffc933;
    height: 120px;
}

.inner-stripe-3{
    padding: 25px;
    background: #008bd3;
    height: 120px;
}

.inner-stripe-1 h5{
    font-size: 18px;
}

.inner-stripe-2 h5{
    font-size: 18px;
}

.inner-stripe-3 h5{
    font-size: 18px;
}


@media (max-width:1200px) {
.quick-services{
    margin-top: 20px;
}
    
.inner-quick-services{
    margin: 10px;
}
    
.inner-stripe-1, .inner-stripe-2, .inner-stripe-3{
    padding: 30px 15px 30px 15px;
    height: 100%;
}
    
.stripe-icon{
    height: 80px;
}
    
.inner-quick-services p{
    font-size: 13px;
}


.front-info p{
    line-height: 1.6;
}
    
}

@media (max-width:1100px) {
    
.front-info{
    margin-top: 0px;
}
    
.inner-quick-services{
    margin: 5px;
}

.inner-quick-services p{
    margin: 0px;
    line-height: 1.4;
}
    
}


@media (max-width:992px) {
.inner-stripe-1, .inner-stripe-2, .inner-stripe-3{
    padding: 30px 20px 5px 20px;
    height: 100%;
}
    
.front-info{
    margin-top: 30px;
}
    
}


@media (max-width:576px) {
.inner-quick-services h5{
    font-size: 16px;
}
    
.inner-stripe-1, .inner-stripe-2, .inner-stripe-3{
    padding: 30px 20px 15px 20px;
}
    
}


