@media (max-width:1400px) {
    .navigation ul li {
        margin-right: 50px;
    }

    .banner {
        padding-top: 75px;
    }
}

@media (max-width:1200px) {
    .banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner h1 span {
        font-size: 33px;
    }

    .banner p {
        padding: 10px 0 15px 0;
    }

    .image-block-feature {
        width: 275px;
        height: 450px;
    }

    .navigation ul li {
        margin-right: 30px;
    }

    .about p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width:991px) {

    .banner-sec,
    .banner h1 {
        text-align: center;
    }

    .about-zeha {
        text-align: center;
    }

    .about p {
        margin: auto;
    }

    .about h2:before,
    .features h2:before {
        display: none !important;
    }

    .about h2 {
        padding-top: 25px;
    }

    .cta-block h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cta-block {
        text-align: center;
        justify-content: center !important;
    }

    .image-block-feature {
        display: none !important;
    }

    .testimonial-desktop {
        display: none !important;
    }
   .testimonial-mobile{
    display: block !important;
   }
    .testimonial-mobile p:after {
        left: 0;
    }

    .testimonial-mobile p:before {
        right: 0;
    }

    .testimonial-mobile .testimonial-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-footer .block {
        justify-content: center;
    }

    .footer-nav {
        max-width: 500px;
        margin: 25px auto;
    }

    .f-social.d-flex.justify-content-end {
        justify-content: center !important;
    }

    .hamburger-menu {
        display: block;
    }

    .hamburger-menu.open span {
        background: #fff;
    }

    .navigation ul {
        position: fixed;
        top: 0;
        right: -275px;
        width: 275px;
        bottom: 0;
        z-index: 9999;
        height: 50%;
        background: #424242;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 100px;
        transition: all 0.5s ease;
    }

    .navigation ul.show {
        right: 0;
    }

    .navigation ul li {
        margin-left: 25px;
        margin-bottom: 15px;
    }

    .navigation ul li a {

    color: #fff;
}

.navigation .contact {
    margin-left: 20px !important;
}
.cs1:after{
    display: none !important;
}
.directors-sec ul li{
    width: 50%;
}
.meet-people .block{
        width: 210px;
        padding: 15px;
    }
    .meet-people{
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width:767px) {

    .meet-people .owl-nav{
        display: block !important;
        display: flex !important;
    }
    .top-footer .block.d-flex.align-items-center.flex-wrap {
        flex-direction: column !important;
    }
      .top-footer .block{
        text-align: center;
      }
        .top-footer .block h2{
            margin: 0;
            padding: 15px 0;
        }
        .f-social.d-flex.justify-content-end{
            padding-top: 15px;
        }
  .about,footer{
    padding: 35px 0;
  }
  .meet-zeha h2:before, .case-studies h2:before,.testimonial h2:before{
    display: none;
  }
  .meet-zeha h2{
    text-align: center;
    font-size: 27px;
    line-height: 35px;
  }
  .features h2{
    text-align: center;
    font-size: 27px;
    line-height: 35px;
  }
  .case-studies h2,.about h2,.testimonial h2{
    font-size: 27px;
    line-height: 35px;
  }
  .cta-block h2{
    font-size: 21px;
    line-height: 27px;
  }
  .case-study-block .content h3{
    font-size: 23px;
    line-height: 30px;
  }
 
  .services{
    padding:25px 0;
  }
  .about-page{
    padding: 35px 0;
  }
  .inner-banner{
    height: 100px;
  }
  .services-sec{
    padding-top:25px;
  }
  .services-sec .image-block,.services-sec .content{
    margin-left: unset !important;
  }
  .services-sec .info,.services-sec p{
    text-align: center !important;
  }
  .services-sec .image-block{
    margin: auto !important;
    margin-bottom: 25px !important;
  }
  .services-sec .info{
    margin-bottom: 25px;
  }
  .contact-info-block{
    padding: 15px;
  }
  .enquiry{
    padding:25px 0;
  }
  .contact-sec h2{
    font-size: 21px;
    line-height: 30px;
  }
      .directors-sec ul li{
    width: 100%;
}
}


@media (max-width:600px) {
  .meet-people{
    padding-top: 0;
  }
}
