/* Medium Layout: 1560px. */
@media only screen and (min-width: 1367px) and (max-width: 1560px) {
}
/* Medium Layout: 1366px. */
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
}
/* Medium Layout: 1280px. */
@media only screen and (max-width: 1280px) {
}
/* Medium Layout: 1025px. */
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .testimonial_wrapper .owl-nav button.owl-prev {
    left: -20px;
  }

  .testimonial_wrapper .owl-nav button.owl-next {
    right: -20px;
  }
  .trade-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 28px;
  }

}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .responsive_menu_wrapper {
    display: block;
  }
  .desktop_menu {
    display: none;
  }
  .responsive-menu {
    float: right;
    background: #fff;
    position: relative;
    padding: 50px 0 0 15px;
    width: 0;
    transition: 0.5s;
    min-height: 2100px;
    margin: -79px -30px 0 100%;
  }
  .responsive-menu.active {
    width: 90%;
  }

  .m-menu-bar {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 30px;
    padding: 25px 20px 28px 20px;
    right: -32px;
    z-index: 99;
  }
  .bar {
    position: absolute;
    top: 50%;
    right: 25px;
    height: 4px;
    width: 30px;
    cursor: pointer;
    background: var(--color-secondary);
    display: block;
    content: "";
    z-index: 99;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }
  .bar::before {
    transform: translate3d(-50%, -14px, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 30px;
    cursor: pointer;
    background: var(--color-secondary);
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
  }
  .bar::after {
    transform: translate3d(-50%, 9px, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 30px;
    cursor: pointer;
    background: var(--color-secondary);
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
  }
  .cross_menu_bar .bar {
    background: transparent;
  }
  .cross_menu_bar .bar::before {
    transform: translateX(-50%) rotate(45deg);
  }
  .cross_menu_bar .bar::after {
    transform: translateX(-50%) translateY(-10px) rotate(-45deg);
    top: 12px;
  }
  .responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
  }
  .responsive-menu ul li {
    position: relative;
  }
  .responsive-menu ul li a {
    display: block;
    padding: 10px 0;
    color: var(--color-secondary);
    text-transform: uppercase;
    font-weight: 600;
  }
  .responsive-menu ul li a::after {
    display: block;
    width: 0;
    background: var(--color-secondary);
    content: "";
    height: 2px;
    transition: 0.4s;
  }
  .responsive-menu ul li a:hover::after {
    width: 100%;
  }

  .footer_menu nav {
    display: block;
  }
  .footer_menu nav ul {
    display: block;
    padding: 0;
    margin: 30px 0;
  }
  .footer_logo {
    border-right: 0;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 30px;
    text-align: center;
  }
  header {
    background: #fff;
    padding: 0;
    height: 53px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
  }
  .hero_content_absolute {
    max-width: 300px;
    padding: 20px;
    top: -37px;
  }
  .content_box {
    max-width: 350px;
  }
  .home_get_in_touch {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .blue_bg {
    padding: 20px;
  }
  .testimonial_wrapper .owl-nav button.owl-prev,
  .testimonial_wrapper .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 70px;
    transform: none;
  }

  .testimonial_wrapper .owl-nav button.owl-prev:hover,
  .testimonial_wrapper .owl-nav button.owl-next:hover {
    transform: scale(1.08);
  }

  .testimonial_wrapper .owl-nav button.owl-prev {
    left: calc(50% - 42px);
  }

  .testimonial_wrapper .owl-nav button.owl-next {
    right: calc(50% - 42px);
  }
  .custom_footer_padding {
    border-top: none;
    padding-top: 0;
  }
  .contact-top-bg {
    height: 280px;
  }

  .contact-bottom-bg {
    height: auto;
    min-height: 300px;
  }

  .contact-card {
    position: relative;
    top: -40px;
    left: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: -460px auto 0;
    padding: 32px 20px;
  }
  .contact-card h2 {
    margin-bottom: 28px;
  }

  .form_row {
    flex-direction: column;
    gap: 0;
  }

  .radio_group {
    gap: 16px;
  }
  .our_process_items {
    padding-bottom: 90px;
  }

  .faq-section {
    padding: 16px;
  }

  .custom-accordion .accordion-button {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .faq-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .custom-accordion .accordion-button::before {
    right: 10px;
    top: 18px;
    width: 10px;
    height: 10px;
    background-size: cover;
  }

  .custom-accordion .accordion-body {
    padding: 0 20px 24px 20px;
  }

  .team-row {
    padding: 28px 0;
  }

  .team-member,
  .team-member.reverse {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .team-content,
  .team-member.reverse .team-content {
    max-width: 100%;
    padding-top: 0;
  }
  .team-image {
    margin-top: 0;
  }
  .hero_bottom_section.team_title_section {
    padding-bottom: 60px;
  }
  .trade-section {
    padding: 28px 0;
  }

  .trade-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 18px;
    row-gap: 20px;
  }

  .trade-icon img {
    max-width: 58px;
    max-height: 58px;
  }

  .trade-item h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .best_caraftsmen {
    padding: 50px 0;
  }
  .case-study-section {
    min-height: 300px;
  }

  .case-study-overlay-box {
    max-width: calc(100% - 32px);
    margin: 64px auto;
    padding: 26px 20px 22px;
  }

  .case-study-overlay-box h2 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .case-study-overlay-box p {
    font-size: 13px;
    line-height: 1.6;
  }
  .filter_btn_wrapper {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .filter_btn_wrapper .common_btn {
    text-transform: uppercase;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin: 4px;
    padding: 10px;
  }


}
@media (max-width: 768px) {
  .border-right {
    border-right: none;
    border-bottom: 1px solid #707070 !important;
  }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
