/*===== min =====*/
@media(min-width:576px) {
  .team-box.stl-1 {
    display: flex;
  }

  .team-box.stl-1 .team-img {
    flex-shrink: 0;
    width: 117px;
    height: 125px;
  }

  .team-box.stl-1 .info {
    padding: 0 0 0 20px;
  }
}

@media(min-width:768px) {
  .footer-menu:not(.services) li {
    width: 50%;
  }

  .core-value-wrap .img-cover {
    height: 100%;
    padding-bottom: inherit;
  }

  .core-value-wrap .content-box {
    padding: var(--h1) 20px;
  }
}

@media(min-width:992px) {
  header .social-call ul::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -23px;
    width: 1px;
    background: var(--white);
  }
}

@media(min-width:1025px) {}

@media(min-width:1281px) {
  header .contact-info li:not(:first-child)::after {
    display: none !important;
  }
}

@media(min-width:1361px) {
  header .contact-info li:last-child {
    padding-left: 149px;
  }
}

/*===== min =====*/

/*===== max =====*/
@media(max-width:1280px) {
  header .contact-info li a {
    font-size: 0;
    column-gap: 0;
  }

  header .footer-top {
    padding: 12px 0;
  }

  header .social-call .head-call {
    font-size: 14px;
  }

  .content-image .content-box {
    padding-left: 40px;
  }

  .content-image.reverse .content-box {
    padding: 0 40px 0 0;
  }

  .content-image .image-box .shape {
    width: 150px;
  }

  .our-team .team-list ul {
    margin: 0 -20px;
    row-gap: 40px;
  }

  .our-team .team-list ul li {
    padding: 0 20px;
  }
}

@media(max-width:1024px) {
  header .footer-top {
    padding: 8px 0;
  }
}

@media(max-width:991px) {
  header .social-call .head-call {
    display: none;
  }

  footer .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .content-image .image-box {
    padding: 30px 0;
  }

  .content-image.reverse .image-box {
    padding: 30px 0;
  }

  .content-image .content-box {
    padding: 0 0 0;
  }

  .content-image>.shape {
    display: none;
  }

  .content-image .image-box .shape {
    display: none;
  }

  .our-team .shape {
    display: none;
  }

  .our-team .team-pagination .swiper-pagination-bullet {
    background: var(--primary) !important;
  }

  .home-testimonials-wrap .shape {
    display: none;
  }

  .home-testimonials-wrap .title-wrap {
    color: var(--primary);
  }

  .home-testimonials-wrap {
    padding: 50px 0;
  }

  .our-team .team-list ul {
    margin: 0 -15px;
    row-gap: 30px;
  }

  .our-team .team-list ul li {
    width: 50%;
    padding: 0 15px;
  }
}

@media(max-width:767px) {
  .home-project-gallery .column-wrap {
    flex-direction: column;
    row-gap: 8px;
  }

  .home-project-gallery .column-wrap>div {
    width: 100%;
  }

  .home-project-gallery .column-wrap>div:first-child .img-cover {
    border-radius: 20px 20px 0px 0px;
  }

  .home-project-gallery .column-wrap>div:last-child .img-cover {
    border-radius: 0px 0px 20px 20px;
  }

  .home-project-gallery .column-wrap>div>span {
    font-size: 16px;
    bottom: -19px;
  }

  .our-team .team-pagination {
    padding: 30px 0 0;
    justify-content: center;
  }

  .our-team .team-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .our-team .team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }

  .accordion .accordion-header button {
    font-size: 18px;
    padding: 15px 60px 15px 25px;
  }

  .accordion .accordion-header button span {
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
  }

  .accordion .accordion-header button span::after,
  .accordion .accordion-header button span::before {
    width: 12px;
  }

  .accordion .accordion-body {
    padding: 10px 25px 20px;
  }

  .home-contact-wrap .form-wrap .form-row .form-control {
    font-size: 16px;
    height: 50px;
    padding: 10px 15px;
  }

  .our-team .team-list ul li {
    width: 100%;
  }

  .team-wrap .team-box.stl-1 {
    flex-direction: column;
  }

  .team-wrap .team-box.stl-1 .info {
    padding: 32px 0 0;
  }

  .team-wrap .team-box.stl-1 .team-img {
    min-height: auto;
    width: 100%;
    padding-bottom: 100%;
  }

  .location-wrap .content-box {
    padding: 20px 20px 30px;
  }

  .getting-started .content-box ul.blue-tick li {
    background-size: 25px;
    padding-left: 40px;
    background-position: top 4px left;
  }
}

@media(max-width:480px) {
  .content-image .content-box .icon-list>ul>li {
    width: 33.333%;
  }
}

/*===== max =====*/