@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .mxd-nav__hamburger {
        width: 56px;
        height: 56px;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {}

}

@media(min-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 972px;
    }

    .col-pe {
        padding-right: 40px;
    }

    .col-ps {
        padding-left: 40px;
    }

    /*        .industry-item {
    min-height:256.37px;
}*/
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1182px;
    }

    /*.industry-item {
    min-height: 230px;
}*/
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .cm-card-1.cm-card-02::before {
        top: 0px;
    }
}

@media(min-width:1600px) {}

@media(max-width:1200px) {}

@media(max-width:992px) {}

@media(max-width:768px) {
    body {
        font-size: 16px;
    }

    .header-container {
        padding: 18px 12px;
    }


    .logo {
        width: 100px;
    }

    h1 {
        font-size: 42px;
        font-family: 'rocgrotesk-medium';
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    .hero-image {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .hero-image-shape {
        width: 85%;
    }

    .home-2-p {
        font-size: 18px;
    }

    .border-div {
        border-left: 3px solid var(--clr-blue-1);
        padding-left: 12px;
    }

    .image-grid-2 {
        height: auto;
    }

    .image-grid-3 {
        width: 70px;
    }

    .our-services {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .our-services h2 {
        position: static;
        padding-bottom: 50px;
    }

    .our-services .col-md-4 {
        border: 0px !important;
    }

    .service-item {
        padding: 0px 15px 60px;
        height: auto;
    }

    .cta-inner {
        flex-direction: column;
        gap: 50px;
    }

    .cta-image {
        width: 100%;
        flex: 0 0 100%;
    }

    .cta-shape-2 {
        right: 32%;
    }

    .cta-shape-1 {
        width: 100%;
        height: 68%;
        object-fit: cover;
        opacity: .5;
    }

    .footer {
        padding: 20px 12px 20px;
        text-align: center;
    }

    a.company-logo {
        margin-left: auto;
        margin-right: auto;
    }

    footer h3 {
        margin-top: 30px;
        margin-bottom: 8px;
    }

    .copyright p {
        text-align: center;
        font-size: 16px;
    }

    footer ul li a {
        margin-left: auto;
        margin-right: auto;
    }

    .home-1:after {
        background-size: 100px;
    }

    .shape-2 {
        top: -70px;
        right: 0px;
    }

    .home-1-cover {
        position: static;
    }

    .home-1 .arrow-1 {
        right: -53px;
        bottom: -104px;
        transform: rotate(227deg);
        width: 200px;
    }

    .grid-box {
        height: 100px;
    }

    .industry-item.col-md-6 {
        width: 100%;
        flex: 0 0 100%;
        padding: 20px;
        padding-top: 100px;
    }

    .step {
        width: 280px;
        height: 280px;
        padding: 15px 15px;
    }

    .step-arrow-1 {
        bottom: -30px;
        top: auto;
        transform: rotate(90deg);
        right: 0px;
    }

    .step-arrow-2 {
        bottom: -30px;
        top: auto;
        transform: rotate(90deg);
        left: 0px;
        right: auto;
    }

    p.w-75 {
        width: 100% !important;
    }

    .ipm-1::before {
        left: auto;
        right: 30px;
    }

    .it-faq-wrap {
        margin-left: 0px;
    }

    .it-faq-wrap .accordion-items {
        padding-left: 20px;
    }

    .hero .vector {
        top: calc(100% - 12px);
        right: -12px;
    }

    .sub-hero .hero-content {
        padding: 0px;
    }

    .im-card-item {
        flex-direction: column;
        gap: 0px;
        border-radius: 20px;
        overflow: hidden;
    }

    .im-card-icon {
        width: 100%;
        flex: 0 0 100%;
        padding-bottom: 0px;
    }

    .im-card-text {
        width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 24px 12px;
    }

    .sub-hero {
        padding-top: 100px;
    }

    .cm-box {
        padding: 20px;
    }

    .cm-box h2 {
        font-size: 32px;
    }

    #carousel2 .carousel-inner {
        padding: 20px;
    }

    #carousel2 .carousel-control-next,
    #carousel2 .carousel-control-prev {
        top: -50px;
    }

    #carousel2 .carousel-control-next {
        right: 12px;
    }

    .recaptch-cover .recaptch-cover-header button {
        font-size: 14px;
    }

    .sub-hero .hero-content:after {
        right: 0px;
        top: 0px;
    }

    @media(max-width:576px) {}