/* responsive ******************************************************************************/
@media (max-width: 1599px) {
}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  section {
    padding: 70px 0;
  }

  #header .header-box .main-nav nav ul {
    gap: 40px;
  }

  #header .header-box .button-box {
    margin-left: 40px;
  }

  .trending .section-heading span {
    font-size: 22px;
  }

  .trending .trending-box .item .text-box {
    padding: 50px 50px;
  }

  .card-section .card-box .box {
    padding: 50px 30px;
  }

  .card-section .card-box .box .image-box {
    margin-bottom: 40px;
  }

  .ceo .ceo-box .border-line {
    top: -60px;
  }

  .ceo .ceo-box .section-heading .ceo-info {
    max-width: 80%;
  }

  .contact-form .form-group {
    margin-bottom: 50px;
  }

  .contact-form .privacy {
    margin-bottom: 60px;
  }

  /* .projects .projects-box .projects-slider .item .box .text-box {
    padding: 10px 15px;
  } */

  .projects .projects-box .projects-slider .item .box .text-box img {
    width: 100px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  .map .map-box .location-wrap .location img {
    max-width: 25px;
  }

  .map .map-box .location-wrap .location h3 {
    font-size: 16px;
  }

  .section-heading p {
    font-size: 18px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .section-heading {
    margin-bottom: 50px;
    max-width: 900px;
  }

  #header .header-box .main-nav nav ul {
    gap: 30px;
  }

  #header .header-box .button-box {
    margin-left: 30px;
  }

  .home-banner .home-banner-inner {
    height: calc(100dvh - 84px);
  }

  .home-banner .home-banner-inner .content-box {
    padding-bottom: 60px;
  }

  .who .who-box .number-box .text-box p {
    font-size: 18px;
  }

  .who .section-heading {
    max-width: 700px;
  }

  .container {
    max-width: 95%;
  }

  .about-banner .about-box .row {
    max-width: 100%;
  }

  .goals-box .image-box {
    margin-bottom: 20px;
  }

  .card-section .card-box .box {
    padding: 40px 20px;
  }

  .card-section .card-box .box .image-box {
    margin-bottom: 30px;
  }

  .card-section .card-box .box .text-box h6 {
    font-size: 20px;
  }

  .goals .goals-box .section-heading p {
    max-width: 90%;
  }

  .ceo .ceo-box .section-heading h2 {
    padding: 20px 0;
  }

  .ceo .ceo-box .section-heading .ceo-info {
    max-width: 85%;
    padding: 0 20px;
  }

  /* .trending .trending-box .trending-slider {
    max-width: 95%;
  } */

  .trending .trending-box .trending-slider .owl-nav {
    transform: translateX(3%);
  }

  .contact-form-home .section-heading h2 {
    font-size: 21px;
  }

  #connect-company .row {
    max-width: 100%;
  }

  .value-item.active .icon-circle {
    width: 150px;
    height: 150px;
  }

  .goals-box .image-box {
    min-height: 85px;
  }

  .goals-box .image-box img {
    max-width: 85px;
  }

  .contact-form .form-group input,
  .contact-form .form-group textarea {
    font-size: 20px;
  }

  .contact-form .form-group {
    margin-bottom: 40px;
  }

  .contact-form .privacy {
    margin-bottom: 50px;
  }

  .location-popup .cards-wrap .popup-card h6 {
    font-size: 16px;
  }

  .advantages-new .info img {
    max-width: 60px;
  }

  .advantages-new .info p {
    font-size: 20px;
  }

  .team .container {
    max-width: 95%;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
  .who .section-heading {
    margin-bottom: 40px;
    max-width: 700px;
  }

  section {
    padding: 60px 0;
  }

  #header .header-box .logo-box img {
    max-width: 152px;
  }

  #header .header-box .main-nav {
    flex-direction: row-reverse;
  }

  #header .header-box .main-nav .click-menu,
  #header .header-box .main-nav .cancel-menu {
    display: flex;
  }

  #header .header-box .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    padding-top: 60px;
    overflow-y: auto;
  }

  #header .header-box .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #header .header-box .main-nav nav ul {
    flex-direction: column;
    padding-left: 15px;
    gap: 15px;
  }

  #header .header-box .main-nav nav ul {
    gap: 15px;
  }

  #header .header-box .button-box {
    margin: 20px 0 0 20px;
  }

  .btn-common {
    font-size: 16px;
    padding: 10px 15px;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  br {
    display: none;
  }

  .row {
    row-gap: 30px;
  }

  .who .who-box .number-box {
    grid-template-columns: 1fr;
  }

  .who .who-box .number-box .text-box p {
    font-size: 16px;
  }

  .who .who-box .number-box .img-box {
    position: static;
    justify-content: center;
  }

  .who .who-box .number-box .img-box img {
    max-width: 160px;
  }

  .trending .section-heading br {
    display: block;
  }

  .trending .trending-box .trending-slider {
    max-width: 100%;
  }

  .trending .trending-box .item {
    grid-template-columns: 1fr;
  }

  .trending .trending-box .item .text-box {
    padding: 30px 30px;
  }

  .trending .trending-box .trending-slider .owl-nav {
    transform: translateX(0%);
  }

  .trending .trending-box .item .text-box .icon-box img {
    max-width: 160px;
  }

  .who br {
    display: block;
  }

  .hear br {
    display: block;
  }

  .hear {
    padding: 100px 0;
  }

  .goals-box .image-box {
    margin-bottom: 30px;
  }

  .goals .goals-box .section-heading p {
    max-width: 95%;
  }

  .ceo .ceo-box .section-heading h2 {
    padding: 10px 0;
  }

  .ceo .ceo-box .section-heading .ceo-info {
    max-width: 95%;
    padding: 0 10px;
  }

  .contact-section .contact-box {
    flex-direction: column-reverse;
  }

  .contact-section {
    background: #ded6c2;
  }

  .contact-image img {
    width: 100%;
    /* max-height: 300px; */
    object-fit: cover;
    max-width: 30%;
    margin: 0 auto 30px;
    display: flex;
  }

  .contact-section .section-heading h2 {
    text-align: center;
  }

  .inner-banner {
    height: 60vh;
  }

  .project-detail .img-logo-box img {
    max-width: 240px;
    margin: 0 auto;
    display: flex;
  }

  .project-detail .text-box {
    padding: 40px 60px;
  }

  .home-banner .home-banner-inner {
    height: 60vh;
  }

  .home-banner .home-banner-inner .content-box h1 br {
    display: block;
  }

  #connect-company .box p {
    font-size: 18px;
  }

  #header .header-box .main-nav nav ul li.menu-item:hover ul.sub-menu {
    width: max-content;
    padding-left: 0;
    margin: 10px 10px 10px 15px;
    position: static;
    min-width: 90%;
    transform: unset;
  }

  #header .header-box .main-nav nav ul.sub-menu li {
    width: 100%;
  }

  .map .map-box .location-wrap .location img {
    max-width: 20px;
  }

  .map .map-box .location-wrap .location h3 {
    font-size: 14px;
  }

  .map .map-box .location-wrap .location h3 br {
    display: block;
  }

  .contact-form .form-group input,
  .contact-form .form-group textarea {
    font-size: 18px;
  }

  .contact-form .form-group {
    margin-bottom: 30px;
  }

  .contact-form .privacy {
    margin-bottom: 40px;
  }

  .contact-form .privacy span.wpcf7-list-item-label {
    font-size: 16px;
  }

  .location-popup .cards-wrap {
    max-width: 500px;
  }

  #imageModal .modal-dialog {
    max-width: 95%;
  }

  #imageModal .modal-header button svg {
    width: 20px;
    height: 20px;
  }

  .advantages-new iframe {
    height: 400px;
  }

  .advantages-new .info {
    padding: 20px 15px;
  }

  .advantages-new .row {
    row-gap: 0;
  }

  .project-detail .content-box {
    padding-top: 20px;
  }

  .projects .projects-box .projects-slider .item .box .image-box img {
    max-width: 170px;
    max-height: 65px;
  }

  .team p {
    text-align: center;
    font-size: 16px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {
  .section-heading h2 {
    text-align: center;
    /* font-size: 30px; */
  }

  .section-heading p {
    padding-top: 10px;
    text-align: center;
  }

  #header .header-box .logo-box img {
    max-width: 120px;
  }

  .home-banner .home-banner-inner .content-box {
    padding-bottom: 40px;
  }

  .home-banner .home-banner-inner .content-box p {
    font-size: 20px;
  }

  .who .who-box .number-box .text-box .icon img {
    max-width: 40px;
  }

  .trending .section-heading span {
    font-size: 20px;
  }

  .promises .text-box .img-box img {
    max-width: 160px;
  }

  .hear .owl-dots {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-banner .about-box .image-box {
    text-align: center;
  }

  .about-banner .about-box .image-box img {
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
  }

  .about-banner .about-box .text-box h2,
  .about-banner .about-box .text-box p {
    text-align: center;
  }

  .goals-box .image-box {
    margin-bottom: 20px;
    min-height: auto;
    text-align: center;
  }

  .goals-box .image-box img {
    max-width: 70px;
  }

  .goals-box .text-box .section-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .goals .goals-box .section-heading p {
    max-width: 100%;
  }

  .card-section .card-box .box .text-box h6 {
    font-size: 18px;
  }

  .card-section .card-box .box {
    padding: 15px;
  }

  .ceo {
    overflow: hidden;
    margin: 0;
    padding: 60px 0;
  }

  .ceo .mobile-show {
    display: block;
  }

  .ceo .desktop-show {
    display: none;
  }

  .ceo .ceo-box .border-line {
    display: none;
  }

  .ceo .ceo-box .section-heading h2 {
    padding: 0;
  }

  .ceo .ceo-box .section-heading .ceo-info {
    max-width: 100%;
    padding: 0;
  }

  .ceo .ceo-box .section-heading .ceo-info,
  .ceo .ceo-box .section-heading .ceo-info h5,
  .ceo .ceo-box .section-heading .ceo-info h6 {
    text-align: center;
  }

  .ceo .ceo-box .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ceo .ceo-box .image-box img {
    width: 100%;
    max-width: 400px;
  }

  .ceo .ceo-box .section-heading .ceo-info h6 {
    font-size: 18px;
  }

  /* .project-detail .text-box .boxes .box {
    justify-content: center;
  } */

  .project-detail .text-box .btn-common {
    /* margin: 0 auto; */
    display: flex;
    width: fit-content;
  }

  .map-popup {
    padding-top: 80px;
  }

  .hear .quote img {
    max-width: 75px;
  }

  .hear {
    padding: 60px 0;
  }

  .trending .trending-box .item .text-box .icon-box img {
    margin: 0 auto;
  }

  .trending .trending-box .item .text-box .text {
    text-align: center;
  }

  /* .trending .button-box {
    display: flex;
    justify-content: center;
  } */

  /* .project-detail .text-box .boxes .box p {
    text-align: center;
  } */

  .project-detail .content-box p {
    line-height: 1.6;
  }

  .promise-slider-wrap {
    flex-direction: column;
  }

  .values-section {
    height: 450px;
  }

  .icon-circle {
    width: 45px;
    height: 45px;
  }

  .value-item.active .icon-circle {
    width: 100px;
    height: 100px;
  }

  .value-label {
    font-size: 12px;
  }

  .content-section h3,
  .content-section p {
    text-align: center;
  }

  .map .map-box .location-wrap .location h3 {
    font-size: 12px;
  }

  .map .map-box .location-wrap .location img {
    max-width: 15px;
  }

  .location-popup .cards-wrap .popup-card img {
    max-width: 60px;
  }

  .location-popup .cards-wrap {
    gap: 5px;
  }

  .location-popup .cards-wrap .popup-card {
    padding: 5px;
    min-width: none;
  }

  .map .map-box .location-wrap .location.indore {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .map .map-box .location-wrap .location.indore:hover {
    transform: translate(-50%, -50%) scale(1.3);
  }

  .map .map-box .location-wrap .location.ratlam {
    top: 4.35vw;
    left: 17vw;
  }

  .map .map-box .location-wrap .location.super-corridor {
    top: 16vw;
    left: 18.5vw;
  }

  .map .map-box .location-wrap .location.rau {
    top: 44vw;
    left: 26.5vw;
  }

  .map .map-box .location-wrap .location.pithampur {
    top: 49vw;
    left: 36vw;
  }

  .map .map-box .location-wrap .location.manglia {
    top: 0;
    right: 30vw;
  }

  .map .map-box .location-wrap .location.hingonia {
    top: 4.18vw;
    right: 10vw;
  }

  .map .map-box .location-wrap .location.jhalaria {
    top: 13.18vw;
    right: 7vw;
  }

  .map .map-box .location-wrap .location.bypass {
    top: 22.6vw;
    right: 18.5vw;
  }

  .map .map-box .location-wrap .location.bicholi {
    top: 32.8vw;
    right: 30vw;
  }

  .map .map-box .location-wrap .location.ambamoliya {
    top: 37.2vw;
    right: 5.5vw;
  }

  .card-section .card-box .box .image-box svg {
    max-width: 70px;
  }

  .card-section .card-box .box .image-box {
    margin-bottom: 15px;
  }

  .contact-form .privacy {
    margin-bottom: 30px;
  }

  .location-popup .cards-wrap .popup-card h6 {
    font-size: 14px;
  }

  .location-popup .cards-wrap {
    max-width: 400px;
  }

  .inner-banner {
    background-size: cover;
  }

  .home-banner .home-banner-inner {
    height: 80vh;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 20px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading p {
    padding-top: 0;
  }

  section {
    padding: 40px 0;
  }

  .container {
    max-width: 98%;
  }

  .about-banner .about-box .image-box img {
    max-width: 300px;
  }

  .ceo {
    padding: 40px 0;
  }

  .ceo .ceo-box .image-box img {
    max-width: 300px;
  }

  .project-detail .img-logo-box img {
    max-width: 180px;
  }

  .project-detail .text-box {
    padding: 20px 20px;
  }

  .contact-form .contact-form-box {
    padding: 20px 20px;
  }

  /* .project-detail .content-box {
    padding: 30px 0;
  } */

  .map .map-box .location-wrap .location img {
    max-width: 10px;
  }

  .map .map-box .location-wrap .location h3 {
    font-size: 10px;
  }

  .location-popup .cards-wrap .popup-card h6 {
    font-size: 12px;
  }

  .advantages-new .info {
    gap: 20px;
  }

  .advantages-new .info p {
    font-size: 16px;
    line-height: 1.3;
  }

  .advantages-new .info img {
    max-width: 50px;
  }

  .trending .trending-box .item .text-box {
    padding: 15px 20px;
  }

  .trending .trending-box .item .button-box .btn-common {
    font-size: 16px;
    padding: 7px 12px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .home-banner .home-banner-inner .content-box p {
    font-size: 18px;
  }

  #header .header-box .logo-box img {
    max-width: 100px;
  }

  .promises .text-box .img-box img {
    max-width: 110px;
  }

  .about-banner .about-box .image-box img {
    max-width: 200px;
  }

  p {
    font-size: 16px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .contact-form .privacy span.wpcf7-list-item-label {
    font-size: 12px;
  }

  .who .who-box .number-box .text-box p {
    font-size: 14px;
  }

  .advantages-new .info img {
    max-width: 40px;
  }

  /* .project-detail .text-box .boxes .box {
    gap: 0;
    flex-direction: column;
  } */
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {
}

/* responsive ******************************************************************************/
@media (max-width: 320px) {
  .contact-form .privacy span.wpcf7-list-item-label {
    font-size: 10px;
  }
}
