a {
    text-decoration: none;
}

/* 
* {
    outline: 1px solid #F1A70A;
} */

/* BANNER HEIGHT */
.carousel-item {
    height: 70vh;
    min-height: 420px;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.ban-content {
    z-index: 2;
    position: absolute;
    right: 12%;
    top: 8%;
    bottom: auto;
    left: auto;
    width: 36%;
    background: #FFFFFFCC;
    color: #0F2C49;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    height: fit-content;
}

.ban-content h1 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.ban-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.quote-btn {
    background: none;
    color: #002e5d;
    padding: 10px;
    border-radius: 30px;
    font-weight: 200;
    border: 1px solid #002e5d;
}

.bancall-btn {
    background: #F1A70A;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 200;
    border: 0;
}

.btn-orange {
    background: #F1A70A;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 10px;
}

.btn-blue {
    background: #002e5d;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
}

@media (max-width: 576px) {


    .ban-content h1 {
        font-size: 16px;
    }

    .ban-content p {
        font-size: 12px;
    }

    .btn-orange,
    .btn-blue {
        width: 100%;
        display: block;
        margin: 5px 0;
    }

    .ban-content {
        right: 15%;
        top: 22%;
        bottom: auto;
        left: 10%;
        width: 80%;
    }

    .stats-icon {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .stats-number {
        font-size: 20px !important;
    }

    .stats-icon1 {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .stats-number1 {
        font-size: 20px !important;
    }

    .stats-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 2px;
        background: #fff !important;
    }

    .abt-cont {
        width: 100% !important;
    }

    .about-us {
        padding: 20px !important;
    }

    .bancall-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .quote-btn {
        padding: 4px;
        font-size: 12px;
    }

    .services-section {
        margin-top: 0px !important;
    }

    .about-text {
        font-size: 12px !important;
    }

    .about-btn {
        font-size: 12px !important;
        padding: 3px 10px !important;
    }

    .kb-abt-social a {
        font-size: 15px !important;
        margin: 0 !important;
    }

    .kb-abt-social button {
        font-size: 0px !important;
        width: 30px !important;
        height: 30px !important;
        padding: 2px 0px !important;
    }

    .work-sec {
        margin-top: 10px !important;
    }

    .work-sec h6 {
        font-size: 15px !important;
        width: 90% !important;
    }

    .work-det img {
        width: 40px !important;
    }

    .work-det h2 {
        font-size: 13px !important;
    }

    .work-det button {
        font-size: 12px !important;
    }

    .work-det h5 {
        width: 100% !important;
        font-size: 12px !important;

    }

    .tersrt {
        margin-top: 15px !important;
    }

    .testiHeader p {
        width: 70% !important;
    }

    .bw-section-wrapper h1 {
        font-size: 15px !important;
        width: 100% !important;
    }

    .bw-section-wrapper {
        padding: 15px 15px !important;
        flex-wrap: wrap !important;
        margin-top: 0px !important;
    }


    .kb-footer-column {
        padding: 0px 10px 0px 15px !important;
    }

    .kb-footer-left {
        padding: 10px 10px 10px 15px !important;
    }

    .kb-footer-social {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .testimonialSection {
        padding: 20px 0 !important;
    }

    .ivg-gallery {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .navbar-nav {
        margin-bottom: 10px !important;
    }

    .about-us {
        height: 50vh !important;
    }

}



.road-strip {
    width: 100%;
    height: 25px;
    background: #F1A70A;
    position: relative;
    z-index: 1;
}

.road-strip::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(to right,
            black 0px,
            black 20px,
            transparent 20px,
            transparent 40px);
}

.stats-wrapper {
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

.stats-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 25px;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.15);
}

.stats-item {
    padding: 15px 10px;
    position: relative;
}

.stats-icon {
    font-size: 32px;
    color: #F1A70A;
    margin-bottom: 5px;
}

.stats-icon1 {
    font-size: 32px;
    color: #002e5d;
    margin-bottom: 5px;
}

.stats-number {
    font-size: 28px;
    color: #F1A70A;
    font-weight: 800;
}

.stats-number1 {
    font-size: 28px;
    font-weight: 800;
    color: #002e5d;
}

.stats-label {
    color: #444;
    font-size: 15px;
}

.stats-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 2px;
    background: #e0e0e0;
}

@media (max-width: 768px) {
    .stats-item:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: 0;
        width: 70%;
        height: 2px;
        left: 15%;
    }

}

@media (max-width: 767px) {
    .stats-item:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: 0;
        width: 70%;
        height: 2px;
        left: 15%;
    }

    .stats-wrapper {
        position: relative;
        margin-top: -160px !important;
        z-index: 10;
    }


    .ban-content h1 {
        font-size: 14px !important;
    }

    .bancall-btn {
        padding: 6px 10px !important;
    }
}


@media (max-width: 991px) {
    .stats-wrapper {
        position: relative;
        margin-top: -100px;
        z-index: 10;
    }

    .ban-content h1 {
        font-size: 14px !important;
    }


    .bancall-btn {
        padding: 6px 10px !important;
        font-size: 14px;
    }

    .quote-btn {
        padding: 6px 10px !important;
        font-size: 14px;
    }
}