
:root {
    --primary: #F8DE7E;
    --secondary: #262B64;
    --light: #ffffff !important;
    --dark: #040F28;
    --info:#6c757d;
}

.fa-home, .fa-tools{
    color: var(--primary);
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* background-image: linear-gradient(180deg, rgba(12, 113, 195, 0.05) 0%, #ffffff 100%) !important; */
    background: rgba(4, 15, 40, .7);


}


@media (max-width: 1378px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 36px;
        font-weight: 600 !important;
    }
   
    #carousel-prev-icon, #carousel-next-icon{
        font-size: 30px;
        line-height: 48px;
        height: 48px;
        width: 30px;
        border-radius: 50%;
        background-color:#FDBE33;
        color: #fff;
        opacity: 100%;
    }
    
    
}

@media (max-width: 778px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 22px;
        font-weight: 600 !important;
    }
    .carousel-item img{
        height: 1000px;
    }
    #carousel-prev-icon, #carousel-next-icon{
        font-size: 30px;
        line-height: 48px;
        height: 48px;
        width: 30px;
        border-radius: 50%;
        background-color:#FDBE33;
        color: #fff;
        opacity: 100%;
    }
    .display_2{
        font-size: 30px;
        font-weight: 700;
        line-height: 50px;
    
    }
    
}


.carousel-item img{
    max-height: 550px;
}
.carousel-indicators button {
    width: 48px;
    /* color: #FDBE33; */
    background-color: #FDBE33;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 48px;
    /* color: #FD5D14; */
    background-color: #FD5D14;
}

#carousel-prev-icon, #carousel-next-icon{
    font-size: 48px;
    line-height: 62px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color:#FDBE33;
    color: #fff;
    opacity: 100%;
}

.carousel-caption .btn{
    max-width: 180px;
    min-width: 170px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 0px;
    background-color: var(--primary);
    border: var(--primary);
   
}
.carousel-caption .btn:hover{   
    background-color: #FDBE33;
    border: #FDBE33;
    border-radius: 6px;
}