@import url(../css/mobile-menu.css);

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

/* header.inner-header{position: relative;} */
header .container-fluid {
    padding: 0
}

.header_block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0rem;
}

header .menu-nav {
    transition: .4s linear .12s;
    -webkit-transition: .4s linear .12s;
    -moz-transition: .4s linear .12s;
    -ms-transition: .4s linear .12s;
    -o-transition: .4s linear .12s;
    z-index: 9;
}

.add1 header .menu-nav {
    transition-delay: 0;
}

.menu-nav>ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    border-bottom: 0.2rem solid var(--red-color);
    /* position: relative; */
}
.sticky .menu-nav>ul{ border-color: #000000;}
.menu-nav>ul .side-line {
    bottom: 0;
    left: 0;
    right: 0rem;
    height: 2px;
    width: 100%;
    transition-delay: 1s;
    transition-duration: 1s;
}

header.sticky .menu-nav>ul .side-line {
    display: none;
}

.menu-nav ul>li {
    margin: 0px 2rem;
    padding-block:4.7rem;
    list-style: none;
    transition: .6s all;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
}

header.sticky .menu-nav>ul>li {
    padding-block: 3.6rem;
    transition: .6s all;
}

.menu-nav ul>li:first-child {
    margin-left: 0
}

.menu-nav ul>li:last-of-type {
    margin-right: 0;
}

.menu-nav ul>li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font:var(--font-18);
    font-family: var(--primary-font1);
    letter-spacing: .12rem;
    position: relative;
    z-index: 2;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.menu-nav {
    display: none;
}

li.map-block a {
    border-left: 1px solid rgb(255 255 255 / 71%);
    border-right: 1px solid rgb(255 255 255 / 71%);
    margin: 0 1.5rem;
    padding: 0 1.5rem;
}

.menu-nav ul li.map-block {
    margin-left: 0;
}

.nav-logo a img{
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    justify-content: flex-start;
    display: flex;
    padding-block: 1.6rem;
    width: 260px;
        z-index: 99;
}
/* .nav-logo a img{width: 100%;} */
header.sticky .nav-logo a img{
    max-width: 200px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header.sticky {
    background: #fff;
}

header.clr-header {
    background-color: #231F20;
}

header.clr-header.sticky {
    background: var(--color-00);
}

/* .desktop-humburger-menu ul > li a {font-weight: normal;font-size: 1.4rem;color: #fff; font-weight: 500; margin: 1rem 0; display: block;}
header.sticky  .desktop-humburger-menu ul > li a {font-size: 1.4rem;} */
.menu-nav ul>li .home_box a {
    font-size: 1.4rem;
}

.menu-nav ul .dropdown-content a {
    font-size: 1.4rem;
    line-height: 1;
    padding: 1.2rem 1rem;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0;
}

.menu-nav ul li.active>a {
    color: var(--red-color);
}

.dropdown-content a:hover {
    background-color: #0000000f;
}

.nav-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-00);
}

.menu-link:hover {
    color: var(--red-color);
}


/* header.inner-header{position: relative;} */

.inner-header .menu-item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: var(--red-color);
    scale: 0 1;
    transform-origin: left;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.inner-header .menu-item.active::after {
    scale: 1 1
}

.inner-header .menu-link {
    color: var(--lightblack-color);
    position: relative;
}

.inner-header,
.inner-header.sticky {
    background: #fff
}

.inner-header.sticky .nav-logo {
    padding-block: 1rem;
}

.inner-header.sticky {
    position: fixed;
}




header .full-width {
    position: relative;
}

.sidebar {
    position: absolute;
    right: 106px;
    top: 0;
    background: #fff;
    z-index: 10;
    display: none;
}

.sidebar .sidebar-content {
    padding: 7rem 5rem 8rem 7rem;
}

.sidebar .row {
    --bs-gutter-x: 5rem
}

