@media (max-width: 1330px) {
  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .banner-section h1 {
    font-size: 38px;
  }
  .banner-section .video iframe {
    height: 270px;
  }
  .text h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .text {
    padding: 5px 10px;
  }
  .overlay {
    height: 53px;
  }
  .text p {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .banner-section .carousel {
    height: auto;
  }
  .banner-section .video iframe {
    margin-top: 30px;
    height: 360px;
  }
  .work-section {
    text-align: center;
  }
  .work-section img {
    margin-bottom: 20px;
    width: 400px;
  }
  .work-section p {
    font-size: 26px;
  }
  .feature-box img {
    width: 100%;
  }
  .feature-box {
    margin-bottom: 40px;
  }
  footer .learn-more {
    margin-bottom: 30px;
  }
  .hiring {
    margin-top: 0;
  }
  .navbar-nav .nav-link{
    padding: 5px 10px !important;
  }
  .carousel-item img{
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .banner-section .video iframe {
    height: 280px;
  }
  .common-padding {
    padding: 40px 0;
  }
  .hiring h5 {
    margin-top: 30px;
  }
  .hiring {
    margin-top: -30px;
  }
  .banner-text-wrapper{
    padding: 40px 25px;
  }
}

@media (max-width: 575px) {
  .top-header ul {
    flex-wrap: wrap;
  }
  .dropdown .dropdown-toggle {
    font-size: 12px;
    padding: 9px 5px;
  }
  .top-header ul li a{
    padding: 7px 5px;
    font-size: 12px;
  }
  .banner-section .video iframe {
    height: 160px;
  }
  .banner-section h1 {
    font-size: 22px;
  }
  .blog-section h4{
    font-size: 18px;
  }
  .work-section p {
    font-size: 20px;
  }
  .story-section h4{
    font-size: 22px;
  }
  .feature-box .blue-link{
    margin-bottom: 15px;
  }
  footer .learn-more{
    font-size: 16px;
  }
}
