@media screen and (max-width:1199px) {
    .banner-carousel .banner-caption h2 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .section-title br {
        display: none;
    }

}



@media screen and (max-width:991px) {

    nav .brand-logo,
    nav ul:last-child {
        min-width: auto;
    }

    nav .brand-logo img {
        width: 150px;
    }

    .about-section figure {
        margin-bottom: 48px;
    }

    .service-list {
        gap: 60px 40px;
    }

    .service-card,
    .service-list .service-card:nth-child(3n+3) {
        width: calc(50% - 20px);
        border-right: 1px solid #e5e5e5;
    }

    .service-list .service-card:nth-child(2n+2) {
        border-right: 0;
    }

    .service-section h4 {
        min-height: 48px;
        margin-bottom: 12px;
    }

    .milestones>div>span {
        font-size: 90px;
    }

    .mission-card {
        padding: 60px;
    }
}

@media screen and (max-width:767px) {

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .nav-menu-button {
        height: 24px;
        width: 30px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
    }

    .nav-menu-button .line {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff
    }

    .menu-open .nav-menu-button .line,
    .header-sm .nav-menu-button .line {
        background-color: #212121;
    }

    .nav-menu-button .line1 {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .nav-menu-button .line2 {
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }

    .nav-menu-button .line3 {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .menu-open .nav-menu-button .line1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 2px 7px;
        -ms-transform-origin: 2px 7px;
        transform-origin: 2px 7px
    }

    .menu-open .nav-menu-button .line2 {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }

    .menu-open .nav-menu-button .line3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 2px -4px;
        -ms-transform-origin: 2px -4px;
        transform-origin: 2px -4px
    }

    nav .brand-logo img {
        width: 120px;
    }

    nav .nav-social-icon {
        font-size: 30px;
    }

    .menu-open .nav-social-icon {
        color: #212121;
    }

    .menu-open header {
        background-color: #fff;
    }

    .menu-open header .dark-logo {
        display: block;
    }

    .menu-open header .light-logo {
        display: none;
    }

    .menu-open {
        overflow: hidden;
    }

    nav .nav-link {
        text-align: center;
        font-size: 24px;
        color: #212121;
    }

    .nav-links {
        opacity: 0;
        width: 100%;
        visibility: hidden;
        position: fixed;
        top: 110px;
        right: 0;
        left: 0;
        bottom: 0;
        height: calc(100vh - 110px);
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(1.5);
        flex-direction: column;
        transition: 0.3s all;
    }

    .header-sm .nav-links {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .menu-open .nav-links {
        opacity: 1;
        background-color: #fff;
        transform: scale(1);
        visibility: visible;
    }

    header nav {
        gap: 24px;
    }

    header nav ul {
        margin-left: auto;
    }

    nav .brand-logo,
    nav ul.nav-icons {
        min-width: auto;
    }

    .banner-carousel.owl-carousel .owl-nav {
        display: none;
    }

    .banner-carousel .banner-caption h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .banner-carousel img {
        height: 70vh;
        min-height: 600px;
    }

    .client-section {
        flex-wrap: wrap;
    }

    .client-section>div {
        width: 33.33%;
        padding: 25px 0;
    }

    .about-section figure img {
        height: 450px;
    }

    .about-section figure figcaption {
        padding: 30px 35px;
        width: 75%;
    }

    .about-section figure figcaption h3 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .about-section figure {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 2.5em;
        line-height: 1em;
    }


    .service-list {
        gap: 40px 24px;
    }

    .service-card {
        width: calc(50% - 12px);
        padding-right: 24px;
    }

    .service-section h4 {
        font-size: 20px;
        min-height: 72px;
        margin-bottom: 12px;
    }

    .service-card .service-icon {
        font-size: 3rem;
    }

    .milestones {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .milestones>div {
        min-height: 160px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .milestones>div>span {
        top: 0;
        margin: 0;
    }

    .mission-section {
        flex-direction: column;
    }

    .mission-section>div {
        width: 100%;
        padding: 50px;
    }

    .mission-card p {
        font-size: 16px;
    }

    .testimonials_item_content {
        padding: 0 30px;
    }

    .testimonials_item_content p {
        font-size: 18px;
    }

    footer h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 42px;
    }

    .socials_links {
        margin-bottom: 24px;
    }

    .footer-links {
        gap: 14px;
        justify-content: center;
    }

    .footer-links a {
        font-size: 14px;
    }

    footer .copyright-text {
        margin-top: 30px;
        text-align: center;
    }
}