.bg-light {
    background-color: #fff !important;
    border-bottom: solid 1px #e5e5e5;
}

.home-page-hero-img {
    background-image: url('../images/DAP-New-Website-Hero-Image_v3-1.png');
    width: 100%;
    min-height: calc(100vh + 50vh);
    padding-top: calc(100vh - 90vh);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: bolder;
    }
    h6 {
        color: #fff;
        font-size: 1.2rem;
    }
}

.sticky-xl-top {
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        margin-top: 0;
    }
}

.container-1 {
    padding-bottom: 30px;
    h2 {
        color: #fba91c;
        font-size: 2rem;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    h3 {
        color: #40d7ff;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 20px;
    }
}

.home-page-hero-img-2 {
    background-image: url('../images/Hero-v4.png');
    width: 100%;
    min-height: calc(100vh - 15vh);
    padding-top: calc(100vh - 90vh);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our-expertise {
    h2 {
        color: #fba91c;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 20px;
    }
    h3 {
        color: #000;
        font-size: 1.5rem;
        font-weight: bold;
        padding-bottom: 20px;
    }
    img {
        width: 90%;
        padding: 5%;
    }
}

.what-we-do {
    background-color: #f8a21d;
    border-radius: 25px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    .what-we-do-text {
        padding: 130px;
    }
    h2 {
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 20px;
    }
    p {
        color: #fff;
    }
    img {
        width: 90%;
        padding: 5%;
    }
}

.what-we-do-part-2 {
    margin-top: 30px;
    h3 {
        color: #24adde;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .bold {
        font-weight: bold;
    }
    img {
        width: 90%;
        padding: 5%;
    }
}

.home-event {
    background-color: #f5f9fd;
    margin: 30px 0;
    padding: 50px 0;
    .insights-text {
        font-size: 1rem;
        color: #00ccff;
        font-weight: bold;
    }
    h2 {
        font-size: 2.5rem;
        font-weight: bolder;
        color: #f8a21d;
    }
    h6 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #666666;
    }
    img {
        width: 90%;
        padding: 5%;
    }
    .card img {
        width: 100%;
    }
    .bg-primary {
        background-color: #0c71c3 !important;
    }
}

.home-clients {
    padding: 50px 0;
    .insights-text {
        font-size: 1rem;
        color: #00ccff;
        font-weight: bold;
    }
    h2 {
        font-size: 2.5rem;
        font-weight: bolder;
        color: #f8a21d;
    }
    h6 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #666666;
    }
    img {
        width: 100%;
    }
}

.working-together {
    background-color: #24adde;
    background-image: url('../images/interested-in-working-together.png');
    border-radius: 25px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    z-index: 10;
    h2 {
        /* padding: 100px 0 25px 0; */
        padding: 50px 0 85px 0;
        font-weight: bold;
        color: #fff;
    }
}

.footer {
    padding-top: 80px;
    padding-bottom: 4px;
    margin-top: 50px;
    background-color: #0b1a38 !important;
    .home-career-contact {
        background-color: #182949;
        border-radius: 25px;
        padding: 50px;
        text-align: center;
        margin: 30px 0;
        color: #fff;
        i {
            margin-bottom: 15px;
        }
        a {
            color: #fff;
            text-decoration: underline;
        }
    }
    .nav-link {
        color: #b1b5bf;
        font-size: 0.8rem;
    }
}

.bottom-footer {
    background-color: #020f2b;
    min-height: 70px;
    padding-top: 25px;
}


/* Mobile responsive end*/

@media only screen and (max-width: 600px) {
    .home-page-hero-img {
        background-image: url('../images/DAP-New-Website-Hero-Image_v3-1.png');
        width: 100%;
        min-height: calc(100vh - 50vh);
        background-position: left;
        background-size: auto;
    }
    .home-page-hero-img-2 {
        width: 100%;
        min-height: calc(35vh);
        padding-top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .footer {
        padding-top: 48px;
        margin-top: 32px;
        text-align: center;
    }

    .footer .col-md-4,
    .footer .col-md-6,
    .footer .col-4,
    .footer .col-6 {
        width: 100%;
    }

    .footer img {
        margin-bottom: 20px;
        max-width: 160px;
    }

    .footer .home-career-contact {
        padding: 28px 20px;
        margin: 16px 0;
    }

    .footer .nav {
        justify-content: center;
        gap: 8px;
    }

    .footer .d-flex {
        justify-content: center !important;
        margin-top: 8px;
    }

    .footer .nav-link {
        display: inline-block;
        padding: 8px 10px;
    }

    .bottom-footer {
        min-height: auto;
        padding: 18px 0;
        text-align: center;
    }

    .bottom-footer p {
        margin-bottom: 0;
    }
}


/* Mobile responsive end */
