.header-left,
.header-left ul {
    display: flex
}

.header {
    background: #ffff;
    /* box-shadow: 32px 64px 64px 0 rgba(158, 150, 150, .09); */
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 999999;
}

.header.blur-effect {
    backdrop-filter: blur(50px);
    /* background-color: rgba(255, 255, 255, .9); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

div#header>.contain-width {
    position: relative
}

.header-left {
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.header-left ul>li>a {
    padding: 15px 0;
    margin: 0 20px;
    color: #6E6E6E;
}

.hamburger-menu,
.header-menu>li:last-child,
.tab {
    display: none
}

.dropdown-menu {
    display: none;
    gap: 20px;
    position: absolute;
    box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    top: 60px;
    transition: .3s ease-in-out;
    margin-top: 0 !important;
    left: 100px;
    width: 100%
}

li.dropdown:hover .dropdown-menu {
    display: flex;
    transition: .3s ease-in-out;
    visibility: visible;
    opacity: 1;
    border-radius: 15px;
}

.dropdown-menu a:hover span,
a.dropdown-direct-menu.active-blue-menu,
ul.header-menu>li a:hover {
    background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-menu>div {
    display: flex;
    flex-direction: column
}

.dropdown-menu>div a:last-child,
.last-menu,
.tabs.submenu-tabs .tab-content-tabs .tab-content {
    border: none !important
}

.dropdown-menu>div a:hover {
    color: #056fec
}

.dropdown-menu>div a {
    margin: 0 !important;
    padding: 8px 0 !important;
    border-radius: 0;
    font-size: 14px
}

p.link-head,
p.link-head a {
    padding: 10px 0 5px;
    color: #056fec;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem
}

.underline-link-head {
    border-bottom: 1px solid #eae9e9
}

.submenu-dropmwnu {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    right: -92%;
    top: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    width: 250px
}

.dropdown-menu a img {
    width: 12px;
    margin-left: 5px;
    opacity: 0;
    transition: .3s ease-in-out
}

.dropdown-menu .submenu-dropmwnu a:hover img,
.dropdown-menu p.link-head.underline-link-head a:hover img {
    opacity: 1
}

.submenu-dropmwnu a.dropdown-item {
    padding: 8px 10px !important;
    display: inline-block
}

.submenu-palette:hover .submenu-dropmwnu {
    opacity: 1 !important
}

.tab-buttons {
    display: flex;
    cursor: pointer
}

.tab-buttons div {
    padding: 10px 20px;
    background-color: #fff;
    margin-right: 0;
    border: 1px solid #ccc
}

.menu-button {
    border: none;
    border-bottom: 1px solid #ccc
}

.tab-buttons .active {
    background-color: #ccc
}

.tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: -1px
}

.tab-content.active {
    display: block
}

.tabs.submenu-tabs {
    flex-direction: row;
    gap: 60px;
    width: 100%
}

.tab-content-tabs {
    flex: 1;
    width: 100%
}

.tabs.submenu-tabs .tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dropdown-menu {
    padding: 10px;
    border-radius: 0 0 30px 30px
}

.tabs.submenu-tabs .tab-buttons .menu-button,
.tabs.submenu-tabs .tab-buttons .tab-button {
    padding: 15px 30px;
    border-radius: 15px;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%
}

.tabs.submenu-tabs .tab-buttons .menu-button .header-menu-sub-icon,
.tabs.submenu-tabs .tab-buttons .tab-button .header-menu-sub-icon {
    width: 40px;
    border: none;
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #fff
}

.tabs.submenu-tabs .tab-buttons .menu-button h4,
.tabs.submenu-tabs .tab-buttons .tab-button h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0 !important
}

.tabs.submenu-tabs .tab-buttons .menu-button.active,
.tabs.submenu-tabs .tab-buttons .tab-button.active {
    background: #0263FF;
}

.tabs.submenu-tabs .tab-buttons .menu-button.active h4,
.tabs.submenu-tabs .tab-buttons .tab-button.active h4 {
    color: #fff !important
}

.header-menu-sub-icon-tabcontent img {
    opacity: 1 !important;
    height: auto;
    width: auto
}

.tabs.submenu-tabs .tab-content-tabs .tab-content ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.tabs.submenu-tabs .tab-content-tabs .tab-content ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.tabs.submenu-tabs .tab-content-tabs .tab-content.active {
    display: flex;
    gap: 60px
}

.expertise-dropdown-menu {
    width: auto !important;
    left: auto !important
}

.tabs.submenu-tabs .tab-buttons .menu-button .header-menu-sub-icon img.logo-img,
.tabs.submenu-tabs .tab-buttons .tab-button .header-menu-sub-icon img.logo-img {
    height: 40px
}

.dropdown-menu.expertise-dropdown-menu .header-menu-sub-icon,
.mobile-submenu-tabs,
a.mobile-header-none2 {
    display: none !important
}

.dropdown-menu.expertise-dropdown-menu {
    max-width: 270px;
    min-width: 250px;
    padding: 0;
    border-radius: 0
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons {
    width: 100%;
    gap: 0;
    padding: 15px 0px
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button::before,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(../img/dropdown-arrow.webp) 0 0/contain no-repeat;
    left: 10px;
    opacity: 0;
    transition: .3s ease-in-out
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button:hover::before,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button:hover::before,
.tabs.submenu-tabs .tab-content-tabs .tab-content ul li a:hover::before {
    opacity: 1 !important;
    transition: .3s ease-in-out
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button {
    border-radius: 0;
    margin-right: 0 !important;
    /* border-bottom: 1px solid #67d4fb; */
    position: relative
}

