@media screen and (max-width: 1440px) {
  .testimonials_section {
    background-position: left;
  }
  .testimonials_image figure img {
    width: 445px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonials_image figure img {
    width: 370px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials_image figure img {
    width: 270px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonials_image figure img {
    width: 100%;
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .navbar-one {
    background-color: #000;
  }
  #banner_slider {
    padding: 25px;
  }
  .aboutus_section .aboutus_image img,
  .contact_us_section .contact_us_image img {
    display: none;
  }
  .our_services_content h2 {
    padding: 0px;
  }

  .contact_us_form_content input {
    width: 100%;
  }
}

@media only screen and (max-width: 770px) {
  .banner-section {
    padding: 30px 0;
  }
  .banner-section-outer .banner-section .banner-section-content h3 {
    font-family: "Teko", sans-serif;
    font-size: 25px;
  }
  .banner-section-outer .banner-section .banner-section-content h1 {
    font-size: 75px;
  }

  .sub-banner_aboutus_content {
    margin-top: 30px;
  }

  .video_section .video_icon {
    position: absolute;
    top: 130px;
  }
}

@media only screen and (max-width: 500px) {
  .navbar-one .navbar .navbar-brand img {
    width: 60px;
  }
  .video_section .video_icon {
    position: absolute;
    top: 44px;
  }

  .footer-wrap-desc{
    margin-bottom: 15px;
}
}
