body , .header{
    background: #eeeeee;
}
.service{
    padding: 0 6% 0;
}
.service-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.service-box{
    max-width: 30%;
    flex:30%;
    background: #fff;
    display: flex;
    margin: 10px;
    border: 2px solid #fff;
}
.service-box:hover{
    border: 2px solid #ccc;
    box-shadow: 1px 6px 14px -7px #000;

}


.pagination {
    padding: 20px 0;
}
.pagination ul {
    margin: auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: #0c0c0c;
    font-family: IRANSans;
    margin: 0 10px;
}
.pagination.p1 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transition: all 300ms;
    border-radius: 5px;
    margin: 0 3% 11px;
}
@media (min-width: 768px) {
    .pagination.p1 a {
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 16px;
        margin: 0;
    }
}
.pagination.p1 a:hover {
    transition: all 300ms;
    background-color: #f15a24;
    color: #fff;
}
.pagination.p1 a.is-active {
    color: #f15a24;
}
.pagination.p1 a.is-active:hover{
    color: #fff;
}
.service-box-link{
      padding: 25px;
          display: flex;
width: 100%;
}
.service-box-link:hover .title{
    color: #000!important;
}
.service-box-link .icon{
    width: 100px;
    height: 100px;
}
.service-box-link .title{
    padding: 40px 41px 40px 0;
    position: relative;
    text-align: right;
    color: #808080;
}
.service-box-link .title h2{
    font-size: 18px;
    font-family: geo4 !important;
}
.service-box-link .title:after{
    content: "";
    background: url("../../img/icon/arrow-left.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 41px;
    background-repeat: no-repeat;
}
.service-box-link .icon i:before{
    font-size: 100px;
    color: #000!important;
}
.service-box-link:hover i:before{
    color: #f15a24!important;
    font-weight: 300;
}