.sidebar li>a {
    font: var(--font-18);
    font-weight: 700;
    color: var(--color-00);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.sidebar li:not(:first-child) {
    margin-top: 2rem;
}

.sidebar .inner-links a {
    font: var(--font-14);
    font-weight: 300;
    display: block;
    color: var(--default-color);
    white-space: nowrap;
}

.sidebar .inner-links a:not(:last-child) {
    margin-bottom: .8rem;
}

.sidebar .inner-links {
    padding-block: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar .closesidebar {
    display: grid;
    position: absolute;
    right: 2.5rem;
    top: 3.5rem;
}

header.sticky .sidebar .closesidebar {
    top: 2.8rem;
}

.sidebar .closesidebar>* {
    grid-area: 1/1;
}

.sidebar .closesidebar img {
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.sidebar .closesidebar img:nth-child(2) {
    opacity: 0;
}

.sidebar .closesidebar:hover img:nth-child(2) {
    opacity: 1;
}

.sidebar .closesidebar:hover img:nth-child(1) {
    opacity: 0;
}

.sidebar a:not(:has(+.inner-links)):hover {
    color: var(--red-color);
}

.sidebar a:has(+.inner-links) {
    cursor: default;
    pointer-events: none;
}

.sidebar-footer {
    padding: 1.4rem 6rem;
    background: var(--color-00);
}

.sidebar-footer a {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    font: var(--font-18);
    color: #fff;
    font-weight: 250;
}

.sidebar-footer a em {
    font-weight: 600;
    font-style: normal;
}

/*---------------mega menu PRODUCTS & SOLUTIONS css end here--------------------*/

/*-------------------------desktop humbuger menu start here--------------------------*/
.ham_menu2:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-002);
    position: absolute;
    left: 0;
}

.ham_menu2 {
    background: var(--color-002);
    padding: 7rem 0px 5rem 24rem;
}

.menu_ham1 {
    padding: 80% 0% 6% 0%;
}

body.add1 .ham_menu2 ul li a {
    color: #fff;
}

body.add1 .desktop-humburger-menu .ham_menu2 ul li a:hover {
    color: #fff !important;
}

body.add1 .desktop-humburger-menu .ham_menu2 ul>li {
    margin-bottom: 1rem;
    display: block;
}

.desktop-humburger-menu {
    width: 0%;
    position: fixed;
    background: #E6001A;
    height: 100vh;
    top: 0;
    left: 0;
    width: 28rem;
    transform: translateX(-100%);
    transition: .5s linear;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-top: .5rem solid #ED1D24;
    z-index: 8;
}

/* body.add1:after {content: "";background: rgb(41 41 41 / 94%);position: absolute;width: 100%; height: 100%;left: 0;top: 0;z-index: 2;transition: linear .5s;} */

.hum_menu span {
    position: relative;
    width: 2.7rem;
    height: 3.4rem;
    display: block;
    cursor: pointer;
}

.hum_menu span::before,
.hum_menu span::after {
    content: '';
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.hum_menu span::before {
    background-image: url("../images/hamburger-icon.svg");
}

.hum_menu span::after {
    background-image: url("../images/hamburger-icon-bg.svg");
    opacity: 0;
}

body.add1 .hum_menu span::before {
    opacity: 0;
}

body.add1 .hum_menu span::after {
    opacity: 1;
}

header:not(.inner-header) .hum_menu span::before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* body.add1 .desktop-humburger-menu{transition-timing-function: ease-in;} */
body.add1 .desktop-humburger-menu ul>li a:hover {
    color: #fff;
}

/* li.hum_menu.clicked .desktop-humburger-menu {transition: .5s linear;transform: translateX(0%);} */

.desktop-humburger-menu ul {
    padding: 0;
    margin-bottom: 3rem;
    background: #00000015;
    padding: 2rem 0;
}

.desktop-humburger-menu ul>li {
    margin: 0;
}

.menu_ham1 h3 {
    font-size: 1.6rem;
    color: #fff;
    padding-bottom: 1.7rem;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: .12rem;
    padding-left: 3rem;
}

.desktop-humburger-menu ul>li a {
    font-weight: normal;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    margin: 1rem 0;
    display: block;
    padding-left: 4rem;
}

.desktop-humburger-menu ul>li a {
    font-weight: normal;
    font-size: 1.3rem;
    color: #fff;
    margin: 1rem 0;
}

.desktop-humburger-menu .ham_menu2 ul>li a {
    color: #fff;
}

.desktop-humburger-menu .ham_menu2 ul>li {
    margin-bottom: 1rem;
    display: block;
}

.desktop-humburger-menu .ham_menu2 ul>li a {
    color: #fff;
}

.desktop-humburger-menu h3 a {
    color: var(--color-003) !important;
}

.add1 .nav-logo {
    pointer-events: none;
    opacity: 1;
}

.add1 .menu-nav ul li.hum_menu {
    pointer-events: inherit;
}

.add1 .menu-nav ul li li {
    pointer-events: inherit !important;
}

body.hover header.sticky .menu-nav ul>li:hover .menu_block1 a {
    color: var(--color-003);
}

.menu-group-content .menu_block2 h2 a {
    color: var(--color-002);
}

.menu_block2 ul {
    padding: 0;
}

.menu_block2 ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.menu_block2 ul li a {
    color: #666;
    font-weight: normal;
}

.menu_block1 ul li a {
    position: relative;
}

.menu_block1 ul li a:after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    background: #F9F4F4 url(../images/arrow1.svg);
    position: absolute;
    right: 0px;
    box-shadow: 0px 1px .4rem #0000001A;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: .8rem .6rem;
    background-size: 32%;
}

.menu-group-content .menu_block2 h2 a:after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    background: #F9F4F4 url(../images/arrow1.svg);
    position: absolute;
    right: 0;
    box-shadow: 0px 1px .4rem #0000001A;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: .8rem .6rem;
    background-size: 32%;
}

