@media (max-width: 576px) {


.submit-info {
    text-align: center;
}

.submit-flex {
      flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .main-header {
    display: none;
  }

  .mobile-header .logo-wrapper {
    position: relative;
    width: 170px;
    height: 45px;
    overflow: hidden;
  }

  .mobile-header .logo-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition:
      transform 0.6s ease,
      opacity 0.6s ease;

    transform: translateY(100%);
    opacity: 0;
  }

  .mobile-header .logo-img.active {
    transform: translateY(0);
    opacity: 1;
  }

  .main-logo {
    top: 16px;
    left: 110px;
  }

  .mobile-header {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    padding: 15px;
  }

  .mobile-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* hamburger */
  .menu-toggle {
    width: 25px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: 0.3s;
  }

  /* X animation */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  /* offcanvas */
  .offcanvas-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #111;
    padding: 80px 20px;
    transition: 0.4s;
    z-index: 1000;
  }

  .offcanvas-menu.active {
    left: 0;
  }

  .offcanvas-menu ul {
    list-style: none;
    padding: 0;
  }

  .offcanvas-menu ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
  }

  .offcanvas-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }

  /* overlay */
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  section.home {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 33px;
    line-height: 51px;
  }

  .hero-text p {
    font-size: 15px;
    width: 90%;
  }

  .hm-abt {
    padding: 60px 0;
  }

  .hm-abt .content h5 {
    font-size: 16px;
  }

  .hm-abt .content h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .hm-abt .content p {
    color: #666;
    line-height: 18px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .content {
    margin-bottom: 20px;
  }

  .style-3 {
    padding: 10px 35px 10px 20px;
    font-size: 16px;
  }

  .style-3 .bg {
    width: 20px;
    height: 2px;
  }

  .style-3-whitep {
    padding: 10px 35px 10px 20px;
    font-size: 16px;
  }

  .style-3-white .bg {
    width: 20px;
    height: 2px;
  }

  .align-items-center {
    flex-direction: column-reverse;
  }

  .abt-img img {
    width: 100%;
  }

  .abt-img {
    margin-bottom: 40px;
  }

  .feature-box span {
    height: 40px;
    width: 40px;
  }

  .feature-box {
    margin-bottom: 20px;
    box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.15);
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    border-radius: 10px;
  }

  .mid-text h5 {
    font-size: 16px;
  }

  .mid-text h2 {
    font-size: 20px;
  }

  .service-card {
    height: 220px;
    margin-bottom: 30px;
  }

  .mid-banner-text h5 {
    font-size: 24px;
    width: 100%;
    line-height: 30px;
  }

  section.mid-banner {
    padding: 100px 0;
  }

  section.mid-banner {
    background-attachment: scroll;
  }

  section.testimonial .row {
    flex-direction: column;
    gap: 30px;
  }

  .testimonial-head p {
    line-height: 18px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .testimonial-head h5 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .mid-text p {
    line-height: 18px;
    margin-bottom: 0;
    font-size: 13px;
    color: #aaa;
  }

  .blog-content h4 {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 13px;
    color: #aaa;
  }

  .blog-card {
    height: 490px;
    margin-bottom: 30px;
  }

  .services-row {
    margin-top: 0;
  }

  .mid-text {
    margin-bottom: 0px;
  }

  .mid-text {
    margin-bottom: 30px;
  }

  .conct h5 {
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 20px;
  }

  section.connect {
    padding: 30px 0;
  }

  .footer-logo img {
    width: 70%;
  }

  .footer-text {
    line-height: 22px;
    font-size: 13px;
    width: 100%;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    border-top: 1px solid #222;
    padding-top: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .footer {
    background: #000;
    padding: 80px 0 50px 0;
    color: #fff;
    border-bottom: 1px solid #222;
  }

  .copyright p {
    font-size: 11px;
  }

  section.bt-footer {
    padding: 12px 0;
  }

  .testimonial-card {
    height: 240px;
  }

  section.work::before {
    position: unset;
  }

  .work-tabs {
    padding: 0;
    margin: 0 auto;
  }

  section.hm-services .mid-text h2 {
    color: #fff;
  }

  section.work {
    padding: 60px 0;
  }

  section.work .mid-text h2 {
    color: #fff;
  }

  .hm-services {
    padding: 60px 0;
  }

  .banner-box-head h2 {
    font-size: 28px;
  }

  .banner-box-head ul li {
    font-size: 13px;
    padding-top: 5px;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  section.about-grid {
    padding: 60px 0;
  }

  .about-main h6 {
    margin-bottom: 10px;
  }

  .about-main h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .about-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .wwd-left h6 {
    margin-bottom: 10px;
  }

  .wwd-left h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .wwd-left .web-btn-white {
    display: none;
  }

  .wwd-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  section.what-we-do {
    padding: 60px 0;
  }

  .ps-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ps-content p {
    margin-bottom: 0;
  }

  .bdg-flex {
    gap: 10px;
  }

  .bdg-item {
    font-size: 21px;
  }
  .bdg-dot {
    font-size: 26px;
  }

  section.problem-solution {
    padding: 60px 0;
  }

  section.problem-solution .row {
    flex-direction: column;
  }

  .ps-image {
    margin-bottom: 30px;
  }

  section.services-v3 .row {
    flex-direction: column;
  }

  section.services-v3 {
    padding: 60px 0;
  }

  .services-left h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .services-left {
    margin-bottom: 30px;
  }

  .service-box {
    padding: 20px;
    height: 250px;
  }

  .service-box p {
    font-size: 13px;
  }

  .ab-cd-image {
    margin-bottom: 20px;
  }

  .faq-head h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 12px;
  }

  .accordion-body {
    font-size: 12px;
    padding: 11px;
  }

  button.accordion-button.collapsed {
    font-size: 12px;
  }

  .contact-head h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-card .icon {
    width: 45px;
    height: 45px;
  }

  .contact-left {
    padding: 0;
  }

  .contact-left h2 {
    font-size: 18px;
  }

  .sub-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .desc {
    display: none;
  }

  .form-row {
    gap: 5px;
    flex-direction: column;
  }

  .form-box {
    padding: 50px 10px;
  }

  .contact-premium {
    padding: 60px 0;
  }

  .thank-content h4 {
    font-size: 13px !important;
    line-height: 28px;
  }

  .thank-content p {
    display: none;
  }

  p.responsive {
    display: inline-block !important;
    position: unset !important;
    transform: unset !important;
    width: 100% !important;
  }

  .services-detail-head h5 {
    font-size: 20px;
  }

  .services-detail-head p {
    position: unset;
    left: unset;
    transform: unset;
    font-size: 13px;
    color: #aaa;
    width: unset;
  }

  .row.service-row {
    padding-top: 40px;
  }

  .service-sidebar {
    margin-bottom: 40px;
  }

  .service-sidebar li {
    padding: 10px 0;
  }

  .service-sidebar li.active::before {
    display: none;
  }

  .blog-detail-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bl-bx h2 {
    font-size: 14px;
  }

  .bl-bx p {
    font-size: 14px;
  }

  .bl-image img {
    width: 100%;
  }

  .bl-bx-main {
    height: 100%;
    padding: 20px;
  }

  .bl-bx-main h2 {
    font-size: 15px;
  }

  .bl-bx-main p {
    font-size: 13px;
  }
}

@media (min-width: 577px) and (max-width: 991px) {
  .main-header {
    display: none;
  }

  .mobile-header .logo-wrapper {
    position: relative;
    width: 170px;
    height: 45px;
    overflow: hidden;
  }

  .mobile-header .logo-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition:
      transform 0.6s ease,
      opacity 0.6s ease;

    transform: translateY(100%);
    opacity: 0;
  }

  .mobile-header .logo-img.active {
    transform: translateY(0);
    opacity: 1;
  }

  .main-logo {
    top: 16px;
    left: 110px;
  }

  .mobile-header {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    padding: 15px;
  }

  .mobile-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /* hamburger */
  .menu-toggle {
    width: 25px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: 0.3s;
  }

  /* X animation */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  /* offcanvas */
  .offcanvas-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #111;
    padding: 80px 20px;
    transition: 0.4s;
    z-index: 1000;
  }

  .offcanvas-menu.active {
    left: 0;
  }

  .offcanvas-menu ul {
    list-style: none;
    padding: 0;
  }

  .offcanvas-menu ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
  }

  .offcanvas-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }

  /* overlay */
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  div#offcanvasMenu {
    display: block;
  }

  section.home {
    background: #000;
    padding: 80px 0;
    min-height: 80vh;
  }

  .abt-img img {
    width: 100%;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .service-card {
    height: 210px;
    margin-bottom: 30px;
  }

  .blog-card {
    height: 500px;
    margin-bottom: 30px;
  }

  .conct h5 {
    text-align: center;
  }

  .footer-text {
    font-size: 15px;
    width: 80%;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .mid-banner-text h5 {
    font-size: 27px;
    width: 70%;
  }

  .about-items {
    gap: 30px;
  }

  .about-main h2 {
    font-size: 32px;
  }

  .wwd-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .web-btn-white {
    padding-top: 20px;
  }

  .wwd-left {
    margin-bottom: 30px;
  }

  .footer-links ul {
    gap: 20px;
  }

  .ps-image img {
    width: 70%;
  }
  .ps-image {
    margin-bottom: 30px;
  }

  .bl-bx h2 {
    font-size: 16px;
  }

  .bl-bx p {
    font-size: 12px;
  }

  .bl-image img {
    width: 100%;
  }

  .bl-bx-main {
    height: 420px;
  }

  .bl-bx-main h2 {
    font-size: 16px;
  }

  .bl-bx-main p {
    font-size: 15px;
  }

  .blog-detail-box {
    gap: 10px;
  }

  .contact-card .text p {
    font-size: 13px;
  }

  .service-sidebar h4 {
    font-size: 16px;
}

.service-box {
    height: 300px;
}

.service-sidebar {
    height: 340px;
    padding: 20px;
    margin-bottom: 40px;
}


























































}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .testimonial-card {
    height: 240px;
  }

  .blog-card {
    height: 450px;
    padding: 10px;
  }

  .conct h5 {
    text-align: center;
  }




}
