div.e-con-inner:has(header) {
    padding: 0 !important;
}

.menu_mobile.header_ittech {
    display: none;
}
header.header_ittech .menu-bar {
    display: none;
}
.header_ittech a.main_sticky_l.sticky-logo {
    display: none;
}
.header_ittech .logo a {
    margin-top: 0px;
    transition: .5s;
}
.header_ittech .logo a .logo_image {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
    height: 2.78rem;
}
.header_ittech .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_ittech .main-menu.dcsoft-header-ittech-style {
    margin-left: auto;
    background: rgba(255, 255, 255, 0);
    clear: both;
    text-align: left;
    padding: 0px;
    list-style: none;
    display: flex;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
}
.header_ittech .main-menu.dcsoft-header-ittech-style > li.menu-item > a {
    color: #fff;
    line-height: 6.94rem;
    height: 6.94rem;
    vertical-align: baseline;
    width: auto;
    display: block;
    text-transform: uppercase;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0px;
    font-size: 1.18rem;
    outline: none;
    padding: 0px .83rem 0px .83rem;
    font-family: Nunito, sans-serif;
    font-weight: 500;
}
.header_ittech .main-menu.dcsoft-header-ittech-style > li.menu-item > a:hover {
    color: #0c5adb;
}
.header_ittech .main-menu.dcsoft-header-ittech-style > li.menu-item a {
    transition: background 200ms linear, color 200ms linear, border 200ms linear;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu {
    opacity: 0;
    transform: translate(0, .69rem);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    z-index: 999;
    border-radius: 0;
    background: white;
    border: 0;
    padding: 0;
    position: absolute;
    width: max-content;
    display: block;
    visibility: hidden;
    pointer-events: auto;
    list-style: none;
    min-width: 19.44rem;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item:hover > ul.sub-menu{
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item {
    border-bottom: .07rem solid rgba(221, 221, 221, 0.611);
    position: relative;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item:last-child {
    border: none;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item a {
    display: block;
    background: white;
    color: #222;
    font-size: 1.11rem;
    padding: .21rem 1.74rem;
    line-height: 2.43rem;
    text-transform: uppercase;
    vertical-align: baseline;
    font-family: Nunito, sans-serif;
    font-weight: 500;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item:hover > a{
    background: #0c5adb;
    color: white;
}
.header_ittech ul.dcsoft-header-ittech-style > li.menu-item:hover > .mega-indicator,
.header_ittech ul.dcsoft-header-ittech-style > li.menu-item:hover > a{
    color: white;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item > ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.header_ittech .donate-btn-header {
    display: inline-block;
    margin-left: 1.11rem;
}
.header_ittech .donate-btn-header a.dtbtn {
    padding: .69rem 1.81rem;
    color: #fff;
    background: #0c5adb;
    border-radius: 2.08rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Nunito, sans-serif;
    line-height: 1.81rem;
    font-size: 1.11rem;
}
.header_ittech .donate-btn-header a.dtbtn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 2.08rem;
    background: #1266f1;
    transform: scale(0);
    transition: .5s;
}
.header_ittech .donate-btn-header a.dtbtn:hover:before {
    transform: scale(1);
}
.header_ittech .sidebar {
    position: relative;
}
.header_ittech .nav-btn.navSidebar-button {
    display: flex;
    color: #fff;
    font-size: 2.08rem;
    width: 3.47rem;
    height: 3.47rem;
    border-radius: 3.47rem;
    background: #0c5adb;
    z-index: 1;
    margin-left: .69rem;
    transition: .5s;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
}
.header_ittech .nav-btn.navSidebar-button svg {
    width: 1.67rem;
    height: auto;
}
.header_ittech .main-menu.dcsoft-header-ittech-style {
    margin-bottom: 0;
}
.info-group.xs-sidebar-group .dt-overlay {
    top: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    right: 0;
    left: 0;
    bottom: 0;
}
.info-group .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 25rem;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.info-group .sidebar-container {
    position: relative;
    top: 10.42rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}
.xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
}
.xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.info-group.xs-sidebar-group .widget-top {
    position: absolute;
    top: 1.39rem;
    right: 1.74rem;
    color: #fff;
    opacity: 1;
    font-size: 1.39rem;
    background: #0c5adb;
    width: 2.43rem;
    height: 2.43rem;
    line-height: 2.43rem;
    text-align: center;
}
.info-group .widget-top:hover .bar-close {
    transform: rotate(180deg);
    color: #181818;
}
.info-group.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
.info-group .sidebar-textwidget {
    padding: 2.78rem;
}
.info-group .sidebar-info-contents {
    margin-top: 2.78rem;
}
.info-group .sidebar-logo img {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.info-group .sidebar-content-inner {
    margin-top: 2.78rem;
}
.info-group .sidebar-title h2 {
    font-size: 1.81rem;
    margin-top: 1.04rem;
    font-weight: 600;
    margin-bottom: 1.46rem;
    color: #232323;
    font-family: Nunito, sans-serif;
    font-style: normal;
    line-height: 1.2;
    transition: .5s;
}
.info-group .sidebar-desc {
    font-family: Nunito, sans-serif;
    color: #686868;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 1.81rem;
}
.info-group .sidebar-contact-info h2 {
    font-size: 1.81rem;
    margin-bottom: 1.74rem;
    font-weight: 600;
    color: #232323;
    font-family: Nunito, sans-serif;
    font-style: normal;
    margin-top: .76rem;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
}
.info-group .sidebar-contact-info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.info-group .sidebar-contact-info ul li {
    list-style: none;
    margin-bottom: 1.04rem;
    font-weight: 400;
    font-size: 1.04rem;
    display: flex;
    gap: .69rem;
}
.info-group .sidebar-contact-info ul li .blue-bg {
    width: 2.22rem;
    height: 2.22rem;
    background: #0c5adb;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.info-group .sidebar-contact-info ul li .blue-bg img {
    width: 1.11rem;
}
.info-group .sidebar-contact-info ul li > div {
    width: calc(100% - 2.92rem);
}
.info-group .sidebar-social-icon {
    margin-top: 2.64rem;
}
.info-group .sidebar-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-group .sidebar-social-icon ul li {
    list-style: none;
    display: inline;
}
.info-group .sidebar-social-icon ul li a {
    color: #fff;
    width: 2.78rem;
    height: 2.78rem;
    background: #0a0a0a;
    border-radius: 50%;
    margin-right: .69rem;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.info-group .sidebar-social-icon ul li a img {
    height: 1.25rem;
}
.info-group .sidebar-social-icon ul li a:hover {
    background: #0c5adb;
    color: #fff;
}
.header_ittech.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 .14rem .35rem -.14rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 .14rem .35rem -.14rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 99999;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    left: 0px;
    width: 100%;
}
.header_ittech.scroll-to-fixed-fixed .content {
    max-width: 88.33rem;
    margin: auto;
}
.header_ittech.scroll-to-fixed-fixed a.main_sticky_l.sticky-logo {
    display: block;
}
.header_ittech.scroll-to-fixed-fixed .main-ts-logo {
    display: none;
}
.header_ittech.scroll-to-fixed-fixed .main-menu.dcsoft-header-ittech-style li.menu-item a {
    color: #232323;
}
.header_ittech ul.sub-menu {
    box-shadow: 0 0 .28rem rgb(0 0 0 / 10%);
}
.header_ittech ul.dcsoft-header-ittech-style > li.menu-item-has-children {
    padding-right: 1.11rem;
}
.header_ittech ul.dcsoft-header-ittech-style > li.menu-item-has-children > .mega-indicator {
    position: absolute;
    right: .35rem;
    top: calc(50% - .97rem);
    bottom: auto;
    margin: auto;
    font-size: 1.11rem;
    color: #fff;
    cursor: pointer;
    transition: background 200ms linear, color 200ms linear, border 200ms linear;
    z-index: 1;
}
.header_ittech ul.dcsoft-header-ittech-style > li.menu-item-has-children:hover > .mega-indicator,
.header_ittech ul.main-menu.dcsoft-header-ittech-style.dcsoft-header-ittech-style > li.menu-item-has-children:hover > a{
    color: #0c5adb;
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item-has-children > .mega-indicator {
    position: absolute;
    right: 1.74rem;
    top: calc(50% - .83rem);
    bottom: auto;
    margin: auto;
    font-size: 1.11rem;
    cursor: pointer;
    transition: background 200ms linear, color 200ms linear, border 200ms linear;
    transform: rotate(-90deg);
}
.header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item-has-children:hover > .mega-indicator {
    color: #fff;
}
.header_ittech.scroll-to-fixed-fixed ul.dcsoft-header-ittech-style > li.menu-item-has-children > .mega-indicator,
.header_ittech.scroll-to-fixed-fixed ul.dcsoft-header-ittech-style > li.menu-item-has-children:hover > .mega-indicator{
    color: #232323;
}
.language_menu.dcsoft-header-ittech-style {
    margin-left: 1.11rem;
}
.language_menu.dcsoft-header-ittech-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.language_menu.dcsoft-header-ittech-style li a {
    transition: background 200ms linear, color 200ms linear, border 200ms linear;
    text-transform: uppercase;
    color: #fff;
    line-height: 6.94rem;
    height: 6.94rem;
    font-size: 1rem;
    font-family: Nunito, sans-serif;
    font-weight: 500;
}
.language_menu.dcsoft-header-ittech-style li a:hover {
    color: #0c5adb;
}
ul.language_menu.dcsoft-header-ittech-style {
    padding: 0;
    list-style: none;
    margin: 0 0 0 1.11rem;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item {
    padding: 0;
    position: relative;
}
ul.language_menu.dcsoft-header-ittech-style ul.sub-menu {
    display: none;
    position: absolute;
    height: max-content;
    background-color: #344bfe;
    min-width: 9.75rem;
    top: 2.22rem;
    z-index: 99;
}
.header_ittech ul.language_menu.dcsoft-header-ittech-style .mega-indicator {
    display: none;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item:hover > ul.sub-menu {
    display: block;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item a {
    color: #ffff;
    line-height: 2.22rem;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item > ul.sub-menu li a{
    color: #fff;
    line-height: 1.81rem;
}
ul.language_menu.dcsoft-header-ittech-style ul.sub-menu > li.menu-item {
    padding: .35rem .69rem;
}
ul.language_menu.dcsoft-header-ittech-style ul.sub-menu > li.menu-item.lang-item-en img {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('/wp-content/uploads/2025/10/United_Kingdom.webp') !important;
    position: relative;
    overflow: hidden;
    object-position: -99999px 99999px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item img {
    width: 2.08rem !important;
    height: 1.38rem !important;
    margin-right: .28rem!important;
}
.header_ittech .language_menu.dcsoft-header-ittech-style li.menu-item.pll-parent-menu-item.language-en > a > img {
    background-image: url('/wp-content/uploads/2025/10/United_Kingdom.webp') !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    object-position: -99999px 99999px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header_ittech.scroll-to-fixed-fixed .language_menu.dcsoft-header-ittech-style li.menu-item a {
    color: #232323;
}
@media only screen and (max-width: 767.9px) {
    header.header_ittech {
        display: none;
    }
    .menu_mobile.header_ittech {
        display: block;
    }
    .menu_mobile.header_ittech .logo_layout {
        background-color: #fff;
        padding: 0 3.84rem;
    }
    .menu_mobile.header_ittech .logo_layout a.logo_link {
        padding: 5.89rem 0;
        display: flex;
        justify-content: center;
        transition: .5s;
    }
    .menu_mobile.header_ittech .logo_layout a.logo_link img {
        height: 10.25rem;
    }
    .menu_mobile.header_ittech .mean-bar {
        padding: 0;
        background: #0c5adb;
        float: left;
        min-height: 15.37rem;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    
    .menu_mobile.header_ittech .mean-bar .meanmenu-reveal {
        text-align: center;
        text-indent: 0px;
        font-size: 4.61rem;
        padding: 4.61rem;
        cursor: pointer;
        line-height: 5.64rem;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        float: right;
        height: 14.86rem;
        width: 14.86rem;
    }
    .header_ittech .mean-bar .meanmenu-reveal span {
        display: block;
        background: #fff;
        height: .77rem;
        margin-top: .77rem;
        width: 5.64rem;
        transition: .5s;
    }
    .main-menu.dcsoft-header-ittech-style {
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 37.4rem;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }
    .header_ittech .mean-bar .meanmenu-reveal.meanclose {
        position: relative;
    }
    .header_ittech .mean-bar .meanmenu-reveal.meanclose span:first-child {
        transform: rotate(45deg);
        position: absolute;
        top: 6.66rem;
        opacity: 1;
    }
    .header_ittech .mean-bar .meanmenu-reveal.meanclose span:last-child {
        transform: rotate(-45deg);
        position: absolute;
        top: 6.66rem;
        opacity: 1;
    }
    .header_ittech .mean-bar .meanmenu-reveal.meanclose span {
        opacity: 0;
    }
    .menu_mobile.header_ittech.opened ul.main-menu.dcsoft-header-ittech-style {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style,
    .header_ittech ul.main-menu.dcsoft-header-ittech-style ul.sub-menu{
        list-style: none;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item {
        border-top: .26rem solid#ddd;
        float: left;
        position: relative;
        width: 100%;
        padding: 0;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item:first-child {
        border-top: 0;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item > a {
        background: #f8f8f8;
        color: #232323;
        display: block;
        float: left;
        font-size: 3.59rem;
        margin: 0;
        padding: 1em 5%;
        text-align: left;
        text-transform: capitalize;
        width: 100%;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style li.menu-item ul.sub-menu {
        display: none;
        padding: 0;
        margin: 0;
        width: 100%;
        transition: opacity 1s ease-out;
        opacity: 0;
        position: relative !important;
        transform: none !important;
        visibility: visible;
        left: 0 !important;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style li.menu-item ul.sub-menu li.menu-item {
        background: #444;
        float: left;
        position: relative;
        width: 100%;
        border-top: .26rem solid #ddd;
        border-bottom: 0;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style li.menu-item ul.sub-menu li.menu-item a {
        border-top: .26rem solid rgba(255, 255, 255, 0.25);
        color: #232323!important;
        font-size: 3.59rem;
        font-weight: 500;
        opacity: 0.75;
        padding: 1em 10%;
        text-shadow: none !important;
        text-transform: capitalize;
        visibility: visible;
        width: 100%;
        background: #f8f8f8!important;
        display: block;
        float: left;
        margin: 0;
        text-align: left;
        line-height: 6.66rem;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style ul.sub-menu li.menu-item ul.sub-menu li a {
        padding: 1em 15%;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item-has-children > .mega-indicator,
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item .mega-indicator {
        background: none;
        top: -1.02rem !important;
        font-size: 4.61rem !important;
        padding: 2.82rem 3.07rem;
        text-align: right;
        right: 0 !important;
        z-index: 2;
        font-weight: 700;
        color: #232323;
        width: 100%;
        transform: none !important;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item:hover > .mega-indicator, 
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item:hover > a {
        color: #232323!important;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item  a {
        transition: .5s;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item-has-children .mega-indicator .fa-chevron-down:before {
        content: "\2b";
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item-has-children > .mega-indicator i.fa-solid,
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item-has-children .mega-indicator i.fa-solid {
        font-size: 3.59rem;
        color: #232323;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item-has-children .mega-indicator.active .fa-chevron-down:before {
        content: "\f068";
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style li.menu-item ul.sub-menu.opened {
        display: block;
        opacity: 1;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .header_ittech ul.main-menu.dcsoft-header-ittech-style > li.menu-item > a {
        height: auto;
        line-height: 6.66rem;
    }
    .header_ittech .main-menu.dcsoft-header-ittech-style>li.menu-item ul.sub-menu li.menu-item:last-child {
        border-top: .26rem solid #ddd;
    }
    .menu_mobile.header_ittech .header_mobile_social {
        position: absolute;
        right: 15.3rem;
        top: 25.61rem;
        z-index: 1000;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style li a {
        color: #fff;
        line-height: 6.66rem;
        font-size: 3.59rem;
    }
    /*language*/
    .menu_mobile.header_ittech .mean-bar .meanmenu-reveal {
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu_mobile.header_ittech .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul.sub-menu {
        display: none;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style .mega-indicator {
        display: none;
    }
    .menu_mobile .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style li.pll-parent-menu-item {
        padding: 0;
    }
    .menu_mobile .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style li.pll-parent-menu-item > a > span {
        display: none;
    }
    .menu_mobile .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style li.pll-parent-menu-item > a > img {
        width: 7.63rem !important;
        height: 5.6rem !important;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul.sub-menu li a > span {
        display: none;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul.sub-menu li.menu-item.lang-item-en img {
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url('/wp-content/uploads/2025/10/United_Kingdom.webp') !important;
        position: relative;
        overflow: hidden;
        object-position: -99999px 99999px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul.sub-menu li.menu-item img {
        width: 7.63rem !important;
        height: 5.6rem !important;
    }
    .menu_mobile .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style li.pll-parent-menu-item.language-en > a > img {
        background-image: url('/wp-content/uploads/2025/10/United_Kingdom.webp') !important;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        object-position: -99999px 99999px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .header_mobile_social .mb_language_menu.dcsoft-header-ittech-style ul.sub-menu.showed {
        display: block;
    }
}