/*---- Bootstrap breakpoints ----*/

/*---- x-large ----*/

@media (min-width: 1200px) {

  /* ok */
}

/*---- large ----*/

@media (min-width: 992px) and (max-width: 1199px) {}

/*---- medium ----*/

@media (min-width: 768px) and (max-width: 991px) {

  .navbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px !important;
  }

  .navbar-nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #41464b;
  }

  .apply-cb {
    display: block;
  }

  #apply-bg-diagonal {
    border-left: 0;
    border-top: 0;
    width: 100%;
    height: 350px;
  }

  #apply-content-box {
    width: 100%;
    height: 350px;
  }

  #footer-copyright p {
    text-align: center;
  }

  #footer-menu {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/*---- small ----*/

@media (min-width: 576px) and (max-width: 767px) {

  .navbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px !important;
  }

  .navbar-nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #41464b;
  }
  
  #home-heading h3 {
    font-size: 24px;
  }

  .btn-general {
    padding: 6px 22px;
    font-size: 14px;
  }

  .apply-cb {
    display: block;
  }

  #apply-bg-diagonal {
    border-left: 0;
    border-top: 0;
    width: 100%;
    height: 350px;
  }

  #apply-content-box {
    width: 100%;
    height: 350px;
  }
  
  #apply .content-title h3 {
    text-align: center;
  }

  #apply .content-title-underline {
    margin-left: auto;
  }

  #footer-copyright p {
    text-align: center;
  }

}

@media (max-width: 575px) {
  .navbar {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px !important;
  }

  .navbar-nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #41464b;
  }
  
  .navbar-brand {
    font-size: 16px; 
  }
  
  #home-heading h3 {
    font-size: 24px;
  }

  .btn-general {
    padding: 6px 22px;
    font-size: 14px;
  }

  .apply-cb {
    display: block;
  }

  #apply .content-title h3 {
    text-align: center;
  }

  #apply .content-title-underline {
    margin-left: auto;
  }

  #apply-bg-diagonal {
    border-left: 0;
    border-top: 0;
    width: 100%;
    height: 350px;
  }

  #apply-content-box {
    width: 100%;
    height: 350px;
    margin-top: 20px;

  }

  #apply-btn {
    text-align: center;
  }

  #footer-copyright p {
    text-align: center;
  }

}

@media (max-width: 480px) {}

@media (max-width: 320px) {

  .service-item-icon i {
    width: 58px;
    height: 58px;
    padding: 7px;
  }

  .service-item-title h3 {
    font-size: 17px;
  }

}