/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services  .section-heading2 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(../images/images2/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
}

.services:not(.except-service)::before {
  content: '';
  background-image: url(../images/images2/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 1136px;
  height: 244px;
  z-index: 1;
}

.services.except-service::before {
  content: '';
  background-image: url(../images/images2/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 350px;
  width: 1136px;
  height: 244px;
  z-index: 1;
}

.services.noaddons::before {
  display: none;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .section-heading2 {
  text-align: center;
  margin-bottom: 50px;
}

.services .section-heading2 .line-dec {
  margin: 0 auto;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.37);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
  margin-bottom: 30px;
}

.service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  transition: all .3s;
}

.service-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-item p {
  font-family: 'Roboto', sans-serif;
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #5e5e5e;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  color: #fff;
}

.service-item:hover {
  background-image: url(../images/images2/service-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

.dexa-custom-shape-wave-bottom {
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  color: #fff;
}

.banner-services {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1850px;
  overflow: visible;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: opacity .5s ease;
  overflow: hidden; 
  padding-top: 0px !important;
  padding-bottom: 25px !important;
  background-size: cover;
  margin-bottom: 50px !important;
  text-align: center;
  margin-top: 0px !important;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.banner-services.srv1 {
  background: url(../images/back-nettoyage.jpg) center no-repeat #000 !important;
}

.banner-services.srv2 {
  background: url(../images/back-nettoyage.jpg) center no-repeat #000 !important;
}

.banner-services.srv3 {
  background: url(../images/back-vitrerie.jpg) center no-repeat #000 !important;
}

.banner-services.srv4 {
  background: url(../images/back-remise-etat.jpg) center no-repeat #000 !important;
}

.banner-services.srv5 {
  background: url(../images/back-nettoyage.jpg) center no-repeat #000 !important;
  background-size: cover;
  background-position:50% 50%;
}

.h2-banner-service{
  position: relative;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 125px;
  hyphens: initial;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  z-index: 2;
}


.banner-services.opak-bg::before {
  opacity: .2;
}
.banner-services[class*="opak-bg"]::before {
  content: ' ';
  display: block !important;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
}

.et-blue{
  font-style: normal;
  color: #4b8ef1;
}