.mini-feature-area {
    background: #f9f9f9;
    padding-top: 35px;
    padding-bottom: 70px;
}

.single-mini-feature {
    position: relative;
    z-index: 1;
    /*padding: 30px 15px;*/
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);
    border-radius: 5px;
    margin: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 3rem);
}

/*.single-mini-feature {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    padding: 30px 50px;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    -webkit-box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);*/
/*    box-shadow: 0px 2px 25px 0px rgba(85, 85, 85, 0.1);*/
/*    border-radius: 5px;*/
/*    margin-top: 35px;*/
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
/*    overflow: hidden;*/
/*    height: 250px;*/
/*}*/

.mini-feature-text {
    text-align: left;
    margin-left: 25px;
}

.mini-feature-text {
    text-align: left;
    margin-left: 25px;
}

.single-mini-feature .mini-feature-bg-icon {
    color: #ff561d;
    opacity: .07;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mini-feature-icon i {
    color: #5764ec;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #f7f7f7;
}

.mini-feature-text h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-family: 'Vollkorn', serif;
}

.mini-feature-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #747576;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-mini-feature-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.single-services {
    text-align: center;
    margin-top: 35px;
    will-change: transform;
    padding: 35px 20px;
    background: rgb(247, 247, 255);
    border-top: 1px solid transparent;
    transition: 0.4s;
}

.single-services:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 20px 38px !important;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(87, 100, 236);
}

.hero-section-text {
/*    background: #cccccca8;
    padding-top: 25px;
    padding-bottom: 1px;
    border-radius: 30px;*/
    background: #a56f6ec2;
    padding-top: 25px;
    padding-bottom: 1px;
    border-radius: 30px;
}

.read-more {
    width: 6%;
    color: red;
    padding: 5px 10px;
    background: #0000001a;
    border-radius: 7px;
}
.page-banner 
{
    background-size: cover;
    position: relative;
}
.page-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.page-banner .container
{
    z-index: 2;
}

#about-us {
    background: url(../images/banner/about.jpg) no-repeat center center;
    background-size: cover;
}
#contact-us {
    background: url(../images/banner/contact.jpg) no-repeat center center;
    background-size: cover;
}
#cleaning-services {
    background: url(../images/banner/1.jpg) no-repeat center center;
    background-size: cover;
}
#food-beverage {
    background: url(../images/td/food_banner.jpg) no-repeat top center;
    background-size: cover;
}
#healthcare-products {
    background: url(../images/td/healthcare_banner.jpg) no-repeat top center;
    background-size: cover;
}
#real-estate-services {
    background: url(../images/banner/3.jpg) no-repeat top center;
    background-size: cover;
}
#all-services {
    background: url(../images/banner/commonServices.jpg) no-repeat center center;
    background-size: cover;
}
.single-services .single-service-content
{
    height: 580px;
}
.shop-section .shop-body {
    display: none;
}