.primary-btn {
    background: #e62b1e;
    border: none;
    border-radius: 40px;
    color: var(--white);
    display: inline-block;
    font-family: var(--acumin_bold);
    font-size: 14px;
    line-height: 20px;
    min-width: 230px;
    padding: 25px 54px 22px;
    text-align: center;
    text-transform: uppercase;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;

}

.primary-btn:active,
.primary-btn:focus {
    color: #fff;
}

.primary-btn:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}

/* Header begins */
header {
    left: 0;
    padding: 0 120px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 15;
}

header .navbar-toggler {
    left: 30px;
    margin-right: 30px;
    position: absolute;
    top: 24px;
    width: 24px;
    z-index: 2;
}

header .navbar-toggler-icon {
    background-color: var(--dark-grey);
    display: none;
    height: 2px;
    margin-top: 5px;
    width: 24px;
}

header .navbar-toggler-icon:first-child {
    margin-top: 0;
}

header .navbar-toggler .togglerWrap span {
    transition: all 0.3s ease-in;
}

header .navbar-toggler.active .navbar-toggler-icon {
    background-color: var(--dark-grey);
}

header .navbar-toggler.active .bar2 {
    opacity: 0;
}

header .navbar-toggler.active .bar1 {
    transform: rotate(-45deg) translate(-6px, 4px);
}

header .navbar-toggler.active .bar3 {
    transform: rotate(45deg) translate(-6px, -4px);
}

header.is-sticky .navbar-toggler-icon {
    background-color: var(--dark-grey);
}

header .logo {
    align-items: center;
    display: flex;
    padding: 28px 0;
    z-index: 1;
    width: 210px;
}

header .logo h1 {
    margin-bottom: 0;
}

header .nav-social-links {
    margin-left: auto;
}

header .main-links li {

    padding: 0 16px;
}

header .main-links li a {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--dark-grey);
    text-transform: capitalize;
    position: relative;
}

header .main-links li a:hover {
    text-decoration: none;
}

header .main-links li a:before {
    background: var(--dark-grey);
    bottom: -5px;
    color: transparent;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    visibility: hidden;
    width: 0;
    transition: all 0.5s;
}

header .main-links li a:hover:before {
    visibility: visible;
    width: 100%;
}

header .main-links li.hasSubMenu.active a:before {
    visibility: visible;
    width: 100%;
}

header .btn-search {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    height: 47px;
    margin-left: 20px;
    width: 47px;
}

header.is-sticky {
    background-color: var(--white);
    border-radius: 0 0 30px 30px;
    /* box-shadow: 0px 17px 10px -10px #00000020; */
    box-shadow: 0px 20px 50px -10px #11111129;
    position: fixed;
}

header.is-sticky .logo {
    padding: 16px 0;
}

header.is-sticky li a {
    color: var(--dark-grey);
}

header.is-sticky .btn-search svg path {
    fill: var(--dark-grey);
}

/* header.is-sticky .btn-search {
  background: rgba(0, 0, 0, 0.1);
} */
header .social-links {
    display: none;
}

header .social-links .sm-icons {
    display: flex;
}

header .social-links .sm-icons li a {
    align-items: center;
    border: 1px solid var(--dark-grey);
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
    width: 32px;
}

.followUsSec .sm-icons li img {
    width: auto;
}

/* Header ends */

/*Hero Banner - Begins*/
.hero-banner-slider .swiper-slide {
    background-color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
}

.hero-banner-slider .swiper-slide picture img {
    max-height: 100vh;
    object-fit: cover;
}

.hero-banner-slider .slideData {
    display: block;
    left: 7%;
    position: absolute;
    text-align: left;
    top: 25%;
    z-index: 9;
}

.hero-banner-slider .category {
    /* background-color: var(--white);
    border: 1px solid #ebebeb;
    border-radius: 20px;
    font-family: var(--acumin_bold);
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 1em;
    padding: 12px 50px;
    text-transform: uppercase;
    display: flex;
    width: fit-content;
    margin-bottom: 20px; */
}

.hero-banner-slider h2 {
    font-family: var(--acumin_bold);
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 10px 0 10px;
    /* text-transform: capitalize; */
}

.hero-banner-slider p {
    font-family: var(--roboto_reg);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    padding-bottom: 70px;
    color: rgba(35, 31, 32, 0.8);
    width: 80%;
}

.hero-banner-slider .swiper-button-next,
.hero-banner-slider .swiper-button-prev {
    border: 1px solid #231f20;
    border-radius: 50%;
    height: 60px;
    bottom: 50px;
    width: 60px;
    z-index: 11;
}

.hero-banner-slider .swiper-button-prev::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: -90deg;
    width: 14px;
}

.hero-banner-slider .swiper-button-next::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: 90deg;
    width: 14px;
}

.hero-banner-slider .swiper-button-prev {
    left: 7%;
    top: auto;
}

.hero-banner-slider .swiper-button-next {
    left: calc(7% + 75px);
    top: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    border: 1px dashed #231f20;
}

@keyframes progress {
    0% {
        opacity: 1;
        stroke-dashoffset: -75;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

.hero-banner-slider .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
}

.hero-banner-slider .swiper-pagination-bullet--svg-animation {
    display: inline-block;
    height: 30px;
    margin: 10px 0px !important;
    transform: scale(1);
    width: 30px;
}

.hero-banner-slider .swiper-pagination-bullet--svg-animation svg {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
}

.hero-banner-slider .swiper-pagination-bullet--svg-animation .svg__circle-inner {
    stroke: none;
    fill: transparent;
    transition: all 0.7s ease;
    transition: inherit;
    fill: #e62b1e;
    opacity: 0.4;
}

.hero-banner-slider .swiper-pagination-bullet-active-main .svg__circle-inner {
    opacity: 1;
}

.hero-banner-slider .swiper-pagination-bullet-active .svg__circle {
    stroke: #e62b1e;
    stroke-dasharray: 75;
    stroke-dashoffset: 0;
    animation: progress 7s ease-in-out 1 forwards;
}

.hero-banner-slider .swiper-pagination-bullet-active .svg__circle-inner {
    fill: #e62b1e;
    stroke: none;
    width: 12px;
    opacity: 1;
}

.hero-banner-slider .swiper-pagination {
    bottom: 60px;
    left: inherit !important;
}

/*Hero Banner - Ends*/
.electrical-solutions {
    background: url(../images/homepage/bg-electrical-solutions.jpg) center center no-repeat;
    padding: 120px 120px;
}

.electrical-solutions-container {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: flex-end;
}

.electrical-solutions .box-content {
    padding-right: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}

.electrical-solutions .box-content .box {
    background-color: var(--white);
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 0;
    padding: 42px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.electrical-solutions .boxWrap>.col-6 {
    padding: 0;
    width: 100%;
}

.electrical-solutions .box-content .box .img {
    margin-bottom: 0px;
    min-height: 100px;
}

.electrical-solutions .image-container {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.electrical-solutions .box-content .boxWrap p:nth-child(2) {
    padding-right: 50px;
}

.electrical-solutions .box-content .box img {
    width: 52px;
}

.electrical-solutions .box-content p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;

    color: rgba(35, 31, 32, 0.8);
    max-width: 500px;
    width: 100%;
    margin: 0;
}

.electrical-solutions .box-content .boxWrap {
    margin-left: 0;
    margin-right: 0;

    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
}

.electrical-solutions .box-content .boxWrap p {
    color: rgb(35 31 32 / 80%);
    font-family: var(--roboto_reg);
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    letter-spacing: -0.12px;
}

.electrical-solutions .box-content .boxWrap p.heading {
    color: var(--dark-grey);
    font-family: var(--acumin_bold);
    font-size: 22px;
    letter-spacing: 0;
    opacity: 1;
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.electrical-solutions .box-video a {
    position: relative;
}

.electrical-solutions .box-video a:before {
    background-color: var(--white);
    border-radius: 50%;
    content: "";
    height: 96px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
}

.electrical-solutions .box-video a:after {
    border-color: transparent transparent transparent #ff4532;
    border-style: solid;
    border-width: 15px 0 15px 27px;
    content: "";
    height: 0px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    z-index: 2;
    margin-left: 4px;
}

.electrical-solutions h3 {
    text-align: center;
    font-family: var(--acumin_bold);
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #231f20;

}

.electrical-solutions .box-header p {
    text-align: center;
    font-family: var(--roboto_reg);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(35, 31, 32, 0.8);
}

.electrical-solutions .box-header h3 {
    text-transform: none;
}

.electrical-solutions.career_padding {
    /* padding: 50px 80px 100px; */
}

.product-solutions {
    padding: 120px 0;
    background: url("../images/Product-solutions.png") 0 center no-repeat;
    background-attachment: fixed;
}

.product-solutions .header-sectionWrap {
    /* height: 83%;
  position: absolute; */
    width: 100%;
}

.filter-body .filtersWrap.sub_nav_sticky,
.filter-body header.is-sticky {
    box-shadow: none;
}

.header-section>p {
    color: rgba(35, 31, 32, 0.8);
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
}

.product-solutions .header-section {
    padding: 0 40px;
    position: sticky;
    top: 160px;
    text-align: center;
}

.product-solutions .header-section.padBtm {
    padding-bottom: 550px;
}

.product-solutions .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(35, 31, 32, 0.8);
}



.product-solutions .productsWrap {
    display: block;
    overflow: hidden;
    padding: 0 40px;
    padding-top: 40px;
    /* position: sticky;
  top: 260px; */
}

.product-solutions .swiper-slide {
    padding-right: 30px;
    width: 810px;
}

.product-solutions .card {
    border: none;
    border-radius: 40px;
    /* box-shadow: 0px 0px 99px #0000000d; */
    /* box-shadow: 0px 0px 99px #00000014; */
    overflow: hidden;
    width: 100%;
}

.product-solutions .card h4 {
    color: var(--dark-grey);
    font-family: var(--acumin_bold);
    font-size: 52px;
    left: 60px;
    letter-spacing: 0;
    line-height: 57px;
    position: absolute;
    top: 60px;
    margin: 0;
    text-transform: capitalize;
}

.product-solutions .card p {
    bottom: 54px;
    color: var(--dark-grey);
    font-family: var(--acumin_bold);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 110px;
    transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    width: 39%;
}

.product-solutions .card a.btn-discover {
    --button-circle: 3rem;
    align-items: center;
    background: var(--brand_red);
    border: 0;
    border-radius: 50px;
    bottom: 40px;
    clip-path: inset(0 0 0 calc(100% - var(--button-circle)) round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
    display: inline-flex;
    height: 50px;
    justify-content: center;
    padding: 0 12px;
    position: absolute;
    right: 60px;
    transition: clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        -webkit-clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    width: auto;
    z-index: 9;
}

.product-solutions .card a.btn-discover span.text {
    align-items: center;
    color: var(--white);
    display: inline-flex;
    height: 100%;
    line-height: 1;
    opacity: 0;
    padding: 4px 45px 0 15px;
    transform: translate3d(-20px, 0, 0);
    transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    text-transform: uppercase;
    font-family: var(--acumin_bold);
    font-size: 12px;
}

.product-solutions .card a.btn-discover span.img {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: var(--button-circle);
    justify-content: center;
    position: absolute;
    right: 0;
    top: 1;
    transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1),
        left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    width: var(--button-circle);
}

.product-solutions .card a.btn-discover span.img img {
    width: 20px;
}

.product-solutions .card .product-img {
    transition: all 0.3s ease-in;
}

.product-solutions .card:hover .product-img {
    transform: scale(1.1);
}

.product-solutions .card:hover a.btn-discover {
    clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
}

.product-solutions .card:hover a.btn-discover span.text {
    opacity: 1;
    transform: translate(0);
}

.product-solutions .card:hover p {
    transform: translate3d(3.5rem, -4.375rem, 0);
}

.featured-product {
    overflow: hidden;
    padding: 80px 0 0;
}

.featured-product .tabContentWrapper {
    /* height: 580px; */
    height: 520px;
    overflow: hidden;
}

.featured-product .featured-product-slider {
    padding-bottom: 120px;
}

.featured-product .header-section {
    text-align: center;
}

.featured-product .header-section h3 {
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #231f20;
    margin-bottom: 10px;
}

.featured-product .header-section {
    margin-bottom: 50px;
}

.featured-product .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.8);
    margin: 0;

}

.featured-product .slideData,
.featured-product .btn-div {
    display: none;
}

.featured-product .tabs-wrapper .tabs {
    padding-bottom: 30px;
    text-align: center;
}

.featured-product .tabs-wrapper .tabs li {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    box-shadow: 0px 0px 99px #ededed14;
    cursor: pointer;
    display: inline-block;
    font-family: var(--acumin_bold);
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.1;
    margin-right: 8px;
    min-width: 220px;
    padding: 20px 16px 14px;
    transition: 0.5s;
}

.featured-product .tabs-wrapper .tabs li:hover,
.featured-product .tabs-wrapper .tabs li.active {
    background-color: #2d2b2b;
    color: var(--white);
    transition: 0.5s;
}

.featured-product .swiper-slide {
    transition: all 1s ease-in-out;
    width: 460px;
}

.featured-product .swiper-slide img {
    transform: scale(0.9);
    filter: blur(10px);
    transition: all 0.5s ease-in-out;
    height: 360px;
    width: 360px;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.featured-product .swiper-slide.swiper-slide-next-2 img {
    transform: scale(0.6);
    filter: blur(20px);
}

.featured-product .swiper-slide.swiper-slide-next-3 img {
    transform: scale(0.5);
    filter: blur(30px);
}

.featured-product .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    filter: blur(0);
}

.featured-product .swiper-3d .swiper-slide-shadow-right,
.featured-product .swiper-3d .swiper-slide-shadow-left {
    background: none;
}

.featured-product .swiper-slide.swiper-slide-prev,
.featured-product .swiper-slide.swiper-slide-prev-2,
.featured-product .swiper-slide.swiper-slide-prev-3 {
    opacity: 0;
}

.featured-product .swiper-slide.swiper-slide-prev.swiper-slide-active,
.featured-product .swiper-slide.swiper-slide-prev-2.swiper-slide-active,
.featured-product .swiper-slide.swiper-slide-prev-3.swiper-slide-active {
    opacity: 1;
}

/* .featured-product .tabContentWrapper {overflow-x: hidden;} */
.featured-product .slide-captionWrap {
    align-items: center;
    /* background-color: var(--white); */
    display: flex;
    height: 100%;
    left: 0;
    padding-left: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 38%;
    background: rgb(255, 255, 255);
    background: linear-gradient(94deg,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 0.8323704481792717) 79%,
            rgba(255, 255, 255, 0) 100%);
}

.featured-product .category {
    /* background-color: var(--white);
    border: 1px solid #ebebeb;
    border-radius: 20px;
  
    letter-spacing: -0.36px;
    line-height: 1em;
    padding: 8px 30px; */
    font-size: 20px;
    letter-spacing: 0;
    color: rgb(0 0 0 / 80%);
}

.featured-product h4 {
    font-family: var(--acumin_bold);
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 1.3;
    margin: 20px 0 10px;
}

.headerSection p {
    width: 360px;
}

.featured-product p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}

.slide-caption>.btn-wrap {
    margin-top: 60px;
}

.featured-product .btn-wrap {
    display: flex;
}

.featured-product .primary-btn,
.featured-product .white-btn {
    font-size: 14px;
    height: 60px;
    letter-spacing: -0.48px;
    line-height: 1.4em;
    margin-right: 8px;
    min-width: 196px;
    padding: 23px 45px;
}

.featured-product .white-btn,
.featured-product .share-btn {
    border: 1px solid var(--brand_red);
    border-radius: 35px;
    color: var(--brand_red);
    font-family: var(--acumin_bold);
}

.featured-product .btn-wrap a.white-btn:hover {
    background: var(--brand_red);
    color: var(--white);
}

.featured-product .share-btn {
    align-items: center;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.featured-product .share-btn svg {
    fill: var(--brand_red);
}

.featured-product .share-btn:hover {
    background: var(--brand_red);
}

.featured-product .share-btn:hover svg {
    fill: var(--white);
}

.featured-product .swiper-button-next,
.featured-product .swiper-button-prev {
    border: 1px solid #231f20;
    border-radius: 50%;
    height: 60px;
    bottom: 0px;
    width: 60px;
    z-index: 11;
}

.featured-product .swiper-button-prev::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: -90deg;
    width: 14px;
}

