.language-menu .ls-flag{
    width: 18px;
}
.overlay2{
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}
.vc_row-separator.bottom{
    z-index: 3;
}
.post-excerpt img{
    width: 100%;
}
.header-area--absolute .language-menu > ul > li > a{
    color: #fff;
}
.header-area--absolute .is-sticky .language-menu > ul > li > a{
    color: #333;
}
.image-list p{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.image-list img{
    width: 32.5% !important;
    display: inline-block;
    float: left;
    height: 305px !important;
}
@media (max-width: 1200px) and (min-width: 768px){

}
@media only screen and (min-width: 768px) {
    .hide-desktop{
        display: none !important;
    }

}
@media only screen and (max-width: 768px) {
    .hide-mobile{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .logo-mobile{
        max-width: 80% !important;
    }
}