@media(max-width : 1199px) {
    section.banner .carousel-item img {
        height: 500px;
    }
}

@media(max-width : 600px) {
    .overlay1{
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 95%, rgba(255, 255, 255, 0) 100%);
      }
      .banner-image-d{
        display: none;
        }
        .banner-image-m{
            display: block;
            }
            section.banner .banner_content {
                position: absolute;
                bottom: 0px;
                color: #333333;
                z-index: 9;
                width: 100%;
                padding: 30px 30px 30px 0px;
                text-align: center;
            }
            .banner_content p{
                font-size: 16px;
              }

              section.number h2 {
                font-size: 24px;
                color: #FFF;
            }

            .Count p{
                font-size: 14px;
            }

            section.Clients img {
                height: 140px;
                object-fit: contain;
                width: 100%;
                margin: 0 auto;
            }

            /* section.banner .carousel-item img {
                height:100%;
            } */

            section.banner .carousel-item img {
                object-position: 100%;
            }


            .line{
           line-height: 16px;
            }
}