/* white you custom css code here. only css code will work */

.single-contact-item .icon.style-01{
    color: #ff8a73 !important;  

}

.home-21 .single-service{
      min-height: 100% !important;
}

.home-21 .single-service .service-content .service-para{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feedback-area  .slick-slider-item .col-lg-7{
   max-width: 100% !important;
   flex: auto !important;
}

.home-21 .feedback-image-wrapper .feedback-thumb img {
  
    height: 7rem;
    width: 7rem;
    border: 2px solid #b96a0c;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 2px 2px 5px #b96a0c;
}

.home-21 .feedback-image-wrapper .feedback-thumb::before{
  display: none;
}

   .home-21 .row{
     justify-content: center !important;
}