.menu-mega-outer {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
}

.header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    outline: none;
    position: relative;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header .menu>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 47px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header.sticky-header .menu>ul>li>a:before {
    height: 41px
}

.header .menu>ul>li.menu-item-has-children>a:after {
    /* content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px */
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 25px 2rem;
    border: none;
    outline: none;
    top: 100%;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.list-item ul {
    margin-bottom: 12px;
    padding-top: 8px
}

.list-item ul li {
    line-height: normal;
    margin-bottom: 5px
}

.list-item ul li a {
    color: #79839A;
    font-size: 16px
}

.list-item ul li a:hover {
    color: #FF8625 !important
}

.header .menu>ul>li:hover>a {
    color: #FF8625
}

.header .menu>ul>li>a+.fa-solid {
    display: none
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none
}

.menu-item-has-grand-children .fa-arrow-right {
    display: none;
}

@media only screen and (min-width:1200px) {
    .down-icon-mobile-menu {
        display: none;
    }

    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        max-height: calc(100vh - 170px);
        overflow: auto;
        pointer-events: unset;
    }

    .header.sticky-header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        max-height: calc(100vh - 120px)
    }

    .header .menu>ul>li .menu-subs {
        -webkit-animation: unset !important;
        animation: unset !important;
        padding: 0px;
    }

    .menu-subs li {
        line-height: normal
    }

    .menu-subs>li>a {
        padding: px 0;
        display: inline-block;
        color: #79839A
    }

    .menu-subs>li>a:hover {
        color: #FF8625
    }

    .header .menu>ul>li {
        margin-left: 1rem
    }

    .menu-subs .list-item .solution-menu .title:before {
        display: none;
    }

    .list-item {
        padding: 25px 0 !important;
    }

    .nav-left-right-main-part {
        display: flex;
        justify-content: space-between;
        height: auto;
        width: 100%;
    }

    .nav-left-part-menu {
        width: 100%;
        height: auto;
        min-height: 360px;
        display: flex;
    }

    .work-menu .nav-left-part-menu,
    .work-menu .nav-right-part-banner {
        min-height: 390px;
    }

    .menu-subs .custom-nav-link {
        padding: 10px 20px;
        display: block;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.25;
        border: none;
        outline: none;
        position: relative;
        color: #000;
    }

    .menu-subs .custom-nav-link:not([href]):not([tabindex]) {
        color: #000;
    }

    .menu-subs .custom-nav-link:not([href]):not([tabindex]):hover,
    .menu-subs .custom-nav-link:hover {
        color: #ff8625;
    }

    .children-menu-part {
        width: 45%;
        border-right: 1px solid #d8d8d8;
        position: relative;
        height: auto;
        min-height: 100%;

    }

    .case-studies-mega-menu .children-menu-part {
        display: flex;
        flex-direction: column;
    }

    .children-menu-part>li:hover {
        background-color: #FFF8F2;
    }

    .children-menu-part>li:hover>.custom-nav-link {
        color: #FF8625;
    }

    .menu-item-has-grand-children .fa-arrow-right {
        padding: 11px 10px;
        margin-right: 12px;
        color: #000;
        opacity: 0;
        visibility: hidden;
        display: block;
    }

    .menu-item-has-grand-children.hover-active .fa-arrow-right {
        opacity: 1;
        visibility: visible;
    }

    .menu-item-has-grand-children {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .children-menu-part>li:not(:last-child) {
        border-bottom: 1px solid #D8D8D8;
    }

    .menu-item-has-grand-children.hover-active {
        background-color: #FFF8F2;
    }

    .menu-item-has-grand-children.hover-active>.custom-nav-link:not([href]):not([tabindex]),
    .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #FF8625;
    }

    .menu-item-has-grand-children.hover-active .grand-children-menu-part {
        display: block;
    }

    .grand-children-menu-part {
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        border-left: 1px solid #d8d8d8;
        display: none;
        height: auto;
        min-height: 100%;
    }

    .grand-children-menu-part .list-item {
        margin: 0;
    }

    .grand-children-menu-part .list-item .custom-nav-link {
        border-bottom: 0;
    }

    .grand-children-menu-part .list-item li {
        margin-bottom: 0;
    }

    .grand-children-menu-part .custom-nav-link {
        color: #505050;
    }

    .grand-children-menu-part .list-item li {
        margin-bottom: 0;
    }

    .nav-right-part-banner {
        background-image: url();
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 340px;
        padding: 25px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 360px;
        width: 100%;
    }

    .nav-right-part-banner:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(31, 47, 75);
        background: linear-gradient(133deg, rgba(31, 47, 75, 1) 50%, rgba(255, 134, 37, 0.3) 100%);
        opacity: 0.8;
    }

    .nav-right-part .top-text {
        margin-bottom: 20px;
    }

    .nav-right-part-banner>* {
        position: relative;
        z-index: 1;
    }

    .nav-right-part-banner .banner-title {
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .nav-right-part-banner .banner-title span {
        color: #ff8625;
        font-size: 35px;
    }

    .nav-right-part-banner .banner-content {
        color: #fff;
        margin-bottom: 10px;
        line-height: normal;
        font-size: 14px;
    }

    .nav-right-part-banner .banner-sub-title {
        line-height: normal !important;
        font-weight: 600;
        color: #fff;
        display: block;
        font-size: 16px;
    }

    .nav-right-part-banner .bottom-part {
        margin-top: auto;
    }



    .solution-menu-part .solution-children-menu {
        padding: 24px !important;
    }

    .solution-menu-part .solution-children-menu {
        padding: 24px !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .solution-menu-part .solution-children-menu .custom-nav-link {
        padding: 0 0;
        display: flex;
        align-items: center;
    }

    .solution-children-menu .solution-nav-icon {
        width: 42px;
        height: 42px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex: 0 0 42px;
        padding: 8px;
    }

    .solution-menu-part .solution-children-menu li {
        margin-bottom: 12px;
        padding-right: 20px;
    }

    .nav-right-cto-banner {
        max-width: 340px;
        background-image: url();
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 25px;
        min-height: 360px;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #1F2F4B;
        overflow: hidden;
    }

    .nav-right-cto-banner:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url();
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
    }

    .nav-right-cto-banner .banner-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .nav-right-cto-banner .banner-title span {
        font-size: 34px;
        color: #FF8625;
    }

    .nav-right-cto-banner>* {
        position: relative;
        z-index: 1;
    }

    .nav-right-cto-banner .cto-profile {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff;
        border: 3px solid #fff;
        margin-bottom: 10px;
    }

    .nav-right-cto-banner .cto-name {
        font-size: 16px;
        color: #fff;
        margin-bottom: 8px;
    }

    .nav-right-cto-banner .cto-name span {
        color: #ff8625;
    }

    .nav-right-cto-banner .banner-content {
        line-height: normal;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .nav-right-cto-banner .bottom-part {
        margin-top: auto;
    }




    .nav-right-hire-us-banner {
        max-width: 450px;
        background-image: url();
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-height: 300px;
        background-position: center;
        width: 100%;
    }

    .nav-right-hire-us-banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(159deg, rgba(0, 0, 0, 0.8) 25%, rgba(238, 58, 56, 0.3) 100%);
    }

    .nav-right-hire-us-banner .banner-title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 18px;
    }

    .nav-right-hire-us-banner .banner-title span {
        color: #ff8625;
    }

    .nav-right-hire-us-banner>* {
        position: relative;
    }

    .nav-right-hire-us-banner .banner-content {
        color: #fff;
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .nav-right-hire-us-banner .banner-sub-title {
        color: #fff;
        line-height: normal;
        font-size: 16px;
        display: block;
    }

    .nav-right-hire-us-banner .bottom-part {
        margin-top: auto;
    }


    .two-line-navigation .list-item {
        display: flex;
        flex-wrap: wrap;
    }

    .two-line-navigation .list-item li {
        width: 50%;
    }

    .two-line-navigation {
        right: calc(-100% + -23%);
        width: calc(100% + 23%);
    }


    .about-us-megamenu .nav-left-part-menu {
        width: 30%;
        background-color: #FDFDFD;
    }

    .about-us-megamenu .nav-left-part-menu .children-menu-part {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part .about-nav-top-text {
        max-width: 85%;
        padding: 20px 20px 15px;
    }

    .about-nav-right-part .about-nav-top-text .title {
        margin-bottom: 8px;
        font-family: "Montserrat-Bold";
    }

    .about-nav-right-part .about-nav-top-text .title span {
        color: #ff8625;
    }

    .about-nav-right-part .about-nav-top-text .sub-title {
        line-height: normal;
        color: #fff;
        font-size: 14px;
    }

    .about-nav-right-part.brachies-part .about-nav-top-text p {
        color: #5B5B5B;
    }

    .about-nav-our-branches-part .title {
        margin: 0 0;
        font-size: 16px;
        padding: 0 20px 10px 20px;
        font-family: "Montserrat-Bold";
    }

    .about-nav-our-branches-part .title span {
        color: #ff8625;
    }

    .download-button-nav {
        padding: 20px 20px 0;
        margin-top: auto;
    }

    .download-button-nav .btn {
        width: 100%;
    }



    .about-nav-right-part.other-menu .about-nav-top-text {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part.other-menu .bottom-part {
        margin-top: auto;
    }


    .about-nav-our-branches-list {
        display: flex;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner {
        width: 33.333%;
        padding: 20px 15px 20px 20px;
        border-right: 1px solid #D8D8D8;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner:last-child {
        border-right: 0;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        display: flex;
        align-items: center;
        line-height: normal;
    }

    .about-nav-our-branches-list-inner .country-name-flag img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: 8px;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        line-height: normal;
        display: flex;
        align-items: center;
        color: #000000;
        font-family: 'Nunito-SemiBold';
        font-size: 14px;
    }

    .about-nav-our-branches-part {
        margin-top: auto;
    }

    .about-us-megamenu .nav-left-right-main-part {
        align-items: unset;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom {
        margin-top: 10px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom a,
    .about-nav-our-branches-list-inner .addressDetailBottom p {
        font-size: 14px;
        color: #000;
        line-height: normal;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li a:before,
    .about-nav-our-branches-list-inner .addressDetailBottom li p:before {
        font-size: 16px;
        top: 1px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li {
        margin-bottom: 10px;
        line-height: 1;
    }

    .home .nav-left-part-menu {
        background-color: transparent;
    }
}

@media only screen and (min-width:1440px) {
    .menu-mega-outer {
        max-width: 1200px;
    }

    .medium-size-menu {
        max-width: 1200px;
    }

    .about-us-megamenu {
        max-width: 1100px;
    }

    .menu-subs .custom-nav-link {
        font-size: 16px;
    }

    .nav-left-part-menu {
        min-height: 400px;
    }

    .work-menu .nav-left-part-menu,
    .work-menu .nav-right-part-banner {
        min-height: 410px;
    }

    .nav-right-part .top-text {
        margin-bottom: 25px;
    }

    .nav-right-part-banner {
        max-width: 400px;
        min-height: 400px;
    }

    .nav-right-part-banner .banner-title {
        font-size: 30px;
    }

    .nav-right-part-banner .banner-title span {
        font-size: 40px;
    }

    .nav-right-cto-banner {
        max-width: 400px;
        min-height: 400px;
    }

    .nav-right-cto-banner .banner-title {
        font-size: 22px;
    }

    .nav-right-cto-banner .banner-title span {
        font-size: 38px;
    }

    .nav-right-cto-banner .cto-profile {
        width: 85px;
        height: 85px;
        border-width: 5px;
    }

    .nav-right-cto-banner .cto-name {
        font-size: 18px;
    }

    .nav-right-cto-banner .banner-content {
        font-size: 16px;
        -webkit-line-clamp: 5;
        margin-bottom: 20px;
    }

    .nav-right-hire-us-banner {
        max-width: 500px;
    }

    .nav-right-hire-us-banner .banner-title {
        font-size: 25px;
    }

    .nav-right-hire-us-banner .banner-content {
        font-size: 16px;
    }

    .nav-right-hire-us-banner .banner-sub-title {
        font-size: 20px;
    }

    .children-menu-part {
        width: 40%;
    }

    .two-line-navigation {
        right: calc(-100% + -42%);
        width: calc(100% + 42%);
    }

    .about-nav-right-part .about-nav-top-text {
        padding: 25px 25px 30px;
    }

    .about-nav-right-part .about-nav-top-text .sub-title {
        font-size: 16px;
    }

    .about-nav-our-branches-part .title {
        font-size: 18px;
        padding: 0 25px 15px 25px;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        font-size: 16px;
    }

    .about-nav-our-branches-list-inner .country-name-flag img {
        width: 21px;
        height: 21px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li a:before,
    .about-nav-our-branches-list-inner .addressDetailBottom li p:before {
        font-size: 18px;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner {
        padding: 25px;
    }
}


@media only screen and (min-width:1200px) and (max-width:1439px) {
    .nav-right-part-banner .bottom-part .btn {
        font-size: 16px;
    }

    .nav-right-cto-banner .bottom-part .btn {
        font-size: 16px;
        display: block;
        max-width: fit-content;
    }

    .nav-right-hire-us-banner .bottom-part .btn {
        font-size: 16px;
    }

    .download-button-nav .btn {
        font-size: 16px;
    }

    .menu-item-has-grand-children .fa-arrow-right {
        font-size: 14px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom a,
    .about-nav-our-branches-list-inner .addressDetailBottom p {
        padding-left: 22px;
    }
}

@media only screen and (max-width:1199px) {
    .header-middle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: #192940;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0
    }

    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        top: .5rem
    }

    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #192940;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }

    .header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .list-item ul li a {
        font-size: 14px
    }

    .header .menu>ul>li.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header .menu>ul>li>a {
        display: block;
        width: 100%;
        line-height: 2.5rem;
        padding: 0 3.125rem 0 1rem;
        font-family: 'Nunito-SemiBold';
        color: #fff;
        font-size: 16px
    }

    .header .menu>ul>li>a+.fa-solid {
        color: #fff
    }

    .header .menu>ul>li.menu-item-has-children>.custom-nav-link,
    .header .menu>ul>li .menu-item-has-grand-children>.custom-nav-link {
        width: calc(100% - 52px);
    }

    .header .menu>ul>li .menu-subs {
        background: #192940
    }

    .header .menu>ul>li .menu-subs li a,
    .header .menu>ul>li .menu-subs>ul>li>a {
        color: #fff;
        display: block;
        padding: 0.75rem 1rem
    }

    .mega-menu-sml .list-item ul h4 {
        color: #fff;
        font-size: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.25)
    }

    .case-study-menu>h4:first-child,
    .menu-mega-outer .list-item>li>ul:first-child>li>.title {
        border-top: 0px
    }

    .header .menu>ul>li .menu-subs li a {
        padding: 0.5rem 1.5rem 0.5rem
    }

    .menu-subs .list-item .case-study-menu h4 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25)
    }

    .header .menu>ul>li>a+.fa-solid {
        display: block;
        line-height: 2.5rem;
        margin-bottom: 0;
    }

    .header .menu>ul>li>a:before,
    .header .menu>ul>li.menu-item-has-children>a:after {
        display: none
    }

    .menu-mega-outer {
        padding: 0
    }

    .menu-mega-outer .row {
        margin: 0
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #192940;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 1rem;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 22px;
        line-height: 25px;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 0px solid rgba(0, 0, 0, .1);
        color: #fff;
        text-align: center;
        border: 0;
        background-color: #192940;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header .menu .parent-menu-part {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 180px;
    }

    .inner-menu {
        display: none;
    }

    .header .menu>ul>li .menu-subs {
        position: unset !important;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        padding-top: 0rem !important;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: unset;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: rgba(0, 0, 0, .55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .overlay.active {
        opacity: 1;
        visibility: visible
    }

    .children-menu-part>li {
        border-bottom: 0 !important;
    }

    .children-menu-part .menu-item-has-grand-children {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .children-menu-part>li>.custom-nav-link {
        margin-bottom: 5px;
        font-family: 'Nunito-SemiBold';
        font-size: 16px;
    }

    .grand-children-menu-part {
        display: none;
        padding-left: 25px;
        margin: 0 0 15px 0;
    }

    .grand-children-menu-part li {
        margin-bottom: 0 !important;
    }

    .grand-children-menu-part .list-item {
        padding-top: 0;
        margin-bottom: 0;
    }

    .nav-right-part,
    .about-nav-right-part {
        display: none !important;
    }

    .down-icon-mobile-menu {
        position: relative;
        font-size: 0.8rem !important;
        text-align: center;
        padding: 0 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        color: #fff;
        height: auto;
        margin-bottom: 5px;
        transition: all 0.5s;
        border-left: none !important;
    }


    .solution-children-menu .custom-nav-link {
        display: flex !important;
        align-items: center;
        font-family: 'Nunito-SemiBold';
        font-size: 16px;
    }

    .solution-children-menu .custom-nav-link .solution-nav-icon {
        margin-right: 10px;
    }

    .solution-children-menu .custom-nav-link .solution-nav-icon img {
        display: block;
    }

    .solution-children-menu .custom-nav-link:hover,
    .children-menu-part>li:hover>.custom-nav-link {
        color: #ea7e28 !important;
    }


    .menu-subs .children-menu-part {
        padding-left: 18px;
        margin: 10px 0 20px;
        position: relative;
    }

    .menu-subs .children-menu-part:after {
        content: "";
        position: absolute;
        left: 18px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }


    .about-nav-right-part {
        display: none;
    }

    .download-button-nav {
        width: 100%;
        padding: 0.5rem 1.5rem 0.5rem;
    }

    .download-button-nav .btn {
        width: 100%;
    }

    .menu ul li.active>.custom-nav-link {
        color: #FF8625;
    }

    .header .menu ul li.active>.down-icon-mobile-menu {
        color: #FF8625;
    }

    .header .menu ul li.active>.down-icon-mobile-menu {
        transform: rotate(180deg);
    }
}

@media(max-width:374px) {
    .header .menu-mobile-trigger {
        margin-left: 0.5rem
    }

    .header .btn-orange {
        padding: 7px 10px
    }
}

/* industries nav */
.industries-nav-right-part {
    background-color: #ffecdd;
    box-sizing: border-box;
    max-width: 350px;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    width: 100%;
}

.industries-banner .banner-content {
    line-height: normal;
}

.industries-banner .top-text {
    margin-bottom: 1.5rem;
}

.industries-megamenu .children-menu-part {
    width: 100%;
    border-right: 0;
}

.industries-megamenu .nav-left-part-menu {
    min-height: auto;
    flex-wrap: wrap;
}

.industries-banner .bottom-part .btn {
    display: block;
}

@media(min-width:1200px) {
    .industries-megamenu {
        max-width: 700px;
    }

    .industries-megamenu .children-menu-part {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 100%;
        padding-top: 1rem !important;
    }

    .industries-megamenu .children-menu-part li {
        width: 50%;
        position: relative;
        border-bottom: 0;
    }

    .nav-left-menu-heading {
        margin: 0 0;
        width: 100%;
        padding: 2rem 1rem 1rem;
        border-bottom: 1px solid #D8D8D8;
    }

    .industries-banner .banner-title {
        font-size: 22px;
    }

    .microsoft-megamenu .children-menu-part li {
        width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .industries-nav-right-part .bottom-part .btn {
        font-size: 14px;
    }

    .industries-banner .banner-title {
        font-size: 20px;
    }

    .industries-banner .banner-content {
        font-size: 14px;
    }
}

@media only screen and (min-width:1440px) {
    .industries-megamenu {
        max-width: 800px;
    }

    .industries-nav-right-part {
        max-width: 400px;
    }
}

@media(max-width:1199px) {

    .nav-left-menu-heading,
    .industries-nav-right-part {
        display: none;
    }
}

/* end industries nav */

/**about menu start**/
.about-nav-right-part {
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-nav-right-part:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(159deg, rgba(0, 0, 0, 0.8) 25%, rgba(238, 58, 56, 0.3) 100%);
}

.about-nav-right-part .title {
    color: #ffffff;
}

.about-nav-right-part .about-nav-top-text {
    z-index: 1;
    position: relative;
}

.about-nav-right-part.brachies-part {
    background: transparent !important;
}

.about-nav-right-part.brachies-part:before {
    display: none;
}

.about-nav-right-part.brachies-part .title {
    color: #000;
    padding-top: 0px;
}

.about-nav-right-part.contact-us-part {
    background-color: #fff !important;
    background-image: none;
}

.about-nav-right-part.contact-us-part::before {
    display: none;
}

.about-nav-right-part.contact-us-part .about-nav-top-text .title {
    color: #000000;
}

.about-nav-right-part.contact-us-part .about-nav-top-text p {
    color: #5B5B5B;
}

.about-nav-right-part.contact-us-part .about-nav-our-branches-part .title {
    color: #000000;
}

.about-nav-right-part.contact-us-part .bottom-part {
    text-align: center;
    padding: 18px 20px;
}

/**blog menu start**/
.header .about-nav-right-part.blog-menu-part {
    /*background-image: unset;
    background-color: #f3f3f3;*/
}

.header .blog-menu-part .about-nav-top-text {
    max-width: 100%;
}

.header .about-nav-right-part .about-nav-blog-menu-part {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.header .about-nav-right-part .header-blog-post {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.header .about-nav-right-part .header-blog-post .header-blog-img a {
    display: flex;
}

.header .about-nav-right-part .header-blog-featured-image {
    width: 100%;
}

.header .about-nav-right-part .header-blog-title {
    margin-bottom: 0;
    padding: 15px;
    font-size: 12px;
    line-height: normal;
    background: #ffffff;
}

.header .about-nav-right-part .header-blog-title a {
    color: currentColor;
}

/**blog menu end**/

/**about menu end**/

/* header service right part  */
.nav-right-part-content {
    padding: 25px;
    background: #312c49;
    color: #ffffff;
    width: 100%;
    max-width: 380px;
}

.nav-right-part-content .content-title span {
    color: #ff8625;
    font-family: "Montserrat-Bold";
}

.nav-right-part-content .content-text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
    color: #e4e4e4;
}

.nav-right-part-content .icon-with-text-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-right-part-content .icon-with-text-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.nav-right-part-content .icon-with-text-item .image-box {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 3px;
}

.nav-right-part-content .icon-with-text-item .image-box img {
    object-fit: contain;
}

.nav-right-part-content .icon-with-text-item .content-box .title {
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Montserrat-Medium";
}

.nav-right-part-content .icon-with-text-item .content-box .title a {
    color: #ffffff !important;
}

.nav-right-part-content .icon-with-text-item .content-box .title a:hover {
    color: #ff8625 !important;
}

.nav-right-part-content .icon-with-text-item .content-box .text {
    font-size: 14px;
    line-height: normal;
    color: #e4e4e4;
}

.nav-right-part-content .btn {
    margin-top: 30px;
    padding: 6px 30px 10px;
    width: max-content;
    min-width: unset;
}

@media(max-width:1199px) {
    .nav-right-part-content {
        display: none;
    }
}

/* header service right part  */

/* header work menu */
.work-right-part {
    min-height: 390px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 340px;
    padding: 25px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.work-right-part::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.work-right-part .portfolio-bg-shape {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    left: 0;
    bottom: -60px;
    z-index: 1;
}

.work-right-part .banner-text a {
    color: #ffffff !important;
    position: relative;
    z-index: 3;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    font-family: "Montserrat-bold";
    cursor: pointer;
    transition: all 0.3s linear;
}

.work-right-part .banner-text a:hover {
    color: #000000 !important;
}

.work-right-part .right-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 6px;
    font-size: 14px;
    transition: all 0.3slinear;
}

.work-right-part a:hover .right-icon {
    color: #FF8625;
}

/* header work menu */
.header .menu>ul>li>a>span {
    /* color: #FF8625; */
}

.ai-text {
    /* color: #FF8625; */
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 134, 37, 0.6);
}

.header .menu>ul>.ai-star-main>a {
    color: rgb(206, 11, 11)
}

.header .menu>ul>.ai-star-main:hover>a {
    color: rgb(206, 11, 11)
}


@keyframes blink {

    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.ai-star-main a {
    animation: blink 1.7s infinite ease-in-out;
    color: #121212;
    text-shadow: 0 0 10px rgba(27, 25, 23, 0.6);
}


/* new-mega menu css start */
@media only screen and (min-width: 1200px) {
    .mega-menu-main {
        width: 100%;
    }

    .mega-menu-main .children-menu-part {
        width: 100%;
        position: relative;
        height: auto;
        display: flex;
        background-color: #1F2F4B;
    }

    .mega-menu-main .nav-left-main {
        width: 55%;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content .btn {
        margin-top: auto;
    }

    .mega-menu-main .nav-right-main {
        width: 45%;
    }

    .mega-menu-main .nav-right-part-content {
        max-width: 100%;
        border-radius: 20px;
        background-image: url();
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mega-menu-main .nav-right-part-content .content-title {
        color: #ff8625;
        font-family: "Montserrat-Bold";
        font-size: 30px;
    }


    .mega-menu-main .menu-item-has-grand-children:hover .custom-nav-link {
        color: #1F2F4B;
    }

    .mega-menu-main .menu-item-has-grand-children:hover {
        background-color: #fff;
    }

    .mega-menu-main .list-item {
        padding: 0 !important;
        position: relative;
    }

    .mega-menu-main .grand-children-menu-part li {
        display: flex;
        gap: 10px;
    }

    .mega-menu-main .grand-children-menu-part {
        position: unset;
    }

    .mega-menu-main .menu-item-has-grand-children {
        justify-content: center;
        min-width: max-content;
    }

    .mega-menu-main .menu-item-has-grand-children .bold {
        font-weight: 600;
        color: #ffffff;
    }

    .mega-menu-main .children-menu-bottom-part {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 40px;
        padding: 25px 30px;
        background-color: #fff;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        /* opacity: 0;
        visibility: hidden;
        z-index: -1; */
        display: none;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active .children-menu-bottom-part {
        /* opacity: 1;
        visibility: visible;
        z-index: 9; */
        display: block;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }


    .mega-menu-main .children-menu-bottom-part .children-bottom-inner {
        display: flex;
        width: 100%;
        position: relative;
    }

    .header .menu>ul>li.menu-item-has-children:hover .mega-menu-main.menu-subs {
        overflow: unset;
    }

    .mega-menu-main .grand-children-menu-part {
        display: flex !important;
        flex-direction: column;
        border: none;
        align-items: flex-start;
    }

    .mega-menu-main .two-line-navigation .list-item li {
        align-items: center;
        width: 37%;
        margin-bottom: 30px;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active {
        background-color: white;
        border: none;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #1F2F4B;
    }

    .mega-menu-main .right-angle-icon {
        width: 7px;
        height: auto;
    }

    .mega-menu-main .two-line-navigation .list-item .custom-nav-link {
        padding: 0px 8px;
    }

    .mega-menu-main .children-menu-part>li:not(:last-child) {
        border-bottom: none;
    }

    .mega-menu-main ul.children-menu-part {
        height: 55px;
        border: none;
    }
}

@media only screen and (min-width: 1440px) {

    .mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
        font-size: 16px;
        color: #000;
    }

    .mega-menu-main .custom-nav-link {
        padding: 12px 6px;
        font-size: 17px;
        color: #fff;
    }


}

@media (max-width: 1440px) {}

.mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
    font-size: 15px;
}

.mega-menu-main .custom-nav-link {
    font-size: 16px;
}

.mega-menu-main .children-menu-bottom-part {
    width: 100%;
}

@media (max-width: 1300px) {

    .mega-menu-main .children-menu-bottom-part {
        top: 52px;
    }

    .mega-menu-main .two-line-navigation .list-item li {
        width: 40%;
        margin-bottom: 25px;
    }

    .mega-menu-main .custom-nav-link {
        font-size: 14px;
    }

    .mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
    .mega-menu-main .two-line-navigation .list-item li {
        width: 100%;
    }

    .mega-menu-main .nav-right-main {
        display: none;
    }

    .menu-item-has-grand-children.active .grand-children-menu-part {
        display: block;
    }

    .mega-menu-main .grand-children-menu-part .list-item li {
        display: flex;
    }

    .mega-menu-main .right-angle-icon {
        display: none;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content .btn {
        display: none;
    }

}


/* hire-talent-new-megamenu css start */
@media only screen and (min-width: 1200px) {
    .mega-menu-main.menu-subs .custom-nav-link:not([href]):not([tabindex]) {
        color: white;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link:not([href]):not([tabindex]),
    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #1F2F4B;
    }
}

@media only screen and (min-width: 1200px) {
    .industries-megamenu .children-menu-part li {
        width: 33.33%;
    }

    /* .header .menu>ul>li.menu-item-has-children:hover .industries-megamenu {
        max-width: 1000px;
    } */
    .menu-mega-outer.menu-mega.menu-subs.industries-megamenu.inner-menu {
        max-width: 1000px;
    }
}