@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .bannerTitle h1 {
    font-size: 42px;
    line-height: 60px;
  }
  .home-rightSide-img {
    display: flex;
    justify-content: center;
    align-items: end;
    bottom: 0;
    width: 50vw;
  }
  /* krishna css start */
  .navbar-brand .logo-wraper a,
  .footer-logo a {
    width: 130px !important;
    margin-right: 6px !important;
  }
  .navbar-brand .logo-wraper a:last-child {
    width: 140px !important;
  }
  ul.navbar-nav li {
    margin: 0px 5px;
  }
  /* krishna css end */
}
/* 
@media (max-width: 1400px) {

} */

/*====start-mobile-toggle-css==========*/
@media (max-width: 991px) {
  header ul.navbar-nav {
    position: fixed;
    top: 54px;
    background-color: var(--color-black);
    width: 80%;
    height: 100vh;
    z-index: 99;
    left: 0;
    padding: 10px 20px 50px 20px;
    transition: 0.5s all;
    transform: translateX(-100%);
    gap: 10px;
    /*		    overflow-y: scroll;*/
  }
  header div#navbarSupportedContent.show ul.navbar-nav {
    transform: translateX(0%);
  }

  .headerbg ul.navbar-nav > li > a {
    color: var(--color-white);
  }
  .team-detail .team-item {
    margin-top: 3rem;
  }
  .team-detail .h2-heading br {
    display: none;
  }
  .team-detail .team-content {
    padding-left: 0;
  }
  .team-detail {
    padding: 0px 10px 50px 10px;
  }
  .team-detail .h2-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .about-cnt {
    margin-top: 30px;
  }
  header button.navbar-toggler span {
    background-color: var(--color-black);
  }
  ul.navbar-nav li a {
    color: var(--color-white);
  }
}
/*====end-mobile-toggle-css==========*/

