:root {
    --brand: #01b5fb;
    --sub: #6ac754;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
    padding-top: 130px;
    position: relative;
  }
  
  .services  .section-heading p {
    margin-top: 10px;
    margin-left: 18%;
    margin-right: 18%;
  }
  
  .services .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
  
  .services:after {
    content: '';
    background-image: url(../img/image-4/services-left-dec.pn);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 261px;
    height: 368px;
    z-index: 0;
  }
  
  .services:before {
    content: '';
    background-image: url(../img/image-4/services-right-dec.pn);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 1136px;
    height: 244px;
    z-index: 0;
  }
  
  .services .section-heading {
    text-align: center;
    margin-bottom: 80px;
  }
  
  .services .section-heading .line-dec {
    margin: 0 auto;
  }
  
  .service-item {
    position: relative;
    z-index: 1;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 10px;
    border-top-right-radius: 50px;
    transition: all .3s;
  }
  
  .service-item .icon {
    margin-left: 0px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    transition: all .3s;
  }
  
  .service-item h4 {
    transition: all .3s;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .service-item p {
    transition: all .3s;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .service-item:hover h4,
  .service-item:hover p,
  .service-item:hover .text-button a {
    color: #000000;
  }
  
  .first-service .icon {
    background-image: url(../img/image-4/icons8-knitting-100-2.png);
  }
  
  .first-service:hover .icon {
    background-image: url(../img/image-4/icons8-knitting-100-2.png);
  }
  
  .second-service .icon {
    background-image: url(../img/image-4/Dyieng.png);
  }
  
  .second-service:hover .icon {
    background-image: url(../img/image-4/Dyieng.png);
  }
  
  
  .third-service .icon {
    background-image: url(../img/image-4/Printing\ icon.png);
  }
  
  .third-service:hover .icon {
    background-image: url(../img/image-4/Printing\ icon.png);
  }
  
  .fourth-service .icon {
    background-image: url(../img/image-4/Embroidery\ icon.png);
  }
  
  .fourth-service:hover .icon {
    background-image: url(../img/image-4/Embroidery\ icon.png);
  }
  .fifth-service .icon {
    background-image: url(../img/image-4/Garmenting\ icon.png);
  }
  
  .fifth-service:hover .icon {
    background-image: url(../img/image-4/Garmenting\ icon.png);
  }
  .sixth-service .icon {
    background-image: url(../img/image-4/Spinning\ icon.png);
  }
  
  .sixth-service:hover .icon {
    background-image: url(../img/image-4/Spinning\ icon.png);
  }
  .service-item:hover {
    background-image: url(../img/image-4/service-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  