.carousel-item-img:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0, 0, 139, 0.1);
}

.carousel-caption h5{    
    text-transform: uppercase;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;      
}

.carousel-caption p{
    margin-top: 0;
}   

#home-images {
    border-radius: 25px;
    border: 2px solid #FFFFFF;
}

#u-image-1 {                
    background-image:url('images/events/itrie-2024.png');
}

#u-image-2 {
    background-image:url('https://s40861.pcdn.co/wp-content/uploads/2022/04/Logo_-_Electric_New-removebg-preview.png');
}

#u-image-3 {
    background-image:url('https://wwtp.com/wp-content/uploads/2022/06/JIPREMIUM_logo-removebg-preview.png');
}

#u-image-4 {
    background-image:url('https://www.tradexpoindonesia.com/images/logo/logo_tei_39.png');
}

    .news-block:hover {
        color: #CCCCCC;
        cursor: pointer;
        text-decoration: underline;
    }

.news-block-border {
    margin-bottom: 35px;    
    padding-top: 35px;
    border-bottom: 1px solid #888888;
}
    .news-block-images {
        margin: 0 0 25px 0;        
    }
    .news-block-images img {
        border-radius: 15px
    }


.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.legend-bg {
    background: 
    linear-gradient(
        rgba(0, 120, 255, 1)
    );    
    background-position: 50% 50%;  
}

.legend-title {
    text-transform: uppercase;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    line-height: normal;
    font-style: normal;
    font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;      
}

@media screen and (max-width:575px) {}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    .carousel-caption h5{    
        font-size: 3em;
    }        
}

@media screen and (min-width: 1400px) {}

