@media(min-width:1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media(max-width:1250px) {
    .navbar-brand img {
        width: 180px;
    }
}

@media(max-width:1200px) {
    .navbar-nav li a {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    footer ul li a {
        font-size: 14px;
    }
}

@media(max-width:1100px) {
    .navbar-brand img {
        width: 150px;
    }
}

@media(max-width:992px) {
    nav.shrink .navbar-nav .main-btn {
        padding: 15px 0px;
    }
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .mobile-menu .flex-btn {
        background-color: transparent;
        top: 15px;
    }
    nav.shrink .navbar-brand img {
        width: 150px;
    }
    nav.shrink .mobile-menu .flex-btn {
        top: 15px;
    }
    h1 {
        font-size: 1.875em;
    }
    .navbar-brand {
        padding-left: 30px;
    }
    .py-100 {
        padding: 50px 0;
    }
    footer [class*="col-"] {
        padding-bottom: 20px;
    }
    .main-btn {
        font-size: 14px;
        padding: 10px;
    }
    .consulting-banner-content h1 {
        font-size: 60px;
    }
    .main-header {
        font-size: 30px;
    }
    .consulting-services ul.px-80 {
        padding: 0;
    }
    .consulting-services ul li .consulting-service h5 {
        font-size: 18px;
    }
    .consulting-services ul li .consulting-service img {
        width: 40px;
    }
}

@media(max-width:768px) {
    .px-80 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .px-5{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .homepage-banner img {
        width: 100%;
    }
    .our-sectors {
        padding-top: 50px;
    }
    .location-card {
        padding: 20px;
    }
    .carranza-story::before {
        width: 70%;
    }
    .location-card::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 50%;
        background-color: #2a3677;
        left: 0;
        bottom: 0;
        top: auto;
    }
    .location-card::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 50%;
        background-color: rgba(207, 209, 224, .3);
        right: 0;
        bottom: 0;
    }
    .modal .modal-body {
        padding: 0px;
        padding-top: 0px;
    }
    .modal .btn-close {
        top: 10px;
        font-size: 24px;
        right: 15px;
    }
    footer p {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    footer .footer-top-ul {
        flex-direction: column;
    }
    footer .footer-top-ul li {
        padding-bottom: 15px;
    }
    .footer-bottom ul {
        display: none;
    }
    .build-together h1 {
        font-family: 'Great Vibes', cursive;
        font-size: 60px;
        line-height: 60px;
    }
    .build-together h2 {
        font-family: 'Playfair Display', serif;
        margin-bottom: 15px;
        font-size: 36px;
    }
    .about-banner h4 {
        font-size: 36px;
    }
    .about-banner h1 {
        font-size: 50px;
    }
    .about-banner h2 {
        font-size: 80px;
        right: 20px;
        bottom: 30px;
    }
    .team-card {
        flex-direction: column;
        text-align: center;
        padding-top: 15px;
    }
    .map-content ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .map-content ul li {
        padding-bottom: 20px;
    }
    .reach-out-section-content .nav-tabs {
        width: 100%;
    }
    .sector-card h4 {
        font-size: 18px;
    }
    .review-project h4,
    .review-project h3 {
        font-size: 30px;
    }
    .consulting-service-left {
        height: 200px;
        padding: 10px;
    }
    .consulting-service-left img {
        width: 150px;
    }
    .consulting-services ul li {
        width: 100%;
    }
    .heights-banner {
        flex-direction: column;
        align-items: baseline;
        padding: 20px;
    }
    .heights-banner img {
        margin-top: 20px;
        width: 80%;
    }
}

@media(max-width:600px) {}

@media(max-width:576px) {
    footer [class*="col-"]:nth-child(1) {
        padding-bottom: 0;
    }
    footer [class*="col-"]:nth-child(2) h6 {
        padding-top: 20px;
    }
    footer [class*="col-"]:last-child {
        padding-bottom: 0;
    }
    .sector-card {
        position: relative;
        text-align: center;
        height: 300px;
    }
}

@media(max-width:450x) {
    .team-card img {
        width: 70%;
    }
}