@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}
@media (min-width: 768px) and (max-width: 1024px) {
  #carousel .carousel-item {
    width: 100%;
    background: no-repeat center right scroll;
    background-size: cover;
    padding: 35px 0;
    margin-top: 62px;
    height: auto;
  }
  #carousel .carousel-item .caption {
    padding: 20px 0;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 20%;
    bottom: 0;
    width: 5%;
  }
  /* content responsive */
  .content-hero {
    max-width: 252px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero-flex .content-hero a span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* footerresponsive */
  .pl-55 {
    padding-left: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
}
@media (min-width: 320px) and (max-width: 480px) {
  .logo a img {
    width: 80px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }
  h1.h1-lg {
    font-size: 22px;
    ;
  }
  h2.h2-lg {
    font-size: 22px;
    ;
  }
  h3.h3-lg {
    font-size: 22px;
    ;
  }
  h5.h5-lg {
    font-size: 17px;
  }
  .header .menu>ul>li .sub-menu.mega-menu-column-4>.techonology {
    flex: 0 0 15%;
    width: 100%;
  }
  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 60px;
    vertical-align: middle;
    margin-top: 10px;
    height: 60px;
    object-fit: scale-down;
    padding: 10px;
  }
  /* home page  banner */
  #carousel .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 160px;
    padding: 0 0px;
    margin-top: 53px;
  }
  #carousel .caption h3 {
    font-size: 13px;
  }
  #carousel .carousel-item .caption {
    padding: 0px 0px;
    position: relative;
    bottom: 6px;
    left: 0px;
  }
  .caption ul li {
    padding: 0px 0;
    font-size: 10px;
  }
  .prev-btn {
    display: none;
  }
  .next-btn {
    display: none;
  }
  .hero-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 10px 0;
    color: #000;
  }
  .content-hero {
    width: 30%;
    display: flex;
    flex-direction: column;
    /* margin: auto; */
  }
  .content-hero img {
    padding: 10px;
    width: 100px;
    align-items: center;
    text-align: center;
  }
  .hero-flex .content-hero a span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
  }
  .main-hero-section {
    padding: 30px 10px;
  }
  .main-hero-section h2.title {
    /* text-align: justify; */
    font-size: 18px;
  }
  .main-hero-section p.para-text {
    text-align: justify;
    font-size: 14px;
    color: #606060;
  }
  .hero-flex {
    text-align: center;
  }
  .glance-image-section p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  /* about banner css */
  .space-top {
    padding-top: 10px;
  }
  .gallery_sec {
    width: 100%;
    padding: 0px 0;
  }
  /* gallery css life of ats */
  .product .itembox {
    position: relative;
    width: 165px;
    height: 200px;
    margin: 5px;
    display: block;
  }
  .pl-55 {
    padding-left: 18px;
  }
  section#counter-stats {
    padding: 50px 0;
  }
  .rs-footer.style1 .footer-top .footer-title {
    padding: 20px 0;
    font-size: 22px;
  }
  .stats img {
    width: 60px;
    padding: 0px 8px 0 0px;
  }
  .counting {
    font-size: 40px;
  }
  .testimonial {
    padding: 45px 0;
  }
  /*--------------------services pages css mobile responsive @media (min-width: 320px) and (max-width: 480px) ------------------- */
  .web-devlopment-page-hero {
    padding: 80px 0 40px 0;
  }
  .service-content h3 {
    font-weight: 600;
    font-size: 22px;
  }
  .service-content p {
    font-size: 12px;
    color: #fff;
  }
  .section-title p {
    text-align: justify;
  }
  p.p-lg {
    text-align: justify;
    font-size: 12px;
  }
  .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
  #services-4 .services-boxes {
    padding: 0 0px;
    text-align: justify;
  }
  .about-section ul li {
    font-size: 12px;
  }
  .h-390 {
    height: auto;
}
.h-450{
	height: auto;
}
}