.w-btnn {
    width: 50px;
    display: flex;
    height: 50px;
    background: #25d366;
    border-radius: 100%;
    padding: 12px;
    align-items: center;
    justify-content: center;
}

.main-wrapper .w-btnn:hover {
    opacity: 0.5 !important;
}

.btnn.btnn-outline-yellow {
    background-color: linear-gradient(to right, rgba(77, 147, 255, 1),rgba(46, 88, 153, 1));
    border-color: rgba(77, 147, 255, 1);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.btnn.btnn-outline-yellow {
    background-color: linear-gradient(to right, rgba(77, 147, 255, 1), transparent);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 8px 1px rgba(77, 147, 255, 0.4);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}


.btnn.btnn-outline-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(to right, rgba(77, 147, 255, 1), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.lets-build-form .btnn.btnn-outline-yellow.submit-btn {
    margin: 0 auto;
    width: 100%;
}

.header-new-inner .letsTalkBtn.btnn.btnn-outline-primary:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: calc(.25rem * 20);
    height: calc(.25rem * 56);
    top: 0;
    bottom: 0;
    margin: auto;
    filter: blur(12px);
    visibility: hidden;
    opacity: 0;
    background: rgb(77 147 255 / .3);
    z-index: -1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.client-reviews-section .cursor {
    position: fixed;
    top: 50%;
    left: -100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
    opacity: 0;
    scale: 0.5;
    transition: opacity 0.3s, scale 0.3s;
}

.client-reviews-section .pointer-active .cursor {
    opacity: 1;
    scale: 1
}


@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.client-reviews-section .ring {
    width: 120px;
    height: 120px;
    background: rgb(17 17 17 / 70%);
    border-radius: 100px;
    position: relative;
}

.client-reviews-section .playing .ring:before {
    content: "pause";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.client-reviews-section .playing .ring:after {
    content: "";
}

.client-reviews-section .ring:after {
    content: "play";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.client-reviews-section .ring img {
    display: none;
}

/* footer-main-new */

.main-wrapper a:hover,
.footer-navlink-col ul li a:hover {
    opacity: 1 !important;
}

.footer-main-new {
    margin-top: 120px;
    background: radial-gradient(27.76% 88.25% at 49.74% 0%, rgba(23, 114, 255, 0.2)  0%, rgba(0, 0, 0, 0.2) 100%);
}

.lets-build-sec .footer-main-new {
    background: radial-gradient(27.76% 88.25% at 49.74% 0%, rgba(23, 114, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    margin-top: 112px;
}

.lets-build-address-text br {
    display: none;
}

.footer-main-new .container {
    max-width: 100%;
    padding: 0;
}

.footer-main-new .social-media-row {
    display: flex;
}

.footer-main-new .social-media-col {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-main-new .social-media-col {
    padding: 36px;
    transition: all 0.4s ease-in-out;
}

.social-media-col:hover {
    opacity: 1;
}

.btnn.btnn-outline-yellow .arrow {
    background-color: #fff;
    /* width: 0;
    transition: all 0.4s ease-in-out;
    transition-duration: 0.4s; */
}

@media(hover:hover) {
    .btnn.btnn-outline-yellow {
        min-width: 240px;
    }

    .social-media-col:hover {
        background-color: #4D93FF;
    }

    .social-media-col:hover .social-media-name {
        color: #000;
    }

    .footer-main-new .social-media-col:hover span .social-arrow {
        background-color: #000;
    }

    .header-new-inner .letsTalkBtn.btnn.btnn-outline-primary:hover {
        border-color: #4D93FF;
    }

    .btnn.btnn-outline-yellow:hover {
        background-color: transparent;
        color: #fff;
    }

    .btnn.btnn-outline-yellow:hover {
        background-color: #2c2c2c;
        /*box-shadow: 0 0 12px 2px rgb(77 ,147 ,255 , 0.8);*/
        transform: translateY(-2px);
        animation: none;
        animation: boxPulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    }

    .header-new-inner .letsTalkBtn.btnn.btnn-outline-primary:hover:after {
        visibility: visible;
        opacity: 0.6;
    }

    .btnn.btnn-outline-yellow:hover::before {
        background: linear-gradient(to right, rgb(77 147 255  / 70%), rgb(77 147 255 / 70%));

    }

    .our-product-sec .slick-arrow:hover::after {
        background: #000;
    }

    .expertise-accordian-item:hover {
        background-color: #22222287;
    }

    @keyframes boxPulse {

        0%,
        100% {
            box-shadow: 0 0 10px 2px rgb(77 ,147 ,255 , 0.8);
        }

        50% {
            box-shadow: 0 0 12px 2px rgba(77, 147, 255, 0.4);
        }
    }


}


.footer-navlink-col {
    padding: 80px 36px;
}

.footer-main-new .social-media-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
}

.footer-main-new .social-media-col span .social-arrow {
    content: "";
    width: 20px;
    height: 15px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    margin: auto;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    transform: rotate(45deg);
}

.footer-main-new .social-media-col span {
    max-width: 20px;
    flex: 0 0 20px;
}

.footer-main-new .social-media-name {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
}

.footer-main-new .social-media-col:hover {
    text-decoration: none;
}

.footer-main-new .social-media-col:hover span .social-arrow {
    transform: rotate(0);
}

.footer-navlink-row .footer-navlink-col ul li.current-menu-item a {
    color: #1772FF;
}

.footer-navlink-row {
    display: flex;
}

.footer-navlink-col {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

.footer-main-new .social-media-col:last-child {
    border-right: 0;
}

.footer-navlink-col ul {
    padding-left: 0;
    margin: 0;
}

.footer-navlink-col ul li {
    list-style: none;
}

.footer-navlink-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #9D9E9E;
    margin-bottom: 40px;
}

.footer-navlink-col ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 25px;
    display: block;
}

.footer-navlink-col ul li a:hover,
.copy-right-col.footer-navlink ul li a:hover {
    color: #4D93FF;
    text-decoration: none;
}

.copy-right-col.footer-navlink ul li a:hover span {
    color: #9D9E9E;
}

.footer-copy-right {
    margin: 0 auto;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 32px 70px;
    max-width: 1770px;
}

.copy-right-con,
.copy-right-con a,
.copy-right-col.footer-navlink ul li a,
.copy-right-col.partner-company {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9D9E9E;
}

.copy-right-col.footer-navlink ul {
    padding-left: 0;
    margin: 0;
}

.copy-right-col.footer-navlink ul li {
    list-style: none;
    display: inline-block;
}

.copy-right-col.partner-company {
    display: flex;
    align-items: center;
}

.copy-right-col.partner-company a {
    margin-left: 8px;
    height: 23px;
}

.copy-right-col.partner-company a img {
    object-fit: contain;
}

/* our-product-sec */

.our-product-sec {
    position: relative;
}

.our-product-con {
    margin-bottom: 54px;
}

.our-product-sec .expertise-bg {
    right: inherit;
    left: 0;
    background-image: url(../img/areas-bg-left.png);
    background-position: left;
}

.our-product-box .our-product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-product-sec .container {
    max-width: 1505px;
}

.our-product-left-con {
    flex: 0 0 50%;
    max-width: 50%;
}

.our-product-right-con {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 115px;
}

.our-product-right-con .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.our-product-right-con .cms-con p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.our-product-right-con .cms-con {
    margin-bottom: 30px;
}

.more-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-top: 18px;
    display: block;
}

.more-btn .arrow {
    content: "";
    width: 12px;
    height: 12px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #1772FF;
    margin: auto;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    margin-left: 10px;
}

.more-btn:hover {
    text-decoration: none;
}

.more-btn:hover .arrow {
    transform: rotate(45deg);
}

.our-product-left-con img {
    aspect-ratio: 600/450;
    object-fit: cover;
    border-radius: 0px;
    width: 100%;
    height: 100% !important;
}

.our-product-sec .slick-arrow {
    border: 1px solid rgba(93, 93, 93, 0.4);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: relative;
    transition: all 0.3s ease-in-out;

}

.our-product-sec .slick-arrow::after {
    content: "";
    width: 12px;
    height: 12px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background: rgba(23, 114, 255, 0.4);
    margin: auto;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    display: block;
}



.slider-prev-next {
    margin-top: 10px;
}

.our-product-sec .our-product-prev-arrow.slick-arrow {
    transform: rotate(180deg);
}

/* lets-discuss-sec */

.lets-discuss-sec .container {
    max-width: 1505px;
}

.lets-discuss-row {
    position: relative;
    padding: 30px 100px 30px;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(255, 223, 34, 0.06), rgba(255, 227, 63, 0.06));
    backdrop-filter: blur(12px);
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lets-discuss-row::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* thickness of the border */
    border-radius: 15px;
    background: linear-gradient(90deg, #4D93FF 0%, #000000 50%, #4D93FF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
}

.lets-discuss-row .lets-discuss-btn {
    flex: 0 0 315px;
    max-width: 315px;
}

.lets-discuss-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lets-discuss-row .lets-discuss-con {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: end;
    padding-right: 46px;
}

/* expertise-sec */
.expertise-sec {
    position: relative;
}



.expertise-sec .container {
    max-width: 1505px;
}

.expertise-bg {
    position: relative;
}

.expertise-bg {
    position: absolute;
    background-image: url(../img/areas-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-size: contain;
    background-position: right;
    right: 0;
    top: -32%;
    width: auto;
    height: 145vh;
    aspect-ratio: 1 / 1;
}

.expertise-accordian-items {
    display: flex;
    justify-content: space-between;
}

.expertise-accordian-item {
    border-bottom: 1px solid #222222;
    padding: 30px 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}



.expertise-accordian-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    display: block;
    padding-left: 10px;
}

.expertise-accordian-title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-image: url(../img/svg/accordian-plush.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
}

.expertise-accordian-item.active .expertise-accordian-title::after {
    background-image: url(../img/svg/accordian-minus.svg);
}

.expertise-accordian-body {
    overflow: hidden;
}

.expertise-accordian-body .more-btn.d-none {
    display: none;
}

.expertise-image-head {
    max-width: 43%;
    flex: 0 0 43%;
}

.expertise-accordian {
    max-width: 45%;
    flex: 0 0 45%;
}

.expertise-image-head img {
    aspect-ratio: 596/522;
    object-fit: contain;
    width: 100%;
}

.expertise-accordian-item .body-inner {
    padding-left: 224px;
    padding-top: 19px;
}

.expertise-accordian-item .body-inner .cms-con p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

.expertise-accordian-item .body-inner .cms-con {
    margin-bottom: 0px;
}

.our-product-inner {
    max-width: 1197px;
    display: block;
    position: relative;
}

.our-product-inner .slider-prev-next {
    margin-top: 0;
    position: absolute;
    left: calc(50% + 115px);
    bottom: 0px;
}

.lets-discuss-inner {
    max-width: 1360px;
}

.lets-discuss-inner .section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
}

.expertise-inner {
    max-width: 1367px;
}

/* client-reviews-sec */

.client-reviews-row {
    position: relative;
    height: 100vh;
}

.client-reviews-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    cursor: none;
}

.client-reviews-image-wrapper.scaled-complete .client-reviews-image {
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    object-fit: unset;
}

.client-reviews-image {
    width: 100%;
    height: 100%;
    transform-origin: left center;
    object-fit: cover;
}

.client-reviews-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    pointer-events: none;
}

.client-reviews-content {
    width: 50%;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: auto;
    padding-left: 100px;
}

.client-reviews-items .quote-img {
    margin-bottom: 20px;
}

.client-reviews-items .quote-img img {
    max-width: 55px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.client-reviews-items p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}

.client-reviews-items .cms-con p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
}