.dropdown-menu.expertise-dropdown-menu .menu-button,
.dropdown-menu.expertise-dropdown-menu .tab-button {
    background: 0 0 !important
}

.dropdown-menu.expertise-dropdown-menu h4 {
    font-size: 15px !important;
    color: #000
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button a,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button a h4,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button a,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button a h4 {
    display: block !important;
    width: 100%;
    text-align: left !important
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button:last-child,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button:last-child {
    border-bottom: none !important
}

.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .menu-button a,
.dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons .tab-button a {
    padding: 0 !important;
    font-size: 15px !important
}

.tab-content-tabs .tab-content {
    padding: 0
}

ul.header-menu>li>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

ul.header-menu>li>a img.drop-menu-icon {
    width: 12px
}

.contact-list-images,
.skype-header,
.whatsapp-header {
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.header-right.col-3 img,
.skype-header,
.whatsapp-header,
span.whatapp-and-skype a img {
    width: 30px;
    height: 30px
}

.tabs.submenu-tabs .tab-content-tabs .tab-content ul li a::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: url(../images/dropdown-arrow.webp) 0 0/contain no-repeat;
    left: -25px;
    opacity: 0;
    transition: .3s ease-in-out
}

.header-right {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
}

span.whatapp-and-skype {
    display: flex;
    align-items: center;
    justify-content: center
}

span.whatapp-and-skype a {
    justify-content: center !important
}

.dropdown-menu.dropdown-menu-sub-menu-tab {
    width: 80%
}

.header-logo {
    padding: 15px 0px 10px 0px;
}

/* .header .container {
    border-radius: 14px;
    border: 1px solid var(--Button, #126BFB);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(31.600000381469727px);
    padding: 0px 30px;
} */
ul.header-menu {
    margin-bottom: 0;
}

@media (max-width:1199.98px) {

    .dropdown-menu,
    .header-left ul {
        height: 0;
        overflow: hidden;
        transition: .3s ease-in-out
    }

    .dropdown-menu.expertise-dropdown-menu .tabs.submenu-tabs .tab-buttons {
        background: #f8fcff
    }

    .robust-security {
        padding-left: 8px;
        padding-right: 8px
    }

    .menu-button {
        background: #f0faff !important
    }

    .desktop-submenu-tabs,
    .header-right,
    a.dropdown-direct-menu.mobile-header-none1 {
        display: none !important
    }

    .mobile-submenu-tabs,
    a.mobile-header-none2 {
        display: block !important
    }

    .dropdown-menu.dropdown-menu-sub-menu-tab {
        padding: 0;
        width: 100% !important
    }

    .dropdown-menu.dropdown-menu-sub-menu-tab.active-dropdown {
        height: 200px;
        overflow: auto
    }

    .tab-buttons div {
        margin-right: 0 !important
    }

    img.drop-menu-icon-submenu {
        opacity: 1 !important
    }

    .dropdown-sub-menu-tabs a {
        align-items: center
    }

    div#header {
        transform: translateY(0) !important
    }

    .dropdown-sub-menu-tabs {
        border: none !important;
        padding: 0 !important
    }

    .dropdown-menu .dropdown-sub-menu-tabs>a {
        border: none !important;
        background: #3a3a3a;
        color: #fff;
        padding-left: 10px !important;
        font-weight: 600;
        border-radius: 10px;
        align-items: center !important
    }

    .dropdown-menu .dropdown-sub-menu-tabs>a img {
        background: #fff;
        width: 15px;
        height: 15px;
        padding: 4px;
        border-radius: 50%;
        position: relative;
        right: 10px;
        display: none
    }

    .dropdown-menu .dropdown-sub-menu-tabs .dropdown-menu-sub-menu {
        border: none;
        padding-right: 0
    }

    .dropdown-menu .dropdown-sub-menu-tabs .dropdown-menu-sub-menu a {
        border: none !important;
        border-bottom: 1px solid #ccc !important
    }

    .hamburger-menu {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        align-items: flex-end;
        position: absolute;
        right: 5px;
    }

    .header-left ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        width: 100%;
        left: 0;
        /* align-items: center; */
        /* justify-content: center; */
        background: #fff;
        gap: 0;
        padding: 0px 30px;
    }

    ul.header-menu li {
        width: 100%
    }

    .header-left ul li a {
        font-size: 16px;
        color: #333;
        display: flex;
        padding: 15px 0px;
        width: 100%;
        margin: 0;
        /* border: 1px solid #ccccccb0 !important; */
        justify-content: space-between;
    }

    .hamburger-menu span {
        width: 30px;
        height: 4px;
        background: #000000;
        border-radius: 10px
    }

    .hamburger-menu span:nth-child(2) {
        width: 20px
    }

    .header-left {
        justify-content: space-between;
        width: 100% !important
    }

    li.hamburger-menu-close span {
        display: inline-block;
        background: #fff;
        width: 30px;
        height: 4px;
        border-radius: 10px
    }

    li.hamburger-menu-close {
        display: flex;
        flex-direction: column;
        gap: 4px;
        position: absolute;
        top: 21px;
        right: 12px;
        height: 40px;
        width: 40px;
        align-items: center;
        justify-content: center
    }

    .hamburger-menu-close-submenu span:nth-child(2),
    li.hamburger-menu-close span:nth-child(2) {
        display: none
    }

    .hamburger-menu-close-submenu span:first-child,
    li.hamburger-menu-close span:first-child {
        transform: rotate(45deg)
    }

    .hamburger-menu-close-submenu span:nth-child(3),
    li.hamburger-menu-close span:nth-child(3) {
        transform: rotate(-45deg)
    }

    .dropdown-menu {
        position: relative !important;
        top: 0;
        border-radius: 0;
        width: 100%;
        z-index: 9;
        background: #333;
        display: flex;
        flex-direction: row;
        padding-top: 60px
    }

    .dropdown-menu.active-dropdown {
        top: 0 !important;
        transition: .3s ease-in-out
    }

    .dropdown-menu a {
        font-size: 14px !important
    }

    .hamburger-menu-close-submenu span {
        display: inline-block;
        width: 30px;
        height: 4px;
        border-radius: 10px;
        background: #fff
    }

    .hamburger-menu-close-submenu {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-end;
        margin-bottom: 10px;
        position: absolute;
        right: 17px;
        top: 20px
    }

    .dropdown-menu.expertise-dropdown-menu {
        max-width: 100%;
        min-width: auto
    }

    div#header>.contain-width {
        padding: 10px 0;
        position: relative
    }

    ul.header-menu.open-menu {
        height: auto;
        padding-bottom: 30px;
    }

    .dropdown-menu.expertise-dropdown-menu.active-dropdown {
        height: 170px;
        background: #fff;
        /* overflow: auto;*/
    }

    .dropdown-menu.expertise-dropdown-menu span {
        font-size: 14px !important;
        padding-left: 10px
    }
}


@media (max-width:575.98px) {
    .dropdown-menu.active-dropdown {
        flex-direction: column !important
    }
}

@media (min-width:1200px) and (max-width:1375px) {
    .header-left ul>li>a {
        margin: 0 12px
    }
}

@media (orientation:potrait) {
    #banner-part {
        height: auto !important
    }
}