@media (max-width:1400px) {
    .quick-facts {
        display: grid;
    }

    .slide1 h1 br {
        display: none;
    }

    .top-heading p br {
        display: none;
    }

    .slide1 p br {
        display: none;
    }

    .bottom-facts .card {
        align-items: center;
    }

    .cards-row .card {
        display: flex;
        gap: 13px;
        text-align: center;
        padding: 20px 10px;
    }


    .fp-section .card .card-text span {
        font-size: 20px;
    }


    .Clientele-heading h1 {
        font-size: 45px;
    }

    .cards-row .card .card-text {
        padding: 0;
    }

    .happy-clients {
        padding: 20px 50px;
    }

    .cards-row .card {
        padding: 15px 10px;
        margin: 15px 15px;
        min-height: 120px;
    }

    .slide1 {
        padding: 30px 30px 20px;
    }

    .quick-facts-block h5 {
        font-size: 34px;
        margin: 20px 0 10px;
    }

    .fp-section .card .card-text h3 {
        font-size: 25px;
    }

    .fp-section .card .card-text span {
        font-size: 16px;
        line-height: 20px;
        width: 100px;
        display: block;
        margin-top: 10px;
    }

    .fp-section .card .card-text span br {
        display: none;
    }

    .slide1 h1 {
        font-size: 50px;
    }

    .bottom-facts .card {
        margin-top: 5px;
    }

    .happy-clients .client-logo {
        padding: 10px 10px;
    }
}

@media (max-width:1340px) {
    .logo-grid {
        gap: 15px;
    }

    footer h2 {
        font-size: 100px;
    }
}

@media (max-width:1199px) {
    .expertise-section .expertise-items {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:991px) {
    .expertise-section .expertise-items {
        grid-template-columns: repeat(4, 1fr);
    }

    .contact-icons {
        display: flex;
        justify-content: space-between;
    }

    .mobile-none {
        display: none;
    }

    header .mobile-block {
        display: block;
        max-width: 200px;
    }

    .col-lg-6.col-md-12.text-center.logo-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    header {
        padding: 40px 0px;
        background-position: center;
    }

    header .logo {
        max-width: 300px;
    }

    .expertise-section {
        background-color: #EDEFF0;
        padding: 50px 0px 80px;
    }

    .expertise-section .expertise-items {
        grid-template-columns: repeat(3, 1fr);
    }

    footer::after {
        content: '';
        display: none;
    }

    footer {
        padding: 100px 50px 80px;
    }

    .hero-section .contact-icons {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .slide2 .row {
        display: grid;
    }

    .quick-facts-block h5 {
        margin: 30px 0 30px;
    }

    .slide2 .cards-row {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 40px;
        gap: 20px;
    }

    .margin-right {
        margin-right: 0px !important;
    }

    .cards-row .card {
        margin: 0;
    }

    .margin-left {
        margin-left: 0px !important;
    }

    .quick-facts-block {
        padding: 0 30px;
    }
}

@media (max-width:767px) {
    header .logo {
        max-width: 280px;
    }

    header .mobile-block {
        max-width: 180px;
        object-fit: cover;
    }

    .contact-icons a {
        justify-content: space-between;
    }

    .contact-icons a svg {
        width: 18px;
        fill: #fff;
    }

    .contact-icons a h5 {
        font-size: 16px;
    }

    .contact-icons a {
        gap: 10px;
    }

    footer .contact-icons {
        flex-wrap: wrap;
    }

    .project-main .main-sec {
        padding-right: 0px;
    }
}

@media (max-width:555px) {
    .expertise-section .expertise-items {
        gap: 20px;
        padding-bottom: 50px;
    }

    .expertise-section .expertise-items {
        grid-template-columns: repeat(2, 1fr);
    }

    footer h2 {
        font-size: 71px;
    }

    .slide1 {
        padding: 30px 15px;
    }

    .slide1 h1 {
        font-size: 40px;
    }

    .quick-facts-block {
        padding: 0 15px;
    }

    .top-heading p {
        margin-top: 25px;
        text-align: center;
        font-weight: 300;
        font-size: 25px;
    }

    .top-heading p {
        margin-top: 25px;
        text-align: center;
        font-weight: 300;
        font-size: 25px;
    }

    .bottom-facts h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bottom-facts h2 span {
        font-size: 33px;
        font-family: 'Graphik Regular';
        font-weight: 700;
    }

    .slide1 p {
        line-height: 20px;
        font-size: 20px;
        font-weight: 300;
    }

    .slide1 .card-text {
        padding: 0;
    }

    .bottom-facts .card {
        justify-content: center;
    }

    .slide2 .cards-row {
        flex-wrap: wrap;
    }

    .Clientele-heading h1 {
        font-size: 40px;
    }

    .Clientele-heading h1:before {
        content: "";
        display: none;
    }

    .happy-clients {
        padding: 50px 15px;
    }

    .logo-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 30px;
    }

    .project-main .main-sec .logo h2 {
        font-size: 40px;
    }

    footer {
        padding: 50px 15px;
    }


    @media (max-width:480px) {
        .contact-icons a h5 {
            display: none;
        }

        .contact-icons {
            display: flex;
            justify-content: center;
        }

        header {
            padding: 20px 0px;
            background-position: center;
        }

        header .logo {
            max-width: 200px;
        }

        header .mobile-block {
            max-width: 150px;
        }



        .expertise-section .expertise-items .expertise-item {
            padding: 25px 10px;
        }

        .social-media-icons {
            padding-top: 80px;
            padding-bottom: 0px;
        }

        .hero-section {
            padding: 211px 0px 50px;
            min-height: auto;
        }
    }

    @media (max-width:420px) {
        .expertise-section .expertise-items .expertise-item h4 {
            font-size: 21px;
        }

        .project-main .main-sec .logo h2 {
            font-size: 35px;
            line-height: 45px;
        }

        .project-main .main-sec .logo h2 {
            font-size: 35px;
        }

        .project-main .main-sec .Tec-logo .Tec-main-logo {
            gap: 18px;
            justify-content: start;
        }

        footer h6 {
            font-size: 24px;
        }
        footer h2 {
            font-size: 60px;
        }
    }

    @media (max-width:360px) {
        header .logo {
            max-width: 180px;
        }

        header .mobile-block {
            max-width: 110px;
        }

        .expertise-section h1 {
            font-size: 30px;
        }

        .expertise-section {
            padding: 40px 0px 40px;
        }

        footer h2 {
            font-size: 45px;
            margin-top: 20px;
        }
    }