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

@media (max-width: 1450px) {
  /*Top Bar*/
  .top-bar {
    padding: 0px!important;
  }
}

@media (max-width: 1199px) and (min-width:992px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 80px;
  }

  .sp-page-title .sp-page-title-sub-heading {
    font-size: 22px!important;
  }
  

}

@media (max-width: 1199px) {
  
  h2{font-size: 50px!important;}
  body{font-size: 16px!important;}
  
  /*Slideshow*/
  .pitech-slider .sp-slider-content-align-left {
    margin-left: 40px;
  }

  .why-career .sppb-img-container img {
    height: 80px;
  }
  

  
}

@media (max-width: 991px) {
   /*Top Bar*/
  #sp-top-bar .container {
    max-width: 940px;
  }
  
   #sp-top2 .sp-module {
    width: 90%;
  }
  
  /*Slideshow*/
  .pitech-slider .number-heading {
    top: -50px;
    left: -60px;
  }
  
  /*Brands*/
  .pitech-icon-group .sppb-addon-content {
    max-width: 700px;
  }
  
  /*About Us Page -Award Section*/
  .award-section .sppb-row-container {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  /*Page Title*/
  .sp-page-title .sp-page-title-heading {
    font-size: 60px;
  }

  .sp-page-title .sp-page-title-sub-heading {
    font-size: 18px!important;
  }

}

@media (max-width: 767px){
  h2{font-size: 30px!important;}
  body{font-size: 14px!important;}
  
  /*Top Bar*/
  #sp-top-bar .container {
    max-width: 750px!important;
  }
  #sp-top-bar{
   height: 120px;
  }
  
  #sp-top2 .sp-module {
    width: 75%;
    margin: 0px;
  }

  .top-row .sppb-row-container {
    padding: 0px;
  }
  
  .top-bar .sppb-media {
    display: flex;
    justify-content: center;
  }
  
  /*Slideshow*/
  .pitech-slider .number-heading {
    display: none;
  }
  
  .award-hover .sppb-addon-title {
    min-height: unset;
  }
  
  .pitech-slider .sp-slider-btn-text {
    padding: 9px 20px;
    font-size: 14px;
  }
  
  /*Page Title*/
  .sp-page-title .sp-page-title-heading {
    font-size: 50px;
  }

  .sp-page-title .sp-page-title-sub-heading {
    font-size: 16px!important;
  }


  #offcanvas-toggler {
    height: 80px;
    line-height: 80px;
}
  
  /*Mobile Logo*/
  .logo-image-phone {
    max-height: 35px !important;
  }

  /*Off Canvas Icon*/
  .burger-icon {
    width: 20px!important;
  }
  
  .sppb-btn-custom{
    padding: 10px 20px!important;
  }
  
  /*Button*/
  body .sppb-btn, body .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  
  /*Organization Chart*/
  .chart-img img {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /*Career Page*/
  .job-post-list:before {
    left: -3px;
   }
  
  .job-post-list {
    margin: 0px!important;
  }
  
  /*Fleet Page*/
  .task-img img {
    padding: 0px;
  }
  
  .award-section .sppb-row-container {
    padding-right: 0px;
    padding-left: 20px;
  }
}


@media (max-width: 575px){
  
   /*Top Bar*/
 
  .top-bar img.sppb-img-responsive {
    max-width: 60%;
    margin-left: 230px;
  }
  
  /*Slideshow*/
  .pitech-slider .sp-slider-content-align-left {
    margin-left: 0px;
  }
  
  .pitech-slider .number-heading {
    top: -40px;
    left: -100px;
    font-size: 110px!important;
  }
  
  .hierarchy-before:before {
    transform: scale(0.5)!important;
    left: -70px!important;
    top: -130px!important;
   }

}