@import url('https://fonts.googleapis.com/css2?family=Madimi+One&family=Saira:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Madimi+One&family=Saira:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Podcast Section in Home page */
.nwpodc-sec-Nhome {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    overflow: hidden;
    background: #ECF0F8;
}

.bg-img-video-st-NAP {
    background-image: url(../images/new-home-custom/podcast-thumbnail-DS-home.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    border-radius: 10px;
    transition: all .25s ease-in;
    margin-top: 25px;

}

.bg-img-video-st-NAP:hover {
    transform: scale(1.01);
}

#lvideo-wrap {
    position: fixed;
    height: 100dvh;
    z-index: 9991;
    opacity: 0;
    visibility: hidden;
}

#lvideo-wrap,
#lvideo-wrap:after,
#lvideo-wrap .lvideo-overlay {
    left: 0;
    top: 0;
    width: 100%;
    background: #0000005c;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

#lvideo-wrap:after,
#lvideo-wrap .lvideo-overlay {
    height: 100%;
    position: absolute;
}

#lvideo-wrap:after {
    content: "";
    display: block;
    background-color: var(--primary-color);
    opacity: 0;
    z-index: -1;
}

#lvideo-wrap .lvideo-container {
    height: 110dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lvideo-wrap video,
#lvideo-wrap iframe {
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    background-color: #000;
    z-index: 10;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    display: block;
    max-width: 1280px;
    height: 345px;
    width: 50%;
    aspect-ratio: 16 / 9;
}

#lvideo-wrap video {
    object-fit: cover;
}

#lvideo-wrap .lvideo-close {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 25%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: solid 2px var(--primary-color);
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
}

#lvideo-wrap .lvideo-close:before,
#lvideo-wrap .lvideo-close:after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    transition: all 0.3s ease-in-out;
}

#lvideo-wrap .lvideo-close:before {
    transform: rotate(42deg);
}

#lvideo-wrap .lvideo-close:after {
    transform: rotate(-42deg);
}

#lvideo-wrap .lvideo-close:focus {
    outline: none;
}

#lvideo-wrap .lvideo-close:hover {
    background-color: var(--primary-color);
}

#lvideo-wrap .lvideo-close:hover:before,
#lvideo-wrap .lvideo-close:hover:after {
    background-color: #fff;
}

#lvideo-wrap.active {
    opacity: 1;
    visibility: visible;
}

#lvideo-wrap.active:after {
    opacity: 0.5;
}

.youtubenwpodc {
    background-image: linear-gradient(to bottom, #E52D27, #BF171D);
    width: 150px;
    height: 100px;
    border-radius: 25px;
    /* box-shadow: 0 0.1875em 0.3125em 0 #8C8B8B; */
    display: block;
    margin: 100px auto;
    /* margin: auto; */
    position: absolute;
    left: 50%;
    border: 0;
    /* top: 71%; */
    transform: translate(-50%, 100%);
}

.youtubenwpodc::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 2em solid #fff;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    margin: auto;
    position: relative;
    /* top: 3em; */
    left: 0.3em;
}


.youtubenwpodc::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}

.bg-img-nwpodc {
    width: 99%;
    margin: auto;
}

/* Podcast Section in Home page End */
.pls-icns-Nh {
    position: relative;
}

.solution-card-Nhome:hover .pls-icns-Nh {
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
    animation: pulsos 2s infinite;
    transition: .3s;
    content: "";
    width: 22px;
    height: 22px;
    left: 0px;
    border-radius: 50%;
}

@keyframes pulsos {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 #3f880c;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.ind-icns-Nh {
    position: relative;
}

.indus-card-Nhome:hover .ind-icns-Nh {
    box-shadow: 0 0 0 rgba(255, 255, 255, .4);
    animation: pulsoin 2s infinite;
    transition: .3s;
    content: "";
    width: 22px;
    height: 22px;
    left: 0px;
    border-radius: 50%;
}