@media only screen and (max-width: 1024px) {
  nav.navbar:after {
    width: 100%;
  }
  .navbar-brand {
    position: unset;
  }
  .bannerTitle h1,
  .title_heading_box h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .bannerTitle h1 span {
    line-height: 40px;
  }
  .banner_content {
    margin-top: 100px;
  }
  .logo-wraper a img {
    height: 75px;
    object-fit: contain;
    padding: 5px;
  }
  .home-rightSide-img {
    position: relative;
    bottom: -40px;
    right: 0;
    height: 100%;
  }

  ul.navbar-nav li {
    margin: 0;
  }
  .h2-heading {
    font-size: 35px;
    line-height: 50px;
  }

  .secnav ul li a.nav-link {
    color: var(--color-white);
  }
  .title_heading_box p {
    font-size: 16px;
  }
  .title_heading_box p {
    font-size: 16px;
    line-height: 32px;
  }
  .box1 {
    right: 0;
  }

  .staffing-Services-box .text-left {
    text-align: center;
    margin-bottom: 14px;
  }
  section.Connect-business-world-wrapper:before {
    right: 0;
    left: inherit;
    width: 150px;
    height: 150px;
    top: 0;
  }
  .box-img {
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .box-img img {
    height: 100px;
    object-fit: contain;
  }
  .bottom-name-provide {
    padding: 0px 0px;
  }
  .inner-top-bar {
    gap: 15px;
  }
  .inner-top-bar p {
    gap: 5px;
  }
  .Monster-img {
    width: 100%;
  }
  .Monster-img img {
    width: 100% !important;
  }
  section.what-we-do-wrapper:before {
    width: 200px;
    height: 200px;
  }

  section.questions_wrapper:before {
    width: 600px;
    height: 600px;
  }
  .staffing-Services-provider {
    flex-wrap: wrap;
  }
  .Services-provider {
    flex: 0 1 48%;
  }
  .staffing-Services-image {
    width: 100% !important;
  }
  .staffing-Services-image img {
    width: 100%;
  }

  .inner-Connect-business-world {
    padding: 0px 0px;
  }
  .Connect-business-feature {
    gap: 20px;
    margin-bottom: 30px;
  }
  section.Connect-business-world-wrapper:after {
    width: 100%;
    height: 100%;
  }
  .info-block ul {
    flex-wrap: wrap;
  }
  .Connect-business-rightSide {
    .info-block {
      position: relative;
      margin: 34px 0px;
      width: 75%;
    }
    footer .mid-footer {
      padding: 50px 0 0px 0;
    }
    footer ul.social-link {
      width: 100%;
    }
  }
}

@media screen and (max-width: 992px) {
  /* krishna css start  */
  section.banner-wrapper {
    padding: 130px 0px !important;
  }
  ul.point-list li:nth-last-child(2) {
    justify-content: start !important;
  }
  .about-page-wrapper .h2-heading {
    margin-bottom: 4px;
  }
  .about-cnt p {
    padding-bottom: 6px;
  }
  section.about-page-wrapper {
    position: relative;
    padding: 50px 0px;
  }
  .team-detail .team-item {
    margin-top: 0rem;
  }
  .team-heading {
    margin: 20px 0px 15px 0;
  }
  .team-detail .team-email a {
    margin-top: 2px;
  }
  section.contact-wrapper {
    position: relative;
    padding: 50px 0px;
  }
  .contact-info {
    height: auto;
    margin-bottom: 20px;
  } 
  /* krishna css end */
}

@media only screen and (max-width: 767px) {
  .inner-top-bar {
    justify-content: center;
  }
  nav.navbar:after {
    width: 100%;
  }
  .sectionTitle {
    font-size: 25px;
  }

  .navbar-brand {
    position: unset;
  }

  .logo-wraper a img {
    height: 75px;
    object-fit: contain;
    padding: 5px;
  }

  .box1 {
    right: 0;
    top: 10px;
  }
  .bannerTitle h1,
  .title_heading_box h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .bannerTitle h1 span {
    line-height: 30px;
  }
  .staffing-Services-box .text-left {
    text-align: center;
    margin-bottom: 14px;
  }
  .staffing-Services-provider {
    flex-wrap: wrap;
  }
  .Services-provider {
    flex: 0 1 100%;
  }
  .Connect-business-feature {
    flex-wrap: wrap;
  }
  .business-lavel-count-box {
    margin-top: 50px;
  }
  .business-lavel-count-box {
    flex-wrap: wrap;
  }
  section.Connect-business-world-wrapper:before {
    right: 0;
    left: inherit;
    width: 150px;
    height: 150px;
    top: 0;
  }

  .box-img {
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  .box-img img {
    height: 100px;
    object-fit: contain;
  }
  .bottom-name-provide {
    padding: 0px 0px;
  }
  .inner-top-bar {
    gap: 15px;
  }
  .inner-top-bar p {
    gap: 5px;
  }
  section.about-page-wrapper {
    padding: 50px 0px;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .about-cnt {
    padding: 10px;
  }
  .video-div {
    padding: 30px 0px;
  }
  section.Why-Choose-wrapper {
    padding-bottom: 0px;
  }
  section.safe-transportation-wrapper {
    padding: 50px 0px;
  }
  section.Works-project-wrapper {
    padding: 50px 0px;
  }
  footer .bottom-footer .bottom-footer-content {
    flex-wrap: wrap;
  }
  .our-team img {
    height: 400px;
    object-fit: cover;
  }
  .our-team .team-content {
    bottom: -125px;
  }
  section.Get-Quote-Form-wrapper {
    padding: 50px 0px;
  }
  section.Get-Quote-Form-wrapper:before {
    top: 50px;
    width: auto;
    height: 140px;
  }
  .testimonial-slider .owl-stage-outer {
    padding-bottom: 0;
  }
  .testimonial-slider .owl-dots {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  section.Contact-Us-wrapper {
    padding: 50px 0px;
  }
  .Connect-business-rightSide {
    padding: 15px;
  }
  .service-details .service-gallery {
    column-count: 2;
  }
  section.service-overview-wrapper {
    padding: 60px 0px;
  }
  .team-detail .team-img {
    height: 380px;
  }

  /* krishna css start */
  .team-detail .team-email a {
    margin: 3px 0px 15px;
    gap: 5px;
    font-size: 15px;
  }
  .team-detail .team-email svg {
    width: 22px;
    height: 22px;
  }
  .box2 {
    left: 198px;
    bottom: -74px;
  }
  .box1 {
    left: 0;
    right: unset;
    top: 18px;
  }
  section.about-page-wrapper {
    padding: 0px 0px;
  }
  .title_heading_box p {
    line-height: 23px;
  }
  .about-cnt p {
    padding-bottom: 3px;
  }
  .team-heading {
    margin: 20px 0px 12px 0;
  }
  .h2-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .service-details .title_heading_box p {
    font-size: 19px;
    line-height: 28px;
    margin-top: 12px;
  }
  .service-details .title_heading_box {
    margin: 10px 0px 25px 0px;
  }
  .single-service-item {
    padding: 20px;
    padding-bottom: 35px;
    margin-bottom: 13px;
    border-radius: 15px;
  }
  .other-support-link {
    gap: 8px;
    flex-direction: column;
  }
  .Support-link-box h6 {
    font-size: 18px;
    padding: 10px 0px;
  }
  section.contact-wrapper {
	position: relative;
	padding: 30px 0px;
}
  /* krishna css end */
}

@media only screen and (max-width: 540px) {
  ul.point-list li {
    padding: 8px 0px;
    width: 80%;
  }
  ul.point-list li br {
    display: none;
  }
  .info-block ul {
    gap: 30px;
}
.contact-info {
	margin-bottom: 12px;
}
.inner-icon-heading span {
    width: 35px;
    height: 35px;
    font-size: 17px;
}
.inner-icon-heading {
    gap: 10px;
    margin-bottom: 12px;
}
.contact-info p {
    font-size: 17px;
    line-height: 30%;
}
.Contact-form {
    padding: 20px 14px;
}
.short-cnt-box h6 {
  font-size: 14px;
  line-height: 16px;
}
.short-cnt-box {
  padding: 8px 18px;
  gap: 8px;
}
.box2 {
  left: 156px;
  bottom: -63px;
  width: 50%;
}
}