.menu_block2 ul li a:after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    background: #F9F4F4 url(../images/arrow1.svg);
    position: absolute;
    right: 0px;
    box-shadow: 0px 1px .4rem #0000001A;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: .8rem .6rem;
    background-size: 32%;
}

.menu_block2 ul li a {
    position: relative;
    display: block;
}

.menu-nav ul>li.product-sloution .col-md-3 a:hover {
    color: #000 !important;
}

body.hover header.sticky .menu-nav ul>li .col-md-3 a:hover img {
    mix-blend-mode: darken;
}

body.hover header.sticky li:hover .menu_block2 h2 a {
    color: var(--color-002);
}

body.hover header.sticky li:hover .menu_block2 ul li a {
    color: #666;
}

.drop-menu {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    width: 35rem;
    padding: 4rem;
    display: none;
    opacity: 0;
    z-index: 99;
    box-shadow: 0px .3rem 2.4rem #0000001a;
}

.dropbtn {
    color: white;
    padding: 1.6rem;
    font-size: 1.6rem;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E6001A;
    box-shadow: 0px .8rem 1.6rem 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    border-radius: .5rem;
    padding: 1rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}

.dropdown-content a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: block;
}

/*.dropdown-content a:hover {background-color: #000;}*/
.dropdown:hover .dropdown-content {
    display: block;
}
/* body:has(.dropdown_menu:hover)::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
} */

