@media(max-width:1024px) {
    .about .cont-wrap {
        gap: 50px;
    }

    .about .cont-wrap .left {
        width: calc(50% - 25px);
    }

    .about .cont-wrap .right {
        width: calc(50% - 26px);
    }
}

@media(max-width:991px) {
    .Hero-sec {
        padding: 70px 0 80px;
    }

    .about {
        padding: 120px 0 80px;
    }

    .about .cont-wrap .left,
    .about .cont-wrap .right {
        width: 100%;
    }

    .about .cont-wrap {
        gap: 0;
    }

    .Hero-sec h1 {
        font-size: 50px;
    }

    .total-project h2 {
        font-size: 45px;
    }

    .total-project h6 {
        font-size: 20px;
    }

    .Service-sec .card-title {
        font-size: 20px;
    }

    footer .ft-img {
        margin-top: 100px;
        width: 100%;
    }

    footer {
        padding: 60px 0 0;
        background: #FFA008;
    }

    footer .cta {
        gap: 30px;
    }

    h2 {
        font-size: 35px;
    }

    .Service-sec {
        padding-bottom: 60px;
    }

    .contact-form h1 {
        font-size: 40px;
    }

}

@media(max-width:767px) {
    .contact-form {
        padding: 50px 0 80px;
    }

    .contact-form h1 {
        font-size: 35px;
    }

    .about {
        padding: 60px 0 60px;
    }

    header .header-nav {
        flex-direction: row-reverse;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
    }

    ul#primary-menu li a {
        color: #000;
    }

    .primary-btn {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 120px;
    }

    .Hero-sec h1 {
        font-size: 40px;
        margin-bottom: 20px;

    }

    .line {
        max-width: 166px;
        margin-top: 43px;
    }

    .Hero-sec {
        padding: 70px 0 30px;
    }

    footer .ft-img {
        margin-top: 60px;
        width: 100%;
    }

    footer .cta {
        gap: 15px;
    }

    header .navbar .navbar-brand img {
        width: 100%;
        max-width: 110px;
        height: 59px !important;
    }

    .total-project h2 {
        font-size: 35px;
    }
}

@media(max-width:575px) {
    .contact-form {
        padding: 40px 0 60px;
    }

    .total-project {
        justify-content: center;

    }

    .total-project h6 {
        font-size: 14px;
    }

    header .header-nav {
        flex-direction: row-reverse;
        gap: 5px;
    }

    header .primary-btn {
        padding: 8px 10px;
        font-size: 14px;
        min-width: 80px;
        line-height: 1;
    }

    .total-project h2 {
        font-size: 28px;
    }

    .primary-btn {
        padding: 6px 12px;
        font-size: 14px;
        min-width: 100px;
    }

    .Hero-sec .line {
        margin-top: 40px;
    }

    .Service-sec {
        padding-top: 30px;
    }

    .Hero-sec h1 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
        line-height: 1.5;
    }

    .Service-sec h6 {
        margin-bottom: 15px;
    }

    .Service-sec .card-title {
        font-size: 17px;
    }

    .Service-sec .service-card {
        min-height: 200px;
        padding: 15px 12px;
    }

    h2 {
        font-size: 28px;
    }

    footer .ft-img {
        margin-top: 40px;
    }

    ul#primary-menu li a {
        color: #000;
        font-size: 15px;
    }

    ul#primary-menu {
        gap: 12px;
    }

    .header-nav button.navbar-toggler i {
        color: #fff;
        font-size: 22px;
    }

    .contact-form form {
        padding: 30px 15px;
    }

    .contact-form form p input,
    .contact-form form p textarea {
        padding: 8px;
        font-size: 13px;
    }

    .contact-form form label {
        font-size: 14px;
        line-height: 16.2px;
        margin-bottom: 8px;
    }

    .contact-form h1 {
        font-size: 28px;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 1em 0.5em 0em;
        padding: 0.2em 1em;
        border: 2px solid #00a0d2;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }
}