@media (max-width: 1399px){
    .header button{
        font-size: 18px;
        padding: 10px 20px;
    }
    .slideshow {
        grid-template-columns: 24% 46% 24%;
        grid-column-gap: 3%;
        height: 90vh;
    }
    .slide--current .slide__title-wrap {
        top: 55%;
        left: -15px;
    }
    .slide--left .slide__title, .slide--right .slide__title {
        top: 67vh;
    }

}

@media (max-width: 1199px) {

    .header .navbar-nav li a,.header .active,.header .btn-primary {
        font-size: 15px;
    }
   
    .slide--current .slide__title-wrap {
        right: 36px;
    }
    .clients .container{
        position: unset;
    }
    .clients{
        position: relative;
    }
    .clients .swiper-button-next, .clients .swiper-rtl .swiper-button-prev{
        right: 10px;
        top: 56%;
    }
    .clients .swiper-button-prev, .clients .swiper-rtl .swiper-button-next{
        left: 0;
        top: 56%;
    }
    .home .swiper-button-next, .swiper-rtl .swiper-button-prev{
        left: auto;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,10px) !important;
        right: auto;
    }  
    footer{
        padding: 60px 0 100px 0;
    }
    .slide--left .slide__title, .slide--right .slide__title{
        font-size: 16px;
        margin: 4rem 1rem 0px;
    }
    .index-video{
        margin-top: 100px;
        min-height: 350px;
    }
    .header .btn-primary {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 14px;
      }
      header .close{
        border: 0;
      }
    
      .header a {
        font-size: 15px;
      }
      .header .active {
        font-size: 20px;
      }
      .header button {
        font-size: 12px;
      }
      .header button.navbar-toggler{
          font-size: 20px;
      }
}
@media (max-width: 991px) {
    .header .navbar-nav li a, .header .active, .header .btn-primary{
        font-size: 20px;
    }
    .bg_green_large .index-video-box h2 a{
        font-size: 20px;
    }
    .index-about{
        padding-top: 30px;
    }
    .bg_green_large {
        margin-top: 0
    }
/*    .section-title h2 {
        color: #ffffff;
    }*/
    .index-video {
        background: #005341;
        padding: 40px 0;
    }
    .slide--left .slide__title, .slide--right .slide__title{
        top: 60vh;
    }
    .slide--current .slide__title-wrap {
        top: 35%;
    }
    .slideshow {
        height: 84vh;
    }
    footer {
        padding: 60px 0 80px 0;
    }
    .px-lg-4{
        padding-left: 0 !important; 
        margin-bottom: 1rem !important;
    }
    .slide__title-wrap, .slide__number{
        margin-top: 3rem;
    }
    .button-position{
        margin: 1rem 0 0 0;
    }
    .index-video{
        margin-top: 80px;
    }
    /* .header button {
        border: 1px solid #fc9b34;
        background: white;
        color: #ee8137;
        padding: 10px 26px;
        font-weight: 500;
        font-size: 14px;
      } */
      .border-logo{
        border-right: 0 !important;
      }
      header .close{
        border: 0;
      }
      .index-about-bottom-img img{
        display: block;
      }
      .index-about-bottom-img{
        background-image: unset;
      }
      .index-about-bottom-img-text{
        margin: 0;
      }
      .about-us-top-info {
        min-height: auto;
        margin: 50px;
    }
      .index-about-bottom-text {
        min-height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .index-about-bottom-img-text{
        min-height: 270px;
        padding: 28px 10px 28px 10px;
    }
    .header .nav-item{
        /* text-align: center; */
        border-top: 1px solid #ECEDED;
        padding: 7px 0;
        position: relative;
    }
    .header .navbar-nav li a::after{
       background: none;
    }
}
@media (max-width: 847px) {
    .zahran{
        position: relative;
    }
    .slide--current .slide__title .slide__title-inner{
        color: #005341;
        background: none;
        opacity: 1 !important;
    }
    .slide__subtitle-inner{
        color: #005341;
        font-family: 'Optima';
        font-size: 20px;
    }
    .slideshow {
        height: unset;
    }
    .button-position{
      justify-content: center;
  }
}
@media (max-width: 767px) {
    .about-us-top-info {
    margin: 50px 10px;
}
    .home .swiper-button-next, .swiper-rtl .swiper-button-prev{
        display: none;
    }
    .about-bot-img, .about-top-img {
        width: 25%;
    }
    .about-bot-img, .about-top-img {
        width: 25%;
    }
    .section-quote::before {
        top: -45px;

    }
.section-quote::after {
        top: 45px;
    }
    .section-founder .text {
        font-size: 18px
    }
    
    .section-quote {
        font-size: 16px;
    }
}


@media (max-width: 576px) {
    .some-interesting-facts .section-title h2{
        font-size: 28px;
    }
    .some-interesting-facts .section-title .section-title-border{
        width: 270px;
    }
    .count{
        font-size: 28px;
    }
    .header .navbar-brand{
        width: 200px;
    }
}