.featured-product .swiper-button-next::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: 90deg;
    width: 14px;
}

.featured-product .swiper-button-prev {
    left: 40.5%;
    top: auto;
}

.featured-product .swiper-button-next {
    left: calc(40.5% + 85px);
    top: auto;
}

.featured-product .swiper-button-disabled {
    border-style: dashed;
}

.banner-catalogue {
    padding: 80px 120px 80px;
}

.banner-catalogue-container picture {
    display: block;
}

.banner-catalogue-container h3 {
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 23px;
    text-transform: none;
}

.banner-catalogue .banner-catalogue-container {
    position: relative;
}

.banner-catalogue .banner-catalogue-container img {
    border-radius: 80px;
}

.banner-catalogue .banner-catalogue-container .content {
    left: 120px;
    max-width: 570px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-catalogue .banner-catalogue-container .content p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 42px;
    color: rgb(35 31 32 / 80%);
}

.banner-catalogue.single-line .banner-catalogue-container .content {
    max-width: 690px;
}

.highlights-section {
    padding: 100px 120px;
    /* background: url("../images/shynoraa/highlights-BG.png") no-repeat; */
    background-size: cover;
}

.highlights-section .boxContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.highlights-section .boxContainer .box {
    margin-bottom: 40px;
    position: relative;
}

.highlights-section .boxContainer .box p.title {
    color: var(--dark-grey);
    font-family: var(--acumin_bold);
    font-size: 24px;
    left: 0;
    opacity: 1;
    padding: 50px 50px 0 50px;
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 1.2em;
}

.highlights-section .boxContainer .box p.title.colorWhite {
    color: var(--white);
}

.highlights-section .boxContainer .box img {
    border-radius: 30px;
    height: 100%;
}

.highlights-section p {
    font-family: var(--roboto_reg);
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 0;
    opacity: 0.8;
}

.highlights-section p.heading {
    font-family: var(--acumin_bold);
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 12px;
    opacity: 1;
}

.highlights-section .boxContainer .box:first-child {
    align-items: flex-start;
    display: inline-flex;
    width: 30%;
}

.highlights-section .boxContainer .box:first-child h3 {
    padding-top: 60px;
}

.highlights-section .boxContainer .box:nth-child(2) {
    width: 40%;
}

.highlights-section .boxContainer .box:nth-child(3) {
    width: 24.5%;
}

.highlights-section .boxContainer .box:nth-child(4),
.highlights-section .boxContainer .box:nth-child(5) {
    width: 27.96%;
}

.highlights-section .boxContainer .box:nth-child(4) {
    /* margin-left: 3.6%; */
}

.highlights-section .boxContainer .box:nth-child(5) {
    /* margin-left: 2.4%; */
    margin-right: 0;
}

.highlights-section .boxContainer .box:nth-child(6) {
    margin-left: 2.4%;
    margin-right: auto;
    width: 30%;
}

.highlights-section .headingSection,
.highlights-section .bottomSection {
    display: none;
}

.events {
    padding: 80px 120px;
    overflow: hidden;
}

.events .events-container {
    position: relative;
}



.events .events-container .buttonWrap {
    position: absolute;
    right: 0;
    top: 0px;
}

.events .top-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.events .top-content h3 {
    letter-spacing: -2px;
    margin: 0;
    text-transform: none;
    text-transform: capitalize;
}

.eventsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
}

.eventsWrap .swiper-slide {
    height: auto;
}

.eventsWrap .card {
    background-color: var(--white);
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 70px #00000014;

    padding: 20px 20px 80px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.eventsWrap .card .imgWrap {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.eventsWrap .card .imgWrap img {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.eventsWrap .card:hover {
    border-color: var(--black);
}

.eventsWrap .card:hover .imgWrap img {
    scale: 1.15;
}

.eventsWrap .card .content {
    padding: 30px 20px 0;
}

.eventsWrap .card .content .cardinfo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.eventsWrap .card .content .category {
    background-color: #ededed;
    border-radius: 18px;
    display: inline-block;
    font-family: var(--acumin_bold);
    font-size: 10px;
    padding: 6px 14px 1px;
    letter-spacing: 0.4px;
}

.eventsWrap .card .duration {
    align-items: center;
    background: url(../images/homepage/icon-watch.svg) 0 0 no-repeat;
    display: inline-flex;
    min-height: 25px;
    opacity: 0.4;
    padding: 0 0 0 25px;
    font-size: 12px;
    letter-spacing: -0.36px;
    color: #231f20;
}

.eventsWrap .card .content p.info {
    font-family: var(--roboto_reg);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(35, 31, 32, 0.7);
    margin-bottom: 40px;
    margin-top: 30px;
}

.eventsWrap .card .content p.heading {
    font-family: var(--acumin_semibold);
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    max-width: 406px;
    width: 100%;
    letter-spacing: 0;
}

.eventsWrap .card .content p.date {
    font-family: var(--acumin_regular);
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0.4;
    letter-spacing: -0.36px;
}

.eventsWrap .card .content p {
    font-family: var(--acumin_regular);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgb(35 31 32 / 80%);
}

.eventsWrap .card .content .primary-btn {
    bottom: 40px;
    font-size: 10px;
    line-height: 12px;
    min-width: auto;
    padding: 16px 25px 13px;
    position: absolute;
    letter-spacing: 0;
}

.social-media-presence {
    padding: 50px 120px;
    background: url(../images/social-media-BG.jpg);
    background-size: cover;
}

.social-media-presence .heading-section {
    padding-bottom: 75px;
    text-align: center;
}

.social-media-presence .heading-section .sm-icons {
    align-items: center;
    display: inline-flex;
    margin-top: 15px;
}

.social-card {
    position: relative;
}

.social-card::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(0, 0, 0, 1) 100%);
    border-radius: 35px;
}

.social-card picture {
    display: block;
}

.social-media-presence .heading-section .sm-icons li a {
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.05); */
    border: 1.5px solid var(--dark-grey);
    border-radius: 50%;
    display: inline-flex;
    height: 85px;
    justify-content: center;
    margin-left: 20px;
    padding: 10px;
    width: 85px;
}

.social-media-presence .heading-section .sm-icons li:first-child a {
    margin-left: 0;
}

.social-media-presence .heading-section .sm-icons li svg {
    height: 25px;
    width: 25px;
}

.social-media-presence .heading-section .sm-icons li:hover .sm-icons li svg {
    fill: #fff;
}

.sm-icons li:hover a {
    background-color: #231f20;
}

.sm-icons li:hover a svg {
    fill: #fff;
}

/* global presence page css starts */

.posibilietis-wapper {
    background: url("../images/global-presence/possibility-bg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.posibilietis-content {
    padding: 100px 380px 180px 500px;
}

.posibilietis-content h3 {
    color: var(--text-color);
    text-align: left;
    font: normal normal 14px/70px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
}

.posibilietis-content p {
    text-align: left;
    font: normal normal 42px/70px var(--acumin_regular);
    letter-spacing: -2.1px;
    color: #000000;
}

.posibilietis-content span {
    font-family: var(--acumin_bold);
}

.global-our-value .our-values-text {
    width: 828px;
    padding: 80px 70px;
}

.global-our-value.our-values-wrapper {
    padding-bottom: 240px;
}

.propelling-wrapper {
    padding: 120px 120px 100px;
}

.propelling-img {
    border-radius: 50px;
    position: relative;
}

.propelling-img img {
    border-radius: 50px;
}

.propelling-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    /* padding: 150px 215px; */
    transform: translate(-50%, -50%);
}

.propelling-header h3 {
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal 72px / 1.1 var(--acumin_bold);
    letter-spacing: -2px;
    color: #ffffff;
    /* text-transform: capitalize; */
    opacity: 1;
}

.propelling-header p {
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal 16px / 1.1 var(--acumin_regular);
    letter-spacing: 0;
    color: #ffffff;
    opacity: 0.7;
    padding: 0 25%;
}

.propelling-body {
    display: flex;
    gap: 20px;
    justify-content: center;
    float: left;
    padding-top: 200px;
    margin: 0 auto;
    width: 100%;
}