@keyframes pulsoin {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 #19234D;
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.mrgn-lft-fxd-top {
    margin-left: 1rem;
}

.fxd-top-fnt {
    font-size: .875em;
}

.wrapper-home {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.logo-default {
    width: 68%;
}

.wrapper__overlay-home {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wrapper-home .wrapper__video-home {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-video-home {
    position: absolute;
    top: 55%;
    left: 2.5rem;
    right: 15%;
    transform: translateY(-50%);
    z-index: 2;
}

.content-video-home h1 {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 3rem;
}

.sp-for-D-365-Nhome {
    font-weight: 600;
}

.spna-video-h1-home {
    font-size: 22px;
    font-weight: 400;
    margin-top: 25px;
    color: #bbf83a !important;
}

.content-video-home h6 {
    color: white;
}

.video-header-home {
    padding-top: 2rem;
    margin-top: 10px;
}

.content-video-home .di-for-button {
    margin-top: 2rem;
}

.color-w-home {
    color: white !important;
}

#navbar-scroll-bg.scrolled .color-w-home {
    color: black !important;
}

.d-flex-new-home {
    display: flex;
}

.mrg-in-home-2-sect {
    margin-inline: 2rem;
}

.services-slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 35px;
}

.service-slide {
    display: flex;
    transition: transform 0.5s ease;
}

.service-slide-item {
    flex: 0 0 33.33%;
    position: relative;
    padding: 0 10px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    border-radius: 5px;
}

.image-container .hover-text {
    display: none;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #161616;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    padding: 75px 20px 25px 30px;
    text-align: left;
    width: 100%;
}

.image-container:hover img {
    opacity: 0;
}

.image-container:hover .hover-text {
    display: block;
    height: 83%;
}

.bi-arrow-right-circle::before {
    font-weight: 700 !important;
}

.slider-text {
    text-align: left;
    padding: 15px 0;
    color: black;
    font-size: 20px;
    font-weight: 600;
    bottom: -30px;
    left: 50%;
    width: 100%;
}

.custom-prev-services,
.custom-next-services {
    position: absolute;
    top: 100%;
    left: 10px;
    transform: translateY(0);
    color: #539A44;
    font-size: 25px;
    background-color: #f1f4f8;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.custom-prev-services {
    left: 70px;
}

.custom-next-services {
    left: 125px;
}

.custom-prev-services:disabled,
.custom-next-services:disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f1f4f8 !important;
}

.D-365-h-Nhome {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
}

.ser-smal-h-new-home {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #539A44;
    margin-bottom: 1px;
}

.ser-lg-h-Nhome {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.service-sec-Nhome {
    padding: 2.5rem 0 4rem 0;
    overflow: hidden;
    background: #f1f4f8;
}

.client-S-sec {
    padding: 2.5rem 0 1rem 0;
    position: relative;
}

.Custm-d-flex-Nhome {
    display: flex;
}

.pdng-custom-none-Nhome {
    padding: 0 !important;
}

.pdng-custom-none-Nhome-1 {
    padding: 5px !important;
}

.service-sect-p-homepg {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
    color: white;
    line-height: 25px;
}

.card-content-d-flex {
    display: flex;
}

.pdng-rght-custom-Nhome-2 {
    padding-right: 5px !important;
}

.mrgn-serv-h-Nhome {
    margin-left: 8px;
}

.mrg-in-cstm-D-365 {
    margin-inline: 43px;
}

.h-center-Nhomeg {
    text-align: center;
}

.d-365-pr {
    margin-inline: 5rem;
    margin-top: 10px;
}

.D-365-card-main-Nhome {
    background-color: #161616;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    width: 100%;
    border-radius: 5px;
    padding-right: 15px;
    text-align: center;
    margin: 0% 8px;
    transition: all .2s;
}

.D-365-card-main-Nhome:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.D-365-card-main-Nhome:hover:before {
    transform: scale(2.15);
}

.D-365-card-main-Nhome:hover .D-365-card-ic-st {
    color: white;
    background-color: #1d5f37;
}

.D-365-card-icon {
    margin: 0 0 20px;
}

.D-365-card-ic-st {
    background-color: #fffFFF0F;
    color: #539A44;
    font-size: 40px;
    border-radius: 50%;
    padding: .5em;
    display: inline-block;
}

.D-365-card-ic-st i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.D-365-card-ic-st i:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.D-365-card-cont {
    color: white;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}

.D-365-card-cont p {
    margin-bottom: 0;
}

.D-365-sec-Nhome {
    padding: 40px 0 25px 0;
    overflow: hidden;
    background: #f1f4f8;
}

.info-box-mail:hover a {
    color: #42d384;
}

.info-box-nbr1:hover a {
    color: #42d384;
}

.two-numbr-hvr:hover a {
    color: #42d384;
}

.info-card-box-di:hover i {
    color: #539A44;
}

.solution-card-Nhome {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    justify-content: space-between;
    border-radius: 4px;
    background: #F1F1F1;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    transition: all .25s ease-in
}

.solution-card-Nhome h4 {
    color: black;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.solution-card-Nhome .btn {
    font-size: 20px
}

.solution-card-Nhome .btn i {
    color: #539A44;
}

.solution-card-Nhome p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 28px;
    color: black;
}

.solution-card-Nhome:hover {
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23);
    transition: all .25s ease-in;
}

.bc-Nhome:hover {
    border: 1px solid #018E9A;
    transition: all .25s ease-in;
}

.pdng-ro-colm-solutn {
    padding: 0 5px !important;
}

.fo-Nhome:hover {
    border: 1px solid #6D4FA4;
    transition: all .25s ease-in;
}

.sc-Nhome:hover {
    border: 1px solid #14539B;
    transition: all .25s ease-in;
}

.hr-Nhome:hover {
    border: 1px solid #7C55A8;
    transition: all .25s ease-in;
}

.po-Nhome:hover {
    border: 1px solid #BC3309;
    transition: all .25s ease-in;
}

.crm-Nhome:hover {
    border: 1px solid #6CA139;
    transition: all .25s ease-in;
}

.fs-Nhome:hover {
    border: 1px solid #EA8201;
    transition: all .25s ease-in;
}

.ecmm-Nhome:hover {
    border: 1px solid #FFE440;
    transition: all .25s ease-in;
}

.solution-card-Nhome img {
    -webkit-transition: transform 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out;
    -o-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.solution-card-Nhome:hover img {
    transform: rotate3d(0, 1, 0, 360deg);
}

.so-logo-st-card {
    margin: 0 0 35px;
    text-align: center;
}

.mrg-in-cstm-solution {
    margin-inline: 57px;
}

.wdth-sol-logo-Nhome {
    width: 40%;
}

.D-365-cards-mrgn-NHomeP {
    margin-top: 10px !important;
}

.NAP-last-sect {
    padding: 1.2rem 0 12rem 0;
    background-image: url(../images/new-home-custom/clients-bg-about-us.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
}

.NAP-last-sect .content-box h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #314880;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.NAP-last-sect .content-box p {
    color: black;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    width: 75%;
    margin: auto;
    font-size: 22px;
}

.style5 .box {
    background: rgba(83, 154, 68, 0.9);
    padding: 38px 100px;
    color: white;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    top: 500px;
    width: max-content;
    margin: auto;
    transition: all .2s;
}

.style5 .box:hover {
    transform: scale(1.04);
}

.style5 .box p {
    margin-bottom: 0;
}

.style5 .box:before,
.style5 .style1 .box2:before,
.style1 .style5 .box2:before,
.style5 .style4 .box2:before,
.style4 .style5 .box2:before,
.style5 .box:after,
.style5 .style1 .box2:after,
.style1 .style5 .box2:after,
.style5 .style4 .box2:after,
.style4 .style5 .box2:after {
    font-family: Revalia;
    color: white;
    font-size: 75px;
    position: absolute;
}

.style5 .box:before,
.style5 .style1 .box2:before,
.style1 .style5 .box2:before,
.style5 .style4 .box2:before,
.style4 .style5 .box2:before,
.style5 .box:after,
.style5 .style1 .box2:after,
.style1 .style5 .box2:after,
.style5 .style4 .box2:after,
.style4 .style5 .box2:after {
    font-family: Revalia;
    color: white;
    font-size: 75px;
    position: absolute;
}

.style5 .box::before,
.style5 .style1 .box2::before,
.style1 .style5 .box2::before,
.style5 .style4 .box2::before,
.style4 .style5 .box2::before {
    content: "“";
    top: -10px;
    left: 50px;
}

.style5 .box::after,
.style5 .style1 .box2::after,
.style1 .style5 .box2::after,
.style5 .style4 .box2::after,
.style4 .style5 .box2::after {
    content: "”";
    bottom: -40px;
    right: 50px;
}

.inds-background {
    padding-top: 420px;
    background-image: url(../images/new-home-custom/bg-industry-home.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 300px;
    position: absolute;
    right: 0px;
    top: 0;
}

.inds-bg-h-sect-Nhome {
    padding-top: 12px;
}

.indus-card-Nhome {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    justify-content: space-between;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s ease-in
}

.indus-card-Nhome {
    position: relative;
}

.indus-card-Nhome:hover .hovr-anim-Nhom::before,
.indus-card-Nhome:hover .hovr-anim-Nhom::after {
    opacity: 1;
}

.hovr-anim-Nhom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    border-left: 15px solid #19234D;
    border-top: 15px solid #19234D;
    animation: team_before 5s infinite linear;
    opacity: 0;
}

.hovr-anim-Nhom::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    border-right: 15px solid #19234D;
    background: #19234D;
    animation: team_after 5s infinite linear;
    opacity: 0;
}

@keyframes team_after {
    0% {
        height: 50%;
    }

    50% {
        height: 0%;
    }
}

@keyframes team_before {
    0% {
        height: 50%;
    }

    50% {
        height: 0%;
    }
}

.indus-card-Nhome h3 {
    color: black;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 20px;
}

.indus-card-Nhome:hover h3 {
    color: #19234D;
}

.indus-card-Nhome .btn {
    font-size: 20px
}

.indus-card-Nhome .btn i {
    color: #539A44
}

.indus-card-Nhome:hover .btn i {
    color: #19234D;
}

.indus-card-Nhome p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 25px;
    color: black;
}