.client-reviews-items .cms-con {
    margin-top: 50px;
    margin-bottom: 22px;
}

.client-reviews-con {
    max-width: 476px;
}

.client-details .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #1772FF;
    position: relative;
}

.client-details .filed {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #9D9E9E;
}

.client-details .name::before {
    position: absolute;
    content: "";
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #1772FF;
}

.client-details {
    padding-left: 23px;
    margin-bottom: 33px;
}

.platform-review img {
    max-width: 160px;
    object-fit: contain;
    border-radius: 6px;
}

.client-reviews-content .slick-dots li {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 5px;
}

.client-reviews-content .slick-dots li button {
    font-size: 0;
    border: 0;
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: 0;
    position: relative;
}

.client-reviews-content .slick-dots li button:hover,
.client-reviews-content .slick-dots li.slick-active button {
    background: #1772FF;
}

.client-reviews-section .slick-dots {
    padding-left: 0;
}

.client-reviews-section {
    content-visibility: visible !important;
}

/* featured-insights-sec */

.featured-insights-inner {
    max-width: 1410px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.featured-left-con {
    max-width: 43%;
    flex: 0 0 43%;
    padding-right: 10px;
}

.section-sub-title {
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #FFFFFF;
}

.featured-insights-boxs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.featured-insights-box-col {
    flex: 0 0 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    will-change: transform;
}

.featured-insights-box-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.featured-insights-box-col .featured-insights-box {
    margin-bottom: 10px;
    width: 100%;
}

.featured-insights-box-col .featured-insights-box:last-child {
    margin-bottom: 0;
}

.featured-right-con {
    max-width: 52%;
    flex: 0 0 52%;
}

.featured-insights-con .featured-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-insights-con {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 5;
}

.featured-insights-box-img {
    position: relative;
}

.featured-insights-box-img::before {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.featured-insights-box-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.featured-insights-box {
    display: inline-block;
    vertical-align: top;
    border-radius: 12px;
    overflow: hidden;
}

.featured-insights-box:hover {
    opacity: 1;
}

.featured-insights-box:hover .featured-insights-box-img::before {
    background: rgba(0, 0, 0, 0.45);
}

.featured-insights-boxs .featured-insights-box-col:first-child {
    transform: translateY(150px);
}

.featured-insights-boxs .featured-insights-box-col:nth-child(3) {
    transform: translateY(-150px);
}

.expertise-accordian-img {
    display: none;
}

.featured-insights-sections {
    position: relative;
    padding-top: 160px;
    padding-bottom: 70px;
}

.featured-insights-sections .expertise-bg {
    top: -50%
}

@media screen and (min-width: 1024px) {
    .featured-learn-more {
        transform: translateY(70px);
        transition: all .4s ease-in-out;
    }

    .featured-insights-con .featured-title {
        transform: translateY(30px);
        transition: all .3s ease-in-out;
    }

    .featured-insights-box:hover .featured-title,
    .featured-insights-box:hover .featured-learn-more {
        transform: translateY(0);
    }

    .featured-insights-box:hover .featured-title {
        margin-bottom: 15px;
    }

    .our-product-sec .slick-arrow:hover {
        border-color: #4D93FF;
        background-color: #4D93FF;
    }

}

/* header  */


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #1772FF transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.menu-item-has-children:hover {
    z-index: 2;
}

.menu-item-has-children:hover>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.header-main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100vw;
    font-size: 1.6rem;
}

