.lang-container {
    position: relative;
    display: inline-block;
}

.lang-switch {
    background: transparent !important;
    border-radius: 12px;
    cursor: pointer;
    padding: 6px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    height: 45px;
    width: 62px;
    /* margin-top: 19px; */
    z-index: 10;
    right: 43px;
    position: relative;

}

.lang-switch:hover {
    background: #f9fafb;
}

.lang-switch img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.lang-switch span {
    font-weight: 500;
    color: #ffffff;
}

.dropdown {
    position: absolute;
    background: #172960 !important;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 125px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.25s ease;
}

.dropdown.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    height: 41px;
    cursor: pointer;
    color: #fff;
}

.dropdown-item:hover {
    background: #091949 !important;
}

.dropdown-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.navtop {
    display: flex;
    justify-content: center;
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #0a163c;
    display: flex;
    align-content: center;
    height: 46px;
    align-items: center;
    padding: 0px 11px;
}

header#masthead {
    margin-top: 44px;
}

.col.lang {
    display: flex;
    justify-content: flex-end;
}

icon i {
    color: #c95f09;
}

.toptext {
    color: #fff;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* /////////////////// */
/* ********************************************* */


.site-branding {
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    /*  height: 100%; */
}

.h_logo img {
    width: 100px;
}



@media screen and (max-width: 992px) {
    .site-title-text img {
        width: 57px;
    }

    .site-branding {
        height: 100%;
    }

    button.qodef-qi-button.qodef-html--link.qodef-layout--filled.qodef-icon--right.is-ready.button.is-primary {
    width: 282px !important;
    padding: 3px 5px !important;
}
}

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeOut 5s forwards;
}

.splash-logo {
    width: 50%;
    height: auto;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


.swiper-wrapper, #swiper-wrapper-4510103cff8bb4c94{
    display: flex !important;
        box-sizing: content-box;
    align-items: center !important;
}