.indus-card-Nhome:hover p {
    color: #19234D;
}

.indus-card-Nhome:hover {
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23);
    transform: scale(1.04);
    opacity: 1 !important;
}

.mrg-in-cstm-indst {
    margin-inline: 50px;
}

.mr-top-colmn-inds {
    margin-top: 25px;
}

.new-para-Nhome {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.new-para-2-Nhome {
    font-size: 13px;
    line-height: 1.5;
}

.partner-logos-mrg-Nhome {
    background-color: #f1f4f8;
    padding: 20px 0;
}

.contact-sec-CTA-Nhome {
    background: white;
}

.contact-card2-new-CTA-Nhome {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    border-radius: 10px;
    padding-right: 50px;
}

.cta-form-bg-Nhome {
    background: url(/assets/images/new-home-custom/form-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 35px !important;
    padding-right: 60px !important;
}

.contact-card1-cta-Nhome {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 0px;
}

.contact-card1-cta-Nhome h2 {
    font-size: 30px;
    font-weight: 400;
}

.mrgn-tp-CTA-dktp-Nhome {
    margin-top: 40px !important;
}

.info-card-box-di {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.info-card-box-di i {
    font-size: 50px;
}

.cta-info-box-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50% 50% 50% 50%;
}

.cta-box-content {
    width: calc(100% - 70px);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
}

.info-box-name-h {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.info-box-des {
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 10px;
}

.info-box-des p {
    margin-bottom: 0;
}

.info-box-mail {
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.info-box-mail p {
    margin-bottom: 0;
}

.info-box-mail p a {
    color: black;
}

.info-box-numb {
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.info-box-numb p {
    margin-bottom: 0;
    margin-top:5px;
}

.info-box-numb p a {
    color: black;
}

.info-box-icon {
    grid-template-columns: repeat(0, auto);
    font-size: 14px;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}

.info-box-anchr-icon {
    background-color: #02010100;
    padding: 0em;
    font-size: 25px;
    line-height: 25px;
    width: calc(var(25px) + 2* var(.5em));
    height: calc(var(25px) + 2* var(.5em));
}

.get-in-info-CTA-Nhome-main-di {
    margin-top: 3rem;
    padding-right: 10px;
}

.pdng-achr-icn {
    padding: 0 !important;
}

.section-NInsight {
    position: relative;
    margin: 0 10px;
    transition: .5s ease;
}

.main-container {
    position: relative;
}

.tab-custom-menu {
    display: flex;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    cursor: pointer;
    width: max-content;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.tab-custom-menu::-webkit-scrollbar {
    display: none;
}

.tab-custom-btn {
    padding: 8px 20px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    flex-shrink: 0;
}

.tab-custom-btn:hover {
    background-color: #19234D;
    color: white;
}

.tab-custom-btn.active {
    background-color: #19234D;
    color: #fff;
}

.tab-custom-content {
    display: flex;
    flex-direction: column;
}

.tab-custom-pane {
    display: none;
}

.tab-custom-pane.active {
    display: block;
}

.insights-custom-slidr-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 2px;
}

.insights-custom-slidr-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding-bottom: 100px;
}

.insights-custom-slidr-slide {
    flex: 0 0 33.33%;
    position: relative;
    padding: 0 18px 0 0;
}

.insights-custom-slidr-slide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.insights-custom-slidr-slide h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.insights-custom-slidr-slide:hover h3 {
    color: #539A44;
}

.insights-custom-slidr-prev,
.insights-custom-slidr-next {
    position: absolute;
    top: 88%;
    bottom: 0px;
    transform: translateY(-50%);
    color: #539A44;
    font-size: 25px;
    background-color: #f1f4f8;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.insights-custom-slidr-prev {
    left: 42%;
}

.insights-custom-slidr-next {
    right: 42%;
}

.button-cstm-Insght:disabled {
    background-color: #f1f4f8;
    cursor: not-allowed;
    color: #ccc;
}

.date-NInsights {
    color: #2d2c2c;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 10px;
}

.row-colmn-pdng-zero {
    padding: 0 !important;
}

.Ninsights-sec-Nhome {
    padding: 2.5rem 0 1rem 0;
    overflow: hidden;
    background: #f1f4f8;
}

.all-case-NInsghts-btn {
    position: absolute;
    top: 85%;
}

.card-hover-anim-Nhome:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(189, 189, 189, .19), 0 6px 6px rgba(189, 189, 189, .23);
    transition: all .2s;
}

.typ-text-Nhome-h1 .sp-Nhome-txt {
    color: white;
    font-weight: 600;
}

.typ-text-Nhome-h1 {
    color: white;
    margin-top: 5px !important;
}

.btn-outline-theme-cstm {
    box-shadow: 0 0 0 #000;
    border: 2px solid #000 !important;
    background-color: #b9c5f1;
    color: #000 !important;
    border: 2px solid #000;
    background: radial-gradient(79.73% 288.54% at 28.84% 25.34%, #e0dde9 0, #8096c8 100%);
    transform: translate(4px, 4px);
}

.btn-outline-theme-cstm:hover {
    box-shadow: 4px 4px 0 #000;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    background: #fff !important;
    border-color: #18233f;
    color: #18233f;
}

.our-clint-sec-Nhome {
    padding: 2rem 0 2rem 0;
    overflow: hidden;
    background: #C9D6E8;
}

.our-cli-img-Nhome {
    justify-content: end;
    display: flex;
}

.cst-clin-slider-wrapper {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.cst-clin-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.cst-clin-slide {
    flex: 0 0 100%;
}

.cst-clin-slide img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.cst-clin-prev,
.cst-clin-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.cst-clin-prev {
    left: 10px;
}

.cst-clin-next {
    right: 10px;
}

.cst-clin-prev:hover,
.cst-clin-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 675px) {

    /* Podcast Section Mobile */
    .nwpodc-sec-Nhome {
        padding: 1.5rem 0.5rem 1rem 0.5rem;
    }

    .play-btn-animated {
        width: 60px;
        height: 60px;
    }

    .play-btn-animated:before,
    .play-btn-animated:after {
        width: 60px;
        height: 60px;
    }

    .play-btn-animated i {
        border-width: 10px 0 10px 10px;
    }

    .bg-img-video-st-NAP {
        height: 170px;
    }

    #lvideo-wrap .lvideo-container {
        height: 100vh;
    }

    #lvideo-wrap video,
    #lvideo-wrap iframe {
        height: auto;
        width: 90%;
    }

    #lvideo-wrap .lvideo-close {
        top: 10%;
        width: 30px;
        height: 30px;
    }
    .bg-img-nwpodc {
        width: 100%;
    }
    .youtubenwpodc {
        width: 75px;
        height: 55px;
        border-radius: 14px;
        margin: 25px auto;
        transform: translate(-50%, 50%);
    }
    .youtubenwpodc::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 18px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        margin: auto;
        position: relative;
        /* top: 3em; */
        left: 0.3em;
    }
    /* Podcast Section Mobile End */
    .mrgn-tp-CTA-dktp-Nhome {
        margin-top: 0px !important;
    }

    .image-container .hover-text {
        font-size: 12px;
    }

    .info-card-box-di i {
        font-size: 35px;
    }

    .New-footer-NH {
        padding: 2rem 27px 20px 20px !important;
    }

    .D-365-h-Nhome {
        font-size: 18px;
    }

    .d-365-pr {
        margin-inline: 5px;
    }

    .fxd-top-fnt {
        font-size: 8px;
    }

    .insights-custom-slidr-slides {
        padding-bottom: 75px;
    }

    .partner-logos-mrg-Nhome {
        margin-top: 0rem;
        padding: 20px 0;
        display: block;
    }

    .m-res-st-logo {
        width: 40%;
    }

    .client-S-sec {
        padding: 1rem 0 1rem 0;
    }

    .service-sec-Nhome {
        padding: 1rem 0 4rem 0;
    }

    .spna-video-h1-home {
        font-size: 14px;
    }

    .slider-text {
        font-size: 16px;
    }

    .ser-lg-h-Nhome {
        font-size: 18px;
    }

    .ser-smal-h-new-home {
        font-size: 14px;
    }

    .content-video-home {
        top: 55%;
        left: 1rem;
        right: 1%;
    }

    .content-video-home h1 {
        font-size: 20px;
        line-height: normal;
        margin-top: 1rem;
    }

    .content-video-home h1 .spna-video-h1-home {
        font-size: 16px;
        font-weight: 600;
    }

    .NAP-last-sect {
        margin-top: 0rem;
        padding: 2rem 1rem 4rem 1rem;
        background-size: contain;
        margin-bottom: 0rem;
    }

    .NAP-last-sect .content-box h2 {
        font-size: 16px;
        text-align: left;
    }

    .NAP-last-sect .content-box p {
        text-align: left;
        width: 100%;
        font-size: 16px;
    }

    .style5 .box {
        padding: 25px 25px;
        text-align: left;
        font-size: 12px;
        top: 75px;
    }

    .style5 .box:before,
    .style5 .style1 .box2:before,
    .style1 .style5 .box2:before,
    .style5 .style4 .box2:before,
    .style4 .style5 .box2:before,
    .style5 .box:after,
    .style5 .style1 .box2:after,
    .style1 .style5 .box2:after,
    .style5 .style4 .box2:after,
    .style4 .style5 .box2:after {
        font-size: 50px;
    }

    .style5 .box:before,
    .style5 .style1 .box2:before,
    .style1 .style5 .box2:before,
    .style5 .style4 .box2:before,
    .style4 .style5 .box2:before {
        top: -10px;
        left: 8px;
    }

    .style5 .box:before,
    .style5 .style1 .box2:before,
    .style1 .style5 .box2:before,
    .style5 .style4 .box2:before,
    .style4 .style5 .box2:before,
    .style5 .box:after,
    .style5 .style1 .box2:after,
    .style1 .style5 .box2:after,
    .style5 .style4 .box2:after,
    .style4 .style5 .box2:after {
        font-size: 50px;
    }

    .style5 .box:after,
    .style5 .style1 .box2:after,
    .style1 .style5 .box2:after,
    .style5 .style4 .box2:after,
    .style4 .style5 .box2:after {
        bottom: -27px;
        right: 15px;
    }

    .custom-next-services {
        left: 150px;
    }

    .custom-prev-services {
        left: 100px;
    }

    .d-flex-new-home {
        display: block;
    }

    .D-365-card-main-Nhome {
        padding-top: 12px;
        padding-bottom: 12px;
        margin: 2% 0px;
    }

    .mrgn-serv-h-Nhome {
        margin-left: 0px;
        margin-inline: 0px;
    }

    .solution-card-Nhome {
        padding-top: 12px;
        padding-bottom: 8px;
        margin-bottom: 11px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .D-365-card-cont p {
        margin-bottom: 0;
        line-height: normal;
    }

    .so-logo-st-card {
        margin: 0 0 15px;
    }

    .wdth-sol-logo-Nhome {
        width: 25%;
    }

    .solution-card-Nhome h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .solution-card-Nhome p {
        line-height: 25px;
    }

    .D-365-cards-mrgn-NHomeP {
        margin-top: 0px !important;
    }

    .bc-Nhome {
        border: 1px solid #018E9A;
    }

    .fo-Nhome {
        border: 1px solid #6D4FA4;
    }

    .sc-Nhome {
        border: 1px solid #14539B;
    }

    .hr-Nhome {
        border: 1px solid #7C55A8;
    }

    .po-Nhome {
        border: 1px solid #BC3309;
    }

    .crm-Nhome {
        border: 1px solid #6CA139;
    }

    .fs-Nhome {
        border: 1px solid #EA8201;
    }

    .ecmm-Nhome {
        border: 1px solid #FFE440;
    }

    .inds-bg-h-sect-Nhome {
        padding-top: 10px;
    }

    .mrg-in-cstm-indst {
        margin-inline: 15px;
    }

    .indus-card-Nhome {
        padding-top: 22px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 12px;
    }

    .indus-card-Nhome h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .mr-top-colmn-inds {
        margin-top: 0px;
    }

    .NABH-Sect {
        padding: 2.5rem 0rem 0 0rem;
    }

    .counter-card-NABH {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .new-para-Nhome {
        font-size: 13px;
        line-height: normal;
    }

    .contact-card1-cta-Nhome {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-card1-cta-Nhome h2 {
        font-size: 20px;
        margin-left: 10px;
    }

    .get-in-info-CTA-Nhome-main-di {
        margin-top: 1rem;
        padding-right: 0px;
    }

    .info-card-box-di {
        margin-bottom: 20px;
    }

    .cta-form-bg-Nhome {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .contact-card2-new-CTA-Nhome {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        border-radius: 10px;
        padding-right: 20px;
    }

    .section-NInsight {
        margin: 0 8px;
    }

    .insights-custom-slidr-slide h3 {
        font-size: 11px;
        line-height: normal;
    }
}

@media (max-width: 1024px) {
    .service-slide-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .service-slide-item {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 768px) {
    .insights-custom-slidr-slide {
        flex: 0 0 50%;
    }

    .insights-custom-slidr-prev {
        left: 55%;
    }

    .insights-custom-slidr-next {
        right: 15%;
    }

    .insights-custom-slidr-prev,
    .insights-custom-slidr-next {
        top: 86%;
    }

    .N-footer-nav li a {
        font-size: 13px;
    }

    .mrgn-lft-fxd-top {
        margin-left: 4px;
    }

    .ach-cont-NFootr {
        font-size: 14px;
    }

    .mrgn-mns-tp {
        margin-top: -8px;
    }

    .N-footr-about-para {
        font-size: 14px;
    }

    .N-footr-last-addcopy-di {
        margin-top: 5px;
    }

    .N-footr-card-box h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .insights-custom-slidr-slide {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .tab-custom-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .tab-custom-menu {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .wrapper-home {
        height: 53vh !important;
    }

    .services-slider {
        max-width: 85% !important;
    }

}

@media (min-width: 676px) and (max-width: 1024px) {
    .N-footr-card-logo-di img {
        width: 20%;
    }

    .contentss {
        padding: 1vh 0px 8vw 0;
        display: block;
    }

    .btns-123 {
        left: 2%;
    }

    .contact-card2-new-CTA-Nhome {
        padding-left: 19px;
        padding-right: 20px;
    }

    .cta-form-bg-Nhome {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .image-container .hover-text {
        font-size: 13px;
        padding: 50px 20px 50px 20px;
    }

    .content-video-home h1 {
        font-size: 30px;
    }

    .ser-lg-h-Nhome {
        font-size: 20px;
    }

    .services-slider {
        max-width: 90%;
        margin: 5px;
    }

    .contact-card1-cta-Nhome {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dsply-non-f-dsktp-sm {
        display: none !important;
    }

    .logo-scroll {
        top: 5px;
    }

    .mrg-in-cstm-D-365 {
        margin-inline: 15px;
    }

    .d-365-pr {
        margin-inline: 2rem;
    }

    .wrapper-home {
        height: 70vh;
    }

    .wdth-sol-logo-Nhome {
        width: 25%;
    }

    .solution-card-Nhome {
        margin-top: 10px;
    }
}