@media (min-width: 991px) {
  .responsive-menu {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
}

@media (max-width: 991px) {
  .partners_grid {
    display: none;
  }

  .mynavbar,
  .right-data,
  .left-data {
    display: none;
  }

  .btnSearch i {
    color: #fff;
    margin-inline: 0;
  }

  footer {
    padding: 6px 0 0px;
  }

  span.btnSearch {
    width: 38px;
    height: 38px;
  }

  .lang a:hover {
    color: var(--main-color);
  }

  .header-btn a:hover {
    background: var(--main-color);
  }

  .hero_details .my-btn a:hover,
  .my-btn button:hover {
    background: #fff;
    color: var(--main-color);
  }

  .home-slider .about-counter {
    position: relative;
    bottom: unset;
    left: unset;
    z-index: 9;
    width: 100%;
  }

  .card-slider.owl-theme .owl-nav .owl-next,
  .card-slider.owl-theme .owl-nav .owl-prev,
  .slider-home.owl-theme .owl-nav .owl-next,
  .slider-home.owl-theme .owl-nav .owl-prev {
    width: 48px;
    height: 48px;
    font-size: 30px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }

  .card-slider.owl-theme .owl-nav,
  .slider-home.owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    margin-top: 40px;
  }
  .slider-home.owl-theme .owl-nav {
    margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .about-info h6 {
    font-size: 18px;
    margin-top: 14px;
    line-height: 29px;
  }

  .about-info p {
    margin: 16px 0;
  }

  .about-info {
    margin-bottom: 20px;
    padding: 0px;
  }

  .section-title h4 {
    font-size: 22px;
  }

  .site-search .woocommerce-product-search,
  .site-search .widget_search .search-form {
    width: 85%;
  }

  .comp-rights,
  .copy-right {
    text-align: center;
  }

  .copy-right p {
    margin-bottom: 10px;
  }

  section {
    padding: 38px 0;
  }

  .breadcrumb-section h2 {
    font-size: 21px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  .breadcrumb-info {
    padding-inline-start: 0;
  }

  .breadcrumb {
    padding: 4px 0 0;
  }

  .counter-item {
    font-size: 32px;
    line-height: 35px;
  }

  .count-block {
    padding: 36px 10px 22px;
    margin-bottom: 14px;
  }

  .owl-theme .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer {
    padding: 48px 0px 15px;
  }

  .about_info_title .titles h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about_info_title .titles h5 {
    font-size: 16px;
    line-height: 27px;
  }
  .about_info_title {
    margin-bottom: 30px;
  }
  .about_info_title .more a {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .about_info_title .more img {
    max-height: 30px;
  }

  .about_info_title .more:hover a {
    background: #fff;
    border-color: var(--main-color);
  }

  .about_info_title .more:hover img {
    filter: none;
    transform: none;
  }

  .about_info_title .titles {
    width: 100%;
  }

  .new_item {
    margin-bottom: 22px;
  }
  .slider-info h2 {
    font-size: 26px;
    margin-bottom: 24px;
    padding-inline-end: 0;
    line-height: 37px;
  }
  .slider-info .my-btn a {
    min-width: 180px;
  }
  .home-slider .owl-item,
  .home-slider .item,
  .home-slider .item .row {
    height: 485px;
  }
  .home-slider .item .row {
    align-items: center;
  }
  .slider-home .slider-img,
  .slider-home .owl-item .slider-img img,
  .slider-home .owl-item .slider-img video {
    height: 485px;
    -webkit-mask-box-image: none;
  }
  .slider-info {
    padding-inline-start: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .slider-info p {
    max-width: 100%;
  }
  .about-counter .col-md-4.col-6 {
    padding: 0 6px;
  }
  .home-slider .count-block {
    padding: 37px 8px;
    margin-bottom: 12px;
  }
  .home-slider .about-counter .row {
    justify-content: center;
  }
  .project-content {
    padding: 44px 15px;
  }
  .project_title {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  .nav.nav-pills li {
    margin-bottom: 10px;
  }
  .proj-details-title .more-btn {
    opacity: 1;
    transform: none;
  }
  .project-item .img {
    height: 360px;
  }
  .about_img {
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }
  .about-list {
    padding: 36px 20px 32px;
  }
  .part-item {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    width: 49%;
  }
  .partner-sec-content {
    min-height: unset;
    border: 1px solid #f5eee4;
    border-radius: 24px;
    padding: 48px 20px 26px;
  }
  .all-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .partner-sec-content::after {
    display: none;
  }
  .part-item .img {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
  }
  .partner-disc h6 {
    max-width: 100%;
    margin: 16px auto;
  }
  .new_image {
    height: 220px;
  }
  .statistics .counter-item {
    font-size: 28px;
  }
  .statistics .count-block::before {
    display: none;
  }
  .statistics .statis-content {
    padding: 70px 12px 69px;
  }
  .statistics .statis-content .row {
    padding: 35px 10px 49px;
    margin: 1px;
  }
  .statistics .counter-bottom h6 {
    font-size: 16px;
  }
  .left-footer h2 {
    line-height: 31px;
    font-size: 20px;
    max-width: 100%;
  }
  footer .footer-menu ul li {
    margin-bottom: 8px;
    width: 100%;
  }
  footer .footer-menu ul a {
    padding-inline-start: 0;
  }
  .footer-links h4,
  .right-footer h4 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 11px;
  }
  .col-md-7 .footer-links {
    padding-inline-start: 0;
  }
  .vission_sec .col-lg-4 {
    padding: 0 15px;
  }
  .vission_sec {
    padding: 0;
  }
  .vission_item {
    padding: 36px 15px 25px;
    margin-bottom: 20px;
  }
  .vission_title h5 {
    font-size: 22px;
  }
  .vission-disc p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-list ul li .item-num span {
    font-size: 26px;
  }
  .partner-page .row .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partner-page .part-item {
    width: 100%;
  }
  .single-new-details {
    padding: 24px 15px 24px 15px;
  }
  .single-new-details h3 {
    padding-inline-end: 0;
    font-size: 19px;
    line-height: 29px;
    margin: 12px 0 12px;
  }
  .singl-new-img {
    height: 340px;
    max-width: 100%;
    margin-top: 24px;
  }
  .contact_sec_content {
    padding: 32px 15px;
    border-radius: 20px;
  }
  .contact-form h3,
  .contact-p-title h3,
  .contact-page-details .footer-links h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .contact-p-title {
    margin-top: 32px;
  }
  .contact-page-details {
    height: auto;
    border-radius: 20px;
    padding: 42px 15px 56px;
  }
  .contact-page-details .footer-soch a {
    margin-inline-start: 3px;
  }
  .single-p-info h3 {
    font-size: 21px;
  }
  .single-proj-details-content {
    padding: 42px 15px 40px;
  }
  .single-p-info ul {
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .single-p-info ul li {
    max-width: 44%;
    width: 42%;
  }
  .single-p-info ul li::before {
    display: none;
  }
  .our-price-s h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .our-price-s h4 img {
    height: 31px;
  }
  .singl-proj-image {
    height: 280px;
    text-align: center;
    margin-top: 28px;
  }
  .single_project_page h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .single-services-info {
    position: relative;
    width: 100%;
  }
  #big_image .single-img {
    height: 360px;
    padding: 37px 20px 81px 20px;
  }
  .thumb.row {
    align-items: unset;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
  #big_image .single-img img {
    height: 260px;
  }
  section.single-service_page {
    padding-bottom: 0;
  }
  .sketchfab-embed-wrapper iframe {
    height: 290px;
  }
  .Project_features_content {
    padding: 48px 15px 28px;
  }
  .Project_features_content .section-title {
    margin-bottom: 24px;
  }
  .Project_features_content .row {
    padding: 0 6px;
  }
  .Project_location_title h4 {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .project-unit-title .title h4 {
    font-size: 21px;
  }
  .map-items-details {
    position: relative;
    bottom: unset;
  }
  .map-items-details .container {
    padding: 0 15px;
    margin-top: 24px;
  }
  .map-item {
    padding: 16px 12px;
    margin-bottom: 12px;
  }
  .map-items-details .map-item h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .project-unit-title {
    margin-bottom: 7px;
    flex-wrap: wrap;
  }
  .nav-pills .nav-link {
    margin: 0 4px;
    padding: 8px 10px;
    border: 2px solid var(--main-color);
    min-width: 62px;
  }
  .project-unit-sec .col-lg-4 {
    padding: 0 15px;
  }
  section.career_page .contact-form {
    padding: 41px 15px;
    margin-bottom: 32px;
  }
  .contact-form h6,
  .text-faq h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  span.qustion_number {
    padding-inline-start: 5px;
    font-size: 16px;
    position: relative;
    top: 5px;
  }
  .card-header .btn {
    padding: 14px;
  }
  .card-header .btn::after {
    width: 34px;
    height: 34px;
  }
  .card-header .btn {
    text-align: start;
  }
  .card-body {
    padding: 0px 15px 14px;
  }
  .card-header .btn span:not(.qustion_number) {
    width: calc(100% - 50px);
    padding-inline-end: 20px;
  }
  .pop_Up .contact-form {
    padding: 38px 15px;
  }
  .modal-header .close {
    margin: 8px !important;
}
.filter-grid .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.project-r-item .img {
    height: 200px;
    margin-bottom: 16px;
}
.map-box {
    height: 360px;
    margin-top: 32px;
}
.map-box .map {
    height: 360px;
}
.map-tabs {
    top: 36px;
}
}

@media (max-width: 330px) {
  .sidebar {
    width: 320px;
  }
}
