


@media only screen and (max-width: 600px) {

  
  .navigation-wrap .dropdown:focus .dropdown-menu {
    display: block;
      -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }


  .about .about_pc {
    display: none;
  }

  .about .about_mob {
    display: block;
  }


  .slider-1 {

     z-index:0 !important;
  }

  .counters {
   z-index:0 !important;
   margin-top: 1% !important;
   padding:  !important;
   width: 100%;
 }

 .gallery-banner .text-content,
 .top-banner .text-content,
 .team-banner .text-content,
 .careers-banner .text-content,
 .contact-banner .text-content {
   width: 100%;
 }


}




@media (max-width:768px) {

  .gallery-banner .text-content,
  .top-banner .text-content,
  .team-banner .text-content,
  .careers-banner .text-content,
  .contact-banner .text-content {
    width: 90% !important;
  }




  .testimonial-section .testimonial-pc {
    display: none;
  }

    .testimonial-section .testimonial-mob {
      display: block;
    }

}

@media (min-width:769px) {
  .testimonial-section .testimonial-mob {
    display: none;
  }
}