.propelling-card {
    border-radius: 30px;
    padding: 30px;
    width: 390px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 30px;
    opacity: 1;
    background: #ffffff12;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.propelling-card h4 {
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal 40px/50px var(--roboto_reg);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

.propelling-card p {
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal 14px/19px var(--roboto_reg);
    letter-spacing: 0px;
    color: #ffff;
    margin: 0;
}

.social-media-presence .swiper-wrapper {
    height: 923px;
    margin: 0 auto;
    /* width: 1296px; */
}

.parsley-required,
.error-message,
.parsley-pattern,
.parsley-min,
.parsley-max,
.parsley-length,
.parsley-type {
    position: absolute;
    bottom: -26px;
}

.grecaptcha-badge {
    z-index: 1;
}

.product-solutions .productsWrap {
    margin-top: 0px;
}

.title-banner .title-bannerText p {
    max-width: 1110px;
    width: 100%;
}

.report .title-bannerText {
    padding-bottom: 0;
}

.report .title-banner h2 {

    text-transform: none;
}

.find-our-partner-sec {
    padding: 120px 0;
}

.find-our-partner-sec .help-you-form {
    padding: 0;
}

.find-our-partner-sec .help-you-form .header-section h3 {
    margin-bottom: 0;
}

.section-grid--1 {
    display: grid;
    grid-template-columns: 38% 50%;
    justify-content: space-between;
    padding: 100px 100px;
    border-radius: 80px;
    background: url(../images/downloadsec-bg1.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.card-wrappre {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.card-wrappre .tab-areaCard {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cat-card-text-mb {
    position: relative;
    padding-right: 60px;
}

.headingleft-temp .cat-card-text-mb .hoverDownload {
    bottom: 0 !important;
    right: 0 !important;
}

.headingleft-temp .tab-areaCard h5 {
    margin-bottom: 0;
}

.accordion-plus-minus {
    display: flex;
    width: 12px;
    height: 12px;
    background: #c8c0c0;
    align-items: center;
    justify-content: center;
}

.contactus-anchor-mb {
    display: flex;
    width: fit-content;
}

.swiperNav-main .navNextPrev-wrapper {
    display: flex;
    align-items: center;
    width: 172px;
    justify-content: flex-start;
    gap: 20px;
    position: absolute;
    bottom: -100px;
    left: 0;
}

.swiperNav-main .swiper,
.swiperNav-main .all-products-slider {
    position: relative;
    z-index: 0;
}

.swiperNav-main .navNextPrev-wrapper .swiper-button-next,
.swiperNav-main .navNextPrev-wrapper .swiper-button-prev {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin: 0;
    position: relative;
    transform: none;
}

.swiperNav-main .all-products-slider .navNextPrev-wrapper {
    left: 882px;
    bottom: -90px;
}

.swiperNav-main .featured-product-slider .navNextPrev-wrapper {
    left: 828px;
    bottom: 0;
}

.showMore-box .showmore-common-CTA:before {
    display: none;
}

.report .help-you-form-area {
    margin-top: 60px;
}

.contactUs-cards-sec {
    z-index: 8;
}

.prod_detail_img_slider_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #3c3535;
}

.product_details_mainWrapper .swiper-slide {

    align-items: center;
    justify-content: center;
    display: flex;
}

.prod_detail_img_slider .swiper-slide div {
    background: #fff;
    height: clamp(200px, 26.60vw, 500px);
    width: clamp(200px, 26.60vw, 500px);
    align-items: center;
    justify-content: center;
    display: flex;
}

.prod_detail_img_slider .swiper-slide img {
    width: clamp(200px, 20.83vw, 400px);
    height: clamp(200px, 20.83vw, 400px);
    object-fit: contain;
}

.prod_detail_img_slider_thumbnail .swiper-slide {
    width: 120px !important;
    height: 120px !important;
    border: 1px solid #cccccc;
    margin: 0 5px;
}

.prod_detail_img_slider_thumbnail .swiper-wrapper {
    justify-content: center;
}

.prod_details_images_wrapper {
    background: #fff;
    padding: 30px;
}

.prod_detail_img_slider {
    margin-bottom: 30px;
}

.prod_detail_img_thumbnail_wrap img {
    width: clamp(40px, 3.64vw, 70px);
    height: clamp(40px, 3.64vw, 70px);
    object-fit: contain;
}


/* Where To Buy From Componets css start */

.wheretobuy-wrapper {
    padding: 80px;
}

.wheretobuy-wrapper .header-section h3 {
    text-align: center;
    text-transform: none;
}

.Where-ToBuy-Form-area {
    padding: 28px 5%;
}

.wheretobuy-solidbtn {
    min-width: 156px;
    padding: 17px 50px;
    font-size: 14px;
}

.wheretobuy-outlinebtn {
    background: #fff;
    color: #1F2127;
    min-width: 156px;
    padding: 17px 50px;
    font-size: 14px;
    border: 1px solid #1F2127;
}

.wheretobuy-outlinebtn:hover {
    border: 1px solid transparent;
}

.WhereToBuyForm-dropdowns {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
}

.WhereToBuyForm-cardswrapper {
    padding-top: 0px;
}

.WhereToBuyForm-cardswrapper h5 {

    color: #3C3535;
    font-size: 16px;
    font-family: var(--acumin_regular);
    margin-bottom: 32px;

}

.WhereToBuyForm-cardcontent-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.WhereToBuyForm-cardIcon {
    height: 40px;
    width: 40px;
    background: rgba(245, 245, 245, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.WhereToBuyForm-cardIcon img {
    height: auto;
    width: 14px;
}

.WhereToBuyForm-cardcontent-box p {
    color: rgb(0 0 0 / 80%);
    font-size: 14px;
    font-family: var(--acumin_regular);
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;

    margin: 0;

}

.WhereToBuyForm-cardcontent>.WhereToBuyForm-cardcontent-box:first-of-type p {
    width: 85%;
}

.Where-ToBuy-Form-area .custom-dropdown__list active {
    z-index: 11;
}

.WhereToBuyForm-cardcontent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.WhereToBuyForm-cardcontent-box {
    width: 100%;
}


.WhereToBuyForm-card {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgba(228, 228, 228, 0.7);
    margin-bottom: 30px;
    border-radius: 30px;
}

.WhereToBuyForm-cardtitle h6 {
    color: #3C3535;
    font-size: 20px;
    font-family: var(--acumin_regular);
    font-weight: 700;
    word-wrap: break-word;
}

/* Where To Buy From Componets css end  */

.juicer-feed.modern .j-image img {
    margin-bottom: 0;
    height: 350px !important;
    object-fit: cover;
}

.box-header {
    margin-bottom: 40px;
}

.category img {
    width: auto;
    width: auto;
    height: 42px
}

.featured-product-slider .category img {
    width: auto;
    width: auto;
    height: 42px
}

.juicer-feed.modern li.feed-item.words .j-message {
    font-size: 14px;
    line-height: 20px;
}


.ethics_line .about-us-wrapper1 .about-us-container1-top-text p {
    display: block !important;

}

/* global presence page css starts */
@media only screen and (min-width: 1023px) {
    .social-media-presence .swiper-wrapper {
        align-items: center;
        -webkit-flex-direction: column;
        -webkit-flex-wrap: wrap;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 923px;
        justify-content: space-between;
        max-width: 1670px;
    }
}

.social-media-presence .swiper-slide {
    height: auto;
    position: relative;
    width: 23%;
}

.social-media-presence .swiper-slide:nth-child(1),
.social-media-presence .swiper-slide:nth-child(2) {
    width: 48%;
}

.social-media-presence .swiper-slide:nth-child(odd) {
    margin-bottom: 40px;
}

.social-media-presence .swiper-slide .video-play-button {
    background-color: var(--white);
    border-radius: 50%;
    height: 96px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
}

.social-media-presence .swiper-slide .video-play-button:after {
    border-color: transparent transparent transparent #ff4532;
    border-style: solid;
    border-width: 15px 0 15px 27px;
    content: "";
    height: 0px;
    left: 56%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    z-index: 2;
}

.social-media-presence .swiper-slide .card-footer {
    align-items: center;
    bottom: 20px;
    display: flex;
    gap: 13px;
    justify-content: flex-start;
    left: 30px;
    position: absolute;
}

.social-media-presence .swiper-slide .card-footer .card-footer-left {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    flex: 0 0 50px;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.social-media-presence .swiper-slide .card-footer .card-footer-right p {
    color: var(--white);
    font-family: var(--acumin_regular);
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.6px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.social-media-presence .swiper-slide .card-footer .card-footer-right span {
    color: var(--white);
    font-family: var(--acumin_regular);
    font-size: 12px;
    letter-spacing: -0.36px;
    opacity: 0.7;
}

.social-media-presence .swiper-slide .horizontal-card {
    align-items: center;
    background-color: var(--white);
    box-shadow: 0px 0px 9px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    display: flex;
    gap: 40px;
    padding: 30px;
}

.social-media-presence .swiper-slide:nth-child(2) img {
    height: 233px;
    width: 284px;
}

.social-media-presence .swiper-slide .horizontal-card p {
    font-family: var(--acumin_medium);
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 1.2em;
}

.social-media-presence .swiper-slide .horizontal-card p.heading {
    font-size: 28px;
    letter-spacing: -0.78px;
}

.social-media-presence .swiper-slide .horizontal-card a {
    color: #988bf6;
}

.social-media-presence .swiper-slide .vertical-card {
    background-color: var(--white);
    box-shadow: 0px 0px 9px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 40px;
}

.social-media-presence .swiper-slide .vertical-card .card-header {
    display: flex;
    gap: 15px;
    padding: 30px 30px 20px;
}

.social-media-presence .swiper-slide .vertical-card .card-header-left {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-presence .swiper-slide .vertical-card .card-header-right p {
    color: var(--dark-grey);
    font-family: var(--acumin_bold);
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 1em;
    margin-bottom: 0;
}

.social-media-presence .swiper-slide .vertical-card .card-header-right span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.36px;
    opacity: 0.5;
}

.social-media-presence .swiper-slide .vertical-card .card-header-right span.time {
    font-size: 10px;
}

.social-media-presence .swiper-slide .vertical-card .content {
    padding: 0 30px;
}

.social-media-presence .swiper-slide .vertical-card .content p {
    color: var(--dark-grey);
    font-family: var(--acumin_medium);
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1.2em;
}

.social-media-presence .swiper-slide .vertical-card .card-footer1 {
    padding: 30px;
}

.social-media-presence .swiper-slide .vertical-card .card-footer1 ul {
    color: var(--dark-grey);
    display: flex;
    font-family: var(--acumin_medium);
    font-size: 16px;
    gap: 30px;
    letter-spacing: -0.48px;
    line-height: 1.2em;
    align-items: center;
    justify-content: center;
}

.social-media-presence .swiper-slide .vertical-card .card-footer1 ul li a {
    display: flex;
    gap: 5px;
}

.social-media-presence .swiper-slide .vertical-card .card-footer1 ul li img {
    height: 16px;
    border-radius: 0;
}

.hideMobile {
    display: block;
}

.showMobile {
    display: none;
}

.breadcrumb {
    display: inline-block;
}

.breadcrumb-item {
    color: #231f20;
    display: inline-block;
    font-family: var(--acumin_semibold);
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
}

.breadcrumb-item a {
    color: #7d7e7d;
}

.breadcrumb-item.active {
    color: #231f20;
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #7d7e7d;
}

.breadcrumb-item+.breadcrumb-item.active::before {
    opacity: 1;
    color: #231f20;
}

.landing-banner {
    position: relative;
    text-align: right;
}

.landing-banner .slideData {
    display: block;
    left: 120px;
    position: absolute;
    text-align: left;
    top: 180px;
    width: 28%;
    z-index: 9;
}

.slideData picture img {
    max-width: 90%;
}

.landing-banner .breadcrumb {
    margin-bottom: 100px;
}

.landing-banner .category {
    background-color: var(--white);
    border: 1px solid #ebebeb;
    border-radius: 20px;
    font-family: var(--acumin_bold);
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 1em;
    padding: 15px 42px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.landing-banner h2 {
    font-family: var(--acumin_bold);
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 40px 0 10px;
}

.landing-banner p {
    font-family: var(--roboto_reg);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 70px;
    color: rgba(35, 31, 32, 0.8);
}

.landing-banner .primary-btn {
    font-size: 14px;
    min-width: 230px;
}

.banner-text-only {
    padding: 180px 120px 250px;
    position: relative;
}

.banner-text-only .slideData {
    display: block;
    text-align: center;
    width: 100%;
}

.banner-text-only .breadcrumb {
    margin-bottom: 150px;
}

.banner-text-only h2 {
    font-family: var(--acumin_bold);
    font-size: 90px;
    letter-spacing: -2.7px;
    line-height: 1em;
    margin: 0px 0 10px;
}

.banner-text-only p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 1.4em;
    margin-bottom: 0px;
}

.ingeniously-innovative.ingeniously-green-BG {
    background: url(../images/other-category-bg.png) center center no-repeat;
    background-size: cover;
}

.ingeniously-innovative.ingeniously-pink-BG {
    background: url(../images/other-category-pink-bg.jpg) center center no-repeat;
    background-size: cover;
}

.ingeniously-innovative .header-section h3 {
    text-transform: none;
}

.ingeniously-innovative {
    padding: 100px;
}

.ingeniously-innovative .header-section {
    padding-bottom: 80px;
    text-align: center;
}

.ingeniously-innovative .header-section h3 {
    letter-spacing: -2.4px;
}

.ingeniously-innovative .header-section p {
    color: var(--text-color);
    text-align: center;
    font: normal normal 16px/22px var(--roboto_Reg);
    letter-spacing: -0.16px;
    color: rgb(35, 31, 32, 0.8);
    font-size: 16px;
    line-height: 22px;
}

.ingeniously-innovative .boxsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.ingeniously-innovative .boxsContainer .box {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 32.4%;
}

.ingeniously-innovative .boxsContainer .box .content {
    bottom: -23px;
    left: 0;
    padding: 0 60px;
    position: absolute;
    width: 100%;
}

.ingeniously-innovative .boxsContainer .box .content h4 {
    font-family: var(--acumin_semibold);
    font-size: 28px;
    letter-spacing: -0.84px;
    line-height: 1.2em;
}

.ingeniously-innovative .boxsContainer .box .content p {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.4em;
    opacity: 0.7;
    height: 70px;
}

.ingeniously-innovative .boxsContainer .box .content .primary-btn {
    font-size: 10px;
    line-height: 12px;
    min-width: auto;
    opacity: 0;
    padding: 18px 33px;
}

.ingeniously-innovative .boxsContainer .box img,
.ingeniously-innovative .boxsContainer .box .content,
.ingeniously-innovative .boxsContainer .box .content .primary-btn {
    transition: all 0.5s ease-in-out;
}

.ingeniously-innovative .boxsContainer .box:hover img {
    transform: scale(1.05);
}

.ingeniously-innovative .boxsContainer .box:hover .content {
    transform: translate3d(0, -3.5rem, 0);
}

.ingeniously-innovative .boxsContainer .box:hover .primary-btn {
    opacity: 1;
}

.box img.product-img {
    height: 100%;
}

.all-products-section {
    overflow: hidden;
    padding: 100px 0 170px;
    position: relative;
    background: url(../images/all_products_section_bg.jpg) center center no-repeat;
    background-size: cover;
}

.all-products-section .contantBox {
    left: 120px;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 28%;
    z-index: 1;
    padding-top: 60px;
}

.all-products-section .contantBox h3 {}

.all-products-section .contantBox p {
    text-align: left;
    font: normal normal 16px / 22px var(--roboto_Reg);
    letter-spacing: 0;
    color: rgb(35, 31, 32, 0.8);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.all-products-section .contantBox .primary-btn {
    font-size: 14px;
    letter-spacing: 0;
    min-width: 210px;
    padding: 22px 45px 18px;
}

.all-products-slider {
    padding-right: 120px;
}

/* .all-products-section .swiper-wrapper {
  background-color: var(--white);
} */
.all-products-section .swiper-slide {
    box-shadow: 0px 0px 99px #00000008;
    border-radius: 20px;
    overflow: hidden;
    width: 340px;
}

.all-products-section .box {
    background: var(--white);
    border-radius: 20px;
}

.all-products-section .swiper-slide img {
    border-radius: 20px;
}

.all-products-section .swiper-slide h4 {
    bottom: 40px;
    font-family: var(--acumin_bold);
    font-size: 24px;
    left: 0;
    letter-spacing: -0.96px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.all-products-section .swiper-slide img {
    transition: all 0.5s ease-in-out;
}

.all-products-section .swiper-slide:hover img {
    transform: scale(1.1);
}

.all-products-section .swiper-button-next,
.all-products-section .swiper-button-prev {
    border: 1px solid #231f20;
    border-radius: 50%;
    height: 60px;
    bottom: 80px;
    width: 60px;
    z-index: 11;
}

.all-products-section .swiper-button-disabled {
    border: 1px dashed #231f20;
}

.all-products-section .swiper-button-prev::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: -90deg;
    width: 14px;
}

.all-products-section .swiper-button-next::after {
    background: url("../images/arrowTop.png") no-repeat;
    content: "";
    height: 18px;
    rotate: 90deg;
    width: 14px;
}

.all-products-section .swiper-button-prev {
    left: 46%;
    top: auto;
}

.all-products-section .swiper-button-next {
    left: calc(40% + 200px);
    top: auto;
}

.all-products-section .showonmobileonly {
    display: none;
}

.other-categories.shynora_other_catgories {
    background: url("../images/shynoraa/other-category-bg.png") no-repeat;
    background-size: cover;
}

.other-categories {
    padding: 100px 120px 100px;
}

.other-categories .header-section {
    padding-bottom: 80px;
    text-align: center;
}

.other-categories .header-section h3 {
    font-size: 90px;
    letter-spacing: -2.4px;
}

.other-categories .header-section p {
    color: rgba(35, 31, 32, 0.8);
    font-size: 16px;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
    opacity: 0.8;
}

.other-categories .boxsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    gap: 20px;
}

.other-categories .boxsContainer .box {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 31.8%;
}

.other-categories .boxsContainer .box .content {
    bottom: 0;
    left: 0;
    padding: 0 60px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.other-categories .boxsContainer .box .content h4 {
    font-family: var(--acumin_bold);
    font-size: 28px;
    letter-spacing: -0.96px;
    line-height: 1.2em;
}

.other-categories .boxsContainer .box .content p {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 1.4em;
    opacity: 0.7;
}

.other-categories .boxsContainer .box .content .primary-btn {
    font-size: 10px;
    line-height: 12px;
    min-width: auto;
    opacity: 0;
    padding: 12px 33px;
}

.other-categories .boxsContainer .box .content .primary-btn.btn-transparent {
    background: transparent;
    border: 1px solid var(--brand_red);
    color: var(--brand_red);
    margin-left: 5px;
}

.other-categories .boxsContainer .box .content h4,
.other-categories .boxsContainer .box img,
.other-categories .boxsContainer .box .content,
.other-categories .boxsContainer .box .content .primary-btn {
    transition: all 0.5s ease-in-out;
}

.other-categories .boxsContainer .box:hover h4 {
    margin-bottom: 20px;
}

.other-categories .boxsContainer .box:hover img {
    transform: scale(1.1);
}

.other-categories .boxsContainer .box:hover .content {
    transform: translate3d(0, -3.5rem, 0);
}

.other-categories .boxsContainer .box:hover .primary-btn {
    opacity: 1;
}

.filtersWrap .products-listWrap {
    padding: 0 120px 200px;
}

.products-listWrap .products-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 30px;
    margin-top: 70px;
}

.products-listWrap .products-list .productBox {
    background: #fff;
    box-shadow: 0px 0px 99px #0000000d;
    border-radius: 30px;
    /* margin-bottom: 40px; */
    overflow: hidden;
    padding: 40px 40px 0;
    position: relative;
    text-align: center;
    width: 32%;
}

.products-listWrap .products-list .productBox .category {
    background-color: #f1f1f1;
    border-radius: 15px;
    display: inline-block;
    font-family: var(--acumin_semibold);
    font-size: 12px;
    letter-spacing: -0.36px;
    line-height: 1em;
    padding: 9px 30px;
}

.products-listWrap .products-list .productBox .imgWrap {
    max-width: 250px;
    margin: 0 auto;
    transition: all 0.5s ease;
    max-height: 331px;
    overflow: hidden;
    margin-bottom: 25px;
}

.products-listWrap .products-list .productBox .primary-btn {
    font-size: 12px;
    line-height: 12px;
    min-width: auto;
    opacity: 0;
    padding: 12px 33px;
}

.products-listWrap .products-list .productBox .primary-btn.btn-transparent {
    background: transparent;
    border: 1px solid var(--brand_red);
    color: var(--brand_red);
    margin-left: 5px;
}

.products-listWrap .products-list .productBox .primary-btn.btn-transparent:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}

.products-listWrap .products-list .productBox .imgWrap img {
    transition: all 0.5s ease-in-out;
    height: 250px;
    object-fit: contain;
}

.products-listWrap .products-list .productBox .content,
.products-listWrap .products-list .productBox .primary-btn {
    transition: all 0.5s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.products-listWrap .products-list .productBox:hover .imgWrap {
    transform: scale(0.8);
}

.products-listWrap .products-list .productBox:hover .content {
    transform: translate3d(0, -3.5rem, 0);
}

.products-listWrap .products-list .productBox:hover .primary-btn {
    opacity: 1;
}

.products-listWrap .products-list .productBox .content .btnWrap a {
    height: 45px;
    line-height: 28px;
    width: 146px;
    padding: 9px 13px;
}

.products-listWrap .products-list .productBox .content h4 {
    font: normal normal 32px/40px var(--acumin_bold);
    width: 326px;
    letter-spacing: -0.96px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin: 0 auto;
}

.product-code {
    font: normal normal 20px/26px var(--roboto_Reg);
    letter-spacing: -0.2px;
    color: #231f20;
    opacity: 0.6;
}

.products-listWrap .products-list .productBox .content .btnWrap {
    margin-top: 30px;
}

/* Footer begins */
footer {
    margin-top: 20px;
}

footer .top-section {
    background-color: #515151;
    padding: 60px 120px 60px;
    position: relative;
}

footer .form-wrapper {
    background-color: var(--white);
    border-radius: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.14);
    margin: 0 auto -70px;
    padding: 50px 80px 40px;
    position: relative;
    width: calc(100% - 240px);
    z-index: 1;
}

footer .form-wrapper h4 {
    font-family: var(--acumin_bold);
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 15px;
    letter-spacing: -2.4px;
}

footer .form-wrapper .form-container {
    display: flex;
    justify-content: space-between;
}

footer .form-wrapper .form-fields {
    display: flex;
    flex: 1;
}

footer .form-wrapper .form-fields .form-field {
    padding-right: 20px;
    width: 25%;
}

footer input.form-control {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    font-size: 14px;
    height: 50px;
    opacity: 1;
    padding-left: 30px;
    padding-top: 10px;
}

footer input.form-control:focus {
    box-shadow: none;
    border: 1px solid #b2b3b7;
}

footer input.form-control::placeholder {
    color: #b2b3b7;
}

footer .form-wrapper .btn-wrap {
    flex: 0 0 150px;
}

footer .form-wrapper .primary-btn {
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    padding: 18px 48px;
    height: 50px;
}

.links-and-social-wrap {
    display: flex;
    justify-content: space-between;
}

.links-and-social-wrap .links-wrap {
    display: flex;
    width: 75%;
}

.links-and-social-wrap .links-wrap ul {
    flex: 1;
}

.links-and-social-wrap .links-wrap ul li {
    font-family: var(--acumin_regular);
    font-size: 16px;
    padding-bottom: 14px;
    letter-spacing: 0;
}

.links-and-social-wrap .links-wrap ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.links-and-social-wrap .links-wrap ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.links-and-social-wrap .links-wrap ul li li {
    font-size: 14px;
    padding-bottom: 5px;
}

.links-and-social-wrap .links-wrap ul li li a {
    color: rgba(255, 255, 255, 0.4);
}

footer .top-section .rightSection {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}

.follow-us-wrap {
    width: 100%;
}

.follow-us-wrap p,
.subscribeWrap p {
    color: var(--white);
    font-family: var(--acumin_medium);
    line-height: 1em;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 0;
}

.follow-us-wrap .sm-icons {
    align-items: center;
    display: flex;
}

.follow-us-wrap .sm-icons li a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.follow-us-wrap .sm-icons li img {
    width: auto;
}

li.sm-media-fb:hover a {
    background-color: #3b5998;
    border: 0;
}

li.sm-media-lkin:hover a {
    background-color: #0077b5;
    border: 0;
}

li.sm-media-insta:hover a {
    border: 0;
    background: radial-gradient(circle farthest-corner at 35% 90%,
            #fec564,
            transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%,
            #fec564,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%,
            #d9317a,
            transparent),
        linear-gradient(#6559ca,
            #bc318f 30%,
            #e33f5f 50%,
            #f77638 70%,
            #fec66d 100%);
}

li.sm-media-youtbe:hover a {
    background: rgba(237, 28, 36, 0.7);
    border: 0;
}

.subscribeWrap {
    width: 55%;
    display: none;
}

.subscribeWrap .input-group .form-control {
    background: #ffffff0d 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff1a;
    border-radius: 30px !important;
    color: var(--white);
    height: 60px;
    opacity: 1;
    padding-left: 30px;
    padding-top: 10px;
}

.subscribeWrap .input-group .form-control::placeholder {
    color: #b2b3b7;
}

.subscribeWrap .input-group .btn-success {
    background: var(--brand_red);
    border: 0;
    border-radius: 50px !important;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 45px;
    z-index: 9;
}

.copyrightSec {
    background-color: #474747;
    color: #fff;
    font: normal normal 14px/22px var(--acumin_light);
    padding: 20px 108px;
}

.copyrightSec .footerMenu ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.copyrightSec .footerMenu li {
    display: inline-block;
    padding: 0 8px;
}

.copyrightSec .footerMenu li a {
    color: #fff;
    display: inline-flex;
    font-family: var(--acumin_regular);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
    opacity: 0.6;
}

.copyrightSec .footerMenu li a:hover {
    opacity: 1;
}

.copyrightSec span {
    line-height: 1.4em;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--acumin_regular);
}

.copyrightSec span a {
    color: rgba(255, 255, 255, 0.6);
}

.copyrightSec span a:hover {
    color: #fff;
}

.copyrightSec a {
    color: rgba(255, 255, 255, 0.6);
}

.copyrightSec a:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* Footer Ends */
/* seclect dropdown start  */
.custom-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.custom-dropdown__button {
    align-items: center;
    background: #f5f5f5;
    border: none;
    border-radius: 45px;
    color: rgb(0 0 0/64%);
    cursor: pointer;
    display: flex;
    font: normal normal 14px/0px var(--acumin_medium);
    height: 50px;
    letter-spacing: 0;
    opacity: 1;
    padding: 0 18px;
    position: relative;
    text-align: left;
    width: 100%;
}

.custom-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.custom-dropdown__list {
    background: #fff;
    border: 1px solid #d3d3d34d;
    border-radius: 15px;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 5px 0 0;
    opacity: 0;
    opacity: 1;
    padding: 15px 0 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: scale(1, 0);
    transform-origin: top left;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.cust-listwrap {
    max-height: 300px;
    overflow: auto;
}

.cust-listwrap::-webkit-scrollbar {
    width: 2px;
}

.custom-dropdown__list-item {
    cursor: pointer;
    display: block;
    list-style-type: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.custom-dropdown__list-item a {
    border-bottom: 0 solid #fff;
    color: #383636;
    display: flex;
    font: normal normal 14px/20px var(--acumin_medium);
    justify-content: left;
    letter-spacing: 0.28px;
    margin-bottom: 10px;
    opacity: 0.8;
    padding: 0 22px;
    position: relative;
}

.custom-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}

.custom-dropdown__list-item:last-child a {
    margin: 0;
}

/* .custom-dropdown__button.custom_drp_clicked .zmdi-chevron-down {
  position: absolute;
  right: 15px;
  top: 32px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
} */
.custom-dropdown__button .zmdi-chevron-down:before,
.custom-dropdown__button .zmdi-chevron-down:after {
    background: 0 0;
    background-color: #231f20;
    border-radius: 50px;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    width: 12px;

}

.custom-dropdown__button .zmdi-chevron-down:before {
    right: -10px;
    transform: rotate(-45deg);
}

.custom-dropdown__button .zmdi-chevron-down:after {
    right: -7px;
    transform: rotate(45deg);
}

.custom-dropdown__button.chage1 .zmdi-chevron-down:before {
    transform: rotate(45deg);
}

.custom-dropdown__button.chage1 .zmdi-chevron-down:after {
    transform: rotate(-45deg);
}

.custom-dropdown-box {
    height: 125px;
    overflow-y: auto;
    max-height: fit-content;
}

.custom-dropdown-box::-webkit-scrollbar {
    width: 2px;
}

/* seclect dropdown end  */

/*Sticky right bar css start*/
.sticky-right-bar nav {
    background: transparent;
    border-radius: 20px;
    box-shadow: -3px 3px 30px #00000016;
    float: right;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
}

.sticky-right-bar nav ul {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.sticky-right-bar nav ul li {

    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 20px 10px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-out;
    width: 85px;
}

.sticky-right-bar nav ul li:first-child {
    border-radius: 20px 0 0 0;
}

.sticky-right-bar nav ul li:last-child {
    border-bottom: none;
    border-radius: 20px 0 0 20px;
}

.sticky-right-bar nav ul li:hover {
    background: var(--brand_red);
}

.sticky-right-bar ul li h6 {
    letter-spacing: -0.3px;
    color: #231f20;
    font: normal normal 10px/12px var(--acumin_bold);
    margin: 10px 0 0;
}

.sticky-right-bar nav ul li:hover h6 {
    color: var(--white);
}

.sticky-right-bar nav ul li:hover svg path {
    fill: var(--white);
}

/*Sticky right bar css end*/
/*section {display: none;}
.social-media-presence {display: block;}*/

.title-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 181px;
    z-index: 3;
    position: relative;
    flex-direction: column;
}

.title-banner .breadcrumb {
    margin: 0;
}

.search-tabs-header {
    flex-direction: column;
}

.search-tabs-header nav {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    height: 50px;
}

.search-tabs-header .nav-tabs {
    justify-content: center;
    border: none;
    gap: 10px;
}

.search-tabs-header .nav-tabs .nav-item.show .nav-link,
.search-tabs-header .nav-tabs .nav-link.active {
    border: none;
}

.search-tabs-header .nav-tabs .nav-link {
    width: 180px;
    height: 50px;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.48px;
    color: #2D2B2B;
    line-height: normal;
    border: 1px solid #EBEBEB;
}

.search-tabs-header .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2D2B2B;
}

.breadcrumb-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.title-bannerText {
    max-width: 1110px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    align-items: center;
}

.title-banner h2 {
    text-align: center;
    font: normal normal 80px/1 var(--acumin_bold);
    letter-spacing: -2px;
    line-height: 1.1;
    color: #231f20;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.title-banner p {
    text-align: center;
    font: normal normal 16px/22px var(--roboto_reg);
    letter-spacing: -0.16px;
    color: #231f20;
    opacity: 1;
    margin: 0;
    width: 100%;
}

.title-banner .primary-btn {
    min-width: 218px;
    margin-top: 82px;
}

.allevents .top-content {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.allevents .top-content h3 {
    text-align: center;
    width: 100%;
}

.allevents .top-content p {
    text-align: center;
    width: 100%;

    text-align: center;
    font: normal normal 16px/22px var(--roboto_reg);
    letter-spacing: 0;
    color: rgb(35 31 32 / 80%);
    margin: 0 25%;
}

main.contactUs .title-bannerOverlay {
    z-index: 0;
}

.allevents {
    background: url(../images/homepage/bg-electrical-solutions.jpg) center center no-repeat;
    padding: 100px 120px 100px;
    overflow: hidden;
}

.allevents .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.events .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.career-area .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.employee-area .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.allevents .card {
    width: 100%;
}

.title-bannerOverlay {
    background: url(../images/titleBanner-overlay.jpg) no-repeat;
    background-size: 100% 80%;
    background-position: top;
    position: absolute;
    right: 0;
    top: 0px;
    left: 0;
    z-index: 2;
    /* width: 100%; */
    height: 100%;
    bottom: 0;
    /* background-size: 100%; */
}

.title-bannerOverlay img {
    height: 80%;
    width: 100%;
    display: none;
}

.title-bannerOverlay1 {
    background: url(../images/life-banner.png) no-repeat;
    background-size: 100% 50%;
    background-position: right;
    position: absolute;
    right: 0;
    top: -250px;
    left: 0;
    z-index: 0;
    height: 100%;
    bottom: 0;
}

.title-bannerOverlay1 img {
    width: 100%;
    height: 85%;
    display: none;
}

.title-bannerOverlay2 {
    background: url(../images/awards-bg.png) center center no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;
    top: -185px;
    left: 0;
    z-index: -1;
    height: 100%;
    bottom: 0;
}

.title-bannerOverlay3 {
    /*background: url(../images/employee-bg.png) center center no-repeat;*/
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;
    top: -185px;
    left: 0;
    z-index: -1;
    height: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 1) 0%,
            rgba(252, 247, 235, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(255, 255, 255, 1)),
            color-stop(51%, rgba(252, 247, 235, 1)),
            color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 1) 0%,
            rgba(252, 247, 235, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(255, 255, 255, 1) 0%,
            rgba(252, 247, 235, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(255, 255, 255, 1) 0%,
            rgba(252, 247, 235, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(252, 247, 235, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.title-bannerOverlay4 {
    background: url(../images/life-indoasian-bg.png) center center no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;
    top: -185px;
    left: 0;
    z-index: -1;
    height: 100%;
    bottom: 0;
}

.allEvent-readMore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.allEvent-readMore .primary-btn {
    min-width: 218px;
}

.search {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.searchbar {
    padding: 22px 20px;
    width: 100%;
    border: solid #c8ccd0 1px;
    border-radius: 5px 0px 0px 5px;
    -webkit-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s, width 500ms ease;

    background: #ffffff;
    border: 1px solid #00000026;
    border-radius: 35px;
    opacity: 1;
    padding-left: 29%;
}

.searchbar:focus {
    outline: none;
    border: 1px solid #dcf8e2;
    box-shadow: 0 0 10px #ddf9e2;
    width: 100%;
}

.searchbar:hover {
    border-color: #dcf8e2;
    box-shadow: 0 0 10px #ddf9e2;
    width: 100%;
}

.search_button {
    height: 38px;
    margin-left: -4px;
    width: 48px;
    height: 48px;
    border: solid #c8ccd0 1px;
    border-radius: 0px 5px 5px 0px;
    border-left: 0;
    transition: 400ms ease-out;
    right: 0;
    position: absolute;
    background-color: #e62b1e;
    border-radius: 100%;
    right: 1.5%;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_button img {
    width: 18px;
}

.search_button:hover {
    background: rgba(237, 28, 36, 0.7);
}

.search .custom-dropdown {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 25%;
    margin: 10px 0;
}

.custom-dropdown-text {
    width: 100%;
    display: flex;
    text-decoration: underline;
    margin-top: 14px;
    width: 90%;
}

.custom-dropdown-textLeft {
    text-align: right;
    font: normal normal 14px/20px var(--acumin_semibold);
    letter-spacing: -0.42px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    width: 30%;
    padding-right: 2%;
}

.custom-dropdown-textRight {
    font: normal normal 12px/20px var(--acumin_medium);
    letter-spacing: -0.36px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    text-align: left;
    width: 70%;
}

.down-tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 190px 120px 100px;
}

.down-tabArea {
    width: 100%;
}

.down-tab .nav-pills .nav-link {
    text-align: left;
    font: normal normal 14px / 20px var(--roboto_reg);
    letter-spacing: .5px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 700;
    background: transparent;
    border-radius: 35px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 99px #ededed14;
    padding: 10px 25px;
    transition: all .5s ease-in-out;
}

.down-tab .nav-pills .nav-link.active,
.down-tab .nav-pills .nav-link:hover {
    background-color: #2d2b2b !important;
    color: #fff;
    padding: 10px 25px;
    border-radius: 35px;
    transition: all .5s ease-in-out;
}

.down-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.tab-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
    justify-content: flex-start;
    gap: 20px;
}

.tab-areaCard {
    width: 24%;
    background: #ffffff;
    box-shadow: 0px 0px 99px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    opacity: 1;
    padding: 27px 30px 24px 30px;
    /* margin-bottom: 20px; */
    position: relative;
    overflow: hidden;
}

.tab-areaCard .catlog {
    background: #ededed;
    border-radius: 18px;
    padding: 10px 16px 7px;
    text-align: left;
    font: normal normal 10px/12px var(--acumin_bold);
    letter-spacing: 0;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
    display: inline-flex;
    width: fit-content;
    display: none;
}

.catlog-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.catlog-img img {
    width: 30px;
}

.tab-areaCard h5 {
    text-align: left;
    font: normal normal 20px/22px var(--acumin_bold);
    letter-spacing: -0.6px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 10px;
}

.tab-areaCard p {
    text-align: left;
    font: normal normal 14px/18px var(--roboto_reg);
    letter-spacing: -0.14px;
    color: #231f20;
    opacity: 1;
    margin: 0;
}

.hoverDownload {
    background: #e62b1e 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    right: 30px;
    bottom: -50px;
    transition: all 0.7s;
    cursor: pointer;
}

.hoverDownload img {
    width: 14px;
}

.hoverDownload.resource-download {
    bottom: 30px;
}

.card-wrappre.resource-download-wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.resource-download-wrapper .cat-card-text-mb {
    padding-right: 80px;
}

.filtersWrap.search-tab-wrapper.sub_nav_sticky {
    position: relative;
    z-index: 0;
    box-shadow: unset;
}

.tab-areaCard:hover .hoverDownload {
    right: 30px;
    bottom: 30px;
    transition: all 0.7s;
}

.hoverDownload:hover {
    transition: all 0.7s;
    background: rgba(237, 28, 36, 0.7);
}

.tab-readMore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.container-main {
    width: 100%;
    padding: 0 120px;
}

.awards {
    padding: 100px 0 100px 0;
}

.awards h3 {
    text-align: center;
    text-transform: none;
}

.awards.empben {
    text-transform: capitalize;
}

.awards .header-section p {
    text-align: center;
}

.awards>p {
    text-align: center;
    opacity: 0.8;
    text-align: center;
    opacity: 0.8;
    padding: 0px 18%;
    font: normal normal 16px / 22px var(--roboto_reg);
    letter-spacing: -0.16px;
    color: rgba(35, 31, 32, 0.8);
}

.awards-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: center;
    gap: 40px;
}

.awards-areaCard {
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 0px 99px #0000000d;
    border-radius: 30px;
    opacity: 1;
}

.awards-areaImgBox {
    width: 100%;
    text-align: center;
    padding: 75px 0 80px 0;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-areaImgBox img {
    width: auto;
}

.awards-areaText {
    text-align: center;
    font: normal normal 24px/30px var(--acumin_bold);
    letter-spacing: -0.72px;
    color: #231f20;
    opacity: 1;
    width: 100%;
    padding: 0 60px 60px 60px;
}

.events.empo {
    padding: 115px;
}

.events.empo .events-container .buttonWrap {
    position: absolute;
    right: 0;
    top: 20px;
}

.employee-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    padding: 0 3%;
}

.employee-card {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 99px #ededed14;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-bottom: 0px;
    padding: 20px 40px;
}

.employee .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}

.employee-cardImg {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: start;
    height: 100px;
    align-items: flex-start;
}

.employee-cardText {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.employee-card h5 {
    font: normal normal 24px/27px var(--acumin_bold);
    letter-spacing: 0;
    color: #231f20;
    /* text-transform: capitalize; */
    opacity: 1;
    margin-bottom: 15px;
}

.employee-card p {
    text-align: left;
    font: normal normal 16px / 23px var(--roboto_reg);
    letter-spacing: 0;
    color: rgb(35 31 32 / 80%);
    opacity: 1;
    padding: 0;
    margin: 0;
}

.employee-cardImg img {
    width: 58px;
}

.career {
    padding: 100px 0 100px 0;
}

.career .container-main {
    width: 100%;
    padding: 0;
}

.career-area {
    width: 100%;
    /* display: flex; */
    display: block;
    flex-wrap: wrap;
    /* margin-top: 80px; */
    justify-content: space-between;
}

.career .careerslider {
    padding: 50px 120px 50px;
}

.career-card {
    width: 100%;
    opacity: 1;
    padding: 50px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 99px #00000014; */
    box-shadow: 0px 0px 55px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
}

.career-head {
    text-align: left;
    font: normal normal 32px/36px var(--acumin_bold);
    letter-spacing: -0.96px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: start;
}

.career-head img {
    width: auto;
    margin-right: 30px;
    position: relative;
    top: -8px;
}

.career-text {
    padding-left: 14%;
}

.career-card p {
    text-align: left;
    font: normal normal 18px/20px var(--acumin_regular);
    letter-spacing: -0.54px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.career-card h5 {
    text-align: left;
    font: normal normal 20px/60px var(--acumin_semibold);
    letter-spacing: -0.6px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 36px;
}

.career-card h5 img {
    width: auto;
}

.career-cardBtn {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.career-cardBtn .primary-btn {
    background-color: transparent;
    border: 1px solid #e62b1e;
    border-radius: 35px;
    opacity: 1;
    text-align: center;
    font: normal normal 14px/32px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #e62b1e;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 16px;
    min-width: 180px;
    height: 50px;
}

.career-cardBtn .primary-btn:hover {
    background: #e62b1e;
    color: #fff;
}

.career-cardBtn .viewMore {
    text-align: center;
    text-decoration: underline;
    font: normal normal 14px/16px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    align-items: center;
}

.life-indo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 181px 0 108px 0;
}

.life-indoLeft {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 5%;
}

.life-indoLeft .header-section p {
    text-align: left;
    font: normal normal 20px/30px var(--acumin_regular);
    letter-spacing: -0.6px;
    color: rgb(35, 31, 32, 0.8);
}

.life-indoLeft .primary-btn {
    min-width: 210px;
    padding: 20px 54px;
    margin-top: 30px;
    height: 60px;
    line-height: 24px;
}

.life-indoRight {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.life-indoLeftArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 82px;
    justify-content: space-between;
}

.life-indoBox {
    width: 48%;
}

.life-indoBox img,
.life-indoBox2 img {
    border-radius: 36px;
}

.life-BoxText {
    max-width: 313px;
    width: 100%;
    padding-top: 20px;
}

.life-BoxText h5 {
    text-align: left;
    font: normal normal 24px/26px var(--acumin_bold);
    letter-spacing: -0.72px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 10px;
}

.life-BoxText p {
    text-align: left;
    font: normal normal 16px/22px var(--acumin_regular);
    letter-spacing: -0.48px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.life-indoArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.life-indoBox2 {
    width: 100%;
}

.life-BoxText2 {
    width: 100%;
    padding-top: 40px;
}

.life-BoxText2 h5 {
    text-align: left;
    font: normal normal 42px/45px var(--acumin_bold);
    letter-spacing: -0.72px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 25px;
}

.life-BoxText2 p {
    text-align: left;
    font: normal normal 20px/24px var(--acumin_regular);
    letter-spacing: -0.48px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
    padding: 0 60px 0 0;
}

.knowmore-mob-cta {
    margin-top: 50px;
}

.careerslider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}

.filterTop-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 99px #00000014;
    border-radius: 20px;
    opacity: 1;
    margin: 0 120px;
    padding: 0 30px;
    background: #fff;
    position: relative;
    height: 85px;
    z-index: 1;
}

.filterTop-section .btnWrap {
    display: flex;
    gap: 10px;
}

.filterTop-section .section-links ul {
    display: flex;
    gap: 42px;
}

.filterTop-section .custom-dropdown {
    width: 440px;
}

.filterTop-section .btnWrap .primary-btn {
    min-width: 162px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px 10px;
    font: normal bold 14px/14px var(--acumin_bold);
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 1;
}

.filterTop-section .btnWrap .primary-btn.btn-transparent {
    background: #fff;
    border: 1px solid var(--brand_red);
    color: var(--brand_red);
}

.filterTop-section .btnWrap .primary-btn.btn-transparent:hover {
    background: var(--brand_red);
    border: 1px solid var(--brand_red);
    color: #fff;
}

.section-links ul li a {
    font: normal normal 16px/22px var(--roboto_bold);
    letter-spacing: 0;
    color: #231f20;
    text-transform: capitalize;
    opacity: 0.4;
}

.section-links ul li a:hover {
    opacity: 1;
}

.filterTop-section .custom-dropdown__button {
    height: 60px;
    background: #f6f6f6 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    font: normal normal 16px/22px var(--roboto_bold);
    letter-spacing: -0.16px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
}

.filterTop-section .custom-dropdown__button span {
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.filterTop-section .custom-dropdown__button .zmdi-chevron-down {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.5s ease;
}

/* .filterTop-section
  .custom-dropdown__button.custom_drp_clicked
  .zmdi-chevron-down {
  top: 44px;
  right: 18px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
} */

.filterTop-section .custom-dropdown__button .zmdi-chevron-down:before,
.filterTop-section .custom-dropdown__button .zmdi-chevron-down:after {
    height: 3px;
    width: 10px;
    top: 0;
    background-color: #000;
}

.filterTop-section .custom-dropdown__button .zmdi-chevron-down:before {
    right: -13px;
}

.products-listWrap {
    padding: 0px 120px;
}

.filtersWrap.sub_nav_sticky {
    z-index: 99;
    position: fixed;
    transform: translateY(0);
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    box-shadow: 0px 20px 50px -10px #11111129;
}

.filtersWrap {
    transform: translateY(0px);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.section-links ul li a.active {
    opacity: 1;
}

.switches_other_catgories {
    padding-top: 100px;
}

.filtersWrap.sub_nav_sticky.sub_nav_sticky0 {
    transform: translateY(-100px);
    opacity: 0;
    z-index: 14;
}

.sticky_prod_filter.sticky_prod_filter0 {
    transform: translateY(-100px);
    opacity: 0;
}

.filtersWrap .custom-dropdown__list-item.tab_dropdown_selected a {
    color: var(--brand_red);
}

.prod_fil_acc {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    grid-template-columns: auto auto auto auto auto auto auto;
    background: #ffffff;
}

.product_filter_wrapper {
    display: grid;
    grid-template-columns: 118px auto;
    background: #ffffff;
    padding: 30px 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease;
    justify-content: flex-start;
}

.product_filter_wrapper.sticky_prod_filter {
    position: fixed;
    top: 80px;
    width: 100%;
    /* transform: translateY(100px); */
    padding: 25px 120px;
    margin: 0 auto;

    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 16;
    box-shadow: 0px 17px 10px -10px #11111129;
}

.sticky_prod_filter_box .filterTop-section {
    box-shadow: none;
    border-radius: 0;
    padding: 0 120px;
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 80px;
}

header.is-sticky.header_sticky {
    border-radius: 0;
    background: #fff;
    z-index: 20;
    /* box-shadow: none; */
}

.prod_fil_acc .accordion-button {
    padding: 0;
    /* gap: 25px; */
    gap: 3px;
    border: none;
    box-shadow: none;
    background: #ffffff;
}

.prod_fil_acc .accordion-button {
    font: normal normal 16px/22px var(--roboto_med);
    letter-spacing: -0.16px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    align-items: flex-start;
}

.prod_fil_acc .accordion-button::after {
    opacity: 0;
}

.accordion_icons:before,
.accordion_icons:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0 0 -8px;
    background: #000000;
    border-radius: 2px;
}

.accordion_icons {
    position: absolute;
    right: 0;
}

.accordion_icons:before {
    right: 9px;
    width: 2px;
    height: 12px;
    transition: all 300ms;
    margin-top: -7.5px;
    background: #000000;
}

.accordion_icons:after {
    right: 4px;
    width: 12px;
    height: 2px;
    margin-top: -2.5px;
    background: #000000;
}

.accordion_icons.accordion_icon_collapsed:before {
    height: 0;
    margin-top: 0;
}

.fil_head {
    font: normal normal 20px/22px var(--roboto_bold);
    letter-spacing: -0.2px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    padding-right: 40px;
}

.product_filter_wrapper .accordion_icons {
    position: relative;
    right: -25px;
    top: 12px;
}

.prod_fil_acc .accordion-button:focus {
    box-shadow: none;
}

.prod_fil_acc .accordion-item {
    border: none;
    background: #ffffff;
    width: 182px;
}

.prod_fil_acc .accordion-body {
    padding: 20px 0 0;
    height: 265px;
    overflow: auto;
}

.prod_fil_acc .accordion-body::-webkit-scrollbar {
    width: 0;
}

.filter-inputs-wrapper input:focus {
    box-shadow: none;
    border-color: inherit;
}

.filter-inputs-wrapper input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: 1px solid #231f20;
    border-radius: 3px;
}

.filter-inputs-wrapper input[type="checkbox"]:checked {
    background-color: #000000;
    opacity: 1;
    border-color: unset;
    box-shadow: none;
}

.filter-inputs-wrapper label {
    font: normal normal 12px/12px var(--roboto_med);
    letter-spacing: -0.12px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    padding-left: 15px;
    cursor: pointer;
}

.filter-inputs-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter-inputs-wrapper:last-child {
    margin: 0;
}

.product_filter_wrapper_main {
    position: relative;
    margin: 50px 0 0;
    display: block;
    padding: 0 120px 0;
    height: 80px;
}

.prod_fil_col.main-filter-inputs-wrapper label {
    font: normal normal 16px/22px var(--roboto_reg);
    letter-spacing: -0.16px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;

    font-weight: 800;
    padding-right: 21px;
    cursor: pointer;
}

.main-filter-inputs-wrapper input[type="checkbox"] {
    margin: 0;
    width: 19px;
    height: 19px;
    cursor: pointer;
    border: 1px solid #231f20;
    border-radius: 3px;
}

.main-filter-inputs-wrapper input[type="checkbox"]:checked {
    background-color: #000000;
    opacity: 1;
    border-color: unset;
    box-shadow: none;
}



.main-filter-inputs-wrapper input:focus {
    box-shadow: none;
}

.filter-innerlogo {
    display: none;
}

.filter-innerlogo img {
    width: 210px;
}

.sub_nav_sticky .filter-innerlogo {
    display: inline-block;
}

/* PRODUCT DETAILS STARTS */

.product_details_mainWrapper {
    padding: 150px 120px 90px;
    display: grid;
    /* grid-template-columns: 942px auto; */
    grid-template-columns: 50% auto;
    gap: 90px;
    background: url(../images/prod_details_bg.png);
    margin-bottom: 80px;
}

.product_name_wrapper h1 {
    font: normal normal 52px/65px var(--acumin_bold);
    letter-spacing: -1.56px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.product_name_wrapper span {
    font: normal normal 28px/20px var(--acumin_bold);
    letter-spacing: -0.84px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 0.5;
}

.product_features_wrapper ul li {
    font: normal normal 20px/30px var(--acumin_medium);
    letter-spacing: -0.6px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}


.prod_details_description_col {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.product_color_wrapper p {
    margin: 0;
    font: normal normal 20px/30px var(--acumin_medium);
    letter-spacing: -0.6px;
    color: #231f20;
    text-transform: capitalize;
}

.product_color_wrapper p span {
    font-family: var(--acumin_bold);
}

.prod_detail_img {
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    padding: 115px 0;
    width: 100%;
}

.prod_detail_img img {
    max-width: 40%;
    margin: 0;
}

.prod_detail_img_grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.prod_details_images_col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
}

.prod_details_images_col::-webkit-scrollbar {
    width: 0px;
}

.product_color_wrapper ul li span {
    width: 40px;
    height: 40px;
    opacity: 1;
    display: flex;
    border-radius: 100%;
}

.product_color_wrapper ul {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.prod_color2 {
    background: #514a4c;
}

.prod_color1 {
    background: #b2b3b7;
}

p.prod_desc_h {
    margin-bottom: 20px;
    font: normal normal 20px/30px var(--acumin_bold);
    letter-spacing: -0.6px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}

.product_specification_wrapper ul li {
    font: normal normal 14px/20px var(--roboto_reg);
    letter-spacing: -0.14px;
    color: #231f20;
    position: relative;
    opacity: 1;
    padding-left: 25px;
}

.product_specification_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_specification_wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    background: url(../images/tick.svg);
    top: 2px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 17px;
}

.product_button_wrapper .prod_btn {
    font: normal normal 16px/30px var(--acumin_bold);
    letter-spacing: -0.48px;
    text-transform: uppercase;
    opacity: 1;
    width: 241px;
    height: 70px;
    border-radius: 40px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_button_wrapper {
    display: flex;
    gap: 10px;
}

.prod_btn.red_bordered {
    border: 1px solid #e62b1e;
    color: #e62b1e;
}

a.prod_btn.red_bordered:hover {
    background: var(--brand_red);
    border: 1px solid var(--brand_red);
    color: #fff;
}

.prod_btn.red_solid {
    background: #e62b1e 0% 0% no-repeat padding-box;
    color: #fff;
}

.red_solid_circle {
    width: 70px;
    height: 70px;
    border: 1px solid #e62b1e;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.red_solid_circle img {
    max-width: 22px;
}

.features_benefits {
    padding: 140px 0;
}

.features_benefits h3 {
    letter-spacing: -2.4px;
}

.features_ccard_grid {
    display: grid;
    grid-template-columns: 603px auto;
    padding: 0 120px;
    gap: 40px;
}

.features_card_wrapper {
    height: 475px;
    display: flex;
    align-items: center;
    background: red;
    border-radius: 30px;
    padding: 50px;
}

.features_card_content {
    width: 459px;
}

.features_card_content p {
    margin: 0;
    font: normal normal 18px/26px var(--roboto_reg);
    letter-spacing: -0.54px;
    color: #231f20;
    opacity: 0.6;
}

.features_card_content h4 {
    font: normal normal 36px/44px var(--acumin_semibold);
    letter-spacing: -1.08px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    width: 417px;
    margin: 0 0 20px;
}

.features_ccard_grid.reverse_grid {
    grid-template-columns: auto 603px;
    margin-top: 40px;
}

.features_benefits .header-section {
    margin-bottom: 70px;
}

.faq_sec {
    padding: 80px 0;
    background: url(../images/faq_bg.png);
}

.faq_sec .accordion-button:focus {
    border: none;
    box-shadow: none;
    background: none;
}

.faq_sec .accordion-button {
    background: none;
}

.faq_sec .accordion-button:not(.collapsed) {
    color: inherit;
}

.faq_sec .accordion-item {
    background: #fff;
}

.faq_sec .accordion-button {
    padding: 30px;
    text-transform: capitalize;
    opacity: 1;
    font: normal normal 20px/20px var(--acumin_medium);
    letter-spacing: -0.6px;
    color: #231f20;
    transition: padding 0.5s ease;
}

.faq_sec .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq_sec .accordion-body {
    padding: 0 30px 30px;
}

.faq_sec .accordion-header {
    font: inherit;
}

.faq_sec .accordion-body p {
    font: normal normal 18px/25px var(--roboto_med);
    letter-spacing: -0.54px;
    color: #231f20;
    opacity: 0.6;
    margin: 0;
}

.faq_sec .accordion-button:not(.collapsed)::after {
    background: url(../images/minus_dark.svg) no-repeat center;
    background-size: cover;
    width: 14px;
    height: 2px;
}

.faq_sec .accordion-button::after {
    background: url(../images/plus_dark.svg) no-repeat center;
    transform: none;
}

.faq_sec .accordion-button::after,
.faq_sec .accordion-button:not(.collapsed)::after {
    border: 1px solid #fafafa;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-size: 50%;
}

.faq_sec .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0px 0px 99px #ededed14;
    border: 1px solid #dddddd;
    border-radius: 20px;
    overflow: hidden;
}

.faq_wrapper {
    margin-top: 100px;
}

.faq_sec .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #dddddd;
}

.faq_sec .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #dddddd;
}

.downloads_sec {
    padding: 140px 0 0;
}

.download_card {
    display: flex;
    align-items: center;
    height: 370px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #0000000d;
    border-radius: 30px;
    opacity: 1;
    width: 705px;
    padding: 0 60px;
    gap: 90px;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.download_card img {
    max-width: 115px;
}

.downloads_cards_Wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.download_tag {
    width: 107px;
    height: 32px;
    background: #ededed 0% 0% no-repeat padding-box;
    border-radius: 18px;
    font: normal normal 12px/20px var(--acumin_medium);
    letter-spacing: -0.36px;
    color: #231f20;
    text-transform: capitalize;
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.downloads_content h4 {
    margin: 30px 0 10px;
    font: normal normal 36px/36px var(--acumin_bold);
    letter-spacing: -1.08px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}

.downloads_content p {
    font: normal normal 18px/26px var(--roboto_reg);
    letter-spacing: -0.18px;
    color: #231f20;
    opacity: 1;
    margin: 0;
}

.downloads_btn {
    width: 180px;
    height: 50px;
    border: 1px solid #e62b1e;
    border-radius: 35px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 14px/14px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #e62b1e;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 40px;
}

.downloads_btn:hover {
    background: #e62b1e 0% 0% no-repeat padding-box;
    color: #fff;
}

.download_card:hover {
    border-color: #231f20;
}

/* PRODUCT DETAILS ENDS */

/* contact US page CSS STARTS */

.NewsAndMedia-sec-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 80px;
}

.contactUs-cards-wrapper {
    display: flex;
    float: left;
    width: 100%;
    padding: 130px 120px;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contactUs-card {
    width: 30%;
    height: 340px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #0000000d;
    border: 2px solid #ffffffc2;
    border-radius: 40px;
    opacity: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.contactUs-card-thumbanail img {
    height: auto;
    width: 43px;
}

.contactUs-card-content p {
    color: var(--text-color);
    text-align: left;
    font: normal normal 36px/44px var(--acumin_semibold);
    letter-spacing: -1.08px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}

.contactUs-card-content span {
    color: var(--text-color);
    text-align: left;
    font: normal normal 18px/26px var(--roboto_reg);
    letter-spacing: -0.54px;
    color: #231f20;
    opacity: 0.6;
}

.banner-catalogue .global-opportunities-sec .content {
    left: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 42%;
}

.banner-catalogue .global-opportunities-sec .content span {
    color: var(--text-color);
    text-align: left;
    font: normal normal 14px/100px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
}

.banner-catalogue .global-opportunities-sec .content h4 {
    text-align: left;
    font: normal normal 42px/56px var(--acumin_bold);
    letter-spacing: -2.52px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 60px;
}

.Our-Offices-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
    padding: 30px 120px 140px;
}

.Our-Offices-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    opacity: 1;
    padding: 60px 60px;
}

.Our-Officescard-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.Our-Officescard-head-left img {
    width: 55px;
    height: auto;
}

.Our-Officescard-text span img {
    width: 25px;
    height: auto;
}

.Our-Officescard-head-right h4 {
    text-align: left;
    font: normal normal 32px/45px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 1;
}

.Our-Officescard-head-right p {
    color: var(--text-color);
    text-align: left;
    font: normal normal 18px/20px var(--acumin_regular);
    letter-spacing: -0.54px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}

.Our-Officescard-text {
    display: flex;
    gap: 20px;
    padding-left: 84px;
    margin-top: 50px;
    align-items: flex-start;
    flex-direction: column;
}

.contact-acnhor {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Our-Officescard-text h5,
.Our-Officescard-text .contacttextmb {
    color: var(--text-color);
    text-align: left;
    font: normal normal 22px/28px var(--acumin_semibold);
    letter-spacing: -0.78px;
    color: #231f20;
    opacity: 1;
    margin: 0;
    word-break: break-word;
}

.find-our-partner-sec .help-you-form-area {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.Our-Offices .header-section {
    padding-bottom: 30px;
    text-align: center;
}

.Our-Offices .header-section h3 {
    font-size: 90px;
    letter-spacing: -4.1px;
    line-height: 1em;
}

.Our-Offices .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 1em;
    margin-bottom: 35px;
}

.Our-Offices .tabs-wrapper .tabs {
    padding-bottom: 0;
    text-align: center;
}

.Our-Offices .tabs-wrapper .tabs li {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    box-shadow: 0px 0px 99px #ededed14;
    cursor: pointer;
    display: inline-block;
    font-family: var(--acumin_bold);
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1em;
    margin-right: 12px;
    min-width: 220px;
    padding: 16px;
    transition: 0.5s;
}

.Our-Offices .tabs-wrapper .tabs li:last-child {
    margin-right: 0;
}

.Our-Offices .tabs-wrapper .tabs li.active,
.Our-Offices .tabs-wrapper .tabs li:hover {
    background-color: #2d2b2b;
    color: var(--white);
    transition: 0.5s;
}

.Our-Offices .showMore-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.Our-Offices-cards-wrapper {
    padding: 30px 120px 0px;
}

/* CONTACT US PAGE CSS END's */

/* ABOUT US PAGE CSS START's */

.certifications-sec .awards-area {
    margin-top: 80px !important;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;


}

.certifications-sec .header-section p {
    text-align: center;
    opacity: 0.8;
    padding: 0px 18%;
    font: normal normal 20px / 28px var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #1f2127;
}

.our-team-sec {
    position: relative;
}

.our-team-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 100px 120px 100px;
    background: url(../images/our-team/our-team-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.our-team-header h3 {
    text-align: center;
    font: normal normal 72px /1.1 var(--acumin_bold);
    letter-spacing: -2px;
    color: #383636;
    /* text-transform: capitalize; */
    opacity: 1;
}

.our-team-header p {
    text-align: center;
    font: normal normal 16px / 1.1 var(--roboto_reg);
    letter-spacing: 0;
    color: rgba(35, 31, 32, 0.8);
    opacity: 0.7;
    padding: 0 25%;
}

.our-team-header {
    margin-bottom: 80px;
}

.our-team-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.our-team-card {
    width: 100%;
    height: 100%;
}

.our-team-card-icn {
    width: 20px;
    position: absolute;
    bottom: 6px;
}

.our-team-card-text {
    padding: 30px 20px 30px 0;
}

.our-team-card-img {
    overflow: hidden;
    border-radius: 30px;
}

.our-team-card-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-radius: 30px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.our-team-card-img:hover img {
    transform: scale(1.1);
}

.our-team-card-text h5 {
    text-align: left;
    font: normal normal 28px / 1.1 var(--acumin_bold);
    letter-spacing: 0;
    color: #383636;
    opacity: 1;
}

.our-team-card-text p {
    text-align: left;
    font: normal normal 16px/20px var(--acumin_regular);
    letter-spacing: -0.32px;
    color: #383636;
    opacity: 1;
}

.ourteamslider .swiper-wrapper {
    gap: 30px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.our-values-wrapper {
    padding: 80px 120px;
    margin-bottom: 300px;
    background: url("https://indoasian.s3.us-east-1.amazonaws.com/public/Bg-Image.webp") no-repeat;
}

.our-values-header {
    margin-bottom: 80px;
}

.our-values-header h3 {
    color: var(--text-color);
    text-align: left;
    font: normal normal 90px/90px var(--acumin_bold);
    letter-spacing: -5.7px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
    margin-right: 20%;
}

.our-values-text {
    background: url(../images/about-us/our-value-bg.png) center center no-repeat;
    width: 616px;
    /* min-height: 418px; */
    border-radius: 30px;
    padding: 60px 60px;
    position: absolute;
    right: 12%;
    margin-top: -190px;
}

.our-values-text h6 {
    text-align: left;
    font: normal normal 14px / 14px var(--acumin_bold);
    letter-spacing: 0;
    color: #00000066;
    opacity: 1;
    text-transform: uppercase;
}

.our-values-img {
    position: relative;
}

.our-values-img img {
    border-radius: 40px;
}

.our-values-text p {
    text-align: left;
    font: normal normal 24px/32px var(--acumin_regular);
    letter-spacing: -1.12px;
    color: #000000;
    opacity: 1;
    margin: 0;
}

.ourvalues-list li {
    list-style-type: disc;
    font-size: 20px;
    line-height: 1.6;
}

.our-values-text span {
    font-family: var(--acumin_bold);
}

.aboutus-banner .title-bannerOverlay1 {
    /* background: url(../images/life-banner.png) center center no-repeat; */
    background-size: cover;
    background-position: right;
    position: absolute;
    right: 0;
    /* top: -185px; */
    left: 0;
    z-index: 2;
    height: 100%;
    bottom: 0;
}

/* .about-us-wrapper {
  padding: 212px 250px;
  background: url(../images/about-us/about-us-bg.png) center center no-repeat;
} */
.about-us-wrapper1 {
    padding: 130px 250px 0;
    background: url(../images/about-us/about-us-wrapper-1.png) center center no-repeat;
    background-size: cover;
}

.about-us-wrapper2 {
    padding: 0 250px 130px;
    background: url(../images/about-us/about-us-wrapper-2.png) center center no-repeat;
    background-size: cover;
}

.about-us-container1-top-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.about-us-container1-top-body img {
    border-radius: 20px;
}

.about-us-col1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
}

.about-us-col3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.img11 {
    width: 80%;
}

.img44 {
    width: 174px;
    height: auto;
}

.about-us-container1-top-text {
    padding: 0 120px 42px;
}

.about-us-container1-top-text h6 {
    text-align: left;
    font: normal normal 14px / 14px var(--acumin_bold);
    letter-spacing: 0;
    color: #00000066;
    text-transform: uppercase;
    opacity: 1;
}

.about-us-container1-top-text p {
    text-align: justify;
    font: normal normal 24px/32px var(--roboto_reg);
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 35px;
    text-transform: none;
}

.about-us-container2 {
    padding-top: 140px;
}

.about-us-wrap {
    overflow: hidden;
}

.our-motto-wrap {
    overflow: visible;
}

.ourteamslider {
    overflow: visible;
}

.business-ethics-sec {
    padding: 140px 260px;
    background: url(../images/about-us/business-ethic-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.business-ethics-wrapper img {
    border-radius: 30px;
}

.business-ethics-container1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 110px;
    margin-left: 10%;
    position: relative;
}

.left1 {
    width: 409px;
    height: 410px;
}

.business-ethics-container2 {
    display: flex;
    align-items: self-end;
    justify-content: flex-start;
    gap: 70px;
    margin-top: -14%;
    position: absolute;
    top: 350px;
    left: -10%;
}

.left2 {
    width: 260px;
    height: 332px;
}

.business-ethics-text h5 {
    text-align: left;
    font: normal normal 72px/1.1 var(--acumin_bold);
    letter-spacing: -2px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.business-ethics-text p {
    text-align: justify;
    letter-spacing: 0;
    color: #1f2127;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--roboto_reg);
    font-weight: 400;


}

.business-ethics-text span {
    font-family: var(--acumin_bold);
}

/* ABOUT US PAGE CSS END's */

/* map section CSS starts */

.map-sec {
    padding: 110px 120px 130px;
}

.map-wrapper {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #0000000d;
    border-radius: 80px;
    opacity: 1;
    /* padding: 120px 66px 140px 120px; */
    padding: 100px;
}

.map-wrapper .map-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}

.map-left {
    padding: 20px;
}

.map-right {
    padding: 20px;
}

.map-left-header {
    margin-bottom: 68px;
}

.map-sec h3 {
    color: var(--text-color);
    text-align: left;
    font: normal normal 80px/100px var(--acumin_bold);
    letter-spacing: -2px;
    color: #231f20;
    /* text-transform: capitalize; */
    opacity: 1;
    text-transform: none;
}

.map-left-header p {
    color: var(--text-color);
    text-align: left;
    font: normal normal 16px/22px var(--roboto_reg);
    letter-spacing: 0;
    color: #231f20;
    opacity: 0.8;
    width: 55%;
}

.map-left-li-items ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.map-left-li-items ul li {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #ededed14;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    text-align: center;
    font: normal normal 18px / 24px var(--acumin_medium);
    letter-spacing: 0;
    color: #231f20;
    opacity: 0.5;
    padding: 14px 56px 14px;
    width: 33.3%;
    cursor: pointer;
    text-transform: capitalize;
}

.map-left-li-items ul li:hover {
    color: #231f20;
    border: 1px solid #231f20;
    opacity: 1;
}

.map-left-li-items ul li.active {
    color: #231f20;
    border: 1px solid #231f20;
    opacity: 1;
}

.map-right-dropdown-wrapper .accordion {
    width: 46%;
    position: absolute;
    bottom: 70%;
    left: 27%;
    display: none;
}

.map-right-dropdown-wrapper .accordion-button::after {
    transform: var(--bs-accordion-btn-icon-transform);
}

.map-right-dropdown-wrapper .accordion-button:not(.collapsed)::after {
    padding: 0 15px;
    transform: rotate(0deg);
}

/* .map-right-dropdown-wrapper .accordion.accordion-europe {

} */

.map-right-dropdown-wrapper .accordion.accordion-africa {
    bottom: 57%;
    left: 31%;
}

.map-right-dropdown-wrapper .accordion.accordion-middleEast {
    bottom: 57%;
    left: 35%;
}

.map-right-dropdown-wrapper .accordion.accordion-southAsia {
    bottom: 57%;
    left: 45%;
}

.map-right-dropdown-wrapper .accordion.accordion-asiaPacific {
    bottom: 53%;
    left: 52%;
}

.map-right-dropdown-wrapper .accordion-button:focus {
    background: #fff;
}

.map-right-dropdown-wrapper .accordion-button:not(.collapsed) {
    background: #fff;
}

.map-right-dropdown-wrapper .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.dropdown-header-left {
    color: var(--text-color);
    text-align: left;
    font: normal normal 24px/34px var(--acumin_bold);
    letter-spacing: -0.72px;
    color: #231f20;
    text-transform: capitalize;
    opacity: 1;
}

.dropdown-header-left img {
    width: 28px;
    height: auto;
}

.parent1 {
    position: absolute;
    width: 267px;
    height: 46px;
    overflow: hidden;
    bottom: 0;
}

.map-right {
    position: relative;
}

.dropdown-header-right {
    color: var(--text-color);
    text-align: left;
    font: normal normal 14px/24px var(--acumin_semibold);
    letter-spacing: -0.42px;
    color: #231f20;
    text-transform: uppercase;
    opacity: 0.5;
}

.map-right-dropdown-wrapper .accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.map-right-dropdown-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.map-right-dropdown-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.map-right-dropdown-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown-accordion-body ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dropdown-accordion-body ul li {
    width: 50%;
}

.map-right-img svg {
    width: 100%;
    height: auto;
}

.map-right-img {
    padding-top: 100px;
}

.map-right-img g.highlight path.country {
    fill: red;
}

/* .map section CSS Ends */

.Switches-Catalogue-bg {
    background: url("../images/life-banner.png");
}

.social-card img {
    border-radius: 35px;
}

.social-card .imgWrap img {
    border-radius: 0;
}

.products-listWrap .showMore-box {
    padding: 0 0 100px;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-container {
    width: 100%;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.9;
}

header .main-links .hasSubMenu {
    position: relative;
}

/*header .main-links .hasSubMenu::after {
  content: "";
  border: 2px solid #000;
  height: 11px;
  width: 11px;
  position: absolute;
  position: absolute;
  border-top: none;
  border-left: none;
  rotate: 45deg;
  right: 0;
} */

header .main-links .submenu .submenuList li {
    padding: 7px 0px;
    display: block;
}

header .main-links .submenu .submenuList li a {
    text-align: left;
    font: normal normal 14px / 16px var(--acumin_semibold);
    letter-spacing: -0.28px;
    color: #000;
    cursor: pointer;
    opacity: 0.6;
}

header .main-links .submenu .submenuList li a:hover {
    opacity: 1;
}

.submenu {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 150px;
    max-width: none;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(32, 38, 49, 0.1);
    transition: all 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
}

header .main-links .submenuList {
    height: 0;
    padding: 15px;
}

header .main-links .submenuList li a::before {
    display: none;
}

.hasSubMenu:hover .submenu {
    opacity: 1;
    top: 15px;
    height: auto;
    /* padding: 20px; */
    transition: all 0.3s ease-in-out;
}

.hasSubMenu:hover .submenuList {
    height: 100%;
}

.hasSubMenu-arrow svg {
    margin-left: 10px;
    transition: all 0.5s ease-in;
}

.hasSubMenu .hasSubMenu-arrow.rotate svg {
    rotate: 180deg;
    transition: all 0.5s ease-in;
}

.Our-Offices-card:nth-of-type(n + 7) {
    display: none;
}

.tab-areaCard:nth-of-type(n + 9) {
    display: none;
}

.career-card:nth-child(n + 7) {
    display: none;
}

a.showmore-CTA,
a.showmore-common-CTA {
    color: #fff;
}

.searchbox-wrap {
    position: relative;
}


.nav_search {
    flex-direction: row-reverse;
    display: flex;
    background: none;
    padding: 0 17px;
    border-radius: 40px;
    cursor: pointer;
    position: absolute;
    right: 0%;
    align-items: center;
    background: #f1f1f1;
    width: 0;
    transition: all 0.5s ease;
    opacity: 1;
}

.showmenu a#nav_search {
    opacity: 0;
}

.nav_search img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    z-index: 9;
}

.nav_search input {
    position: absolute;
    right: 0;
    border: none;
    background: none;
    width: 0%;
    transition: all 0.3s ease-in-out;
    text-align: left;
    font: normal normal 14px / 0px var(--acumin_regular);
    letter-spacing: -0.42px;
    color: #383636;
    opacity: 1;
    outline: none;
    height: 40px;
    border-radius: 50px;
    z-index: 1;
    padding: 0 20px;
}

.nav_search.search-backgrond input#input1 {
    width: 400px;
    background: #f1f1f1;
}

.certifications-sec .header-section h3 {
    letter-spacing: -2px;
}

.career .header-section h3 {
    letter-spacing: -2px;
}

a.showmore-CTA.addclass,
a.showmore-common-CTA.addclass {
    color: #fff;
}

.NewsAndMedia-header-left p {
    text-align: left;
    font: normal normal 16px / 22px var(--roboto_reg);
    letter-spacing: -0.16px;
    color: rgba(35, 31, 32, 0.8);
}

.NewsAndMedia-header-left {
    max-width: 708px;
    width: 100%;
}

.filterTop-section .filter-logo {
    width: 210px;
    display: none;
}

.sticky_prod_filter_box .filterTop-section .filter-logo {
    width: 210px;
    display: block;
}

/* .common-heading h3 {
  font-size: 90px !important;
} */

/* enquiry now Modal css starts */

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    max-width: 700px;
    height: 100%;
    margin: 0 0 0 auto;
}

.modal.right-transform-ex.fade .modal-dialog {
    transform: translateX(100px);
}

.modal.right-transform-ex.show .modal-dialog {
    transform: none;
    height: 100%;
}

.modal.leaflet-modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal.leaflet-modal .modal-header {
    border: 0;
    padding: 0;
}

.modal.leaflet-modal .btn-close {
    position: absolute;
    padding: 0;
    top: 30px;
    right: 30px;
    font-size: 19px;
    color: #1f2127;
    opacity: 1;
    z-index: 1;
}

.modal.leaflet-modal .btn-close:focus {
    box-shadow: none;
}

.modal.leaflet-modal .modal-body {
    padding: 50px 50px;
    background: #fff;
}

.leaflet_heading-text {
    font-family: var(--acumin_bold);
    font-size: 52px;
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: -2px;
    color: #000;
    margin-bottom: 12px;
    padding-left: 10px;
}

.modal.leaflet-modal .form-mb .form-control {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border: 1px solid #efefef;
    border-radius: 35px;
    height: 60px;
    padding-left: 24px;
    font-size: 14px;
}

.modal.leaflet-modal .textareaSec {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    padding: 15px;
    width: 100%;
    height: 108px;
    resize: none;
    font-size: 16px;
    font: normal normal 14px / 22px var(--roboto_Reg);
    border: 1px solid #efefef;
    border-radius: 20px;
}

.leaflet-dialog .custom-dropdown__button {
    padding: 0 24px;
}

.textRequired {
    font-size: 12px;
    letter-spacing: -0.24px;
    color: #000000;
    opacity: 0.7;
    top: -30px;
    position: relative;
    font-family: var(--roboto_reg);
    font-size: 12px;
    line-height: 1.2;
    font-style: italic;
    left: 15px;
}

.modal.leaflet-modal .dropdownQuery {
    border: 1px solid #efefef;
    color: #000;
    border-radius: 30px;
    height: 60px;
    background: #ffffff0d 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0 23px;
    outline: none;
    display: flex;
    align-items: center;
    position: relative;
}

.modal.leaflet-modal .dropdownQuery .dropdownQuery-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 10px;
    border-radius: 0;
    display: none;
    z-index: 9;
    box-shadow: 0px 0px 30px #0000001a;
    border-radius: 0px;
    padding: 13px 4px;
    top: 40px;
}

.modal.leaflet-modal .dropdownQuery .select span {
    opacity: 0.5;
    color: #000000;
    font-family: var(--roboto_reg);
    font-size: 16px;
}

.modal.leaflet-modal .dropdownQuery::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid #5e5e5e;
    position: absolute;
    top: 42%;
    right: 35px;
    border-top: 0;
    border-right: 0;
    transform: rotate(314deg);
    transition: all 0.3s ease-in-out;
}

.modal.leaflet-modal .dropdownQuery .dropdownQuery-menu li {
    border-bottom: 0;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.8;
    font: normal normal 14px / 20px var(--acumin_medium);
    letter-spacing: 0.28px;
}

.filter_heading .dropdownQuery .dropdownQuery-menu li {
    padding: 12px 21px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.modal.leaflet-modal .submitBtn {
    width: 190px;
    height: 60px;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 35px;
    margin-top: 15px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-right: 8px;

}

/* enquiry now Modal css ends */

/* MEGA-MENU-CSS starts */

.megamenu-wrapper {
    display: none;
    grid-template-columns: 20% 80%;
    /* opacity: 0;
  visibility: hidden; */
    transform: translateY(-25px);
    transition: all 0.5s ease-in-out;
    /* overflow: auto; */
}

.expanded1 {
    /* opacity: 1;
  visibility: visible; */
    display: grid;
    transition: 0.5s;
    transform: translateY(0px);
    padding: 40px 0;
    z-index: 17;
}

.megamenu-wrapper .nav {
    width: 100%;
}

.megamenu-Left-container {
    transform: translateX(20px);
}

.megamenu-Left-container .nav-link {
    text-align: left;
    font: normal normal 20px / 22px var(--acumin_bold);
    letter-spacing: -0.6px;
    color: rgb(35 31 32 / 50%);
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 34.1px 27px;
    opacity: 0.6;
}

.megamenu-Left-container .nav-link img {
    width: 33px;
}

.megamenu-Left-container .nav-link.active {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 0px 20px;
    color: #231f20;
    opacity: 1;
}

.menu-tab-body {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
}

.menu-tab-body-left {
    padding: 26px 40px 26px 0;
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    height: 100%;
}

.menu-tab-list-body {
    display: grid;
    grid-template-columns: 33% 33% 34%;
    margin-top: 20px;
}

.menu-tab-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* border-right: 1px solid #e3e3e3; */
    opacity: 1;
    height: 250px;
    overflow: auto;
}

.menu-tab-list::-webkit-scrollbar {
    width: 2px;
}

.menu-tab-list-container:last-child .menu-tab-list {
    border: none;
}

.menu-tab-body-top {
    margin-bottom: 15px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18%;
}

.menu-tab-body-top a {
    color: var(--text-color);
    text-align: left;
    font: normal normal 20px / 24px var(--acumin_medium);
    letter-spacing: -0.48px;
    color: #231f20;
    opacity: 0.7;
}

.menu-tab-body-top a:hover {
    opacity: 1;
}

.menu-tab-list-item {
    padding-bottom: 10px;
}

.menu-tab-list-item a {
    color: var(--text-color);
    text-align: left;
    font: normal normal 16px / 22px var(--acumin_medium);
    letter-spacing: -0.48px;
    color: #231f20;
    opacity: 0.6;
}

.menu-tab-list-item a:hover {
    opacity: 0.8;
}

.menu-tab-list-item:last-child {
    padding: 0;
}

.menu-tab-list-title {
    text-align: left;
    font: normal normal 20px / 22px var(--acumin_bold);
    letter-spacing: -0.6px;
    color: #231f20;
    opacity: 1;
}

.menu-tab-list-container {
    padding-left: 40px;
    position: relative;
}

.menu-tab-list-container:after {
    content: "";
    position: absolute;
    height: 92%;
    border-right: 1px solid #e3e3e3;
    bottom: 0;
    right: 0;
}

.menu-tab-list-container:last-child::after {
    border: none;
}

.menu-tab-image-cards-wrapper {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 40px;
}

.tab-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.tab-card-img img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.tab-card:hover .tab-card-img img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.tab-card-content {
    position: absolute;
    top: 30px;
    left: 30px;
}

.tab-card-content h2 {
    color: var(--text-color);
    text-align: left;
    font: normal normal 24px/22px Acumin Pro;
    letter-spacing: -0.72px;
    color: #231f20;
    opacity: 1;
}

.tab-card-content p {
    color: var(--text-color);
    text-align: left;
    font: normal normal 14px/22px var(--acumin_semibold);
    letter-spacing: -0.42px;
    color: #231f20;
    opacity: 1;
}

.tab-card-CTA {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.tab-card-CTA a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--cta-color) 0% 0% no-repeat padding-box;
    background: #e62b1e 0% 0% no-repeat padding-box;
    border-radius: 25px;
    padding: 10px;
    transition: all 0.5s ease-in;
    /* width: 45px; */
    height: 40px;
}

.tab-card:hover .tab-card-CTA a {

    padding: 15px 10px 12px 20px;

}

.card-CTA-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-CTA-text {
    /* display: none; */
    opacity: 0;
    width: 0;
    transition: all 0.5s ease-in;
    color: var(--unnamed-color-ffffff);
    text-align: left;
    font: normal normal 14px/14px var(--acumin_bold);
    letter-spacing: -0.42px;
    color: #ffffff;
    text-transform: uppercase;
}

.tab-card:hover .card-CTA-text {
    /* display: block; */
    opacity: 1;
    width: 70px;
    transition: all 0.5s ease-in;
    margin-right: 15px;
}

.tab-card-CTA:hover .tab-card-CTA a {
    width: auto;
}

.tab-pane:first-child .menu-tab-body .menu-tab-body-left {
    border-radius: 0 20px 20px 20px;
}

.tab-pane:last-child .menu-tab-body .menu-tab-body-left {
    border-radius: 20px 20px 20px 0;
}

/* header.is-sticky {
  height: 569px;
} */

/* header.is-sticky2 {
  background: #fff;
  height: 569px;
  border-radius: 0 0 35px 35px;
} */
/* MEGA-MENU-CSS ENDS */

.header-bg {
    background-color: var(--white);
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 20px 50px -10px #11111129 !important;
}

.expanded1 {
    animation-name: example;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

@keyframes example {
    from {
        transform: translateY(-25px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

header .main-links li.active a:before {
    visibility: visible;
    width: 100%;
}

.submenu-mob {
    display: none;
}

/* careers -details page CSS starts */
.internship-program-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 95px 140px;
}

.internship-content-wrapper {
    padding-right: 130px;
    height: 831px;
    overflow: auto;
}

.internship-content-wrapper::-webkit-scrollbar {
    display: none;
}

.internship-header {
    margin-bottom: 95px;
}

.internship-title {
    text-align: left;
    font: normal normal 32px / 45px var(--acumin_bold);
    font-family: var(--acumin_bold);
    letter-spacing: -1.28px;
    color: #252b33;
    opacity: 1;
}

.internship-para {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #707070;
    opacity: 1;
    margin-top: 30px;
}

.internship-content {
    margin-top: 45px;
}

.internship-list-item {
    position: relative;
    text-align: left;
    font: normal normal 20px / 30px var(--roboto_reg);
    letter-spacing: -0.6px;
    color: #707070;
    opacity: 1;
    padding-left: 22px;
}

.internship-list-item::before {
    content: "";
    background: url(../images/click-right.png);
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.similar-jobs-wrapper {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 45px 40px;
}

.similar-jobs-header h2 {
    text-align: left;
    font: normal normal 30px / 65px var(--acumin_bold);
    letter-spacing: -1.2px;
    color: #252b33;
    opacity: 1;
    border-bottom: 1px solid #efefef;
    margin: 0;
}

.similar-jobs-card {
    border-bottom: 1px solid #efefef;
    padding-top: 18px;
}

.similar-jobs-card-title {
    text-align: left;
    font: normal normal 24px / 45px var(--acumin_regular);
    letter-spacing: -0.96px;
    color: #252b33;
    opacity: 1;
}

.similar-jobs-card-details {
    display: flex;
    align-items: center;
    gap: 18px;
}

.similar-jobs-card-details img {
    width: 13px;
    height: 16px;
}

.similar-jobs-card-details p {
    text-align: left;
    font: normal normal 16px / 22px var(--roboto_reg);
    letter-spacing: -0.48px;
    color: #252b33;
    opacity: 0.8;
    margin: 0;
    padding: 7px 0;
}

.job-apply {
    display: flex;
    margin: 30px 0;
}

.job-apply-CTA {
    text-align: center;
    font: normal normal 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 100px;
    padding: 15px 21px;
}

.similar-jobs-card:last-child {
    border-bottom: none;
}

.career-details-banner-indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-top: 40px;
}

.indicator-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.indicator-map {
    background: #f2f2f2;
    /* padding: 25px; */
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicator-map img {
    width: 14px;
    height: 18px;
}

.indicator-title {
    text-align: left;
    font: normal normal 12px / 12px var(--acumin_bold);
    letter-spacing: 0px;
    color: #707070;
    text-transform: uppercase;
    opacity: 1;
}

.indicator-subtitle {
    margin: 0;
    text-align: left;
    font: normal normal 18px / 24px var(--acumin_regular);
    letter-spacing: -0.72px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.apply-now-CTA-wrapper {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.apply-now-CTA {
    text-align: center;
    font: normal normal 14px / 20px var(--acumin_bold);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    background: #ed1c24 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    padding: 28px 73px;
}

.career-details-banner .title-bannerText {
    flex-direction: column;
}

.apply-now-CTA:hover {
    color: #fff;
}

.job-apply-CTA:hover {
    color: #fff;
}

.preview_images {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* careers -details page CSS Ends */

.prod_fil_acc,
.filter-mob,
.main-filter-inputs-wrapper {
    flex: 1;
}

.filter-mob {
    display: flex;
    justify-content: flex-start;
}

.main-filter-inputs-wrapper {
    display: flex;
    justify-content: center;
}

button.btn.btn-primary.primary-btn:active {
    background: var(--brand_red);
}

a.showmore-CTA:hover {
    background: rgba(237, 28, 36, 0.7);
    color: var(--white);
}

/* not found page css starts */

.search-result-container {
    height: 500px;
    margin-top: 50px;
}

.seacrhed-for {
    margin-bottom: 90px;
}

.seacrhed-for h4 {
    font-size: 20px;
}

.seacrhed-for span {
    font-weight: bold;
}

.searched-notfound h4 {
    font-size: 50px;
}

.searched-notfound span {
    font-size: 18px;
    font-weight: 100;
    opacity: 0.7;
}

/* not found page css ends */

.title-bannerText p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgba(35, 31, 32, 0.8);
}

.help-you-form {
    padding: 80px;
}

.help-you-form-area {
    /* padding: 70px 5%; */
    padding: 42px;
    box-shadow: 0px 0px 99px #0000000d;
    border-radius: 40px;
}

.top-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px;
    padding: 0;
}

.bottom-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    padding: 0;

}

.bottom-row-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
}

.help-you-form-field .form-control {
    background: #f5f5f5;
    text-align: left;
    font: normal normal 14px / 18px var(--acumin_regular);
    letter-spacing: 0;
    color: rgb(0 0 0 / 80%);
    height: 50px;
    padding-left: 18px;
    padding-top: 10px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(35, 31, 32, 0.1);
    border-radius: 55px;
    padding-right: 18px;
}

.help-you-form-field,
.leaflet-body .form-field {
    margin-bottom: 30px;
    position: relative;
}

.help-you-form-field textarea {
    height: 50px;
    width: 100%;
    resize: none;
    padding: 15px 18px;
    color: rgb(0 0 0 / 80%);

    background: #fafafa;
    border: 1px solid #231f201a;
    border-radius: 30px;
    opacity: 1;
    font-size: 14px;
}

.help-you-form-field .custom-dropdown__button {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(35, 31, 32, 0.1);
    border-radius: 55px;
    color: rgb(0 0 0/40%);
}

.help-you-form-field .custom-dropdown__button .zmdi-chevron-down:before,
.help-you-form-field .custom-dropdown__button .zmdi-chevron-down:after {
    background-color: #231f20;
}

.help-you-form-area .btn-wrap .primary-btn {
    min-width: 160px;
    padding: 17px 15px 13px;
    font-size: 14px;
    font-size: 14px;
    letter-spacing: 0;
}

.help-you-form .header-section h3 {
    text-align: center;
    font-size: 72px;
    letter-spacing: -2px;
    margin-bottom: 38px;
    text-transform: none;
}

.help-you-form-field .custom-dropdown__button .zmdi-chevron-down:after {
    right: -3px;
}


/* Custom cursor - Starts */
.custom-cursor {
    cursor: grab;
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.cursor.visible {
    opacity: 1;
    visibility: visible;
}

.cursor__inner {
    background: url(../images/cursor.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    transform: translate(-50%, -80%) scale(0.7);
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: transform 0.3s;
}

.cursor.visible .cursor__inner {
    transform: translate(-50%, -80%) scale(1);
}

.product-solutions .card a.btn-discover:hover .cursor {
    opacity: 0;
    visibility: hidden;
}

.card p:hover {
    cursor: pointer;
}

/* Custom cursor - Ends */

/* partners form css starts */

.address-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.Address-card-left .loc-img img {
    width: 35px;
}

.Address-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 40px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 99px #00000014;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    height: 100%;
}

.Address-card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Address-card-title {
    text-align: left;
    font: normal normal 32px / 36px var(--acumin_bold);
    letter-spacing: -0.96px;
    color: #231f20;
    text-transform: capitalize;
}

.Address-card-subtitle {
    text-align: left;
    font: normal normal 16px / 25px var(--acumin_regular);
    letter-spacing: -0.54px;
    color: #959292;
    text-transform: capitalize;
    opacity: 1;
    margin: 0;
}

.Address-card-contact {
    margin-top: 10px;
}

.Address-card-links {
    margin: 0;
}

.Address-card-links img {
    width: 15px;
    margin-right: 10px;
}

.Address-card-links a {
    text-align: left;
    font: normal normal 16px / 24px var(--acumin_regular);
    letter-spacing: -0.54px;
    color: #231f20;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-color: rgba(237, 28, 36, 0.7);
    opacity: 1;
}

.Address-card-load-more {
    text-align: center;
    margin-top: 50px;
}

.adress-card-wrap {
    display: none;
}

/* partners form css Ends */

/* smart spaces page css starts */

.curated-wrapper .tabs-wrapper .tabs {
    padding-bottom: 50px;
    text-align: center;
}

.curated-wrapper .tabs-wrapper .tabs li {
    border: 1px solid #ebebeb;
    border-radius: 25px;
    box-shadow: 0px 0px 99px #ededed14;
    cursor: pointer;
    display: inline-block;
    font-family: var(--acumin_bold);
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1em;
    margin-right: 15px;
    min-width: 220px;
    padding: 16px;
    margin-bottom: 20px;
}

.curated-wrapper .tabs-wrapper .tabs li.active {
    background-color: #2d2b2b;
    color: var(--white);
}

.curated-wrapper {
    padding: 120px;
}

.curated-wrapper .header-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.curated-header h3 {
    text-align: center;
}

.curated-wrapper .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.8);
    margin: 0;
}

.curated-card-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.curated-card-content {
    padding-top: 30px;
}

a.curated-card-tag {
    text-align: left;
    font: normal normal 12px / 16px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #383636;
    text-transform: uppercase;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 35px;
    padding: 10px 20px;
}

.curated-card-tags {
    display: flex;
    gap: 10px;
}

.curated-card-tag-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.share {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
}

.curated-taglines {
    margin: 30px 0;
    display: flex;
    gap: 25px;
}

span.curated-tagline {
    text-align: left;
    font: normal normal 14px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.7;
    position: relative;
}

span.curated-tagline.admin:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    background: #383636;
    border-radius: 50%;
}

.curated-title p {
    text-align: left;
    font: normal normal 28px / 38px var(--acumin_medium);
    letter-spacing: 0px;
    color: #383636;
    text-transform: capitalize;
    opacity: 1;
    font-size: 28px;
    font-family: var(--acumin_medium);
    line-height: 38px;
    padding-right: 10%;
}

span.feedback-icn img {
    height: auto;
    width: 18px;
    opacity: 0.7;
}

span.feedback-text {
    font-family: var(--acumin_semibold);
    font-size: 16px;
    line-height: 22px;
    color: #383636;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 0.7;
}

.feedback-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.curated-card-img {
    overflow: hidden;
}

.curated-card-img img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.curated-card-img:hover img {
    transform: scale(1.2);
}

.editor-wrapper {
    padding: 120px;
}

.editor-wrapper .header-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.editor-header h3 {
    text-align: center;
}

.editor-wrapper .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.8);
    margin: 0;
}

.editor-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.editor-card-content {
    padding-top: 40px;
}

.editor-taglines {
    margin: 30px 0;
    display: flex;
    gap: 25px;
}

span.editor-tagline {
    text-align: left;
    font: normal normal 18px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.7;
    position: relative;
}

span.editor-tagline.admin:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    background: #383636;
    border-radius: 50%;
}

.editor-title p {
    text-align: left;
    letter-spacing: 0px;
    color: #383636;
    text-transform: capitalize;
    opacity: 1;
    font-size: 36px;
    font-family: var(--acumin_medium);
    line-height: 48px;
    padding-right: 10%;
}

.editor-card-img {
    overflow: hidden;
}

.editor-card-img img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.editor-card-img:hover img {
    transform: scale(1.2);
}

.trending-wrapper {
    padding: 120px;
}

.trending-wrapper .header-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.trending-header h3 {
    text-align: center;
}

.trending-wrapper .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.8);
    margin: 0;
}

.trending-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 50px;
}

.trending-taglines {
    margin: 30px 0;
    display: flex;
    gap: 25px;
}

span.trending-tagline {
    text-align: left;
    font: normal normal 18px / 20px var(--acumin_semibold);
    letter-spacing: 0px;
    color: #383636;
    text-transform: uppercase;
    opacity: 0.7;
    position: relative;
}

span.trending-tagline.admin:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    background: #383636;
    border-radius: 50%;
}

.trending-title p {
    text-align: left;
    letter-spacing: 0px;
    color: #383636;
    text-transform: capitalize;
    opacity: 1;
    font-size: 24px;
    font-family: var(--acumin_medium);
    line-height: 30px;
    padding-right: 10%;
}

.trending-card-img {
    overflow: hidden;
    width: 50%;
}

.trending-card-content {
    width: 50%;
}

.trending-card-img img {
    height: 270px;
    max-height: 270px;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}

.trending-card-img:hover img {
    transform: scale(1.2);
}

.trending-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.topic-wrapper {
    padding: 120px;
}

.topic-wrapper .header-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}

