.our-service-main-container h2 {
    background: url(/template/b3bfa779/images/sh_bg.png) repeat-x scroll 0 center transparent;
    text-transform: uppercase;
    color: #493C8C;
    font-family: 'Maven Pro', sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom:3px;
    margin-top: 0;
    padding: 0;
}
.our-service-main-container h2 span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 20px;
}
.our-service-main-container{
    max-width:1090px;
    margin:40px auto 40px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 1px #CCCCCC;
    padding:11px 25px 11px 25px;
}
.our-service-main-container .our-service-container{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 25px;
}

.single-item-box a.dryclean{
    bottom: 15px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Maven Pro',sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    position: absolute;
    width: 218px;
}
.single-item-box .image-item-box-content img{
    width:100%;
    height:177px;
    object-fit:cover;
}
.single-item-box .image-item-box-content {
    margin-bottom: 10px;
    position: relative;
    overflow:hidden;
}

.single-item-box .image-item-box-content .dryclean span{
    background: url(/template/b3bfa779/images/ser_arr.png) no-repeat scroll right center transparent;
    display: block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.service-img-box img {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.single-item-box .image-item-box-content:hover .service-img-box img {
    -moz-transform: scale(1.1) rotate(0deg) translate(0px);
    -webkit-transform: scale(1.1) rotate(0deg) translate(0px);
    -o-transform: scale(1.1) rotate(0deg) translate(0px);
    transform: scale(1.1) rotate(0deg) translate(0px);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.single-item-box .image-item-box-content:hover .dryclean span{
    margin-left: 30px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.single-item-box .image-item-box-content .dryclean {
    background: none repeat scroll 0 0 rgba(68, 55, 140, 0.8);
    width:100%;
}
.single-item-box .image-item-box-content .commercial-btn-color{
   background: none repeat scroll 0 0 rgba(255, 124, 17, 0.8);
}

.single-item-box .image-item-box-content .commercial-btn-color{
   background: none repeat scroll 0 0 rgba(255, 124, 17, 0.8);
}
.single-item-box .image-item-box-content .alterations-btn-color{
  background: none repeat scroll 0 0 rgba(41, 145, 58, 0.8);
}
.single-item-box .image-item-box-content .workwear-btn-color{
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

.single-item-box .image-item-box-content a{
  text-decoration:none !important;
}

.our-service-main-container .single-item-box p{
    padding: 0;
    margin: 0 0 15px 0;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Maven Pro", sans-serif;
}
