@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1120px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  /* custom css starts from here */
  .hidden-sm {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
  .hero-section {
    margin-bottom: 0px;
  }
  .roll__slide h2{
    font-size: 20px;
  }
  .scroll-down {
    left: 5%;
    bottom: -32%;
  }
  .scroll-down img {
    width: 84px;
  }
  .navigation_section {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navigation_section .nav_wrap .logo {
    width: 8rem;
  }
  .nav_wrap {
    background-color: #fff;
    box-shadow: 0 8px 8px -2px grey;
    padding: 10px 5.2%;
  }
  .about_section {
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    padding: 0px 10px;
  }
  .about_section .lhs {
    width: 100%;
    text-align: center;
    font-size: 60px;
    line-height: 79px;
    color: #240cf2;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_section .rhs {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 20px;
  }
/*  .feature_section {
    margin-top: 70px;
  }*/
  .feature_section .feature_wrap {
    padding-top: 28px;
    padding-bottom: 38px;
    width: 90%;
  }
  .feature_section .lhs h2 {
    font-size: 40px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .feature_section .lhs p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .portfolio_section div {
    flex: auto;
    max-width: 100%;
  }
  .moreprojects_section {
    text-align: center;
    background-color: #0033a1;
    padding: 34px;
  }
  .services_section p {
    font-size: 16px;
    line-height: 56px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 20px;
  }
  .services_section div img {
    margin: -20px auto;
  }
  .clients_section {
    padding: 10%;
  }
  .clients_section p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: normal;
  }
  .footer_wrap {
    margin-top: 0px;
    gap: 0px;
    padding: 0px 10px;
  }
  .footer_wrap .social_links {
    gap: 38px;
  }
  .footer_wrap .social_links img {
    width: 32px;
  }
  .footer_wrap p {
    font-size: 16px;
    line-height: 57px;
    color: #201f1f;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .footer_wrap a {
    font-size: 16px;
  }
  .footer_wrap .mail img {
    width: 44px;
  }
  .footer_wrap .creds_wrap span {
    font-size: 16px;
  }
  .footer_wrap .creds_wrap p {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }
  .navigation__link:link,
  .navigation__link:visited {
    font-size: 1.4rem;
  }
  .closeMenu {
    color: #fff;
    cursor: pointer;
    padding: 0px;
    text-decoration: underline;
    font-size: 1rem;
  }
  .listing_section {
    padding: 56px 10px;
    text-align: center;
  }
  .listing_section p {
    font-size: 20px;
    line-height: 56px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 28px;
  }
  .listing_section h2 {
    font-size: 26px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 0px;
  }
  .listing_section h3 {
    font-size: 22px;
    line-height: 56px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .gallery_section {
    margin-left: 0%;
    text-align: center;
  }
  .gallery_section p {
    margin: 30px 10px;
    text-align: center;
  }
  .more_section img {
    width: 90px;
  }
        .video-container {
            width: 100vw;
            height: auto;
            overflow: hidden;
            position: relative;
        }
        iframe {
            position: relative;
            width: 100vw;
            height: auto;
            pointer-events: none;
        }
}
@media (max-width: 820px) {
}
@media (max-width: 767px) {
}
@media (min-width: 576px) {
}
@media (max-width: 568px) {
}
@media (max-width: 479px) {
}
@media (max-width: 320px) {
}