.topic-header h3 {
    text-align: center;
}

.topic-wrapper .header-section p {
    font-family: var(--roboto_reg);
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 22px;
    color: rgba(35, 31, 32, 0.8);
    margin: 0;
}

/* smart spaces page css ENDS */

.topic-card {
    padding: 50px 60px 50px;
}

.topic-slide-wrap {
    display: flex;
    flex-direction: row;
}

.topic-mainimg {
    width: 50%;
}

.topic-mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 650px;
}

.topic-slider {
    width: 50%;
}

.topic-content .curated-title {
    padding-bottom: 30px;
}

.topic-content .curated-title p {
    text-align: left;
    font: normal normal 42px / 50px var(--acumin_medium);
    letter-spacing: 0px;
    color: #383636;
    text-transform: capitalize;
    opacity: 1;
    font-size: 42px;
    font-family: var(--acumin_medium);
    line-height: 50px;
    padding-right: 10%;
}

.topic-content .curated-title span {
    text-align: left;
    font: normal normal 20px/26px var(--roboto_Reg);
    letter-spacing: 0px;
    color: #383636;
    text-transform: capitalize;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-slider .swiper-button-prev:after,
.topic-slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.topic-slider .swiper-button-next:after,
.topic-slider .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.topic-slider .swiper-button-next {
    background: #1f2127 0% 0% no-repeat padding-box;
    opacity: 0.7;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    left: 130px;
    right: auto;
    top: auto;
    bottom: 20%;
}

.topic-slider .swiper-button-prev {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #1f2127 0% 0% no-repeat padding-box;
    left: 50px;
    right: auto;
    top: auto;
    bottom: 20%;

    opacity: 0.7;
}

.topic-slider .swiper-button-next img {
    height: auto;
    width: 16px;
    rotate: 90deg;
    filter: invert(1);
}

.topic-slider .swiper-button-prev img {
    height: auto;
    width: 16px;
    rotate: -90deg;
    filter: invert(1);
}



.topic-slider .swiper-button-prev.swiper-button-disabled {
    border: 1px dashed #383636;
    background: #fff;
    opacity: 1;
}

.topic-slider .swiper-button-next.swiper-button-disabled {
    border: 1px dashed #383636;
    background: #fff;
    opacity: 1;
}

.topic-slider .swiper-button-next.swiper-button-disabled img {
    filter: invert(0);
    opacity: 1;
}

.topic-slider .swiper-button-prev.swiper-button-disabled img {
    filter: invert(0);
    opacity: 1;
}

.blog-landing .title-bannerOverlay {
    top: -45px;
}

.our-motto-slider .swiper-slide img {
    border-radius: 25px;
}

/* .filtersWrap.sticky_prod_filter_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0px 17px 10px -10px #11111129;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
} */

.top-content p {
    text-align: left;
    font: normal normal 16px / 1.4 var(--roboto_reg);
    letter-spacing: 0;
    color: rgb(35 31 32 / 80%);
    opacity: 0.8;
    margin-top: 10px;
}

.chage1 {
    color: #212529 !important;
    font-size: 14px !important;
}

.video-container .img img {
    border-radius: 50px;
}

.form-control::placeholder {
    color: rgb(0 0 0 / 50%);
}

a.custom-dropdown__button span {
    color: rgb(0 0 0 / 80%);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
    margin-top: 3px;
}

textarea::placeholder {
    color: rgb(0 0 0 / 50%);
}

.custom-dropdown__button.chage1 span {
    color: #212529;
}

textarea::-webkit-scrollbar {
    width: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: unset;
}

.breadcrumb-item::after,
.breadcrumb-item:last-child::after {
    content: '';
    height: 7px;
    width: 7px;
    position: absolute;
    top: 1px;
    left: -3px;
    right: auto;
    border-top: 1px solid #7d7e7d;
    border-right: 1px solid #7d7e7d;
    transform: rotate(45deg);
    margin-left: 4px;
}

.breadcrumb-item:last-child::after,
.breadcrumb-item:first-child::after {
    content: '';
    border: none;
    /* Removes the arrow for the last item */
}

.breadcrumb-item.active::after {
    border-top: 1px solid #231f20;
    border-right: 1px solid #231f20;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 17px;
}

.search-tabs-header.search-header .nav-pills .nav-item.active .nav-link {
    color: #fff;
}


.global-objective-sec {
    padding: 120px;
    background: url(../images/object-bg.png);
    background-repeat: no-repeat;
}

.global-objective-heading {
    padding-bottom: 100px;
}

.global-objective-heading p {
    font-family: var(--acumin_semibold);
    font-size: 28px;
    letter-spacing: -0.8px;
    line-height: normal;
    margin-bottom: 10px;
    color: #231f20;
    margin-bottom: 20px;
}

.objective-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    align-items: center;
}

