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

  .navbar-collapse {
    background: #000000;
    padding: 40px;
  }
  
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .text-xs-center {
    text-align: center;
  }

  .title {
      font-size: 60px;
      line-height: 64px;
  }

  .video-sec {
    top: -40px;
  }

  .about-sec .content-sec {
    margin-top: 0 !important;
  }

  footer .w-100 {
    width: auto !important;
    margin-bottom: 10px;
  }

  footer h4 {
    margin-top: 40px;
  }

  footer:after {
    right: -68%;
  }

  .app-circle:after, .app-circle:before, .app-circle div:after {
    display: none;
  }

}

@media only screen and (min-width: 1360px) {
  
  .key-section .col-md-4 {
      max-width: 30%;
  }

}