@media screen and (min-width: 361px) and (max-width: 414px) {
  .navbar-brand img {
    width: 110px;
  }
}

@media screen and (max-width: 576px) {
  .title1 {
    margin-bottom: 25px !important;
  }
  .box16 .social {
    margin: 20px 0 25px;
  }
  .box16 .title {
    font-size: 24px;
  }
  .box16 .box-content {
    padding: 20px;
  }
  .aboutus h2 {
    letter-spacing: 0.8px;
    font-size: 24px;
  }
  .aboutus .about-text {
    padding: 1rem 24px !important;
  }
  .aboutus .title1{
      text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruiters .owl-theme .owl-dots,
  .recruiters .owl-theme .owl-nav {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
  }
  .title1 {
    font-size: 28px;
  }
  
}

@media screen and (max-width: 767px) {
  .aboutus .about-text {
    padding: 2rem 1rem 1rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    background-image: none;
    padding: 5px 15px;
    border-top: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.09);
  }
  .topnav {
    display: none;
  }
  .navbar {
    background-image: none;
    background: #fff !important;
  }
  nav.navbar.fixed-top {
    background: #fff !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar-collapse {
    width: 100%;
  }
  .banner-form {
    position: relative;
    top: 0;
    right: 0px;
    width: 100%;
    width: 94%;
    margin: 0 auto;
  }
  .banner-section {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .banner-form {
    top: 20px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 0 8px;
  }
  .banner-section {
    margin-top: 68px;
  }
  .aboutus .about-text {
    padding: 4rem 2rem 0 4rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1170px) {
  .banner-section {
    margin-top: 68px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1270px) {
  .navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1366px) {
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
  .banner-form {
    width: 340px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0px 16px;
  }
  .banner-form {
    width: 360px;
  }
  .form-control {
    font-size: 15px;
    margin-bottom: 18px;
    height: 40px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    margin: 0px 20px;
  }
  .banner-form {
    width: 390px;
  }
  .form-control {
    font-size: 16px;
    margin-bottom: 30px;
    height: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    margin: 0px 20px;
  }
  .banner-form {
    width: 390px;
  }
  .form-control {
    font-size: 16px;
    margin-bottom: 30px;
    height: 40px;
  }
}