.dropdown_menu>.dropdown_item {
    width: 100%;
    left: 0;
    position: absolute;
    top: 98%;
    transform: translateX(0) scaleY(0);
    opacity: 0;
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: #fff;
    z-index: -1;
}
.dropdown_menu>.dropdown_item {
    padding: 0;
    margin: 0;
}
.dropdown_menu.active>.dropdown_item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 130%;
    background-color: #ffffff;
    z-index: -1;
}
.dropdown_menu>.dropdown_item {
display: grid;
    grid-template-columns: 90% auto;
    padding-inline: 30.3rem 0;
padding-block: 6.6rem 14rem;
}
.dropdown_item {
    width: 100%;
    padding-left: 12.6rem;
}
.drop-down-product{
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}
.left-product-list{
        display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.header-left-product h3, .header-right-product h3{
        font: var(--font-18);
    font-weight: 600;
    margin-bottom: 3rem;
    color: #000;
}
.left-product-box{
    background-color: #F2F2F2;
    padding: 3rem;
    position: relative;
}

.left-product-box>img{    mix-blend-mode: darken;}

.left-product-list, .right-product-list{
    position: relative;
}

.left-product-list:before, .right-product-list:before{
height: .6rem;
    width: 10rem;
    background-color: var(--red-color);
    position: absolute;
    left: 0rem;
    bottom: -3rem;
    content: "";

}
.inverse .menu-nav ul>li a{
    color: #000;
}
.inverse .menu-nav ul>li a:hover {
    color: var(--red-color);
}
.header_block .menu-nav ul > li:hover > a {
    color: var(--red-color);
}
 .inverse:not(.inner-header) .hum_menu span::before  {
    filter: inherit;
    -webkit-filter: inherit;
}
/* .nav-logo a img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
} */

 .inverse .nav-logo a img{
      filter: inherit;
    -webkit-filter: inherit;
}



.left-product-box .cus-link{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.dropdown_item-img {
    position: absolute;
    left: 0;
}

.left-product-box:has(a:hover) .link-icon.icon-outline-red::before {
    background-image: url(../images/red-bg-next-icon.svg);
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown>.dropdown-menu {
    display: block;
    transform: translateX(0) scaleY(0);
    opacity: 0;
    transform-origin: top;
    background-color: #fff;
    min-width: 25rem;
    width: auto;
    box-shadow: 6px 10px 9px 0px rgb(0 0 0 / 10%);
    border: none;
    top: 80%;
    max-width: 30rem;
}
.dropdown:hover>.dropdown-menu {
    transition: transform 0.3s, opacity 0.3s;
    transform: translateX(0%) scaleY(1);
    opacity: 1;
}

.dropdown>.dropdown-menu li{
    margin: 0;
    padding-block: 0;
}
.dropdown>.dropdown-menu li a{
    font: var(--font-14);
    padding: 1.2rem 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    display: inline-flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    color: #000;
    white-space: normal;
}
.dropdown:hover>.dropdown-menu li a:hover{
    background: #0000001a;
    border-radius: 3px;
}


.dropdown-submenu>.dropdown-menu {
    background-color: #fff;
    /* width: 100%; */
    box-shadow: 6px 10px 9px 0px rgb(0 0 0 / 10%);
    border: none;
    width: max-content;
    min-width: 20rem;
    padding: 0 1rem;
    
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: var(--red-color);
    margin-top: 2%;
    margin-right: 3px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #333;
}



@media (min-width: 2000px) {
.dropdown_menu.active>.dropdown_item::before{width:200vw;left: -100vw;}

}

/* @media (min-width: 2382px) {
.dropdown_menu>.dropdown_item {
left: -100rem;
}
}
@media (min-width: 2500px) {
.dropdown_menu>.dropdown_item {
    left: -106rem;
}
}
@media (min-width: 3000px) {
.dropdown_menu>.dropdown_item {
    left: -123rem;
}
} */

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
/* ---------------ASa----- */
/* body.add1 .desktop-humburger-menu {transform: translateX(0%);}
body.add1 .menu-nav { translate: 21.4rem; position: relative;} */
@media screen and (max-width:1700px){    .nav-logo a img{max-width: 21rem;} .hum_menu span {width: 2.8rem;height: 2.8rem;}}

@media screen and (max-width:1550px){
    .nav-logo a img{max-width:20rem;}
    header.sticky .nav-logo a img {max-width: 16rem;}
    .menu-nav ul>li{margin: 0px 1rem;padding-block: 2.8rem;}
    .hum_menu span {width: 2.2rem;height: 2.2rem;}
}
@media (max-width:1450px){
    .dropdown-submenu>.dropdown-menu { min-width: 18rem;}
}
@media (max-width:1280px){
    .dropdown-submenu>.dropdown-menu { min-width: 17rem;}
}
@media screen and (max-width:1080px){
    .nav-logo{
        max-width: 200px;
    }
    .about3right p {
        padding: 5rem 3rem 2.4rem 3rem;
    }
    .leadership_profile figcaption {
        right: 0;
    }
    .leadership_profile {
        padding-right: 0;
    }

    /* .dropdown-submenu>.dropdown-menu {top: 0;right: 100%;left: inherit;margin-top: 0;margin-right: -1px;-webkit-border-radius: 6px 0px 6px 6px;-moz-border-radius: 0 6px 6px;border-radius: 6px 0px 6px 6px;}
    .dropdown-submenu>a:after {
        left: 0;
        position: absolute;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
} */
}

@media (min-width: 992px) {
    header .menu-nav {
        display: flex;
    }

    .header_block {
        justify-content: space-between;
    }


}
@media screen and (max-width:640px){
    .header_block {
        padding: 0px 6rem;
    }
}

/*-------------------------desktop humbuger menu end here--------------------------*/



/*----UIKA14041994-02-07-2025 css-start-----*/
header.inner_header{background: var(--white-color);}
header.inner_header .menu-nav ul>li a{color: var(--color-00);}
header.inner_header .hum_menu span::before{ filter:none ; -webkit-filter:none ; }
header.home_header.sticky .menu-nav ul>li a{color: var(--color-00);}

@media (max-width:1649px) {
    .menu-nav ul>li { margin: 0px 1.7rem; padding-block: 4.1rem;}
    header.sticky .menu-nav>ul>li {padding-block: 3.4rem;}

}/*---1649px-css-end--*/

@media (max-width:1399px) {

}/*---1399px-css-end--*/

@media (max-width:1280px) {

}/*---1280px-css-end--*/

@media (max-width:1199px) {
    .menu-nav ul>li {margin: 0px 1rem;padding-block: 3.6rem;}
    .menu-nav ul>li a{font: var(--font-12);}
    .nav-logo a img {max-width: 16rem;padding-block: 1rem;}
    header.sticky .nav-logo a img {max-width: 14rem;}
    header.sticky .menu-nav>ul>li {padding-block: 2.4rem;}
}/*---1199px-css-end--*/

@media (max-width:991px) {
    .nav-logo a img {max-width: 18rem;}
}/*---991px-css-end--*/

@media (max-width:767px) {

}/*---767px-css-end--*/

@media (max-width:575px) {

}/*---575px-css-end--*/

@media (max-width:350px) {

}/*---350px-css-end--*/
/*----UIKA14041994-02-07-2025 css-end-----*/

.home_header.sticky .hum_menu span::before{
    background-image: url(../images/hamburger-icon.svg);
    filter: brightness(1) invert(0);
}

.nav-logo .sticky-logo{
    display: none;
}
.sticky .nav-logo .sticky-logo{
    display: block;
}
.sticky .nav-logo .no-sticky-logo{
    display: none;
}

header.sticky .menu-nav > ul > li > ul > li > ul > li:hover > ul.heavy-comm{
    display: block;
}