.objective-card {
    width: 100%;
    padding: 80px;
    border-radius: 32px;
    position: sticky;
    top: 80px;
    display: grid;
    grid-template-columns: 70% 30%;
    box-shadow: 0px 10px 50px #0000001f;
    background: #fff;
}

.card1 {
    top: 80px;
}

.card2 {
    top: 80px;
}

.card3 {
    top: 80px;
}

.card4 {
    top: 80px;
}

.objective-card-content {
    padding-right: 10%;
}

.objective-card-num {
    font-family: var(--acumin_light);
    font-size: 36px;
    line-height: normal;
    letter-spacing: -0.72px;
    padding-bottom: 80px;
    display: inline-block;
}

.objective-card-title {
    text-align: left;
    font: normal normal 48px / 1.1 var(--acumin_bold);
    letter-spacing: -2px;
    color: #000000;
    opacity: 1;
    margin-bottom: 12px;
    /* text-transform: capitalize; */
}

.objective-card-secription {
    text-align: justify;
    font: normal normal 20px / 1.3 var(--acumin_regular);
    letter-spacing: 0;
    color: rgb(0 0 0 / 80%);
    opacity: 1;
}

.objective-card-img img {
    border-radius: 32px;
}

.objective-card .read-more.btn {
    padding: 0 !important;
    margin: 0 !important;
}

