.insider{
    width: 100%;
}

/*============== Service Section =================*/
.service_section{
    float:left;
    width:100%;
    padding:80px 0 80px 0;
}

.service_section h2{
    text-align:center;
    font-family: 'open_sansregular';
    font-size:32px;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:0 0 30px 0 ;
}

.service_section h4{
    text-align:center;
    font-family: 'open_sanslight';
    font-size:11px;
    color:#909090;
    font-weight:normal;
    text-transform:uppercase;
    margin:0 0 100px 0;
    padding:0 0 30px 0;
}







.service_section .column span{
    display:table;
    width:82px;
    height:82px;
    border:1px solid #c7c7c7;
    margin:0 auto 30px auto;
    transition:0.5s; -webkit-transition:0.5s;
    border-radius:55px; -webkit-border-radius:55px;
    text-align:center;
    font-size:30px;
    line-height:82px;
    color:#c7c7c7;
}

.service_section .column:hover span{
    /*background:#187cc2;
    border:1px solid #187cc2;
    color:#fff;*/
}
.service_section .column2 span{
    background:#187cc2;
    border:1px solid #187cc2;
    color:#fff;
}

.service_section .column{
    padding:10px;
    transition:0.5s; -webkit-transition:0.5s;
}




.service_section .column h3{
    text-align:center;
    font-family: 'open_sansregular';
    font-size:18px;
    color:#4b4b4b;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:0 0 0 0;
}

.service_section p{
    text-align:center;
    font-family: 'open_sanslight';
    font-size:14px;
    color:#4b4b4b;
    font-weight:normal;
    margin:0 0 0 0;
}