@media(max-width:991px) {

    .topbar .container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 10px 0;
        gap: 10px;
    }

    .topbar-left,
    .topbar-right {
        justify-content: center;
    }

    .divider {
        display: none;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-collapse {
        margin-top: 283px;
        background: #fff;
        padding: 39px;
        /* border-radius: 10px; */
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
        position: absolute;
        left: 0;
        width: 300px;
    }


    .navbar-nav .nav-link {
        padding: 14px 0;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: #f7f7f7;
        margin-left: 10px;
    }
}

@media(min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media(max-width:992px) {

    .carousel-item,
    .carousel-item img {

        height: 70vh;

    }

    .carousel-caption {

        left: 30px;
        right: 30px;
        text-align: center;
        bottom: 45%;

    }

    .carousel-caption h1 {

        font-size: 38px;

    }

    .carousel-caption h2 {

        font-size: 24px;

    }

}

@media(max-width:576px) {

    .topbar .container {
        display: none;
    }



    .carousel-item,
    .carousel-item img {

        height: 60vh;

    }

    .carousel-caption {
        padding-top: 96px;
    }

    .carousel-caption h1 {

        font-size: 18px;
        padding: 10px;
    }

    .carousel-caption h2 {

        font-size: 20px;

    }

    .carousel-caption p {

        font-size: 15px;
        color: white;

    }

    .carousel-caption h5 {
        font-size: 8px;
        width: 50%;
    }

    .carousel-item img {

        width: 100%;
        height: 80vh;
        object-fit: cover;
        object-position: right center;
    }
}


@media (max-width:992px) {

    .section-full {
        padding: 60px 0;
    }

    .section-full .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .heading h1 {
        font-size: 32px;
    }

    .heading p {
        text-align: left;
    }

    .line {
        margin: 25px auto 0;
    }

    .section-full img {

        padding: 10px;
    }
}

@media (max-width:768px) {

    .section-full {
        padding: 50px 0;
    }

    .heading h2 {
        font-size: 16px;
    }

    .heading h1 {
        font-size: 28px;
    }

    .heading p {
        font-size: 15px;
    }

    .btn-primary a {
        padding: 12px 24px;
        font-size: 15px;
    }

    .section-full img {
        max-width: 350px;
        padding: 10px;
    }

    .hero-img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        display: block;
    }
}

@media (max-width:576px) {

    .heading h1 {
        font-size: 24px;
    }

    .heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .section-full img {
        max-width: 280px;
        padding: 10px;
    }

    .bg-img {
        position: relative;
        height: 30vh;
        overflow: hidden;
    }

    .hero-img {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        display: block;
    }

    .hero-content {
        position: absolute;
        inset: 0;
        z-index: 2;

        color: #fff;
        max-width: 900px;
        margin: 10px;
        padding: 20px;
        font-size: 15px;
        top: 68px;
    }

    .title {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        text-shadow: 0 4px 12px rgba(0, 0, 0, .4);
        padding: 0;
        font-family: serif;
    }

}



@media (max-width: 576px) {
    .carousel-item {
        height: auto;
    }
}

/* Mobile (375px and below) */
@media (max-width:470px) {

    #clientCarousel .carousel-item .row {
        display: block;
        margin: 0;
    }

    #clientCarousel .carousel-item .col-12 {
        display: none;
        width: 100%;
        max-width: 100%;
    }

    /* Show only the first logo in each slide */
    #clientCarousel .carousel-item .col-12:first-child {
        display: block;
    }

    .client-logo {
        max-width: 220px;
        margin: 0 auto;
        padding: 20px;
    }

    .client-logo img {
        width: 100%;
        height: auto;
    }

    #clientCarousel .carousel-control-prev,
    #clientCarousel .carousel-control-next {
        width: 12%;
    }

}