.service-style-one .container .back{
    display: flex; 
    justify-content: center;
    align-items: center;
}
.service-style-one .container .back .content a.more{
    display: inline-block;
    padding: 5px 30px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #FE5A0E;
}
.main-pro{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 20px 0px;
}
.main-pro img{
    width: 100%;
}
.ptb-3{
    padding: 20px 0px;
}
a.pro-btn{
    margin-top: 40px;
    display: inline-block;
    background: #FE5A0E;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 54px;
    width: 295px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

a.pro-sweep-to-right{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.cont-detail-sec .row{
    display: flex;
    margin-top: 30px;
}
.contact-page .info-box{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 3px;
    padding: 30px 60px;
    display: flex;
    align-items: center;
}
.contact-page .info-box i {
    margin-right: 10px;
}
.contact-page .info-box h4 a {
    color: #555555;
}
.masonary-item .img-box:hover{
    cursor:zoom-in;
}