.header-main-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

body:not(.is-header-sticky) .header-main-wrapper:before {
    opacity: 0;
}

.header-main-wrapper a {
    text-decoration: none;
    color: #fff;
}

.header-main-wrapper a:hover {
    opacity: 1;
}

.header-new-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.header-new-inner>* {
    position: relative;
    z-index: 2;
}

.header-main-wrapper .logo {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    display: block;
}

.header-main-wrapper .logo a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 160px;
    overflow: hidden;
    display: inline-block;
}

.header-main-wrapper .logo {
    width: 100%;
    max-width: 200px;
}

.header-main-wrapper .logo img {
    width: auto;
    max-width: inherit;
}

body:not(.is-header-sticky) .header-main-wrapper .logo-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 104px;
    overflow: hidden;
}

body:not(.is-header-sticky) .header-main-wrapper .logo-icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 155px;
    margin-left: 0px;
    margin-right: 5px;
    overflow: hidden;
}

.header-main-wrapper .logo-text {
    max-width: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.header-main-wrapper .logo-text img {
    max-width: initial;
    max-height: inherit;
    width: 104px;
    height: 55px;
}

.header-main-wrapper .logo-icon {
    max-width: 135px;
}

html:not(.mobile):not(.tablet) .header-main-wrapper .logo:hover {
    opacity: 0.65;
}

.logo img {
    max-width: 170px;
    width: 100%;
    display: block;
}


.header-main-wrapper__left-btn-wrap {
    display: flex;
    align-items: center;
}

.header-new-inner {
    max-width: 95vw;
    margin: auto;
}

.new-menumain {
    display: inline-block;
    width: auto;
    margin: 0;
}

.new-menumain ul {
    font-size: 0;
}

.new-menumain li {
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.new-menumain li a {
    display: block;
    color: #fff;
    transition: color 0.4s ease-in-out;
    padding: 10px 0;
    position: relative;
    line-height: 1;
}

.new-menumain li:hover a {
    color: #1772FF;
}

/* .new-menumain ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #1772FF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 20px;
    top: 3px;
    transform: translateY(-100%);
} */

.new-menumain li {
    margin-right: 35px;
}

.new-menumain ul li {
    position: relative;
}

.new-menumain ul li .arrow {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: -18px;
    top: -4px;
    bottom: 0;
    margin: auto;
    transition: border 0.4s ease-in-out;
    padding-right: 0;
}

.new-menumain ul li:hover .arrow {
    border-color: #1772FF;
}

.new-menumain>ul>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #191918;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 99;
    padding: 0;
    padding-top: 0px;
    border-radius: 8px;
}

.new-menumain>ul>li .sub-menu li {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}

.new-menumain>ul>li .sub-menu li a {
    display: block !important;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    text-align: left;
    transition: color 0.4s ease-in-out;
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #222222;
}

.new-menumain>ul>li .sub-menu li:last-child a {
    border: none;
}

.new-menumain>ul>li .sub-menu li a:before {
    display: none;
}

.new-menumain>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.new-menumain>ul>li .sub-menu li:hover>a {
    color: #1772FF;
}

.new-menumain ul li .sub-menu .arrow {
    right: 12px;
    transform: rotate(-45deg);
    border-color: #fff;
}

.new-menumain ul li>.sub-menu li:hover .arrow {
    border-color: #1772FF;
}

.new-menumain ul.sub-menu li ul.sub-menu:before {
    display: none;
}

.new-menumain>ul>li .sub-menu>li>.sub-menu {
    left: 100%;
    top: 0;
}

.new-menumain>ul>li .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.new-menumain li.sub-menu-wrap {
    margin-right: 48px;
}


.menu-item-has-children>a:after {
    display: none;
}

.new-menumain>ul>li.current-menu-ancestor>a,
.new-menumain>ul>li>.sub-menu>li.current-menu-item>a {
    color: #1772FF;
}

.new-menumain>ul>li.current-menu-ancestor>.arrow {
    border-color: #1772FF;
}

.header-new-inner .burgerMenuToggleBtn::before,
.header-new-inner .burgerMenuToggleBtn::after {
    content: none;
}

.header-main-wrapper .burgerMenuToggleBtn {
    width: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.burgerMenuToggleBtn span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 100px;
    display: block;
    margin-left: auto;
}

.burgerMenuToggleBtn span:first-child {
    width: 19px;
}

.burgerMenuToggleBtn span:last-child {
    width: 13px;
}

.header-new-inner .letsTalkBtn.btnn.btnn-outline-primary {
    padding: 11px 21px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #4D93FF;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.letsTalkBtn {
    margin-right: 15px;
}

.header-main-wrapper .new-menumain ul {
    padding-left: 0;
}

@media (min-width: 960px) {
    .header-main-wrapper {
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }

    .header-new-inner {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    body.is-header-sticky .header-main-wrapper {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 959px) {
    .header-main-wrapper:before {
        content: "";
    }

    .header-new-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 1199px) {
    .new-menumain {
        display: none !important;
    }

}

@media screen and (max-width: 767px) {

    body:not(.is-header-sticky) .header-main-wrapper .logo-text {
        max-width: 90px;
    }

    .header-main-wrapper .logo a {
        width: 190px;
    }

    .header-main-wrapper .logo-text img {
        width: 90px;
    }

    body:not(.is-header-sticky) .header-main-wrapper .logo-icon {
        max-width: 130px;
    }

    .header-main-wrapper .logo-icon {
        max-width: 155px;
    }
}

@media (max-width: 1348px) {

    .header-new-inner {
        max-width: 87vw;
    }

    .header-main-wrapper {
        width: 99vw;
    }
}


@media only screen and (max-width: 1366px) {

    .new-menumain li.sub-menu-wrap {
        margin-right: 42px;
    }

    .new-menumain li {
        margin-right: 30px;
    }

    .new-menumain li {
        margin-right: 20px;
    }

}

@media only screen and (max-width: 1299px) {
    .header-new-inner {
        max-width: 93vw;
    }

    .new-menumain ul {
        padding-left: 0;
    }
}


@media (min-width:1200px) {

    .new-menumain>ul>li>.sub-menu>li>ul {
        position: absolute;
        right: -240px;
        top: -5px;
        background: #191918;
        padding: 0;
        width: 240px;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        z-index: 99;
        padding: 0;
        padding-top: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .new-menumain>ul>li:hover>.sub-menu>li:hover>ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .new-menumain>ul>li:hover>.sub-menu>li:hover>ul,
    .new-menumain ul li .sub-menu>li.active>ul.show-sub-inner-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 568px) {
    .header-new-inner .letsTalkBtn.btnn.btnn-outline-primary {
        padding: 0;
        background-color: transparent;
        color: #fff;
        border: none;
    }

    .header-new-inner .letsTalkBtn.btnn.btnn-outline-primary::before {
        display: none;
    }
}

.services-expertise-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 15px;
    overflow: hidden;
}

.services-expertise-row .service-expertise-item {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

.services-expertise-row .service-expertise-item:nth-child(1) {
    grid-column: span 4 / span 4;
    border-top-left-radius: 15px;
}

.services-expertise-row .service-expertise-item:nth-child(2) {
    grid-column: span 8 / span 8;
    border-top-right-radius: 15px;
}

.services-expertise-row .service-expertise-item:nth-child(3) {
    grid-column: span 4 / span 4;
    border-bottom-left-radius: 15px;
}

.services-expertise-row .service-expertise-item:nth-child(4) {
    grid-column: span 5 / span 5;
}

.services-expertise-row .service-expertise-item:nth-child(5) {
    grid-column: span 3 / span 3;
}

.service-expertise-item {
    position: relative;
    overflow: hidden;
    max-height: 380px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.service-expertise-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-expertise-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: none;
    pointer-events: none;
    display: block;
}



.service-expertise-con {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    width: 100%;
    z-index: 5;
    transition: all .3s ease-in-out;
}

.service-dote {
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}

.service-expertise-item:hover .service-dote {
    background-color: #4D93FF;
}

.service-expertise-head {
    position: relative;
}

.service-expertise-head .more-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-top: 18px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.service-expertise-con .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #fff 100% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all .3s ease-in-out;
}

.service-expertise-con .cms-con {
    max-width: 440px;
    display: none;
    margin-bottom: 8px;
}

.service-expertise-con .cms-con p {
    color: #fff;
}

.service-expertise-item:hover .service-expertise-head .more-btn {
    opacity: 1;
}

.service-expertise-item:hover .service-expertise-con .title {
    background-image: linear-gradient(90deg, #FFFFFF 0%, #4D93FF 100%);
}

.expertise-section .container {
    max-width: 1520px;
}

.service-expertise-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 269px;
    background: linear-gradient(to top, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 80%) 40%, transparent 100%);
    z-index: 1;
    bottom: 0;
}

.lets-build-row {
    position: relative;
}

.lets-build-row:before {
    position: absolute;
    left: -160px;
    width: 100%;
    height: 100%;
    background-image: url(../img/lets-build-bg-img.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    content: "";
    bottom: -200px;
    left: -200px;
}


/* page-media */

@media screen and (min-width: 1921px) {
    .featured-insights-inner {
        max-width: 100%;
    }

    .featured-insights-sections .container {
        max-width: 90%;
    }

    .featured-left-con .section-title {
        font-size: 5.5vh;
    }

    .featured-left-con .section-sub-title {
        font-size: 5.5vh;
    }

    .featured-insights-con .featured-title {
        font-size: 25px;
    }

    .featured-insights-con {
        padding: 30px 20px;
    }

    .featured-learn-more .more-btn {
        font-size: 20px;
    }

    .featured-insights-boxs {
        gap: 20px;
    }

    .featured-insights-box-col {
        flex: 0 0 calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }

    .featured-insights-box-col .featured-insights-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .expertise-accordian-item .body-inner {
        padding-left: 144px;
    }

    .footer-navlink-col {
        padding: 65px 36px;
    }

    .expertise-bg {
        height: 100vh;
    }

    .client-reviews-con {
        max-width: 90%;
    }

    .expertise-bg {
        width: 100%;
    }
}

@media screen and (max-width: 1460px) {
    .footer-navlink-title {
        margin-bottom: 30px;
    }

    .footer-navlink-col {
        padding: 55px 30px;
    }

    .footer-main-new .social-media-col {
        padding: 30px;
    }

    .footer-copy-right {
        padding: 30px;
    }

    .client-reviews-content {
        padding-left: 70px;
    }

    .client-reviews-items .cms-con {
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .featured-insights-boxs .featured-insights-box-col:first-child {
        padding-top: 100px;
    }

    .featured-insights-boxs .featured-insights-box-col:nth-child(2) {
        padding-top: 40px;
    }

    .footer-main-new {
        margin-top: 90px;
    }

}

@media screen and (max-width: 1348px) {}

@media screen and (max-width: 1299px) {
    .footer-navlink-col {
        padding: 40px 25px;
    }

    .footer-copy-right {
        padding: 22px 25px;
    }

    .footer-main-new .social-media-col {
        padding: 25px;
    }

    .expertise-image-head {
        max-width: 46%;
        flex: 0 0 46%;
    }

    .lets-discuss-row {
        padding: 30px;
    }

    .client-reviews-content {
        padding-left: 50px;
    }

    .client-reviews-items .cms-con p {
        font-size: 20px;
    }

    .platform-review img {
        max-width: 120px;
    }

    .featured-left-con {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .footer-main-new {
        margin-top: 85px;
    }

    .featured-insights-sections {
        padding-top: 100px;
    }

    .our-product-right-con {
        padding-left: 85px;
    }

    .our-product-inner .slider-prev-next {
        left: calc(50% + 85px);
    }

    .service-expertise-con .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {

    .client-reviews-image-wrapper .client-reviews-image {
        border-radius: 0 15px 15px 0;
        overflow: hidden;
    }

    .expertise-accordian-item .body-inner .cms-con p {
        font-size: 16px;
    }

    .client-reviews-image-wrapper {
        height: 100%;
    }

    .client-reviews-row {
        display: flex;
        height: inherit;
    }

    .client-reviews-image-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .client-reviews-content-wrapper {
        position: unset;
        height: fit-content;
    }

    .client-reviews-content {
        opacity: 1;
        transform: unset;
        padding-left: 30px;
    }


    .client-reviews-section {
        padding-bottom: 65px;
    }

    .client-reviews-items .quote-img img {
        max-width: 45px;
    }

    .client-reviews-items .cms-con {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .expertise-accordian-item .body-inner {
        padding-left: 60px;
    }

    .client-reviews-items .cms-con p {
        font-size: 16px;
    }

    .footer-navlink-col {
        padding: 30px 20px;
    }

    .footer-navlink-col ul li a {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .footer-navlink-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-main-new .social-media-col {
        padding: 20px;
    }

    .footer-main-new .social-media-name {
        font-size: 18px;
    }

    .footer-main-new .social-media-col span .social-arrow {
        width: 16px;
        height: 11px;
    }

    .lets-discuss-row .lets-discuss-con {
        padding-right: 20px;
    }

    .featured-insights-boxs .featured-insights-box-col:first-child {
        display: none;
    }

    .featured-insights-box-col {
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
    }

    .featured-left-con .section-title br {
        display: none;
    }

    .featured-left-con,
    .featured-right-con {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-sub-title {
        font-size: 34px;
    }

    .footer-copy-right {
        padding: 22px 20px;
    }

    .featured-insights-boxs .featured-insights-box-col:nth-child(3) {
        transform: unset !important;
    }

    .featured-insights-boxs .featured-insights-box-col:nth-child(2) {
        padding-top: 0;
    }

    .featured-insights-sections {
        padding-top: 70px;
    }

    .our-product-right-con {
        padding-left: 70px;
    }

    .our-product-inner .slider-prev-next {
        left: calc(50% + 70px);
    }

    .lets-discuss-row .lets-discuss-con {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .ring {
        width: 85px;
        height: 85px;
    }

    .service-expertise-video video {
        opacity: 1 !important;
        pointer-events: auto;
    }

    .service-expertise-con .cms-con {
        display: block;
    }

    .service-expertise-head .more-btn {
        opacity: 1;
    }

    .service-expertise-con {
        padding: 15px;
    }

    .services-expertise-row .service-expertise-item:nth-child(1),
    .services-expertise-row .service-expertise-item:nth-child(2),
    .services-expertise-row .service-expertise-item:nth-child(3),
    .services-expertise-row .service-expertise-item:nth-child(4),
    .services-expertise-row .service-expertise-item:nth-child(5) {
        grid-column: span 6 / span 6;
    }

    .services-expertise-row .service-expertise-item:nth-child(5) {
        grid-column: span 12 / span 12;
        border-bottom-left-radius: 15px;
    }

    .service-expertise-item {
        min-height: 300px;
        max-height: 300px;
    }

    .service-expertise-item .service-dote {
        background-color: #4D93FF;
    }

    .services-expertise-row .service-expertise-item:nth-child(3) {
        border-bottom-left-radius: 0;
    }


}

@media screen and (max-width: 1024px) {
    /* .btnn.btnn-outline-yellow .arrow {
        display: none;
    } */
}

@media screen and (max-width: 992px) {
    .expertise-accordian {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .expertise-accordian-item .body-inner {
        padding-left: 10px;
    }

    .expertise-accordian-item {
        padding: 20px 0;
    }

    .expertise-accordian-title {
        font-size: 16px;
    }


    .lets-discuss-sec .section-title {
        font-size: 22px;
    }

    .our-product-con {
        margin-bottom: 25px;
    }

    .lets-discuss-row {
        padding: 25px;
    }

    .client-reviews-items .cms-con p {
        font-size: 14px;
    }

    .platform-review img {
        max-width: 100px;
    }

    .footer-navlink-row {
        display: none;
    }

    .footer-copy-right {
        flex-wrap: wrap;
        padding: 20px 15px;
    }

    .section-sub-title {
        font-size: 26px;
    }

    .featured-insights-inner {
        flex-wrap: wrap;
    }

    .featured-left-con,
    .featured-right-con {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .featured-insights-con .featured-title {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .featured-right-con {
        margin-top: 30px;
    }

    .featured-insights-boxs .featured-insights-box-col:nth-child(2) {
        padding-top: 0px;
    }

    .more-btn {
        font-size: 14px;
    }

    .footer-main-new {
        margin-top: 65px;
    }

    .featured-insights-box .featured-insights-box-img::before {
        background: rgba(0, 0, 0, .45);
    }

    .featured-insights-sections {
        padding-top: 0;
    }

    .our-product-right-con {
        padding-bottom: 65px;
    }

    .our-product-right-con {
        padding-left: 30px;
    }

    .our-product-inner .slider-prev-next {
        left: calc(50% + 30px);
    }

    .client-reviews-row,
    .lets-discuss-row {
        flex-wrap: wrap;
    }

    .client-reviews-image-wrapper,
    .client-reviews-content-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: unset;
    }

    .client-reviews-image-wrapper .client-reviews-image {
        border-radius: 0;
    }

    .client-reviews-content {
        width: 100%;
        padding: 15px 15px 0;
    }

    .lets-build-contact-bg-img {
        opacity: 1;
    }

    .client-reviews-section .playing .ring:before,
    .client-reviews-section .ring:after,
    .client-reviews-section .playing .ring:after {
        content: none;
    }

    .featured-left-con {
        padding-right: 0px;
    }

    .client-reviews-section .ring img {
        display: block;
    }

    .client-reviews-image-wrapper.company-video.playing .cursor.custom-pointer {
        display: none;
    }

    .client-reviews-section .cursor.custom-pointer {
        opacity: 1;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        z-index: 9999;
        bottom: 20px !important;
        transform: unset;
        right: 20px;
        scale: 1;
        transform: translate(-50%, -50%);
    }

    .client-reviews-section .ring {
        width: 100%;
        height: 100%;
    }

    .client-reviews-section .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .client-reviews-image-wrapper.company-video {
        position: relative;
    }

    .service-expertise-item {
        min-height: 280px;
        max-height: 280px;
    }

    .service-expertise-con .title {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .service-expertise-con .cms-con p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .client-reviews-items .cms-con {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-main-new .social-media-col {
        padding: 12px;
    }

    .footer-main-new .social-media-name {
        font-size: 16px;
    }

    .copy-right-col.copy-right-con {
        order: 3;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 10px;
    }

    .expertise-accordian-item .body-inner .cms-con p {
        font-size: 14px;
    }

    /* .expertise-accordian-item {
        padding: 15px 0;
    } */



    .client-reviews-section {
        padding-bottom: 45px;
    }

    .expertise-bg {
        width: 100%;
    }

    .lets-discuss-row .lets-discuss-btn {
        flex: 0 0 300px;
        max-width: 300px;
    }


    .lets-discuss-row .lets-discuss-con {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }

    .lets-discuss-btn .btnn.btnn-outline-yellow {
        font-size: 13px;
    }

    .service-expertise-con .cms-con p {
        font-size: 13px;
    }

}

@media screen and (max-width: 568px) {

    .btnn {
        padding: 13px 14px;
    }

    .w-btnn {
        height: 44px;
        width: 44px;
        padding: 8px;
    }

    .social-media-row {
        flex-wrap: wrap;
    }

    .footer-main-new .social-media-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-copy-right {
        gap: 7px 0;
        justify-content: center;
    }

    .copy-right-col.copy-right-con {
        margin-top: 0;
    }

    .lets-discuss-row .lets-discuss-con,
    .lets-discuss-btn {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .lets-discuss-sec .section-title {
        margin-bottom: 10px;
    }

    .our-product-box .our-product-row,
    .expertise-accordian-items {
        flex-wrap: wrap;
    }

    .our-product-left-con,
    .our-product-right-con,
    .expertise-image-head,
    .expertise-accordian {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-product-left-con {
        margin-bottom: 20px;
    }

    .our-product-right-con .cms-con {
        margin-bottom: 20px;
    }

    .expertise-image-head img {
        display: none;
    }

    .client-reviews-con {
        max-width: 100%;
    }

    .client-reviews-items .quote-img img {
        max-width: 35px;
    }

    .platform-review img {
        max-width: 80px;
        border-radius: 4px;
    }

    .client-details {
        margin-bottom: 20px;
    }

    .client-reviews-section {
        padding-bottom: 30px;
    }

    .lets-discuss-row {
        padding: 18px;
    }

    .featured-insights-con .featured-title {
        font-size: 14px;
    }

    .featured-insights-con {
        padding: 10px;
    }

    .expertise-accordian-img {
        display: block;
        margin-top: 20px;
    }

    .expertise-accordian-img img {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        display: block;
        object-fit: cover;
    }

    .footer-main-new {
        margin-top: 50px;
    }

    .our-success-section .section-head {
        margin-bottom: 0;
    }

    .lets-discuss-row .lets-discuss-con {
        padding-right: 0;
    }

    .our-product-right-con {
        padding-bottom: 0;
        padding-left: 0;
    }

    .our-product-inner .slider-prev-next {
        position: unset;
        margin-top: 20px;
    }

    .hero-section .section-title br {
        display: none;
    }

    .lets-discuss-row .lets-discuss-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-services-box:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 50%);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .our-services-box-title {
        position: relative;
        z-index: 5;
    }

    .featured-learn-more .more-btn {
        margin-top: 10px;
    }

    .our-product-right-con .cms-con {
        display: none;
    }

    .client-reviews-section .ring img {
        padding: 8px;
    }

    .client-reviews-section .cursor.custom-pointer {
        width: 50px;
        height: 50px;
    }

    .services-expertise-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .services-expertise-row .service-expertise-item:nth-child(5),
    .services-expertise-row .service-expertise-item:nth-child(4),
    .services-expertise-row .service-expertise-item:nth-child(3),
    .services-expertise-row .service-expertise-item:nth-child(2),
    .services-expertise-row .service-expertise-item:nth-child(1) {
        grid-column: 1 / -1;
    }

    .services-expertise-row .service-expertise-item:nth-child(5) {
        border-bottom-left-radius: 10px;
    }

    .services-expertise-row .service-expertise-item:nth-child(1) {
        border-top-left-radius: 10px;
    }
    .services-expertise-row{
        border-radius: 10px;
    }

}

@media screen and (max-width: 350px) {
    .burgerMenuSvg.show {
        transform: scale(8);
    }

    .w-btnn {
        height: 40px;
        width: 40px;
        padding: 7px;
    }

    .header-new-inner .letsTalkBtn.btnn.btnn-outline-primary {
        font-size: 13px;
        margin-right: 9px;
    }

}