.objective-card .read-btn {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    max-height: 0;
    transition: max-height 0.3s ease;
    margin: 0;
    padding: 0;
}

.read-btn.expanded {
    -webkit-line-clamp: unset;
    max-height: 1000px;
}


.skeleton {
    position: relative;
    background-color: #e0e0e0 !important;
    color: transparent !important;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

.skeleton img {
    filter: brightness(0.85);
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    animation: skeleton-loading 1.2s infinite;
    border-radius: 8px;
    z-index: 100;
}

.skeleton::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f0f0;
    z-index: 99;

}

@keyframes skeleton-loading {
    100% {
        left: 100%;
    }
}

.enhance-lives-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.enhance-lives-header-left h1 {
    text-align: left;
    font: normal normal bold 90px/90px var(--acumin_bold);
    letter-spacing: -5.4px;
    color: #222222;
    text-transform: capitalize;
    opacity: 1;
}

.enhance-lives-header-left p {
    text-align: left;
    font: normal normal normal 20px/27px var(--roboto_reg);
    letter-spacing: -0.8px;
    color: #000000;
    opacity: 0.7 !important;
}

.enhance-lives-cards img {
    position: relative;
}

.enhance-lives-cards-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

.enhance-lives-cards-content span {
    text-align: left;
    font: normal normal 600 24px/35px var(--acumin_semibold);
    letter-spacing: -0.96px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}
