/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
    .slider .slide__title {
      font-size: 57px;
    }
  }
  @media (min-width: 1250px) and (max-width: 1900px) {
    .slider .slide__title {
      font-size: 57px;
    }
  }
  .heading__desc {
    font-size: 19px;
    margin-bottom: 0;
}

.service-item .service__desc {
  font-size: 17px;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.colorwhite {
  color: white !important;
}

.whiteicon:before {
  /* color: green;
  background-color: transparent; */
}

/* .slider .slide__title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 25px;
} */

.greentext {
  background-color: green;
  color :white;
}