.scrolled {
    background-color: #002C8B !important; /* Change to your desired color */
    
}

.scrolled a {
    color: #fff;
}

.scrolled .dropdown-item a {
    color: #002C8B;
}

.header-bottom {
    background: #F7F8FA
}

.menu-link {
    color: #002C8B;
    font-size: 15px;
    font-weight: bold;
}

.menu-link:hover {
    color: #EFBB0E;
}

.menu-link:focus {
    color: #EFBB0E;
}

.navbar-toggler-icon{
    color:#fff
}

.navbar-toggler{
    color:#fff
}

.banner-slider {
    height: 550px;
}

.carousel .carousel-inner, .carousel .item, .carousel .active {
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-slider .carousel-inner .active, .banner-slider .carousel-inner .next.left, .banner-slider .carousel-inner .prev.right {
    opacity: 1;
}
/* .banner-slider .carousel-inner .item, .banner-slider .carousel-inner .active.left, .banner-slider .carousel-inner .active.right {
    opacity: 0;
} */
.banner-slider .carousel-inner .item {
    transition-property: opacity;
} 

.banner-slider .fill {
    padding-top: 10px;
    width: 100%;
    height: 100%;
    background-position: top, center;
    background-size: cover;
}

.banner-slider .banner-content {
    position: relative;
    top: -400px;
    left: 100px;
    transform: translate(0, -50%);
    /* z-index: 1; */
}

.banner-slider .banner-text:not([class*="wide-"]) {
    max-width: 600px;
}
.banner-slider .banner-text {
    width: 100%;
    position: relative;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
}
.banner-text.light, .banner-text.box-s3, .banner-text.box-s4 {
    color: #fff;
}
.banner-text.pos-left {
    float: left;
}
.banner-text {
    color: #6e7889;
    position: relative;
    padding-top: 67.5px;
    padding-bottom: 67.5px;
    z-index: 1;
    font-size: 15px;
}
.al-left {
    text-align: left;
}
.light, .box-s3, .box-s4, .light h1, .box-s3 h1, .box-s4 h1, .light h2, .box-s3 h2, .box-s4 h2, .light h3, .box-s3 h3, .box-s4 h3, .light h4, .box-s3 h4, .box-s4 h4, .light h5, .box-s3 h5, .box-s4 h5, .light h6, .box-s3 h6, .box-s4 h6 {
    color: #fff;
}

.banner-slider .banner-boxed {
    padding: 35px 35px 40px;
    background: rgba(0,0,0,0.6);
}
.banner-text .animated {
    animation-delay: 350ms;
    animation-duration: 1s;
}

.banner-text h1, .banner-text h2 {
    color: inherit;
    font-size: 2.25em;
}

.banner-img{
    z-index: -1;
    position: relative;
    height: 700px;
}

.img-fullwidth {
    height: 300px;
    width: 500px;
}

.projectFlip {
    margin-top: -100px;
}

.bg-deep {
    background-color: #f1f1f1 !important;
}

@media (max-width: 768px) { /* Tablet */
    .banner-img {
      height: 500px; /* Adjust height for tablet */
    }
    
    .banner-slider .banner-content {
        position: relative;
        transform: translate(0, -50%);
        top: -245px;
        left: 3px;
    }

    .banner-text h1, .banner-text h2 {
        color: inherit;
        font-size: 1.25em;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
        display: none;
    }

    .projectFlip {
        margin-top: -300px;
    }
}

@media (max-width: 480px) { /* Mobile */
    .banner-img {
      height: 300px; /* Adjust height for mobile */
    }

    .banner-slider .banner-content {
        position: relative;
        transform: translate(0, -50%);
        top: -100px;
        left: -2px;
    }

    .banner-text h1, .banner-text h2 {
        color: inherit;
        font-size: 1.25em;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
        display: none;
    }

    .projectFlip {
        margin-top: -300px;
    }
}