.enhance-lives-cards-content h2 {
    text-align: left;
    font: normal normal 900 36px/35px var(--acumin_exbold);
    letter-spacing: -1.44px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}

/* Sitemap Page CSS start here */
.product-category {
            margin-bottom: 40px;
        }


        .product-tree {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .product-section h3 {
            color: #231f20;
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 1px solid #dee2e6;
            font-family: var(--acumin_medium);
            letter-spacing: 0;
        }

        .subcategory {
            margin-left: 20px;
            margin-top: 10px;
        }

        .last-updated {
            text-align: center;
            margin-top: 40px;
            padding-top: 20px;
            border-top: 2px solid #e9ecef;
            color: #6c757d;
            font-size: 0.9rem;
        }

        /* */
         .help-you-sec{z-index: 0;}
        .sitemap_section{position: relative;z-index: 1;}

        .site-pages-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            margin-bottom: 40px;
        }

        .site-page-link {
            font-size: 16px;
            line-height: 18px;
            text-transform: capitalize;
            display: flex;
            text-decoration: none;
            font-weight: 800;
            color: #495057;
            text-decoration: underline;
            font-family: var(--acumin_light);
            transition: all .5s ease-in-out;
        }

        .site-page-link:hover {
            transition: all .5s ease-in-out;
            text-decoration:underline;
            color: #e62b1e;
        }

        .product-category h2 {
            color: #231f20;
            font-size: 42px;
            line-height: 42px;
            font-family: var(--acumin_semibold);
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
        .product-list li {
            margin-bottom: 10px;
            position: relative;
            /* list-style: disc; */
        }
        .product-list li a{position: relative;padding-left: 15px;}
        .product-list li a:before {
            content: '';
            width: 4px;
            height: 4px;
            background: #495057;
            position: absolute;
            border-radius: 50%;
            left: 0;
            top: 6px;
        }
        .product-list a {
            text-decoration: none;
            color: #495057;
            transition: color 0.3s ease;
            display: block;
            padding: 0;
            font-family: var(--acumin_regular);
            font-size: 14px;
            letter-spacing: 0;
        }
        .product-list a:hover {
            color: #e62b1e;
        }
        .subcategory h4 {
            font-size: 16px;
            font-family: var(--acumin_medium);
        }

        @media (max-width: 768px) {
            .product-tree {
                grid-template-columns: 1fr;
            }

            .sitemap-header h1 {
                font-size: 2rem;
            }

            .site-pages-grid {
                justify-content: flex-start;
            }

            .product-category h2{
                font-size: 32px;
                line-height: 34px;
            }
        }
/* Sitemap page CSS end here */
